Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-02-27
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 27, 2023
1 parent 6e976d0 commit 6570862
Showing 1 changed file with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8401,6 +8401,41 @@
"us-west-2": {}
}
},
"internetmonitor": {
"defaults": {
"dnsSuffix": "api.aws",
"variants": [
{
"dnsSuffix": "api.aws",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"ap-northeast-3": {
"hostname": "internetmonitor.ap-northeast-3.api.aws"
},
"ap-south-2": {
"hostname": "internetmonitor.ap-south-2.api.aws"
},
"ap-southeast-3": {
"hostname": "internetmonitor.ap-southeast-3.api.aws"
},
"ap-southeast-4": {
"hostname": "internetmonitor.ap-southeast-4.api.aws"
},
"eu-central-2": {
"hostname": "internetmonitor.eu-central-2.api.aws"
},
"eu-south-2": {
"hostname": "internetmonitor.eu-south-2.api.aws"
},
"me-central-1": {
"hostname": "internetmonitor.me-central-1.api.aws"
}
}
},
"iot": {
"defaults": {
"credentialScope": {
Expand Down Expand Up @@ -19048,6 +19083,26 @@
"isRegionalized": false,
"partitionEndpoint": "aws-cn-global"
},
"internetmonitor": {
"defaults": {
"dnsSuffix": "api.amazonwebservices.com.cn",
"variants": [
{
"dnsSuffix": "api.amazonwebservices.com.cn",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"cn-north-1": {
"hostname": "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
},
"cn-northwest-1": {
"hostname": "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
}
}
},
"iot": {
"defaults": {
"credentialScope": {
Expand Down Expand Up @@ -21957,6 +22012,26 @@
"us-gov-west-1": {}
}
},
"internetmonitor": {
"defaults": {
"dnsSuffix": "api.aws",
"variants": [
{
"dnsSuffix": "api.aws",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"us-gov-east-1": {
"hostname": "internetmonitor.us-gov-east-1.api.aws"
},
"us-gov-west-1": {
"hostname": "internetmonitor.us-gov-west-1.api.aws"
}
}
},
"iot": {
"defaults": {
"credentialScope": {
Expand Down

0 comments on commit 6570862

Please sign in to comment.