@aws-sdk/client-controltower 3.577.0 → 3.580.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/README.md +66 -2
- package/dist-cjs/index.js +95 -13
- package/dist-es/ControlTower.js +2 -0
- package/dist-es/commands/ListControlOperationsCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +10 -10
- package/dist-es/pagination/ListControlOperationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +56 -0
- package/dist-types/ControlTower.d.ts +68 -3
- package/dist-types/ControlTowerClient.d.ts +62 -5
- package/dist-types/commands/DisableBaselineCommand.d.ts +3 -1
- package/dist-types/commands/EnableBaselineCommand.d.ts +3 -1
- package/dist-types/commands/GetBaselineCommand.d.ts +3 -1
- package/dist-types/commands/GetBaselineOperationCommand.d.ts +3 -1
- package/dist-types/commands/GetControlOperationCommand.d.ts +6 -2
- package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +1 -1
- package/dist-types/commands/ListBaselinesCommand.d.ts +3 -1
- package/dist-types/commands/ListControlOperationsCommand.d.ts +102 -0
- package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +3 -1
- package/dist-types/commands/ListEnabledControlsCommand.d.ts +13 -2
- package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +3 -1
- package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +3 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +59 -3
- package/dist-types/models/models_0.d.ts +358 -195
- package/dist-types/pagination/ListControlOperationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/ControlTower.d.ts +19 -0
- package/dist-types/ts3.4/ControlTowerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +98 -61
- package/dist-types/ts3.4/pagination/ListControlOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListControlOperationsCommandInput, ListControlOperationsCommandOutput } from "../commands/ListControlOperationsCommand";
|
|
3
|
+
import { ControlTowerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListControlOperations: (config: ControlTowerPaginationConfiguration, input: ListControlOperationsCommandInput, ...rest: any[]) => Paginator<ListControlOperationsCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListBaselinesPaginator";
|
|
3
|
+
export * from "./ListControlOperationsPaginator";
|
|
3
4
|
export * from "./ListEnabledBaselinesPaginator";
|
|
4
5
|
export * from "./ListEnabledControlsPaginator";
|
|
5
6
|
export * from "./ListLandingZonesPaginator";
|
|
@@ -14,6 +14,7 @@ import { GetEnabledControlCommandInput, GetEnabledControlCommandOutput } from ".
|
|
|
14
14
|
import { GetLandingZoneCommandInput, GetLandingZoneCommandOutput } from "../commands/GetLandingZoneCommand";
|
|
15
15
|
import { GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput } from "../commands/GetLandingZoneOperationCommand";
|
|
16
16
|
import { ListBaselinesCommandInput, ListBaselinesCommandOutput } from "../commands/ListBaselinesCommand";
|
|
17
|
+
import { ListControlOperationsCommandInput, ListControlOperationsCommandOutput } from "../commands/ListControlOperationsCommand";
|
|
17
18
|
import { ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput } from "../commands/ListEnabledBaselinesCommand";
|
|
18
19
|
import { ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput } from "../commands/ListEnabledControlsCommand";
|
|
19
20
|
import { ListLandingZonesCommandInput, ListLandingZonesCommandOutput } from "../commands/ListLandingZonesCommand";
|
|
@@ -81,6 +82,10 @@ export declare const se_GetLandingZoneOperationCommand: (input: GetLandingZoneOp
|
|
|
81
82
|
* serializeAws_restJson1ListBaselinesCommand
|
|
82
83
|
*/
|
|
83
84
|
export declare const se_ListBaselinesCommand: (input: ListBaselinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_restJson1ListControlOperationsCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_ListControlOperationsCommand: (input: ListControlOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
89
|
/**
|
|
85
90
|
* serializeAws_restJson1ListEnabledBaselinesCommand
|
|
86
91
|
*/
|
|
@@ -181,6 +186,10 @@ export declare const de_GetLandingZoneOperationCommand: (output: __HttpResponse,
|
|
|
181
186
|
* deserializeAws_restJson1ListBaselinesCommand
|
|
182
187
|
*/
|
|
183
188
|
export declare const de_ListBaselinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBaselinesCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_restJson1ListControlOperationsCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_ListControlOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlOperationsCommandOutput>;
|
|
184
193
|
/**
|
|
185
194
|
* deserializeAws_restJson1ListEnabledBaselinesCommand
|
|
186
195
|
*/
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
ListBaselinesCommandInput,
|
|
56
56
|
ListBaselinesCommandOutput,
|
|
57
57
|
} from "./commands/ListBaselinesCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListControlOperationsCommandInput,
|
|
60
|
+
ListControlOperationsCommandOutput,
|
|
61
|
+
} from "./commands/ListControlOperationsCommand";
|
|
58
62
|
import {
|
|
59
63
|
ListEnabledBaselinesCommandInput,
|
|
60
64
|
ListEnabledBaselinesCommandOutput,
|
|
@@ -284,6 +288,20 @@ export interface ControlTower {
|
|
|
284
288
|
options: __HttpHandlerOptions,
|
|
285
289
|
cb: (err: any, data?: ListBaselinesCommandOutput) => void
|
|
286
290
|
): void;
|
|
291
|
+
listControlOperations(): Promise<ListControlOperationsCommandOutput>;
|
|
292
|
+
listControlOperations(
|
|
293
|
+
args: ListControlOperationsCommandInput,
|
|
294
|
+
options?: __HttpHandlerOptions
|
|
295
|
+
): Promise<ListControlOperationsCommandOutput>;
|
|
296
|
+
listControlOperations(
|
|
297
|
+
args: ListControlOperationsCommandInput,
|
|
298
|
+
cb: (err: any, data?: ListControlOperationsCommandOutput) => void
|
|
299
|
+
): void;
|
|
300
|
+
listControlOperations(
|
|
301
|
+
args: ListControlOperationsCommandInput,
|
|
302
|
+
options: __HttpHandlerOptions,
|
|
303
|
+
cb: (err: any, data?: ListControlOperationsCommandOutput) => void
|
|
304
|
+
): void;
|
|
287
305
|
listEnabledBaselines(): Promise<ListEnabledBaselinesCommandOutput>;
|
|
288
306
|
listEnabledBaselines(
|
|
289
307
|
args: ListEnabledBaselinesCommandInput,
|
|
@@ -298,6 +316,7 @@ export interface ControlTower {
|
|
|
298
316
|
options: __HttpHandlerOptions,
|
|
299
317
|
cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void
|
|
300
318
|
): void;
|
|
319
|
+
listEnabledControls(): Promise<ListEnabledControlsCommandOutput>;
|
|
301
320
|
listEnabledControls(
|
|
302
321
|
args: ListEnabledControlsCommandInput,
|
|
303
322
|
options?: __HttpHandlerOptions
|
|
@@ -101,6 +101,10 @@ import {
|
|
|
101
101
|
ListBaselinesCommandInput,
|
|
102
102
|
ListBaselinesCommandOutput,
|
|
103
103
|
} from "./commands/ListBaselinesCommand";
|
|
104
|
+
import {
|
|
105
|
+
ListControlOperationsCommandInput,
|
|
106
|
+
ListControlOperationsCommandOutput,
|
|
107
|
+
} from "./commands/ListControlOperationsCommand";
|
|
104
108
|
import {
|
|
105
109
|
ListEnabledBaselinesCommandInput,
|
|
106
110
|
ListEnabledBaselinesCommandOutput,
|
|
@@ -167,6 +171,7 @@ export type ServiceInputTypes =
|
|
|
167
171
|
| GetLandingZoneCommandInput
|
|
168
172
|
| GetLandingZoneOperationCommandInput
|
|
169
173
|
| ListBaselinesCommandInput
|
|
174
|
+
| ListControlOperationsCommandInput
|
|
170
175
|
| ListEnabledBaselinesCommandInput
|
|
171
176
|
| ListEnabledControlsCommandInput
|
|
172
177
|
| ListLandingZonesCommandInput
|
|
@@ -193,6 +198,7 @@ export type ServiceOutputTypes =
|
|
|
193
198
|
| GetLandingZoneCommandOutput
|
|
194
199
|
| GetLandingZoneOperationCommandOutput
|
|
195
200
|
| ListBaselinesCommandOutput
|
|
201
|
+
| ListControlOperationsCommandOutput
|
|
196
202
|
| ListEnabledBaselinesCommandOutput
|
|
197
203
|
| ListEnabledControlsCommandOutput
|
|
198
204
|
| ListLandingZonesCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ControlTowerClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ControlTowerClient";
|
|
8
|
+
import {
|
|
9
|
+
ListControlOperationsInput,
|
|
10
|
+
ListControlOperationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListControlOperationsCommandInput
|
|
14
|
+
extends ListControlOperationsInput {}
|
|
15
|
+
export interface ListControlOperationsCommandOutput
|
|
16
|
+
extends ListControlOperationsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListControlOperationsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListControlOperationsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListControlOperationsCommandInput,
|
|
23
|
+
ListControlOperationsCommandOutput,
|
|
24
|
+
ControlTowerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListControlOperationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListControlOperationsCommandInput,
|
|
32
|
+
ListControlOperationsCommandOutput,
|
|
33
|
+
ControlTowerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListControlOperationsCommand extends ListControlOperationsCommand_base {}
|
|
@@ -26,7 +26,7 @@ declare const ListEnabledControlsCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
...[input]: [] | [ListEnabledControlsCommandInput]
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
ListEnabledControlsCommandInput,
|
|
32
32
|
ListEnabledControlsCommandOutput,
|
|
@@ -12,6 +12,7 @@ export * from "./GetEnabledControlCommand";
|
|
|
12
12
|
export * from "./GetLandingZoneCommand";
|
|
13
13
|
export * from "./GetLandingZoneOperationCommand";
|
|
14
14
|
export * from "./ListBaselinesCommand";
|
|
15
|
+
export * from "./ListControlOperationsCommand";
|
|
15
16
|
export * from "./ListEnabledBaselinesCommand";
|
|
16
17
|
export * from "./ListEnabledControlsCommand";
|
|
17
18
|
export * from "./ListLandingZonesCommand";
|
|
@@ -64,6 +64,64 @@ export interface ListBaselinesOutput {
|
|
|
64
64
|
baselines: BaselineSummary[] | undefined;
|
|
65
65
|
nextToken?: string;
|
|
66
66
|
}
|
|
67
|
+
export interface GetControlOperationInput {
|
|
68
|
+
operationIdentifier: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare const ControlOperationType: {
|
|
71
|
+
readonly DISABLE_CONTROL: "DISABLE_CONTROL";
|
|
72
|
+
readonly ENABLE_CONTROL: "ENABLE_CONTROL";
|
|
73
|
+
readonly UPDATE_ENABLED_CONTROL: "UPDATE_ENABLED_CONTROL";
|
|
74
|
+
};
|
|
75
|
+
export type ControlOperationType =
|
|
76
|
+
(typeof ControlOperationType)[keyof typeof ControlOperationType];
|
|
77
|
+
export declare const ControlOperationStatus: {
|
|
78
|
+
readonly FAILED: "FAILED";
|
|
79
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
80
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
81
|
+
};
|
|
82
|
+
export type ControlOperationStatus =
|
|
83
|
+
(typeof ControlOperationStatus)[keyof typeof ControlOperationStatus];
|
|
84
|
+
export interface ControlOperation {
|
|
85
|
+
operationType?: ControlOperationType;
|
|
86
|
+
startTime?: Date;
|
|
87
|
+
endTime?: Date;
|
|
88
|
+
status?: ControlOperationStatus;
|
|
89
|
+
statusMessage?: string;
|
|
90
|
+
operationIdentifier?: string;
|
|
91
|
+
controlIdentifier?: string;
|
|
92
|
+
targetIdentifier?: string;
|
|
93
|
+
enabledControlIdentifier?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface GetControlOperationOutput {
|
|
96
|
+
controlOperation: ControlOperation | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface ControlOperationFilter {
|
|
99
|
+
controlIdentifiers?: string[];
|
|
100
|
+
targetIdentifiers?: string[];
|
|
101
|
+
enabledControlIdentifiers?: string[];
|
|
102
|
+
statuses?: ControlOperationStatus[];
|
|
103
|
+
controlOperationTypes?: ControlOperationType[];
|
|
104
|
+
}
|
|
105
|
+
export interface ListControlOperationsInput {
|
|
106
|
+
filter?: ControlOperationFilter;
|
|
107
|
+
nextToken?: string;
|
|
108
|
+
maxResults?: number;
|
|
109
|
+
}
|
|
110
|
+
export interface ControlOperationSummary {
|
|
111
|
+
operationType?: ControlOperationType;
|
|
112
|
+
startTime?: Date;
|
|
113
|
+
endTime?: Date;
|
|
114
|
+
status?: ControlOperationStatus;
|
|
115
|
+
statusMessage?: string;
|
|
116
|
+
operationIdentifier?: string;
|
|
117
|
+
controlIdentifier?: string;
|
|
118
|
+
targetIdentifier?: string;
|
|
119
|
+
enabledControlIdentifier?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface ListControlOperationsOutput {
|
|
122
|
+
controlOperations: ControlOperationSummary[] | undefined;
|
|
123
|
+
nextToken?: string;
|
|
124
|
+
}
|
|
67
125
|
export declare class ConflictException extends __BaseException {
|
|
68
126
|
readonly name: "ConflictException";
|
|
69
127
|
readonly $fault: "client";
|
|
@@ -83,20 +141,6 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
83
141
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
84
142
|
);
|
|
85
143
|
}
|
|
86
|
-
export interface EnabledControlParameter {
|
|
87
|
-
key: string | undefined;
|
|
88
|
-
value: __DocumentType | undefined;
|
|
89
|
-
}
|
|
90
|
-
export interface EnableControlInput {
|
|
91
|
-
controlIdentifier: string | undefined;
|
|
92
|
-
targetIdentifier: string | undefined;
|
|
93
|
-
tags?: Record<string, string>;
|
|
94
|
-
parameters?: EnabledControlParameter[];
|
|
95
|
-
}
|
|
96
|
-
export interface EnableControlOutput {
|
|
97
|
-
operationIdentifier: string | undefined;
|
|
98
|
-
arn?: string;
|
|
99
|
-
}
|
|
100
144
|
export interface DisableBaselineInput {
|
|
101
145
|
enabledBaselineIdentifier: string | undefined;
|
|
102
146
|
}
|
|
@@ -210,32 +254,19 @@ export interface UpdateEnabledBaselineInput {
|
|
|
210
254
|
export interface UpdateEnabledBaselineOutput {
|
|
211
255
|
operationIdentifier: string | undefined;
|
|
212
256
|
}
|
|
213
|
-
export interface
|
|
214
|
-
|
|
257
|
+
export interface EnabledControlParameter {
|
|
258
|
+
key: string | undefined;
|
|
259
|
+
value: __DocumentType | undefined;
|
|
215
260
|
}
|
|
216
|
-
export
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
export type ControlOperationType =
|
|
222
|
-
(typeof ControlOperationType)[keyof typeof ControlOperationType];
|
|
223
|
-
export declare const ControlOperationStatus: {
|
|
224
|
-
readonly FAILED: "FAILED";
|
|
225
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
226
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
227
|
-
};
|
|
228
|
-
export type ControlOperationStatus =
|
|
229
|
-
(typeof ControlOperationStatus)[keyof typeof ControlOperationStatus];
|
|
230
|
-
export interface ControlOperation {
|
|
231
|
-
operationType?: ControlOperationType;
|
|
232
|
-
startTime?: Date;
|
|
233
|
-
endTime?: Date;
|
|
234
|
-
status?: ControlOperationStatus;
|
|
235
|
-
statusMessage?: string;
|
|
261
|
+
export interface EnableControlInput {
|
|
262
|
+
controlIdentifier: string | undefined;
|
|
263
|
+
targetIdentifier: string | undefined;
|
|
264
|
+
tags?: Record<string, string>;
|
|
265
|
+
parameters?: EnabledControlParameter[];
|
|
236
266
|
}
|
|
237
|
-
export interface
|
|
238
|
-
|
|
267
|
+
export interface EnableControlOutput {
|
|
268
|
+
operationIdentifier: string | undefined;
|
|
269
|
+
arn?: string;
|
|
239
270
|
}
|
|
240
271
|
export interface GetEnabledControlInput {
|
|
241
272
|
enabledControlIdentifier: string | undefined;
|
|
@@ -269,6 +300,35 @@ export interface EnabledControlDetails {
|
|
|
269
300
|
export interface GetEnabledControlOutput {
|
|
270
301
|
enabledControlDetails: EnabledControlDetails | undefined;
|
|
271
302
|
}
|
|
303
|
+
export interface EnabledControlFilter {
|
|
304
|
+
controlIdentifiers?: string[];
|
|
305
|
+
statuses?: EnablementStatus[];
|
|
306
|
+
driftStatuses?: DriftStatus[];
|
|
307
|
+
}
|
|
308
|
+
export interface ListEnabledControlsInput {
|
|
309
|
+
targetIdentifier?: string;
|
|
310
|
+
nextToken?: string;
|
|
311
|
+
maxResults?: number;
|
|
312
|
+
filter?: EnabledControlFilter;
|
|
313
|
+
}
|
|
314
|
+
export interface EnabledControlSummary {
|
|
315
|
+
controlIdentifier?: string;
|
|
316
|
+
arn?: string;
|
|
317
|
+
targetIdentifier?: string;
|
|
318
|
+
statusSummary?: EnablementStatusSummary;
|
|
319
|
+
driftStatusSummary?: DriftStatusSummary;
|
|
320
|
+
}
|
|
321
|
+
export interface ListEnabledControlsOutput {
|
|
322
|
+
enabledControls: EnabledControlSummary[] | undefined;
|
|
323
|
+
nextToken?: string;
|
|
324
|
+
}
|
|
325
|
+
export interface UpdateEnabledControlInput {
|
|
326
|
+
parameters: EnabledControlParameter[] | undefined;
|
|
327
|
+
enabledControlIdentifier: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface UpdateEnabledControlOutput {
|
|
330
|
+
operationIdentifier: string | undefined;
|
|
331
|
+
}
|
|
272
332
|
export interface CreateLandingZoneInput {
|
|
273
333
|
version: string | undefined;
|
|
274
334
|
manifest: __DocumentType | undefined;
|
|
@@ -367,22 +427,6 @@ export interface UpdateLandingZoneInput {
|
|
|
367
427
|
export interface UpdateLandingZoneOutput {
|
|
368
428
|
operationIdentifier: string | undefined;
|
|
369
429
|
}
|
|
370
|
-
export interface ListEnabledControlsInput {
|
|
371
|
-
targetIdentifier: string | undefined;
|
|
372
|
-
nextToken?: string;
|
|
373
|
-
maxResults?: number;
|
|
374
|
-
}
|
|
375
|
-
export interface EnabledControlSummary {
|
|
376
|
-
controlIdentifier?: string;
|
|
377
|
-
arn?: string;
|
|
378
|
-
targetIdentifier?: string;
|
|
379
|
-
statusSummary?: EnablementStatusSummary;
|
|
380
|
-
driftStatusSummary?: DriftStatusSummary;
|
|
381
|
-
}
|
|
382
|
-
export interface ListEnabledControlsOutput {
|
|
383
|
-
enabledControls: EnabledControlSummary[] | undefined;
|
|
384
|
-
nextToken?: string;
|
|
385
|
-
}
|
|
386
430
|
export interface ListTagsForResourceInput {
|
|
387
431
|
resourceArn: string | undefined;
|
|
388
432
|
}
|
|
@@ -399,10 +443,3 @@ export interface UntagResourceInput {
|
|
|
399
443
|
tagKeys: string[] | undefined;
|
|
400
444
|
}
|
|
401
445
|
export interface UntagResourceOutput {}
|
|
402
|
-
export interface UpdateEnabledControlInput {
|
|
403
|
-
parameters: EnabledControlParameter[] | undefined;
|
|
404
|
-
enabledControlIdentifier: string | undefined;
|
|
405
|
-
}
|
|
406
|
-
export interface UpdateEnabledControlOutput {
|
|
407
|
-
operationIdentifier: string | undefined;
|
|
408
|
-
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListControlOperationsCommandInput,
|
|
4
|
+
ListControlOperationsCommandOutput,
|
|
5
|
+
} from "../commands/ListControlOperationsCommand";
|
|
6
|
+
import { ControlTowerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListControlOperations: (
|
|
8
|
+
config: ControlTowerPaginationConfiguration,
|
|
9
|
+
input: ListControlOperationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListControlOperationsCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListBaselinesPaginator";
|
|
3
|
+
export * from "./ListControlOperationsPaginator";
|
|
3
4
|
export * from "./ListEnabledBaselinesPaginator";
|
|
4
5
|
export * from "./ListEnabledControlsPaginator";
|
|
5
6
|
export * from "./ListLandingZonesPaginator";
|
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
ListBaselinesCommandInput,
|
|
60
60
|
ListBaselinesCommandOutput,
|
|
61
61
|
} from "../commands/ListBaselinesCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListControlOperationsCommandInput,
|
|
64
|
+
ListControlOperationsCommandOutput,
|
|
65
|
+
} from "../commands/ListControlOperationsCommand";
|
|
62
66
|
import {
|
|
63
67
|
ListEnabledBaselinesCommandInput,
|
|
64
68
|
ListEnabledBaselinesCommandOutput,
|
|
@@ -159,6 +163,10 @@ export declare const se_ListBaselinesCommand: (
|
|
|
159
163
|
input: ListBaselinesCommandInput,
|
|
160
164
|
context: __SerdeContext
|
|
161
165
|
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_ListControlOperationsCommand: (
|
|
167
|
+
input: ListControlOperationsCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
162
170
|
export declare const se_ListEnabledBaselinesCommand: (
|
|
163
171
|
input: ListEnabledBaselinesCommandInput,
|
|
164
172
|
context: __SerdeContext
|
|
@@ -259,6 +267,10 @@ export declare const de_ListBaselinesCommand: (
|
|
|
259
267
|
output: __HttpResponse,
|
|
260
268
|
context: __SerdeContext
|
|
261
269
|
) => Promise<ListBaselinesCommandOutput>;
|
|
270
|
+
export declare const de_ListControlOperationsCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<ListControlOperationsCommandOutput>;
|
|
262
274
|
export declare const de_ListEnabledBaselinesCommand: (
|
|
263
275
|
output: __HttpResponse,
|
|
264
276
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-controltower",
|
|
3
3
|
"description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.580.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-controltower",
|