mirror of https://github.com/kubernetes/kops.git
Update aws-sdk-go to v1.43.41
This commit is contained in:
parent
5ad78601ed
commit
8d5abd2878
2
go.mod
2
go.mod
|
@ -46,7 +46,7 @@ require (
|
|||
github.com/Masterminds/sprig/v3 v3.2.2
|
||||
github.com/apparentlymart/go-cidr v1.1.0
|
||||
github.com/aws/amazon-ec2-instance-selector/v2 v2.0.2
|
||||
github.com/aws/aws-sdk-go v1.43.11
|
||||
github.com/aws/aws-sdk-go v1.43.41
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
github.com/cert-manager/cert-manager v1.8.0
|
||||
github.com/digitalocean/godo v1.65.0
|
||||
|
|
4
go.sum
4
go.sum
|
@ -207,8 +207,8 @@ github.com/aws/aws-sdk-go v1.34.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU
|
|||
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.40.21/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q=
|
||||
github.com/aws/aws-sdk-go v1.43.11 h1:NebCNJ2QvsFCnsKT1ei98bfwTPEoO2qwtWT42tJ3N3Q=
|
||||
github.com/aws/aws-sdk-go v1.43.11/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
|
||||
github.com/aws/aws-sdk-go v1.43.41 h1:HaazVplP8/t6SOfybQlNUmjAxLWDKdLdX8BSEHFlJdY=
|
||||
github.com/aws/aws-sdk-go v1.43.41/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
|
||||
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
||||
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
||||
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||
|
|
|
@ -29,7 +29,7 @@ require (
|
|||
github.com/apparentlymart/go-cidr v1.1.0 // indirect
|
||||
github.com/armon/go-metrics v0.3.10 // indirect
|
||||
github.com/armon/go-radix v1.0.0 // indirect
|
||||
github.com/aws/aws-sdk-go v1.43.11 // indirect
|
||||
github.com/aws/aws-sdk-go v1.43.41 // indirect
|
||||
github.com/blang/semver v3.5.1+incompatible // indirect
|
||||
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
|
||||
github.com/containerd/stargz-snapshotter/estargz v0.11.1 // indirect
|
||||
|
|
|
@ -288,8 +288,8 @@ github.com/aws/aws-sdk-go v1.31.12/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZve
|
|||
github.com/aws/aws-sdk-go v1.34.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
|
||||
github.com/aws/aws-sdk-go v1.38.49/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
||||
github.com/aws/aws-sdk-go v1.40.21/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q=
|
||||
github.com/aws/aws-sdk-go v1.43.11 h1:NebCNJ2QvsFCnsKT1ei98bfwTPEoO2qwtWT42tJ3N3Q=
|
||||
github.com/aws/aws-sdk-go v1.43.11/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
|
||||
github.com/aws/aws-sdk-go v1.43.41 h1:HaazVplP8/t6SOfybQlNUmjAxLWDKdLdX8BSEHFlJdY=
|
||||
github.com/aws/aws-sdk-go v1.43.41/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
|
||||
github.com/bazelbuild/buildtools v0.0.0-20190917191645-69366ca98f89/go.mod h1:5JP0TXzWDHXv8qvxRC4InIazwdyDseBDbzESUMKk1yU=
|
||||
github.com/bazelbuild/rules_go v0.22.1/go.mod h1:MC23Dc/wkXEyk3Wpq6lCqz0ZAYOZDw2DR5y3N1q2i7M=
|
||||
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
||||
|
|
|
@ -2374,6 +2374,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -2873,6 +2876,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -3049,6 +3055,20 @@ var awsPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"billingconductor": service{
|
||||
PartitionEndpoint: "aws-global",
|
||||
IsRegionalized: boxedFalse,
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "aws-global",
|
||||
}: endpoint{
|
||||
Hostname: "billingconductor.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"braket": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -3633,6 +3653,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
|
@ -3642,6 +3665,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -5199,6 +5225,147 @@ var awsPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"data-ats.iot": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
Protocols: []string{"https"},
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
},
|
||||
},
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "ap-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.ca-central-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "fips-ca-central-1",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.ca-central-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-2",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-2",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "me-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "sa-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-east-2.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-west-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-west-2.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"data.jobs.iot": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -6458,6 +6625,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -9540,6 +9710,13 @@ var awsPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"gamesparks": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"glacier": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
|
@ -10983,12 +11160,42 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "iotsitewise-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-2",
|
||||
}: endpoint{
|
||||
Hostname: "iotsitewise-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "iotsitewise-fips.us-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "iotsitewise-fips.us-west-2.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"iotthingsgraph": service{
|
||||
|
@ -11066,6 +11273,18 @@ var awsPartition = partition{
|
|||
},
|
||||
"ivs": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "ap-northeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
|
@ -15077,9 +15296,15 @@ var awsPartition = partition{
|
|||
},
|
||||
"profile": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "af-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-1",
|
||||
}: endpoint{},
|
||||
|
@ -15282,6 +15507,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -18323,6 +18551,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
|
@ -18332,6 +18563,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -18645,6 +18879,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -18930,6 +19167,40 @@ var awsPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"sms-voice": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "ap-northeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"snowball": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -21987,6 +22258,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
|
@ -22373,6 +22647,16 @@ var awscnPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"cloudcontrolapi": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "cn-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "cn-northwest-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"cloudformation": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -22492,6 +22776,24 @@ var awscnPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"data-ats.iot": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
Protocols: []string{"https"},
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
},
|
||||
},
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "cn-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "cn-northwest-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"data.jobs.iot": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -24217,6 +24519,14 @@ var awsusgovPartition = partition{
|
|||
},
|
||||
},
|
||||
"autoscaling": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{},
|
||||
defaultKey{
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "autoscaling.{region}.{dnsSuffix}",
|
||||
},
|
||||
},
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
|
@ -24401,20 +24711,40 @@ var awsusgovPartition = partition{
|
|||
"cloudtrail": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "cloudtrail.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "cloudtrail.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: "cloudtrail.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "cloudtrail.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -24717,6 +25047,54 @@ var awsusgovPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"data-ats.iot": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
Protocols: []string{"https"},
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
},
|
||||
},
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Service: "iotdata",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "data.iot-fips.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"data.jobs.iot": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -25406,20 +25784,40 @@ var awsusgovPartition = partition{
|
|||
"events": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "events.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "events.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: "events.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "events.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -26069,9 +26467,24 @@ var awsusgovPartition = partition{
|
|||
},
|
||||
"iotsitewise": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "iotsitewise-fips.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: "iotsitewise-fips.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"kafka": service{
|
||||
|
@ -26290,20 +26703,40 @@ var awsusgovPartition = partition{
|
|||
"logs": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "logs.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "logs.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: "logs.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "logs.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -26319,6 +26752,46 @@ var awsusgovPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"meetings-chime": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "meetings-chime-fips.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1-fips",
|
||||
}: endpoint{
|
||||
Hostname: "meetings-chime-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "meetings-chime-fips.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1-fips",
|
||||
}: endpoint{
|
||||
Hostname: "meetings-chime-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
},
|
||||
},
|
||||
"metering.marketplace": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
|
@ -27596,6 +28069,13 @@ var awsusgovPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"sms-voice": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"snowball": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -27639,21 +28119,43 @@ var awsusgovPartition = partition{
|
|||
"sns": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "sns.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "sns.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: "sns.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{
|
||||
Protocols: []string{"http", "https"},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "sns.us-gov-west-1.amazonaws.com",
|
||||
Protocols: []string{"http", "https"},
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -28576,6 +29078,18 @@ var awsisoPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"eks": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
Protocols: []string{"http", "https"},
|
||||
},
|
||||
},
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-iso-east-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"elasticache": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
@ -28988,6 +29502,13 @@ var awsisoPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"tagging": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-iso-east-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"transcribe": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
|
@ -29238,6 +29759,18 @@ var awsisobPartition = partition{
|
|||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"eks": service{
|
||||
Defaults: endpointDefaults{
|
||||
defaultKey{}: endpoint{
|
||||
Protocols: []string{"http", "https"},
|
||||
},
|
||||
},
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "us-isob-east-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"elasticache": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
|
|
@ -15,8 +15,8 @@ import (
|
|||
// and determine if a request API error should be retried.
|
||||
//
|
||||
// client.DefaultRetryer is the SDK's default implementation of the Retryer. It
|
||||
// uses the which uses the Request.IsErrorRetryable and Request.IsErrorThrottle
|
||||
// methods to determine if the request is retried.
|
||||
// uses the Request.IsErrorRetryable and Request.IsErrorThrottle methods to
|
||||
// determine if the request is retried.
|
||||
type Retryer interface {
|
||||
// RetryRules return the retry delay that should be used by the SDK before
|
||||
// making another request attempt for the failed request.
|
||||
|
|
|
@ -5,4 +5,4 @@ package aws
|
|||
const SDKName = "aws-sdk-go"
|
||||
|
||||
// SDKVersion is the version of this SDK
|
||||
const SDKVersion = "1.43.11"
|
||||
const SDKVersion = "1.43.41"
|
||||
|
|
|
@ -5,6 +5,6 @@ package eventstreamapi
|
|||
|
||||
import "github.com/aws/aws-sdk-go/aws/request"
|
||||
|
||||
// This is a no-op for Go 1.18 and above.
|
||||
// ApplyHTTPTransportFixes is a no-op for Go 1.18 and above.
|
||||
func ApplyHTTPTransportFixes(r *request.Request) {
|
||||
}
|
||||
|
|
|
@ -276,6 +276,25 @@ func convertType(v reflect.Value, tag reflect.StructTag) (str string, err error)
|
|||
value = base64.StdEncoding.EncodeToString([]byte(value))
|
||||
}
|
||||
str = value
|
||||
case []*string:
|
||||
if tag.Get("location") != "header" || tag.Get("enum") == "" {
|
||||
return "", fmt.Errorf("%T is only supported with location header and enum shapes", value)
|
||||
}
|
||||
buff := &bytes.Buffer{}
|
||||
for i, sv := range value {
|
||||
if sv == nil || len(*sv) == 0 {
|
||||
continue
|
||||
}
|
||||
if i != 0 {
|
||||
buff.WriteRune(',')
|
||||
}
|
||||
item := *sv
|
||||
if strings.Index(item, `,`) != -1 || strings.Index(item, `"`) != -1 {
|
||||
item = strconv.Quote(item)
|
||||
}
|
||||
buff.WriteString(item)
|
||||
}
|
||||
str = string(buff.Bytes())
|
||||
case []byte:
|
||||
str = base64.StdEncoding.EncodeToString(value)
|
||||
case bool:
|
||||
|
|
|
@ -13446,7 +13446,7 @@ type InstanceRequirements struct {
|
|||
// * For instance types with Xilinx devices, specify xilinx.
|
||||
//
|
||||
// Default: Any manufacturer
|
||||
AcceleratorManufacturers []*string `type:"list"`
|
||||
AcceleratorManufacturers []*string `type:"list" enum:"AcceleratorManufacturer"`
|
||||
|
||||
// Lists the accelerators that must be on an instance type.
|
||||
//
|
||||
|
@ -13465,7 +13465,7 @@ type InstanceRequirements struct {
|
|||
// * For instance types with Xilinx VU9P FPGAs, specify vu9p.
|
||||
//
|
||||
// Default: Any accelerator
|
||||
AcceleratorNames []*string `type:"list"`
|
||||
AcceleratorNames []*string `type:"list" enum:"AcceleratorName"`
|
||||
|
||||
// The minimum and maximum total memory size for the accelerators on an instance
|
||||
// type, in MiB.
|
||||
|
@ -13482,7 +13482,7 @@ type InstanceRequirements struct {
|
|||
// * For instance types with inference accelerators, specify inference.
|
||||
//
|
||||
// Default: Any accelerator type
|
||||
AcceleratorTypes []*string `type:"list"`
|
||||
AcceleratorTypes []*string `type:"list" enum:"AcceleratorType"`
|
||||
|
||||
// Indicates whether bare metal instance types are included, excluded, or required.
|
||||
//
|
||||
|
@ -13516,7 +13516,7 @@ type InstanceRequirements struct {
|
|||
// Amazon Machine Image (AMI) that you specify in your launch template.
|
||||
//
|
||||
// Default: Any manufacturer
|
||||
CpuManufacturers []*string `type:"list"`
|
||||
CpuManufacturers []*string `type:"list" enum:"CpuManufacturer"`
|
||||
|
||||
// Lists which instance types to exclude. You can use strings with one or more
|
||||
// wild cards, represented by an asterisk (*). The following are examples: c5*,
|
||||
|
@ -13540,7 +13540,7 @@ type InstanceRequirements struct {
|
|||
// * For previous generation instance types, specify previous.
|
||||
//
|
||||
// Default: Any current or previous generation
|
||||
InstanceGenerations []*string `type:"list"`
|
||||
InstanceGenerations []*string `type:"list" enum:"InstanceGeneration"`
|
||||
|
||||
// Indicates whether instance types with instance store volumes are included,
|
||||
// excluded, or required. For more information, see Amazon EC2 instance store
|
||||
|
@ -13557,7 +13557,7 @@ type InstanceRequirements struct {
|
|||
// * For instance types with solid state drive (SSD) storage, specify sdd.
|
||||
//
|
||||
// Default: Any local storage type
|
||||
LocalStorageTypes []*string `type:"list"`
|
||||
LocalStorageTypes []*string `type:"list" enum:"LocalStorageType"`
|
||||
|
||||
// The minimum and maximum amount of memory per vCPU for an instance type, in
|
||||
// GiB.
|
||||
|
|
|
@ -7959,7 +7959,7 @@ type CreateChangeSetInput struct {
|
|||
// action, and specifying this capability. For more information on macros,
|
||||
// see Using CloudFormation macros to perform custom processing on templates
|
||||
// (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html).
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// The name of the change set. The name must be unique among all change sets
|
||||
// that are associated with the specified stack.
|
||||
|
@ -8343,7 +8343,7 @@ type CreateStackInput struct {
|
|||
// Be aware that the Lambda function owner can update the function operation
|
||||
// without CloudFormation being notified. For more information, see Using
|
||||
// CloudFormation macros to perform custom processing on templates (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html).
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// A unique identifier for this CreateStack request. Specify this token if you
|
||||
// plan to retry requests so that CloudFormation knows that you're not attempting
|
||||
|
@ -8972,7 +8972,7 @@ type CreateStackSetInput struct {
|
|||
// transforms, which are macros hosted by CloudFormation.) Even if you specify
|
||||
// this capability for a stack set with service-managed permissions, if you
|
||||
// reference a macro in your template the stack set operation will fail.
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// A unique identifier for this CreateStackSet request. Specify this token if
|
||||
// you plan to retry requests so that CloudFormation knows that you're not attempting
|
||||
|
@ -10346,7 +10346,7 @@ type DescribeChangeSetOutput struct {
|
|||
|
||||
// If you execute the change set, the list of capabilities that were explicitly
|
||||
// acknowledged when the change set was created.
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// The Amazon Resource Name (ARN) of the change set.
|
||||
ChangeSetId *string `min:"1" type:"string"`
|
||||
|
@ -11100,7 +11100,7 @@ type DescribeStackResourceDriftsInput struct {
|
|||
// configuration.
|
||||
//
|
||||
// * NOT_CHECKED: CloudFormation doesn't currently return this value.
|
||||
StackResourceDriftStatusFilters []*string `min:"1" type:"list"`
|
||||
StackResourceDriftStatusFilters []*string `min:"1" type:"list" enum:"StackResourceDriftStatus"`
|
||||
}
|
||||
|
||||
// String returns the string representation.
|
||||
|
@ -13147,7 +13147,7 @@ type GetTemplateOutput struct {
|
|||
// and Processed templates are always available. For change sets, the Original
|
||||
// template is always available. After CloudFormation finishes creating the
|
||||
// change set, the Processed template becomes available.
|
||||
StagesAvailable []*string `type:"list"`
|
||||
StagesAvailable []*string `type:"list" enum:"TemplateStage"`
|
||||
|
||||
// Structure containing the template body. (For more information, go to Template
|
||||
// Anatomy (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html)
|
||||
|
@ -13322,7 +13322,7 @@ type GetTemplateSummaryOutput struct {
|
|||
//
|
||||
// For more information, see Acknowledging IAM Resources in CloudFormation Templates
|
||||
// (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities).
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// The list of resources that generated the values in the Capabilities response
|
||||
// element.
|
||||
|
@ -14626,7 +14626,7 @@ type ListStacksInput struct {
|
|||
// Stack status to use as a filter. Specify one or more stack status codes to
|
||||
// list only stacks with the specified status codes. For a complete list of
|
||||
// stack status codes, see the StackStatus parameter of the Stack data type.
|
||||
StackStatusFilter []*string `type:"list"`
|
||||
StackStatusFilter []*string `type:"list" enum:"StackStatus"`
|
||||
}
|
||||
|
||||
// String returns the string representation.
|
||||
|
@ -16463,7 +16463,7 @@ type ResourceChange struct {
|
|||
// For the Modify action, indicates which resource attribute is triggering this
|
||||
// update, such as a change in the resource attribute's Metadata, Properties,
|
||||
// or Tags.
|
||||
Scope []*string `type:"list"`
|
||||
Scope []*string `type:"list" enum:"ResourceAttribute"`
|
||||
}
|
||||
|
||||
// String returns the string representation.
|
||||
|
@ -17598,7 +17598,7 @@ type Stack struct {
|
|||
_ struct{} `type:"structure"`
|
||||
|
||||
// The capabilities allowed in the stack.
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// The unique ID of the change set.
|
||||
ChangeSetId *string `min:"1" type:"string"`
|
||||
|
@ -19290,7 +19290,7 @@ type StackSet struct {
|
|||
// account—for example, by creating new Identity and Access Management (IAM)
|
||||
// users. For more information, see Acknowledging IAM Resources in CloudFormation
|
||||
// Templates. (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities)
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// A description of the stack set that you specify when the stack set is created
|
||||
// or updated.
|
||||
|
@ -21423,7 +21423,7 @@ type UpdateStackInput struct {
|
|||
// Be aware that the Lambda function owner can update the function operation
|
||||
// without CloudFormation being notified. For more information, see Using
|
||||
// CloudFormation Macros to Perform Custom Processing on Templates (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html).
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// A unique identifier for this UpdateStack request. Specify this token if you
|
||||
// plan to retry requests so that CloudFormation knows that you're not attempting
|
||||
|
@ -22083,7 +22083,7 @@ type UpdateStackSetInput struct {
|
|||
// transforms, which are macros hosted by CloudFormation.) Even if you specify
|
||||
// this capability for a stack set with service-managed permissions, if you
|
||||
// reference a macro in your template the stack set operation will fail.
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// [Service-managed permissions] The Organizations accounts in which to update
|
||||
// associated stack instances.
|
||||
|
@ -22620,7 +22620,7 @@ type ValidateTemplateOutput struct {
|
|||
//
|
||||
// For more information, see Acknowledging IAM Resources in CloudFormation Templates
|
||||
// (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities).
|
||||
Capabilities []*string `type:"list"`
|
||||
Capabilities []*string `type:"list" enum:"Capability"`
|
||||
|
||||
// The list of resources that generated the values in the Capabilities response
|
||||
// element.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2088,6 +2088,10 @@ type EC2API interface {
|
|||
ModifyInstanceEventWindowWithContext(aws.Context, *ec2.ModifyInstanceEventWindowInput, ...request.Option) (*ec2.ModifyInstanceEventWindowOutput, error)
|
||||
ModifyInstanceEventWindowRequest(*ec2.ModifyInstanceEventWindowInput) (*request.Request, *ec2.ModifyInstanceEventWindowOutput)
|
||||
|
||||
ModifyInstanceMaintenanceOptions(*ec2.ModifyInstanceMaintenanceOptionsInput) (*ec2.ModifyInstanceMaintenanceOptionsOutput, error)
|
||||
ModifyInstanceMaintenanceOptionsWithContext(aws.Context, *ec2.ModifyInstanceMaintenanceOptionsInput, ...request.Option) (*ec2.ModifyInstanceMaintenanceOptionsOutput, error)
|
||||
ModifyInstanceMaintenanceOptionsRequest(*ec2.ModifyInstanceMaintenanceOptionsInput) (*request.Request, *ec2.ModifyInstanceMaintenanceOptionsOutput)
|
||||
|
||||
ModifyInstanceMetadataOptions(*ec2.ModifyInstanceMetadataOptionsInput) (*ec2.ModifyInstanceMetadataOptionsOutput, error)
|
||||
ModifyInstanceMetadataOptionsWithContext(aws.Context, *ec2.ModifyInstanceMetadataOptionsInput, ...request.Option) (*ec2.ModifyInstanceMetadataOptionsOutput, error)
|
||||
ModifyInstanceMetadataOptionsRequest(*ec2.ModifyInstanceMetadataOptionsInput) (*request.Request, *ec2.ModifyInstanceMetadataOptionsOutput)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
20
vendor/github.com/aws/aws-sdk-go/service/eventbridge/eventbridgeiface/interface.go
generated
vendored
20
vendor/github.com/aws/aws-sdk-go/service/eventbridge/eventbridgeiface/interface.go
generated
vendored
|
@ -80,6 +80,10 @@ type EventBridgeAPI interface {
|
|||
CreateConnectionWithContext(aws.Context, *eventbridge.CreateConnectionInput, ...request.Option) (*eventbridge.CreateConnectionOutput, error)
|
||||
CreateConnectionRequest(*eventbridge.CreateConnectionInput) (*request.Request, *eventbridge.CreateConnectionOutput)
|
||||
|
||||
CreateEndpoint(*eventbridge.CreateEndpointInput) (*eventbridge.CreateEndpointOutput, error)
|
||||
CreateEndpointWithContext(aws.Context, *eventbridge.CreateEndpointInput, ...request.Option) (*eventbridge.CreateEndpointOutput, error)
|
||||
CreateEndpointRequest(*eventbridge.CreateEndpointInput) (*request.Request, *eventbridge.CreateEndpointOutput)
|
||||
|
||||
CreateEventBus(*eventbridge.CreateEventBusInput) (*eventbridge.CreateEventBusOutput, error)
|
||||
CreateEventBusWithContext(aws.Context, *eventbridge.CreateEventBusInput, ...request.Option) (*eventbridge.CreateEventBusOutput, error)
|
||||
CreateEventBusRequest(*eventbridge.CreateEventBusInput) (*request.Request, *eventbridge.CreateEventBusOutput)
|
||||
|
@ -108,6 +112,10 @@ type EventBridgeAPI interface {
|
|||
DeleteConnectionWithContext(aws.Context, *eventbridge.DeleteConnectionInput, ...request.Option) (*eventbridge.DeleteConnectionOutput, error)
|
||||
DeleteConnectionRequest(*eventbridge.DeleteConnectionInput) (*request.Request, *eventbridge.DeleteConnectionOutput)
|
||||
|
||||
DeleteEndpoint(*eventbridge.DeleteEndpointInput) (*eventbridge.DeleteEndpointOutput, error)
|
||||
DeleteEndpointWithContext(aws.Context, *eventbridge.DeleteEndpointInput, ...request.Option) (*eventbridge.DeleteEndpointOutput, error)
|
||||
DeleteEndpointRequest(*eventbridge.DeleteEndpointInput) (*request.Request, *eventbridge.DeleteEndpointOutput)
|
||||
|
||||
DeleteEventBus(*eventbridge.DeleteEventBusInput) (*eventbridge.DeleteEventBusOutput, error)
|
||||
DeleteEventBusWithContext(aws.Context, *eventbridge.DeleteEventBusInput, ...request.Option) (*eventbridge.DeleteEventBusOutput, error)
|
||||
DeleteEventBusRequest(*eventbridge.DeleteEventBusInput) (*request.Request, *eventbridge.DeleteEventBusOutput)
|
||||
|
@ -132,6 +140,10 @@ type EventBridgeAPI interface {
|
|||
DescribeConnectionWithContext(aws.Context, *eventbridge.DescribeConnectionInput, ...request.Option) (*eventbridge.DescribeConnectionOutput, error)
|
||||
DescribeConnectionRequest(*eventbridge.DescribeConnectionInput) (*request.Request, *eventbridge.DescribeConnectionOutput)
|
||||
|
||||
DescribeEndpoint(*eventbridge.DescribeEndpointInput) (*eventbridge.DescribeEndpointOutput, error)
|
||||
DescribeEndpointWithContext(aws.Context, *eventbridge.DescribeEndpointInput, ...request.Option) (*eventbridge.DescribeEndpointOutput, error)
|
||||
DescribeEndpointRequest(*eventbridge.DescribeEndpointInput) (*request.Request, *eventbridge.DescribeEndpointOutput)
|
||||
|
||||
DescribeEventBus(*eventbridge.DescribeEventBusInput) (*eventbridge.DescribeEventBusOutput, error)
|
||||
DescribeEventBusWithContext(aws.Context, *eventbridge.DescribeEventBusInput, ...request.Option) (*eventbridge.DescribeEventBusOutput, error)
|
||||
DescribeEventBusRequest(*eventbridge.DescribeEventBusInput) (*request.Request, *eventbridge.DescribeEventBusOutput)
|
||||
|
@ -172,6 +184,10 @@ type EventBridgeAPI interface {
|
|||
ListConnectionsWithContext(aws.Context, *eventbridge.ListConnectionsInput, ...request.Option) (*eventbridge.ListConnectionsOutput, error)
|
||||
ListConnectionsRequest(*eventbridge.ListConnectionsInput) (*request.Request, *eventbridge.ListConnectionsOutput)
|
||||
|
||||
ListEndpoints(*eventbridge.ListEndpointsInput) (*eventbridge.ListEndpointsOutput, error)
|
||||
ListEndpointsWithContext(aws.Context, *eventbridge.ListEndpointsInput, ...request.Option) (*eventbridge.ListEndpointsOutput, error)
|
||||
ListEndpointsRequest(*eventbridge.ListEndpointsInput) (*request.Request, *eventbridge.ListEndpointsOutput)
|
||||
|
||||
ListEventBuses(*eventbridge.ListEventBusesInput) (*eventbridge.ListEventBusesOutput, error)
|
||||
ListEventBusesWithContext(aws.Context, *eventbridge.ListEventBusesInput, ...request.Option) (*eventbridge.ListEventBusesOutput, error)
|
||||
ListEventBusesRequest(*eventbridge.ListEventBusesInput) (*request.Request, *eventbridge.ListEventBusesOutput)
|
||||
|
@ -263,6 +279,10 @@ type EventBridgeAPI interface {
|
|||
UpdateConnection(*eventbridge.UpdateConnectionInput) (*eventbridge.UpdateConnectionOutput, error)
|
||||
UpdateConnectionWithContext(aws.Context, *eventbridge.UpdateConnectionInput, ...request.Option) (*eventbridge.UpdateConnectionOutput, error)
|
||||
UpdateConnectionRequest(*eventbridge.UpdateConnectionInput) (*request.Request, *eventbridge.UpdateConnectionOutput)
|
||||
|
||||
UpdateEndpoint(*eventbridge.UpdateEndpointInput) (*eventbridge.UpdateEndpointOutput, error)
|
||||
UpdateEndpointWithContext(aws.Context, *eventbridge.UpdateEndpointInput, ...request.Option) (*eventbridge.UpdateEndpointOutput, error)
|
||||
UpdateEndpointRequest(*eventbridge.UpdateEndpointInput) (*request.Request, *eventbridge.UpdateEndpointOutput)
|
||||
}
|
||||
|
||||
var _ EventBridgeAPI = (*eventbridge.EventBridge)(nil)
|
||||
|
|
|
@ -23869,7 +23869,7 @@ type GetAccountAuthorizationDetailsInput struct {
|
|||
// The format for this parameter is a comma-separated (if more than one) list
|
||||
// of strings. Each string value in the list must be one of the valid values
|
||||
// listed below.
|
||||
Filter []*string `type:"list"`
|
||||
Filter []*string `type:"list" enum:"EntityType"`
|
||||
|
||||
// Use this parameter only when paginating results and only after you receive
|
||||
// a response indicating that the results are truncated. Set it to the value
|
||||
|
|
|
@ -8691,7 +8691,7 @@ type CreateGrantInput struct {
|
|||
// in the Key Management Service Developer Guide.
|
||||
//
|
||||
// Operations is a required field
|
||||
Operations []*string `type:"list" required:"true"`
|
||||
Operations []*string `type:"list" required:"true" enum:"GrantOperation"`
|
||||
|
||||
// The principal that has permission to use the RetireGrant operation to retire
|
||||
// the grant.
|
||||
|
@ -12407,7 +12407,7 @@ type GetPublicKeyOutput struct {
|
|||
//
|
||||
// This field appears in the response only when the KeyUsage of the public key
|
||||
// is ENCRYPT_DECRYPT.
|
||||
EncryptionAlgorithms []*string `type:"list"`
|
||||
EncryptionAlgorithms []*string `type:"list" enum:"EncryptionAlgorithmSpec"`
|
||||
|
||||
// The Amazon Resource Name (key ARN (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN))
|
||||
// of the asymmetric KMS key from which the public key was downloaded.
|
||||
|
@ -12436,7 +12436,7 @@ type GetPublicKeyOutput struct {
|
|||
//
|
||||
// This field appears in the response only when the KeyUsage of the public key
|
||||
// is SIGN_VERIFY.
|
||||
SigningAlgorithms []*string `type:"list"`
|
||||
SigningAlgorithms []*string `type:"list" enum:"SigningAlgorithmSpec"`
|
||||
}
|
||||
|
||||
// String returns the string representation.
|
||||
|
@ -12603,7 +12603,7 @@ type GrantListEntry struct {
|
|||
Name *string `min:"1" type:"string"`
|
||||
|
||||
// The list of operations permitted by the grant.
|
||||
Operations []*string `type:"list"`
|
||||
Operations []*string `type:"list" enum:"GrantOperation"`
|
||||
|
||||
// The principal that can retire the grant.
|
||||
RetiringPrincipal *string `min:"1" type:"string"`
|
||||
|
@ -13863,7 +13863,7 @@ type KeyMetadata struct {
|
|||
// key with other encryption algorithms within KMS.
|
||||
//
|
||||
// This value is present only when the KeyUsage of the KMS key is ENCRYPT_DECRYPT.
|
||||
EncryptionAlgorithms []*string `type:"list"`
|
||||
EncryptionAlgorithms []*string `type:"list" enum:"EncryptionAlgorithmSpec"`
|
||||
|
||||
// Specifies whether the KMS key's key material expires. This value is present
|
||||
// only when Origin is EXTERNAL, otherwise this value is omitted.
|
||||
|
@ -13944,7 +13944,7 @@ type KeyMetadata struct {
|
|||
// key with other signing algorithms within KMS.
|
||||
//
|
||||
// This field appears only when the KeyUsage of the KMS key is SIGN_VERIFY.
|
||||
SigningAlgorithms []*string `type:"list"`
|
||||
SigningAlgorithms []*string `type:"list" enum:"SigningAlgorithmSpec"`
|
||||
|
||||
// The time at which the imported key material expires. When the key material
|
||||
// expires, KMS deletes the key material and the KMS key becomes unusable. This
|
||||
|
|
|
@ -12812,7 +12812,7 @@ type HealthCheckConfig struct {
|
|||
// health checks, Route 53 will briefly continue to perform checks from that
|
||||
// region to ensure that some health checkers are always checking the endpoint
|
||||
// (for example, if you replace three regions with four different regions).
|
||||
Regions []*string `locationNameList:"Region" min:"3" type:"list"`
|
||||
Regions []*string `locationNameList:"Region" min:"3" type:"list" enum:"HealthCheckRegion"`
|
||||
|
||||
// The number of seconds between the time that Amazon Route 53 gets a response
|
||||
// from your endpoint and the time that it sends the next health check request.
|
||||
|
@ -17919,7 +17919,7 @@ type UpdateHealthCheckInput struct {
|
|||
|
||||
// A complex type that contains one Region element for each region that you
|
||||
// want Amazon Route 53 health checkers to check the specified endpoint from.
|
||||
Regions []*string `locationNameList:"Region" min:"3" type:"list"`
|
||||
Regions []*string `locationNameList:"Region" min:"3" type:"list" enum:"HealthCheckRegion"`
|
||||
|
||||
// A complex type that contains one ResettableElementName element for each element
|
||||
// that you want to reset to the default value. Valid values for ResettableElementName
|
||||
|
@ -17936,7 +17936,7 @@ type UpdateHealthCheckInput struct {
|
|||
//
|
||||
// * ResourcePath: Route 53 resets ResourcePath (https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-ResourcePath)
|
||||
// to null.
|
||||
ResetElements []*string `locationNameList:"ResettableElementName" type:"list"`
|
||||
ResetElements []*string `locationNameList:"ResettableElementName" type:"list" enum:"ResettableElementName"`
|
||||
|
||||
// The path that you want Amazon Route 53 to request when performing health
|
||||
// checks. The path can be any value for which your endpoint will return an
|
||||
|
|
|
@ -12633,7 +12633,7 @@ type CloudFunctionConfiguration struct {
|
|||
Event *string `deprecated:"true" type:"string" enum:"Event"`
|
||||
|
||||
// Bucket events for which to send notifications.
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true"`
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" enum:"Event"`
|
||||
|
||||
// An optional unique identifier for configurations in a notification configuration.
|
||||
// If you don't provide one, Amazon S3 will assign an ID.
|
||||
|
@ -21627,7 +21627,7 @@ type GetObjectAttributesInput struct {
|
|||
// in the response. Fields that you do not specify are not returned.
|
||||
//
|
||||
// ObjectAttributes is a required field
|
||||
ObjectAttributes []*string `location:"header" locationName:"x-amz-object-attributes" type:"list" required:"true"`
|
||||
ObjectAttributes []*string `location:"header" locationName:"x-amz-object-attributes" type:"list" required:"true" enum:"ObjectAttributes"`
|
||||
|
||||
// Specifies the part after which listing should begin. Only parts with higher
|
||||
// part numbers will be listed.
|
||||
|
@ -25167,7 +25167,7 @@ type InventoryConfiguration struct {
|
|||
IsEnabled *bool `type:"boolean" required:"true"`
|
||||
|
||||
// Contains the optional fields that are included in the inventory results.
|
||||
OptionalFields []*string `locationNameList:"Field" type:"list"`
|
||||
OptionalFields []*string `locationNameList:"Field" type:"list" enum:"InventoryOptionalField"`
|
||||
|
||||
// Specifies the schedule for generating inventory results.
|
||||
//
|
||||
|
@ -25694,7 +25694,7 @@ type LambdaFunctionConfiguration struct {
|
|||
// in the Amazon S3 User Guide.
|
||||
//
|
||||
// Events is a required field
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true"`
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true" enum:"Event"`
|
||||
|
||||
// Specifies object key name filtering rules. For information about key name
|
||||
// filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html)
|
||||
|
@ -29643,7 +29643,7 @@ type Object struct {
|
|||
_ struct{} `type:"structure"`
|
||||
|
||||
// The algorithm that was used to create a checksum of the object.
|
||||
ChecksumAlgorithm []*string `type:"list" flattened:"true"`
|
||||
ChecksumAlgorithm []*string `type:"list" flattened:"true" enum:"ChecksumAlgorithm"`
|
||||
|
||||
// The entity tag is a hash of the object. The ETag reflects changes only to
|
||||
// the contents of an object, not its metadata. The ETag may or may not be an
|
||||
|
@ -30060,7 +30060,7 @@ type ObjectVersion struct {
|
|||
_ struct{} `type:"structure"`
|
||||
|
||||
// The algorithm that was used to create a checksum of the object.
|
||||
ChecksumAlgorithm []*string `type:"list" flattened:"true"`
|
||||
ChecksumAlgorithm []*string `type:"list" flattened:"true" enum:"ChecksumAlgorithm"`
|
||||
|
||||
// The entity tag is an MD5 hash of that version of the object.
|
||||
ETag *string `type:"string"`
|
||||
|
@ -36025,7 +36025,7 @@ type QueueConfiguration struct {
|
|||
// A collection of bucket events for which to send notifications
|
||||
//
|
||||
// Events is a required field
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true"`
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true" enum:"Event"`
|
||||
|
||||
// Specifies object key name filtering rules. For information about key name
|
||||
// filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html)
|
||||
|
@ -36114,7 +36114,7 @@ type QueueConfigurationDeprecated struct {
|
|||
Event *string `deprecated:"true" type:"string" enum:"Event"`
|
||||
|
||||
// A collection of bucket events for which to send notifications.
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true"`
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" enum:"Event"`
|
||||
|
||||
// An optional unique identifier for configurations in a notification configuration.
|
||||
// If you don't provide one, Amazon S3 will assign an ID.
|
||||
|
@ -39062,7 +39062,7 @@ type TopicConfiguration struct {
|
|||
// in the Amazon S3 User Guide.
|
||||
//
|
||||
// Events is a required field
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true"`
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true" enum:"Event"`
|
||||
|
||||
// Specifies object key name filtering rules. For information about key name
|
||||
// filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html)
|
||||
|
@ -39152,7 +39152,7 @@ type TopicConfigurationDeprecated struct {
|
|||
Event *string `deprecated:"true" type:"string" enum:"Event"`
|
||||
|
||||
// A collection of events related to objects
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true"`
|
||||
Events []*string `locationName:"Event" type:"list" flattened:"true" enum:"Event"`
|
||||
|
||||
// An optional unique identifier for configurations in a notification configuration.
|
||||
// If you don't provide one, Amazon S3 will assign an ID.
|
||||
|
|
|
@ -3407,7 +3407,7 @@ type GetQueueAttributesInput struct {
|
|||
//
|
||||
// For information on throughput quotas, see Quotas related to messages (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html)
|
||||
// in the Amazon SQS Developer Guide.
|
||||
AttributeNames []*string `locationNameList:"AttributeName" type:"list" flattened:"true"`
|
||||
AttributeNames []*string `locationNameList:"AttributeName" type:"list" flattened:"true" enum:"QueueAttributeName"`
|
||||
|
||||
// The URL of the Amazon SQS queue whose attribute information is retrieved.
|
||||
//
|
||||
|
@ -4281,7 +4281,7 @@ type ReceiveMessageInput struct {
|
|||
// in sequence.
|
||||
//
|
||||
// * SequenceNumber – Returns the value provided by Amazon SQS.
|
||||
AttributeNames []*string `locationNameList:"AttributeName" type:"list" flattened:"true"`
|
||||
AttributeNames []*string `locationNameList:"AttributeName" type:"list" flattened:"true" enum:"QueueAttributeName"`
|
||||
|
||||
// The maximum number of messages to return. Amazon SQS never returns more messages
|
||||
// than this value (however, fewer messages might be returned). Valid values:
|
||||
|
|
|
@ -507,8 +507,9 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
|||
//
|
||||
// Returns a set of temporary security credentials for users who have been authenticated
|
||||
// in a mobile or web application with a web identity provider. Example providers
|
||||
// include Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID
|
||||
// Connect-compatible identity provider.
|
||||
// include the OAuth 2.0 providers Login with Amazon and Facebook, or any OpenID
|
||||
// Connect-compatible identity provider such as Google or Amazon Cognito federated
|
||||
// identities (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html).
|
||||
//
|
||||
// For mobile applications, we recommend that you use Amazon Cognito. You can
|
||||
// use Amazon Cognito with the Amazon Web Services SDK for iOS Developer Guide
|
||||
|
@ -1537,7 +1538,7 @@ type AssumeRoleInput struct {
|
|||
// the new session inherits any transitive session tags from the calling session.
|
||||
// If you pass a session tag with the same key as an inherited tag, the operation
|
||||
// fails. To view the inherited tags for a session, see the CloudTrail logs.
|
||||
// For more information, see Viewing Session Tags in CloudTrail (https://docs.aws.amazon.com/IAM/latest/UserGuide/session-tags.html#id_session-tags_ctlogs)
|
||||
// For more information, see Viewing Session Tags in CloudTrail (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_ctlogs)
|
||||
// in the IAM User Guide.
|
||||
Tags []*Tag `type:"list"`
|
||||
|
||||
|
@ -2220,11 +2221,12 @@ type AssumeRoleWithWebIdentityInput struct {
|
|||
// in the IAM User Guide.
|
||||
PolicyArns []*PolicyDescriptorType `type:"list"`
|
||||
|
||||
// The fully qualified host component of the domain name of the identity provider.
|
||||
// The fully qualified host component of the domain name of the OAuth 2.0 identity
|
||||
// provider. Do not specify this value for an OpenID Connect identity provider.
|
||||
//
|
||||
// Specify this value only for OAuth 2.0 access tokens. Currently www.amazon.com
|
||||
// and graph.facebook.com are the only supported identity providers for OAuth
|
||||
// 2.0 access tokens. Do not include URL schemes and port numbers.
|
||||
// Currently www.amazon.com and graph.facebook.com are the only supported identity
|
||||
// providers for OAuth 2.0 access tokens. Do not include URL schemes and port
|
||||
// numbers.
|
||||
//
|
||||
// Do not specify this value for OpenID Connect ID tokens.
|
||||
ProviderId *string `min:"4" type:"string"`
|
||||
|
|
|
@ -94,7 +94,7 @@ github.com/aws/amazon-ec2-instance-selector/v2/pkg/bytequantity
|
|||
github.com/aws/amazon-ec2-instance-selector/v2/pkg/cli
|
||||
github.com/aws/amazon-ec2-instance-selector/v2/pkg/selector
|
||||
github.com/aws/amazon-ec2-instance-selector/v2/pkg/selector/outputs
|
||||
# github.com/aws/aws-sdk-go v1.43.11
|
||||
# github.com/aws/aws-sdk-go v1.43.41
|
||||
## explicit; go 1.11
|
||||
github.com/aws/aws-sdk-go/aws
|
||||
github.com/aws/aws-sdk-go/aws/arn
|
||||
|
|
Loading…
Reference in New Issue