@aws-sdk/client-controltower 3.1077.0 → 3.1079.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-cjs/index.js +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateLandingZoneCommand.js +2 -14
- package/dist-es/commands/DeleteLandingZoneCommand.js +2 -14
- package/dist-es/commands/DisableBaselineCommand.js +2 -14
- package/dist-es/commands/DisableControlCommand.js +2 -14
- package/dist-es/commands/EnableBaselineCommand.js +2 -14
- package/dist-es/commands/EnableControlCommand.js +2 -14
- package/dist-es/commands/GetBaselineCommand.js +2 -14
- package/dist-es/commands/GetBaselineOperationCommand.js +2 -14
- package/dist-es/commands/GetControlOperationCommand.js +2 -14
- package/dist-es/commands/GetEnabledBaselineCommand.js +2 -14
- package/dist-es/commands/GetEnabledControlCommand.js +2 -14
- package/dist-es/commands/GetLandingZoneCommand.js +2 -14
- package/dist-es/commands/GetLandingZoneOperationCommand.js +2 -14
- package/dist-es/commands/ListBaselinesCommand.js +2 -14
- package/dist-es/commands/ListControlOperationsCommand.js +2 -14
- package/dist-es/commands/ListEnabledBaselinesCommand.js +2 -14
- package/dist-es/commands/ListEnabledControlsCommand.js +2 -14
- package/dist-es/commands/ListLandingZoneOperationsCommand.js +2 -14
- package/dist-es/commands/ListLandingZonesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ResetEnabledBaselineCommand.js +2 -14
- package/dist-es/commands/ResetEnabledControlCommand.js +2 -14
- package/dist-es/commands/ResetLandingZoneCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEnabledBaselineCommand.js +2 -14
- package/dist-es/commands/UpdateEnabledControlCommand.js +2 -14
- package/dist-es/commands/UpdateLandingZoneCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/DisableBaselineCommand.d.ts +3 -8
- package/dist-types/commands/DisableControlCommand.d.ts +3 -8
- package/dist-types/commands/EnableBaselineCommand.d.ts +3 -8
- package/dist-types/commands/EnableControlCommand.d.ts +3 -8
- package/dist-types/commands/GetBaselineCommand.d.ts +3 -8
- package/dist-types/commands/GetBaselineOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetControlOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetEnabledBaselineCommand.d.ts +3 -8
- package/dist-types/commands/GetEnabledControlCommand.d.ts +3 -8
- package/dist-types/commands/GetLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +3 -8
- package/dist-types/commands/ListBaselinesCommand.d.ts +3 -8
- package/dist-types/commands/ListControlOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +3 -8
- package/dist-types/commands/ListEnabledControlsCommand.d.ts +3 -8
- package/dist-types/commands/ListLandingZoneOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLandingZonesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +3 -8
- package/dist-types/commands/ResetEnabledControlCommand.d.ts +3 -8
- package/dist-types/commands/ResetLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnabledControlCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLandingZoneCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLandingZoneOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetEnabledControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateLandingZoneInput,
|
|
10
4
|
CreateLandingZoneOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLandingZoneCommandInput extends CreateLandingZoneInput {}
|
|
15
8
|
export interface CreateLandingZoneCommandOutput
|
|
16
9
|
extends CreateLandingZoneOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreateLandingZoneCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateLandingZoneCommandInput,
|
|
23
16
|
CreateLandingZoneCommandOutput,
|
|
24
|
-
ControlTowerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateLandingZoneCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateLandingZoneCommandInput,
|
|
32
25
|
CreateLandingZoneCommandOutput,
|
|
33
|
-
ControlTowerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteLandingZoneInput,
|
|
10
4
|
DeleteLandingZoneOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLandingZoneCommandInput extends DeleteLandingZoneInput {}
|
|
15
8
|
export interface DeleteLandingZoneCommandOutput
|
|
16
9
|
extends DeleteLandingZoneOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteLandingZoneCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteLandingZoneCommandInput,
|
|
23
16
|
DeleteLandingZoneCommandOutput,
|
|
24
|
-
ControlTowerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteLandingZoneCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteLandingZoneCommandInput,
|
|
32
25
|
DeleteLandingZoneCommandOutput,
|
|
33
|
-
ControlTowerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
DisableBaselineInput,
|
|
10
4
|
DisableBaselineOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisableBaselineCommandInput extends DisableBaselineInput {}
|
|
15
8
|
export interface DisableBaselineCommandOutput
|
|
16
9
|
extends DisableBaselineOutput,
|
|
@@ -21,22 +14,20 @@ declare const DisableBaselineCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DisableBaselineCommandInput,
|
|
23
16
|
DisableBaselineCommandOutput,
|
|
24
|
-
ControlTowerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DisableBaselineCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DisableBaselineCommandInput,
|
|
32
25
|
DisableBaselineCommandOutput,
|
|
33
|
-
ControlTowerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DisableBaselineCommand extends DisableBaselineCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import { DisableControlInput, DisableControlOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DisableControlCommandInput extends DisableControlInput {}
|
|
12
5
|
export interface DisableControlCommandOutput
|
|
13
6
|
extends DisableControlOutput,
|
|
@@ -18,22 +11,20 @@ declare const DisableControlCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DisableControlCommandInput,
|
|
20
13
|
DisableControlCommandOutput,
|
|
21
|
-
ControlTowerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [DisableControlCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DisableControlCommandInput,
|
|
29
22
|
DisableControlCommandOutput,
|
|
30
|
-
ControlTowerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DisableControlCommand extends DisableControlCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import { EnableBaselineInput, EnableBaselineOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface EnableBaselineCommandInput extends EnableBaselineInput {}
|
|
12
5
|
export interface EnableBaselineCommandOutput
|
|
13
6
|
extends EnableBaselineOutput,
|
|
@@ -18,22 +11,20 @@ declare const EnableBaselineCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
EnableBaselineCommandInput,
|
|
20
13
|
EnableBaselineCommandOutput,
|
|
21
|
-
ControlTowerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: EnableBaselineCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
EnableBaselineCommandInput,
|
|
29
22
|
EnableBaselineCommandOutput,
|
|
30
|
-
ControlTowerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class EnableBaselineCommand extends EnableBaselineCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import { EnableControlInput, EnableControlOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface EnableControlCommandInput extends EnableControlInput {}
|
|
12
5
|
export interface EnableControlCommandOutput
|
|
13
6
|
extends EnableControlOutput,
|
|
@@ -18,22 +11,20 @@ declare const EnableControlCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
EnableControlCommandInput,
|
|
20
13
|
EnableControlCommandOutput,
|
|
21
|
-
ControlTowerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: EnableControlCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
EnableControlCommandInput,
|
|
29
22
|
EnableControlCommandOutput,
|
|
30
|
-
ControlTowerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class EnableControlCommand extends EnableControlCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import { GetBaselineInput, GetBaselineOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetBaselineCommandInput extends GetBaselineInput {}
|
|
12
5
|
export interface GetBaselineCommandOutput
|
|
13
6
|
extends GetBaselineOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetBaselineCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetBaselineCommandInput,
|
|
20
13
|
GetBaselineCommandOutput,
|
|
21
|
-
ControlTowerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetBaselineCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetBaselineCommandInput,
|
|
29
22
|
GetBaselineCommandOutput,
|
|
30
|
-
ControlTowerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetBaselineCommand extends GetBaselineCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
GetBaselineOperationInput,
|
|
10
4
|
GetBaselineOperationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBaselineOperationCommandInput
|
|
15
8
|
extends GetBaselineOperationInput {}
|
|
16
9
|
export interface GetBaselineOperationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetBaselineOperationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetBaselineOperationCommandInput,
|
|
24
17
|
GetBaselineOperationCommandOutput,
|
|
25
|
-
ControlTowerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetBaselineOperationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetBaselineOperationCommandInput,
|
|
33
26
|
GetBaselineOperationCommandOutput,
|
|
34
|
-
ControlTowerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetBaselineOperationCommand extends GetBaselineOperationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
GetControlOperationInput,
|
|
10
4
|
GetControlOperationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetControlOperationCommandInput
|
|
15
8
|
extends GetControlOperationInput {}
|
|
16
9
|
export interface GetControlOperationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetControlOperationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetControlOperationCommandInput,
|
|
24
17
|
GetControlOperationCommandOutput,
|
|
25
|
-
ControlTowerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetControlOperationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetControlOperationCommandInput,
|
|
33
26
|
GetControlOperationCommandOutput,
|
|
34
|
-
ControlTowerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetControlOperationCommand extends GetControlOperationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
GetEnabledBaselineInput,
|
|
10
4
|
GetEnabledBaselineOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEnabledBaselineCommandInput
|
|
15
8
|
extends GetEnabledBaselineInput {}
|
|
16
9
|
export interface GetEnabledBaselineCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetEnabledBaselineCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetEnabledBaselineCommandInput,
|
|
24
17
|
GetEnabledBaselineCommandOutput,
|
|
25
|
-
ControlTowerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetEnabledBaselineCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetEnabledBaselineCommandInput,
|
|
33
26
|
GetEnabledBaselineCommandOutput,
|
|
34
|
-
ControlTowerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetEnabledBaselineCommand extends GetEnabledBaselineCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
GetEnabledControlInput,
|
|
10
4
|
GetEnabledControlOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEnabledControlCommandInput extends GetEnabledControlInput {}
|
|
15
8
|
export interface GetEnabledControlCommandOutput
|
|
16
9
|
extends GetEnabledControlOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetEnabledControlCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetEnabledControlCommandInput,
|
|
23
16
|
GetEnabledControlCommandOutput,
|
|
24
|
-
ControlTowerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetEnabledControlCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetEnabledControlCommandInput,
|
|
32
25
|
GetEnabledControlCommandOutput,
|
|
33
|
-
ControlTowerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetLandingZoneCommandInput extends GetLandingZoneInput {}
|
|
12
5
|
export interface GetLandingZoneCommandOutput
|
|
13
6
|
extends GetLandingZoneOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetLandingZoneCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetLandingZoneCommandInput,
|
|
20
13
|
GetLandingZoneCommandOutput,
|
|
21
|
-
ControlTowerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetLandingZoneCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetLandingZoneCommandInput,
|
|
29
22
|
GetLandingZoneCommandOutput,
|
|
30
|
-
ControlTowerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import {
|
|
9
3
|
GetLandingZoneOperationInput,
|
|
10
4
|
GetLandingZoneOperationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetLandingZoneOperationCommandInput
|
|
15
8
|
extends GetLandingZoneOperationInput {}
|
|
16
9
|
export interface GetLandingZoneOperationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetLandingZoneOperationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetLandingZoneOperationCommandInput,
|
|
24
17
|
GetLandingZoneOperationCommandOutput,
|
|
25
|
-
ControlTowerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetLandingZoneOperationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetLandingZoneOperationCommandInput,
|
|
33
26
|
GetLandingZoneOperationCommandOutput,
|
|
34
|
-
ControlTowerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ControlTowerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ControlTowerClient";
|
|
8
2
|
import { ListBaselinesInput, ListBaselinesOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListBaselinesCommandInput extends ListBaselinesInput {}
|
|
12
5
|
export interface ListBaselinesCommandOutput
|
|
13
6
|
extends ListBaselinesOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListBaselinesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListBaselinesCommandInput,
|
|
20
13
|
ListBaselinesCommandOutput,
|
|
21
|
-
ControlTowerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListBaselinesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListBaselinesCommandInput,
|
|
29
22
|
ListBaselinesCommandOutput,
|
|
30
|
-
ControlTowerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ControlTowerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListBaselinesCommand extends ListBaselinesCommand_base {
|
|
39
30
|
protected static __types: {
|