Skip to content

Commit 1330792

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-08-18
1 parent d57dcd2 commit 1330792

File tree

1 file changed

+13
-8
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25542,14 +25542,14 @@
2554225542
"variants": [
2554325543
{
2554425544
"hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com",
25545-
"tags": ["dualstack", "fips"]
25545+
"tags": ["fips"]
2554625546
},
2554725547
{
25548-
"hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com",
25549-
"tags": ["fips"]
25548+
"hostname": "servicediscovery-fips.us-gov-east-1.api.aws",
25549+
"tags": ["dualstack", "fips"]
2555025550
},
2555125551
{
25552-
"hostname": "servicediscovery.us-gov-east-1.amazonaws.com",
25552+
"hostname": "servicediscovery.us-gov-east-1.api.aws",
2555325553
"tags": ["dualstack"]
2555425554
}
2555525555
]
@@ -25565,14 +25565,14 @@
2556525565
"variants": [
2556625566
{
2556725567
"hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com",
25568-
"tags": ["dualstack", "fips"]
25568+
"tags": ["fips"]
2556925569
},
2557025570
{
25571-
"hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com",
25572-
"tags": ["fips"]
25571+
"hostname": "servicediscovery-fips.us-gov-west-1.api.aws",
25572+
"tags": ["dualstack", "fips"]
2557325573
},
2557425574
{
25575-
"hostname": "servicediscovery.us-gov-west-1.amazonaws.com",
25575+
"hostname": "servicediscovery.us-gov-west-1.api.aws",
2557625576
"tags": ["dualstack"]
2557725577
}
2557825578
]
@@ -27351,6 +27351,11 @@
2735127351
"us-isob-east-1": {}
2735227352
}
2735327353
},
27354+
"outposts": {
27355+
"endpoints": {
27356+
"us-isob-east-1": {}
27357+
}
27358+
},
2735427359
"ram": {
2735527360
"endpoints": {
2735627361
"us-isob-east-1": {}

0 commit comments

Comments
 (0)