@aws-sdk/client-controltower 3.806.0 → 3.809.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/README.md +1 -385
  2. package/dist-cjs/index.js +7 -0
  3. package/dist-es/models/models_0.js +4 -0
  4. package/dist-es/protocols/Aws_restJson1.js +1 -0
  5. package/dist-types/ControlTower.d.ts +1 -385
  6. package/dist-types/ControlTowerClient.d.ts +1 -385
  7. package/dist-types/commands/CreateLandingZoneCommand.d.ts +1 -2
  8. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +1 -2
  9. package/dist-types/commands/DisableBaselineCommand.d.ts +2 -4
  10. package/dist-types/commands/DisableControlCommand.d.ts +2 -6
  11. package/dist-types/commands/EnableBaselineCommand.d.ts +2 -4
  12. package/dist-types/commands/EnableControlCommand.d.ts +2 -6
  13. package/dist-types/commands/GetBaselineCommand.d.ts +1 -3
  14. package/dist-types/commands/GetBaselineOperationCommand.d.ts +1 -3
  15. package/dist-types/commands/GetControlOperationCommand.d.ts +1 -5
  16. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +7 -0
  17. package/dist-types/commands/GetEnabledControlCommand.d.ts +1 -3
  18. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +1 -2
  19. package/dist-types/commands/ListBaselinesCommand.d.ts +1 -3
  20. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +14 -3
  21. package/dist-types/commands/ListEnabledControlsCommand.d.ts +1 -4
  22. package/dist-types/commands/ListLandingZonesCommand.d.ts +1 -3
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -3
  24. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +2 -4
  25. package/dist-types/commands/ResetEnabledControlCommand.d.ts +1 -1
  26. package/dist-types/commands/ResetLandingZoneCommand.d.ts +1 -5
  27. package/dist-types/commands/TagResourceCommand.d.ts +1 -3
  28. package/dist-types/commands/UntagResourceCommand.d.ts +1 -3
  29. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +2 -4
  30. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +2 -9
  31. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +1 -3
  32. package/dist-types/index.d.ts +1 -385
  33. package/dist-types/models/models_0.d.ts +92 -139
  34. package/dist-types/ts3.4/models/models_0.d.ts +19 -0
  35. package/package.json +15 -15
@@ -205,391 +205,7 @@ export interface ControlTower {
205
205
  updateLandingZone(args: UpdateLandingZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void): void;
206
206
  }
