Skip to content

Commit 02b3b3a

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 5f0106a commit 02b3b3a

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
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 service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7892,6 +7892,79 @@
78927892
}
78937893
}
78947894
},
7895+
"license-manager-user-subscriptions" : {
7896+
"endpoints" : {
7897+
"af-south-1" : { },
7898+
"ap-east-1" : { },
7899+
"ap-northeast-1" : { },
7900+
"ap-northeast-2" : { },
7901+
"ap-northeast-3" : { },
7902+
"ap-south-1" : { },
7903+
"ap-southeast-1" : { },
7904+
"ap-southeast-2" : { },
7905+
"ca-central-1" : { },
7906+
"eu-central-1" : { },
7907+
"eu-north-1" : { },
7908+
"eu-south-1" : { },
7909+
"eu-west-1" : { },
7910+
"eu-west-2" : { },
7911+
"eu-west-3" : { },
7912+
"fips-us-east-1" : {
7913+
"credentialScope" : {
7914+
"region" : "us-east-1"
7915+
},
7916+
"deprecated" : true,
7917+
"hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com"
7918+
},
7919+
"fips-us-east-2" : {
7920+
"credentialScope" : {
7921+
"region" : "us-east-2"
7922+
},
7923+
"deprecated" : true,
7924+
"hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com"
7925+
},
7926+
"fips-us-west-1" : {
7927+
"credentialScope" : {
7928+
"region" : "us-west-1"
7929+
},
7930+
"deprecated" : true,
7931+
"hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com"
7932+
},
7933+
"fips-us-west-2" : {
7934+
"credentialScope" : {
7935+
"region" : "us-west-2"
7936+
},
7937+
"deprecated" : true,
7938+
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
7939+
},
7940+
"me-south-1" : { },
7941+
"sa-east-1" : { },
7942+
"us-east-1" : {
7943+
"variants" : [ {
7944+
"hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com",
7945+
"tags" : [ "fips" ]
7946+
} ]
7947+
},
7948+
"us-east-2" : {
7949+
"variants" : [ {
7950+
"hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com",
7951+
"tags" : [ "fips" ]
7952+
} ]
7953+
},
7954+
"us-west-1" : {
7955+
"variants" : [ {
7956+
"hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com",
7957+
"tags" : [ "fips" ]
7958+
} ]
7959+
},
7960+
"us-west-2" : {
7961+
"variants" : [ {
7962+
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com",
7963+
"tags" : [ "fips" ]
7964+
} ]
7965+
}
7966+
}
7967+
},
78957968
"lightsail" : {
78967969
"endpoints" : {
78977970
"ap-northeast-1" : { },

0 commit comments

Comments
 (0)