mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-03-09 05:53:11 +08:00
go get -u github.com/aws/aws-sdk-go
This commit is contained in:
parent
1479117888
commit
5b1ad46129
10 changed files with 757 additions and 199 deletions
2
go.mod
2
go.mod
|
@ -11,7 +11,7 @@ require (
|
|||
github.com/DisposaBoy/JsonConfigReader v0.0.0-20171218180944-5ea4d0ddac55
|
||||
github.com/TomOnTime/utfutil v0.0.0-20180511104225-09c41003ee1d
|
||||
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
||||
github.com/aws/aws-sdk-go v1.29.29
|
||||
github.com/aws/aws-sdk-go v1.29.33
|
||||
github.com/billputer/go-namecheap v0.0.0-20170915210158-0c7adb0710f8
|
||||
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||
|
|
6
go.sum
6
go.sum
|
@ -3,8 +3,6 @@ cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
|
|||
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
|
||||
cloud.google.com/go v0.41.1-0.20190703172311-335e9e09b93e h1:E4NknbTPW+1SVNhlxaJolqh+W5FM4q7KsiR2zv8tVNg=
|
||||
cloud.google.com/go v0.41.1-0.20190703172311-335e9e09b93e/go.mod h1:05T3xsDVUIfRZP+EM2ftPky59P2i67FhEj6hjkpO5GE=
|
||||
github.com/Azure/azure-sdk-for-go v40.5.0+incompatible h1:CVQNKuUepSFBo6BW6gM1J9slPHLRcjn6vaw+j+causw=
|
||||
github.com/Azure/azure-sdk-for-go v40.5.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
|
||||
github.com/Azure/azure-sdk-for-go v40.6.0+incompatible h1:ULjp/a/UsBfnZcl45jjywhcBKex/k/A1cG9s9NapLFw=
|
||||
github.com/Azure/azure-sdk-for-go v40.6.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
|
||||
github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI=
|
||||
|
@ -46,8 +44,8 @@ github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNg
|
|||
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
|
||||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
|
||||
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
|
||||
github.com/aws/aws-sdk-go v1.29.29 h1:4TdSYzXL8bHKu80tzPjO4c0ALw4Fd8qZGqf1aozUcBU=
|
||||
github.com/aws/aws-sdk-go v1.29.29/go.mod h1:1KvfttTE3SPKMpo8g2c6jL3ZKfXtFvKscTgahTma5Xg=
|
||||
github.com/aws/aws-sdk-go v1.29.33 h1:WP85+WHalTFQR2wYp5xR2sjiVAZXew2bBQXGU1QJBXI=
|
||||
github.com/aws/aws-sdk-go v1.29.33/go.mod h1:1KvfttTE3SPKMpo8g2c6jL3ZKfXtFvKscTgahTma5Xg=
|
||||
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
|
||||
github.com/billputer/go-namecheap v0.0.0-20170915210158-0c7adb0710f8 h1:sIv3xbwhhAG94a62Q/rrSBtrWcXiYgldNOeqifyKSgo=
|
||||
github.com/billputer/go-namecheap v0.0.0-20170915210158-0c7adb0710f8/go.mod h1:bqqNsI2akL+lLWyApkYY0cxquWPKwEBU0Wd3chi3TEg=
|
||||
|
|
596
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
596
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
|
@ -375,6 +375,30 @@ var awsPartition = partition{
|
|||
Region: "eu-west-3",
|
||||
},
|
||||
},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "ecr-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "ecr-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "ecr-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "ecr-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{
|
||||
Hostname: "api.ecr.me-south-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
|
@ -700,12 +724,42 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-ca-central-1": endpoint{
|
||||
Hostname: "batch-fips.ca-central-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ca-central-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "batch-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "batch-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "batch-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "batch-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"budgets": service{
|
||||
|
@ -801,9 +855,33 @@ var awsPartition = partition{
|
|||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"us-east-1-fips": endpoint{
|
||||
Hostname: "cloudformation-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"us-east-2": endpoint{},
|
||||
"us-east-2-fips": endpoint{
|
||||
Hostname: "cloudformation-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-1-fips": endpoint{
|
||||
Hostname: "cloudformation-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"us-west-2": endpoint{},
|
||||
"us-west-2-fips": endpoint{
|
||||
Hostname: "cloudformation-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"cloudfront": service{
|
||||
|
@ -892,12 +970,36 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "cloudtrail-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "cloudtrail-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "cloudtrail-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "cloudtrail-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"codebuild": service{
|
||||
|
@ -1382,8 +1484,9 @@ var awsPartition = partition{
|
|||
"discovery": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"eu-central-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"ap-southeast-2": endpoint{},
|
||||
"eu-central-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"dms": service{
|
||||
|
@ -1734,12 +1837,36 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"elasticmapreduce": service{
|
||||
|
@ -1762,6 +1889,36 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"fips-ca-central-1": endpoint{
|
||||
Hostname: "elasticmapreduce-fips.ca-central-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ca-central-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "elasticmapreduce-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "elasticmapreduce-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "elasticmapreduce-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "elasticmapreduce-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{
|
||||
|
@ -2260,10 +2417,34 @@ var awsPartition = partition{
|
|||
"eu-north-1": endpoint{},
|
||||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "inspector-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "inspector-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "inspector-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "inspector-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"iot": service{
|
||||
|
@ -2781,8 +2962,9 @@ var awsPartition = partition{
|
|||
"mgh": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"eu-central-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"ap-southeast-2": endpoint{},
|
||||
"eu-central-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"mobileanalytics": service{
|
||||
|
@ -3068,10 +3250,34 @@ var awsPartition = partition{
|
|||
"ap-southeast-2": endpoint{},
|
||||
"eu-central-1": endpoint{},
|
||||
"eu-west-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "opsworks-cm-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "opsworks-cm-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "opsworks-cm-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "opsworks-cm-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"organizations": service{
|
||||
|
@ -3436,6 +3642,8 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
|
@ -4048,11 +4256,101 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-ap-northeast-1": endpoint{
|
||||
Hostname: "snowball-fips.ap-northeast-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-northeast-1",
|
||||
},
|
||||
},
|
||||
"fips-ap-northeast-2": endpoint{
|
||||
Hostname: "snowball-fips.ap-northeast-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-northeast-2",
|
||||
},
|
||||
},
|
||||
"fips-ap-south-1": endpoint{
|
||||
Hostname: "snowball-fips.ap-south-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-south-1",
|
||||
},
|
||||
},
|
||||
"fips-ap-southeast-1": endpoint{
|
||||
Hostname: "snowball-fips.ap-southeast-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-southeast-1",
|
||||
},
|
||||
},
|
||||
"fips-ap-southeast-2": endpoint{
|
||||
Hostname: "snowball-fips.ap-southeast-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-southeast-2",
|
||||
},
|
||||
},
|
||||
"fips-ca-central-1": endpoint{
|
||||
Hostname: "snowball-fips.ca-central-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ca-central-1",
|
||||
},
|
||||
},
|
||||
"fips-eu-central-1": endpoint{
|
||||
Hostname: "snowball-fips.eu-central-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "eu-central-1",
|
||||
},
|
||||
},
|
||||
"fips-eu-west-1": endpoint{
|
||||
Hostname: "snowball-fips.eu-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "eu-west-1",
|
||||
},
|
||||
},
|
||||
"fips-eu-west-2": endpoint{
|
||||
Hostname: "snowball-fips.eu-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "eu-west-2",
|
||||
},
|
||||
},
|
||||
"fips-eu-west-3": endpoint{
|
||||
Hostname: "snowball-fips.eu-west-3.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "eu-west-3",
|
||||
},
|
||||
},
|
||||
"fips-sa-east-1": endpoint{
|
||||
Hostname: "snowball-fips.sa-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "sa-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "snowball-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "snowball-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "snowball-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "snowball-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"sns": service{
|
||||
|
@ -4170,12 +4468,36 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "states-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "states-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "states-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "states-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"storagegateway": service{
|
||||
|
@ -4346,12 +4668,36 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "swf-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "swf-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "swf-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "swf-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"tagging": service{
|
||||
|
@ -4393,12 +4739,36 @@ var awsPartition = partition{
|
|||
"eu-west-1": endpoint{},
|
||||
"eu-west-2": endpoint{},
|
||||
"eu-west-3": endpoint{},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
"fips-us-east-1": endpoint{
|
||||
Hostname: "fips.transcribe.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-east-2": endpoint{
|
||||
Hostname: "fips.transcribe.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
},
|
||||
"fips-us-west-1": endpoint{
|
||||
Hostname: "fips.transcribe.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
},
|
||||
"fips-us-west-2": endpoint{
|
||||
Hostname: "fips.transcribe.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
"me-south-1": endpoint{},
|
||||
"sa-east-1": endpoint{},
|
||||
"us-east-1": endpoint{},
|
||||
"us-east-2": endpoint{},
|
||||
"us-west-1": endpoint{},
|
||||
"us-west-2": endpoint{},
|
||||
},
|
||||
},
|
||||
"transcribestreaming": service{
|
||||
|
@ -5070,6 +5440,12 @@ var awscnPartition = partition{
|
|||
|
||||
Endpoints: endpoints{
|
||||
"cn-north-1": endpoint{},
|
||||
"fips-cn-north-1": endpoint{
|
||||
Hostname: "snowball-fips.cn-north-1.amazonaws.com.cn",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "cn-north-1",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"sns": service{
|
||||
|
@ -5247,6 +5623,18 @@ var awsusgovPartition = partition{
|
|||
"api.ecr": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"fips-us-gov-east-1": endpoint{
|
||||
Hostname: "ecr-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-gov-west-1": endpoint{
|
||||
Hostname: "ecr-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
"us-gov-east-1": endpoint{
|
||||
Hostname: "api.ecr.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
|
@ -5344,8 +5732,18 @@ var awsusgovPartition = partition{
|
|||
"batch": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
"us-gov-east-1": endpoint{
|
||||
Hostname: "batch.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"us-gov-west-1": endpoint{
|
||||
Hostname: "batch.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"clouddirectory": service{
|
||||
|
@ -5395,6 +5793,12 @@ var awsusgovPartition = partition{
|
|||
"codecommit": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"fips": endpoint{
|
||||
Hostname: "codecommit-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
},
|
||||
|
@ -5666,6 +6070,18 @@ var awsusgovPartition = partition{
|
|||
"inspector": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"fips-us-gov-east-1": endpoint{
|
||||
Hostname: "inspector-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-gov-west-1": endpoint{
|
||||
Hostname: "inspector-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
},
|
||||
|
@ -5781,6 +6197,13 @@ var awsusgovPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"outposts": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
},
|
||||
},
|
||||
"polly": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
|
@ -5951,6 +6374,13 @@ var awsusgovPartition = partition{
|
|||
"servicecatalog": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-east-1-fips": endpoint{
|
||||
Hostname: "servicecatalog-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"us-gov-west-1": endpoint{},
|
||||
"us-gov-west-1-fips": endpoint{
|
||||
Hostname: "servicecatalog-fips.us-gov-west-1.amazonaws.com",
|
||||
|
@ -5982,6 +6412,18 @@ var awsusgovPartition = partition{
|
|||
"snowball": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"fips-us-gov-east-1": endpoint{
|
||||
Hostname: "snowball-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-gov-west-1": endpoint{
|
||||
Hostname: "snowball-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
},
|
||||
|
@ -6015,6 +6457,18 @@ var awsusgovPartition = partition{
|
|||
"states": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"fips-us-gov-east-1": endpoint{
|
||||
Hostname: "states-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-gov-west-1": endpoint{
|
||||
Hostname: "states.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
},
|
||||
|
@ -6071,8 +6525,18 @@ var awsusgovPartition = partition{
|
|||
"swf": service{
|
||||
|
||||
Endpoints: endpoints{
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
"us-gov-east-1": endpoint{
|
||||
Hostname: "swf.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"us-gov-west-1": endpoint{
|
||||
Hostname: "swf.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"tagging": service{
|
||||
|
@ -6087,6 +6551,18 @@ var awsusgovPartition = partition{
|
|||
Protocols: []string{"https"},
|
||||
},
|
||||
Endpoints: endpoints{
|
||||
"fips-us-gov-east-1": endpoint{
|
||||
Hostname: "fips.transcribe.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
},
|
||||
"fips-us-gov-west-1": endpoint{
|
||||
Hostname: "fips.transcribe.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
"us-gov-east-1": endpoint{},
|
||||
"us-gov-west-1": endpoint{},
|
||||
},
|
||||
|
|
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
|
@ -5,4 +5,4 @@ package aws
|
|||
const SDKName = "aws-sdk-go"
|
||||
|
||||
// SDKVersion is the version of this SDK
|
||||
const SDKVersion = "1.29.29"
|
||||
const SDKVersion = "1.29.33"
|
||||
|
|
9
vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go
generated
vendored
|
@ -8,6 +8,7 @@ import (
|
|||
"reflect"
|
||||
"sort"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/aws/aws-sdk-go/private/protocol"
|
||||
|
@ -60,6 +61,14 @@ func (b *xmlBuilder) buildValue(value reflect.Value, current *XMLNode, tag refle
|
|||
return nil
|
||||
}
|
||||
|
||||
xml := tag.Get("xml")
|
||||
if len(xml) != 0 {
|
||||
name := strings.SplitAfterN(xml, ",", 2)[0]
|
||||
if name == "-" {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
t := tag.Get("type")
|
||||
if t == "" {
|
||||
switch value.Kind() {
|
||||
|
|
8
vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go
generated
vendored
8
vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go
generated
vendored
|
@ -64,6 +64,14 @@ func UnmarshalXML(v interface{}, d *xml.Decoder, wrapper string) error {
|
|||
// parse deserializes any value from the XMLNode. The type tag is used to infer the type, or reflect
|
||||
// will be used to determine the type from r.
|
||||
func parse(r reflect.Value, node *XMLNode, tag reflect.StructTag) error {
|
||||
xml := tag.Get("xml")
|
||||
if len(xml) != 0 {
|
||||
name := strings.SplitAfterN(xml, ",", 2)[0]
|
||||
if name == "-" {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
rtype := r.Type()
|
||||
if rtype.Kind() == reflect.Ptr {
|
||||
rtype = rtype.Elem() // check kind of actual element type
|
||||
|
|
267
vendor/github.com/aws/aws-sdk-go/service/route53/api.go
generated
vendored
267
vendor/github.com/aws/aws-sdk-go/service/route53/api.go
generated
vendored
|
@ -60,13 +60,22 @@ func (c *Route53) AssociateVPCWithHostedZoneRequest(input *AssociateVPCWithHoste
|
|||
// Associates an Amazon VPC with a private hosted zone.
|
||||
//
|
||||
// To perform the association, the VPC and the private hosted zone must already
|
||||
// exist. You can't convert a public hosted zone into a private hosted zone.
|
||||
// exist. Also, you can't convert a public hosted zone into a private hosted
|
||||
// zone.
|
||||
//
|
||||
// If you want to associate a VPC that was created by using one AWS account
|
||||
// with a private hosted zone that was created by using a different account,
|
||||
// the AWS account that created the private hosted zone must first submit a
|
||||
// CreateVPCAssociationAuthorization request. Then the account that created
|
||||
// the VPC must submit an AssociateVPCWithHostedZone request.
|
||||
// If you want to associate a VPC that was created by one AWS account with a
|
||||
// private hosted zone that was created by a different account, do one of the
|
||||
// following:
|
||||
//
|
||||
// * Use the AWS account that created the private hosted zone to submit a
|
||||
// CreateVPCAssociationAuthorization (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateVPCAssociationAuthorization.html)
|
||||
// request. Then use the account that created the VPC to submit an AssociateVPCWithHostedZone
|
||||
// request.
|
||||
//
|
||||
// * If a subnet in the VPC was shared with another account, you can use
|
||||
// the account that the subnet was shared with to submit an AssociateVPCWithHostedZone
|
||||
// request. For more information about sharing subnets, see Working with
|
||||
// Shared VPCs (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html).
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
@ -226,7 +235,7 @@ func (c *Route53) ChangeResourceRecordSetsRequest(input *ChangeResourceRecordSet
|
|||
// names (such as example.com) or subdomain names (such as www.example.com),
|
||||
// in the same hosted zone or in multiple hosted zones. You can roll back the
|
||||
// updates if the new configuration isn't performing as expected. For more information,
|
||||
// see Using Traffic Flow to Route DNS Traffic (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html)
|
||||
// see Using Traffic Flow to Route DNS Traffic (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// Create, Delete, and Upsert
|
||||
|
@ -495,7 +504,7 @@ func (c *Route53) CreateHealthCheckRequest(input *CreateHealthCheckInput) (req *
|
|||
// of the Amazon EC2 StatusCheckFailed metric, add an alarm to the metric,
|
||||
// and then create a health check that is based on the state of the alarm.
|
||||
// For information about creating CloudWatch metrics and alarms by using
|
||||
// the CloudWatch console, see the Amazon CloudWatch User Guide (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html).
|
||||
// the CloudWatch console, see the Amazon CloudWatch User Guide (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html).
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
@ -620,10 +629,10 @@ func (c *Route53) CreateHostedZoneRequest(input *CreateHostedZoneInput) (req *re
|
|||
// * You can't create a hosted zone for a top-level domain (TLD) such as
|
||||
// .com.
|
||||
//
|
||||
// * For public hosted zones, Amazon Route 53 automatically creates a default
|
||||
// SOA record and four NS records for the zone. For more information about
|
||||
// SOA and NS records, see NS and SOA Records that Route 53 Creates for a
|
||||
// Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html)
|
||||
// * For public hosted zones, Route 53 automatically creates a default SOA
|
||||
// record and four NS records for the zone. For more information about SOA
|
||||
// and NS records, see NS and SOA Records that Route 53 Creates for a Hosted
|
||||
// Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html)
|
||||
// in the Amazon Route 53 Developer Guide. If you want to use the same name
|
||||
// servers for multiple public hosted zones, you can optionally associate
|
||||
// a reusable delegation set with the hosted zone. See the DelegationSetId
|
||||
|
@ -632,7 +641,7 @@ func (c *Route53) CreateHostedZoneRequest(input *CreateHostedZoneInput) (req *re
|
|||
// * If your domain is registered with a registrar other than Route 53, you
|
||||
// must update the name servers with your registrar to make Route 53 the
|
||||
// DNS service for the domain. For more information, see Migrating DNS Service
|
||||
// for an Existing Domain to Amazon Route 53 (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html)
|
||||
// for an Existing Domain to Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// When you submit a CreateHostedZone request, the initial status of the hosted
|
||||
|
@ -987,13 +996,16 @@ func (c *Route53) CreateReusableDelegationSetRequest(input *CreateReusableDelega
|
|||
// CreateReusableDelegationSet API operation for Amazon Route 53.
|
||||
//
|
||||
// Creates a delegation set (a group of four name servers) that can be reused
|
||||
// by multiple hosted zones. If a hosted zoned ID is specified, CreateReusableDelegationSet
|
||||
// marks the delegation set associated with that zone as reusable.
|
||||
// by multiple hosted zones that were created by the same AWS account.
|
||||
//
|
||||
// You can also create a reusable delegation set that uses the four name servers
|
||||
// that are associated with an existing hosted zone. Specify the hosted zone
|
||||
// ID in the CreateReusableDelegationSet request.
|
||||
//
|
||||
// You can't associate a reusable delegation set with a private hosted zone.
|
||||
//
|
||||
// For information about using a reusable delegation set to configure white
|
||||
// label name servers, see Configuring White Label Name Servers (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html).
|
||||
// label name servers, see Configuring White Label Name Servers (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html).
|
||||
//
|
||||
// The process for migrating existing hosted zones to use a reusable delegation
|
||||
// set is comparable to the process for configuring white label name servers.
|
||||
|
@ -1566,9 +1578,15 @@ func (c *Route53) DeleteHealthCheckRequest(input *DeleteHealthCheckInput) (req *
|
|||
// you delete a health check and you don't update the associated resource record
|
||||
// sets, the future status of the health check can't be predicted and may change.
|
||||
// This will affect the routing of DNS queries for your DNS failover configuration.
|
||||
// For more information, see Replacing and Deleting Health Checks (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html)
|
||||
// For more information, see Replacing and Deleting Health Checks (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// If you're using AWS Cloud Map and you configured Cloud Map to create a Route
|
||||
// 53 health check when you register an instance, you can't use the Route 53
|
||||
// DeleteHealthCheck command to delete the health check. The health check is
|
||||
// deleted automatically when you deregister the instance; there can be a delay
|
||||
// of several hours before the health check is deleted from Route 53.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
// the error.
|
||||
|
@ -2554,7 +2572,7 @@ func (c *Route53) GetCheckerIpRangesRequest(input *GetCheckerIpRangesInput) (req
|
|||
//
|
||||
// GetCheckerIpRanges still works, but we recommend that you download ip-ranges.json,
|
||||
// which includes IP address ranges for all AWS services. For more information,
|
||||
// see IP Address Ranges of Amazon Route 53 Servers (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html)
|
||||
// see IP Address Ranges of Amazon Route 53 Servers (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
|
@ -2657,7 +2675,9 @@ func (c *Route53) GetGeoLocationRequest(input *GetGeoLocationInput) (req *reques
|
|||
//
|
||||
// Returned Error Codes:
|
||||
// * ErrCodeNoSuchGeoLocation "NoSuchGeoLocation"
|
||||
// Amazon Route 53 doesn't support the specified geographic location.
|
||||
// Amazon Route 53 doesn't support the specified geographic location. For a
|
||||
// list of supported geolocation codes, see the GeoLocation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html)
|
||||
// data type.
|
||||
//
|
||||
// * ErrCodeInvalidInput "InvalidInput"
|
||||
// The input is not valid.
|
||||
|
@ -3817,6 +3837,9 @@ func (c *Route53) ListGeoLocationsRequest(input *ListGeoLocationsInput) (req *re
|
|||
// the subdivisions for that country are listed in alphabetical order immediately
|
||||
// after the corresponding country.
|
||||
//
|
||||
// For a list of supported geolocation codes, see the GeoLocation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html)
|
||||
// data type.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
// the error.
|
||||
|
@ -4206,7 +4229,7 @@ func (c *Route53) ListHostedZonesByNameRequest(input *ListHostedZonesByNameInput
|
|||
//
|
||||
// The labels are reversed and alphabetized using the escaped value. For more
|
||||
// information about valid domain name formats, including internationalized
|
||||
// domain names, see DNS Domain Name Format (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html)
|
||||
// domain names, see DNS Domain Name Format (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// Route 53 returns up to 100 items in each response. If you have a lot of hosted
|
||||
|
@ -5515,7 +5538,7 @@ func (c *Route53) UpdateHealthCheckRequest(input *UpdateHealthCheckInput) (req *
|
|||
// Updates an existing health check. Note that some values can't be updated.
|
||||
//
|
||||
// For more information about updating health checks, see Creating, Updating,
|
||||
// and Deleting Health Checks (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html)
|
||||
// and Deleting Health Checks (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
|
@ -5908,7 +5931,7 @@ type AlarmIdentifier struct {
|
|||
// Route 53 supports CloudWatch alarms with the following features:
|
||||
//
|
||||
// * Standard-resolution metrics. High-resolution metrics aren't supported.
|
||||
// For more information, see High-Resolution Metrics (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics)
|
||||
// For more information, see High-Resolution Metrics (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics)
|
||||
// in the Amazon CloudWatch User Guide.
|
||||
//
|
||||
// * Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended
|
||||
|
@ -5921,9 +5944,8 @@ type AlarmIdentifier struct {
|
|||
// determine whether this health check is healthy, the region that the alarm
|
||||
// was created in.
|
||||
//
|
||||
// For the current list of CloudWatch regions, see Amazon CloudWatch (http://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region)
|
||||
// in the AWS Regions and Endpoints chapter of the Amazon Web Services General
|
||||
// Reference.
|
||||
// For the current list of CloudWatch regions, see Amazon CloudWatch (https://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region)
|
||||
// in the AWS Service Endpoints chapter of the Amazon Web Services General Reference.
|
||||
//
|
||||
// Region is a required field
|
||||
Region *string `min:"1" type:"string" required:"true" enum:"CloudWatchRegion"`
|
||||
|
@ -5983,7 +6005,7 @@ func (s *AlarmIdentifier) SetRegion(v string) *AlarmIdentifier {
|
|||
// record sets in a private hosted zone is unsupported.
|
||||
//
|
||||
// * For information about creating failover resource record sets in a private
|
||||
// hosted zone, see Configuring Failover in a Private Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html).
|
||||
// hosted zone, see Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html).
|
||||
type AliasTarget struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6018,7 +6040,7 @@ type AliasTarget struct {
|
|||
// the name of the resource record set. For example, if the name of the resource
|
||||
// record set is acme.example.com, your CloudFront distribution must include
|
||||
// acme.example.com as one of the alternate domain names. For more information,
|
||||
// see Using Alternate Domain Names (CNAMEs) (http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html)
|
||||
// see Using Alternate Domain Names (CNAMEs) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html)
|
||||
// in the Amazon CloudFront Developer Guide.
|
||||
//
|
||||
// You can't create a resource record set in a private hosted zone to route
|
||||
|
@ -6051,17 +6073,17 @@ type AliasTarget struct {
|
|||
//
|
||||
// * AWS Management Console: For information about how to get the value by
|
||||
// using the console, see Using Custom Domains with AWS Elastic Beanstalk
|
||||
// (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html)
|
||||
// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html)
|
||||
// in the AWS Elastic Beanstalk Developer Guide.
|
||||
//
|
||||
// * Elastic Beanstalk API: Use the DescribeEnvironments action to get the
|
||||
// value of the CNAME attribute. For more information, see DescribeEnvironments
|
||||
// (http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html)
|
||||
// (https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html)
|
||||
// in the AWS Elastic Beanstalk API Reference.
|
||||
//
|
||||
// * AWS CLI: Use the describe-environments command to get the value of the
|
||||
// CNAME attribute. For more information, see describe-environments (http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html)
|
||||
// in the AWS Command Line Interface Reference.
|
||||
// CNAME attribute. For more information, see describe-environments (https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html)
|
||||
// in the AWS CLI Command Reference.
|
||||
//
|
||||
// ELB load balancer
|
||||
//
|
||||
|
@ -6077,22 +6099,31 @@ type AliasTarget struct {
|
|||
//
|
||||
// * Elastic Load Balancing API: Use DescribeLoadBalancers to get the value
|
||||
// of DNSName. For more information, see the applicable guide: Classic Load
|
||||
// Balancers: DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html)
|
||||
// Application and Network Load Balancers: DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html)
|
||||
// Balancers: DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html)
|
||||
// Application and Network Load Balancers: DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html)
|
||||
//
|
||||
// * AWS CLI: Use describe-load-balancers to get the value of DNSName. For
|
||||
// more information, see the applicable guide: Classic Load Balancers: describe-load-balancers
|
||||
// (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html)
|
||||
// Application and Network Load Balancers: describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html)
|
||||
//
|
||||
// AWS Global Accelerator accelerator
|
||||
//
|
||||
// Specify the DNS name for your accelerator:
|
||||
//
|
||||
// * Global Accelerator API: To get the DNS name, use DescribeAccelerator
|
||||
// (https://docs.aws.amazon.com/global-accelerator/latest/api/API_DescribeAccelerator.html).
|
||||
//
|
||||
// * AWS CLI: To get the DNS name, use describe-accelerator (https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator.html).
|
||||
//
|
||||
// Amazon S3 bucket that is configured as a static website
|
||||
//
|
||||
// Specify the domain name of the Amazon S3 website endpoint that you created
|
||||
// the bucket in, for example, s3-website.us-east-2.amazonaws.com. For more
|
||||
// information about valid values, see the table Amazon Simple Storage Service
|
||||
// (S3) Website Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
|
||||
// information about valid values, see the table Amazon S3 Website Endpoints
|
||||
// (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints)
|
||||
// in the Amazon Web Services General Reference. For more information about
|
||||
// using S3 buckets for websites, see Getting Started with Amazon Route 53 (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html)
|
||||
// using S3 buckets for websites, see Getting Started with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// Another Route 53 resource record set
|
||||
|
@ -6173,11 +6204,11 @@ type AliasTarget struct {
|
|||
// records (for example, a group of weighted records) but is not another alias
|
||||
// record, we recommend that you associate a health check with all of the records
|
||||
// in the alias target. For more information, see What Happens When You Omit
|
||||
// Health Checks? (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting)
|
||||
// Health Checks? (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// For more information and examples, see Amazon Route 53 Health Checks and
|
||||
// DNS Failover (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
|
||||
// DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// EvaluateTargetHealth is a required field
|
||||
|
@ -6210,8 +6241,8 @@ type AliasTarget struct {
|
|||
//
|
||||
// Specify the hosted zone ID for the region that you created the environment
|
||||
// in. The environment must have a regionalized subdomain. For a list of regions
|
||||
// and the corresponding hosted zone IDs, see AWS Elastic Beanstalk (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region)
|
||||
// in the "AWS Regions and Endpoints" chapter of the Amazon Web Services General
|
||||
// and the corresponding hosted zone IDs, see AWS Elastic Beanstalk (https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region)
|
||||
// in the "AWS Service Endpoints" chapter of the Amazon Web Services General
|
||||
// Reference.
|
||||
//
|
||||
// ELB load balancer
|
||||
|
@ -6219,11 +6250,12 @@ type AliasTarget struct {
|
|||
// Specify the value of the hosted zone ID for the load balancer. Use the following
|
||||
// methods to get the hosted zone ID:
|
||||
//
|
||||
// * Elastic Load Balancing (https://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region)
|
||||
// table in the "AWS Regions and Endpoints" chapter of the Amazon Web Services
|
||||
// General Reference: Use the value that corresponds with the region that
|
||||
// you created your load balancer in. Note that there are separate columns
|
||||
// for Application and Classic Load Balancers and for Network Load Balancers.
|
||||
// * Service Endpoints (https://docs.aws.amazon.com/general/latest/gr/elb.html)
|
||||
// table in the "Elastic Load Balancing Endpoints and Quotas" topic in the
|
||||
// Amazon Web Services General Reference: Use the value that corresponds
|
||||
// with the region that you created your load balancer in. Note that there
|
||||
// are separate columns for Application and Classic Load Balancers and for
|
||||
// Network Load Balancers.
|
||||
//
|
||||
// * AWS Management Console: Go to the Amazon EC2 page, choose Load Balancers
|
||||
// in the navigation pane, select the load balancer, and get the value of
|
||||
|
@ -6231,9 +6263,9 @@ type AliasTarget struct {
|
|||
//
|
||||
// * Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable
|
||||
// value. For more information, see the applicable guide: Classic Load Balancers:
|
||||
// Use DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html)
|
||||
// Use DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html)
|
||||
// to get the value of CanonicalHostedZoneNameId. Application and Network
|
||||
// Load Balancers: Use DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html)
|
||||
// Load Balancers: Use DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html)
|
||||
// to get the value of CanonicalHostedZoneId.
|
||||
//
|
||||
// * AWS CLI: Use describe-load-balancers to get the applicable value. For
|
||||
|
@ -6243,13 +6275,16 @@ type AliasTarget struct {
|
|||
// Load Balancers: Use describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html)
|
||||
// to get the value of CanonicalHostedZoneId.
|
||||
//
|
||||
// AWS Global Accelerator accelerator
|
||||
//
|
||||
// Specify Z2BJ6XQ5FK7U4H.
|
||||
//
|
||||
// An Amazon S3 bucket configured as a static website
|
||||
//
|
||||
// Specify the hosted zone ID for the region that you created the bucket in.
|
||||
// For more information about valid values, see the Amazon Simple Storage Service
|
||||
// Website Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
|
||||
// table in the "AWS Regions and Endpoints" chapter of the Amazon Web Services
|
||||
// General Reference.
|
||||
// For more information about valid values, see the table Amazon S3 Website
|
||||
// Endpoints (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints)
|
||||
// in the Amazon Web Services General Reference.
|
||||
//
|
||||
// Another Route 53 resource record set in your hosted zone
|
||||
//
|
||||
|
@ -6822,7 +6857,7 @@ type CloudWatchAlarmConfiguration struct {
|
|||
|
||||
// For the metric that the CloudWatch alarm is associated with, a complex type
|
||||
// that contains information about the dimensions for the metric. For information,
|
||||
// see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html)
|
||||
// see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html)
|
||||
// in the Amazon CloudWatch User Guide.
|
||||
Dimensions []*Dimension `locationNameList:"Dimension" type:"list"`
|
||||
|
||||
|
@ -6838,7 +6873,7 @@ type CloudWatchAlarmConfiguration struct {
|
|||
MetricName *string `min:"1" type:"string" required:"true"`
|
||||
|
||||
// The namespace of the metric that the alarm is associated with. For more information,
|
||||
// see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html)
|
||||
// see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html)
|
||||
// in the Amazon CloudWatch User Guide.
|
||||
//
|
||||
// Namespace is a required field
|
||||
|
@ -8521,17 +8556,39 @@ type GeoLocation struct {
|
|||
|
||||
// The two-letter code for the continent.
|
||||
//
|
||||
// Valid values: AF | AN | AS | EU | OC | NA | SA
|
||||
// Amazon Route 53 supports the following continent codes:
|
||||
//
|
||||
// * AF: Africa
|
||||
//
|
||||
// * AN: Antarctica
|
||||
//
|
||||
// * AS: Asia
|
||||
//
|
||||
// * EU: Europe
|
||||
//
|
||||
// * OC: Oceania
|
||||
//
|
||||
// * NA: North America
|
||||
//
|
||||
// * SA: South America
|
||||
//
|
||||
// Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode
|
||||
// returns an InvalidInput error.
|
||||
ContinentCode *string `min:"2" type:"string"`
|
||||
|
||||
// The two-letter code for the country.
|
||||
// For geolocation resource record sets, the two-letter code for a country.
|
||||
//
|
||||
// Amazon Route 53 uses the two-letter country codes that are specified in ISO
|
||||
// standard 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
||||
CountryCode *string `min:"1" type:"string"`
|
||||
|
||||
// The code for the subdivision. Route 53 currently supports only states in
|
||||
// the United States.
|
||||
// For geolocation resource record sets, the two-letter code for a state of
|
||||
// the United States. Route 53 doesn't support any other values for SubdivisionCode.
|
||||
// For a list of state abbreviations, see Appendix B: Two–Letter State and
|
||||
// Possession Abbreviations (https://pe.usps.com/text/pub28/28apb.htm) on the
|
||||
// United States Postal Service website.
|
||||
//
|
||||
// If you specify subdivisioncode, you must also specify US for CountryCode.
|
||||
SubdivisionCode *string `min:"1" type:"string"`
|
||||
}
|
||||
|
||||
|
@ -8874,7 +8931,8 @@ func (s *GetCheckerIpRangesOutput) SetCheckerIpRanges(v []*string) *GetCheckerIp
|
|||
type GetGeoLocationInput struct {
|
||||
_ struct{} `locationName:"GetGeoLocationRequest" type:"structure"`
|
||||
|
||||
// Amazon Route 53 supports the following continent codes:
|
||||
// For geolocation resource record sets, a two-letter abbreviation that identifies
|
||||
// a continent. Amazon Route 53 supports the following continent codes:
|
||||
//
|
||||
// * AF: Africa
|
||||
//
|
||||
|
@ -8895,10 +8953,12 @@ type GetGeoLocationInput struct {
|
|||
// standard 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
||||
CountryCode *string `location:"querystring" locationName:"countrycode" min:"1" type:"string"`
|
||||
|
||||
// Amazon Route 53 uses the one- to three-letter subdivision codes that are
|
||||
// specified in ISO standard 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
||||
// Route 53 doesn't support subdivision codes for all countries. If you specify
|
||||
// subdivisioncode, you must also specify countrycode.
|
||||
// For SubdivisionCode, Amazon Route 53 supports only states of the United States.
|
||||
// For a list of state abbreviations, see Appendix B: Two–Letter State and
|
||||
// Possession Abbreviations (https://pe.usps.com/text/pub28/28apb.htm) on the
|
||||
// United States Postal Service website.
|
||||
//
|
||||
// If you specify subdivisioncode, you must also specify US for CountryCode.
|
||||
SubdivisionCode *string `location:"querystring" locationName:"subdivisioncode" min:"1" type:"string"`
|
||||
}
|
||||
|
||||
|
@ -10068,7 +10128,7 @@ type HealthCheckConfig struct {
|
|||
// The number of consecutive health checks that an endpoint must pass or fail
|
||||
// for Amazon Route 53 to change the current status of the endpoint from unhealthy
|
||||
// to healthy or vice versa. For more information, see How Amazon Route 53 Determines
|
||||
// Whether an Endpoint Is Healthy (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
|
||||
// Whether an Endpoint Is Healthy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// If you don't specify a value for FailureThreshold, the default value is three
|
||||
|
@ -10212,8 +10272,11 @@ type HealthCheckConfig struct {
|
|||
// You can't change the value of MeasureLatency after you create a health check.
|
||||
MeasureLatency *bool `type:"boolean"`
|
||||
|
||||
// The port on the endpoint on which you want Amazon Route 53 to perform health
|
||||
// checks. Specify a value for Port only when you specify a value for IPAddress.
|
||||
// The port on the endpoint that you want Amazon Route 53 to perform health
|
||||
// checks on.
|
||||
//
|
||||
// Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC
|
||||
// or CALCULATED.
|
||||
Port *int64 `min:"1" type:"integer"`
|
||||
|
||||
// A complex type that contains one Region element for each region from which
|
||||
|
@ -10245,7 +10308,7 @@ type HealthCheckConfig struct {
|
|||
// parameters, for example, /welcome.html?language=jp&login=y.
|
||||
ResourcePath *string `type:"string"`
|
||||
|
||||
// If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that
|
||||
// If the value of Type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string that
|
||||
// you want Amazon Route 53 to search for in the response body from the specified
|
||||
// resource. If the string appears in the response body, Route 53 considers
|
||||
// the resource healthy.
|
||||
|
@ -10719,18 +10782,15 @@ type ListGeoLocationsInput struct {
|
|||
// a page or more of results, if IsTruncated is true, and if NextCountryCode
|
||||
// from the previous response has a value, enter that value in startcountrycode
|
||||
// to return the next page of results.
|
||||
//
|
||||
// Route 53 uses the two-letter country codes that are specified in ISO standard
|
||||
// 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
||||
StartCountryCode *string `location:"querystring" locationName:"startcountrycode" min:"1" type:"string"`
|
||||
|
||||
// The code for the subdivision (for example, state or province) with which
|
||||
// you want to start listing locations that Amazon Route 53 supports for geolocation.
|
||||
// If Route 53 has already returned a page or more of results, if IsTruncated
|
||||
// is true, and if NextSubdivisionCode from the previous response has a value,
|
||||
// enter that value in startsubdivisioncode to return the next page of results.
|
||||
// The code for the state of the United States with which you want to start
|
||||
// listing locations that Amazon Route 53 supports for geolocation. If Route
|
||||
// 53 has already returned a page or more of results, if IsTruncated is true,
|
||||
// and if NextSubdivisionCode from the previous response has a value, enter
|
||||
// that value in startsubdivisioncode to return the next page of results.
|
||||
//
|
||||
// To list subdivisions of a country, you must include both startcountrycode
|
||||
// To list subdivisions (U.S. states), you must include both startcountrycode
|
||||
// and startsubdivisioncode.
|
||||
StartSubdivisionCode *string `location:"querystring" locationName:"startsubdivisioncode" min:"1" type:"string"`
|
||||
}
|
||||
|
@ -11417,7 +11477,9 @@ type ListResourceRecordSetsInput struct {
|
|||
StartRecordIdentifier *string `location:"querystring" locationName:"identifier" min:"1" type:"string"`
|
||||
|
||||
// The first name in the lexicographic ordering of resource record sets that
|
||||
// you want to list.
|
||||
// you want to list. If the specified record name doesn't exist, the results
|
||||
// begin with the first resource record set that has a name greater than the
|
||||
// value of name.
|
||||
StartRecordName *string `location:"querystring" locationName:"name" type:"string"`
|
||||
|
||||
// The type of resource record set to begin the record listing from.
|
||||
|
@ -11438,9 +11500,9 @@ type ListResourceRecordSetsInput struct {
|
|||
//
|
||||
// * Elastic Load Balancing load balancer: A | AAAA
|
||||
//
|
||||
// * Amazon S3 bucket: A
|
||||
// * S3 bucket: A
|
||||
//
|
||||
// * Amazon VPC interface VPC endpoint: A
|
||||
// * VPC interface VPC endpoint: A
|
||||
//
|
||||
// * Another resource record set in this hosted zone: The type of the resource
|
||||
// record set that the alias references.
|
||||
|
@ -12950,7 +13012,7 @@ type ResourceRecordSet struct {
|
|||
// record sets in a private hosted zone is unsupported.
|
||||
//
|
||||
// * For information about creating failover resource record sets in a private
|
||||
// hosted zone, see Configuring Failover in a Private Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
|
||||
// hosted zone, see Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
AliasTarget *AliasTarget `type:"structure"`
|
||||
|
||||
|
@ -12990,9 +13052,9 @@ type ResourceRecordSet struct {
|
|||
// For more information about configuring failover for Route 53, see the following
|
||||
// topics in the Amazon Route 53 Developer Guide:
|
||||
//
|
||||
// * Route 53 Health Checks and DNS Failover (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
|
||||
// * Route 53 Health Checks and DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
|
||||
//
|
||||
// * Configuring Failover in a Private Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
|
||||
// * Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
|
||||
Failover *string `type:"string" enum:"ResourceRecordSetFailover"`
|
||||
|
||||
// Geolocation resource record sets only: A complex type that lets you control
|
||||
|
@ -13001,8 +13063,8 @@ type ResourceRecordSet struct {
|
|||
// to a web server with an IP address of 192.0.2.111, create a resource record
|
||||
// set with a Type of A and a ContinentCode of AF.
|
||||
//
|
||||
// Creating geolocation and geolocation alias resource record sets in private
|
||||
// hosted zones is not supported.
|
||||
// Although creating geolocation and geolocation alias resource record sets
|
||||
// in a private hosted zone is allowed, it's not supported.
|
||||
//
|
||||
// If you create separate resource record sets for overlapping geographic regions
|
||||
// (for example, one resource record set for a continent and one for a country
|
||||
|
@ -13021,11 +13083,12 @@ type ResourceRecordSet struct {
|
|||
// addresses aren't mapped to geographic locations, so even if you create geolocation
|
||||
// resource record sets that cover all seven continents, Route 53 will receive
|
||||
// some DNS queries from locations that it can't identify. We recommend that
|
||||
// you create a resource record set for which the value of CountryCode is *,
|
||||
// which handles both queries that come from locations for which you haven't
|
||||
// created geolocation resource record sets and queries from IP addresses that
|
||||
// aren't mapped to a location. If you don't create a * resource record set,
|
||||
// Route 53 returns a "no answer" response for queries from those locations.
|
||||
// you create a resource record set for which the value of CountryCode is *.
|
||||
// Two groups of queries are routed to the resource that you specify in this
|
||||
// record: queries that come from locations for which you haven't created geolocation
|
||||
// resource record sets and queries from IP addresses that aren't mapped to
|
||||
// a location. If you don't create a * resource record set, Route 53 returns
|
||||
// a "no answer" response for queries from those locations.
|
||||
//
|
||||
// You can't create non-geolocation resource record sets that have the same
|
||||
// values for the Name and Type elements as geolocation resource record sets.
|
||||
|
@ -13058,9 +13121,9 @@ type ResourceRecordSet struct {
|
|||
//
|
||||
// * How Amazon Route 53 Determines Whether an Endpoint Is Healthy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
|
||||
//
|
||||
// * Route 53 Health Checks and DNS Failover (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
|
||||
// * Route 53 Health Checks and DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
|
||||
//
|
||||
// * Configuring Failover in a Private Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
|
||||
// * Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
|
||||
//
|
||||
// When to Specify HealthCheckId
|
||||
//
|
||||
|
@ -13173,7 +13236,7 @@ type ResourceRecordSet struct {
|
|||
//
|
||||
// For information about how to specify characters other than a-z, 0-9, and
|
||||
// - (hyphen) and how to specify internationalized domain names, see DNS Domain
|
||||
// Name Format (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html)
|
||||
// Name Format (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// You can use the asterisk (*) wildcard to replace the leftmost label in a
|
||||
|
@ -13203,8 +13266,8 @@ type ResourceRecordSet struct {
|
|||
// and is referred to by an IP address or a DNS domain name, depending on the
|
||||
// record type.
|
||||
//
|
||||
// Creating latency and latency alias resource record sets in private hosted
|
||||
// zones is not supported.
|
||||
// Although creating latency and latency alias resource record sets in a private
|
||||
// hosted zone is allowed, it's not supported.
|
||||
//
|
||||
// When Amazon Route 53 receives a DNS query for a domain name and type for
|
||||
// which you have created latency resource record sets, Route 53 selects the
|
||||
|
@ -13278,7 +13341,7 @@ type ResourceRecordSet struct {
|
|||
TrafficPolicyInstanceId *string `min:"1" type:"string"`
|
||||
|
||||
// The DNS record type. For information about different record types and how
|
||||
// data is encoded for them, see Supported DNS Resource Record Types (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html)
|
||||
// data is encoded for them, see Supported DNS Resource Record Types (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX
|
||||
|
@ -13309,8 +13372,7 @@ type ResourceRecordSet struct {
|
|||
// create two resource record sets to route traffic to your distribution,
|
||||
// one with a value of A and one with a value of AAAA.
|
||||
//
|
||||
// * AWS Elastic Beanstalk environment that has a regionalized subdomain:
|
||||
// A
|
||||
// * Amazon API Gateway environment that has a regionalized subdomain: A
|
||||
//
|
||||
// * ELB load balancers: A | AAAA
|
||||
//
|
||||
|
@ -13358,7 +13420,7 @@ type ResourceRecordSet struct {
|
|||
// of DNS name and type, traffic is routed to all resources with equal probability.
|
||||
// The effect of setting Weight to 0 is different when you associate health
|
||||
// checks with weighted resource record sets. For more information, see Options
|
||||
// for Configuring Route 53 Active-Active and Active-Passive Failover (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html)
|
||||
// for Configuring Route 53 Active-Active and Active-Passive Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
Weight *int64 `type:"long"`
|
||||
}
|
||||
|
@ -14231,7 +14293,7 @@ type UpdateHealthCheckInput struct {
|
|||
// The number of consecutive health checks that an endpoint must pass or fail
|
||||
// for Amazon Route 53 to change the current status of the endpoint from unhealthy
|
||||
// to healthy or vice versa. For more information, see How Amazon Route 53 Determines
|
||||
// Whether an Endpoint Is Healthy (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
|
||||
// Whether an Endpoint Is Healthy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
|
||||
// in the Amazon Route 53 Developer Guide.
|
||||
//
|
||||
// If you don't specify a value for FailureThreshold, the default value is three
|
||||
|
@ -14402,8 +14464,11 @@ type UpdateHealthCheckInput struct {
|
|||
// would be considered healthy.
|
||||
Inverted *bool `type:"boolean"`
|
||||
|
||||
// The port on the endpoint on which you want Amazon Route 53 to perform health
|
||||
// checks.
|
||||
// The port on the endpoint that you want Amazon Route 53 to perform health
|
||||
// checks on.
|
||||
//
|
||||
// Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC
|
||||
// or CALCULATED.
|
||||
Port *int64 `min:"1" type:"integer"`
|
||||
|
||||
// A complex type that contains one Region element for each region that you
|
||||
|
@ -14436,7 +14501,7 @@ type UpdateHealthCheckInput struct {
|
|||
// Specify this value only if you want to change it.
|
||||
ResourcePath *string `type:"string"`
|
||||
|
||||
// If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that
|
||||
// If the value of Type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string that
|
||||
// you want Amazon Route 53 to search for in the response body from the specified
|
||||
// resource. If the string appears in the response body, Route 53 considers
|
||||
// the resource healthy. (You can't change the value of Type when you update
|
||||
|
|
4
vendor/github.com/aws/aws-sdk-go/service/route53/errors.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/route53/errors.go
generated
vendored
|
@ -240,7 +240,9 @@ const (
|
|||
// ErrCodeNoSuchGeoLocation for service response error code
|
||||
// "NoSuchGeoLocation".
|
||||
//
|
||||
// Amazon Route 53 doesn't support the specified geographic location.
|
||||
// Amazon Route 53 doesn't support the specified geographic location. For a
|
||||
// list of supported geolocation codes, see the GeoLocation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html)
|
||||
// data type.
|
||||
ErrCodeNoSuchGeoLocation = "NoSuchGeoLocation"
|
||||
|
||||
// ErrCodeNoSuchHealthCheck for service response error code
|
||||
|
|
60
vendor/github.com/aws/aws-sdk-go/service/route53domains/api.go
generated
vendored
60
vendor/github.com/aws/aws-sdk-go/service/route53domains/api.go
generated
vendored
|
@ -3003,8 +3003,8 @@ func (s *DisableDomainTransferLockOutput) SetOperationId(v string) *DisableDomai
|
|||
|
||||
// The number of domains has exceeded the allowed threshold for the account.
|
||||
type DomainLimitExceeded struct {
|
||||
_ struct{} `type:"structure"`
|
||||
respMetadata protocol.ResponseMetadata
|
||||
_ struct{} `type:"structure"`
|
||||
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
|
||||
|
||||
// The number of domains has exceeded the allowed threshold for the account.
|
||||
Message_ *string `locationName:"message" type:"string"`
|
||||
|
@ -3022,7 +3022,7 @@ func (s DomainLimitExceeded) GoString() string {
|
|||
|
||||
func newErrorDomainLimitExceeded(v protocol.ResponseMetadata) error {
|
||||
return &DomainLimitExceeded{
|
||||
respMetadata: v,
|
||||
RespMetadata: v,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3050,12 +3050,12 @@ func (s DomainLimitExceeded) Error() string {
|
|||
|
||||
// Status code returns the HTTP status code for the request's response error.
|
||||
func (s DomainLimitExceeded) StatusCode() int {
|
||||
return s.respMetadata.StatusCode
|
||||
return s.RespMetadata.StatusCode
|
||||
}
|
||||
|
||||
// RequestID returns the service's response RequestID for request.
|
||||
func (s DomainLimitExceeded) RequestID() string {
|
||||
return s.respMetadata.RequestID
|
||||
return s.RespMetadata.RequestID
|
||||
}
|
||||
|
||||
// Information about one suggested domain name.
|
||||
|
@ -3233,8 +3233,8 @@ func (s *DomainTransferability) SetTransferable(v string) *DomainTransferability
|
|||
|
||||
// The request is already in progress for the domain.
|
||||
type DuplicateRequest struct {
|
||||
_ struct{} `type:"structure"`
|
||||
respMetadata protocol.ResponseMetadata
|
||||
_ struct{} `type:"structure"`
|
||||
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
|
||||
|
||||
// The request is already in progress for the domain.
|
||||
Message_ *string `locationName:"message" type:"string"`
|
||||
|
@ -3252,7 +3252,7 @@ func (s DuplicateRequest) GoString() string {
|
|||
|
||||
func newErrorDuplicateRequest(v protocol.ResponseMetadata) error {
|
||||
return &DuplicateRequest{
|
||||
respMetadata: v,
|
||||
RespMetadata: v,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3280,12 +3280,12 @@ func (s DuplicateRequest) Error() string {
|
|||
|
||||
// Status code returns the HTTP status code for the request's response error.
|
||||
func (s DuplicateRequest) StatusCode() int {
|
||||
return s.respMetadata.StatusCode
|
||||
return s.RespMetadata.StatusCode
|
||||
}
|
||||
|
||||
// RequestID returns the service's response RequestID for request.
|
||||
func (s DuplicateRequest) RequestID() string {
|
||||
return s.respMetadata.RequestID
|
||||
return s.RespMetadata.RequestID
|
||||
}
|
||||
|
||||
type EnableDomainAutoRenewInput struct {
|
||||
|
@ -4054,8 +4054,8 @@ func (s *GetOperationDetailOutput) SetType(v string) *GetOperationDetailOutput {
|
|||
// might refer to the ID of an operation that is already completed. For a domain
|
||||
// name, it might not be a valid domain name or belong to the requester account.
|
||||
type InvalidInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
respMetadata protocol.ResponseMetadata
|
||||
_ struct{} `type:"structure"`
|
||||
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
|
||||
|
||||
// The requested item is not acceptable. For example, for an OperationId it
|
||||
// might refer to the ID of an operation that is already completed. For a domain
|
||||
|
@ -4075,7 +4075,7 @@ func (s InvalidInput) GoString() string {
|
|||
|
||||
func newErrorInvalidInput(v protocol.ResponseMetadata) error {
|
||||
return &InvalidInput{
|
||||
respMetadata: v,
|
||||
RespMetadata: v,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4103,12 +4103,12 @@ func (s InvalidInput) Error() string {
|
|||
|
||||
// Status code returns the HTTP status code for the request's response error.
|
||||
func (s InvalidInput) StatusCode() int {
|
||||
return s.respMetadata.StatusCode
|
||||
return s.RespMetadata.StatusCode
|
||||
}
|
||||
|
||||
// RequestID returns the service's response RequestID for request.
|
||||
func (s InvalidInput) RequestID() string {
|
||||
return s.respMetadata.RequestID
|
||||
return s.RespMetadata.RequestID
|
||||
}
|
||||
|
||||
// The ListDomains request includes the following elements.
|
||||
|
@ -4401,8 +4401,8 @@ func (s *Nameserver) SetName(v string) *Nameserver {
|
|||
// The number of operations or jobs running exceeded the allowed threshold for
|
||||
// the account.
|
||||
type OperationLimitExceeded struct {
|
||||
_ struct{} `type:"structure"`
|
||||
respMetadata protocol.ResponseMetadata
|
||||
_ struct{} `type:"structure"`
|
||||
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
|
||||
|
||||
// The number of operations or jobs running exceeded the allowed threshold for
|
||||
// the account.
|
||||
|
@ -4421,7 +4421,7 @@ func (s OperationLimitExceeded) GoString() string {
|
|||
|
||||
func newErrorOperationLimitExceeded(v protocol.ResponseMetadata) error {
|
||||
return &OperationLimitExceeded{
|
||||
respMetadata: v,
|
||||
RespMetadata: v,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4449,12 +4449,12 @@ func (s OperationLimitExceeded) Error() string {
|
|||
|
||||
// Status code returns the HTTP status code for the request's response error.
|
||||
func (s OperationLimitExceeded) StatusCode() int {
|
||||
return s.respMetadata.StatusCode
|
||||
return s.RespMetadata.StatusCode
|
||||
}
|
||||
|
||||
// RequestID returns the service's response RequestID for request.
|
||||
func (s OperationLimitExceeded) RequestID() string {
|
||||
return s.respMetadata.RequestID
|
||||
return s.RespMetadata.RequestID
|
||||
}
|
||||
|
||||
// OperationSummary includes the following elements.
|
||||
|
@ -4967,8 +4967,8 @@ func (s *RetrieveDomainAuthCodeOutput) SetAuthCode(v string) *RetrieveDomainAuth
|
|||
|
||||
// The top-level domain does not support this operation.
|
||||
type TLDRulesViolation struct {
|
||||
_ struct{} `type:"structure"`
|
||||
respMetadata protocol.ResponseMetadata
|
||||
_ struct{} `type:"structure"`
|
||||
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
|
||||
|
||||
// The top-level domain does not support this operation.
|
||||
Message_ *string `locationName:"message" type:"string"`
|
||||
|
@ -4986,7 +4986,7 @@ func (s TLDRulesViolation) GoString() string {
|
|||
|
||||
func newErrorTLDRulesViolation(v protocol.ResponseMetadata) error {
|
||||
return &TLDRulesViolation{
|
||||
respMetadata: v,
|
||||
RespMetadata: v,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5014,12 +5014,12 @@ func (s TLDRulesViolation) Error() string {
|
|||
|
||||
// Status code returns the HTTP status code for the request's response error.
|
||||
func (s TLDRulesViolation) StatusCode() int {
|
||||
return s.respMetadata.StatusCode
|
||||
return s.RespMetadata.StatusCode
|
||||
}
|
||||
|
||||
// RequestID returns the service's response RequestID for request.
|
||||
func (s TLDRulesViolation) RequestID() string {
|
||||
return s.respMetadata.RequestID
|
||||
return s.RespMetadata.RequestID
|
||||
}
|
||||
|
||||
// Each tag includes the following elements.
|
||||
|
@ -5309,8 +5309,8 @@ func (s *TransferDomainOutput) SetOperationId(v string) *TransferDomainOutput {
|
|||
|
||||
// Amazon Route 53 does not support this top-level domain (TLD).
|
||||
type UnsupportedTLD struct {
|
||||
_ struct{} `type:"structure"`
|
||||
respMetadata protocol.ResponseMetadata
|
||||
_ struct{} `type:"structure"`
|
||||
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
|
||||
|
||||
// Amazon Route 53 does not support this top-level domain (TLD).
|
||||
Message_ *string `locationName:"message" type:"string"`
|
||||
|
@ -5328,7 +5328,7 @@ func (s UnsupportedTLD) GoString() string {
|
|||
|
||||
func newErrorUnsupportedTLD(v protocol.ResponseMetadata) error {
|
||||
return &UnsupportedTLD{
|
||||
respMetadata: v,
|
||||
RespMetadata: v,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5356,12 +5356,12 @@ func (s UnsupportedTLD) Error() string {
|
|||
|
||||
// Status code returns the HTTP status code for the request's response error.
|
||||
func (s UnsupportedTLD) StatusCode() int {
|
||||
return s.respMetadata.StatusCode
|
||||
return s.RespMetadata.StatusCode
|
||||
}
|
||||
|
||||
// RequestID returns the service's response RequestID for request.
|
||||
func (s UnsupportedTLD) RequestID() string {
|
||||
return s.respMetadata.RequestID
|
||||
return s.RespMetadata.RequestID
|
||||
}
|
||||
|
||||
// The UpdateDomainContact request includes the following elements.
|
||||
|
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
|
@ -34,7 +34,7 @@ github.com/TomOnTime/utfutil
|
|||
# github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
||||
## explicit
|
||||
github.com/andreyvit/diff
|
||||
# github.com/aws/aws-sdk-go v1.29.29
|
||||
# github.com/aws/aws-sdk-go v1.29.33
|
||||
## explicit
|
||||
github.com/aws/aws-sdk-go/aws
|
||||
github.com/aws/aws-sdk-go/aws/awserr
|
||||
|
|
Loading…
Reference in a new issue