Skip to content

Commit 0d96abd

Browse files
Update endpoints model
1 parent 7e4b0ba commit 0d96abd

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

botocore/data/endpoints.json

+36-3
Original file line numberDiff line numberDiff line change
@@ -10801,6 +10801,9 @@
1080110801
"ap-east-1" : {
1080210802
"hostname" : "gameliftstreams.ap-east-1.api.aws"
1080310803
},
10804+
"ap-northeast-1" : {
10805+
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
10806+
},
1080410807
"ap-northeast-2" : {
1080510808
"hostname" : "gameliftstreams.ap-northeast-2.api.aws"
1080610809
},
@@ -10837,6 +10840,9 @@
1083710840
"ca-west-1" : {
1083810841
"hostname" : "gameliftstreams.ca-west-1.api.aws"
1083910842
},
10843+
"eu-central-1" : {
10844+
"hostname" : "gameliftstreams.eu-central-1.api.aws"
10845+
},
1084010846
"eu-central-2" : {
1084110847
"hostname" : "gameliftstreams.eu-central-2.api.aws"
1084210848
},
@@ -10876,8 +10882,14 @@
1087610882
"us-east-1" : {
1087710883
"hostname" : "gameliftstreams.us-east-1.api.aws"
1087810884
},
10885+
"us-east-2" : {
10886+
"hostname" : "gameliftstreams.us-east-2.api.aws"
10887+
},
1087910888
"us-west-1" : {
1088010889
"hostname" : "gameliftstreams.us-west-1.api.aws"
10890+
},
10891+
"us-west-2" : {
10892+
"hostname" : "gameliftstreams.us-west-2.api.aws"
1088110893
}
1088210894
}
1088310895
},
@@ -35067,8 +35079,22 @@
3506735079
},
3506835080
"secretsmanager" : {
3506935081
"endpoints" : {
35070-
"us-iso-east-1" : { },
35071-
"us-iso-west-1" : { }
35082+
"us-iso-east-1" : {
35083+
"variants" : [ {
35084+
"tags" : [ "fips" ]
35085+
} ]
35086+
},
35087+
"us-iso-east-1-fips" : {
35088+
"deprecated" : true
35089+
},
35090+
"us-iso-west-1" : {
35091+
"variants" : [ {
35092+
"tags" : [ "fips" ]
35093+
} ]
35094+
},
35095+
"us-iso-west-1-fips" : {
35096+
"deprecated" : true
35097+
}
3507235098
}
3507335099
},
3507435100
"snowball" : {
@@ -35832,7 +35858,14 @@
3583235858
},
3583335859
"secretsmanager" : {
3583435860
"endpoints" : {
35835-
"us-isob-east-1" : { }
35861+
"us-isob-east-1" : {
35862+
"variants" : [ {
35863+
"tags" : [ "fips" ]
35864+
} ]
35865+
},
35866+
"us-isob-east-1-fips" : {
35867+
"deprecated" : true
35868+
}
3583635869
}
3583735870
},
3583835871
"snowball" : {

0 commit comments

Comments
 (0)