File tree Expand file tree Collapse file tree 3 files changed +161
-0
lines changed
services/organizations/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +161
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Organizations" ,
4
+ "contributor" : " " ,
5
+ "description" : " Releasing minor partitional endpoint updates."
6
+ }
Original file line number Diff line number Diff line change 416
416
},
417
417
"type" : " endpoint"
418
418
},
419
+ {
420
+ "conditions" : [
421
+ {
422
+ "fn" : " stringEquals" ,
423
+ "argv" : [
424
+ {
425
+ "fn" : " getAttr" ,
426
+ "argv" : [
427
+ {
428
+ "ref" : " PartitionResult"
429
+ },
430
+ " name"
431
+ ]
432
+ },
433
+ " aws-iso-b"
434
+ ]
435
+ },
436
+ {
437
+ "fn" : " booleanEquals" ,
438
+ "argv" : [
439
+ {
440
+ "ref" : " UseFIPS"
441
+ },
442
+ false
443
+ ]
444
+ },
445
+ {
446
+ "fn" : " booleanEquals" ,
447
+ "argv" : [
448
+ {
449
+ "ref" : " UseDualStack"
450
+ },
451
+ false
452
+ ]
453
+ }
454
+ ],
455
+ "endpoint" : {
456
+ "url" : " https://organizations.us-isob-east-1.sc2s.sgov.gov" ,
457
+ "properties" : {
458
+ "authSchemes" : [
459
+ {
460
+ "name" : " sigv4" ,
461
+ "signingName" : " organizations" ,
462
+ "signingRegion" : " us-isob-east-1"
463
+ }
464
+ ]
465
+ },
466
+ "headers" : {}
467
+ },
468
+ "type" : " endpoint"
469
+ },
470
+ {
471
+ "conditions" : [
472
+ {
473
+ "fn" : " stringEquals" ,
474
+ "argv" : [
475
+ {
476
+ "fn" : " getAttr" ,
477
+ "argv" : [
478
+ {
479
+ "ref" : " PartitionResult"
480
+ },
481
+ " name"
482
+ ]
483
+ },
484
+ " aws-iso-f"
485
+ ]
486
+ },
487
+ {
488
+ "fn" : " booleanEquals" ,
489
+ "argv" : [
490
+ {
491
+ "ref" : " UseFIPS"
492
+ },
493
+ false
494
+ ]
495
+ },
496
+ {
497
+ "fn" : " booleanEquals" ,
498
+ "argv" : [
499
+ {
500
+ "ref" : " UseDualStack"
501
+ },
502
+ false
503
+ ]
504
+ }
505
+ ],
506
+ "endpoint" : {
507
+ "url" : " https://organizations.us-isof-south-1.csp.hci.ic.gov" ,
508
+ "properties" : {
509
+ "authSchemes" : [
510
+ {
511
+ "name" : " sigv4" ,
512
+ "signingName" : " organizations" ,
513
+ "signingRegion" : " us-isof-south-1"
514
+ }
515
+ ]
516
+ },
517
+ "headers" : {}
518
+ },
519
+ "type" : " endpoint"
520
+ },
419
521
{
420
522
"conditions" : [
421
523
{
Original file line number Diff line number Diff line change 390
390
"UseDualStack" : false
391
391
}
392
392
},
393
+ {
394
+ "documentation" : " For region aws-iso-b-global with FIPS disabled and DualStack disabled" ,
395
+ "expect" : {
396
+ "endpoint" : {
397
+ "properties" : {
398
+ "authSchemes" : [
399
+ {
400
+ "name" : " sigv4" ,
401
+ "signingName" : " organizations" ,
402
+ "signingRegion" : " us-isob-east-1"
403
+ }
404
+ ]
405
+ },
406
+ "url" : " https://organizations.us-isob-east-1.sc2s.sgov.gov"
407
+ }
408
+ },
409
+ "params" : {
410
+ "Region" : " aws-iso-b-global" ,
411
+ "UseFIPS" : false ,
412
+ "UseDualStack" : false
413
+ }
414
+ },
393
415
{
394
416
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
395
417
"expect" : {
429
451
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
430
452
"expect" : {
431
453
"endpoint" : {
454
+ "properties" : {
455
+ "authSchemes" : [
456
+ {
457
+ "name" : " sigv4" ,
458
+ "signingName" : " organizations" ,
459
+ "signingRegion" : " us-isob-east-1"
460
+ }
461
+ ]
462
+ },
432
463
"url" : " https://organizations.us-isob-east-1.sc2s.sgov.gov"
433
464
}
434
465
},
438
469
"UseDualStack" : false
439
470
}
440
471
},
472
+ {
473
+ "documentation" : " For region us-isof-south-1 with FIPS disabled and DualStack disabled" ,
474
+ "expect" : {
475
+ "endpoint" : {
476
+ "properties" : {
477
+ "authSchemes" : [
478
+ {
479
+ "name" : " sigv4" ,
480
+ "signingName" : " organizations" ,
481
+ "signingRegion" : " us-isof-south-1"
482
+ }
483
+ ]
484
+ },
485
+ "url" : " https://organizations.us-isof-south-1.csp.hci.ic.gov"
486
+ }
487
+ },
488
+ "params" : {
489
+ "Region" : " us-isof-south-1" ,
490
+ "UseFIPS" : false ,
491
+ "UseDualStack" : false
492
+ }
493
+ },
441
494
{
442
495
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
443
496
"expect" : {
You can’t perform that action at this time.
0 commit comments