File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +29
-0
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 5138
5138
"ap-southeast-1" : { },
5139
5139
"ap-southeast-2" : { },
5140
5140
"ap-southeast-3" : { },
5141
+ "ap-southeast-4" : { },
5141
5142
"ca-central-1" : { },
5142
5143
"eu-central-1" : { },
5143
5144
"eu-central-2" : { },
@@ -18129,12 +18130,34 @@
18129
18130
"credentialScope" : {
18130
18131
"region" : "us-gov-east-1"
18131
18132
},
18133
+ "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18134
+ "variants" : [ {
18135
+ "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18136
+ "tags" : [ "fips" ]
18137
+ } ]
18138
+ },
18139
+ "us-gov-east-1-fips" : {
18140
+ "credentialScope" : {
18141
+ "region" : "us-gov-east-1"
18142
+ },
18143
+ "deprecated" : true,
18132
18144
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
18133
18145
},
18134
18146
"us-gov-west-1" : {
18135
18147
"credentialScope" : {
18136
18148
"region" : "us-gov-west-1"
18137
18149
},
18150
+ "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18151
+ "variants" : [ {
18152
+ "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18153
+ "tags" : [ "fips" ]
18154
+ } ]
18155
+ },
18156
+ "us-gov-west-1-fips" : {
18157
+ "credentialScope" : {
18158
+ "region" : "us-gov-west-1"
18159
+ },
18160
+ "deprecated" : true,
18138
18161
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
18139
18162
}
18140
18163
}
You can’t perform that action at this time.
0 commit comments