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 29, 2022
1 parent 3147032 commit 043b12a
Showing 1 changed file with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,34 @@
}
}
},
"api.iotdeviceadvisor" : {
"endpoints" : {
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "api.iotdeviceadvisor.eu-west-1.amazonaws.com"
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "api.iotdeviceadvisor.us-east-1.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "api.iotdeviceadvisor.us-west-2.amazonaws.com"
}
}
},
"api.iotwireless" : {
"endpoints" : {
"ap-northeast-1" : {
Expand Down Expand Up @@ -2191,6 +2219,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -8878,6 +8907,12 @@
},
"hostname" : "oidc.eu-north-1.amazonaws.com"
},
"eu-south-1" : {
"credentialScope" : {
"region" : "eu-south-1"
},
"hostname" : "oidc.eu-south-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand Down Expand Up @@ -9815,6 +9850,21 @@
}
}
},
"redshift-serverless" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"rekognition" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -17045,13 +17095,26 @@
},
"lakeformation" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
Expand Down

0 comments on commit 043b12a

Please sign in to comment.