Skip to content

Commit 32cc3aa

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 959ef79 commit 32cc3aa

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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

+12-2
Original file line numberDiff line numberDiff line change
@@ -16362,7 +16362,12 @@
1636216362
"defaults" : {
1636316363
"hostname" : "{service}.{region}.{dnsSuffix}",
1636416364
"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+
} ]
1636616371
},
1636716372
"dnsSuffix" : "c2s.ic.gov",
1636816373
"partition" : "aws-iso",
@@ -16849,7 +16854,12 @@
1684916854
"defaults" : {
1685016855
"hostname" : "{service}.{region}.{dnsSuffix}",
1685116856
"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+
} ]
1685316863
},
1685416864
"dnsSuffix" : "sc2s.sgov.gov",
1685516865
"partition" : "aws-iso-b",

0 commit comments

Comments
 (0)