@aws-sdk/client-controltower 3.808.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 +1 -1
@@ -197,391 +197,7 @@ export type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration
197
197
  export interface ControlTowerClientResolvedConfig extends ControlTowerClientResolvedConfigType {
198
198
  }
199
199
  /**
200
- * <p>Amazon Web Services Control Tower offers application programming interface (API)
201
- * operations that support programmatic interaction with these types of resources:</p>
202
- * <ul>
203
- * <li>
204
- * <p>
205
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/controls.html">
206
- * <i>Controls</i>
207
- * </a>
208
- * </p>
209
- * <ul>
210
- * <li>
211
- * <p>
212
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableControl.html">DisableControl</a>
213
- * </p>
214
- * </li>
215
- * <li>
216
- * <p>
217
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableControl.html">EnableControl</a>
218
- * </p>
219
- * </li>
220
- * <li>
221
- * <p>
222
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledControl.html">GetEnabledControl</a>
223
- * </p>
224
- * </li>
225
- * <li>
226
- * <p>
227
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListControlOperations.html">ListControlOperations</a>
228
- * </p>
229
- * </li>
230
- * <li>
231
- * <p>
232
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledControls.html">ListEnabledControls</a>
233
- * </p>
234
- * </li>
235
- * <li>
236
- * <p>
237
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledControl.html">UpdateEnabledControl</a>
238
- * </p>
239
- * </li>
240
- * </ul>
241
- * </li>
242
- * <li>
243
- * <p>
244
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html">
245
- * <i>Landing
246
- * zones</i>
247
- * </a>
248
- * </p>
249
- * <ul>
250
- * <li>
251
- * <p>
252
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_CreateLandingZone.html">CreateLandingZone</a>
253
- * </p>
254
- * </li>
255
- * <li>
256
- * <p>
257
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DeleteLandingZone.html">DeleteLandingZone</a>
258
- * </p>
259
- * </li>
260
- * <li>
261
- * <p>
262
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZone.html">GetLandingZone</a>
263
- * </p>
264
- * </li>
265
- * <li>
266
- * <p>
267
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZoneOperation.html">GetLandingZoneOperation</a>
268
- * </p>
269
- * </li>
270
- * <li>
271
- * <p>
272
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZones.html">ListLandingZones</a>
273
- * </p>
274
- * </li>
275
- * <li>
276
- * <p>
277
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html">ListLandingZoneOperations</a>
278
- * </p>
279
- * </li>
280
- * <li>
281
- * <p>
282
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetLandingZone.html">ResetLandingZone</a>
283
- * </p>
284
- * </li>
285
- * <li>
286
- * <p>
287
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateLandingZone.html">UpdateLandingZone</a>
288
- * </p>
289
- * </li>
290
- * </ul>
291
- * </li>
292
- * <li>
293
- * <p>
294
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/types-of-baselines.html">
295
- * <i>Baselines</i>
296
- * </a>
297
- * </p>
298
- * <ul>
299
- * <li>
300
- * <p>
301
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableBaseline.html">DisableBaseline</a>
302
- * </p>
303
- * </li>
304
- * <li>
305
- * <p>
306
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableBaseline.html">EnableBaseline</a>
307
- * </p>
308
- * </li>
309
- * <li>
310
- * <p>
311
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaseline.html">GetBaseline</a>
312
- * </p>
313
- * </li>
314
- * <li>
315
- * <p>
316
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaselineOperation.html">GetBaselineOperation</a>
317
- * </p>
318
- * </li>
319
- * <li>
320
- * <p>
321
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledBaseline.html">GetEnabledBaseline</a>
322
- * </p>
323
- * </li>
324
- * <li>
325
- * <p>
326
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListBaselines.html">ListBaselines</a>
327
- * </p>
328
- * </li>
329
- * <li>
330
- * <p>
331
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledBaselines.html">ListEnabledBaselines</a>
332
- * </p>
333
- * </li>
334
- * <li>
335
- * <p>
336
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledBaseline.html">ResetEnabledBaseline</a>
337
- * </p>
338
- * </li>
339
- * <li>
340
- * <p>
341
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledBaseline.html">UpdateEnabledBaseline</a>
342
- * </p>
343
- * </li>
344
- * </ul>
345
- * </li>
346
- * <li>
347
- * <p>
348
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
349
- * <i>Tagging</i>
350
- * </a>
351
- * </p>
352
- * <ul>
353
- * <li>
354
- * <p>
355
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
356
- * </p>
357
- * </li>
358
- * <li>
359
- * <p>
360
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_TagResource.html">TagResource</a>
361
- * </p>
362
- * </li>
363
- * <li>
364
- * <p>
365
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UntagResource.html">UntagResource</a>
366
- * </p>
367
- * </li>
368
- * </ul>
369
- * </li>
370
- * </ul>
371
- * <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">
372
- * <i>Amazon Web Services Control Tower User Guide</i>
373
- * </a>.</p>
374
- * <p>
375
- * <b>About control APIs</b>
376
- * </p>
377
- * <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
378
- * <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
379
- * <p>To call these APIs, you'll need to know:</p>
380
- * <ul>
381
- * <li>
382
- * <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
383
- * targeting.</p>
384
- * </li>
385
- * <li>
386
- * <p>the ARN associated with the target organizational unit (OU), which we call the
387
- * <code>targetIdentifier</code>.</p>
388
- * </li>
389
- * <li>
390
- * <p>the ARN associated with a resource that you wish to tag or untag.</p>
391
- * </li>
392
- * </ul>
393
- * <p>
394
- * <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower control:</b>
395
- * </p>
396
- * <p>The <code>controlIdentifier</code> is an ARN that is specified for each control. You can
397
- * view the <code>controlIdentifier</code> in the console on the <b>Control
398
- * details</b> page, as well as in the documentation.</p>
399
- * <p>
400
- * <b>About identifiers for Amazon Web Services Control Tower</b>
401
- * </p>
402
- * <p>The Amazon Web Services Control Tower <code>controlIdentifier</code> is unique in each Amazon Web Services Region for each
403
- * control. You can find the <code>controlIdentifier</code> for each Region and control in the
404
- * <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
405
- * availability by Region tables</a> in the <i>Amazon Web Services Control Tower
406
- * Controls Reference Guide</i>.</p>
407
- * <p>A quick-reference list of control identifers for the Amazon Web Services Control Tower
408
- * legacy <i>Strongly recommended</i> and <i>Elective</i> controls
409
- * is given in <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html.html">Resource
410
- * identifiers for APIs and controls</a> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">
411
- * <i>Amazon Web Services Control Tower Controls Reference Guide</i>
412
- * </a>. Remember
413
- * that <i>Mandatory</i> controls cannot be added or removed.</p>
414
- * <note>
415
- * <p>
416
- * <b>Some controls have two identifiers</b>
417
- * </p>
418
- * <ul>
419
- * <li>
420
- * <p>
421
- * <b>ARN format for Amazon Web Services Control
422
- * Tower:</b>
423
- * <code>arn:aws:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}</code>
424
- * </p>
425
- * <p>
426
- * <b>Example:</b>
427
- * </p>
428
- * <p>
429
- * <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
430
- * </p>
431
- * </li>
432
- * <li>
433
- * <p>
434
- * <b>ARN format for Amazon Web Services Control
435
- * Catalog:</b>
436
- * <code>arn:\{PARTITION\}:controlcatalog:::control/\{CONTROL_CATALOG_OPAQUE_ID\}</code>
437
- * </p>
438
- * </li>
439
- * </ul>
440
- * <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">
441
- * <i>Amazon Web Services Control Tower Controls Reference
442
- * Guide</i>
443
- * </a>, or in the Amazon Web Services Control Tower console, on the
444
- * <b>Control details</b> page.</p>
445
- * <p>The Amazon Web Services Control Tower APIs for enabled controls, such as
446
- * <code>GetEnabledControl</code> and <code>ListEnabledControls</code> always return an
447
- * ARN of the same type given when the control was enabled.</p>
448
- * </note>
449
- * <p>
450
- * <b>To get the <code>targetIdentifier</code>:</b>
451
- * </p>
452
- * <p>The <code>targetIdentifier</code> is the ARN for an OU.</p>
453
- * <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
454
- * <b>Organizational unit details</b> page associated with that
455
- * OU.</p>
456
- * <note>
457
- * <p>
458
- * <b>OU ARN format:</b>
459
- * </p>
460
- * <p>
461
- * <code>arn:$\{Partition\}:organizations::$\{MasterAccountId\}:ou/o-$\{OrganizationId\}/ou-$\{OrganizationalUnitId\}</code>
462
- * </p>
463
- * </note>
464
- * <p>
465
- * <b> About landing zone APIs</b>
466
- * </p>
467
- * <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
468
- * For an introduction and steps, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/getting-started-apis.html">Getting started with
469
- * Amazon Web Services Control Tower using APIs</a>.</p>
470
- * <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">
471
- * Amazon Web Services Control Tower supports landing zone APIs</a>. The individual API
472
- * 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
473
- * manual</a>, in the "Actions" section.</p>
474
- * <p>
475
- * <b>About baseline APIs</b>
476
- * </p>
477
- * <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
478
- * unit (OU) as a way to register the OU with Amazon Web Services Control Tower,
479
- * 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
480
- * with baselines</a>.</p>
481
- * <p>You can call the baseline API operations to view the baselines that Amazon Web Services
482
- * Control Tower enables for your landing zone, on your behalf, when setting up the landing
483
- * zone. These baselines are read-only baselines.</p>
484
- * <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
485
- * 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>
486
- * <p>
487
- * <b> About Amazon Web Services Control Catalog identifiers</b>
488
- * </p>
489
- * <ul>
490
- * <li>
491
- * <p>The <code>EnableControl</code> and <code>DisableControl</code> API operations can
492
- * be called by specifying either the Amazon Web Services Control Tower identifer or the
493
- * Amazon Web Services Control Catalog identifier. The API response returns the same
494
- * type of identifier that you specified when calling the API.</p>
495
- * </li>
496
- * <li>
497
- * <p>If you use an Amazon Web Services Control Tower identifier to call the
498
- * <code>EnableControl</code> API, and then call <code>EnableControl</code> again
499
- * with an Amazon Web Services Control Catalog identifier, Amazon Web Services Control
500
- * Tower returns an error message stating that the control is already enabled. Similar
501
- * behavior applies to the <code>DisableControl</code> API operation. </p>
502
- * </li>
503
- * <li>
504
- * <p>Mandatory controls and the landing-zone-level Region deny control have Amazon Web Services Control Tower identifiers only.</p>
505
- * </li>
506
- * </ul>
507
- * <p class="title">
508
- * <b>Details and examples</b>
509
- * </p>
510
- * <ul>
511
- * <li>
512
- * <p>
513
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">Control API input and output examples with CLI</a>
514
- * </p>
515
- * </li>
516
- * <li>
517
- * <p>
518
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
519
- * and output examples with CLI</a>
520
- * </p>
521
- * </li>
522
- * <li>
523
- * <p>
524
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
525
- * with CloudFormation</a>
526
- * </p>
527
- * </li>
528
- * <li>
529
- * <p>
530
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
531
- * with CloudFormation</a>
532
- * </p>
533
- * </li>
534
- * <li>
535
- * <p>
536
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
537
- * metadata tables (large page)</a>
538
- * </p>
539
- * </li>
540
- * <li>
541
- * <p>
542
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
543
- * availability by Region tables (large page)</a>
544
- * </p>
545
- * </li>
546
- * <li>
547
- * <p>
548
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
549
- * identifiers for legacy controls</a>
550
- * </p>
551
- * </li>
552
- * <li>
553
- * <p>
554
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
555
- * guide</a>
556
- * </p>
557
- * </li>
558
- * <li>
559
- * <p>
560
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
561
- * library groupings</a>
562
- * </p>
563
- * </li>
564
- * <li>
565
- * <p>
566
- * <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
567
- * CloudFormation</a>
568
- * </p>
569
- * </li>
570
- * </ul>
571
- * <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>
572
- * </p>
573
- * <p>
574
- * <b>Recording API Requests</b>
575
- * </p>
576
- * <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
577
- * records Amazon Web Services API calls for your Amazon Web Services account and delivers log
578
- * files to an Amazon S3 bucket. By using information collected by CloudTrail, you can
579
- * determine which requests the Amazon Web Services Control Tower service received, who made
580
- * the request and when, and so on. For more about Amazon Web Services Control Tower and its
581
- * 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
582
- * Amazon Web Services Control Tower User Guide. To learn more about CloudTrail, including
583
- * how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
584
- * Guide.</p>
200
+ * <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>
585
201
  * @public
586
202
  */
