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 Mar 21, 2023
1 parent 2506101 commit d1e5193
Showing 1 changed file with 93 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14735,19 +14735,79 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"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"
},
"deprecated" : true,
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "ssm-sap-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "ssm-sap-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "ssm-sap-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
"us-east-1" : {
"variants" : [ {
"hostname" : "ssm-sap-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "ssm-sap-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "ssm-sap-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"sso" : {
Expand Down Expand Up @@ -17638,6 +17698,12 @@
}
}
},
"oam" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"organizations" : {
"endpoints" : {
"aws-cn-global" : {
Expand Down Expand Up @@ -18639,12 +18705,34 @@
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "cassandra.us-gov-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "cassandra.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"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",
"variants" : [ {
"hostname" : "cassandra.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "cassandra.us-gov-west-1.amazonaws.com"
}
}
Expand Down

0 comments on commit d1e5193

Please sign in to comment.