Skip to content

Commit 9da529b

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 35a4094 commit 9da529b

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3675,6 +3675,18 @@
36753675
},
36763676
"iotwireless" : {
36773677
"endpoints" : {
3678+
"ap-northeast-1" : {
3679+
"credentialScope" : {
3680+
"region" : "ap-northeast-1"
3681+
},
3682+
"hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
3683+
},
3684+
"ap-southeast-2" : {
3685+
"credentialScope" : {
3686+
"region" : "ap-southeast-2"
3687+
},
3688+
"hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
3689+
},
36783690
"eu-west-1" : {
36793691
"credentialScope" : {
36803692
"region" : "eu-west-1"
@@ -3686,6 +3698,12 @@
36863698
"region" : "us-east-1"
36873699
},
36883700
"hostname" : "api.iotwireless.us-east-1.amazonaws.com"
3701+
},
3702+
"us-west-2" : {
3703+
"credentialScope" : {
3704+
"region" : "us-west-2"
3705+
},
3706+
"hostname" : "api.iotwireless.us-west-2.amazonaws.com"
36893707
}
36903708
}
36913709
},
@@ -8105,6 +8123,12 @@
81058123
}
81068124
}
81078125
},
8126+
"transcribestreaming" : {
8127+
"endpoints" : {
8128+
"cn-north-1" : { },
8129+
"cn-northwest-1" : { }
8130+
}
8131+
},
81088132
"transfer" : {
81098133
"endpoints" : {
81108134
"cn-north-1" : { },

0 commit comments

Comments
 (0)