mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rebase: bump github.com/aws/aws-sdk-go from 1.44.5 to 1.44.10
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.5 to 1.44.10. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.5...v1.44.10) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cbd7220b37
commit
7d1c563b97
2
go.mod
2
go.mod
@ -4,7 +4,7 @@ go 1.17
|
||||
|
||||
require (
|
||||
github.com/IBM/keyprotect-go-client v0.7.0
|
||||
github.com/aws/aws-sdk-go v1.44.5
|
||||
github.com/aws/aws-sdk-go v1.44.10
|
||||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
|
||||
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
|
||||
// TODO: API for managing NFS-exports requires `ceph_ci_untested` build-tag
|
||||
|
4
go.sum
4
go.sum
@ -141,8 +141,8 @@ github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpi
|
||||
github.com/aws/aws-sdk-go v1.25.41/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
||||
github.com/aws/aws-sdk-go v1.35.24/go.mod h1:tlPOdRjfxPBpNIwqDj61rmsnA85v9jc0Ps9+muhnW+k=
|
||||
github.com/aws/aws-sdk-go v1.38.49/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
||||
github.com/aws/aws-sdk-go v1.44.5 h1:T4mckpWUfplPG4GA3FDWDCM1QaCzisjGzzeCVBhHKwQ=
|
||||
github.com/aws/aws-sdk-go v1.44.5/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
|
||||
github.com/aws/aws-sdk-go v1.44.10 h1:ohCdgQpJ9ojzm0fOk7ykrMTgTpHJBk5nnA7X+HzmnOA=
|
||||
github.com/aws/aws-sdk-go v1.44.10/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
|
||||
github.com/aws/aws-sdk-go-v2 v1.16.3 h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM=
|
||||
github.com/aws/aws-sdk-go-v2 v1.16.3/go.mod h1:ytwTPBG6fXTZLxxeeCCWj2/EMYp/xDUgX+OET6TLNNU=
|
||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 h1:uFWgo6mGJI1n17nbcvSc6fxVuR3xLNqvXt12JCnEcT8=
|
||||
|
313
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
313
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
@ -548,6 +548,9 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
@ -2226,63 +2229,183 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "af-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "af-south-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.af-south-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-east-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ap-east-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ap-northeast-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ap-northeast-2.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ap-south-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ap-southeast-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ap-southeast-2.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.ca-central-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.eu-central-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-north-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.eu-north-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-south-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.eu-south-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.eu-west-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.eu-west-2.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-west-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-3",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.eu-west-3.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "me-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "me-south-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.me-south-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "sa-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "sa-east-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.sa-east-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.us-east-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.us-east-2.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.us-west-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.us-west-2.api.aws",
|
||||
},
|
||||
},
|
||||
},
|
||||
"apprunner": service{
|
||||
@ -2522,6 +2645,9 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
@ -3523,9 +3649,6 @@ var awsPartition = partition{
|
||||
},
|
||||
"cloudhsm": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
@ -6776,7 +6899,7 @@ var awsPartition = partition{
|
||||
Region: "ap-south-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "api.ec2.ap-south-1.aws",
|
||||
Hostname: "ec2.ap-south-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-1",
|
||||
@ -6812,7 +6935,7 @@ var awsPartition = partition{
|
||||
Region: "eu-west-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "api.ec2.eu-west-1.aws",
|
||||
Hostname: "ec2.eu-west-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
@ -6875,7 +6998,7 @@ var awsPartition = partition{
|
||||
Region: "sa-east-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "api.ec2.sa-east-1.aws",
|
||||
Hostname: "ec2.sa-east-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
@ -6884,7 +7007,7 @@ var awsPartition = partition{
|
||||
Region: "us-east-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "api.ec2.us-east-1.aws",
|
||||
Hostname: "ec2.us-east-1.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
@ -6899,7 +7022,7 @@ var awsPartition = partition{
|
||||
Region: "us-east-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "api.ec2.us-east-2.aws",
|
||||
Hostname: "ec2.us-east-2.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
@ -6923,7 +7046,7 @@ var awsPartition = partition{
|
||||
Region: "us-west-2",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "api.ec2.us-west-2.aws",
|
||||
Hostname: "ec2.us-west-2.api.aws",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
@ -7100,6 +7223,9 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
@ -8731,6 +8857,9 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
@ -10462,6 +10591,9 @@ var awsPartition = partition{
|
||||
},
|
||||
"identity-chime": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
@ -12584,6 +12716,9 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
@ -13629,6 +13764,9 @@ var awsPartition = partition{
|
||||
},
|
||||
"messaging-chime": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
@ -20784,6 +20922,42 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "eu-west-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-2",
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-2",
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "me-south-1",
|
||||
}: endpoint{},
|
||||
@ -20793,15 +20967,39 @@ var awsPartition = partition{
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-east-2.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-west-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-west-2.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"tagging": service{
|
||||
@ -21750,6 +21948,23 @@ var awsPartition = partition{
|
||||
Region: "ap-southeast-2",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{
|
||||
Hostname: "waf-regional.ap-southeast-3.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-southeast-3",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "waf-regional-fips.ap-southeast-3.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-southeast-3",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{
|
||||
@ -21941,6 +22156,15 @@ var awsPartition = partition{
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-ap-southeast-3",
|
||||
}: endpoint{
|
||||
Hostname: "waf-regional-fips.ap-southeast-3.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "ap-southeast-3",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-ca-central-1",
|
||||
}: endpoint{
|
||||
@ -22649,9 +22873,21 @@ var awscnPartition = partition{
|
||||
endpointKey{
|
||||
Region: "cn-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "cn-north-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.cn-north-1.api.amazonwebservices.com.cn",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "cn-northwest-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "cn-northwest-1",
|
||||
Variant: dualStackVariant,
|
||||
}: endpoint{
|
||||
Hostname: "appmesh.cn-northwest-1.api.amazonwebservices.com.cn",
|
||||
},
|
||||
},
|
||||
},
|
||||
"appsync": service{
|
||||
@ -27477,6 +27713,13 @@ var awsusgovPartition = partition{
|
||||
},
|
||||
},
|
||||
},
|
||||
"robomaker": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"route53": service{
|
||||
PartitionEndpoint: "aws-us-gov-global",
|
||||
IsRegionalized: boxedFalse,
|
||||
@ -28596,12 +28839,42 @@ var awsusgovPartition = partition{
|
||||
},
|
||||
"synthetics": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "synthetics-fips.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"tagging": service{
|
||||
@ -29883,6 +30156,28 @@ var awsisobPartition = partition{
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"elasticfilesystem": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "fips-us-isob-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-isob-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-isob-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-isob-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
|
||||
},
|
||||
},
|
||||
},
|
||||
"elasticloadbalancing": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
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.44.5"
|
||||
const SDKVersion = "1.44.10"
|
||||
|
88
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
88
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
@ -47947,7 +47947,9 @@ func (c *EC2) StopInstancesRequest(input *StopInstancesInput) (req *request.Requ
|
||||
|
||||
// StopInstances API operation for Amazon Elastic Compute Cloud.
|
||||
//
|
||||
// Stops an Amazon EBS-backed instance.
|
||||
// Stops an Amazon EBS-backed instance. For more information, see Stop and start
|
||||
// your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html)
|
||||
// in the Amazon EC2 User Guide.
|
||||
//
|
||||
// You can use the Stop action to hibernate an instance if the instance is enabled
|
||||
// for hibernation (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation)
|
||||
@ -50401,6 +50403,10 @@ type AllocateHostsInput struct {
|
||||
// You cannot specify InstanceType and InstanceFamily in the same request.
|
||||
InstanceType *string `locationName:"instanceType" type:"string"`
|
||||
|
||||
// The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which
|
||||
// to allocate the Dedicated Host.
|
||||
OutpostArn *string `type:"string"`
|
||||
|
||||
// The number of Dedicated Hosts to allocate to your account with these parameters.
|
||||
//
|
||||
// Quantity is a required field
|
||||
@ -50480,6 +50486,12 @@ func (s *AllocateHostsInput) SetInstanceType(v string) *AllocateHostsInput {
|
||||
return s
|
||||
}
|
||||
|
||||
// SetOutpostArn sets the OutpostArn field's value.
|
||||
func (s *AllocateHostsInput) SetOutpostArn(v string) *AllocateHostsInput {
|
||||
s.OutpostArn = &v
|
||||
return s
|
||||
}
|
||||
|
||||
// SetQuantity sets the Quantity field's value.
|
||||
func (s *AllocateHostsInput) SetQuantity(v int64) *AllocateHostsInput {
|
||||
s.Quantity = &v
|
||||
@ -110325,6 +110337,10 @@ type Host struct {
|
||||
// is true, the host is in a host resource group; otherwise, it is not.
|
||||
MemberOfServiceLinkedResourceGroup *bool `locationName:"memberOfServiceLinkedResourceGroup" type:"boolean"`
|
||||
|
||||
// The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which
|
||||
// the Dedicated Host is allocated.
|
||||
OutpostArn *string `locationName:"outpostArn" type:"string"`
|
||||
|
||||
// The ID of the Amazon Web Services account that owns the Dedicated Host.
|
||||
OwnerId *string `locationName:"ownerId" type:"string"`
|
||||
|
||||
@ -110434,6 +110450,12 @@ func (s *Host) SetMemberOfServiceLinkedResourceGroup(v bool) *Host {
|
||||
return s
|
||||
}
|
||||
|
||||
// SetOutpostArn sets the OutpostArn field's value.
|
||||
func (s *Host) SetOutpostArn(v string) *Host {
|
||||
s.OutpostArn = &v
|
||||
return s
|
||||
}
|
||||
|
||||
// SetOwnerId sets the OwnerId field's value.
|
||||
func (s *Host) SetOwnerId(v string) *Host {
|
||||
s.OwnerId = &v
|
||||
@ -164650,6 +164672,27 @@ const (
|
||||
|
||||
// InstanceTypeM6aMetal is a InstanceType enum value
|
||||
InstanceTypeM6aMetal = "m6a.metal"
|
||||
|
||||
// InstanceTypeI4iLarge is a InstanceType enum value
|
||||
InstanceTypeI4iLarge = "i4i.large"
|
||||
|
||||
// InstanceTypeI4iXlarge is a InstanceType enum value
|
||||
InstanceTypeI4iXlarge = "i4i.xlarge"
|
||||
|
||||
// InstanceTypeI4i2xlarge is a InstanceType enum value
|
||||
InstanceTypeI4i2xlarge = "i4i.2xlarge"
|
||||
|
||||
// InstanceTypeI4i4xlarge is a InstanceType enum value
|
||||
InstanceTypeI4i4xlarge = "i4i.4xlarge"
|
||||
|
||||
// InstanceTypeI4i8xlarge is a InstanceType enum value
|
||||
InstanceTypeI4i8xlarge = "i4i.8xlarge"
|
||||
|
||||
// InstanceTypeI4i16xlarge is a InstanceType enum value
|
||||
InstanceTypeI4i16xlarge = "i4i.16xlarge"
|
||||
|
||||
// InstanceTypeI4i32xlarge is a InstanceType enum value
|
||||
InstanceTypeI4i32xlarge = "i4i.32xlarge"
|
||||
)
|
||||
|
||||
// InstanceType_Values returns all elements of the InstanceType enum
|
||||
@ -165162,6 +165205,13 @@ func InstanceType_Values() []string {
|
||||
InstanceTypeC6a48xlarge,
|
||||
InstanceTypeC6aMetal,
|
||||
InstanceTypeM6aMetal,
|
||||
InstanceTypeI4iLarge,
|
||||
InstanceTypeI4iXlarge,
|
||||
InstanceTypeI4i2xlarge,
|
||||
InstanceTypeI4i4xlarge,
|
||||
InstanceTypeI4i8xlarge,
|
||||
InstanceTypeI4i16xlarge,
|
||||
InstanceTypeI4i32xlarge,
|
||||
}
|
||||
}
|
||||
|
||||
@ -165420,6 +165470,15 @@ const (
|
||||
|
||||
// IpamPoolStateDeleteFailed is a IpamPoolState enum value
|
||||
IpamPoolStateDeleteFailed = "delete-failed"
|
||||
|
||||
// IpamPoolStateIsolateInProgress is a IpamPoolState enum value
|
||||
IpamPoolStateIsolateInProgress = "isolate-in-progress"
|
||||
|
||||
// IpamPoolStateIsolateComplete is a IpamPoolState enum value
|
||||
IpamPoolStateIsolateComplete = "isolate-complete"
|
||||
|
||||
// IpamPoolStateRestoreInProgress is a IpamPoolState enum value
|
||||
IpamPoolStateRestoreInProgress = "restore-in-progress"
|
||||
)
|
||||
|
||||
// IpamPoolState_Values returns all elements of the IpamPoolState enum
|
||||
@ -165434,6 +165493,9 @@ func IpamPoolState_Values() []string {
|
||||
IpamPoolStateDeleteInProgress,
|
||||
IpamPoolStateDeleteComplete,
|
||||
IpamPoolStateDeleteFailed,
|
||||
IpamPoolStateIsolateInProgress,
|
||||
IpamPoolStateIsolateComplete,
|
||||
IpamPoolStateRestoreInProgress,
|
||||
}
|
||||
}
|
||||
|
||||
@ -165492,6 +165554,15 @@ const (
|
||||
|
||||
// IpamScopeStateDeleteFailed is a IpamScopeState enum value
|
||||
IpamScopeStateDeleteFailed = "delete-failed"
|
||||
|
||||
// IpamScopeStateIsolateInProgress is a IpamScopeState enum value
|
||||
IpamScopeStateIsolateInProgress = "isolate-in-progress"
|
||||
|
||||
// IpamScopeStateIsolateComplete is a IpamScopeState enum value
|
||||
IpamScopeStateIsolateComplete = "isolate-complete"
|
||||
|
||||
// IpamScopeStateRestoreInProgress is a IpamScopeState enum value
|
||||
IpamScopeStateRestoreInProgress = "restore-in-progress"
|
||||
)
|
||||
|
||||
// IpamScopeState_Values returns all elements of the IpamScopeState enum
|
||||
@ -165506,6 +165577,9 @@ func IpamScopeState_Values() []string {
|
||||
IpamScopeStateDeleteInProgress,
|
||||
IpamScopeStateDeleteComplete,
|
||||
IpamScopeStateDeleteFailed,
|
||||
IpamScopeStateIsolateInProgress,
|
||||
IpamScopeStateIsolateComplete,
|
||||
IpamScopeStateRestoreInProgress,
|
||||
}
|
||||
}
|
||||
|
||||
@ -165552,6 +165626,15 @@ const (
|
||||
|
||||
// IpamStateDeleteFailed is a IpamState enum value
|
||||
IpamStateDeleteFailed = "delete-failed"
|
||||
|
||||
// IpamStateIsolateInProgress is a IpamState enum value
|
||||
IpamStateIsolateInProgress = "isolate-in-progress"
|
||||
|
||||
// IpamStateIsolateComplete is a IpamState enum value
|
||||
IpamStateIsolateComplete = "isolate-complete"
|
||||
|
||||
// IpamStateRestoreInProgress is a IpamState enum value
|
||||
IpamStateRestoreInProgress = "restore-in-progress"
|
||||
)
|
||||
|
||||
// IpamState_Values returns all elements of the IpamState enum
|
||||
@ -165566,6 +165649,9 @@ func IpamState_Values() []string {
|
||||
IpamStateDeleteInProgress,
|
||||
IpamStateDeleteComplete,
|
||||
IpamStateDeleteFailed,
|
||||
IpamStateIsolateInProgress,
|
||||
IpamStateIsolateComplete,
|
||||
IpamStateRestoreInProgress,
|
||||
}
|
||||
}
|
||||
|
||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -14,7 +14,7 @@ github.com/armon/go-metrics
|
||||
# github.com/armon/go-radix v1.0.0
|
||||
## explicit
|
||||
github.com/armon/go-radix
|
||||
# github.com/aws/aws-sdk-go v1.44.5
|
||||
# github.com/aws/aws-sdk-go v1.44.10
|
||||
## explicit; go 1.11
|
||||
github.com/aws/aws-sdk-go/aws
|
||||
github.com/aws/aws-sdk-go/aws/awserr
|
||||
|
Loading…
Reference in New Issue
Block a user