Skip to content

Commit 9d8c18b

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 93fd02b commit 9d8c18b

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
@@ -7240,6 +7240,30 @@
72407240
"eu-west-1" : { },
72417241
"eu-west-2" : { },
72427242
"sa-east-1" : { },
7243+
"transcribestreaming-fips-ca-central-1" : {
7244+
"credentialScope" : {
7245+
"region" : "ca-central-1"
7246+
},
7247+
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
7248+
},
7249+
"transcribestreaming-fips-us-east-1" : {
7250+
"credentialScope" : {
7251+
"region" : "us-east-1"
7252+
},
7253+
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
7254+
},
7255+
"transcribestreaming-fips-us-east-2" : {
7256+
"credentialScope" : {
7257+
"region" : "us-east-2"
7258+
},
7259+
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
7260+
},
7261+
"transcribestreaming-fips-us-west-2" : {
7262+
"credentialScope" : {
7263+
"region" : "us-west-2"
7264+
},
7265+
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
7266+
},
72437267
"us-east-1" : { },
72447268
"us-east-2" : { },
72457269
"us-west-2" : { }
@@ -9804,6 +9828,16 @@
98049828
"us-gov-west-1" : { }
98059829
}
98069830
},
9831+
"oidc" : {
9832+
"endpoints" : {
9833+
"us-gov-west-1" : {
9834+
"credentialScope" : {
9835+
"region" : "us-gov-west-1"
9836+
},
9837+
"hostname" : "oidc.us-gov-west-1.amazonaws.com"
9838+
}
9839+
}
9840+
},
98079841
"organizations" : {
98089842
"endpoints" : {
98099843
"aws-us-gov-global" : {

0 commit comments

Comments
 (0)