File tree Expand file tree Collapse file tree 4 files changed +110
-21
lines changed
services/support/src/main/resources/codegen-resources Expand file tree Collapse file tree 4 files changed +110
-21
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Support" ,
4
+ "contributor" : " " ,
5
+ "description" : " Releasing minor endpoint updates."
6
+ }
Original file line number Diff line number Diff line change 40
40
]
41
41
}
42
42
],
43
- "type" : " tree" ,
44
43
"rules" : [
45
44
{
46
45
"conditions" : [
83
82
},
84
83
"type" : " endpoint"
85
84
}
86
- ]
85
+ ],
86
+ "type" : " tree"
87
87
},
88
88
{
89
89
"conditions" : [
96
96
]
97
97
}
98
98
],
99
- "type" : " tree" ,
100
99
"rules" : [
101
100
{
102
101
"conditions" : [
110
109
"assign" : " PartitionResult"
111
110
}
112
111
],
113
- "type" : " tree" ,
114
112
"rules" : [
115
113
{
116
114
"conditions" : [
265
263
},
266
264
"type" : " endpoint"
267
265
},
266
+ {
267
+ "conditions" : [
268
+ {
269
+ "fn" : " stringEquals" ,
270
+ "argv" : [
271
+ {
272
+ "fn" : " getAttr" ,
273
+ "argv" : [
274
+ {
275
+ "ref" : " PartitionResult"
276
+ },
277
+ " name"
278
+ ]
279
+ },
280
+ " aws-us-gov"
281
+ ]
282
+ },
283
+ {
284
+ "fn" : " booleanEquals" ,
285
+ "argv" : [
286
+ {
287
+ "ref" : " UseFIPS"
288
+ },
289
+ true
290
+ ]
291
+ },
292
+ {
293
+ "fn" : " booleanEquals" ,
294
+ "argv" : [
295
+ {
296
+ "ref" : " UseDualStack"
297
+ },
298
+ false
299
+ ]
300
+ }
301
+ ],
302
+ "endpoint" : {
303
+ "url" : " https://support.us-gov-west-1.amazonaws.com" ,
304
+ "properties" : {
305
+ "authSchemes" : [
306
+ {
307
+ "name" : " sigv4" ,
308
+ "signingName" : " support" ,
309
+ "signingRegion" : " us-gov-west-1"
310
+ }
311
+ ]
312
+ },
313
+ "headers" : {}
314
+ },
315
+ "type" : " endpoint"
316
+ },
268
317
{
269
318
"conditions" : [
270
319
{
388
437
]
389
438
}
390
439
],
391
- "type" : " tree" ,
392
440
"rules" : [
393
441
{
394
442
"conditions" : [
423
471
]
424
472
}
425
473
],
426
- "type" : " tree" ,
427
474
"rules" : [
428
475
{
429
476
"conditions" : [],
434
481
},
435
482
"type" : " endpoint"
436
483
}
437
- ]
484
+ ],
485
+ "type" : " tree"
438
486
},
439
487
{
440
488
"conditions" : [],
441
489
"error" : " FIPS and DualStack are enabled, but this partition does not support one or both" ,
442
490
"type" : " error"
443
491
}
444
- ]
492
+ ],
493
+ "type" : " tree"
445
494
},
446
495
{
447
496
"conditions" : [
455
504
]
456
505
}
457
506
],
458
- "type" : " tree" ,
459
507
"rules" : [
460
508
{
461
509
"conditions" : [
462
510
{
463
511
"fn" : " booleanEquals" ,
464
512
"argv" : [
465
- true ,
466
513
{
467
514
"fn" : " getAttr" ,
468
515
"argv" : [
471
518
},
472
519
" supportsFIPS"
473
520
]
474
- }
521
+ },
522
+ true
475
523
]
476
524
}
477
525
],
478
- "type" : " tree" ,
479
526
"rules" : [
480
527
{
481
528
"conditions" : [],
486
533
},
487
534
"type" : " endpoint"
488
535
}
489
- ]
536
+ ],
537
+ "type" : " tree"
490
538
},
491
539
{
492
540
"conditions" : [],
493
541
"error" : " FIPS is enabled but this partition does not support FIPS" ,
494
542
"type" : " error"
495
543
}
496
- ]
544
+ ],
545
+ "type" : " tree"
497
546
},
498
547
{
499
548
"conditions" : [
507
556
]
508
557
}
509
558
],
510
- "type" : " tree" ,
511
559
"rules" : [
512
560
{
513
561
"conditions" : [
527
575
]
528
576
}
529
577
],
530
- "type" : " tree" ,
531
578
"rules" : [
532
579
{
533
580
"conditions" : [],
538
585
},
539
586
"type" : " endpoint"
540
587
}
541
- ]
588
+ ],
589
+ "type" : " tree"
542
590
},
543
591
{
544
592
"conditions" : [],
545
593
"error" : " DualStack is enabled but this partition does not support DualStack" ,
546
594
"type" : " error"
547
595
}
548
- ]
596
+ ],
597
+ "type" : " tree"
549
598
},
550
599
{
551
600
"conditions" : [],
556
605
},
557
606
"type" : " endpoint"
558
607
}
559
- ]
608
+ ],
609
+ "type" : " tree"
560
610
}
561
- ]
611
+ ],
612
+ "type" : " tree"
562
613
},
563
614
{
564
615
"conditions" : [],
Original file line number Diff line number Diff line change 188
188
"UseDualStack" : false
189
189
}
190
190
},
191
+ {
192
+ "documentation" : " For region aws-us-gov-global with FIPS enabled and DualStack disabled" ,
193
+ "expect" : {
194
+ "endpoint" : {
195
+ "properties" : {
196
+ "authSchemes" : [
197
+ {
198
+ "name" : " sigv4" ,
199
+ "signingName" : " support" ,
200
+ "signingRegion" : " us-gov-west-1"
201
+ }
202
+ ]
203
+ },
204
+ "url" : " https://support.us-gov-west-1.amazonaws.com"
205
+ }
206
+ },
207
+ "params" : {
208
+ "Region" : " aws-us-gov-global" ,
209
+ "UseFIPS" : true ,
210
+ "UseDualStack" : false
211
+ }
212
+ },
191
213
{
192
214
"documentation" : " For region us-gov-east-1 with FIPS enabled and DualStack enabled" ,
193
215
"expect" : {
205
227
"documentation" : " For region us-gov-east-1 with FIPS enabled and DualStack disabled" ,
206
228
"expect" : {
207
229
"endpoint" : {
208
- "url" : " https://support-fips.us-gov-east-1.amazonaws.com"
230
+ "properties" : {
231
+ "authSchemes" : [
232
+ {
233
+ "name" : " sigv4" ,
234
+ "signingName" : " support" ,
235
+ "signingRegion" : " us-gov-west-1"
236
+ }
237
+ ]
238
+ },
239
+ "url" : " https://support.us-gov-west-1.amazonaws.com"
209
240
}
210
241
},
211
242
"params" : {
Original file line number Diff line number Diff line change 5
5
"endpointPrefix" :" support" ,
6
6
"jsonVersion" :" 1.1" ,
7
7
"protocol" :" json" ,
8
+ "protocols" :[" json" ],
8
9
"serviceFullName" :" AWS Support" ,
9
10
"serviceId" :" Support" ,
10
11
"signatureVersion" :" v4" ,
You can’t perform that action at this time.
0 commit comments