@aws-sdk/client-controltower 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/commands/CreateLandingZoneCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteLandingZoneCommand.js +18 -41
  3. package/dist-cjs/commands/DisableControlCommand.js +18 -41
  4. package/dist-cjs/commands/EnableControlCommand.js +18 -41
  5. package/dist-cjs/commands/GetControlOperationCommand.js +18 -41
  6. package/dist-cjs/commands/GetEnabledControlCommand.js +18 -41
  7. package/dist-cjs/commands/GetLandingZoneCommand.js +18 -41
  8. package/dist-cjs/commands/GetLandingZoneOperationCommand.js +18 -41
  9. package/dist-cjs/commands/ListEnabledControlsCommand.js +18 -41
  10. package/dist-cjs/commands/ListLandingZonesCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/ResetLandingZoneCommand.js +18 -41
  13. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  14. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UpdateEnabledControlCommand.js +18 -41
  16. package/dist-cjs/commands/UpdateLandingZoneCommand.js +18 -41
  17. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  18. package/dist-cjs/pagination/ListEnabledControlsPaginator.js +2 -24
  19. package/dist-cjs/pagination/ListLandingZonesPaginator.js +2 -24
  20. package/dist-es/commands/CreateLandingZoneCommand.js +18 -41
  21. package/dist-es/commands/DeleteLandingZoneCommand.js +18 -41
  22. package/dist-es/commands/DisableControlCommand.js +18 -41
  23. package/dist-es/commands/EnableControlCommand.js +18 -41
  24. package/dist-es/commands/GetControlOperationCommand.js +18 -41
  25. package/dist-es/commands/GetEnabledControlCommand.js +18 -41
  26. package/dist-es/commands/GetLandingZoneCommand.js +18 -41
  27. package/dist-es/commands/GetLandingZoneOperationCommand.js +18 -41
  28. package/dist-es/commands/ListEnabledControlsCommand.js +18 -41
  29. package/dist-es/commands/ListLandingZonesCommand.js +18 -41
  30. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-es/commands/ResetLandingZoneCommand.js +18 -41
  32. package/dist-es/commands/TagResourceCommand.js +18 -41
  33. package/dist-es/commands/UntagResourceCommand.js +18 -41
  34. package/dist-es/commands/UpdateEnabledControlCommand.js +18 -41
  35. package/dist-es/commands/UpdateLandingZoneCommand.js +18 -41
  36. package/dist-es/endpoint/EndpointParameters.js +6 -0
  37. package/dist-es/pagination/ListEnabledControlsPaginator.js +2 -23
  38. package/dist-es/pagination/ListLandingZonesPaginator.js +2 -23
  39. package/dist-types/commands/CreateLandingZoneCommand.d.ts +6 -21
  40. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +6 -21
  41. package/dist-types/commands/DisableControlCommand.d.ts +6 -21
  42. package/dist-types/commands/EnableControlCommand.d.ts +6 -21
  43. package/dist-types/commands/GetControlOperationCommand.d.ts +6 -21
  44. package/dist-types/commands/GetEnabledControlCommand.d.ts +6 -21
  45. package/dist-types/commands/GetLandingZoneCommand.d.ts +6 -21
  46. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +6 -21
  47. package/dist-types/commands/ListEnabledControlsCommand.d.ts +6 -21
  48. package/dist-types/commands/ListLandingZonesCommand.d.ts +6 -21
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  50. package/dist-types/commands/ResetLandingZoneCommand.d.ts +6 -21
  51. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  53. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +6 -21
  54. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +6 -21
  55. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  56. package/dist-types/pagination/ListEnabledControlsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListLandingZonesPaginator.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  75. package/dist-types/ts3.4/pagination/ListEnabledControlsPaginator.d.ts +3 -3
  76. package/dist-types/ts3.4/pagination/ListLandingZonesPaginator.d.ts +3 -3
  77. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteLandingZoneCommandInput extends DeleteLandingZoneInput {}
20
14
  export interface DeleteLandingZoneCommandOutput
21
15
  extends DeleteLandingZoneOutput,
22
16
  __MetadataBearer {}
