Skip to content

Commit ca684e0

Browse files
author
AWS
committed
AWS Organizations Update: Releasing minor partitional endpoint updates.
1 parent 09c8a85 commit ca684e0

File tree

3 files changed

+161
-0
lines changed

3 files changed

+161
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Organizations",
4+
"contributor": "",
5+
"description": "Releasing minor partitional endpoint updates."
6+
}

services/organizations/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,108 @@
416416
},
417417
"type": "endpoint"
418418
},
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+
},
419521
{
420522
"conditions": [
421523
{

services/organizations/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,28 @@
390390
"UseDualStack": false
391391
}
392392
},
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+
},
393415
{
394416
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
395417
"expect": {
@@ -429,6 +451,15 @@
429451
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
430452
"expect": {
431453
"endpoint": {
454+
"properties": {
455+
"authSchemes": [
456+
{
457+
"name": "sigv4",
458+
"signingName": "organizations",
459+
"signingRegion": "us-isob-east-1"
460+
}
461+
]
462+
},
432463
"url": "https://organizations.us-isob-east-1.sc2s.sgov.gov"
433464
}
434465
},
@@ -438,6 +469,28 @@
438469
"UseDualStack": false
439470
}
440471
},
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+
},
441494
{
442495
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
443496
"expect": {

0 commit comments

Comments
 (0)