Skip to content

Commit 1a6bd02

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent ac2c871 commit 1a6bd02

File tree

1 file changed

+20
-31
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+20
-31
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

+20-31
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,19 @@
515515
"ap-south-1" : { },
516516
"ap-southeast-1" : { },
517517
"ap-southeast-2" : { },
518-
"ca-central-1" : { },
518+
"ca-central-1" : {
519+
"variants" : [ {
520+
"hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
521+
"tags" : [ "fips" ]
522+
} ]
523+
},
524+
"ca-central-1-fips" : {
525+
"credentialScope" : {
526+
"region" : "ca-central-1"
527+
},
528+
"deprecated" : true,
529+
"hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
530+
},
519531
"eu-central-1" : { },
520532
"eu-north-1" : { },
521533
"eu-south-1" : { },
@@ -6680,6 +6692,7 @@
66806692
"ap-south-1" : { },
66816693
"ap-southeast-1" : { },
66826694
"ap-southeast-2" : { },
6695+
"ap-southeast-3" : { },
66836696
"ca-central-1" : {
66846697
"variants" : [ {
66856698
"hostname" : "emr-containers-fips.ca-central-1.amazonaws.com",
@@ -6727,6 +6740,7 @@
67276740
"deprecated" : true,
67286741
"hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
67296742
},
6743+
"me-central-1" : { },
67306744
"me-south-1" : { },
67316745
"sa-east-1" : { },
67326746
"us-east-1" : {
@@ -10542,6 +10556,7 @@
1054210556
"eu-central-2" : { },
1054310557
"eu-north-1" : { },
1054410558
"eu-south-1" : { },
10559+
"eu-south-2" : { },
1054510560
"eu-west-1" : { },
1054610561
"eu-west-2" : { },
1054710562
"eu-west-3" : { },
@@ -10701,6 +10716,7 @@
1070110716
"eu-central-2" : { },
1070210717
"eu-north-1" : { },
1070310718
"eu-south-1" : { },
10719+
"eu-south-2" : { },
1070410720
"eu-west-1" : { },
1070510721
"eu-west-2" : { },
1070610722
"eu-west-3" : { },
@@ -10951,36 +10967,6 @@
1095110967
"us-east-1" : { }
1095210968
}
1095310969
},
10954-
"macie" : {
10955-
"endpoints" : {
10956-
"fips-us-east-1" : {
10957-
"credentialScope" : {
10958-
"region" : "us-east-1"
10959-
},
10960-
"deprecated" : true,
10961-
"hostname" : "macie-fips.us-east-1.amazonaws.com"
10962-
},
10963-
"fips-us-west-2" : {
10964-
"credentialScope" : {
10965-
"region" : "us-west-2"
10966-
},
10967-
"deprecated" : true,
10968-
"hostname" : "macie-fips.us-west-2.amazonaws.com"
10969-
},
10970-
"us-east-1" : {
10971-
"variants" : [ {
10972-
"hostname" : "macie-fips.us-east-1.amazonaws.com",
10973-
"tags" : [ "fips" ]
10974-
} ]
10975-
},
10976-
"us-west-2" : {
10977-
"variants" : [ {
10978-
"hostname" : "macie-fips.us-west-2.amazonaws.com",
10979-
"tags" : [ "fips" ]
10980-
} ]
10981-
}
10982-
}
10983-
},
1098410970
"macie2" : {
1098510971
"endpoints" : {
1098610972
"af-south-1" : { },
@@ -12394,8 +12380,11 @@
1239412380
"osis" : {
1239512381
"endpoints" : {
1239612382
"ap-northeast-1" : { },
12383+
"ap-northeast-2" : { },
12384+
"ap-south-1" : { },
1239712385
"ap-southeast-1" : { },
1239812386
"ap-southeast-2" : { },
12387+
"ca-central-1" : { },
1239912388
"eu-central-1" : { },
1240012389
"eu-west-1" : { },
1240112390
"eu-west-2" : { },

0 commit comments

Comments
 (0)