@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { GetControlOperationInput, GetControlOperationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetControlOperationCommandInput extends GetControlOperationInpu
21
20
  */
22
21
  export interface GetControlOperationCommandOutput extends GetControlOperationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetControlOperationCommand_base: {
24
+ new (input: GetControlOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the status of a particular <code>EnableControl</code> or
@@ -76,23 +79,5 @@ export interface GetControlOperationCommandOutput extends GetControlOperationOut
76
79
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
77
80
  *
78
81
  */
79
- export declare class GetControlOperationCommand extends $Command<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig> {
80
- readonly input: GetControlOperationCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetControlOperationCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetControlOperationCommandInput, GetControlOperationCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetControlOperationCommand extends GetControlOperationCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { GetEnabledControlInput, GetEnabledControlOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEnabledControlCommandInput extends GetEnabledControlInput {
21
20
  */
22
21
  export interface GetEnabledControlCommandOutput extends GetEnabledControlOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetEnabledControlCommand_base: {
24
+ new (input: GetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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">
@@ -90,23 +93,5 @@ export interface GetEnabledControlCommandOutput extends GetEnabledControlOutput,
90
93
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
91
94
  *
92
95
  */
93
- export declare class GetEnabledControlCommand extends $Command<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig> {
94
- readonly input: GetEnabledControlCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: GetEnabledControlCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnabledControlCommandInput, GetEnabledControlCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLandingZoneCommandInput extends GetLandingZoneInput {
21
20
  */
22
21
  export interface GetLandingZoneCommandOutput extends GetLandingZoneOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetLandingZoneCommand_base: {
24
+ new (input: GetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns details about the landing zone. Displays a message in case of error.</p>
@@ -75,23 +78,5 @@ export interface GetLandingZoneCommandOutput extends GetLandingZoneOutput, __Met
75
78
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
76
79
  *
77
80
  */
78
- export declare class GetLandingZoneCommand extends $Command<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig> {
79
- readonly input: GetLandingZoneCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetLandingZoneCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLandingZoneCommandInput, GetLandingZoneCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { GetLandingZoneOperationInput, GetLandingZoneOperationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLandingZoneOperationCommandInput extends GetLandingZoneOpera
21
20
  */
22
21
  export interface GetLandingZoneOperationCommandOutput extends GetLandingZoneOperationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetLandingZoneOperationCommand_base: {
24
+ new (input: GetLandingZoneOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the status of the specified landing zone operation. Details for an operation are available for
@@ -73,23 +76,5 @@ export interface GetLandingZoneOperationCommandOutput extends GetLandingZoneOper
73
76
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
74
77
  *
75
78
  */
76
- export declare class GetLandingZoneOperationCommand extends $Command<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig> {
77
- readonly input: GetLandingZoneOperationCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetLandingZoneOperationCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { ListEnabledControlsInput, ListEnabledControlsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEnabledControlsCommandInput extends ListEnabledControlsInpu
21
20
  */
22
21
  export interface ListEnabledControlsCommandOutput extends ListEnabledControlsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListEnabledControlsCommand_base: {
24
+ new (input: ListEnabledControlsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and
@@ -85,23 +88,5 @@ export interface ListEnabledControlsCommandOutput extends ListEnabledControlsOut
85
88
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
86
89
  *
87
90
  */
88
- export declare class ListEnabledControlsCommand extends $Command<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig> {
89
- readonly input: ListEnabledControlsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListEnabledControlsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListEnabledControlsCommand extends ListEnabledControlsCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { ListLandingZonesInput, ListLandingZonesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLandingZonesCommandInput extends ListLandingZonesInput {
21
20
  */
22
21
  export interface ListLandingZonesCommandOutput extends ListLandingZonesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListLandingZonesCommand_base: {
24
+ new (input: ListLandingZonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the landing zone ARN for the landing zone deployed in your managed account. This API also
@@ -71,23 +74,5 @@ export interface ListLandingZonesCommandOutput extends ListLandingZonesOutput, _
71
74
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
72
75
  *
73
76
  */
74
- export declare class ListLandingZonesCommand extends $Command<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig> {
75
- readonly input: ListLandingZonesCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListLandingZonesCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLandingZonesCommandInput, ListLandingZonesCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListLandingZonesCommand extends ListLandingZonesCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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">
@@ -64,23 +67,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
64
67
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
65
68
  *
66
69
  */
67
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig> {
68
- readonly input: ListTagsForResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: ListTagsForResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { ResetLandingZoneInput, ResetLandingZoneOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {
21
20
  */
22
21
  export interface ResetLandingZoneCommandOutput extends ResetLandingZoneOutput, __MetadataBearer {
23
22
  }
23
+ declare const ResetLandingZoneCommand_base: {
24
+ new (input: ResetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This API call resets a landing zone. It starts an asynchronous operation that resets the
@@ -70,23 +73,5 @@ export interface ResetLandingZoneCommandOutput extends ResetLandingZoneOutput, _
70
73
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
71
74
  *
72
75
  */
73
- export declare class ResetLandingZoneCommand extends $Command<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig> {
74
- readonly input: ResetLandingZoneCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ResetLandingZoneCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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">
@@ -63,23 +66,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
63
66
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
64
67
  *
65
68
  */
66
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig> {
67
- readonly input: TagResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: TagResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class TagResourceCommand extends TagResourceCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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">
@@ -63,23 +66,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
63
66
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
64
67
  *
65
68
  */
66
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig> {
67
- readonly input: UntagResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: UntagResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { UpdateEnabledControlInput, UpdateEnabledControlOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEnabledControlCommandInput extends UpdateEnabledControlIn
21
20
  */
22
21
  export interface UpdateEnabledControlCommandOutput extends UpdateEnabledControlOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEnabledControlCommand_base: {
24
+ new (input: UpdateEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -85,23 +88,5 @@ export interface UpdateEnabledControlCommandOutput extends UpdateEnabledControlO
85
88
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
86
89
  *
87
90
  */
88
- export declare class UpdateEnabledControlCommand extends $Command<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig> {
89
- readonly input: UpdateEnabledControlCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: UpdateEnabledControlCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class UpdateEnabledControlCommand extends UpdateEnabledControlCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
5
4
  import { UpdateLandingZoneInput, UpdateLandingZoneOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLandingZoneCommandInput extends UpdateLandingZoneInput {
21
20
  */
22
21
  export interface UpdateLandingZoneCommandOutput extends UpdateLandingZoneOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLandingZoneCommand_base: {
24
+ new (input: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This API call updates the landing zone. It starts an asynchronous operation that updates the
@@ -73,23 +76,5 @@ export interface UpdateLandingZoneCommandOutput extends UpdateLandingZoneOutput,
73
76
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
74
77
  *
75
78
  */
76
- export declare class UpdateLandingZoneCommand extends $Command<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig> {
77
- readonly input: UpdateLandingZoneCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: UpdateLandingZoneCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ControlTowerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class UpdateLandingZoneCommand extends UpdateLandingZoneCommand_base {
95
80
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ControlTowerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEnabledControls(config: ControlTowerPaginationConfiguration, input: ListEnabledControlsCommandInput, ...additionalArguments: any): Paginator<ListEnabledControlsCommandOutput>;
7
+ export declare const paginateListEnabledControls: (config: ControlTowerPaginationConfiguration, input: ListEnabledControlsCommandInput, ...rest: any[]) => Paginator<ListEnabledControlsCommandOutput>;
@@ -4,4 +4,4 @@ import { ControlTowerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListLandingZones(config: ControlTowerPaginationConfiguration, input: ListLandingZonesCommandInput, ...additionalArguments: any): Paginator<ListLandingZonesCommandOutput>;
7
+ export declare const paginateListLandingZones: (config: ControlTowerPaginationConfiguration, input: ListLandingZonesCommandInput, ...rest: any[]) => Paginator<ListLandingZonesCommandOutput>;
@@ -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 CreateLandingZoneCommandInput extends CreateLandingZoneInput {}
20
14
  export interface CreateLandingZoneCommandOutput
21
15
  extends CreateLandingZoneOutput,
22
16
  __MetadataBearer {}
23
- export declare class CreateLandingZoneCommand extends $Command<
24
- CreateLandingZoneCommandInput,
25
- CreateLandingZoneCommandOutput,
26
- ControlTowerClientResolvedConfig
27
- > {
28
- readonly input: CreateLandingZoneCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateLandingZoneCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ControlTowerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateLandingZoneCommand_base: {
18
+ new (
19
+ input: CreateLandingZoneCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateLandingZoneCommandInput,
22
+ CreateLandingZoneCommandOutput,
23
+ ControlTowerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base {}