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 Jul 26, 2023
1 parent f1a126c commit 61540ee
Showing 1 changed file with 50 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14430,67 +14430,67 @@
"endpoints" : {
"af-south-1" : {
"variants" : [ {
"hostname" : "servicediscovery.af-south-1.amazonaws.com",
"hostname" : "servicediscovery.af-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-east-1" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-east-1.amazonaws.com",
"hostname" : "servicediscovery.ap-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-1" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-northeast-1.amazonaws.com",
"hostname" : "servicediscovery.ap-northeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-northeast-2.amazonaws.com",
"hostname" : "servicediscovery.ap-northeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-3" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-northeast-3.amazonaws.com",
"hostname" : "servicediscovery.ap-northeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-south-1.amazonaws.com",
"hostname" : "servicediscovery.ap-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-2" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-south-2.amazonaws.com",
"hostname" : "servicediscovery.ap-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-southeast-1.amazonaws.com",
"hostname" : "servicediscovery.ap-southeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-southeast-2.amazonaws.com",
"hostname" : "servicediscovery.ap-southeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-3" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-southeast-3.amazonaws.com",
"hostname" : "servicediscovery.ap-southeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-4" : {
"variants" : [ {
"hostname" : "servicediscovery.ap-southeast-4.amazonaws.com",
"hostname" : "servicediscovery.ap-southeast-4.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -14499,7 +14499,10 @@
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.ca-central-1.amazonaws.com",
"hostname" : "servicediscovery-fips.ca-central-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -14512,67 +14515,67 @@
},
"eu-central-1" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-central-1.amazonaws.com",
"hostname" : "servicediscovery.eu-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-2" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-central-2.amazonaws.com",
"hostname" : "servicediscovery.eu-central-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-north-1.amazonaws.com",
"hostname" : "servicediscovery.eu-north-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-1" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-south-1.amazonaws.com",
"hostname" : "servicediscovery.eu-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-2" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-south-2.amazonaws.com",
"hostname" : "servicediscovery.eu-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-west-1.amazonaws.com",
"hostname" : "servicediscovery.eu-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-2" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-west-2.amazonaws.com",
"hostname" : "servicediscovery.eu-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-3" : {
"variants" : [ {
"hostname" : "servicediscovery.eu-west-3.amazonaws.com",
"hostname" : "servicediscovery.eu-west-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-central-1" : {
"variants" : [ {
"hostname" : "servicediscovery.me-central-1.amazonaws.com",
"hostname" : "servicediscovery.me-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "servicediscovery.me-south-1.amazonaws.com",
"hostname" : "servicediscovery.me-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"hostname" : "servicediscovery.sa-east-1.amazonaws.com",
"hostname" : "servicediscovery.sa-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -14581,7 +14584,10 @@
"hostname" : "servicediscovery-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.us-east-1.amazonaws.com",
"hostname" : "servicediscovery-fips.us-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.us-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -14597,7 +14603,10 @@
"hostname" : "servicediscovery-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.us-east-2.amazonaws.com",
"hostname" : "servicediscovery-fips.us-east-2.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.us-east-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -14613,7 +14622,10 @@
"hostname" : "servicediscovery-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.us-west-1.amazonaws.com",
"hostname" : "servicediscovery-fips.us-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.us-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -14629,7 +14641,10 @@
"hostname" : "servicediscovery-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.us-west-2.amazonaws.com",
"hostname" : "servicediscovery-fips.us-west-2.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.us-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand Down Expand Up @@ -18996,13 +19011,13 @@
"endpoints" : {
"cn-north-1" : {
"variants" : [ {
"hostname" : "servicediscovery.cn-north-1.amazonaws.com.cn",
"hostname" : "servicediscovery.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "servicediscovery.cn-northwest-1.amazonaws.com.cn",
"hostname" : "servicediscovery.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
Expand Down Expand Up @@ -22879,6 +22894,9 @@
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
Expand All @@ -22895,6 +22913,9 @@
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
Expand Down

0 comments on commit 61540ee

Please sign in to comment.