Skip to content

Commit 46cb973

Browse files
feat: update AWS service endpoints metadata
1 parent 932f0b7 commit 46cb973

File tree

1 file changed

+27
-2
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+27
-2
lines changed

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15458,6 +15458,7 @@
1545815458
"ap-south-1" : { },
1545915459
"ap-southeast-1" : { },
1546015460
"ap-southeast-2" : { },
15461+
"ap-southeast-3" : { },
1546115462
"ca-central-1" : {
1546215463
"variants" : [ {
1546315464
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -19707,8 +19708,18 @@
1970719708
"ap-southeast-3" : { },
1970819709
"ap-southeast-4" : { },
1970919710
"ap-southeast-5" : { },
19710-
"ca-central-1" : { },
19711-
"ca-west-1" : { },
19711+
"ca-central-1" : {
19712+
"variants" : [ {
19713+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
19714+
"tags" : [ "fips" ]
19715+
} ]
19716+
},
19717+
"ca-west-1" : {
19718+
"variants" : [ {
19719+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
19720+
"tags" : [ "fips" ]
19721+
} ]
19722+
},
1971219723
"eu-central-1" : { },
1971319724
"eu-central-2" : { },
1971419725
"eu-north-1" : { },
@@ -19717,6 +19728,20 @@
1971719728
"eu-west-1" : { },
1971819729
"eu-west-2" : { },
1971919730
"eu-west-3" : { },
19731+
"fips-ca-central-1" : {
19732+
"credentialScope" : {
19733+
"region" : "ca-central-1"
19734+
},
19735+
"deprecated" : true,
19736+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
19737+
},
19738+
"fips-ca-west-1" : {
19739+
"credentialScope" : {
19740+
"region" : "ca-west-1"
19741+
},
19742+
"deprecated" : true,
19743+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
19744+
},
1972019745
"fips-us-east-1" : {
1972119746
"credentialScope" : {
1972219747
"region" : "us-east-1"

0 commit comments

Comments
 (0)