Skip to content

Commit 6e55901

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-12-11
1 parent 6931902 commit 6e55901

File tree

1 file changed

+68
-179
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+68
-179
lines changed

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

Lines changed: 68 additions & 179 deletions
Original file line numberDiff line numberDiff line change
@@ -7076,6 +7076,10 @@
70767076
},
70777077
"ca-central-1": {
70787078
"variants": [
7079+
{
7080+
"hostname": "dlm-fips.ca-central-1.api.aws",
7081+
"tags": ["dualstack", "fips"]
7082+
},
70797083
{
70807084
"hostname": "dlm.ca-central-1.api.aws",
70817085
"tags": ["dualstack"]
@@ -7084,6 +7088,10 @@
70847088
},
70857089
"ca-west-1": {
70867090
"variants": [
7091+
{
7092+
"hostname": "dlm-fips.ca-west-1.api.aws",
7093+
"tags": ["dualstack", "fips"]
7094+
},
70877095
{
70887096
"hostname": "dlm.ca-west-1.api.aws",
70897097
"tags": ["dualstack"]
@@ -7188,6 +7196,10 @@
71887196
},
71897197
"us-east-1": {
71907198
"variants": [
7199+
{
7200+
"hostname": "dlm-fips.us-east-1.api.aws",
7201+
"tags": ["dualstack", "fips"]
7202+
},
71917203
{
71927204
"hostname": "dlm.us-east-1.api.aws",
71937205
"tags": ["dualstack"]
@@ -7196,6 +7208,10 @@
71967208
},
71977209
"us-east-2": {
71987210
"variants": [
7211+
{
7212+
"hostname": "dlm-fips.us-east-2.api.aws",
7213+
"tags": ["dualstack", "fips"]
7214+
},
71997215
{
72007216
"hostname": "dlm.us-east-2.api.aws",
72017217
"tags": ["dualstack"]
@@ -7204,6 +7220,10 @@
72047220
},
72057221
"us-west-1": {
72067222
"variants": [
7223+
{
7224+
"hostname": "dlm-fips.us-west-1.api.aws",
7225+
"tags": ["dualstack", "fips"]
7226+
},
72077227
{
72087228
"hostname": "dlm.us-west-1.api.aws",
72097229
"tags": ["dualstack"]
@@ -7212,6 +7232,10 @@
72127232
},
72137233
"us-west-2": {
72147234
"variants": [
7235+
{
7236+
"hostname": "dlm-fips.us-west-2.api.aws",
7237+
"tags": ["dualstack", "fips"]
7238+
},
72157239
{
72167240
"hostname": "dlm.us-west-2.api.aws",
72177241
"tags": ["dualstack"]
@@ -23924,38 +23948,8 @@
2392423948
"ap-southeast-3": {},
2392523949
"ap-southeast-4": {},
2392623950
"ap-southeast-5": {},
23927-
"ca-central-1": {
23928-
"variants": [
23929-
{
23930-
"hostname": "streams.dynamodb-fips.ca-central-1.amazonaws.com",
23931-
"tags": ["fips"]
23932-
}
23933-
]
23934-
},
23935-
"ca-central-1-fips": {
23936-
"credentialScope": {
23937-
"region": "ca-central-1"
23938-
},
23939-
"deprecated": true,
23940-
"hostname": "streams.dynamodb-fips.ca-central-1.amazonaws.com",
23941-
"protocols": ["https"]
23942-
},
23943-
"ca-west-1": {
23944-
"variants": [
23945-
{
23946-
"hostname": "streams.dynamodb-fips.ca-west-1.amazonaws.com",
23947-
"tags": ["fips"]
23948-
}
23949-
]
23950-
},
23951-
"ca-west-1-fips": {
23952-
"credentialScope": {
23953-
"region": "ca-west-1"
23954-
},
23955-
"deprecated": true,
23956-
"hostname": "streams.dynamodb-fips.ca-west-1.amazonaws.com",
23957-
"protocols": ["https"]
23958-
},
23951+
"ca-central-1": {},
23952+
"ca-west-1": {},
2395923953
"eu-central-1": {},
2396023954
"eu-central-2": {},
2396123955
"eu-north-1": {},
@@ -23975,70 +23969,10 @@
2397523969
"me-central-1": {},
2397623970
"me-south-1": {},
2397723971
"sa-east-1": {},
23978-
"us-east-1": {
23979-
"variants": [
23980-
{
23981-
"hostname": "streams.dynamodb-fips.us-east-1.amazonaws.com",
23982-
"tags": ["fips"]
23983-
}
23984-
]
23985-
},
23986-
"us-east-1-fips": {
23987-
"credentialScope": {
23988-
"region": "us-east-1"
23989-
},
23990-
"deprecated": true,
23991-
"hostname": "streams.dynamodb-fips.us-east-1.amazonaws.com",
23992-
"protocols": ["https"]
23993-
},
23994-
"us-east-2": {
23995-
"variants": [
23996-
{
23997-
"hostname": "streams.dynamodb-fips.us-east-2.amazonaws.com",
23998-
"tags": ["fips"]
23999-
}
24000-
]
24001-
},
24002-
"us-east-2-fips": {
24003-
"credentialScope": {
24004-
"region": "us-east-2"
24005-
},
24006-
"deprecated": true,
24007-
"hostname": "streams.dynamodb-fips.us-east-2.amazonaws.com",
24008-
"protocols": ["https"]
24009-
},
24010-
"us-west-1": {
24011-
"variants": [
24012-
{
24013-
"hostname": "streams.dynamodb-fips.us-west-1.amazonaws.com",
24014-
"tags": ["fips"]
24015-
}
24016-
]
24017-
},
24018-
"us-west-1-fips": {
24019-
"credentialScope": {
24020-
"region": "us-west-1"
24021-
},
24022-
"deprecated": true,
24023-
"hostname": "streams.dynamodb-fips.us-west-1.amazonaws.com",
24024-
"protocols": ["https"]
24025-
},
24026-
"us-west-2": {
24027-
"variants": [
24028-
{
24029-
"hostname": "streams.dynamodb-fips.us-west-2.amazonaws.com",
24030-
"tags": ["fips"]
24031-
}
24032-
]
24033-
},
24034-
"us-west-2-fips": {
24035-
"credentialScope": {
24036-
"region": "us-west-2"
24037-
},
24038-
"deprecated": true,
24039-
"hostname": "streams.dynamodb-fips.us-west-2.amazonaws.com",
24040-
"protocols": ["https"]
24041-
}
23972+
"us-east-1": {},
23973+
"us-east-2": {},
23974+
"us-west-1": {},
23975+
"us-west-2": {}
2404223976
}
2404323977
},
2404423978
"sts": {
@@ -25266,6 +25200,7 @@
2526625200
"ap-southeast-1": {},
2526725201
"ap-southeast-2": {},
2526825202
"ap-southeast-3": {},
25203+
"ap-southeast-4": {},
2526925204
"ca-central-1": {},
2527025205
"eu-central-1": {},
2527125206
"eu-central-2": {},
@@ -29963,6 +29898,10 @@
2996329898
"endpoints": {
2996429899
"us-gov-east-1": {
2996529900
"variants": [
29901+
{
29902+
"hostname": "dlm-fips.us-gov-east-1.api.aws",
29903+
"tags": ["dualstack", "fips"]
29904+
},
2996629905
{
2996729906
"hostname": "dlm.us-gov-east-1.amazonaws.com",
2996829907
"tags": ["fips"]
@@ -29978,6 +29917,10 @@
2997829917
},
2997929918
"us-gov-west-1": {
2998029919
"variants": [
29920+
{
29921+
"hostname": "dlm-fips.us-gov-west-1.api.aws",
29922+
"tags": ["dualstack", "fips"]
29923+
},
2998129924
{
2998229925
"hostname": "dlm.us-gov-west-1.amazonaws.com",
2998329926
"tags": ["fips"]
@@ -33813,38 +33756,8 @@
3381333756
]
3381433757
},
3381533758
"endpoints": {
33816-
"us-gov-east-1": {
33817-
"variants": [
33818-
{
33819-
"hostname": "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
33820-
"tags": ["fips"]
33821-
}
33822-
]
33823-
},
33824-
"us-gov-east-1-fips": {
33825-
"credentialScope": {
33826-
"region": "us-gov-east-1"
33827-
},
33828-
"deprecated": true,
33829-
"hostname": "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
33830-
"protocols": ["https"]
33831-
},
33832-
"us-gov-west-1": {
33833-
"variants": [
33834-
{
33835-
"hostname": "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
33836-
"tags": ["fips"]
33837-
}
33838-
]
33839-
},
33840-
"us-gov-west-1-fips": {
33841-
"credentialScope": {
33842-
"region": "us-gov-west-1"
33843-
},
33844-
"deprecated": true,
33845-
"hostname": "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
33846-
"protocols": ["https"]
33847-
}
33759+
"us-gov-east-1": {},
33760+
"us-gov-west-1": {}
3384833761
}
3384933762
},
3385033763
"sts": {
@@ -34630,8 +34543,22 @@
3463034543
},
3463134544
"dlm": {
3463234545
"endpoints": {
34633-
"us-iso-east-1": {},
34634-
"us-iso-west-1": {}
34546+
"us-iso-east-1": {
34547+
"variants": [
34548+
{
34549+
"hostname": "dlm-fips.us-iso-east-1.api.aws.ic.gov",
34550+
"tags": ["dualstack", "fips"]
34551+
}
34552+
]
34553+
},
34554+
"us-iso-west-1": {
34555+
"variants": [
34556+
{
34557+
"hostname": "dlm-fips.us-iso-west-1.api.aws.ic.gov",
34558+
"tags": ["dualstack", "fips"]
34559+
}
34560+
]
34561+
}
3463534562
}
3463634563
},
3463734564
"dms": {
@@ -35345,38 +35272,8 @@
3534535272
}
3534635273
},
3534735274
"endpoints": {
35348-
"us-iso-east-1": {
35349-
"variants": [
35350-
{
35351-
"hostname": "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
35352-
"tags": ["fips"]
35353-
}
35354-
]
35355-
},
35356-
"us-iso-east-1-fips": {
35357-
"credentialScope": {
35358-
"region": "us-iso-east-1"
35359-
},
35360-
"deprecated": true,
35361-
"hostname": "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
35362-
"protocols": ["https"]
35363-
},
35364-
"us-iso-west-1": {
35365-
"variants": [
35366-
{
35367-
"hostname": "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
35368-
"tags": ["fips"]
35369-
}
35370-
]
35371-
},
35372-
"us-iso-west-1-fips": {
35373-
"credentialScope": {
35374-
"region": "us-iso-west-1"
35375-
},
35376-
"deprecated": true,
35377-
"hostname": "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
35378-
"protocols": ["https"]
35379-
}
35275+
"us-iso-east-1": {},
35276+
"us-iso-west-1": {}
3538035277
}
3538135278
},
3538235279
"sts": {
@@ -35624,7 +35521,14 @@
3562435521
},
3562535522
"dlm": {
3562635523
"endpoints": {
35627-
"us-isob-east-1": {}
35524+
"us-isob-east-1": {
35525+
"variants": [
35526+
{
35527+
"hostname": "dlm-fips.us-isob-east-1.api.aws.scloud",
35528+
"tags": ["dualstack", "fips"]
35529+
}
35530+
]
35531+
}
3562835532
}
3562935533
},
3563035534
"dms": {
@@ -36135,22 +36039,7 @@
3613536039
"protocols": ["http", "https"]
3613636040
},
3613736041
"endpoints": {
36138-
"us-isob-east-1": {
36139-
"variants": [
36140-
{
36141-
"hostname": "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
36142-
"tags": ["fips"]
36143-
}
36144-
]
36145-
},
36146-
"us-isob-east-1-fips": {
36147-
"credentialScope": {
36148-
"region": "us-isob-east-1"
36149-
},
36150-
"deprecated": true,
36151-
"hostname": "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
36152-
"protocols": ["https"]
36153-
}
36042+
"us-isob-east-1": {}
3615436043
}
3615536044
},
3615636045
"sts": {

0 commit comments

Comments
 (0)