Skip to content

Commit

Permalink
Update to latest partitions and endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 18, 2023
1 parent f22e075 commit 59c5acc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10456,6 +10456,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
Expand All @@ -10475,6 +10476,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
Expand Down Expand Up @@ -20101,14 +20103,26 @@
},
"codepipeline" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
Expand Down

0 comments on commit 59c5acc

Please sign in to comment.