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 Jan 16, 2025
1 parent d387f9c commit de0c8ef
Showing 1 changed file with 132 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18598,26 +18598,126 @@
},
"resiliencehub" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
"af-south-1" : {
"variants" : [ {
"hostname" : "resiliencehub.af-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-east-1" : {
"variants" : [ {
"hostname" : "resiliencehub.ap-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-1" : {
"variants" : [ {
"hostname" : "resiliencehub.ap-northeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"hostname" : "resiliencehub.ap-northeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"hostname" : "resiliencehub.ap-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "resiliencehub.ap-southeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"hostname" : "resiliencehub.ap-southeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "resiliencehub.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"hostname" : "resiliencehub.eu-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "resiliencehub.eu-north-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-1" : {
"variants" : [ {
"hostname" : "resiliencehub.eu-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "resiliencehub.eu-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-2" : {
"variants" : [ {
"hostname" : "resiliencehub.eu-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-3" : {
"variants" : [ {
"hostname" : "resiliencehub.eu-west-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "resiliencehub.me-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"hostname" : "resiliencehub.sa-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"hostname" : "resiliencehub.us-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "resiliencehub.us-east-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "resiliencehub.us-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "resiliencehub.us-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
},
"resource-explorer-2" : {
Expand Down Expand Up @@ -31220,12 +31320,24 @@
"variants" : [ {
"hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "resiliencehub-fips.us-gov-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "resiliencehub.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "resiliencehub-fips.us-gov-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "resiliencehub.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down

0 comments on commit de0c8ef

Please sign in to comment.