File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
codegen/src/main/resources/software/amazon/awssdk/codegen/rules
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 3 files changed +36
-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 176
176
"description" : "US ISOB East (Ohio)"
177
177
}
178
178
}
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" : { }
179
190
} ],
180
191
"version" : "1.1"
181
192
}
Original file line number Diff line number Diff line change 19642
19642
"deprecated" : true,
19643
19643
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
19644
19644
},
19645
+ "us-gov-east-1" : { },
19645
19646
"us-gov-west-1" : {
19646
19647
"variants" : [ {
19647
19648
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
23039
23040
"deprecated" : true,
23040
23041
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
23041
23042
},
23043
+ "us-gov-east-1" : { },
23042
23044
"us-gov-west-1" : {
23043
23045
"variants" : [ {
23044
23046
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
24075
24077
}
24076
24078
}
24077
24079
}
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" : { }
24078
24097
} ],
24079
24098
"version" : 3
24080
24099
}
You can’t perform that action at this time.
0 commit comments