Skip to content

Commit 10abfa2

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent ca14b4f commit 10abfa2

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
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: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27575,6 +27575,9 @@
2757527575
},
2757627576
"trustedadvisor" : {
2757727577
"endpoints" : {
27578+
"ap-northeast-2" : { },
27579+
"ap-southeast-2" : { },
27580+
"eu-west-1" : { },
2757827581
"fips-us-east-1" : {
2757927582
"credentialScope" : {
2758027583
"region" : "us-east-1"
@@ -27592,7 +27595,10 @@
2759227595
"region" : "us-west-2"
2759327596
},
2759427597
"hostname" : "trustedadvisor-fips.us-west-2.api.aws"
27595-
}
27598+
},
27599+
"us-east-1" : { },
27600+
"us-east-2" : { },
27601+
"us-west-2" : { }
2759627602
}
2759727603
},
2759827604
"verifiedpermissions" : {
@@ -37191,7 +37197,8 @@
3719137197
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
3719237198
"tags" : [ "fips" ]
3719337199
} ]
37194-
}
37200+
},
37201+
"us-iso-west-1" : { }
3719537202
}
3719637203
},
3719737204
"glacier" : {
@@ -39337,6 +39344,11 @@
3933739344
"eu-isoe-west-1" : { }
3933839345
}
3933939346
},
39347+
"trustedadvisor" : {
39348+
"endpoints" : {
39349+
"eu-isoe-west-1" : { }
39350+
}
39351+
},
3934039352
"xray" : {
3934139353
"endpoints" : {
3934239354
"eu-isoe-west-1" : { }
@@ -40175,6 +40187,11 @@
4017540187
"us-isof-south-1" : { }
4017640188
}
4017740189
},
40190+
"trustedadvisor" : {
40191+
"endpoints" : {
40192+
"us-isof-south-1" : { }
40193+
}
40194+
},
4017840195
"xray" : {
4017940196
"endpoints" : {
4018040197
"us-isof-east-1" : { },

0 commit comments

Comments
 (0)