Skip to content

Commit ce5da41

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 59d4588 commit ce5da41

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
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

+36
Original file line numberDiff line numberDiff line change
@@ -15674,6 +15674,12 @@
1567415674
"cn-northwest-1" : { }
1567515675
}
1567615676
},
15677+
"rbin" : {
15678+
"endpoints" : {
15679+
"cn-north-1" : { },
15680+
"cn-northwest-1" : { }
15681+
}
15682+
},
1567715683
"rds" : {
1567815684
"endpoints" : {
1567915685
"cn-north-1" : { },
@@ -18582,6 +18588,36 @@
1858218588
}
1858318589
}
1858418590
},
18591+
"rbin" : {
18592+
"endpoints" : {
18593+
"fips-us-gov-east-1" : {
18594+
"credentialScope" : {
18595+
"region" : "us-gov-east-1"
18596+
},
18597+
"deprecated" : true,
18598+
"hostname" : "rbin-fips.us-gov-east-1.amazonaws.com"
18599+
},
18600+
"fips-us-gov-west-1" : {
18601+
"credentialScope" : {
18602+
"region" : "us-gov-west-1"
18603+
},
18604+
"deprecated" : true,
18605+
"hostname" : "rbin-fips.us-gov-west-1.amazonaws.com"
18606+
},
18607+
"us-gov-east-1" : {
18608+
"variants" : [ {
18609+
"hostname" : "rbin-fips.us-gov-east-1.amazonaws.com",
18610+
"tags" : [ "fips" ]
18611+
} ]
18612+
},
18613+
"us-gov-west-1" : {
18614+
"variants" : [ {
18615+
"hostname" : "rbin-fips.us-gov-west-1.amazonaws.com",
18616+
"tags" : [ "fips" ]
18617+
} ]
18618+
}
18619+
}
18620+
},
1858518621
"rds" : {
1858618622
"defaults" : {
1858718623
"variants" : [ {

0 commit comments

Comments
 (0)