File tree Expand file tree Collapse file tree 3 files changed +88
-0
lines changed
services/organizations/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +88
-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": "This release contains an endpoint addition"
6
+ }
Original file line number Diff line number Diff line change 365
365
},
366
366
"type": "endpoint"
367
367
},
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
+ },
368
419
{
369
420
"conditions": [
370
421
{
Original file line number Diff line number Diff line change 311
311
"UseDualStack": false
312
312
}
313
313
},
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
+ },
314
336
{
315
337
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
316
338
"expect": {
350
372
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
351
373
"expect": {
352
374
"endpoint": {
375
+ "properties": {
376
+ "authSchemes": [
377
+ {
378
+ "name": "sigv4",
379
+ "signingName": "organizations",
380
+ "signingRegion": "us-iso-east-1"
381
+ }
382
+ ]
383
+ },
353
384
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
354
385
}
355
386
},
You can’t perform that action at this time.
0 commit comments