@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
@@ -1,389 +1,5 @@
1
1
  /**
2
- * <p>Amazon Web Services Control Tower offers application programming interface (API)
3
- * operations that support programmatic interaction with these types of resources:</p>
4
- * <ul>
5
- * <li>
6
- * <p>
7
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/controls.html">
8
- * <i>Controls</i>
9
- * </a>
10
- * </p>
11
- * <ul>
12
- * <li>
13
- * <p>
14
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableControl.html">DisableControl</a>
15
- * </p>
16
- * </li>
17
- * <li>
18
- * <p>
19
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableControl.html">EnableControl</a>
20
- * </p>
21
- * </li>
22
- * <li>
23
- * <p>
24
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledControl.html">GetEnabledControl</a>
25
- * </p>
26
- * </li>
27
- * <li>
28
- * <p>
29
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListControlOperations.html">ListControlOperations</a>
30
- * </p>
31
- * </li>
32
- * <li>
33
- * <p>
34
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledControls.html">ListEnabledControls</a>
35
- * </p>
36
- * </li>
37
- * <li>
38
- * <p>
39
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledControl.html">UpdateEnabledControl</a>
40
- * </p>
41
- * </li>
42
- * </ul>
43
- * </li>
44
- * <li>
45
- * <p>
46
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html">
47
- * <i>Landing
48
- * zones</i>
49
- * </a>
50
- * </p>
51
- * <ul>
52
- * <li>
53
- * <p>
54
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_CreateLandingZone.html">CreateLandingZone</a>
55
- * </p>
56
- * </li>
57
- * <li>
58
- * <p>
59
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DeleteLandingZone.html">DeleteLandingZone</a>
60
- * </p>
61
- * </li>
62
- * <li>
63
- * <p>
64
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZone.html">GetLandingZone</a>
65
- * </p>
66
- * </li>
67
- * <li>
68
- * <p>
69
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetLandingZoneOperation.html">GetLandingZoneOperation</a>
70
- * </p>
71
- * </li>
72
- * <li>
73
- * <p>
74
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZones.html">ListLandingZones</a>
75
- * </p>
76
- * </li>
77
- * <li>
78
- * <p>
79
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html">ListLandingZoneOperations</a>
80
- * </p>
81
- * </li>
82
- * <li>
83
- * <p>
84
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetLandingZone.html">ResetLandingZone</a>
85
- * </p>
86
- * </li>
87
- * <li>
88
- * <p>
89
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateLandingZone.html">UpdateLandingZone</a>
90
- * </p>
91
- * </li>
92
- * </ul>
93
- * </li>
94
- * <li>
95
- * <p>
96
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/types-of-baselines.html">
97
- * <i>Baselines</i>
98
- * </a>
99
- * </p>
100
- * <ul>
101
- * <li>
102
- * <p>
103
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_DisableBaseline.html">DisableBaseline</a>
104
- * </p>
105
- * </li>
106
- * <li>
107
- * <p>
108
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_EnableBaseline.html">EnableBaseline</a>
109
- * </p>
110
- * </li>
111
- * <li>
112
- * <p>
113
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaseline.html">GetBaseline</a>
114
- * </p>
115
- * </li>
116
- * <li>
117
- * <p>
118
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetBaselineOperation.html">GetBaselineOperation</a>
119
- * </p>
120
- * </li>
121
- * <li>
122
- * <p>
123
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_GetEnabledBaseline.html">GetEnabledBaseline</a>
124
- * </p>
125
- * </li>
126
- * <li>
127
- * <p>
128
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListBaselines.html">ListBaselines</a>
129
- * </p>
130
- * </li>
131
- * <li>
132
- * <p>
133
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledBaselines.html">ListEnabledBaselines</a>
134
- * </p>
135
- * </li>
136
- * <li>
137
- * <p>
138
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledBaseline.html">ResetEnabledBaseline</a>
139
- * </p>
140
- * </li>
141
- * <li>
142
- * <p>
143
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateEnabledBaseline.html">UpdateEnabledBaseline</a>
144
- * </p>
145
- * </li>
146
- * </ul>
147
- * </li>
148
- * <li>
149
- * <p>
150
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
151
- * <i>Tagging</i>
152
- * </a>
153
- * </p>
154
- * <ul>
155
- * <li>
156
- * <p>
157
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
158
- * </p>
159
- * </li>
160
- * <li>
161
- * <p>
162
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_TagResource.html">TagResource</a>
163
- * </p>
164
- * </li>
165
- * <li>
166
- * <p>
167
- * <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_UntagResource.html">UntagResource</a>
168
- * </p>
169
- * </li>
170
- * </ul>
171
- * </li>
172
- * </ul>
173
- * <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">
174
- * <i>Amazon Web Services Control Tower User Guide</i>
175
- * </a>.</p>
176
- * <p>
177
- * <b>About control APIs</b>
178
- * </p>
179
- * <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
180
- * <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
181
- * <p>To call these APIs, you'll need to know:</p>
182
- * <ul>
183
- * <li>
184
- * <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
185
- * targeting.</p>
186
- * </li>
187
- * <li>
188
- * <p>the ARN associated with the target organizational unit (OU), which we call the
189
- * <code>targetIdentifier</code>.</p>
190
- * </li>
191
- * <li>
192
- * <p>the ARN associated with a resource that you wish to tag or untag.</p>
193
- * </li>
194
- * </ul>
195
- * <p>
196
- * <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower control:</b>
197
- * </p>
198
- * <p>The <code>controlIdentifier</code> is an ARN that is specified for each control. You can
199
- * view the <code>controlIdentifier</code> in the console on the <b>Control
200
- * details</b> page, as well as in the documentation.</p>
201
- * <p>
202
- * <b>About identifiers for Amazon Web Services Control Tower</b>
203
- * </p>
204
- * <p>The Amazon Web Services Control Tower <code>controlIdentifier</code> is unique in each Amazon Web Services Region for each
205
- * control. You can find the <code>controlIdentifier</code> for each Region and control in the
206
- * <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
207
- * availability by Region tables</a> in the <i>Amazon Web Services Control Tower
208
- * Controls Reference Guide</i>.</p>
209
- * <p>A quick-reference list of control identifers for the Amazon Web Services Control Tower
210
- * legacy <i>Strongly recommended</i> and <i>Elective</i> controls
211
- * is given in <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html.html">Resource
212
- * identifiers for APIs and controls</a> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">
213
- * <i>Amazon Web Services Control Tower Controls Reference Guide</i>
214
- * </a>. Remember
215
- * that <i>Mandatory</i> controls cannot be added or removed.</p>
216
- * <note>
217
- * <p>
218
- * <b>Some controls have two identifiers</b>
219
- * </p>
220
- * <ul>
221
- * <li>
222
- * <p>
223
- * <b>ARN format for Amazon Web Services Control
224
- * Tower:</b>
225
- * <code>arn:aws:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}</code>
226
- * </p>
227
- * <p>
228
- * <b>Example:</b>
229
- * </p>
230
- * <p>
231
- * <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
232
- * </p>
233
- * </li>
234
- * <li>
235
- * <p>
236
- * <b>ARN format for Amazon Web Services Control
237
- * Catalog:</b>
238
- * <code>arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}</code>
239
- * </p>
240
- * </li>
241
- * </ul>
242
- * <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">
243
- * <i>Amazon Web Services Control Tower Controls Reference
244
- * Guide</i>
245
- * </a>, or in the Amazon Web Services Control Tower console, on the
246
- * <b>Control details</b> page.</p>
247
- * <p>The Amazon Web Services Control Tower APIs for enabled controls, such as
248
- * <code>GetEnabledControl</code> and <code>ListEnabledControls</code> always return an
249
- * ARN of the same type given when the control was enabled.</p>
250
- * </note>
251
- * <p>
252
- * <b>To get the <code>targetIdentifier</code>:</b>
253
- * </p>
254
- * <p>The <code>targetIdentifier</code> is the ARN for an OU.</p>
255
- * <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
256
- * <b>Organizational unit details</b> page associated with that
257
- * OU.</p>
258
- * <note>
259
- * <p>
260
- * <b>OU ARN format:</b>
261
- * </p>
262
- * <p>
263
- * <code>arn:${Partition}:organizations::${MasterAccountId}:ou/o-${OrganizationId}/ou-${OrganizationalUnitId}</code>
264
- * </p>
265
- * </note>
266
- * <p>
267
- * <b> About landing zone APIs</b>
268
- * </p>
269
- * <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
270
- * For an introduction and steps, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/getting-started-apis.html">Getting started with
271
- * Amazon Web Services Control Tower using APIs</a>.</p>
272
- * <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">
273
- * Amazon Web Services Control Tower supports landing zone APIs</a>. The individual API
274
- * 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
275
- * manual</a>, in the "Actions" section.</p>
276
- * <p>
277
- * <b>About baseline APIs</b>
278
- * </p>
279
- * <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
280
- * unit (OU) as a way to register the OU with Amazon Web Services Control Tower,
281
- * 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
282
- * with baselines</a>.</p>
283
- * <p>You can call the baseline API operations to view the baselines that Amazon Web Services
284
- * Control Tower enables for your landing zone, on your behalf, when setting up the landing
285
- * zone. These baselines are read-only baselines.</p>
286
- * <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
287
- * 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>
288
- * <p>
289
- * <b> About Amazon Web Services Control Catalog identifiers</b>
290
- * </p>
291
- * <ul>
292
- * <li>
293
- * <p>The <code>EnableControl</code> and <code>DisableControl</code> API operations can
294
- * be called by specifying either the Amazon Web Services Control Tower identifer or the
295
- * Amazon Web Services Control Catalog identifier. The API response returns the same
296
- * type of identifier that you specified when calling the API.</p>
297
- * </li>
298
- * <li>
299
- * <p>If you use an Amazon Web Services Control Tower identifier to call the
300
- * <code>EnableControl</code> API, and then call <code>EnableControl</code> again
301
- * with an Amazon Web Services Control Catalog identifier, Amazon Web Services Control
302
- * Tower returns an error message stating that the control is already enabled. Similar
303
- * behavior applies to the <code>DisableControl</code> API operation. </p>
304
- * </li>
305
- * <li>
306
- * <p>Mandatory controls and the landing-zone-level Region deny control have Amazon Web Services Control Tower identifiers only.</p>
307
- * </li>
308
- * </ul>
309
- * <p class="title">
310
- * <b>Details and examples</b>
311
- * </p>
312
- * <ul>
313
- * <li>
314
- * <p>
315
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html">Control API input and output examples with CLI</a>
316
- * </p>
317
- * </li>
318
- * <li>
319
- * <p>
320
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
321
- * and output examples with CLI</a>
322
- * </p>
323
- * </li>
324
- * <li>
325
- * <p>
326
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
327
- * with CloudFormation</a>
328
- * </p>
329
- * </li>
330
- * <li>
331
- * <p>
332
- * <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
333
- * with CloudFormation</a>
334
- * </p>
335
- * </li>
336
- * <li>
337
- * <p>
338
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
339
- * metadata tables (large page)</a>
340
- * </p>
341
- * </li>
342
- * <li>
343
- * <p>
344
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
345
- * availability by Region tables (large page)</a>
346
- * </p>
347
- * </li>
348
- * <li>
349
- * <p>
350
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
351
- * identifiers for legacy controls</a>
352
- * </p>
353
- * </li>
354
- * <li>
355
- * <p>
356
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
357
- * guide</a>
358
- * </p>
359
- * </li>
360
- * <li>
361
- * <p>
362
- * <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
363
- * library groupings</a>
364
- * </p>
365
- * </li>
366
- * <li>
367
- * <p>
368
- * <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
369
- * CloudFormation</a>
370
- * </p>
371
- * </li>
372
- * </ul>
373
- * <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>
374
- * </p>
375
- * <p>
376
- * <b>Recording API Requests</b>
377
- * </p>
378
- * <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
379
- * records Amazon Web Services API calls for your Amazon Web Services account and delivers log
380
- * files to an Amazon S3 bucket. By using information collected by CloudTrail, you can
381
- * determine which requests the Amazon Web Services Control Tower service received, who made
382
- * the request and when, and so on. For more about Amazon Web Services Control Tower and its
383
- * 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
384
- * Amazon Web Services Control Tower User Guide. To learn more about CloudTrail, including
385
- * how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
386
- * Guide.</p>
2
+ * <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>
387
3
  *
388
4
  * @packageDocumentation
389
5
  */