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 Aug 29, 2022
1 parent 7aba71b commit 462d046
Showing 1 changed file with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,52 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"cassandra" : {
"endpoints" : {
"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-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "cassandra-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "cassandra-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "cassandra-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : {
"variants" : [ {
"hostname" : "cassandra-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"catalog.marketplace" : {
"endpoints" : {
"us-east-1" : { }
Expand Down Expand Up @@ -14727,6 +14773,12 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-cn-global"
},
"cassandra" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"ce" : {
"endpoints" : {
"aws-cn-global" : {
Expand Down Expand Up @@ -16182,6 +16234,22 @@
}
}
},
"cassandra" : {
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "cassandra.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "cassandra.us-gov-west-1.amazonaws.com"
}
}
},
"cloudcontrolapi" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down

0 comments on commit 462d046

Please sign in to comment.