Skip to content

Commit 4c84591

Browse files
author
AWS
committed
AWS Organizations Update: This release contains an endpoint addition
1 parent a8f624b commit 4c84591

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-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": "This release contains an endpoint addition"
6+
}

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,57 @@
365365
},
366366
"type": "endpoint"
367367
},
368+
{
369+
"conditions": [
370+
{
371+
"fn": "stringEquals",
372+
"argv": [
373+
{
374+
"fn": "getAttr",
375+
"argv": [
376+
{
377+
"ref": "PartitionResult"
378+
},
379+
"name"
380+
]
381+
},
382+
"aws-iso"
383+
]
384+
},
385+
{
386+
"fn": "booleanEquals",
387+
"argv": [
388+
{
389+
"ref": "UseFIPS"
390+
},
391+
false
392+
]
393+
},
394+
{
395+
"fn": "booleanEquals",
396+
"argv": [
397+
{
398+
"ref": "UseDualStack"
399+
},
400+
false
401+
]
402+
}
403+
],
404+
"endpoint": {
405+
"url": "https://organizations.us-iso-east-1.c2s.ic.gov",
406+
"properties": {
407+
"authSchemes": [
408+
{
409+
"name": "sigv4",
410+
"signingName": "organizations",
411+
"signingRegion": "us-iso-east-1"
412+
}
413+
]
414+
},
415+
"headers": {}
416+
},
417+
"type": "endpoint"
418+
},
368419
{
369420
"conditions": [
370421
{

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,28 @@
311311
"UseDualStack": false
312312
}
313313
},
314+
{
315+
"documentation": "For region aws-iso-global with FIPS disabled and DualStack disabled",
316+
"expect": {
317+
"endpoint": {
318+
"properties": {
319+
"authSchemes": [
320+
{
321+
"name": "sigv4",
322+
"signingName": "organizations",
323+
"signingRegion": "us-iso-east-1"
324+
}
325+
]
326+
},
327+
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
328+
}
329+
},
330+
"params": {
331+
"Region": "aws-iso-global",
332+
"UseFIPS": false,
333+
"UseDualStack": false
334+
}
335+
},
314336
{
315337
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
316338
"expect": {
@@ -350,6 +372,15 @@
350372
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
351373
"expect": {
352374
"endpoint": {
375+
"properties": {
376+
"authSchemes": [
377+
{
378+
"name": "sigv4",
379+
"signingName": "organizations",
380+
"signingRegion": "us-iso-east-1"
381+
}
382+
]
383+
},
353384
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
354385
}
355386
},

0 commit comments

Comments
 (0)