Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 29, 2024
1 parent 938a8b8 commit 8447952
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -14005,14 +14005,19 @@
},
"quicksight" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"api" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -14625,7 +14630,9 @@
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -14664,6 +14671,7 @@
"deprecated" : true,
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
Expand Down Expand Up @@ -21896,7 +21904,8 @@
},
"redshift-serverless" : {
"endpoints" : {
"cn-north-1" : { }
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"resource-groups" : {
Expand Down

0 comments on commit 8447952

Please sign in to comment.