Skip to content

Commit 58be623

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 9927740 commit 58be623

File tree

1 file changed

+43
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+43
-0
lines changed

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

+43
Original file line numberDiff line numberDiff line change
@@ -2099,6 +2099,12 @@
20992099
"tags" : [ "dualstack" ]
21002100
} ]
21012101
},
2102+
"ca-west-1" : {
2103+
"variants" : [ {
2104+
"hostname" : "athena.ca-west-1.api.aws",
2105+
"tags" : [ "dualstack" ]
2106+
} ]
2107+
},
21022108
"eu-central-1" : {
21032109
"variants" : [ {
21042110
"hostname" : "athena.eu-central-1.api.aws",
@@ -12802,6 +12808,12 @@
1280212808
},
1280312809
"hostname" : "oidc.ap-southeast-3.amazonaws.com"
1280412810
},
12811+
"ap-southeast-4" : {
12812+
"credentialScope" : {
12813+
"region" : "ap-southeast-4"
12814+
},
12815+
"hostname" : "oidc.ap-southeast-4.amazonaws.com"
12816+
},
1280512817
"ca-central-1" : {
1280612818
"credentialScope" : {
1280712819
"region" : "ca-central-1"
@@ -13459,6 +13471,12 @@
1345913471
},
1346013472
"hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
1346113473
},
13474+
"ap-southeast-4" : {
13475+
"credentialScope" : {
13476+
"region" : "ap-southeast-4"
13477+
},
13478+
"hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
13479+
},
1346213480
"ca-central-1" : {
1346313481
"credentialScope" : {
1346413482
"region" : "ca-central-1"
@@ -17943,6 +17961,7 @@
1794317961
"ap-southeast-1" : { },
1794417962
"ap-southeast-2" : { },
1794517963
"ap-southeast-3" : { },
17964+
"ap-southeast-4" : { },
1794617965
"ca-central-1" : { },
1794717966
"eu-central-1" : { },
1794817967
"eu-central-2" : { },
@@ -27896,6 +27915,30 @@
2789627915
"us-isob-east-1" : { }
2789727916
}
2789827917
},
27918+
"storagegateway" : {
27919+
"endpoints" : {
27920+
"fips" : {
27921+
"credentialScope" : {
27922+
"region" : "us-isob-east-1"
27923+
},
27924+
"deprecated" : true,
27925+
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
27926+
},
27927+
"us-isob-east-1" : {
27928+
"variants" : [ {
27929+
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
27930+
"tags" : [ "fips" ]
27931+
} ]
27932+
},
27933+
"us-isob-east-1-fips" : {
27934+
"credentialScope" : {
27935+
"region" : "us-isob-east-1"
27936+
},
27937+
"deprecated" : true,
27938+
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
27939+
}
27940+
}
27941+
},
2789927942
"streams.dynamodb" : {
2790027943
"defaults" : {
2790127944
"credentialScope" : {

0 commit comments

Comments
 (0)