Skip to content

Commit 6bcbbf4

Browse files
feat: update AWS service endpoints metadata
1 parent 2c140ad commit 6bcbbf4

File tree

1 file changed

+10
-1
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3763,6 +3763,7 @@
37633763
"ap-northeast-2" : { },
37643764
"ap-northeast-3" : { },
37653765
"ap-south-1" : { },
3766+
"ap-south-2" : { },
37663767
"ap-southeast-1" : { },
37673768
"ap-southeast-2" : { },
37683769
"ap-southeast-3" : { },
@@ -3772,6 +3773,7 @@
37723773
"eu-central-2" : { },
37733774
"eu-north-1" : { },
37743775
"eu-south-1" : { },
3776+
"eu-south-2" : { },
37753777
"eu-west-1" : { },
37763778
"eu-west-2" : { },
37773779
"eu-west-3" : { },
@@ -3850,6 +3852,7 @@
38503852
"eu-central-2" : { },
38513853
"eu-north-1" : { },
38523854
"eu-south-1" : { },
3855+
"eu-south-2" : { },
38533856
"eu-west-1" : { },
38543857
"eu-west-2" : { },
38553858
"eu-west-3" : { },
@@ -27669,7 +27672,8 @@
2766927672
},
2767027673
"snowball" : {
2767127674
"endpoints" : {
27672-
"us-iso-east-1" : { }
27675+
"us-iso-east-1" : { },
27676+
"us-iso-west-1" : { }
2767327677
}
2767427678
},
2767527679
"sns" : {
@@ -28026,6 +28030,11 @@
2802628030
"us-isob-east-1" : { }
2802728031
}
2802828032
},
28033+
"firehose" : {
28034+
"endpoints" : {
28035+
"us-isob-east-1" : { }
28036+
}
28037+
},
2802928038
"glacier" : {
2803028039
"endpoints" : {
2803128040
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)