Skip to content

Commit ac71bd4

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-05-23
1 parent bbe6acd commit ac71bd4

File tree

1 file changed

+20
-36
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+20
-36
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 20 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8718,11 +8718,6 @@
87188718
}
87198719
},
87208720
"iot": {
8721-
"defaults": {
8722-
"credentialScope": {
8723-
"service": "execute-api"
8724-
}
8725-
},
87268721
"endpoints": {
87278722
"ap-east-1": {},
87288723
"ap-northeast-1": {},
@@ -8744,37 +8739,22 @@
87448739
"eu-west-2": {},
87458740
"eu-west-3": {},
87468741
"fips-ca-central-1": {
8747-
"credentialScope": {
8748-
"service": "execute-api"
8749-
},
87508742
"deprecated": true,
87518743
"hostname": "iot-fips.ca-central-1.amazonaws.com"
87528744
},
87538745
"fips-us-east-1": {
8754-
"credentialScope": {
8755-
"service": "execute-api"
8756-
},
87578746
"deprecated": true,
87588747
"hostname": "iot-fips.us-east-1.amazonaws.com"
87598748
},
87608749
"fips-us-east-2": {
8761-
"credentialScope": {
8762-
"service": "execute-api"
8763-
},
87648750
"deprecated": true,
87658751
"hostname": "iot-fips.us-east-2.amazonaws.com"
87668752
},
87678753
"fips-us-west-1": {
8768-
"credentialScope": {
8769-
"service": "execute-api"
8770-
},
87718754
"deprecated": true,
87728755
"hostname": "iot-fips.us-west-1.amazonaws.com"
87738756
},
87748757
"fips-us-west-2": {
8775-
"credentialScope": {
8776-
"service": "execute-api"
8777-
},
87788758
"deprecated": true,
87798759
"hostname": "iot-fips.us-west-2.amazonaws.com"
87808760
},
@@ -11334,6 +11314,25 @@
1133411314
"us-west-2": {}
1133511315
}
1133611316
},
11317+
"mediapackagev2": {
11318+
"endpoints": {
11319+
"ap-northeast-1": {},
11320+
"ap-northeast-2": {},
11321+
"ap-south-1": {},
11322+
"ap-southeast-1": {},
11323+
"ap-southeast-2": {},
11324+
"eu-central-1": {},
11325+
"eu-north-1": {},
11326+
"eu-west-1": {},
11327+
"eu-west-2": {},
11328+
"eu-west-3": {},
11329+
"sa-east-1": {},
11330+
"us-east-1": {},
11331+
"us-east-2": {},
11332+
"us-west-1": {},
11333+
"us-west-2": {}
11334+
}
11335+
},
1133711336
"mediastore": {
1133811337
"endpoints": {
1133911338
"ap-northeast-1": {},
@@ -14268,6 +14267,7 @@
1426814267
"ap-southeast-1": {},
1426914268
"ap-southeast-2": {},
1427014269
"ap-southeast-3": {},
14270+
"ap-southeast-4": {},
1427114271
"ca-central-1": {},
1427214272
"eu-central-1": {},
1427314273
"eu-central-2": {},
@@ -20043,11 +20043,6 @@
2004320043
}
2004420044
},
2004520045
"iot": {
20046-
"defaults": {
20047-
"credentialScope": {
20048-
"service": "execute-api"
20049-
}
20050-
},
2005120046
"endpoints": {
2005220047
"cn-north-1": {},
2005320048
"cn-northwest-1": {}
@@ -23138,23 +23133,12 @@
2313823133
}
2313923134
},
2314023135
"iot": {
23141-
"defaults": {
23142-
"credentialScope": {
23143-
"service": "execute-api"
23144-
}
23145-
},
2314623136
"endpoints": {
2314723137
"fips-us-gov-east-1": {
23148-
"credentialScope": {
23149-
"service": "execute-api"
23150-
},
2315123138
"deprecated": true,
2315223139
"hostname": "iot-fips.us-gov-east-1.amazonaws.com"
2315323140
},
2315423141
"fips-us-gov-west-1": {
23155-
"credentialScope": {
23156-
"service": "execute-api"
23157-
},
2315823142
"deprecated": true,
2315923143
"hostname": "iot-fips.us-gov-west-1.amazonaws.com"
2316023144
},

0 commit comments

Comments
 (0)