Skip to content

Commit a515237

Browse files
Updating endpoints.json file.
1 parent 9ef53f7 commit a515237

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

sdk/src/Core/endpoints-original.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",

sdk/src/Core/endpoints.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12647,6 +12647,7 @@
1264712647
"ap-south-1": {},
1264812648
"ap-southeast-1": {},
1264912649
"ap-southeast-2": {},
12650+
"ca-central-1": {},
1265012651
"eu-central-1": {},
1265112652
"eu-north-1": {},
1265212653
"eu-west-1": {},
@@ -12666,6 +12667,7 @@
1266612667
"ap-south-1": {},
1266712668
"ap-southeast-1": {},
1266812669
"ap-southeast-2": {},
12670+
"ca-central-1": {},
1266912671
"eu-central-1": {},
1267012672
"eu-north-1": {},
1267112673
"eu-west-1": {},
@@ -24485,14 +24487,30 @@
2448524487
},
2448624488
"codepipeline": {
2448724489
"endpoints": {
24490+
"fips-us-gov-east-1": {
24491+
"credentialScope": {
24492+
"region": "us-gov-east-1"
24493+
},
24494+
"deprecated": true,
24495+
"hostname": "codepipeline-fips.us-gov-east-1.amazonaws.com"
24496+
},
2448824497
"fips-us-gov-west-1": {
2448924498
"credentialScope": {
2449024499
"region": "us-gov-west-1"
2449124500
},
2449224501
"deprecated": true,
2449324502
"hostname": "codepipeline-fips.us-gov-west-1.amazonaws.com"
2449424503
},
24495-
"us-gov-east-1": {},
24504+
"us-gov-east-1": {
24505+
"variants": [
24506+
{
24507+
"hostname": "codepipeline-fips.us-gov-east-1.amazonaws.com",
24508+
"tags": [
24509+
"fips"
24510+
]
24511+
}
24512+
]
24513+
},
2449624514
"us-gov-west-1": {
2449724515
"variants": [
2449824516
{

0 commit comments

Comments
 (0)