Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-05-23
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 23, 2023
1 parent bbe6acd commit ac71bd4
Showing 1 changed file with 20 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8718,11 +8718,6 @@
}
},
"iot": {
"defaults": {
"credentialScope": {
"service": "execute-api"
}
},
"endpoints": {
"ap-east-1": {},
"ap-northeast-1": {},
Expand All @@ -8744,37 +8739,22 @@
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.us-west-2.amazonaws.com"
},
Expand Down Expand Up @@ -11334,6 +11314,25 @@
"us-west-2": {}
}
},
"mediapackagev2": {
"endpoints": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"eu-central-1": {},
"eu-north-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
}
},
"mediastore": {
"endpoints": {
"ap-northeast-1": {},
Expand Down Expand Up @@ -14268,6 +14267,7 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
Expand Down Expand Up @@ -20043,11 +20043,6 @@
}
},
"iot": {
"defaults": {
"credentialScope": {
"service": "execute-api"
}
},
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
Expand Down Expand Up @@ -23138,23 +23133,12 @@
}
},
"iot": {
"defaults": {
"credentialScope": {
"service": "execute-api"
}
},
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"service": "execute-api"
},
"deprecated": true,
"hostname": "iot-fips.us-gov-west-1.amazonaws.com"
},
Expand Down

0 comments on commit ac71bd4

Please sign in to comment.