Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 10, 2023
1 parent b964f5c commit 1bc2f05
Showing 1 changed file with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand All @@ -471,6 +472,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -6471,6 +6473,7 @@
"tags" : [ "fips" ]
} ]
},
"ap-south-2" : { },
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "fms-fips.ap-southeast-1.amazonaws.com",
Expand All @@ -6496,13 +6499,15 @@
"tags" : [ "fips" ]
} ]
},
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : {
"variants" : [ {
"hostname" : "fms-fips.eu-south-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-south-2" : { },
"eu-west-1" : {
"variants" : [ {
"hostname" : "fms-fips.eu-west-1.amazonaws.com",
Expand Down Expand Up @@ -9435,15 +9440,23 @@
},
"license-manager-linux-subscriptions" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -9475,6 +9488,8 @@
"deprecated" : true,
"hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
Expand Down Expand Up @@ -12627,6 +12642,7 @@
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -17515,7 +17531,10 @@
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : { },
"cn-north-1" : {
"hostname" : "data.ats.iot.cn-north-1.amazonaws.com.cn",
"protocols" : [ "https" ]
},
"cn-northwest-1" : { }
}
},
Expand Down

0 comments on commit 1bc2f05

Please sign in to comment.