Skip to content

Commit 6570862

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-02-27
1 parent 6e976d0 commit 6570862

File tree

1 file changed

+75
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+75
-0
lines changed

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

+75
Original file line numberDiff line numberDiff line change
@@ -8401,6 +8401,41 @@
84018401
"us-west-2": {}
84028402
}
84038403
},
8404+
"internetmonitor": {
8405+
"defaults": {
8406+
"dnsSuffix": "api.aws",
8407+
"variants": [
8408+
{
8409+
"dnsSuffix": "api.aws",
8410+
"hostname": "{service}-fips.{region}.{dnsSuffix}",
8411+
"tags": ["fips"]
8412+
}
8413+
]
8414+
},
8415+
"endpoints": {
8416+
"ap-northeast-3": {
8417+
"hostname": "internetmonitor.ap-northeast-3.api.aws"
8418+
},
8419+
"ap-south-2": {
8420+
"hostname": "internetmonitor.ap-south-2.api.aws"
8421+
},
8422+
"ap-southeast-3": {
8423+
"hostname": "internetmonitor.ap-southeast-3.api.aws"
8424+
},
8425+
"ap-southeast-4": {
8426+
"hostname": "internetmonitor.ap-southeast-4.api.aws"
8427+
},
8428+
"eu-central-2": {
8429+
"hostname": "internetmonitor.eu-central-2.api.aws"
8430+
},
8431+
"eu-south-2": {
8432+
"hostname": "internetmonitor.eu-south-2.api.aws"
8433+
},
8434+
"me-central-1": {
8435+
"hostname": "internetmonitor.me-central-1.api.aws"
8436+
}
8437+
}
8438+
},
84048439
"iot": {
84058440
"defaults": {
84068441
"credentialScope": {
@@ -19048,6 +19083,26 @@
1904819083
"isRegionalized": false,
1904919084
"partitionEndpoint": "aws-cn-global"
1905019085
},
19086+
"internetmonitor": {
19087+
"defaults": {
19088+
"dnsSuffix": "api.amazonwebservices.com.cn",
19089+
"variants": [
19090+
{
19091+
"dnsSuffix": "api.amazonwebservices.com.cn",
19092+
"hostname": "{service}-fips.{region}.{dnsSuffix}",
19093+
"tags": ["fips"]
19094+
}
19095+
]
19096+
},
19097+
"endpoints": {
19098+
"cn-north-1": {
19099+
"hostname": "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
19100+
},
19101+
"cn-northwest-1": {
19102+
"hostname": "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
19103+
}
19104+
}
19105+
},
1905119106
"iot": {
1905219107
"defaults": {
1905319108
"credentialScope": {
@@ -21957,6 +22012,26 @@
2195722012
"us-gov-west-1": {}
2195822013
}
2195922014
},
22015+
"internetmonitor": {
22016+
"defaults": {
22017+
"dnsSuffix": "api.aws",
22018+
"variants": [
22019+
{
22020+
"dnsSuffix": "api.aws",
22021+
"hostname": "{service}-fips.{region}.{dnsSuffix}",
22022+
"tags": ["fips"]
22023+
}
22024+
]
22025+
},
22026+
"endpoints": {
22027+
"us-gov-east-1": {
22028+
"hostname": "internetmonitor.us-gov-east-1.api.aws"
22029+
},
22030+
"us-gov-west-1": {
22031+
"hostname": "internetmonitor.us-gov-west-1.api.aws"
22032+
}
22033+
}
22034+
},
2196022035
"iot": {
2196122036
"defaults": {
2196222037
"credentialScope": {

0 commit comments

Comments
 (0)