Skip to content

Commit 8fa8571

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent bd5fe2a commit 8fa8571

File tree

2 files changed

+63
-8
lines changed

2 files changed

+63
-8
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: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,14 +3974,54 @@
39743974
},
39753975
"cleanrooms" : {
39763976
"endpoints" : {
3977-
"ap-northeast-1" : { },
3978-
"ap-northeast-2" : { },
3979-
"ap-southeast-1" : { },
3980-
"ap-southeast-2" : { },
3981-
"eu-central-1" : { },
3982-
"eu-north-1" : { },
3983-
"eu-west-1" : { },
3984-
"eu-west-2" : { },
3977+
"ap-northeast-1" : {
3978+
"variants" : [ {
3979+
"hostname" : "cleanrooms.ap-northeast-1.api.aws",
3980+
"tags" : [ "dualstack" ]
3981+
} ]
3982+
},
3983+
"ap-northeast-2" : {
3984+
"variants" : [ {
3985+
"hostname" : "cleanrooms.ap-northeast-2.api.aws",
3986+
"tags" : [ "dualstack" ]
3987+
} ]
3988+
},
3989+
"ap-southeast-1" : {
3990+
"variants" : [ {
3991+
"hostname" : "cleanrooms.ap-southeast-1.api.aws",
3992+
"tags" : [ "dualstack" ]
3993+
} ]
3994+
},
3995+
"ap-southeast-2" : {
3996+
"variants" : [ {
3997+
"hostname" : "cleanrooms.ap-southeast-2.api.aws",
3998+
"tags" : [ "dualstack" ]
3999+
} ]
4000+
},
4001+
"eu-central-1" : {
4002+
"variants" : [ {
4003+
"hostname" : "cleanrooms.eu-central-1.api.aws",
4004+
"tags" : [ "dualstack" ]
4005+
} ]
4006+
},
4007+
"eu-north-1" : {
4008+
"variants" : [ {
4009+
"hostname" : "cleanrooms.eu-north-1.api.aws",
4010+
"tags" : [ "dualstack" ]
4011+
} ]
4012+
},
4013+
"eu-west-1" : {
4014+
"variants" : [ {
4015+
"hostname" : "cleanrooms.eu-west-1.api.aws",
4016+
"tags" : [ "dualstack" ]
4017+
} ]
4018+
},
4019+
"eu-west-2" : {
4020+
"variants" : [ {
4021+
"hostname" : "cleanrooms.eu-west-2.api.aws",
4022+
"tags" : [ "dualstack" ]
4023+
} ]
4024+
},
39854025
"fips-us-east-1" : {
39864026
"credentialScope" : {
39874027
"region" : "us-east-1"
@@ -4007,18 +4047,27 @@
40074047
"variants" : [ {
40084048
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
40094049
"tags" : [ "fips" ]
4050+
}, {
4051+
"hostname" : "cleanrooms.us-east-1.api.aws",
4052+
"tags" : [ "dualstack" ]
40104053
} ]
40114054
},
40124055
"us-east-2" : {
40134056
"variants" : [ {
40144057
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
40154058
"tags" : [ "fips" ]
4059+
}, {
4060+
"hostname" : "cleanrooms.us-east-2.api.aws",
4061+
"tags" : [ "dualstack" ]
40164062
} ]
40174063
},
40184064
"us-west-2" : {
40194065
"variants" : [ {
40204066
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
40214067
"tags" : [ "fips" ]
4068+
}, {
4069+
"hostname" : "cleanrooms.us-west-2.api.aws",
4070+
"tags" : [ "dualstack" ]
40224071
} ]
40234072
}
40244073
}

0 commit comments

Comments
 (0)