Skip to content

Commit ba8dec7

Browse files
Update endpoints model
1 parent a72a450 commit ba8dec7

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

botocore/data/endpoints.json

+39-3
Original file line numberDiff line numberDiff line change
@@ -33507,8 +33507,32 @@
3350733507
},
3350833508
"config" : {
3350933509
"endpoints" : {
33510-
"us-iso-east-1" : { },
33511-
"us-iso-west-1" : { }
33510+
"fips-us-iso-east-1" : {
33511+
"credentialScope" : {
33512+
"region" : "us-iso-east-1"
33513+
},
33514+
"deprecated" : true,
33515+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
33516+
},
33517+
"fips-us-iso-west-1" : {
33518+
"credentialScope" : {
33519+
"region" : "us-iso-west-1"
33520+
},
33521+
"deprecated" : true,
33522+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
33523+
},
33524+
"us-iso-east-1" : {
33525+
"variants" : [ {
33526+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
33527+
"tags" : [ "fips" ]
33528+
} ]
33529+
},
33530+
"us-iso-west-1" : {
33531+
"variants" : [ {
33532+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
33533+
"tags" : [ "fips" ]
33534+
} ]
33535+
}
3351233536
}
3351333537
},
3351433538
"datapipeline" : {
@@ -34489,7 +34513,19 @@
3448934513
},
3449034514
"config" : {
3449134515
"endpoints" : {
34492-
"us-isob-east-1" : { }
34516+
"fips-us-isob-east-1" : {
34517+
"credentialScope" : {
34518+
"region" : "us-isob-east-1"
34519+
},
34520+
"deprecated" : true,
34521+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
34522+
},
34523+
"us-isob-east-1" : {
34524+
"variants" : [ {
34525+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
34526+
"tags" : [ "fips" ]
34527+
} ]
34528+
}
3449334529
}
3449434530
},
3449534531
"directconnect" : {

0 commit comments

Comments
 (0)