Skip to content

Commit d31dbd8

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-21
1 parent ebb76ad commit d31dbd8

File tree

1 file changed

+92
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+92
-2
lines changed

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

+92-2
Original file line numberDiff line numberDiff line change
@@ -4622,6 +4622,10 @@
46224622
"hostname": "cleanrooms-fips.us-east-1.amazonaws.com",
46234623
"tags": ["fips"]
46244624
},
4625+
{
4626+
"hostname": "cleanrooms-fips.us-east-1.api.aws",
4627+
"tags": ["dualstack", "fips"]
4628+
},
46254629
{
46264630
"hostname": "cleanrooms.us-east-1.api.aws",
46274631
"tags": ["dualstack"]
@@ -4634,6 +4638,10 @@
46344638
"hostname": "cleanrooms-fips.us-east-2.amazonaws.com",
46354639
"tags": ["fips"]
46364640
},
4641+
{
4642+
"hostname": "cleanrooms-fips.us-east-2.api.aws",
4643+
"tags": ["dualstack", "fips"]
4644+
},
46374645
{
46384646
"hostname": "cleanrooms.us-east-2.api.aws",
46394647
"tags": ["dualstack"]
@@ -4646,6 +4654,10 @@
46464654
"hostname": "cleanrooms-fips.us-west-2.amazonaws.com",
46474655
"tags": ["fips"]
46484656
},
4657+
{
4658+
"hostname": "cleanrooms-fips.us-west-2.api.aws",
4659+
"tags": ["dualstack", "fips"]
4660+
},
46494661
{
46504662
"hostname": "cleanrooms.us-west-2.api.aws",
46514663
"tags": ["dualstack"]
@@ -9163,6 +9175,7 @@
91639175
"ap-southeast-3": {},
91649176
"ap-southeast-4": {},
91659177
"ap-southeast-5": {},
9178+
"ap-southeast-7": {},
91669179
"ca-central-1": {
91679180
"variants": [
91689181
{
@@ -9232,6 +9245,7 @@
92329245
"il-central-1": {},
92339246
"me-central-1": {},
92349247
"me-south-1": {},
9248+
"mx-central-1": {},
92359249
"sa-east-1": {},
92369250
"us-east-1": {
92379251
"variants": [
@@ -11449,7 +11463,14 @@
1144911463
}
1145011464
},
1145111465
"endpoints": {
11452-
"us-east-1": {}
11466+
"us-east-1": {
11467+
"variants": [
11468+
{
11469+
"hostname": "entitlement-marketplace.us-east-1.api.aws",
11470+
"tags": ["dualstack"]
11471+
}
11472+
]
11473+
}
1145311474
}
1145411475
},
1145511476
"es": {
@@ -13918,6 +13939,10 @@
1391813939
{
1391913940
"hostname": "iam-fips.amazonaws.com",
1392013941
"tags": ["fips"]
13942+
},
13943+
{
13944+
"hostname": "iam.global.api.aws",
13945+
"tags": ["dualstack"]
1392113946
}
1392213947
]
1392313948
},
@@ -23103,6 +23128,10 @@
2310323128
},
2310423129
"ca-central-1": {
2310523130
"variants": [
23131+
{
23132+
"hostname": "route53profiles-fips.ca-central-1.api.aws",
23133+
"tags": ["dualstack", "fips"]
23134+
},
2310623135
{
2310723136
"hostname": "route53profiles.ca-central-1.api.aws",
2310823137
"tags": ["dualstack"]
@@ -23111,6 +23140,10 @@
2311123140
},
2311223141
"ca-west-1": {
2311323142
"variants": [
23143+
{
23144+
"hostname": "route53profiles-fips.ca-west-1.api.aws",
23145+
"tags": ["dualstack", "fips"]
23146+
},
2311423147
{
2311523148
"hostname": "route53profiles.ca-west-1.api.aws",
2311623149
"tags": ["dualstack"]
@@ -23215,6 +23248,10 @@
2321523248
},
2321623249
"us-east-1": {
2321723250
"variants": [
23251+
{
23252+
"hostname": "route53profiles-fips.us-east-1.api.aws",
23253+
"tags": ["dualstack", "fips"]
23254+
},
2321823255
{
2321923256
"hostname": "route53profiles.us-east-1.api.aws",
2322023257
"tags": ["dualstack"]
@@ -23223,6 +23260,10 @@
2322323260
},
2322423261
"us-east-2": {
2322523262
"variants": [
23263+
{
23264+
"hostname": "route53profiles-fips.us-east-2.api.aws",
23265+
"tags": ["dualstack", "fips"]
23266+
},
2322623267
{
2322723268
"hostname": "route53profiles.us-east-2.api.aws",
2322823269
"tags": ["dualstack"]
@@ -23231,6 +23272,10 @@
2323123272
},
2323223273
"us-west-1": {
2323323274
"variants": [
23275+
{
23276+
"hostname": "route53profiles-fips.us-west-1.api.aws",
23277+
"tags": ["dualstack", "fips"]
23278+
},
2323423279
{
2323523280
"hostname": "route53profiles.us-west-1.api.aws",
2323623281
"tags": ["dualstack"]
@@ -23239,6 +23284,10 @@
2323923284
},
2324023285
"us-west-2": {
2324123286
"variants": [
23287+
{
23288+
"hostname": "route53profiles-fips.us-west-2.api.aws",
23289+
"tags": ["dualstack", "fips"]
23290+
},
2324223291
{
2324323292
"hostname": "route53profiles.us-west-2.api.aws",
2324423293
"tags": ["dualstack"]
@@ -35524,9 +35573,17 @@
3552435573
"endpoints": {
3552535574
"us-gov-east-1": {
3552635575
"variants": [
35576+
{
35577+
"hostname": "dlm-fips.us-gov-east-1.api.aws",
35578+
"tags": ["dualstack", "fips"]
35579+
},
3552735580
{
3552835581
"hostname": "dlm.us-gov-east-1.amazonaws.com",
3552935582
"tags": ["fips"]
35583+
},
35584+
{
35585+
"hostname": "dlm.us-gov-east-1.api.aws",
35586+
"tags": ["dualstack"]
3553035587
}
3553135588
]
3553235589
},
@@ -35539,9 +35596,17 @@
3553935596
},
3554035597
"us-gov-west-1": {
3554135598
"variants": [
35599+
{
35600+
"hostname": "dlm-fips.us-gov-west-1.api.aws",
35601+
"tags": ["dualstack", "fips"]
35602+
},
3554235603
{
3554335604
"hostname": "dlm.us-gov-west-1.amazonaws.com",
3554435605
"tags": ["fips"]
35606+
},
35607+
{
35608+
"hostname": "dlm.us-gov-west-1.api.aws",
35609+
"tags": ["dualstack"]
3554535610
}
3554635611
]
3554735612
},
@@ -38465,6 +38530,10 @@
3846538530
"endpoints": {
3846638531
"us-gov-east-1": {
3846738532
"variants": [
38533+
{
38534+
"hostname": "route53profiles-fips.us-gov-east-1.api.aws",
38535+
"tags": ["dualstack", "fips"]
38536+
},
3846838537
{
3846938538
"hostname": "route53profiles.us-gov-east-1.api.aws",
3847038539
"tags": ["dualstack"]
@@ -38473,6 +38542,10 @@
3847338542
},
3847438543
"us-gov-west-1": {
3847538544
"variants": [
38545+
{
38546+
"hostname": "route53profiles-fips.us-gov-west-1.api.aws",
38547+
"tags": ["dualstack", "fips"]
38548+
},
3847638549
{
3847738550
"hostname": "route53profiles.us-gov-west-1.api.aws",
3847838551
"tags": ["dualstack"]
@@ -39230,6 +39303,14 @@
3923039303
{
3923139304
"hostname": "snowball-fips.us-gov-east-1.amazonaws.com",
3923239305
"tags": ["fips"]
39306+
},
39307+
{
39308+
"hostname": "snowball-fips.us-gov-east-1.api.aws",
39309+
"tags": ["dualstack", "fips"]
39310+
},
39311+
{
39312+
"hostname": "snowball.us-gov-east-1.api.aws",
39313+
"tags": ["dualstack"]
3923339314
}
3923439315
]
3923539316
},
@@ -39238,6 +39319,14 @@
3923839319
{
3923939320
"hostname": "snowball-fips.us-gov-west-1.amazonaws.com",
3924039321
"tags": ["fips"]
39322+
},
39323+
{
39324+
"hostname": "snowball-fips.us-gov-west-1.api.aws",
39325+
"tags": ["dualstack", "fips"]
39326+
},
39327+
{
39328+
"hostname": "snowball.us-gov-west-1.api.aws",
39329+
"tags": ["dualstack"]
3924139330
}
3924239331
]
3924339332
}
@@ -40795,7 +40884,8 @@
4079540884
},
4079640885
"oam": {
4079740886
"endpoints": {
40798-
"us-iso-east-1": {}
40887+
"us-iso-east-1": {},
40888+
"us-iso-west-1": {}
4079940889
}
4080040890
},
4080140891
"organizations": {

0 commit comments

Comments
 (0)