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 May 2, 2023
1 parent 016f037 commit 9a9fd70
Showing 1 changed file with 78 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7864,45 +7864,27 @@
"ap-northeast-2" : {
"hostname" : "internetmonitor.ap-northeast-2.api.aws"
},
"ap-northeast-3" : {
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
},
"ap-south-1" : {
"hostname" : "internetmonitor.ap-south-1.api.aws"
},
"ap-south-2" : {
"hostname" : "internetmonitor.ap-south-2.api.aws"
},
"ap-southeast-1" : {
"hostname" : "internetmonitor.ap-southeast-1.api.aws"
},
"ap-southeast-2" : {
"hostname" : "internetmonitor.ap-southeast-2.api.aws"
},
"ap-southeast-3" : {
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
},
"ap-southeast-4" : {
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
},
"ca-central-1" : {
"hostname" : "internetmonitor.ca-central-1.api.aws"
},
"eu-central-1" : {
"hostname" : "internetmonitor.eu-central-1.api.aws"
},
"eu-central-2" : {
"hostname" : "internetmonitor.eu-central-2.api.aws"
},
"eu-north-1" : {
"hostname" : "internetmonitor.eu-north-1.api.aws"
},
"eu-south-1" : {
"hostname" : "internetmonitor.eu-south-1.api.aws"
},
"eu-south-2" : {
"hostname" : "internetmonitor.eu-south-2.api.aws"
},
"eu-west-1" : {
"hostname" : "internetmonitor.eu-west-1.api.aws"
},
Expand All @@ -7912,9 +7894,6 @@
"eu-west-3" : {
"hostname" : "internetmonitor.eu-west-3.api.aws"
},
"me-central-1" : {
"hostname" : "internetmonitor.me-central-1.api.aws"
},
"me-south-1" : {
"hostname" : "internetmonitor.me-south-1.api.aws"
},
Expand Down Expand Up @@ -14499,6 +14478,78 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"signer" : {
"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" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "signer-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "signer-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "signer-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "signer-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "signer-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "signer-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "signer-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "signer-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"simspaceweaver" : {
"endpoints" : {
"ap-southeast-1" : { },
Expand Down Expand Up @@ -18501,6 +18552,12 @@
"cn-northwest-1" : { }
}
},
"signer" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"sms" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down

0 comments on commit 9a9fd70

Please sign in to comment.