Skip to content

Commit 94cacd1

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 1e31fc1 commit 94cacd1

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-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 endpoint and partition metadata."
6+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@
176176
"description" : "US ISOB East (Ohio)"
177177
}
178178
}
179+
}, {
180+
"id" : "aws-iso-e",
181+
"outputs" : {
182+
"dnsSuffix" : "cloud.adc-e.uk",
183+
"dualStackDnsSuffix" : "cloud.adc-e.uk",
184+
"name" : "aws-iso-e",
185+
"supportsDualStack" : false,
186+
"supportsFIPS" : true
187+
},
188+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
189+
"regions" : { }
179190
} ],
180191
"version" : "1.1"
181192
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19642,6 +19642,7 @@
1964219642
"deprecated" : true,
1964319643
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
1964419644
},
19645+
"us-gov-east-1" : { },
1964519646
"us-gov-west-1" : {
1964619647
"variants" : [ {
1964719648
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
@@ -23039,6 +23040,7 @@
2303923040
"deprecated" : true,
2304023041
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
2304123042
},
23043+
"us-gov-east-1" : { },
2304223044
"us-gov-west-1" : {
2304323045
"variants" : [ {
2304423046
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
@@ -24075,6 +24077,23 @@
2407524077
}
2407624078
}
2407724079
}
24080+
}, {
24081+
"defaults" : {
24082+
"hostname" : "{service}.{region}.{dnsSuffix}",
24083+
"protocols" : [ "https" ],
24084+
"signatureVersions" : [ "v4" ],
24085+
"variants" : [ {
24086+
"dnsSuffix" : "cloud.adc-e.uk",
24087+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
24088+
"tags" : [ "fips" ]
24089+
} ]
24090+
},
24091+
"dnsSuffix" : "cloud.adc-e.uk",
24092+
"partition" : "aws-iso-e",
24093+
"partitionName" : "AWS ISOE (Europe)",
24094+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
24095+
"regions" : { },
24096+
"services" : { }
2407824097
} ],
2407924098
"version" : 3
2408024099
}

0 commit comments

Comments
 (0)