File tree 3 files changed +68
-2
lines changed
codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen
3 files changed +68
-2
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,14 @@ const regionHash: RegionHash = {
203
203
} ,
204
204
] ,
205
205
} ,
206
+ "us-isob-east-1" : {
207
+ variants : [
208
+ {
209
+ hostname : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov" ,
210
+ tags : [ "fips" ] ,
211
+ } ,
212
+ ] ,
213
+ } ,
206
214
"us-west-1" : {
207
215
variants : [
208
216
{
@@ -326,7 +334,7 @@ const partitionHash: PartitionHash = {
326
334
] ,
327
335
} ,
328
336
"aws-iso-b" : {
329
- regions : [ "us-isob-east-1" ] ,
337
+ regions : [ "fips-us-isob-east-1" , " us-isob-east-1"] ,
330
338
regionRegex : "^us\\-isob\\-\\w+\\-\\d+$" ,
331
339
variants : [
332
340
{
Original file line number Diff line number Diff line change @@ -107,6 +107,19 @@ const regionHash: RegionHash = {
107
107
] ,
108
108
signingRegion : "ap-southeast-2" ,
109
109
} ,
110
+ "ap-southeast-3" : {
111
+ variants : [
112
+ {
113
+ hostname : "waf-regional.ap-southeast-3.amazonaws.com" ,
114
+ tags : [ ] ,
115
+ } ,
116
+ {
117
+ hostname : "waf-regional-fips.ap-southeast-3.amazonaws.com" ,
118
+ tags : [ "fips" ] ,
119
+ } ,
120
+ ] ,
121
+ signingRegion : "ap-southeast-3" ,
122
+ } ,
110
123
"ca-central-1" : {
111
124
variants : [
112
125
{
@@ -357,6 +370,7 @@ const partitionHash: PartitionHash = {
357
370
"fips-ap-south-1" ,
358
371
"fips-ap-southeast-1" ,
359
372
"fips-ap-southeast-2" ,
373
+ "fips-ap-southeast-3" ,
360
374
"fips-ca-central-1" ,
361
375
"fips-eu-central-1" ,
362
376
"fips-eu-north-1" ,
Original file line number Diff line number Diff line change 318
318
"ap-south-1": {},
319
319
"ap-southeast-1": {},
320
320
"ap-southeast-2": {},
321
+ "ap-southeast-3": {},
321
322
"ca-central-1": {
322
323
"variants": [
323
324
{
1619
1620
"eu-central-1": {},
1620
1621
"eu-north-1": {},
1621
1622
"eu-west-1": {},
1623
+ "eu-west-2": {},
1622
1624
"us-east-1": {},
1623
1625
"us-east-2": {},
1624
1626
"us-west-2": {}
2185
2187
},
2186
2188
"cloudhsm": {
2187
2189
"endpoints": {
2188
- "eu-west-1": {},
2189
2190
"us-east-1": {}
2190
2191
}
2191
2192
},
14136
14137
}
14137
14138
]
14138
14139
},
14140
+ "ap-southeast-3": {
14141
+ "credentialScope": {
14142
+ "region": "ap-southeast-3"
14143
+ },
14144
+ "hostname": "waf-regional.ap-southeast-3.amazonaws.com",
14145
+ "variants": [
14146
+ {
14147
+ "hostname": "waf-regional-fips.ap-southeast-3.amazonaws.com",
14148
+ "tags": ["fips"]
14149
+ }
14150
+ ]
14151
+ },
14139
14152
"ca-central-1": {
14140
14153
"credentialScope": {
14141
14154
"region": "ca-central-1"
14276
14289
"deprecated": true,
14277
14290
"hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com"
14278
14291
},
14292
+ "fips-ap-southeast-3": {
14293
+ "credentialScope": {
14294
+ "region": "ap-southeast-3"
14295
+ },
14296
+ "deprecated": true,
14297
+ "hostname": "waf-regional-fips.ap-southeast-3.amazonaws.com"
14298
+ },
14279
14299
"fips-ca-central-1": {
14280
14300
"credentialScope": {
14281
14301
"region": "ca-central-1"
18567
18587
}
18568
18588
}
18569
18589
},
18590
+ "robomaker": {
18591
+ "endpoints": {
18592
+ "us-gov-west-1": {}
18593
+ }
18594
+ },
18570
18595
"route53": {
18571
18596
"endpoints": {
18572
18597
"aws-us-gov-global": {
20434
20459
"us-isob-east-1": {}
20435
20460
}
20436
20461
},
20462
+ "elasticfilesystem": {
20463
+ "endpoints": {
20464
+ "fips-us-isob-east-1": {
20465
+ "credentialScope": {
20466
+ "region": "us-isob-east-1"
20467
+ },
20468
+ "deprecated": true,
20469
+ "hostname": "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
20470
+ },
20471
+ "us-isob-east-1": {
20472
+ "variants": [
20473
+ {
20474
+ "hostname": "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
20475
+ "tags": ["fips"]
20476
+ }
20477
+ ]
20478
+ }
20479
+ }
20480
+ },
20437
20481
"elasticloadbalancing": {
20438
20482
"endpoints": {
20439
20483
"us-isob-east-1": {
You can’t perform that action at this time.
0 commit comments