Skip to content

Commit 9bcae5f

Browse files
AWSL-Applin
authored andcommitted
Updated endpoints.json and partitions.json.
1 parent ef35e00 commit 9bcae5f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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+
}

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10456,6 +10456,7 @@
1045610456
"ap-south-1" : { },
1045710457
"ap-southeast-1" : { },
1045810458
"ap-southeast-2" : { },
10459+
"ca-central-1" : { },
1045910460
"eu-central-1" : { },
1046010461
"eu-north-1" : { },
1046110462
"eu-west-1" : { },
@@ -10475,6 +10476,7 @@
1047510476
"ap-south-1" : { },
1047610477
"ap-southeast-1" : { },
1047710478
"ap-southeast-2" : { },
10479+
"ca-central-1" : { },
1047810480
"eu-central-1" : { },
1047910481
"eu-north-1" : { },
1048010482
"eu-west-1" : { },
@@ -20101,14 +20103,26 @@
2010120103
},
2010220104
"codepipeline" : {
2010320105
"endpoints" : {
20106+
"fips-us-gov-east-1" : {
20107+
"credentialScope" : {
20108+
"region" : "us-gov-east-1"
20109+
},
20110+
"deprecated" : true,
20111+
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
20112+
},
2010420113
"fips-us-gov-west-1" : {
2010520114
"credentialScope" : {
2010620115
"region" : "us-gov-west-1"
2010720116
},
2010820117
"deprecated" : true,
2010920118
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
2011020119
},
20111-
"us-gov-east-1" : { },
20120+
"us-gov-east-1" : {
20121+
"variants" : [ {
20122+
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
20123+
"tags" : [ "fips" ]
20124+
} ]
20125+
},
2011220126
"us-gov-west-1" : {
2011320127
"variants" : [ {
2011420128
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",

0 commit comments

Comments
 (0)