rebase: bump github.com/aws/aws-sdk-go from 1.44.180 to 1.44.185

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.180 to 1.44.185.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.180...v1.44.185)

---
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:
dependabot[bot] 2023-01-24 09:57:58 +00:00 committed by mergify[bot]
parent a6e8679c72
commit f852873e16
6 changed files with 586 additions and 7 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.18
require (
github.com/IBM/keyprotect-go-client v0.9.2
github.com/aws/aws-sdk-go v1.44.180
github.com/aws/aws-sdk-go v1.44.185
github.com/aws/aws-sdk-go-v2/service/sts v1.18.1
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
// TODO: API for managing subvolume metadata and snapshot metadata requires `ceph_ci_untested` build-tag

4
go.sum
View File

@ -140,8 +140,8 @@ github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:l
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.25.41/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.44.180 h1:VLZuAHI9fa/3WME5JjpVjcPCNfpGHVMiHx8sLHWhMgI=
github.com/aws/aws-sdk-go v1.44.180/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.44.185 h1:stasiou+Ucx2A0RyXRyPph4sLCBxVQK7DPPK8tNcl5g=
github.com/aws/aws-sdk-go v1.44.185/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go-v2 v1.17.3 h1:shN7NlnVzvDUgPQ+1rLMSxY8OWRNDRYtiqe0p/PgrhY=
github.com/aws/aws-sdk-go-v2 v1.17.3/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw=
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.27 h1:I3cakv2Uy1vNmmhRQmFptYDxOvBnwCdNwyw63N0RaRU=

View File

@ -27,6 +27,7 @@ const (
ApSoutheast1RegionID = "ap-southeast-1" // Asia Pacific (Singapore).
ApSoutheast2RegionID = "ap-southeast-2" // Asia Pacific (Sydney).
ApSoutheast3RegionID = "ap-southeast-3" // Asia Pacific (Jakarta).
ApSoutheast4RegionID = "ap-southeast-4" // Asia Pacific (Melbourne).
CaCentral1RegionID = "ca-central-1" // Canada (Central).
EuCentral1RegionID = "eu-central-1" // Europe (Frankfurt).
EuCentral2RegionID = "eu-central-2" // Europe (Zurich).
@ -172,6 +173,9 @@ var awsPartition = partition{
"ap-southeast-3": region{
Description: "Asia Pacific (Jakarta)",
},
"ap-southeast-4": region{
Description: "Asia Pacific (Melbourne)",
},
"ca-central-1": region{
Description: "Canada (Central)",
},
@ -261,6 +265,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -432,6 +439,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -1168,6 +1178,14 @@ var awsPartition = partition{
Region: "ap-southeast-3",
},
},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{
Hostname: "api.ecr.ap-southeast-4.amazonaws.com",
CredentialScope: credentialScope{
Region: "ap-southeast-4",
},
},
endpointKey{
Region: "ca-central-1",
}: endpoint{
@ -1733,9 +1751,15 @@ var awsPartition = partition{
},
"api.mediatailor": service{
Endpoints: serviceEndpoints{
endpointKey{
Region: "af-south-1",
}: endpoint{},
endpointKey{
Region: "ap-northeast-1",
}: endpoint{},
endpointKey{
Region: "ap-south-1",
}: endpoint{},
endpointKey{
Region: "ap-southeast-1",
}: endpoint{},
@ -1751,6 +1775,9 @@ var awsPartition = partition{
endpointKey{
Region: "us-east-1",
}: endpoint{},
endpointKey{
Region: "us-east-2",
}: endpoint{},
endpointKey{
Region: "us-west-2",
}: endpoint{},
@ -2087,6 +2114,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -2278,6 +2308,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -2484,6 +2517,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -3541,6 +3577,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -3716,6 +3755,9 @@ var awsPartition = partition{
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -4279,6 +4321,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -4467,6 +4512,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -4748,6 +4796,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -4951,6 +5002,9 @@ var awsPartition = partition{
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -5225,6 +5279,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -6277,6 +6334,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -7428,6 +7488,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -7668,6 +7731,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -8176,6 +8242,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -8330,6 +8399,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-south-1",
}: endpoint{},
endpointKey{
Region: "ap-south-2",
}: endpoint{},
endpointKey{
Region: "ap-southeast-1",
}: endpoint{},
@ -8339,6 +8411,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -8351,12 +8426,18 @@ var awsPartition = partition{
endpointKey{
Region: "eu-central-1",
}: endpoint{},
endpointKey{
Region: "eu-central-2",
}: endpoint{},
endpointKey{
Region: "eu-north-1",
}: endpoint{},
endpointKey{
Region: "eu-south-1",
}: endpoint{},
endpointKey{
Region: "eu-south-2",
}: endpoint{},
endpointKey{
Region: "eu-west-1",
}: endpoint{},
@ -8501,6 +8582,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -8688,6 +8772,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -8996,6 +9083,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -9373,6 +9463,15 @@ var awsPartition = partition{
}: endpoint{
Hostname: "elasticfilesystem-fips.eu-south-1.amazonaws.com",
},
endpointKey{
Region: "eu-south-2",
}: endpoint{},
endpointKey{
Region: "eu-south-2",
Variant: fipsVariant,
}: endpoint{
Hostname: "elasticfilesystem-fips.eu-south-2.amazonaws.com",
},
endpointKey{
Region: "eu-west-1",
}: endpoint{},
@ -9526,6 +9625,15 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "fips-eu-south-2",
}: endpoint{
Hostname: "elasticfilesystem-fips.eu-south-2.amazonaws.com",
CredentialScope: credentialScope{
Region: "eu-south-2",
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "fips-eu-west-1",
}: endpoint{
@ -9718,6 +9826,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -9866,6 +9977,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -10421,6 +10535,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -10572,6 +10689,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -11585,6 +11705,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "me-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -14184,6 +14307,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -14607,6 +14733,15 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
Variant: fipsVariant,
}: endpoint{
Hostname: "kms-fips.ap-southeast-4.amazonaws.com",
},
endpointKey{
Region: "ap-southeast-4-fips",
}: endpoint{
@ -15125,6 +15260,15 @@ var awsPartition = partition{
}: endpoint{
Hostname: "lambda.ap-southeast-3.api.aws",
},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
Variant: dualStackVariant,
}: endpoint{
Hostname: "lambda.ap-southeast-4.api.aws",
},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -15781,6 +15925,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -15965,6 +16112,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-northeast-1",
}: endpoint{},
endpointKey{
Region: "ap-northeast-2",
}: endpoint{},
endpointKey{
Region: "ap-south-1",
}: endpoint{},
@ -16005,6 +16155,18 @@ var awsPartition = partition{
Deprecated: boxedTrue,
},
endpointKey{
Region: "fips-us-east-2",
}: endpoint{
Deprecated: boxedTrue,
},
endpointKey{
Region: "fips-us-west-1",
}: endpoint{
Deprecated: boxedTrue,
},
endpointKey{
Region: "fips-us-west-2",
}: endpoint{
@ -16021,6 +16183,20 @@ var awsPartition = partition{
Region: "us-east-1",
Variant: fipsVariant,
}: endpoint{},
endpointKey{
Region: "us-east-2",
}: endpoint{},
endpointKey{
Region: "us-east-2",
Variant: fipsVariant,
}: endpoint{},
endpointKey{
Region: "us-west-1",
}: endpoint{},
endpointKey{
Region: "us-west-1",
Variant: fipsVariant,
}: endpoint{},
endpointKey{
Region: "us-west-2",
}: endpoint{},
@ -16860,6 +17036,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -17339,6 +17518,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -17956,6 +18138,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -18576,6 +18761,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -19573,6 +19761,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -19730,6 +19921,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -20131,6 +20325,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -20668,6 +20865,11 @@ var awsPartition = partition{
}: endpoint{
Hostname: "resource-explorer-2.ap-southeast-2.api.aws",
},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{
Hostname: "resource-explorer-2.ap-southeast-4.api.aws",
},
endpointKey{
Region: "ca-central-1",
}: endpoint{
@ -20750,6 +20952,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-south-1",
}: endpoint{},
endpointKey{
Region: "ap-south-2",
}: endpoint{},
endpointKey{
Region: "ap-southeast-1",
}: endpoint{},
@ -20759,18 +20964,27 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
endpointKey{
Region: "eu-central-1",
}: endpoint{},
endpointKey{
Region: "eu-central-2",
}: endpoint{},
endpointKey{
Region: "eu-north-1",
}: endpoint{},
endpointKey{
Region: "eu-south-1",
}: endpoint{},
endpointKey{
Region: "eu-south-2",
}: endpoint{},
endpointKey{
Region: "eu-west-1",
}: endpoint{},
@ -21500,6 +21714,15 @@ var awsPartition = partition{
}: endpoint{
Hostname: "s3.dualstack.ap-southeast-3.amazonaws.com",
},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
Variant: dualStackVariant,
}: endpoint{
Hostname: "s3.dualstack.ap-southeast-4.amazonaws.com",
},
endpointKey{
Region: "aws-global",
}: endpoint{
@ -22589,6 +22812,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -23202,6 +23428,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "me-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -24359,6 +24588,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -24507,6 +24739,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -24652,6 +24887,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -24831,12 +25069,72 @@ var awsPartition = partition{
},
"ssm-sap": service{
Endpoints: serviceEndpoints{
endpointKey{
Region: "af-south-1",
}: endpoint{},
endpointKey{
Region: "ap-east-1",
}: endpoint{},
endpointKey{
Region: "ap-northeast-1",
}: endpoint{},
endpointKey{
Region: "ap-northeast-2",
}: endpoint{},
endpointKey{
Region: "ap-northeast-3",
}: endpoint{},
endpointKey{
Region: "ap-south-1",
}: endpoint{},
endpointKey{
Region: "ap-southeast-1",
}: endpoint{},
endpointKey{
Region: "ap-southeast-2",
}: endpoint{},
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
endpointKey{
Region: "eu-central-1",
}: endpoint{},
endpointKey{
Region: "eu-north-1",
}: endpoint{},
endpointKey{
Region: "eu-south-1",
}: endpoint{},
endpointKey{
Region: "eu-west-1",
}: endpoint{},
endpointKey{
Region: "eu-west-2",
}: endpoint{},
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
endpointKey{
Region: "sa-east-1",
}: endpoint{},
endpointKey{
Region: "us-east-1",
}: endpoint{},
endpointKey{
Region: "us-east-2",
}: endpoint{},
endpointKey{
Region: "us-west-1",
}: endpoint{},
endpointKey{
Region: "us-west-2",
}: endpoint{},
},
},
"sso": service{
@ -24941,6 +25239,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -25248,6 +25549,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -25340,6 +25644,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "aws-global",
}: endpoint{
@ -25516,6 +25823,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -25658,6 +25968,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -25800,6 +26113,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -28246,6 +28562,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ap-southeast-4",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -31472,9 +31791,24 @@ var awsusgovPartition = partition{
},
"databrew": service{
Endpoints: serviceEndpoints{
endpointKey{
Region: "fips-us-gov-west-1",
}: endpoint{
Hostname: "databrew.us-gov-west-1.amazonaws.com",
CredentialScope: credentialScope{
Region: "us-gov-west-1",
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "us-gov-west-1",
}: endpoint{},
endpointKey{
Region: "us-gov-west-1",
Variant: fipsVariant,
}: endpoint{
Hostname: "databrew.us-gov-west-1.amazonaws.com",
},
},
},
"datasync": service{

View File

@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.44.180"
const SDKVersion = "1.44.185"

View File

@ -68988,6 +68988,14 @@ type CreateLaunchTemplateVersionInput struct {
// both.
LaunchTemplateName *string `min:"3" type:"string"`
// If true, and if a Systems Manager parameter is specified for ImageId, the
// AMI ID is displayed in the response for imageID. For more information, see
// Use a Systems Manager parameter instead of an AMI ID (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id)
// in the Amazon Elastic Compute Cloud User Guide.
//
// Default: false
ResolveAlias *bool `type:"boolean"`
// The version number of the launch template version on which to base the new
// version. The new version inherits the same launch parameters as the source
// version, except for parameters that you specify in LaunchTemplateData. Snapshots
@ -69068,6 +69076,12 @@ func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateName(v string) *Crea
return s
}
// SetResolveAlias sets the ResolveAlias field's value.
func (s *CreateLaunchTemplateVersionInput) SetResolveAlias(v bool) *CreateLaunchTemplateVersionInput {
s.ResolveAlias = &v
return s
}
// SetSourceVersion sets the SourceVersion field's value.
func (s *CreateLaunchTemplateVersionInput) SetSourceVersion(v string) *CreateLaunchTemplateVersionInput {
s.SourceVersion = &v
@ -93640,6 +93654,19 @@ type DescribeLaunchTemplateVersionsInput struct {
// The token to request the next page of results.
NextToken *string `type:"string"`
// If true, and if a Systems Manager parameter is specified for ImageId, the
// AMI ID is displayed in the response for imageId.
//
// If false, and if a Systems Manager parameter is specified for ImageId, the
// parameter is displayed in the response for imageId.
//
// For more information, see Use a Systems Manager parameter instead of an AMI
// ID (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id)
// in the Amazon Elastic Compute Cloud User Guide.
//
// Default: false
ResolveAlias *bool `type:"boolean"`
// One or more versions of the launch template. Valid values depend on whether
// you are describing a specified launch template (by ID or name) or all launch
// templates in your account.
@ -93734,6 +93761,12 @@ func (s *DescribeLaunchTemplateVersionsInput) SetNextToken(v string) *DescribeLa
return s
}
// SetResolveAlias sets the ResolveAlias field's value.
func (s *DescribeLaunchTemplateVersionsInput) SetResolveAlias(v bool) *DescribeLaunchTemplateVersionsInput {
s.ResolveAlias = &v
return s
}
// SetVersions sets the Versions field's value.
func (s *DescribeLaunchTemplateVersionsInput) SetVersions(v []*string) *DescribeLaunchTemplateVersionsInput {
s.Versions = v
@ -153251,7 +153284,22 @@ type RequestLaunchTemplateData struct {
// The name or Amazon Resource Name (ARN) of an IAM instance profile.
IamInstanceProfile *LaunchTemplateIamInstanceProfileSpecificationRequest `type:"structure"`
// The ID of the AMI.
// The ID of the AMI. Alternatively, you can specify a Systems Manager parameter,
// which will resolve to an AMI ID on launch.
//
// Valid formats:
//
// * ami-17characters00000
//
// * resolve:ssm:parameter-name
//
// * resolve:ssm:parameter-name:version-number
//
// * resolve:ssm:parameter-name:label
//
// For more information, see Use a Systems Manager parameter instead of an AMI
// ID (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id)
// in the Amazon Elastic Compute Cloud User Guide.
ImageId *string `type:"string"`
// Indicates whether an instance stops or terminates when you initiate shutdown
@ -156005,7 +156053,24 @@ type ResponseLaunchTemplateData struct {
// The IAM instance profile.
IamInstanceProfile *LaunchTemplateIamInstanceProfileSpecification `locationName:"iamInstanceProfile" type:"structure"`
// The ID of the AMI that was used to launch the instance.
// The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter
// will resolve to the ID of the AMI at instance launch.
//
// The value depends on what you specified in the request. The possible values
// are:
//
// * If an AMI ID was specified in the request, then this is the AMI ID.
//
// * If a Systems Manager parameter was specified in the request, and ResolveAlias
// was configured as true, then this is the AMI ID that the parameter is
// mapped to in the Parameter Store.
//
// * If a Systems Manager parameter was specified in the request, and ResolveAlias
// was configured as false, then this is the parameter value.
//
// For more information, see Use a Systems Manager parameter instead of an AMI
// ID (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id)
// in the Amazon Elastic Compute Cloud User Guide.
ImageId *string `locationName:"imageId" type:"string"`
// Indicates whether an instance stops or terminates when you initiate shutdown
@ -180082,6 +180147,141 @@ const (
// InstanceTypeHpc6id32xlarge is a InstanceType enum value
InstanceTypeHpc6id32xlarge = "hpc6id.32xlarge"
// InstanceTypeC6inLarge is a InstanceType enum value
InstanceTypeC6inLarge = "c6in.large"
// InstanceTypeC6inXlarge is a InstanceType enum value
InstanceTypeC6inXlarge = "c6in.xlarge"
// InstanceTypeC6in2xlarge is a InstanceType enum value
InstanceTypeC6in2xlarge = "c6in.2xlarge"
// InstanceTypeC6in4xlarge is a InstanceType enum value
InstanceTypeC6in4xlarge = "c6in.4xlarge"
// InstanceTypeC6in8xlarge is a InstanceType enum value
InstanceTypeC6in8xlarge = "c6in.8xlarge"
// InstanceTypeC6in12xlarge is a InstanceType enum value
InstanceTypeC6in12xlarge = "c6in.12xlarge"
// InstanceTypeC6in16xlarge is a InstanceType enum value
InstanceTypeC6in16xlarge = "c6in.16xlarge"
// InstanceTypeC6in24xlarge is a InstanceType enum value
InstanceTypeC6in24xlarge = "c6in.24xlarge"
// InstanceTypeC6in32xlarge is a InstanceType enum value
InstanceTypeC6in32xlarge = "c6in.32xlarge"
// InstanceTypeM6inLarge is a InstanceType enum value
InstanceTypeM6inLarge = "m6in.large"
// InstanceTypeM6inXlarge is a InstanceType enum value
InstanceTypeM6inXlarge = "m6in.xlarge"
// InstanceTypeM6in2xlarge is a InstanceType enum value
InstanceTypeM6in2xlarge = "m6in.2xlarge"
// InstanceTypeM6in4xlarge is a InstanceType enum value
InstanceTypeM6in4xlarge = "m6in.4xlarge"
// InstanceTypeM6in8xlarge is a InstanceType enum value
InstanceTypeM6in8xlarge = "m6in.8xlarge"
// InstanceTypeM6in12xlarge is a InstanceType enum value
InstanceTypeM6in12xlarge = "m6in.12xlarge"
// InstanceTypeM6in16xlarge is a InstanceType enum value
InstanceTypeM6in16xlarge = "m6in.16xlarge"
// InstanceTypeM6in24xlarge is a InstanceType enum value
InstanceTypeM6in24xlarge = "m6in.24xlarge"
// InstanceTypeM6in32xlarge is a InstanceType enum value
InstanceTypeM6in32xlarge = "m6in.32xlarge"
// InstanceTypeM6idnLarge is a InstanceType enum value
InstanceTypeM6idnLarge = "m6idn.large"
// InstanceTypeM6idnXlarge is a InstanceType enum value
InstanceTypeM6idnXlarge = "m6idn.xlarge"
// InstanceTypeM6idn2xlarge is a InstanceType enum value
InstanceTypeM6idn2xlarge = "m6idn.2xlarge"
// InstanceTypeM6idn4xlarge is a InstanceType enum value
InstanceTypeM6idn4xlarge = "m6idn.4xlarge"
// InstanceTypeM6idn8xlarge is a InstanceType enum value
InstanceTypeM6idn8xlarge = "m6idn.8xlarge"
// InstanceTypeM6idn12xlarge is a InstanceType enum value
InstanceTypeM6idn12xlarge = "m6idn.12xlarge"
// InstanceTypeM6idn16xlarge is a InstanceType enum value
InstanceTypeM6idn16xlarge = "m6idn.16xlarge"
// InstanceTypeM6idn24xlarge is a InstanceType enum value
InstanceTypeM6idn24xlarge = "m6idn.24xlarge"
// InstanceTypeM6idn32xlarge is a InstanceType enum value
InstanceTypeM6idn32xlarge = "m6idn.32xlarge"
// InstanceTypeR6inLarge is a InstanceType enum value
InstanceTypeR6inLarge = "r6in.large"
// InstanceTypeR6inXlarge is a InstanceType enum value
InstanceTypeR6inXlarge = "r6in.xlarge"
// InstanceTypeR6in2xlarge is a InstanceType enum value
InstanceTypeR6in2xlarge = "r6in.2xlarge"
// InstanceTypeR6in4xlarge is a InstanceType enum value
InstanceTypeR6in4xlarge = "r6in.4xlarge"
// InstanceTypeR6in8xlarge is a InstanceType enum value
InstanceTypeR6in8xlarge = "r6in.8xlarge"
// InstanceTypeR6in12xlarge is a InstanceType enum value
InstanceTypeR6in12xlarge = "r6in.12xlarge"
// InstanceTypeR6in16xlarge is a InstanceType enum value
InstanceTypeR6in16xlarge = "r6in.16xlarge"
// InstanceTypeR6in24xlarge is a InstanceType enum value
InstanceTypeR6in24xlarge = "r6in.24xlarge"
// InstanceTypeR6in32xlarge is a InstanceType enum value
InstanceTypeR6in32xlarge = "r6in.32xlarge"
// InstanceTypeR6idnLarge is a InstanceType enum value
InstanceTypeR6idnLarge = "r6idn.large"
// InstanceTypeR6idnXlarge is a InstanceType enum value
InstanceTypeR6idnXlarge = "r6idn.xlarge"
// InstanceTypeR6idn2xlarge is a InstanceType enum value
InstanceTypeR6idn2xlarge = "r6idn.2xlarge"
// InstanceTypeR6idn4xlarge is a InstanceType enum value
InstanceTypeR6idn4xlarge = "r6idn.4xlarge"
// InstanceTypeR6idn8xlarge is a InstanceType enum value
InstanceTypeR6idn8xlarge = "r6idn.8xlarge"
// InstanceTypeR6idn12xlarge is a InstanceType enum value
InstanceTypeR6idn12xlarge = "r6idn.12xlarge"
// InstanceTypeR6idn16xlarge is a InstanceType enum value
InstanceTypeR6idn16xlarge = "r6idn.16xlarge"
// InstanceTypeR6idn24xlarge is a InstanceType enum value
InstanceTypeR6idn24xlarge = "r6idn.24xlarge"
// InstanceTypeR6idn32xlarge is a InstanceType enum value
InstanceTypeR6idn32xlarge = "r6idn.32xlarge"
)
// InstanceType_Values returns all elements of the InstanceType enum
@ -180661,6 +180861,51 @@ func InstanceType_Values() []string {
InstanceTypeTrn12xlarge,
InstanceTypeTrn132xlarge,
InstanceTypeHpc6id32xlarge,
InstanceTypeC6inLarge,
InstanceTypeC6inXlarge,
InstanceTypeC6in2xlarge,
InstanceTypeC6in4xlarge,
InstanceTypeC6in8xlarge,
InstanceTypeC6in12xlarge,
InstanceTypeC6in16xlarge,
InstanceTypeC6in24xlarge,
InstanceTypeC6in32xlarge,
InstanceTypeM6inLarge,
InstanceTypeM6inXlarge,
InstanceTypeM6in2xlarge,
InstanceTypeM6in4xlarge,
InstanceTypeM6in8xlarge,
InstanceTypeM6in12xlarge,
InstanceTypeM6in16xlarge,
InstanceTypeM6in24xlarge,
InstanceTypeM6in32xlarge,
InstanceTypeM6idnLarge,
InstanceTypeM6idnXlarge,
InstanceTypeM6idn2xlarge,
InstanceTypeM6idn4xlarge,
InstanceTypeM6idn8xlarge,
InstanceTypeM6idn12xlarge,
InstanceTypeM6idn16xlarge,
InstanceTypeM6idn24xlarge,
InstanceTypeM6idn32xlarge,
InstanceTypeR6inLarge,
InstanceTypeR6inXlarge,
InstanceTypeR6in2xlarge,
InstanceTypeR6in4xlarge,
InstanceTypeR6in8xlarge,
InstanceTypeR6in12xlarge,
InstanceTypeR6in16xlarge,
InstanceTypeR6in24xlarge,
InstanceTypeR6in32xlarge,
InstanceTypeR6idnLarge,
InstanceTypeR6idnXlarge,
InstanceTypeR6idn2xlarge,
InstanceTypeR6idn4xlarge,
InstanceTypeR6idn8xlarge,
InstanceTypeR6idn12xlarge,
InstanceTypeR6idn16xlarge,
InstanceTypeR6idn24xlarge,
InstanceTypeR6idn32xlarge,
}
}

2
vendor/modules.txt vendored
View File

@ -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.180
# github.com/aws/aws-sdk-go v1.44.185
## explicit; go 1.11
github.com/aws/aws-sdk-go/aws
github.com/aws/aws-sdk-go/aws/awserr