23
- export declare class DeleteLandingZoneCommand extends $Command<
24
- DeleteLandingZoneCommandInput,
25
- DeleteLandingZoneCommandOutput,
26
- ControlTowerClientResolvedConfig
27
- > {
28
- readonly input: DeleteLandingZoneCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteLandingZoneCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ControlTowerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteLandingZoneCommand_base: {
18
+ new (
19
+ input: DeleteLandingZoneCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteLandingZoneCommandInput,
22
+ DeleteLandingZoneCommandOutput,
23
+ ControlTowerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DisableControlCommandInput extends DisableControlInput {}
17
11
  export interface DisableControlCommandOutput
18
12
  extends DisableControlOutput,
19
13
  __MetadataBearer {}
20
- export declare class DisableControlCommand extends $Command<
21
- DisableControlCommandInput,
22
- DisableControlCommandOutput,
23
- ControlTowerClientResolvedConfig
24
- > {
25
- readonly input: DisableControlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DisableControlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ControlTowerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DisableControlCommandInput, DisableControlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DisableControlCommand_base: {
15
+ new (
16
+ input: DisableControlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DisableControlCommandInput,
19
+ DisableControlCommandOutput,
20
+ ControlTowerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DisableControlCommand extends DisableControlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface EnableControlCommandInput extends EnableControlInput {}
17
11
  export interface EnableControlCommandOutput
18
12
  extends EnableControlOutput,
19
13
  __MetadataBearer {}
20
- export declare class EnableControlCommand extends $Command<
21
- EnableControlCommandInput,
22
- EnableControlCommandOutput,
23
- ControlTowerClientResolvedConfig
24
- > {
25
- readonly input: EnableControlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: EnableControlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ControlTowerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<EnableControlCommandInput, EnableControlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const EnableControlCommand_base: {
15
+ new (
16
+ input: EnableControlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ EnableControlCommandInput,
19
+ EnableControlCommandOutput,
20
+ ControlTowerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class EnableControlCommand extends EnableControlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetControlOperationCommandInput
21
15
  export interface GetControlOperationCommandOutput
22
16
  extends GetControlOperationOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetControlOperationCommand extends $Command<
25
- GetControlOperationCommandInput,
26
- GetControlOperationCommandOutput,
27
- ControlTowerClientResolvedConfig
28
- > {
29
- readonly input: GetControlOperationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetControlOperationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ControlTowerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetControlOperationCommandInput, GetControlOperationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetControlOperationCommand_base: {
19
+ new (
20
+ input: GetControlOperationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetControlOperationCommandInput,
23
+ GetControlOperationCommandOutput,
24
+ ControlTowerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetControlOperationCommand extends GetControlOperationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetEnabledControlCommandInput extends GetEnabledControlInput {}
20
14
  export interface GetEnabledControlCommandOutput
21
15
  extends GetEnabledControlOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetEnabledControlCommand extends $Command<
24
- GetEnabledControlCommandInput,
25
- GetEnabledControlCommandOutput,
26
- ControlTowerClientResolvedConfig
27
- > {
28
- readonly input: GetEnabledControlCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetEnabledControlCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ControlTowerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetEnabledControlCommandInput, GetEnabledControlCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetEnabledControlCommand_base: {
18
+ new (
19
+ input: GetEnabledControlCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetEnabledControlCommandInput,
22
+ GetEnabledControlCommandOutput,
23
+ ControlTowerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetLandingZoneCommandInput extends GetLandingZoneInput {}
17
11
  export interface GetLandingZoneCommandOutput
18
12
  extends GetLandingZoneOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetLandingZoneCommand extends $Command<
21
- GetLandingZoneCommandInput,
22
- GetLandingZoneCommandOutput,
23
- ControlTowerClientResolvedConfig
24
- > {
25
- readonly input: GetLandingZoneCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetLandingZoneCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ControlTowerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetLandingZoneCommandInput, GetLandingZoneCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetLandingZoneCommand_base: {
15
+ new (
16
+ input: GetLandingZoneCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetLandingZoneCommandInput,
19
+ GetLandingZoneCommandOutput,
20
+ ControlTowerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetLandingZoneOperationCommandInput
21
15
  export interface GetLandingZoneOperationCommandOutput
22
16
  extends GetLandingZoneOperationOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetLandingZoneOperationCommand extends $Command<
25
- GetLandingZoneOperationCommandInput,
26
- GetLandingZoneOperationCommandOutput,
27
- ControlTowerClientResolvedConfig
28
- > {
29
- readonly input: GetLandingZoneOperationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetLandingZoneOperationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ControlTowerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetLandingZoneOperationCommand_base: {
19
+ new (
20
+ input: GetLandingZoneOperationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetLandingZoneOperationCommandInput,
38
- GetLandingZoneOperationCommandOutput
23
+ GetLandingZoneOperationCommandOutput,
24
+ ControlTowerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListEnabledControlsCommandInput
21
15
  export interface ListEnabledControlsCommandOutput
22
16
  extends ListEnabledControlsOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListEnabledControlsCommand extends $Command<
25
- ListEnabledControlsCommandInput,
26
- ListEnabledControlsCommandOutput,
27
- ControlTowerClientResolvedConfig
28
- > {
29
- readonly input: ListEnabledControlsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListEnabledControlsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ControlTowerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListEnabledControlsCommand_base: {
19
+ new (
20
+ input: ListEnabledControlsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListEnabledControlsCommandInput,
23
+ ListEnabledControlsCommandOutput,
24
+ ControlTowerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListEnabledControlsCommand extends ListEnabledControlsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListLandingZonesCommandInput extends ListLandingZonesInput {}
20
14
  export interface ListLandingZonesCommandOutput
21
15
  extends ListLandingZonesOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListLandingZonesCommand extends $Command<
24
- ListLandingZonesCommandInput,
25
- ListLandingZonesCommandOutput,
26
- ControlTowerClientResolvedConfig
27
- > {
28
- readonly input: ListLandingZonesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListLandingZonesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ControlTowerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListLandingZonesCommandInput, ListLandingZonesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListLandingZonesCommand_base: {
18
+ new (
19
+ input: ListLandingZonesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListLandingZonesCommandInput,
22
+ ListLandingZonesCommandOutput,
23
+ ControlTowerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListLandingZonesCommand extends ListLandingZonesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- ControlTowerClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ControlTowerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ ControlTowerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {}
20
14
  export interface ResetLandingZoneCommandOutput
21
15
  extends ResetLandingZoneOutput,
22
16
  __MetadataBearer {}
23
- export declare class ResetLandingZoneCommand extends $Command<
24
- ResetLandingZoneCommandInput,
25
- ResetLandingZoneCommandOutput,
26
- ControlTowerClientResolvedConfig
27
- > {
28
- readonly input: ResetLandingZoneCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ResetLandingZoneCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ControlTowerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ResetLandingZoneCommand_base: {
18
+ new (
19
+ input: ResetLandingZoneCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ResetLandingZoneCommandInput,
22
+ ResetLandingZoneCommandOutput,
23
+ ControlTowerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceInput {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceOutput,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- ControlTowerClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ControlTowerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ ControlTowerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
17
11
  export interface UntagResourceCommandOutput
18
12
  extends UntagResourceOutput,
19
13
  __MetadataBearer {}
20
- export declare class UntagResourceCommand extends $Command<
21
- UntagResourceCommandInput,
22
- UntagResourceCommandOutput,
23
- ControlTowerClientResolvedConfig
24
- > {
25
- readonly input: UntagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UntagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ControlTowerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UntagResourceCommand_base: {
15
+ new (
16
+ input: UntagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ ControlTowerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ControlTowerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface UpdateEnabledControlCommandInput
21
15
  export interface UpdateEnabledControlCommandOutput
22
16
  extends UpdateEnabledControlOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateEnabledControlCommand extends $Command<
25
- UpdateEnabledControlCommandInput,
26
- UpdateEnabledControlCommandOutput,
27
- ControlTowerClientResolvedConfig
28
- > {
29
- readonly input: UpdateEnabledControlCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateEnabledControlCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ControlTowerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateEnabledControlCommand_base: {
19
+ new (
20
+ input: UpdateEnabledControlCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateEnabledControlCommandInput,
38
- UpdateEnabledControlCommandOutput
23
+ UpdateEnabledControlCommandOutput,
24
+ ControlTowerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateEnabledControlCommand extends UpdateEnabledControlCommand_base {}