Skip to content

Commit 58adc7a

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent b4a3c1d commit 58adc7a

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,40 @@
831831
}
832832
}
833833
},
834+
"api.iotwireless" : {
835+
"endpoints" : {
836+
"ap-northeast-1" : {
837+
"credentialScope" : {
838+
"region" : "ap-northeast-1"
839+
},
840+
"hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
841+
},
842+
"ap-southeast-2" : {
843+
"credentialScope" : {
844+
"region" : "ap-southeast-2"
845+
},
846+
"hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
847+
},
848+
"eu-west-1" : {
849+
"credentialScope" : {
850+
"region" : "eu-west-1"
851+
},
852+
"hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
853+
},
854+
"us-east-1" : {
855+
"credentialScope" : {
856+
"region" : "us-east-1"
857+
},
858+
"hostname" : "api.iotwireless.us-east-1.amazonaws.com"
859+
},
860+
"us-west-2" : {
861+
"credentialScope" : {
862+
"region" : "us-west-2"
863+
},
864+
"hostname" : "api.iotwireless.us-west-2.amazonaws.com"
865+
}
866+
}
867+
},
834868
"api.mediatailor" : {
835869
"endpoints" : {
836870
"ap-northeast-1" : { },

0 commit comments

Comments
 (0)