Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 16, 2024
1 parent aa3c25a commit 45e8945
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3763,6 +3763,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
Expand All @@ -3772,6 +3773,7 @@
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -3850,6 +3852,7 @@
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -27669,7 +27672,8 @@
},
"snowball" : {
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"sns" : {
Expand Down Expand Up @@ -28026,6 +28030,11 @@
"us-isob-east-1" : { }
}
},
"firehose" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"glacier" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit 45e8945

Please sign in to comment.