File tree 2 files changed +18
-2
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated service endpoint metadata."
6
+ }
Original file line number Diff line number Diff line change 16362
16362
"defaults" : {
16363
16363
"hostname" : "{service}.{region}.{dnsSuffix}",
16364
16364
"protocols" : [ "https" ],
16365
- "signatureVersions" : [ "v4" ]
16365
+ "signatureVersions" : [ "v4" ],
16366
+ "variants" : [ {
16367
+ "dnsSuffix" : "c2s.ic.gov",
16368
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
16369
+ "tags" : [ "fips" ]
16370
+ } ]
16366
16371
},
16367
16372
"dnsSuffix" : "c2s.ic.gov",
16368
16373
"partition" : "aws-iso",
16849
16854
"defaults" : {
16850
16855
"hostname" : "{service}.{region}.{dnsSuffix}",
16851
16856
"protocols" : [ "https" ],
16852
- "signatureVersions" : [ "v4" ]
16857
+ "signatureVersions" : [ "v4" ],
16858
+ "variants" : [ {
16859
+ "dnsSuffix" : "sc2s.sgov.gov",
16860
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
16861
+ "tags" : [ "fips" ]
16862
+ } ]
16853
16863
},
16854
16864
"dnsSuffix" : "sc2s.sgov.gov",
16855
16865
"partition" : "aws-iso-b",
You can’t perform that action at this time.
0 commit comments