587
203
  export declare class ControlTowerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ControlTowerClientResolvedConfig> {
@@ -27,8 +27,7 @@ declare const CreateLandingZoneCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone,
31
- * based on the parameters specified in the manifest JSON file.</p>
30
+ * <p>Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const DeleteLandingZoneCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower
31
- * resources deployed in accounts managed by Amazon Web Services Control Tower.</p>
30
+ * <p>Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DisableBaselineCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Disable an <code>EnabledBaseline</code> resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">
31
- * <i>the Amazon Web Services Control Tower User Guide</i>
32
- * </a>.</p>
30
+ * <p>Disable an <code>EnabledBaseline</code> resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -66,7 +64,7 @@ declare const DisableBaselineCommand_base: {
66
64
  * <p>The request references a resource that does not exist.</p>
67
65
  *
68
66
  * @throws {@link ServiceQuotaExceededException} (client fault)
69
- * <p>The request would cause a service quota to be exceeded. The limit is 10 concurrent operations.</p>
67
+ * <p>The request would cause a service quota to be exceeded. The limit is 100 concurrent operations.</p>
70
68
  *
71
69
  * @throws {@link ThrottlingException} (client fault)
72
70
  * <p>The request was denied due to request throttling.</p>
@@ -27,11 +27,7 @@ declare const DisableControlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services
31
- * resources on the specified organizational unit and the accounts it contains. The resources
32
- * will vary according to the control that you specify. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">
33
- * <i>Controls Reference Guide</i>
34
- * </a>.</p>
30
+ * <p>This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -69,7 +65,7 @@ declare const DisableControlCommand_base: {
69
65
  * <p>The request references a resource that does not exist.</p>
70
66
  *
71
67
  * @throws {@link ServiceQuotaExceededException} (client fault)
72
- * <p>The request would cause a service quota to be exceeded. The limit is 10 concurrent operations.</p>
68
+ * <p>The request would cause a service quota to be exceeded. The limit is 100 concurrent operations.</p>
73
69
  *
74
70
  * @throws {@link ThrottlingException} (client fault)
75
71
  * <p>The request was denied due to request throttling.</p>
@@ -27,9 +27,7 @@ declare const EnableBaselineCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Enable (apply) a <code>Baseline</code> to a Target. This API starts an asynchronous operation to deploy resources specified by the <code>Baseline</code> to the specified Target. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">
31
- * <i>the Amazon Web Services Control Tower User Guide</i>
32
- * </a>.</p>
30
+ * <p>Enable (apply) a <code>Baseline</code> to a Target. This API starts an asynchronous operation to deploy resources specified by the <code>Baseline</code> to the specified Target. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -78,7 +76,7 @@ declare const EnableBaselineCommand_base: {
78
76
  * <p>The request references a resource that does not exist.</p>
79
77
  *
80
78
  * @throws {@link ServiceQuotaExceededException} (client fault)
81
- * <p>The request would cause a service quota to be exceeded. The limit is 10 concurrent operations.</p>
79
+ * <p>The request would cause a service quota to be exceeded. The limit is 100 concurrent operations.</p>
82
80
  *
83
81
  * @throws {@link ThrottlingException} (client fault)
84
82
  * <p>The request was denied due to request throttling.</p>
@@ -27,11 +27,7 @@ declare const EnableControlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services
31
- * resources on the specified organizational unit and the accounts it contains. The resources
32
- * created will vary according to the control that you specify. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">
33
- * <i>Controls Reference Guide</i>
34
- * </a>.</p>
30
+ * <p>This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -79,7 +75,7 @@ declare const EnableControlCommand_base: {
79
75
  * <p>The request references a resource that does not exist.</p>
80
76
  *
81
77
  * @throws {@link ServiceQuotaExceededException} (client fault)
82
- * <p>The request would cause a service quota to be exceeded. The limit is 10 concurrent operations.</p>
78
+ * <p>The request would cause a service quota to be exceeded. The limit is 100 concurrent operations.</p>
83
79
  *
84
80
  * @throws {@link ThrottlingException} (client fault)
85
81
  * <p>The request was denied due to request throttling.</p>
@@ -27,9 +27,7 @@ declare const GetBaselineCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieve details about an existing <code>Baseline</code> resource by specifying its identifier. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">
31
- * <i>the Amazon Web Services Control Tower User Guide</i>
32
- * </a>.</p>
30
+ * <p>Retrieve details about an existing <code>Baseline</code> resource by specifying its identifier. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const GetBaselineOperationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: <code>EnableBaseline</code>, <code>DisableBaseline</code>, <code>UpdateEnabledBaseline</code>, <code>ResetEnabledBaseline</code>. A status message is displayed in case of operation failure. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">
31
- * <i>the Amazon Web Services Control Tower User Guide</i>
32
- * </a>.</p>
30
+ * <p>Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: <code>EnableBaseline</code>, <code>DisableBaseline</code>, <code>UpdateEnabledBaseline</code>, <code>ResetEnabledBaseline</code>. A status message is displayed in case of operation failure. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,11 +27,7 @@ declare const GetControlOperationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the status of a particular <code>EnableControl</code> or
31
- * <code>DisableControl</code> operation. Displays a message in case of error. Details for an
32
- * operation are available for 90 days. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">
33
- * <i>Controls Reference Guide</i>
34
- * </a>.</p>
30
+ * <p>Returns the status of a particular <code>EnableControl</code> or <code>DisableControl</code> operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -44,6 +44,13 @@ declare const GetEnabledBaselineCommand_base: {
44
44
  * // arn: "STRING_VALUE", // required
45
45
  * // baselineIdentifier: "STRING_VALUE", // required
46
46
  * // baselineVersion: "STRING_VALUE",
47
+ * // driftStatusSummary: { // EnabledBaselineDriftStatusSummary
48
+ * // types: { // EnabledBaselineDriftTypes
49
+ * // inheritance: { // EnabledBaselineInheritanceDrift
50
+ * // status: "IN_SYNC" || "DRIFTED",
51
+ * // },
52
+ * // },
53
+ * // },
47
54
  * // targetIdentifier: "STRING_VALUE", // required
48
55
  * // parentIdentifier: "STRING_VALUE",
49
56
  * // statusSummary: { // EnablementStatusSummary
@@ -27,9 +27,7 @@ declare const GetEnabledControlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves details about an enabled control. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">
31
- * <i>Controls Reference Guide</i>
32
- * </a>.</p>
30
+ * <p>Retrieves details about an enabled control. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript