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 Jun 6, 2022
1 parent 7c6d535 commit 64c1d77
Showing 1 changed file with 67 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6567,6 +6567,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
Expand Down Expand Up @@ -6607,6 +6608,12 @@
},
"hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "data.iotevents.ca-central-1.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -6740,15 +6747,35 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-west-1" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "iotsitewise-fips.us-east-2.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand All @@ -6762,6 +6789,12 @@
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "iotsitewise-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com",
Expand Down Expand Up @@ -8186,6 +8219,32 @@
}
}
},
"memory-db" : {
"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" : { },
"fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "memory-db-fips.us-west-1.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"messaging-chime" : {
"endpoints" : {
"eu-central-1" : { },
Expand Down Expand Up @@ -14135,6 +14194,12 @@
}
}
},
"memory-db" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"monitoring" : {
"defaults" : {
"protocols" : [ "http", "https" ]
Expand Down Expand Up @@ -17438,32 +17503,8 @@
} ]
},
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "servicecatalog-appregistry.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "servicecatalog-appregistry.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "servicecatalog-appregistry.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "servicecatalog-appregistry.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"servicediscovery" : {
Expand Down

0 comments on commit 64c1d77

Please sign in to comment.