@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
|
@@ -107,12 +107,14 @@ export interface ControlTower {
|
|
|
107
107
|
/**
|
|
108
108
|
* @see {@link ListBaselinesCommand}
|
|
109
109
|
*/
|
|
110
|
+
listBaselines(): Promise<ListBaselinesCommandOutput>;
|
|
110
111
|
listBaselines(args: ListBaselinesCommandInput, options?: __HttpHandlerOptions): Promise<ListBaselinesCommandOutput>;
|
|
111
112
|
listBaselines(args: ListBaselinesCommandInput, cb: (err: any, data?: ListBaselinesCommandOutput) => void): void;
|
|
112
113
|
listBaselines(args: ListBaselinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBaselinesCommandOutput) => void): void;
|
|
113
114
|
/**
|
|
114
115
|
* @see {@link ListEnabledBaselinesCommand}
|
|
115
116
|
*/
|
|
117
|
+
listEnabledBaselines(): Promise<ListEnabledBaselinesCommandOutput>;
|
|
116
118
|
listEnabledBaselines(args: ListEnabledBaselinesCommandInput, options?: __HttpHandlerOptions): Promise<ListEnabledBaselinesCommandOutput>;
|
|
117
119
|
listEnabledBaselines(args: ListEnabledBaselinesCommandInput, cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void): void;
|
|
118
120
|
listEnabledBaselines(args: ListEnabledBaselinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnabledBaselinesCommandOutput) => void): void;
|
|
@@ -125,6 +127,7 @@ export interface ControlTower {
|
|
|
125
127
|
/**
|
|
126
128
|
* @see {@link ListLandingZonesCommand}
|
|
127
129
|
*/
|
|
130
|
+
listLandingZones(): Promise<ListLandingZonesCommandOutput>;
|
|
128
131
|
listLandingZones(args: ListLandingZonesCommandInput, options?: __HttpHandlerOptions): Promise<ListLandingZonesCommandOutput>;
|
|
129
132
|
listLandingZones(args: ListLandingZonesCommandInput, cb: (err: any, data?: ListLandingZonesCommandOutput) => void): void;
|
|
130
133
|
listLandingZones(args: ListLandingZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLandingZonesCommandOutput) => void): void;
|
|
@@ -178,7 +181,6 @@ export interface ControlTower {
|
|
|
178
181
|
updateLandingZone(args: UpdateLandingZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLandingZoneCommandOutput) => void): void;
|
|
179
182
|
}
|
|
180
183
|
/**
|
|
181
|
-
* @public
|
|
182
184
|
* <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
|
|
183
185
|
* <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
|
|
184
186
|
* <p>To call these APIs, you'll need to know:</p>
|
|
@@ -285,6 +287,7 @@ export interface ControlTower {
|
|
|
285
287
|
* Actions with Amazon Web Services CloudTrail</a> in the Amazon Web Services Control Tower User Guide. To learn more about
|
|
286
288
|
* CloudTrail, including how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
|
|
287
289
|
* Guide.</p>
|
|
290
|
+
* @public
|
|
288
291
|
*/
|
|
289
292
|
export declare class ControlTower extends ControlTowerClient implements ControlTower {
|
|
290
293
|
}
|
|
@@ -176,7 +176,6 @@ export type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
176
176
|
export interface ControlTowerClientResolvedConfig extends ControlTowerClientResolvedConfigType {
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
|
|
181
180
|
* <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
|
|
182
181
|
* <p>To call these APIs, you'll need to know:</p>
|
|
@@ -283,6 +282,7 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
283
282
|
* Actions with Amazon Web Services CloudTrail</a> in the Amazon Web Services Control Tower User Guide. To learn more about
|
|
284
283
|
* CloudTrail, including how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
|
|
285
284
|
* Guide.</p>
|
|
285
|
+
* @public
|
|
286
286
|
*/
|
|
287
287
|
export declare class ControlTowerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ControlTowerClientResolvedConfig> {
|
|
288
288
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateLandingZoneCommandOutput extends CreateLandingZoneOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLandingZoneCommand_base: {
|
|
24
24
|
new (input: CreateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone,
|
|
30
30
|
* based on the parameters specified in the manifest JSON file.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const CreateLandingZoneCommand_base: {
|
|
|
74
74
|
* @throws {@link ControlTowerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteLandingZoneCommandOutput extends DeleteLandingZoneOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLandingZoneCommand_base: {
|
|
24
24
|
new (input: DeleteLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower
|
|
30
30
|
* resources deployed in accounts managed by Amazon Web Services Control Tower.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const DeleteLandingZoneCommand_base: {
|
|
|
72
72
|
* @throws {@link ControlTowerServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableBaselineCommandOutput extends DisableBaselineOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableBaselineCommand_base: {
|
|
24
24
|
new (input: DisableBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<DisableBaselineCommandInput, DisableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<DisableBaselineCommandInput, DisableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disable an <code>EnabledBaseline</code> resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DisableBaselineCommand_base: {
|
|
|
74
74
|
* @throws {@link ControlTowerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DisableBaselineCommand extends DisableBaselineCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableControlCommandOutput extends DisableControlOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableControlCommand_base: {
|
|
24
24
|
new (input: DisableControlCommandInput): import("@smithy/smithy-client").CommandImpl<DisableControlCommandInput, DisableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableControlCommandInput): import("@smithy/smithy-client").CommandImpl<DisableControlCommandInput, DisableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This API call turns off a control. It starts an asynchronous operation that deletes AWS
|
|
30
30
|
* resources on the specified organizational unit and the accounts it contains. The resources
|
|
31
31
|
* will vary according to the control that you specify. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
@@ -79,6 +79,7 @@ declare const DisableControlCommand_base: {
|
|
|
79
79
|
* @throws {@link ControlTowerServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DisableControlCommand extends DisableControlCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableBaselineCommandOutput extends EnableBaselineOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableBaselineCommand_base: {
|
|
24
24
|
new (input: EnableBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<EnableBaselineCommandInput, EnableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<EnableBaselineCommandInput, EnableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enable (apply) a <code>Baseline</code> to a Target. This API starts an asynchronous operation to deploy resources specified by the <code>Baseline</code> to the specified Target.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const EnableBaselineCommand_base: {
|
|
|
86
86
|
* @throws {@link ControlTowerServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class EnableBaselineCommand extends EnableBaselineCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableControlCommandOutput extends EnableControlOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableControlCommand_base: {
|
|
24
24
|
new (input: EnableControlCommandInput): import("@smithy/smithy-client").CommandImpl<EnableControlCommandInput, EnableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableControlCommandInput): import("@smithy/smithy-client").CommandImpl<EnableControlCommandInput, EnableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services
|
|
30
30
|
* resources on the specified organizational unit and the accounts it contains. The resources
|
|
31
31
|
* created will vary according to the control that you specify. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
@@ -89,6 +89,7 @@ declare const EnableControlCommand_base: {
|
|
|
89
89
|
* @throws {@link ControlTowerServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class EnableControlCommand extends EnableControlCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBaselineCommandOutput extends GetBaselineOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBaselineCommand_base: {
|
|
24
24
|
new (input: GetBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieve details about an existing <code>Baseline</code> resource by specifying its identifier.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const GetBaselineCommand_base: {
|
|
|
70
70
|
* @throws {@link ControlTowerServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetBaselineCommand extends GetBaselineCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBaselineOperationCommandOutput extends GetBaselineOperationO
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBaselineOperationCommand_base: {
|
|
24
24
|
new (input: GetBaselineOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBaselineOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: <code>EnableBaseline</code>, <code>DisableBaseline</code>, <code>UpdateEnabledBaseline</code>, <code>ResetEnabledBaseline</code>. A status message is displayed in case of operation failure.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetBaselineOperationCommand_base: {
|
|
|
75
75
|
* @throws {@link ControlTowerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetBaselineOperationCommand extends GetBaselineOperationCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetControlOperationCommandOutput extends GetControlOperationOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetControlOperationCommand_base: {
|
|
24
24
|
new (input: GetControlOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetControlOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the status of a particular <code>EnableControl</code> or
|
|
30
30
|
* <code>DisableControl</code> operation. Displays a message in case of error. Details for an
|
|
31
31
|
* operation are available for 90 days. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
@@ -78,6 +78,7 @@ declare const GetControlOperationCommand_base: {
|
|
|
78
78
|
* @throws {@link ControlTowerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetControlOperationCommand extends GetControlOperationCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEnabledBaselineCommandOutput extends GetEnabledBaselineOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEnabledBaselineCommand_base: {
|
|
24
24
|
new (input: GetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieve details of an <code>EnabledBaseline</code> resource by specifying its identifier.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const GetEnabledBaselineCommand_base: {
|
|
|
83
83
|
* @throws {@link ControlTowerServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetEnabledBaselineCommand extends GetEnabledBaselineCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEnabledControlCommandOutput extends GetEnabledControlOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEnabledControlCommand_base: {
|
|
24
24
|
new (input: GetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details about an enabled control. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
30
30
|
* <i>the Amazon Web Services Control Tower User Guide</i>
|
|
31
31
|
* </a>.</p>
|
|
@@ -92,6 +92,7 @@ declare const GetEnabledControlCommand_base: {
|
|
|
92
92
|
* @throws {@link ControlTowerServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLandingZoneCommandOutput extends GetLandingZoneOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLandingZoneCommand_base: {
|
|
24
24
|
new (input: GetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns details about the landing zone. Displays a message in case of error.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetLandingZoneCommand_base: {
|
|
|
77
77
|
* @throws {@link ControlTowerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLandingZoneOperationCommandOutput extends GetLandingZoneOper
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLandingZoneOperationCommand_base: {
|
|
24
24
|
new (input: GetLandingZoneOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLandingZoneOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the status of the specified landing zone operation. Details for an operation are available for
|
|
30
30
|
* 60 days.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const GetLandingZoneOperationCommand_base: {
|
|
|
75
75
|
* @throws {@link ControlTowerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBaselinesCommandOutput extends ListBaselinesOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBaselinesCommand_base: {
|
|
24
24
|
new (input: ListBaselinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListBaselinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a summary list of all available baselines.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListBaselinesCommand_base: {
|
|
|
73
73
|
* @throws {@link ControlTowerServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListBaselinesCommand extends ListBaselinesCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEnabledBaselinesCommandOutput extends ListEnabledBaselinesO
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEnabledBaselinesCommand_base: {
|
|
24
24
|
new (input: ListEnabledBaselinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEnabledBaselinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of summaries describing <code>EnabledBaseline</code> resources. You can filter the list by the corresponding <code>Baseline</code> or <code>Target</code> of the <code>EnabledBaseline</code> resources.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListEnabledBaselinesCommand_base: {
|
|
|
86
86
|
* @throws {@link ControlTowerServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListEnabledBaselinesCommand extends ListEnabledBaselinesCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEnabledControlsCommandOutput extends ListEnabledControlsOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEnabledControlsCommand_base: {
|
|
24
24
|
new (input: ListEnabledControlsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListEnabledControlsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and
|
|
30
30
|
* the accounts it contains. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
31
31
|
* <i>the Amazon Web Services Control Tower User Guide</i>
|
|
@@ -87,6 +87,7 @@ declare const ListEnabledControlsCommand_base: {
|
|
|
87
87
|
* @throws {@link ControlTowerServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListEnabledControlsCommand extends ListEnabledControlsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLandingZonesCommandOutput extends ListLandingZonesOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLandingZonesCommand_base: {
|
|
24
24
|
new (input: ListLandingZonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListLandingZonesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the landing zone ARN for the landing zone deployed in your managed account. This API also
|
|
30
30
|
* creates an ARN for existing accounts that do not yet have a landing zone ARN. </p>
|
|
31
31
|
* <p>Returns one landing zone ARN.</p>
|
|
@@ -73,6 +73,7 @@ declare const ListLandingZonesCommand_base: {
|
|
|
73
73
|
* @throws {@link ControlTowerServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListLandingZonesCommand extends ListLandingZonesCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of tags associated with the resource. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
30
30
|
* <i>the Amazon Web Services Control Tower User Guide</i>
|
|
31
31
|
* </a>.</p>
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link ControlTowerServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResetEnabledBaselineCommandOutput extends ResetEnabledBaselineO
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResetEnabledBaselineCommand_base: {
|
|
24
24
|
new (input: ResetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ResetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Re-enables an <code>EnabledBaseline</code> resource. For example, this API can re-apply the existing <code>Baseline</code> after a new member account is moved to the target OU.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const ResetEnabledBaselineCommand_base: {
|
|
|
74
74
|
* @throws {@link ControlTowerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ResetEnabledBaselineCommand extends ResetEnabledBaselineCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResetLandingZoneCommandOutput extends ResetLandingZoneOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResetLandingZoneCommand_base: {
|
|
24
24
|
new (input: ResetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ResetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This API call resets a landing zone. It starts an asynchronous operation that resets the
|
|
30
30
|
* landing zone to the parameters specified in its original configuration.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const ResetLandingZoneCommand_base: {
|
|
|
72
72
|
* @throws {@link ControlTowerServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies tags to a resource. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
30
30
|
* <i>the Amazon Web Services Control Tower User Guide</i>
|
|
31
31
|
* </a>.</p>
|
|
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link ControlTowerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from a resource. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/control-api-examples-short.html">
|
|
30
30
|
* <i>the Amazon Web Services Control Tower User Guide</i>
|
|
31
31
|
* </a>.</p>
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link ControlTowerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEnabledBaselineCommandOutput extends UpdateEnabledBaselin
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEnabledBaselineCommand_base: {
|
|
24
24
|
new (input: UpdateEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an <code>EnabledBaseline</code> resource's applied parameters or version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const UpdateEnabledBaselineCommand_base: {
|
|
|
81
81
|
* @throws {@link ControlTowerServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateEnabledBaselineCommand extends UpdateEnabledBaselineCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEnabledControlCommandOutput extends UpdateEnabledControlO
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEnabledControlCommand_base: {
|
|
24
24
|
new (input: UpdateEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Updates the configuration of an already enabled control.</p>
|
|
31
31
|
* <p>If the enabled control shows an <code>EnablementStatus</code> of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request.</p>
|
|
@@ -87,6 +87,7 @@ declare const UpdateEnabledControlCommand_base: {
|
|
|
87
87
|
* @throws {@link ControlTowerServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class UpdateEnabledControlCommand extends UpdateEnabledControlCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLandingZoneCommandOutput extends UpdateLandingZoneOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLandingZoneCommand_base: {
|
|
24
24
|
new (input: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This API call updates the landing zone. It starts an asynchronous operation that updates the
|
|
30
30
|
* landing zone based on the new landing zone version, or on the changed parameters specified in the
|
|
31
31
|
* updated manifest file. </p>
|
|
@@ -75,6 +75,7 @@ declare const UpdateLandingZoneCommand_base: {
|
|
|
75
75
|
* @throws {@link ControlTowerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ControlTower service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateLandingZoneCommand extends UpdateLandingZoneCommand_base {
|
|
80
81
|
}
|