Skip to content

Commit

Permalink
Update to latest endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 30, 2021
1 parent b5d8e54 commit da46a7a
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@
"us-west-2" : { }
}
},
"account" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "account.us-east-1.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"acm" : {
"endpoints" : {
"af-south-1" : { },
Expand Down Expand Up @@ -842,7 +854,11 @@
"protocols" : [ "https" ]
},
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -1116,6 +1132,61 @@
"us-west-2" : { }
}
},
"cloudcontrolapi" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"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-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"clouddirectory" : {
"endpoints" : {
"ap-southeast-1" : { },
Expand Down Expand Up @@ -7845,6 +7916,18 @@
"cn-northwest-1" : { }
}
},
"account" : {
"endpoints" : {
"aws-cn-global" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "account.cn-northwest-1.amazonaws.com.cn"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-cn-global"
},
"acm" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -8955,6 +9038,24 @@
"us-gov-west-1" : { }
}
},
"cloudcontrolapi" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"clouddirectory" : {
"endpoints" : {
"us-gov-west-1" : { }
Expand Down

0 comments on commit da46a7a

Please sign in to comment.