207
207
  /**
208
- * <p>Amazon Web Services Control Tower offers application programming interface (API)
209
- * operations that support programmatic interaction with these types of resources:</p>
210
- * <ul>
211
- * <li>
212
- * <p>
213
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/controls.html">
214
- * <i>Controls</i>
215
- * </a>
216
- * </p>
217
- * <ul>
218
- * <li>
219
- * <p>
220
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableControl.html">DisableControl</a>
221
- * </p>
222
- * </li>
223
- * <li>
224
- * <p>
225
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableControl.html">EnableControl</a>
226
- * </p>
227
- * </li>
228
- * <li>
229
- * <p>
230
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledControl.html">GetEnabledControl</a>
231
- * </p>
232
- * </li>
233
- * <li>
234
- * <p>
235
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListControlOperations.html">ListControlOperations</a>
236
- * </p>
237
- * </li>
238
- * <li>
239
- * <p>
240
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledControls.html">ListEnabledControls</a>
241
- * </p>
242
- * </li>
243
- * <li>
244
- * <p>
245
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledControl.html">UpdateEnabledControl</a>
246
- * </p>
247
- * </li>
248
- * </ul>
249
- * </li>
250
- * <li>
251
- * <p>
252
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html">
253
- * <i>Landing
254
- * zones</i>
255
- * </a>
256
- * </p>
257
- * <ul>
258
- * <li>
259
- * <p>
260
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_CreateLandingZone.html">CreateLandingZone</a>
261
- * </p>
262
- * </li>
263
- * <li>
264
- * <p>
265
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DeleteLandingZone.html">DeleteLandingZone</a>
266
- * </p>
267
- * </li>
268
- * <li>
269
- * <p>
270
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZone.html">GetLandingZone</a>
271
- * </p>
272
- * </li>
273
- * <li>
274
- * <p>
275
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZoneOperation.html">GetLandingZoneOperation</a>
276
- * </p>
277
- * </li>
278
- * <li>
279
- * <p>
280
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZones.html">ListLandingZones</a>
281
- * </p>
282
- * </li>
283
- * <li>
284
- * <p>
285
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html">ListLandingZoneOperations</a>
286
- * </p>
287
- * </li>
288
- * <li>
289
- * <p>
290
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetLandingZone.html">ResetLandingZone</a>
291
- * </p>
292
- * </li>
293
- * <li>
294
- * <p>
295
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateLandingZone.html">UpdateLandingZone</a>
296
- * </p>
297
- * </li>
298
- * </ul>
299
- * </li>
300
- * <li>
301
- * <p>
302
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/types-of-baselines.html">
303
- * <i>Baselines</i>
304
- * </a>
305
- * </p>
306
- * <ul>
307
- * <li>
308
- * <p>
309
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableBaseline.html">DisableBaseline</a>
310
- * </p>
311
- * </li>
312
- * <li>
313
- * <p>
314
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableBaseline.html">EnableBaseline</a>
315
- * </p>
316
- * </li>
317
- * <li>
318
- * <p>
319
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaseline.html">GetBaseline</a>
320
- * </p>
321
- * </li>
322
- * <li>
323
- * <p>
324
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaselineOperation.html">GetBaselineOperation</a>
325
- * </p>
326
- * </li>
327
- * <li>
328
- * <p>
329
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledBaseline.html">GetEnabledBaseline</a>
330
- * </p>
331
- * </li>
332
- * <li>
333
- * <p>
334
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListBaselines.html">ListBaselines</a>
335
- * </p>
336
- * </li>
337
- * <li>
338
- * <p>
339
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledBaselines.html">ListEnabledBaselines</a>
340
- * </p>
341
- * </li>
342
- * <li>
343
- * <p>
344
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledBaseline.html">ResetEnabledBaseline</a>
345
- * </p>
346
- * </li>
347
- * <li>
348
- * <p>
349
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledBaseline.html">UpdateEnabledBaseline</a>
350
- * </p>
351
- * </li>
352
- * </ul>
353
- * </li>
354
- * <li>
355
- * <p>
356
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
357
- * <i>Tagging</i>
358
- * </a>
359
- * </p>
360
- * <ul>
361
- * <li>
362
- * <p>
363
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
364
- * </p>
365
- * </li>
366
- * <li>
367
- * <p>
368
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_TagResource.html">TagResource</a>
369
- * </p>
370
- * </li>
371
- * <li>
372
- * <p>
373
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UntagResource.html">UntagResource</a>
374
- * </p>
375
- * </li>
376
- * </ul>
377
- * </li>
378
- * </ul>
379
- * <p>For more information about these types of resources, see the <a href="https://docs.aws.amazon.com/controltower/latest/userguide/what-is-control-tower.html">
380
- * <i>Amazon Web Services Control Tower User Guide</i>
381
- * </a>.</p>
382
- * <p>
383
- * <b>About control APIs</b>
384
- * </p>
385
- * <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
386
- * <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
387
- * <p>To call these APIs, you'll need to know:</p>
388
- * <ul>
389
- * <li>
390
- * <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
391
- * targeting.</p>
392
- * </li>
393
- * <li>
394
- * <p>the ARN associated with the target organizational unit (OU), which we call the
395
- * <code>targetIdentifier</code>.</p>
396
- * </li>
397
- * <li>
398
- * <p>the ARN associated with a resource that you wish to tag or untag.</p>
399
- * </li>
400
- * </ul>
401
- * <p>
402
- * <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower control:</b>
403
- * </p>
404
- * <p>The <code>controlIdentifier</code> is an ARN that is specified for each control. You can
405
- * view the <code>controlIdentifier</code> in the console on the <b>Control
406
- * details</b> page, as well as in the documentation.</p>
407
- * <p>
408
- * <b>About identifiers for Amazon Web Services Control Tower</b>
409
- * </p>
410
- * <p>The Amazon Web Services Control Tower <code>controlIdentifier</code> is unique in each Amazon Web Services Region for each
411
- * control. You can find the <code>controlIdentifier</code> for each Region and control in the
412
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Tables of control metadata</a> or the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
413
- * availability by Region tables</a> in the <i>Amazon Web Services Control Tower
414
- * Controls Reference Guide</i>.</p>
415
- * <p>A quick-reference list of control identifers for the Amazon Web Services Control Tower
416
- * legacy <i>Strongly recommended</i> and <i>Elective</i> controls
417
- * is given in <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html.html">Resource
418
- * identifiers for APIs and controls</a> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">
419
- * <i>Amazon Web Services Control Tower Controls Reference Guide</i>
420
- * </a>. Remember
421
- * that <i>Mandatory</i> controls cannot be added or removed.</p>
422
- * <note>
423
- * <p>
424
- * <b>Some controls have two identifiers</b>
425
- * </p>
426
- * <ul>
427
- * <li>
428
- * <p>
429
- * <b>ARN format for Amazon Web Services Control
430
- * Tower:</b>
431
- * <code>arn:aws:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}</code>
432
- * </p>
433
- * <p>
434
- * <b>Example:</b>
435
- * </p>
436
- * <p>
437
- * <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
438
- * </p>
439
- * </li>
440
- * <li>
441
- * <p>
442
- * <b>ARN format for Amazon Web Services Control
443
- * Catalog:</b>
444
- * <code>arn:\{PARTITION\}:controlcatalog:::control/\{CONTROL_CATALOG_OPAQUE_ID\}</code>
445
- * </p>
446
- * </li>
447
- * </ul>
448
- * <p>You can find the <code>\{CONTROL_CATALOG_OPAQUE_ID\}</code> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html">
449
- * <i>Amazon Web Services Control Tower Controls Reference
450
- * Guide</i>
451
- * </a>, or in the Amazon Web Services Control Tower console, on the
452
- * <b>Control details</b> page.</p>
453
- * <p>The Amazon Web Services Control Tower APIs for enabled controls, such as
454
- * <code>GetEnabledControl</code> and <code>ListEnabledControls</code> always return an
455
- * ARN of the same type given when the control was enabled.</p>
456
- * </note>
457
- * <p>
458
- * <b>To get the <code>targetIdentifier</code>:</b>
459
- * </p>
460
- * <p>The <code>targetIdentifier</code> is the ARN for an OU.</p>
461
- * <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
462
- * <b>Organizational unit details</b> page associated with that
463
- * OU.</p>
464
- * <note>
465
- * <p>
466
- * <b>OU ARN format:</b>
467
- * </p>
468
- * <p>
469
- * <code>arn:$\{Partition\}:organizations::$\{MasterAccountId\}:ou/o-$\{OrganizationId\}/ou-$\{OrganizationalUnitId\}</code>
470
- * </p>
471
- * </note>
472
- * <p>
473
- * <b> About landing zone APIs</b>
474
- * </p>
475
- * <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
476
- * For an introduction and steps, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/getting-started-apis.html">Getting started with
477
- * Amazon Web Services Control Tower using APIs</a>.</p>
478
- * <p>For an overview of landing zone API operations, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/2023-all.html#landing-zone-apis">
479
- * Amazon Web Services Control Tower supports landing zone APIs</a>. The individual API
480
- * operations for landing zones are detailed in this document, the <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html">API reference
481
- * manual</a>, in the "Actions" section.</p>
482
- * <p>
483
- * <b>About baseline APIs</b>
484
- * </p>
485
- * <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
486
- * unit (OU) as a way to register the OU with Amazon Web Services Control Tower,
487
- * programmatically. For a general overview of this capability, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/2024-all.html#baseline-apis">Amazon Web Services Control Tower supports APIs for OU registration and configuration
488
- * with baselines</a>.</p>
489
- * <p>You can call the baseline API operations to view the baselines that Amazon Web Services
490
- * Control Tower enables for your landing zone, on your behalf, when setting up the landing
491
- * zone. These baselines are read-only baselines.</p>
492
- * <p>The individual API operations for baselines are detailed in this document, the <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html">API
493
- * reference manual</a>, in the "Actions" section. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input and output examples with CLI</a>.</p>
494
- * <p>
495
- * <b> About Amazon Web Services Control Catalog identifiers</b>
496
- * </p>
497
- * <ul>
498
- * <li>
499
- * <p>The <code>EnableControl</code> and <code>DisableControl</code> API operations can
500
- * be called by specifying either the Amazon Web Services Control Tower identifer or the
501
- * Amazon Web Services Control Catalog identifier. The API response returns the same
502
- * type of identifier that you specified when calling the API.</p>
503
- * </li>
504
- * <li>
505
- * <p>If you use an Amazon Web Services Control Tower identifier to call the
506
- * <code>EnableControl</code> API, and then call <code>EnableControl</code> again
507
- * with an Amazon Web Services Control Catalog identifier, Amazon Web Services Control
508
- * Tower returns an error message stating that the control is already enabled. Similar
509
- * behavior applies to the <code>DisableControl</code> API operation. </p>
510
- * </li>
511
- * <li>
512
- * <p>Mandatory controls and the landing-zone-level Region deny control have Amazon Web Services Control Tower identifiers only.</p>
513
- * </li>
514
- * </ul>
515
- * <p class="title">
516
- * <b>Details and examples</b>
517
- * </p>
518
- * <ul>
519
- * <li>
520
- * <p>
521
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">Control API input and output examples with CLI</a>
522
- * </p>
523
- * </li>
524
- * <li>
525
- * <p>
526
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
527
- * and output examples with CLI</a>
528
- * </p>
529
- * </li>
530
- * <li>
531
- * <p>
532
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
533
- * with CloudFormation</a>
534
- * </p>
535
- * </li>
536
- * <li>
537
- * <p>
538
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
539
- * with CloudFormation</a>
540
- * </p>
541
- * </li>
542
- * <li>
543
- * <p>
544
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
545
- * metadata tables (large page)</a>
546
- * </p>
547
- * </li>
548
- * <li>
549
- * <p>
550
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
551
- * availability by Region tables (large page)</a>
552
- * </p>
553
- * </li>
554
- * <li>
555
- * <p>
556
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
557
- * identifiers for legacy controls</a>
558
- * </p>
559
- * </li>
560
- * <li>
561
- * <p>
562
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
563
- * guide</a>
564
- * </p>
565
- * </li>
566
- * <li>
567
- * <p>
568
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
569
- * library groupings</a>
570
- * </p>
571
- * </li>
572
- * <li>
573
- * <p>
574
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/creating-resources-with-cloudformation.html">Creating Amazon Web Services Control Tower resources with Amazon Web Services
575
- * CloudFormation</a>
576
- * </p>
577
- * </li>
578
- * </ul>
579
- * <p>To view the open source resource repository on GitHub, see <a href="https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-controltower">aws-cloudformation/aws-cloudformation-resource-providers-controltower</a>
580
- * </p>
581
- * <p>
582
- * <b>Recording API Requests</b>
583
- * </p>
584
- * <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
585
- * records Amazon Web Services API calls for your Amazon Web Services account and delivers log
586
- * files to an Amazon S3 bucket. By using information collected by CloudTrail, you can
587
- * determine which requests the Amazon Web Services Control Tower service received, who made
588
- * the request and when, and so on. For more about Amazon Web Services Control Tower and its
589
- * support for CloudTrail, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/logging-using-cloudtrail.html">Logging Amazon Web Services Control Tower Actions with Amazon Web Services CloudTrail</a> in the
590
- * Amazon Web Services Control Tower User Guide. To learn more about CloudTrail, including
591
- * how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
592
- * Guide.</p>
208
+ * <p>Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/userguide/controls.html"> <i>Controls</i> </a> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableControl.html">DisableControl</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableControl.html">EnableControl</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledControl.html">GetEnabledControl</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetControlOperation.html">GetControlOperation</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListControlOperations.html">ListControlOperations</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledControls.html">ListEnabledControls</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledControl.html">ResetEnabledControl</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledControl.html">UpdateEnabledControl</a> </p> </li> </ul> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html"> <i>Landing zones</i> </a> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_CreateLandingZone.html">CreateLandingZone</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DeleteLandingZone.html">DeleteLandingZone</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZone.html">GetLandingZone</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZoneOperation.html">GetLandingZoneOperation</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZones.html">ListLandingZones</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html">ListLandingZoneOperations</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetLandingZone.html">ResetLandingZone</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateLandingZone.html">UpdateLandingZone</a> </p> </li> </ul> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/userguide/types-of-baselines.html"> <i>Baselines</i> </a> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableBaseline.html">DisableBaseline</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableBaseline.html">EnableBaseline</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaseline.html">GetBaseline</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaselineOperation.html">GetBaselineOperation</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledBaseline.html">GetEnabledBaseline</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListBaselines.html">ListBaselines</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledBaselines.html">ListEnabledBaselines</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledBaseline.html">ResetEnabledBaseline</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledBaseline.html">UpdateEnabledBaseline</a> </p> </li> </ul> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html"> <i>Tagging</i> </a> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_TagResource.html">TagResource</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UntagResource.html">UntagResource</a> </p> </li> </ul> </li> </ul> <p>For more information about these types of resources, see the <a href="https://docs.aws.amazon.com/controltower/latest/userguide/what-is-control-tower.html"> <i>Amazon Web Services Control Tower User Guide</i> </a>.</p> <p> <b>About control APIs</b> </p> <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p> <p>To call these APIs, you'll need to know:</p> <ul> <li> <p>the <code>controlIdentifier</code> for the control--or guardrail--you are targeting.</p> </li> <li> <p>the ARN associated with the target organizational unit (OU), which we call the <code>targetIdentifier</code>.</p> </li> <li> <p>the ARN associated with a resource that you wish to tag or untag.</p> </li> </ul> <p> <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower control:</b> </p> <p>The <code>controlIdentifier</code> is an ARN that is specified for each control. You can view the <code>controlIdentifier</code> in the console on the <b>Control details</b> page, as well as in the documentation.</p> <p> <b>About identifiers for Amazon Web Services Control Tower</b> </p> <p>The Amazon Web Services Control Tower <code>controlIdentifier</code> is unique in each Amazon Web Services Region for each control. You can find the <code>controlIdentifier</code> for each Region and control in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Tables of control metadata</a> or the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control availability by Region tables</a> in the <i>Amazon Web Services Control Tower Controls Reference Guide</i>.</p> <p>A quick-reference list of control identifers for the Amazon Web Services Control Tower legacy <i>Strongly recommended</i> and <i>Elective</i> controls is given in <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html.html">Resource identifiers for APIs and controls</a> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html"> <i>Amazon Web Services Control Tower Controls Reference Guide</i> </a>. Remember that <i>Mandatory</i> controls cannot be added or removed.</p> <note> <p> <b>Some controls have two identifiers</b> </p> <ul> <li> <p> <b>ARN format for Amazon Web Services Control Tower:</b> <code>arn:aws:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}</code> </p> <p> <b>Example:</b> </p> <p> <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code> </p> </li> <li> <p> <b>ARN format for Amazon Web Services Control Catalog:</b> <code>arn:\{PARTITION\}:controlcatalog:::control/\{CONTROL_CATALOG_OPAQUE_ID\}</code> </p> </li> </ul> <p>You can find the <code>\{CONTROL_CATALOG_OPAQUE_ID\}</code> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html"> <i>Amazon Web Services Control Tower Controls Reference Guide</i> </a>, or in the Amazon Web Services Control Tower console, on the <b>Control details</b> page.</p> <p>The Amazon Web Services Control Tower APIs for enabled controls, such as <code>GetEnabledControl</code> and <code>ListEnabledControls</code> always return an ARN of the same type given when the control was enabled.</p> </note> <p> <b>To get the <code>targetIdentifier</code>:</b> </p> <p>The <code>targetIdentifier</code> is the ARN for an OU.</p> <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the <b>Organizational unit details</b> page associated with that OU.</p> <note> <p> <b>OU ARN format:</b> </p> <p> <code>arn:$\{Partition\}:organizations::$\{MasterAccountId\}:ou/o-$\{OrganizationId\}/ou-$\{OrganizationalUnitId\}</code> </p> </note> <p> <b> About landing zone APIs</b> </p> <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs. For an introduction and steps, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/getting-started-apis.html">Getting started with Amazon Web Services Control Tower using APIs</a>.</p> <p>For an overview of landing zone API operations, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/2023-all.html#landing-zone-apis"> Amazon Web Services Control Tower supports landing zone APIs</a>. The individual API operations for landing zones are detailed in this document, the <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html">API reference manual</a>, in the "Actions" section.</p> <p> <b>About baseline APIs</b> </p> <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational unit (OU) as a way to register the OU with Amazon Web Services Control Tower, programmatically. For a general overview of this capability, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/2024-all.html#baseline-apis">Amazon Web Services Control Tower supports APIs for OU registration and configuration with baselines</a>.</p> <p>You can call the baseline API operations to view the baselines that Amazon Web Services Control Tower enables for your landing zone, on your behalf, when setting up the landing zone. These baselines are read-only baselines.</p> <p>The individual API operations for baselines are detailed in this document, the <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html">API reference manual</a>, in the "Actions" section. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input and output examples with CLI</a>.</p> <p> <b> About Amazon Web Services Control Catalog identifiers</b> </p> <ul> <li> <p>The <code>EnableControl</code> and <code>DisableControl</code> API operations can be called by specifying either the Amazon Web Services Control Tower identifer or the Amazon Web Services Control Catalog identifier. The API response returns the same type of identifier that you specified when calling the API.</p> </li> <li> <p>If you use an Amazon Web Services Control Tower identifier to call the <code>EnableControl</code> API, and then call <code>EnableControl</code> again with an Amazon Web Services Control Catalog identifier, Amazon Web Services Control Tower returns an error message stating that the control is already enabled. Similar behavior applies to the <code>DisableControl</code> API operation. </p> </li> <li> <p>Mandatory controls and the landing-zone-level Region deny control have Amazon Web Services Control Tower identifiers only.</p> </li> </ul> <p class="title"> <b>Details and examples</b> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">Control API input and output examples with CLI</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input and output examples with CLI</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls with CloudFormation</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone with CloudFormation</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control metadata tables (large page)</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control availability by Region tables (large page)</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of identifiers for legacy controls</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls library groupings</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controltower/latest/userguide/creating-resources-with-cloudformation.html">Creating Amazon Web Services Control Tower resources with Amazon Web Services CloudFormation</a> </p> </li> </ul> <p>To view the open source resource repository on GitHub, see <a href="https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-controltower">aws-cloudformation/aws-cloudformation-resource-providers-controltower</a> </p> <p> <b>Recording API Requests</b> </p> <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that records Amazon Web Services API calls for your Amazon Web Services account and delivers log files to an Amazon S3 bucket. By using information collected by CloudTrail, you can determine which requests the Amazon Web Services Control Tower service received, who made the request and when, and so on. For more about Amazon Web Services Control Tower and its support for CloudTrail, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/logging-using-cloudtrail.html">Logging Amazon Web Services Control Tower Actions with Amazon Web Services CloudTrail</a> in the Amazon Web Services Control Tower User Guide. To learn more about CloudTrail, including how to turn it on and find your log files, see the Amazon Web Services CloudTrail User Guide.</p>
593
209
  * @public
594
210
  */
595
211
  export declare class ControlTower extends ControlTowerClient implements ControlTower {