File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +21
-1
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 endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 10456
10456
"ap-south-1" : { },
10457
10457
"ap-southeast-1" : { },
10458
10458
"ap-southeast-2" : { },
10459
+ "ca-central-1" : { },
10459
10460
"eu-central-1" : { },
10460
10461
"eu-north-1" : { },
10461
10462
"eu-west-1" : { },
10475
10476
"ap-south-1" : { },
10476
10477
"ap-southeast-1" : { },
10477
10478
"ap-southeast-2" : { },
10479
+ "ca-central-1" : { },
10478
10480
"eu-central-1" : { },
10479
10481
"eu-north-1" : { },
10480
10482
"eu-west-1" : { },
@@ -20101,14 +20103,26 @@
20101
20103
},
20102
20104
"codepipeline" : {
20103
20105
"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
+ },
20104
20113
"fips-us-gov-west-1" : {
20105
20114
"credentialScope" : {
20106
20115
"region" : "us-gov-west-1"
20107
20116
},
20108
20117
"deprecated" : true,
20109
20118
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
20110
20119
},
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
+ },
20112
20126
"us-gov-west-1" : {
20113
20127
"variants" : [ {
20114
20128
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
You can’t perform that action at this time.
0 commit comments