@aws-sdk/client-controltower 3.533.0 → 3.535.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.
- package/dist-types/ControlTower.d.ts +4 -1
- package/dist-types/ControlTowerClient.d.ts +1 -1
- package/dist-types/commands/CreateLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/DisableBaselineCommand.d.ts +2 -1
- package/dist-types/commands/DisableControlCommand.d.ts +2 -1
- package/dist-types/commands/EnableBaselineCommand.d.ts +2 -1
- package/dist-types/commands/EnableControlCommand.d.ts +2 -1
- package/dist-types/commands/GetBaselineCommand.d.ts +2 -1
- package/dist-types/commands/GetBaselineOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetControlOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/commands/GetEnabledControlCommand.d.ts +2 -1
- package/dist-types/commands/GetLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListBaselinesCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledControlsCommand.d.ts +2 -1
- package/dist-types/commands/ListLandingZonesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/commands/ResetLandingZoneCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnabledControlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLandingZoneCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +173 -173
- package/dist-types/ts3.4/ControlTower.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -2,8 +2,8 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
3
|
import { ControlTowerServiceException as __BaseException } from "./ControlTowerServiceException";
|
|
4
4
|
/**
|
|
5
|
-
* @public
|
|
6
5
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
6
|
+
* @public
|
|
7
7
|
*/
|
|
8
8
|
export declare class AccessDeniedException extends __BaseException {
|
|
9
9
|
readonly name: "AccessDeniedException";
|
|
@@ -18,8 +18,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetBaselineInput {
|
|
20
20
|
/**
|
|
21
|
-
* @public
|
|
22
21
|
* <p>The ARN of the <code>Baseline</code> resource to be retrieved.</p>
|
|
22
|
+
* @public
|
|
23
23
|
*/
|
|
24
24
|
baselineIdentifier: string | undefined;
|
|
25
25
|
}
|
|
@@ -28,24 +28,24 @@ export interface GetBaselineInput {
|
|
|
28
28
|
*/
|
|
29
29
|
export interface GetBaselineOutput {
|
|
30
30
|
/**
|
|
31
|
-
* @public
|
|
32
31
|
* <p>The baseline ARN.</p>
|
|
32
|
+
* @public
|
|
33
33
|
*/
|
|
34
34
|
arn: string | undefined;
|
|
35
35
|
/**
|
|
36
|
-
* @public
|
|
37
36
|
* <p>A user-friendly name for the baseline.</p>
|
|
37
|
+
* @public
|
|
38
38
|
*/
|
|
39
39
|
name: string | undefined;
|
|
40
40
|
/**
|
|
41
|
-
* @public
|
|
42
41
|
* <p>A description of the baseline.</p>
|
|
42
|
+
* @public
|
|
43
43
|
*/
|
|
44
44
|
description?: string;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
|
-
* @public
|
|
48
47
|
* <p>An unexpected error occurred during processing of a request.</p>
|
|
48
|
+
* @public
|
|
49
49
|
*/
|
|
50
50
|
export declare class InternalServerException extends __BaseException {
|
|
51
51
|
readonly name: "InternalServerException";
|
|
@@ -57,8 +57,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
57
57
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* @public
|
|
61
60
|
* <p>The request references a resource that does not exist.</p>
|
|
61
|
+
* @public
|
|
62
62
|
*/
|
|
63
63
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
64
64
|
readonly name: "ResourceNotFoundException";
|
|
@@ -69,8 +69,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
69
69
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* @public
|
|
73
72
|
* <p>The request was denied due to request throttling.</p>
|
|
73
|
+
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ThrottlingException extends __BaseException {
|
|
76
76
|
readonly name: "ThrottlingException";
|
|
@@ -79,18 +79,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
79
79
|
throttling: boolean;
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
|
-
* @public
|
|
83
82
|
* <p>The ID of the service that is associated with the error.</p>
|
|
83
|
+
* @public
|
|
84
84
|
*/
|
|
85
85
|
serviceCode?: string;
|
|
86
86
|
/**
|
|
87
|
-
* @public
|
|
88
87
|
* <p>The ID of the service quota that was exceeded.</p>
|
|
88
|
+
* @public
|
|
89
89
|
*/
|
|
90
90
|
quotaCode?: string;
|
|
91
91
|
/**
|
|
92
|
-
* @public
|
|
93
92
|
* <p>The number of seconds the caller should wait before retrying.</p>
|
|
93
|
+
* @public
|
|
94
94
|
*/
|
|
95
95
|
retryAfterSeconds?: number;
|
|
96
96
|
/**
|
|
@@ -99,8 +99,8 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
99
99
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* @public
|
|
103
102
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
103
|
+
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ValidationException extends __BaseException {
|
|
106
106
|
readonly name: "ValidationException";
|
|
@@ -115,34 +115,34 @@ export declare class ValidationException extends __BaseException {
|
|
|
115
115
|
*/
|
|
116
116
|
export interface ListBaselinesInput {
|
|
117
117
|
/**
|
|
118
|
-
* @public
|
|
119
118
|
* <p>A pagination token.</p>
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
nextToken?: string;
|
|
122
122
|
/**
|
|
123
|
-
* @public
|
|
124
123
|
* <p>The maximum number of results to be shown.</p>
|
|
124
|
+
* @public
|
|
125
125
|
*/
|
|
126
126
|
maxResults?: number;
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
|
-
* @public
|
|
130
129
|
* <p>Returns a summary of information about a <code>Baseline</code> object.</p>
|
|
130
|
+
* @public
|
|
131
131
|
*/
|
|
132
132
|
export interface BaselineSummary {
|
|
133
133
|
/**
|
|
134
|
-
* @public
|
|
135
134
|
* <p>The full ARN of a Baseline.</p>
|
|
135
|
+
* @public
|
|
136
136
|
*/
|
|
137
137
|
arn: string | undefined;
|
|
138
138
|
/**
|
|
139
|
-
* @public
|
|
140
139
|
* <p>The human-readable name of a Baseline.</p>
|
|
140
|
+
* @public
|
|
141
141
|
*/
|
|
142
142
|
name: string | undefined;
|
|
143
143
|
/**
|
|
144
|
-
* @public
|
|
145
144
|
* <p>A summary description of a Baseline.</p>
|
|
145
|
+
* @public
|
|
146
146
|
*/
|
|
147
147
|
description?: string;
|
|
148
148
|
}
|
|
@@ -151,19 +151,19 @@ export interface BaselineSummary {
|
|
|
151
151
|
*/
|
|
152
152
|
export interface ListBaselinesOutput {
|
|
153
153
|
/**
|
|
154
|
-
* @public
|
|
155
154
|
* <p>A list of <code>Baseline</code> object details.</p>
|
|
155
|
+
* @public
|
|
156
156
|
*/
|
|
157
157
|
baselines: BaselineSummary[] | undefined;
|
|
158
158
|
/**
|
|
159
|
-
* @public
|
|
160
159
|
* <p>A pagination token.</p>
|
|
160
|
+
* @public
|
|
161
161
|
*/
|
|
162
162
|
nextToken?: string;
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
|
-
* @public
|
|
166
165
|
* <p>Updating or deleting the resource can cause an inconsistent state.</p>
|
|
166
|
+
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class ConflictException extends __BaseException {
|
|
169
169
|
readonly name: "ConflictException";
|
|
@@ -178,15 +178,15 @@ export declare class ConflictException extends __BaseException {
|
|
|
178
178
|
*/
|
|
179
179
|
export interface DisableControlInput {
|
|
180
180
|
/**
|
|
181
|
-
* @public
|
|
182
181
|
* <p>The ARN of the control. Only <b>Strongly recommended</b> and
|
|
183
182
|
* <b>Elective</b> controls are permitted, with the exception of the
|
|
184
183
|
* <b>Region deny</b> control. For information on how to find the <code>controlIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
184
|
+
* @public
|
|
185
185
|
*/
|
|
186
186
|
controlIdentifier: string | undefined;
|
|
187
187
|
/**
|
|
188
|
-
* @public
|
|
189
188
|
* <p>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
targetIdentifier: string | undefined;
|
|
192
192
|
}
|
|
@@ -195,15 +195,15 @@ export interface DisableControlInput {
|
|
|
195
195
|
*/
|
|
196
196
|
export interface DisableControlOutput {
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* <p>The ID of the asynchronous operation, which is used to track status. The operation is
|
|
200
199
|
* available for 90 days.</p>
|
|
200
|
+
* @public
|
|
201
201
|
*/
|
|
202
202
|
operationIdentifier: string | undefined;
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* @public
|
|
206
205
|
* <p>The request would cause a service quota to be exceeded. The limit is 10 concurrent operations.</p>
|
|
206
|
+
* @public
|
|
207
207
|
*/
|
|
208
208
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
209
209
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -214,18 +214,18 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
214
214
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* @public
|
|
218
217
|
* <p>A key/value pair, where <code>Key</code> is of type <code>String</code> and <code>Value</code> is of type <code>Document</code>.</p>
|
|
218
|
+
* @public
|
|
219
219
|
*/
|
|
220
220
|
export interface EnabledControlParameter {
|
|
221
221
|
/**
|
|
222
|
-
* @public
|
|
223
222
|
* <p>The key of a key/value pair.</p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
key: string | undefined;
|
|
226
226
|
/**
|
|
227
|
-
* @public
|
|
228
227
|
* <p>The value of a key/value pair.</p>
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
value: __DocumentType | undefined;
|
|
231
231
|
}
|
|
@@ -234,25 +234,25 @@ export interface EnabledControlParameter {
|
|
|
234
234
|
*/
|
|
235
235
|
export interface EnableControlInput {
|
|
236
236
|
/**
|
|
237
|
-
* @public
|
|
238
237
|
* <p>The ARN of the control. Only <b>Strongly recommended</b> and
|
|
239
238
|
* <b>Elective</b> controls are permitted, with the exception of the
|
|
240
239
|
* <b>Region deny</b> control. For information on how to find the <code>controlIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
controlIdentifier: string | undefined;
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* <p>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
245
|
+
* @public
|
|
246
246
|
*/
|
|
247
247
|
targetIdentifier: string | undefined;
|
|
248
248
|
/**
|
|
249
|
-
* @public
|
|
250
249
|
* <p>Tags to be applied to the <code>EnabledControl</code> resource.</p>
|
|
250
|
+
* @public
|
|
251
251
|
*/
|
|
252
252
|
tags?: Record<string, string>;
|
|
253
253
|
/**
|
|
254
|
-
* @public
|
|
255
254
|
* <p>A list of input parameter values, which are specified to configure the control when you enable it.</p>
|
|
255
|
+
* @public
|
|
256
256
|
*/
|
|
257
257
|
parameters?: EnabledControlParameter[];
|
|
258
258
|
}
|
|
@@ -261,14 +261,14 @@ export interface EnableControlInput {
|
|
|
261
261
|
*/
|
|
262
262
|
export interface EnableControlOutput {
|
|
263
263
|
/**
|
|
264
|
-
* @public
|
|
265
264
|
* <p>The ID of the asynchronous operation, which is used to track status. The operation is
|
|
266
265
|
* available for 90 days.</p>
|
|
266
|
+
* @public
|
|
267
267
|
*/
|
|
268
268
|
operationIdentifier: string | undefined;
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>The ARN of the <code>EnabledControl</code> resource.</p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
arn?: string;
|
|
274
274
|
}
|
|
@@ -277,8 +277,8 @@ export interface EnableControlOutput {
|
|
|
277
277
|
*/
|
|
278
278
|
export interface DisableBaselineInput {
|
|
279
279
|
/**
|
|
280
|
-
* @public
|
|
281
280
|
* <p>Identifier of the <code>EnabledBaseline</code> resource to be deactivated, in ARN format.</p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
enabledBaselineIdentifier: string | undefined;
|
|
284
284
|
}
|
|
@@ -287,24 +287,24 @@ export interface DisableBaselineInput {
|
|
|
287
287
|
*/
|
|
288
288
|
export interface DisableBaselineOutput {
|
|
289
289
|
/**
|
|
290
|
-
* @public
|
|
291
290
|
* <p>The ID (in UUID format) of the asynchronous <code>DisableBaseline</code> operation. This <code>operationIdentifier</code> is used to track status through calls to the <code>GetBaselineOperation</code> API.</p>
|
|
291
|
+
* @public
|
|
292
292
|
*/
|
|
293
293
|
operationIdentifier: string | undefined;
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
|
-
* @public
|
|
297
296
|
* <p>A key-value parameter to an <code>EnabledBaseline</code> resource.</p>
|
|
297
|
+
* @public
|
|
298
298
|
*/
|
|
299
299
|
export interface EnabledBaselineParameter {
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>A string denoting the parameter key.</p>
|
|
302
|
+
* @public
|
|
303
303
|
*/
|
|
304
304
|
key: string | undefined;
|
|
305
305
|
/**
|
|
306
|
-
* @public
|
|
307
306
|
* <p>A low-level <code>Document</code> object of any type (for example, a Java Object).</p>
|
|
307
|
+
* @public
|
|
308
308
|
*/
|
|
309
309
|
value: __DocumentType | undefined;
|
|
310
310
|
}
|
|
@@ -313,28 +313,28 @@ export interface EnabledBaselineParameter {
|
|
|
313
313
|
*/
|
|
314
314
|
export interface EnableBaselineInput {
|
|
315
315
|
/**
|
|
316
|
-
* @public
|
|
317
316
|
* <p>The specific version to be enabled of the specified baseline.</p>
|
|
317
|
+
* @public
|
|
318
318
|
*/
|
|
319
319
|
baselineVersion: string | undefined;
|
|
320
320
|
/**
|
|
321
|
-
* @public
|
|
322
321
|
* <p>A list of <code>key-value</code> objects that specify enablement parameters, where <code>key</code> is a string and <code>value</code> is a document of any type.</p>
|
|
322
|
+
* @public
|
|
323
323
|
*/
|
|
324
324
|
parameters?: EnabledBaselineParameter[];
|
|
325
325
|
/**
|
|
326
|
-
* @public
|
|
327
326
|
* <p>The ARN of the baseline to be enabled.</p>
|
|
327
|
+
* @public
|
|
328
328
|
*/
|
|
329
329
|
baselineIdentifier: string | undefined;
|
|
330
330
|
/**
|
|
331
|
-
* @public
|
|
332
331
|
* <p>The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.</p>
|
|
332
|
+
* @public
|
|
333
333
|
*/
|
|
334
334
|
targetIdentifier: string | undefined;
|
|
335
335
|
/**
|
|
336
|
-
* @public
|
|
337
336
|
* <p>Tags associated with input to <code>EnableBaseline</code>.</p>
|
|
337
|
+
* @public
|
|
338
338
|
*/
|
|
339
339
|
tags?: Record<string, string>;
|
|
340
340
|
}
|
|
@@ -343,13 +343,13 @@ export interface EnableBaselineInput {
|
|
|
343
343
|
*/
|
|
344
344
|
export interface EnableBaselineOutput {
|
|
345
345
|
/**
|
|
346
|
-
* @public
|
|
347
346
|
* <p>The ID (in UUID format) of the asynchronous <code>EnableBaseline</code> operation. This <code>operationIdentifier</code> is used to track status through calls to the <code>GetBaselineOperation</code> API.</p>
|
|
347
|
+
* @public
|
|
348
348
|
*/
|
|
349
349
|
operationIdentifier: string | undefined;
|
|
350
350
|
/**
|
|
351
|
-
* @public
|
|
352
351
|
* <p>The ARN of the <code>EnabledBaseline</code> resource.</p>
|
|
352
|
+
* @public
|
|
353
353
|
*/
|
|
354
354
|
arn: string | undefined;
|
|
355
355
|
}
|
|
@@ -358,8 +358,8 @@ export interface EnableBaselineOutput {
|
|
|
358
358
|
*/
|
|
359
359
|
export interface GetBaselineOperationInput {
|
|
360
360
|
/**
|
|
361
|
-
* @public
|
|
362
361
|
* <p>The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).</p>
|
|
362
|
+
* @public
|
|
363
363
|
*/
|
|
364
364
|
operationIdentifier: string | undefined;
|
|
365
365
|
}
|
|
@@ -391,38 +391,38 @@ export declare const BaselineOperationStatus: {
|
|
|
391
391
|
*/
|
|
392
392
|
export type BaselineOperationStatus = (typeof BaselineOperationStatus)[keyof typeof BaselineOperationStatus];
|
|
393
393
|
/**
|
|
394
|
-
* @public
|
|
395
394
|
* <p>An object of shape <code>BaselineOperation</code>, returning details about the specified <code>Baseline</code> operation ID.</p>
|
|
395
|
+
* @public
|
|
396
396
|
*/
|
|
397
397
|
export interface BaselineOperation {
|
|
398
398
|
/**
|
|
399
|
-
* @public
|
|
400
399
|
* <p>The identifier of the specified operation.</p>
|
|
400
|
+
* @public
|
|
401
401
|
*/
|
|
402
402
|
operationIdentifier?: string;
|
|
403
403
|
/**
|
|
404
|
-
* @public
|
|
405
404
|
* <p>An enumerated type (<code>enum</code>) with possible values of <code>ENABLE_BASELINE</code>, <code>DISABLE_BASELINE</code>, <code>UPDATE_ENABLED_BASELINE</code>, or <code>RESET_ENABLED_BASELINE</code>.</p>
|
|
405
|
+
* @public
|
|
406
406
|
*/
|
|
407
407
|
operationType?: BaselineOperationType;
|
|
408
408
|
/**
|
|
409
|
-
* @public
|
|
410
409
|
* <p>An enumerated type (<code>enum</code>) with possible values of <code>SUCCEEDED</code>, <code>FAILED</code>, or <code>IN_PROGRESS</code>.</p>
|
|
410
|
+
* @public
|
|
411
411
|
*/
|
|
412
412
|
status?: BaselineOperationStatus;
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* <p>The start time of the operation, in ISO 8601 format.</p>
|
|
415
|
+
* @public
|
|
416
416
|
*/
|
|
417
417
|
startTime?: Date;
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* <p>The end time of the operation (if applicable), in ISO 8601 format.</p>
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
endTime?: Date;
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>A status message that gives more information about the operation's status, if applicable.</p>
|
|
425
|
+
* @public
|
|
426
426
|
*/
|
|
427
427
|
statusMessage?: string;
|
|
428
428
|
}
|
|
@@ -431,8 +431,8 @@ export interface BaselineOperation {
|
|
|
431
431
|
*/
|
|
432
432
|
export interface GetBaselineOperationOutput {
|
|
433
433
|
/**
|
|
434
|
-
* @public
|
|
435
434
|
* <p>A <code>baselineOperation</code> object that shows information about the specified operation ID.</p>
|
|
435
|
+
* @public
|
|
436
436
|
*/
|
|
437
437
|
baselineOperation: BaselineOperation | undefined;
|
|
438
438
|
}
|
|
@@ -441,24 +441,24 @@ export interface GetBaselineOperationOutput {
|
|
|
441
441
|
*/
|
|
442
442
|
export interface GetEnabledBaselineInput {
|
|
443
443
|
/**
|
|
444
|
-
* @public
|
|
445
444
|
* <p>Identifier of the <code>EnabledBaseline</code> resource to be retrieved, in ARN format.</p>
|
|
445
|
+
* @public
|
|
446
446
|
*/
|
|
447
447
|
enabledBaselineIdentifier: string | undefined;
|
|
448
448
|
}
|
|
449
449
|
/**
|
|
450
|
-
* @public
|
|
451
450
|
* <p>Summary of an applied parameter to an <code>EnabledBaseline</code> resource. </p>
|
|
451
|
+
* @public
|
|
452
452
|
*/
|
|
453
453
|
export interface EnabledBaselineParameterSummary {
|
|
454
454
|
/**
|
|
455
|
-
* @public
|
|
456
455
|
* <p>A string denoting the parameter key.</p>
|
|
456
|
+
* @public
|
|
457
457
|
*/
|
|
458
458
|
key: string | undefined;
|
|
459
459
|
/**
|
|
460
|
-
* @public
|
|
461
460
|
* <p>A low-level document object of any type (for example, a Java Object).</p>
|
|
461
|
+
* @public
|
|
462
462
|
*/
|
|
463
463
|
value: __DocumentType | undefined;
|
|
464
464
|
}
|
|
@@ -476,12 +476,11 @@ export declare const EnablementStatus: {
|
|
|
476
476
|
*/
|
|
477
477
|
export type EnablementStatus = (typeof EnablementStatus)[keyof typeof EnablementStatus];
|
|
478
478
|
/**
|
|
479
|
-
* @public
|
|
480
479
|
* <p>The deployment summary of the enabled control.</p>
|
|
480
|
+
* @public
|
|
481
481
|
*/
|
|
482
482
|
export interface EnablementStatusSummary {
|
|
483
483
|
/**
|
|
484
|
-
* @public
|
|
485
484
|
* <p> The deployment status of the enabled control.</p>
|
|
486
485
|
* <p>Valid values:</p>
|
|
487
486
|
* <ul>
|
|
@@ -498,47 +497,48 @@ export interface EnablementStatusSummary {
|
|
|
498
497
|
* <code>FAILED</code>: The <code>enabledControl</code> configuration failed to deploy.</p>
|
|
499
498
|
* </li>
|
|
500
499
|
* </ul>
|
|
500
|
+
* @public
|
|
501
501
|
*/
|
|
502
502
|
status?: EnablementStatus;
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* <p>The last operation identifier for the enabled control.</p>
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
lastOperationIdentifier?: string;
|
|
508
508
|
}
|
|
509
509
|
/**
|
|
510
|
-
* @public
|
|
511
510
|
* <p>Details of the <code>EnabledBaseline</code> resource.</p>
|
|
511
|
+
* @public
|
|
512
512
|
*/
|
|
513
513
|
export interface EnabledBaselineDetails {
|
|
514
514
|
/**
|
|
515
|
-
* @public
|
|
516
515
|
* <p>The ARN of the <code>EnabledBaseline</code> resource.</p>
|
|
516
|
+
* @public
|
|
517
517
|
*/
|
|
518
518
|
arn: string | undefined;
|
|
519
519
|
/**
|
|
520
|
-
* @public
|
|
521
520
|
* <p>The specific <code>Baseline</code> enabled as part of the <code>EnabledBaseline</code> resource.</p>
|
|
521
|
+
* @public
|
|
522
522
|
*/
|
|
523
523
|
baselineIdentifier: string | undefined;
|
|
524
524
|
/**
|
|
525
|
-
* @public
|
|
526
525
|
* <p>The enabled version of the <code>Baseline</code>.</p>
|
|
526
|
+
* @public
|
|
527
527
|
*/
|
|
528
528
|
baselineVersion?: string;
|
|
529
529
|
/**
|
|
530
|
-
* @public
|
|
531
530
|
* <p>The target on which to enable the <code>Baseline</code>.</p>
|
|
531
|
+
* @public
|
|
532
532
|
*/
|
|
533
533
|
targetIdentifier: string | undefined;
|
|
534
534
|
/**
|
|
535
|
-
* @public
|
|
536
535
|
* <p>The deployment summary of the enabled control.</p>
|
|
536
|
+
* @public
|
|
537
537
|
*/
|
|
538
538
|
statusSummary: EnablementStatusSummary | undefined;
|
|
539
539
|
/**
|
|
540
|
-
* @public
|
|
541
540
|
* <p>Shows the parameters that are applied when enabling this <code>Baseline</code>.</p>
|
|
541
|
+
* @public
|
|
542
542
|
*/
|
|
543
543
|
parameters?: EnabledBaselineParameterSummary[];
|
|
544
544
|
}
|
|
@@ -547,24 +547,24 @@ export interface EnabledBaselineDetails {
|
|
|
547
547
|
*/
|
|
548
548
|
export interface GetEnabledBaselineOutput {
|
|
549
549
|
/**
|
|
550
|
-
* @public
|
|
551
550
|
* <p>Details of the <code>EnabledBaseline</code> resource.</p>
|
|
551
|
+
* @public
|
|
552
552
|
*/
|
|
553
553
|
enabledBaselineDetails?: EnabledBaselineDetails;
|
|
554
554
|
}
|
|
555
555
|
/**
|
|
556
|
-
* @public
|
|
557
556
|
* <p>A filter applied on the <code>ListEnabledBaseline</code> operation. Allowed filters are <code>baselineIdentifiers</code> and <code>targetIdentifiers</code>. The filter can be applied for either, or both.</p>
|
|
557
|
+
* @public
|
|
558
558
|
*/
|
|
559
559
|
export interface EnabledBaselineFilter {
|
|
560
560
|
/**
|
|
561
|
-
* @public
|
|
562
561
|
* <p>Identifiers for the targets of the <code>Baseline</code> filter operation.</p>
|
|
562
|
+
* @public
|
|
563
563
|
*/
|
|
564
564
|
targetIdentifiers?: string[];
|
|
565
565
|
/**
|
|
566
|
-
* @public
|
|
567
566
|
* <p>Identifiers for the <code>Baseline</code> objects returned as part of the filter operation.</p>
|
|
567
|
+
* @public
|
|
568
568
|
*/
|
|
569
569
|
baselineIdentifiers?: string[];
|
|
570
570
|
}
|
|
@@ -573,49 +573,49 @@ export interface EnabledBaselineFilter {
|
|
|
573
573
|
*/
|
|
574
574
|
export interface ListEnabledBaselinesInput {
|
|
575
575
|
/**
|
|
576
|
-
* @public
|
|
577
576
|
* <p>A filter applied on the <code>ListEnabledBaseline</code> operation. Allowed filters are <code>baselineIdentifiers</code> and <code>targetIdentifiers</code>. The filter can be applied for either, or both.</p>
|
|
577
|
+
* @public
|
|
578
578
|
*/
|
|
579
579
|
filter?: EnabledBaselineFilter;
|
|
580
580
|
/**
|
|
581
|
-
* @public
|
|
582
581
|
* <p>A pagination token.</p>
|
|
582
|
+
* @public
|
|
583
583
|
*/
|
|
584
584
|
nextToken?: string;
|
|
585
585
|
/**
|
|
586
|
-
* @public
|
|
587
586
|
* <p>The maximum number of results to be shown.</p>
|
|
587
|
+
* @public
|
|
588
588
|
*/
|
|
589
589
|
maxResults?: number;
|
|
590
590
|
}
|
|
591
591
|
/**
|
|
592
|
-
* @public
|
|
593
592
|
* <p>Returns a summary of information about an <code>EnabledBaseline</code> object.</p>
|
|
593
|
+
* @public
|
|
594
594
|
*/
|
|
595
595
|
export interface EnabledBaselineSummary {
|
|
596
596
|
/**
|
|
597
|
-
* @public
|
|
598
597
|
* <p>The ARN of the <code>EnabledBaseline</code> resource</p>
|
|
598
|
+
* @public
|
|
599
599
|
*/
|
|
600
600
|
arn: string | undefined;
|
|
601
601
|
/**
|
|
602
|
-
* @public
|
|
603
602
|
* <p>The specific baseline that is enabled as part of the <code>EnabledBaseline</code> resource.</p>
|
|
603
|
+
* @public
|
|
604
604
|
*/
|
|
605
605
|
baselineIdentifier: string | undefined;
|
|
606
606
|
/**
|
|
607
|
-
* @public
|
|
608
607
|
* <p>The enabled version of the baseline.</p>
|
|
608
|
+
* @public
|
|
609
609
|
*/
|
|
610
610
|
baselineVersion?: string;
|
|
611
611
|
/**
|
|
612
|
-
* @public
|
|
613
612
|
* <p>The target upon which the baseline is enabled.</p>
|
|
613
|
+
* @public
|
|
614
614
|
*/
|
|
615
615
|
targetIdentifier: string | undefined;
|
|
616
616
|
/**
|
|
617
|
-
* @public
|
|
618
617
|
* <p>The deployment summary of the enabled control.</p>
|
|
618
|
+
* @public
|
|
619
619
|
*/
|
|
620
620
|
statusSummary: EnablementStatusSummary | undefined;
|
|
621
621
|
}
|
|
@@ -624,13 +624,13 @@ export interface EnabledBaselineSummary {
|
|
|
624
624
|
*/
|
|
625
625
|
export interface ListEnabledBaselinesOutput {
|
|
626
626
|
/**
|
|
627
|
-
* @public
|
|
628
627
|
* <p>Retuens a list of summaries of <code>EnabledBaseline</code> resources.</p>
|
|
628
|
+
* @public
|
|
629
629
|
*/
|
|
630
630
|
enabledBaselines: EnabledBaselineSummary[] | undefined;
|
|
631
631
|
/**
|
|
632
|
-
* @public
|
|
633
632
|
* <p>A pagination token.</p>
|
|
633
|
+
* @public
|
|
634
634
|
*/
|
|
635
635
|
nextToken?: string;
|
|
636
636
|
}
|
|
@@ -639,8 +639,8 @@ export interface ListEnabledBaselinesOutput {
|
|
|
639
639
|
*/
|
|
640
640
|
export interface ResetEnabledBaselineInput {
|
|
641
641
|
/**
|
|
642
|
-
* @public
|
|
643
642
|
* <p>Specifies the ID of the <code>EnabledBaseline</code> resource to be re-enabled, in ARN format.</p>
|
|
643
|
+
* @public
|
|
644
644
|
*/
|
|
645
645
|
enabledBaselineIdentifier: string | undefined;
|
|
646
646
|
}
|
|
@@ -649,8 +649,8 @@ export interface ResetEnabledBaselineInput {
|
|
|
649
649
|
*/
|
|
650
650
|
export interface ResetEnabledBaselineOutput {
|
|
651
651
|
/**
|
|
652
|
-
* @public
|
|
653
652
|
* <p>The ID (in UUID format) of the asynchronous <code>ResetEnabledBaseline</code> operation. This <code>operationIdentifier</code> is used to track status through calls to the <code>GetBaselineOperation</code> API.</p>
|
|
653
|
+
* @public
|
|
654
654
|
*/
|
|
655
655
|
operationIdentifier: string | undefined;
|
|
656
656
|
}
|
|
@@ -659,18 +659,18 @@ export interface ResetEnabledBaselineOutput {
|
|
|
659
659
|
*/
|
|
660
660
|
export interface UpdateEnabledBaselineInput {
|
|
661
661
|
/**
|
|
662
|
-
* @public
|
|
663
662
|
* <p>Specifies the new <code>Baseline</code> version, to which the <code>EnabledBaseline</code> should be updated.</p>
|
|
663
|
+
* @public
|
|
664
664
|
*/
|
|
665
665
|
baselineVersion: string | undefined;
|
|
666
666
|
/**
|
|
667
|
-
* @public
|
|
668
667
|
* <p>Parameters to apply when making an update.</p>
|
|
668
|
+
* @public
|
|
669
669
|
*/
|
|
670
670
|
parameters?: EnabledBaselineParameter[];
|
|
671
671
|
/**
|
|
672
|
-
* @public
|
|
673
672
|
* <p>Specifies the <code>EnabledBaseline</code> resource to be updated.</p>
|
|
673
|
+
* @public
|
|
674
674
|
*/
|
|
675
675
|
enabledBaselineIdentifier: string | undefined;
|
|
676
676
|
}
|
|
@@ -679,8 +679,8 @@ export interface UpdateEnabledBaselineInput {
|
|
|
679
679
|
*/
|
|
680
680
|
export interface UpdateEnabledBaselineOutput {
|
|
681
681
|
/**
|
|
682
|
-
* @public
|
|
683
682
|
* <p>The ID (in UUID format) of the asynchronous <code>UpdateEnabledBaseline</code> operation. This <code>operationIdentifier</code> is used to track status through calls to the <code>GetBaselineOperation</code> API.</p>
|
|
683
|
+
* @public
|
|
684
684
|
*/
|
|
685
685
|
operationIdentifier: string | undefined;
|
|
686
686
|
}
|
|
@@ -689,9 +689,9 @@ export interface UpdateEnabledBaselineOutput {
|
|
|
689
689
|
*/
|
|
690
690
|
export interface GetControlOperationInput {
|
|
691
691
|
/**
|
|
692
|
-
* @public
|
|
693
692
|
* <p>The ID of the asynchronous operation, which is used to track status. The operation is
|
|
694
693
|
* available for 90 days.</p>
|
|
694
|
+
* @public
|
|
695
695
|
*/
|
|
696
696
|
operationIdentifier: string | undefined;
|
|
697
697
|
}
|
|
@@ -722,34 +722,34 @@ export declare const ControlOperationStatus: {
|
|
|
722
722
|
*/
|
|
723
723
|
export type ControlOperationStatus = (typeof ControlOperationStatus)[keyof typeof ControlOperationStatus];
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* <p>An operation performed by the control.</p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
export interface ControlOperation {
|
|
729
729
|
/**
|
|
730
|
-
* @public
|
|
731
730
|
* <p>One of <code>ENABLE_CONTROL</code> or <code>DISABLE_CONTROL</code>.</p>
|
|
731
|
+
* @public
|
|
732
732
|
*/
|
|
733
733
|
operationType?: ControlOperationType;
|
|
734
734
|
/**
|
|
735
|
-
* @public
|
|
736
735
|
* <p>The time that the operation began.</p>
|
|
736
|
+
* @public
|
|
737
737
|
*/
|
|
738
738
|
startTime?: Date;
|
|
739
739
|
/**
|
|
740
|
-
* @public
|
|
741
740
|
* <p>The time that the operation finished.</p>
|
|
741
|
+
* @public
|
|
742
742
|
*/
|
|
743
743
|
endTime?: Date;
|
|
744
744
|
/**
|
|
745
|
-
* @public
|
|
746
745
|
* <p>One of <code>IN_PROGRESS</code>, <code>SUCEEDED</code>, or <code>FAILED</code>.</p>
|
|
746
|
+
* @public
|
|
747
747
|
*/
|
|
748
748
|
status?: ControlOperationStatus;
|
|
749
749
|
/**
|
|
750
|
-
* @public
|
|
751
750
|
* <p>If the operation result is <code>FAILED</code>, this string contains a message explaining
|
|
752
751
|
* why the operation failed.</p>
|
|
752
|
+
* @public
|
|
753
753
|
*/
|
|
754
754
|
statusMessage?: string;
|
|
755
755
|
}
|
|
@@ -758,8 +758,8 @@ export interface ControlOperation {
|
|
|
758
758
|
*/
|
|
759
759
|
export interface GetControlOperationOutput {
|
|
760
760
|
/**
|
|
761
|
-
* @public
|
|
762
761
|
* <p>An operation performed by the control.</p>
|
|
762
|
+
* @public
|
|
763
763
|
*/
|
|
764
764
|
controlOperation: ControlOperation | undefined;
|
|
765
765
|
}
|
|
@@ -768,8 +768,8 @@ export interface GetControlOperationOutput {
|
|
|
768
768
|
*/
|
|
769
769
|
export interface GetEnabledControlInput {
|
|
770
770
|
/**
|
|
771
|
-
* @public
|
|
772
771
|
* <p>The <code>controlIdentifier</code> of the enabled control.</p>
|
|
772
|
+
* @public
|
|
773
773
|
*/
|
|
774
774
|
enabledControlIdentifier: string | undefined;
|
|
775
775
|
}
|
|
@@ -788,15 +788,14 @@ export declare const DriftStatus: {
|
|
|
788
788
|
*/
|
|
789
789
|
export type DriftStatus = (typeof DriftStatus)[keyof typeof DriftStatus];
|
|
790
790
|
/**
|
|
791
|
-
* @public
|
|
792
791
|
* <p>The drift summary of the enabled control.</p>
|
|
793
792
|
* <p>Amazon Web Services Control Tower expects the enabled control
|
|
794
793
|
* configuration to include all supported and governed Regions. If the enabled control differs
|
|
795
794
|
* from the expected configuration, it is defined to be in a state of drift. You can repair this drift by resetting the enabled control.</p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
export interface DriftStatusSummary {
|
|
798
798
|
/**
|
|
799
|
-
* @public
|
|
800
799
|
* <p> The drift status of the enabled control.</p>
|
|
801
800
|
* <p>Valid values:</p>
|
|
802
801
|
* <ul>
|
|
@@ -821,77 +820,78 @@ export interface DriftStatusSummary {
|
|
|
821
820
|
* enabled control. </p>
|
|
822
821
|
* </li>
|
|
823
822
|
* </ul>
|
|
823
|
+
* @public
|
|
824
824
|
*/
|
|
825
825
|
driftStatus?: DriftStatus;
|
|
826
826
|
}
|
|
827
827
|
/**
|
|
828
|
-
* @public
|
|
829
828
|
* <p>Returns a summary of information about the parameters of an enabled control.</p>
|
|
829
|
+
* @public
|
|
830
830
|
*/
|
|
831
831
|
export interface EnabledControlParameterSummary {
|
|
832
832
|
/**
|
|
833
|
-
* @public
|
|
834
833
|
* <p>The key of a key/value pair.</p>
|
|
834
|
+
* @public
|
|
835
835
|
*/
|
|
836
836
|
key: string | undefined;
|
|
837
837
|
/**
|
|
838
|
-
* @public
|
|
839
838
|
* <p>The value of a key/value pair.</p>
|
|
839
|
+
* @public
|
|
840
840
|
*/
|
|
841
841
|
value: __DocumentType | undefined;
|
|
842
842
|
}
|
|
843
843
|
/**
|
|
844
|
-
* @public
|
|
845
844
|
* <p>An Amazon Web Services Region in which Amazon Web Services Control Tower expects to find the control deployed. </p>
|
|
846
845
|
* <p>The expected Regions are based on the Regions that are governed by the landing zone. In
|
|
847
846
|
* certain cases, a control is not actually enabled in the Region as expected, such as during
|
|
848
847
|
* drift, or <a href="https://docs.aws.amazon.com/controltower/latest/userguide/region-how.html#mixed-governance">mixed governance</a>.</p>
|
|
848
|
+
* @public
|
|
849
849
|
*/
|
|
850
850
|
export interface Region {
|
|
851
851
|
/**
|
|
852
|
-
* @public
|
|
853
852
|
* <p>The Amazon Web Services Region name.</p>
|
|
853
|
+
* @public
|
|
854
854
|
*/
|
|
855
855
|
name?: string;
|
|
856
856
|
}
|
|
857
857
|
/**
|
|
858
|
-
* @public
|
|
859
858
|
* <p>Information about the enabled control.</p>
|
|
859
|
+
* @public
|
|
860
860
|
*/
|
|
861
861
|
export interface EnabledControlDetails {
|
|
862
862
|
/**
|
|
863
|
-
* @public
|
|
864
863
|
* <p>The ARN of the enabled control.</p>
|
|
864
|
+
* @public
|
|
865
865
|
*/
|
|
866
866
|
arn?: string;
|
|
867
867
|
/**
|
|
868
|
-
* @public
|
|
869
868
|
* <p>The control identifier of the enabled control. For information on how to find the <code>controlIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
869
|
+
* @public
|
|
870
870
|
*/
|
|
871
871
|
controlIdentifier?: string;
|
|
872
872
|
/**
|
|
873
|
-
* @public
|
|
874
873
|
* <p>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
874
|
+
* @public
|
|
875
875
|
*/
|
|
876
876
|
targetIdentifier?: string;
|
|
877
877
|
/**
|
|
878
|
-
* @public
|
|
879
878
|
* <p>Target Amazon Web Services Regions for the enabled control.</p>
|
|
879
|
+
* @public
|
|
880
880
|
*/
|
|
881
881
|
targetRegions?: Region[];
|
|
882
882
|
/**
|
|
883
|
-
* @public
|
|
884
883
|
* <p>The deployment summary of the enabled control.</p>
|
|
884
|
+
* @public
|
|
885
885
|
*/
|
|
886
886
|
statusSummary?: EnablementStatusSummary;
|
|
887
887
|
/**
|
|
888
|
-
* @public
|
|
889
888
|
* <p>The drift status of the enabled control.</p>
|
|
889
|
+
* @public
|
|
890
890
|
*/
|
|
891
891
|
driftStatusSummary?: DriftStatusSummary;
|
|
892
892
|
/**
|
|
893
|
-
* @public
|
|
894
893
|
* <p>Array of <code>EnabledControlParameter</code> objects.</p>
|
|
894
|
+
* @public
|
|
895
895
|
*/
|
|
896
896
|
parameters?: EnabledControlParameterSummary[];
|
|
897
897
|
}
|
|
@@ -900,8 +900,8 @@ export interface EnabledControlDetails {
|
|
|
900
900
|
*/
|
|
901
901
|
export interface GetEnabledControlOutput {
|
|
902
902
|
/**
|
|
903
|
-
* @public
|
|
904
903
|
* <p>Information about the enabled control.</p>
|
|
904
|
+
* @public
|
|
905
905
|
*/
|
|
906
906
|
enabledControlDetails: EnabledControlDetails | undefined;
|
|
907
907
|
}
|
|
@@ -910,19 +910,19 @@ export interface GetEnabledControlOutput {
|
|
|
910
910
|
*/
|
|
911
911
|
export interface CreateLandingZoneInput {
|
|
912
912
|
/**
|
|
913
|
-
* @public
|
|
914
913
|
* <p>The landing zone version, for example, 3.0.</p>
|
|
914
|
+
* @public
|
|
915
915
|
*/
|
|
916
916
|
version: string | undefined;
|
|
917
917
|
/**
|
|
918
|
-
* @public
|
|
919
918
|
* <p>The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review
|
|
920
919
|
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file">The manifest file</a>. </p>
|
|
920
|
+
* @public
|
|
921
921
|
*/
|
|
922
922
|
manifest: __DocumentType | undefined;
|
|
923
923
|
/**
|
|
924
|
-
* @public
|
|
925
924
|
* <p>Tags to be applied to the landing zone. </p>
|
|
925
|
+
* @public
|
|
926
926
|
*/
|
|
927
927
|
tags?: Record<string, string>;
|
|
928
928
|
}
|
|
@@ -931,14 +931,14 @@ export interface CreateLandingZoneInput {
|
|
|
931
931
|
*/
|
|
932
932
|
export interface CreateLandingZoneOutput {
|
|
933
933
|
/**
|
|
934
|
-
* @public
|
|
935
934
|
* <p>The ARN of the landing zone resource.</p>
|
|
935
|
+
* @public
|
|
936
936
|
*/
|
|
937
937
|
arn: string | undefined;
|
|
938
938
|
/**
|
|
939
|
-
* @public
|
|
940
939
|
* <p>A unique identifier assigned to a <code>CreateLandingZone</code> operation. You can use this
|
|
941
940
|
* identifier as an input of <code>GetLandingZoneOperation</code> to check the operation's status.</p>
|
|
941
|
+
* @public
|
|
942
942
|
*/
|
|
943
943
|
operationIdentifier: string | undefined;
|
|
944
944
|
}
|
|
@@ -947,8 +947,8 @@ export interface CreateLandingZoneOutput {
|
|
|
947
947
|
*/
|
|
948
948
|
export interface DeleteLandingZoneInput {
|
|
949
949
|
/**
|
|
950
|
-
* @public
|
|
951
950
|
* <p>The unique identifier of the landing zone.</p>
|
|
951
|
+
* @public
|
|
952
952
|
*/
|
|
953
953
|
landingZoneIdentifier: string | undefined;
|
|
954
954
|
}
|
|
@@ -957,9 +957,9 @@ export interface DeleteLandingZoneInput {
|
|
|
957
957
|
*/
|
|
958
958
|
export interface DeleteLandingZoneOutput {
|
|
959
959
|
/**
|
|
960
|
-
* @public
|
|
961
960
|
* <p>>A unique identifier assigned to a <code>DeleteLandingZone</code> operation. You can use this
|
|
962
961
|
* identifier as an input parameter of <code>GetLandingZoneOperation</code> to check the operation's status.</p>
|
|
962
|
+
* @public
|
|
963
963
|
*/
|
|
964
964
|
operationIdentifier: string | undefined;
|
|
965
965
|
}
|
|
@@ -968,8 +968,8 @@ export interface DeleteLandingZoneOutput {
|
|
|
968
968
|
*/
|
|
969
969
|
export interface GetLandingZoneInput {
|
|
970
970
|
/**
|
|
971
|
-
* @public
|
|
972
971
|
* <p>The unique identifier of the landing zone.</p>
|
|
972
|
+
* @public
|
|
973
973
|
*/
|
|
974
974
|
landingZoneIdentifier: string | undefined;
|
|
975
975
|
}
|
|
@@ -986,14 +986,13 @@ export declare const LandingZoneDriftStatus: {
|
|
|
986
986
|
*/
|
|
987
987
|
export type LandingZoneDriftStatus = (typeof LandingZoneDriftStatus)[keyof typeof LandingZoneDriftStatus];
|
|
988
988
|
/**
|
|
989
|
-
* @public
|
|
990
989
|
* <p>The drift status summary of the landing zone. </p>
|
|
991
990
|
* <p>If the landing zone differs from the expected configuration, it is defined to be in a state of
|
|
992
991
|
* drift. You can repair this drift by resetting the landing zone.</p>
|
|
992
|
+
* @public
|
|
993
993
|
*/
|
|
994
994
|
export interface LandingZoneDriftStatusSummary {
|
|
995
995
|
/**
|
|
996
|
-
* @public
|
|
997
996
|
* <p>The drift status of the landing zone. </p>
|
|
998
997
|
* <p>Valid values:</p>
|
|
999
998
|
* <ul>
|
|
@@ -1008,6 +1007,7 @@ export interface LandingZoneDriftStatusSummary {
|
|
|
1008
1007
|
* configuration that Amazon Web Services Control Tower expected. </p>
|
|
1009
1008
|
* </li>
|
|
1010
1009
|
* </ul>
|
|
1010
|
+
* @public
|
|
1011
1011
|
*/
|
|
1012
1012
|
status?: LandingZoneDriftStatus;
|
|
1013
1013
|
}
|
|
@@ -1025,38 +1025,38 @@ export declare const LandingZoneStatus: {
|
|
|
1025
1025
|
*/
|
|
1026
1026
|
export type LandingZoneStatus = (typeof LandingZoneStatus)[keyof typeof LandingZoneStatus];
|
|
1027
1027
|
/**
|
|
1028
|
-
* @public
|
|
1029
1028
|
* <p>Information about the landing zone.</p>
|
|
1029
|
+
* @public
|
|
1030
1030
|
*/
|
|
1031
1031
|
export interface LandingZoneDetail {
|
|
1032
1032
|
/**
|
|
1033
|
-
* @public
|
|
1034
1033
|
* <p>The landing zone's current deployed version.</p>
|
|
1034
|
+
* @public
|
|
1035
1035
|
*/
|
|
1036
1036
|
version: string | undefined;
|
|
1037
1037
|
/**
|
|
1038
|
-
* @public
|
|
1039
1038
|
* <p>The landing zone <code>manifest.yaml</code> text file that specifies the landing zone configurations. </p>
|
|
1039
|
+
* @public
|
|
1040
1040
|
*/
|
|
1041
1041
|
manifest: __DocumentType | undefined;
|
|
1042
1042
|
/**
|
|
1043
|
-
* @public
|
|
1044
1043
|
* <p>The ARN of the landing zone.</p>
|
|
1044
|
+
* @public
|
|
1045
1045
|
*/
|
|
1046
1046
|
arn?: string;
|
|
1047
1047
|
/**
|
|
1048
|
-
* @public
|
|
1049
1048
|
* <p>The landing zone deployment status. One of <code>ACTIVE</code>, <code>PROCESSING</code>, <code>FAILED</code>.</p>
|
|
1049
|
+
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
status?: LandingZoneStatus;
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p>The latest available version of the landing zone.</p>
|
|
1054
|
+
* @public
|
|
1055
1055
|
*/
|
|
1056
1056
|
latestAvailableVersion?: string;
|
|
1057
1057
|
/**
|
|
1058
|
-
* @public
|
|
1059
1058
|
* <p>The drift status of the landing zone.</p>
|
|
1059
|
+
* @public
|
|
1060
1060
|
*/
|
|
1061
1061
|
driftStatus?: LandingZoneDriftStatusSummary;
|
|
1062
1062
|
}
|
|
@@ -1065,8 +1065,8 @@ export interface LandingZoneDetail {
|
|
|
1065
1065
|
*/
|
|
1066
1066
|
export interface GetLandingZoneOutput {
|
|
1067
1067
|
/**
|
|
1068
|
-
* @public
|
|
1069
1068
|
* <p>Information about the landing zone.</p>
|
|
1069
|
+
* @public
|
|
1070
1070
|
*/
|
|
1071
1071
|
landingZone: LandingZoneDetail | undefined;
|
|
1072
1072
|
}
|
|
@@ -1075,8 +1075,8 @@ export interface GetLandingZoneOutput {
|
|
|
1075
1075
|
*/
|
|
1076
1076
|
export interface GetLandingZoneOperationInput {
|
|
1077
1077
|
/**
|
|
1078
|
-
* @public
|
|
1079
1078
|
* <p>A unique identifier assigned to a landing zone operation.</p>
|
|
1079
|
+
* @public
|
|
1080
1080
|
*/
|
|
1081
1081
|
operationIdentifier: string | undefined;
|
|
1082
1082
|
}
|
|
@@ -1108,12 +1108,11 @@ export declare const LandingZoneOperationStatus: {
|
|
|
1108
1108
|
*/
|
|
1109
1109
|
export type LandingZoneOperationStatus = (typeof LandingZoneOperationStatus)[keyof typeof LandingZoneOperationStatus];
|
|
1110
1110
|
/**
|
|
1111
|
-
* @public
|
|
1112
1111
|
* <p>Information about a landing zone operation.</p>
|
|
1112
|
+
* @public
|
|
1113
1113
|
*/
|
|
1114
1114
|
export interface LandingZoneOperationDetail {
|
|
1115
1115
|
/**
|
|
1116
|
-
* @public
|
|
1117
1116
|
* <p>The landing zone operation type. </p>
|
|
1118
1117
|
* <p>Valid values:</p>
|
|
1119
1118
|
* <ul>
|
|
@@ -1134,20 +1133,20 @@ export interface LandingZoneOperationDetail {
|
|
|
1134
1133
|
* <code>RESET</code>: The <code>ResetLandingZone</code> operation. </p>
|
|
1135
1134
|
* </li>
|
|
1136
1135
|
* </ul>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
operationType?: LandingZoneOperationType;
|
|
1139
1139
|
/**
|
|
1140
|
-
* @public
|
|
1141
1140
|
* <p>The landing zone operation start time.</p>
|
|
1141
|
+
* @public
|
|
1142
1142
|
*/
|
|
1143
1143
|
startTime?: Date;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>The landing zone operation end time.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
endTime?: Date;
|
|
1149
1149
|
/**
|
|
1150
|
-
* @public
|
|
1151
1150
|
* <p>Valid values:</p>
|
|
1152
1151
|
* <ul>
|
|
1153
1152
|
* <li>
|
|
@@ -1163,11 +1162,12 @@ export interface LandingZoneOperationDetail {
|
|
|
1163
1162
|
* <code>FAILED</code>: The landing zone operation failed. </p>
|
|
1164
1163
|
* </li>
|
|
1165
1164
|
* </ul>
|
|
1165
|
+
* @public
|
|
1166
1166
|
*/
|
|
1167
1167
|
status?: LandingZoneOperationStatus;
|
|
1168
1168
|
/**
|
|
1169
|
-
* @public
|
|
1170
1169
|
* <p>If the operation result is FAILED, this string contains a message explaining why the operation failed.</p>
|
|
1170
|
+
* @public
|
|
1171
1171
|
*/
|
|
1172
1172
|
statusMessage?: string;
|
|
1173
1173
|
}
|
|
@@ -1176,8 +1176,8 @@ export interface LandingZoneOperationDetail {
|
|
|
1176
1176
|
*/
|
|
1177
1177
|
export interface GetLandingZoneOperationOutput {
|
|
1178
1178
|
/**
|
|
1179
|
-
* @public
|
|
1180
1179
|
* <p>Details about a landing zone operation.</p>
|
|
1180
|
+
* @public
|
|
1181
1181
|
*/
|
|
1182
1182
|
operationDetails: LandingZoneOperationDetail | undefined;
|
|
1183
1183
|
}
|
|
@@ -1186,24 +1186,24 @@ export interface GetLandingZoneOperationOutput {
|
|
|
1186
1186
|
*/
|
|
1187
1187
|
export interface ListLandingZonesInput {
|
|
1188
1188
|
/**
|
|
1189
|
-
* @public
|
|
1190
1189
|
* <p>The token to continue the list from a previous API call with the same parameters.</p>
|
|
1190
|
+
* @public
|
|
1191
1191
|
*/
|
|
1192
1192
|
nextToken?: string;
|
|
1193
1193
|
/**
|
|
1194
|
-
* @public
|
|
1195
1194
|
* <p>The maximum number of returned landing zone ARNs, which is one.</p>
|
|
1195
|
+
* @public
|
|
1196
1196
|
*/
|
|
1197
1197
|
maxResults?: number;
|
|
1198
1198
|
}
|
|
1199
1199
|
/**
|
|
1200
|
-
* @public
|
|
1201
1200
|
* <p>Returns a summary of information about a landing zone.</p>
|
|
1201
|
+
* @public
|
|
1202
1202
|
*/
|
|
1203
1203
|
export interface LandingZoneSummary {
|
|
1204
1204
|
/**
|
|
1205
|
-
* @public
|
|
1206
1205
|
* <p>The ARN of the landing zone.</p>
|
|
1206
|
+
* @public
|
|
1207
1207
|
*/
|
|
1208
1208
|
arn?: string;
|
|
1209
1209
|
}
|
|
@@ -1212,13 +1212,13 @@ export interface LandingZoneSummary {
|
|
|
1212
1212
|
*/
|
|
1213
1213
|
export interface ListLandingZonesOutput {
|
|
1214
1214
|
/**
|
|
1215
|
-
* @public
|
|
1216
1215
|
* <p>The ARN of the landing zone.</p>
|
|
1216
|
+
* @public
|
|
1217
1217
|
*/
|
|
1218
1218
|
landingZones: LandingZoneSummary[] | undefined;
|
|
1219
1219
|
/**
|
|
1220
|
-
* @public
|
|
1221
1220
|
* <p>Retrieves the next page of results. If the string is empty, the response is the end of the results.</p>
|
|
1221
|
+
* @public
|
|
1222
1222
|
*/
|
|
1223
1223
|
nextToken?: string;
|
|
1224
1224
|
}
|
|
@@ -1227,8 +1227,8 @@ export interface ListLandingZonesOutput {
|
|
|
1227
1227
|
*/
|
|
1228
1228
|
export interface ResetLandingZoneInput {
|
|
1229
1229
|
/**
|
|
1230
|
-
* @public
|
|
1231
1230
|
* <p>The unique identifier of the landing zone.</p>
|
|
1231
|
+
* @public
|
|
1232
1232
|
*/
|
|
1233
1233
|
landingZoneIdentifier: string | undefined;
|
|
1234
1234
|
}
|
|
@@ -1237,9 +1237,9 @@ export interface ResetLandingZoneInput {
|
|
|
1237
1237
|
*/
|
|
1238
1238
|
export interface ResetLandingZoneOutput {
|
|
1239
1239
|
/**
|
|
1240
|
-
* @public
|
|
1241
1240
|
* <p>A unique identifier assigned to a <code>ResetLandingZone</code> operation. You can use this
|
|
1242
1241
|
* identifier as an input parameter of <code>GetLandingZoneOperation</code> to check the operation's status.</p>
|
|
1242
|
+
* @public
|
|
1243
1243
|
*/
|
|
1244
1244
|
operationIdentifier: string | undefined;
|
|
1245
1245
|
}
|
|
@@ -1248,19 +1248,19 @@ export interface ResetLandingZoneOutput {
|
|
|
1248
1248
|
*/
|
|
1249
1249
|
export interface UpdateLandingZoneInput {
|
|
1250
1250
|
/**
|
|
1251
|
-
* @public
|
|
1252
1251
|
* <p>The landing zone version, for example, 3.2.</p>
|
|
1252
|
+
* @public
|
|
1253
1253
|
*/
|
|
1254
1254
|
version: string | undefined;
|
|
1255
1255
|
/**
|
|
1256
|
-
* @public
|
|
1257
1256
|
* <p>The <code>manifest.yaml</code> file is a text file that describes your Amazon Web Services resources. For examples, review
|
|
1258
1257
|
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file">The manifest file</a>.</p>
|
|
1258
|
+
* @public
|
|
1259
1259
|
*/
|
|
1260
1260
|
manifest: __DocumentType | undefined;
|
|
1261
1261
|
/**
|
|
1262
|
-
* @public
|
|
1263
1262
|
* <p>The unique identifier of the landing zone.</p>
|
|
1263
|
+
* @public
|
|
1264
1264
|
*/
|
|
1265
1265
|
landingZoneIdentifier: string | undefined;
|
|
1266
1266
|
}
|
|
@@ -1269,9 +1269,9 @@ export interface UpdateLandingZoneInput {
|
|
|
1269
1269
|
*/
|
|
1270
1270
|
export interface UpdateLandingZoneOutput {
|
|
1271
1271
|
/**
|
|
1272
|
-
* @public
|
|
1273
1272
|
* <p>A unique identifier assigned to a <code>UpdateLandingZone</code> operation. You can use this
|
|
1274
1273
|
* identifier as an input of <code>GetLandingZoneOperation</code> to check the operation's status.</p>
|
|
1274
|
+
* @public
|
|
1275
1275
|
*/
|
|
1276
1276
|
operationIdentifier: string | undefined;
|
|
1277
1277
|
}
|
|
@@ -1280,49 +1280,49 @@ export interface UpdateLandingZoneOutput {
|
|
|
1280
1280
|
*/
|
|
1281
1281
|
export interface ListEnabledControlsInput {
|
|
1282
1282
|
/**
|
|
1283
|
-
* @public
|
|
1284
1283
|
* <p>The ARN of the organizational unit. For information on how to find the <code>targetIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
1284
|
+
* @public
|
|
1285
1285
|
*/
|
|
1286
1286
|
targetIdentifier: string | undefined;
|
|
1287
1287
|
/**
|
|
1288
|
-
* @public
|
|
1289
1288
|
* <p>The token to continue the list from a previous API call with the same parameters.</p>
|
|
1289
|
+
* @public
|
|
1290
1290
|
*/
|
|
1291
1291
|
nextToken?: string;
|
|
1292
1292
|
/**
|
|
1293
|
-
* @public
|
|
1294
1293
|
* <p>How many results to return per API call.</p>
|
|
1294
|
+
* @public
|
|
1295
1295
|
*/
|
|
1296
1296
|
maxResults?: number;
|
|
1297
1297
|
}
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* <p>Returns a summary of information about an enabled control.</p>
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
export interface EnabledControlSummary {
|
|
1303
1303
|
/**
|
|
1304
|
-
* @public
|
|
1305
1304
|
* <p>The <code>controlIdentifier</code> of the enabled control.</p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
controlIdentifier?: string;
|
|
1308
1308
|
/**
|
|
1309
|
-
* @public
|
|
1310
1309
|
* <p>The ARN of the enabled control.</p>
|
|
1310
|
+
* @public
|
|
1311
1311
|
*/
|
|
1312
1312
|
arn?: string;
|
|
1313
1313
|
/**
|
|
1314
|
-
* @public
|
|
1315
1314
|
* <p>The ARN of the organizational unit.</p>
|
|
1315
|
+
* @public
|
|
1316
1316
|
*/
|
|
1317
1317
|
targetIdentifier?: string;
|
|
1318
1318
|
/**
|
|
1319
|
-
* @public
|
|
1320
1319
|
* <p>A short description of the status of the enabled control.</p>
|
|
1320
|
+
* @public
|
|
1321
1321
|
*/
|
|
1322
1322
|
statusSummary?: EnablementStatusSummary;
|
|
1323
1323
|
/**
|
|
1324
|
-
* @public
|
|
1325
1324
|
* <p>The drift status of the enabled control.</p>
|
|
1325
|
+
* @public
|
|
1326
1326
|
*/
|
|
1327
1327
|
driftStatusSummary?: DriftStatusSummary;
|
|
1328
1328
|
}
|
|
@@ -1331,15 +1331,15 @@ export interface EnabledControlSummary {
|
|
|
1331
1331
|
*/
|
|
1332
1332
|
export interface ListEnabledControlsOutput {
|
|
1333
1333
|
/**
|
|
1334
|
-
* @public
|
|
1335
1334
|
* <p>Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and
|
|
1336
1335
|
* the accounts it contains.</p>
|
|
1336
|
+
* @public
|
|
1337
1337
|
*/
|
|
1338
1338
|
enabledControls: EnabledControlSummary[] | undefined;
|
|
1339
1339
|
/**
|
|
1340
|
-
* @public
|
|
1341
1340
|
* <p>Retrieves the next page of results. If the string is empty, the response is the
|
|
1342
1341
|
* end of the results.</p>
|
|
1342
|
+
* @public
|
|
1343
1343
|
*/
|
|
1344
1344
|
nextToken?: string;
|
|
1345
1345
|
}
|
|
@@ -1348,8 +1348,8 @@ export interface ListEnabledControlsOutput {
|
|
|
1348
1348
|
*/
|
|
1349
1349
|
export interface ListTagsForResourceInput {
|
|
1350
1350
|
/**
|
|
1351
|
-
* @public
|
|
1352
1351
|
* <p> The ARN of the resource.</p>
|
|
1352
|
+
* @public
|
|
1353
1353
|
*/
|
|
1354
1354
|
resourceArn: string | undefined;
|
|
1355
1355
|
}
|
|
@@ -1358,8 +1358,8 @@ export interface ListTagsForResourceInput {
|
|
|
1358
1358
|
*/
|
|
1359
1359
|
export interface ListTagsForResourceOutput {
|
|
1360
1360
|
/**
|
|
1361
|
-
* @public
|
|
1362
1361
|
* <p>A list of tags, as <code>key:value</code> strings.</p>
|
|
1362
|
+
* @public
|
|
1363
1363
|
*/
|
|
1364
1364
|
tags: Record<string, string> | undefined;
|
|
1365
1365
|
}
|
|
@@ -1368,13 +1368,13 @@ export interface ListTagsForResourceOutput {
|
|
|
1368
1368
|
*/
|
|
1369
1369
|
export interface TagResourceInput {
|
|
1370
1370
|
/**
|
|
1371
|
-
* @public
|
|
1372
1371
|
* <p>The ARN of the resource to be tagged.</p>
|
|
1372
|
+
* @public
|
|
1373
1373
|
*/
|
|
1374
1374
|
resourceArn: string | undefined;
|
|
1375
1375
|
/**
|
|
1376
|
-
* @public
|
|
1377
1376
|
* <p>Tags to be applied to the resource.</p>
|
|
1377
|
+
* @public
|
|
1378
1378
|
*/
|
|
1379
1379
|
tags: Record<string, string> | undefined;
|
|
1380
1380
|
}
|
|
@@ -1388,13 +1388,13 @@ export interface TagResourceOutput {
|
|
|
1388
1388
|
*/
|
|
1389
1389
|
export interface UntagResourceInput {
|
|
1390
1390
|
/**
|
|
1391
|
-
* @public
|
|
1392
1391
|
* <p>The ARN of the resource.</p>
|
|
1392
|
+
* @public
|
|
1393
1393
|
*/
|
|
1394
1394
|
resourceArn: string | undefined;
|
|
1395
1395
|
/**
|
|
1396
|
-
* @public
|
|
1397
1396
|
* <p>Tag keys to be removed from the resource.</p>
|
|
1397
|
+
* @public
|
|
1398
1398
|
*/
|
|
1399
1399
|
tagKeys: string[] | undefined;
|
|
1400
1400
|
}
|
|
@@ -1408,15 +1408,15 @@ export interface UntagResourceOutput {
|
|
|
1408
1408
|
*/
|
|
1409
1409
|
export interface UpdateEnabledControlInput {
|
|
1410
1410
|
/**
|
|
1411
|
-
* @public
|
|
1412
1411
|
* <p>A key/value pair, where <code>Key</code> is of type <code>String</code> and <code>Value</code> is of type <code>Document</code>.</p>
|
|
1412
|
+
* @public
|
|
1413
1413
|
*/
|
|
1414
1414
|
parameters: EnabledControlParameter[] | undefined;
|
|
1415
1415
|
/**
|
|
1416
|
-
* @public
|
|
1417
1416
|
* <p>
|
|
1418
1417
|
* The ARN of the enabled control that will be updated.
|
|
1419
1418
|
* </p>
|
|
1419
|
+
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
enabledControlIdentifier: string | undefined;
|
|
1422
1422
|
}
|
|
@@ -1425,10 +1425,10 @@ export interface UpdateEnabledControlInput {
|
|
|
1425
1425
|
*/
|
|
1426
1426
|
export interface UpdateEnabledControlOutput {
|
|
1427
1427
|
/**
|
|
1428
|
-
* @public
|
|
1429
1428
|
* <p>
|
|
1430
1429
|
* The operation identifier for this <code>UpdateEnabledControl</code> operation.
|
|
1431
1430
|
* </p>
|
|
1431
|
+
* @public
|
|
1432
1432
|
*/
|
|
1433
1433
|
operationIdentifier: string | undefined;
|
|
1434
1434
|
}
|