@aws-sdk/client-controltower 3.1076.0 → 3.1078.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 (104) hide show
  1. package/dist-cjs/index.js +39 -285
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateLandingZoneCommand.js +2 -14
  4. package/dist-es/commands/DeleteLandingZoneCommand.js +2 -14
  5. package/dist-es/commands/DisableBaselineCommand.js +2 -14
  6. package/dist-es/commands/DisableControlCommand.js +2 -14
  7. package/dist-es/commands/EnableBaselineCommand.js +2 -14
  8. package/dist-es/commands/EnableControlCommand.js +2 -14
  9. package/dist-es/commands/GetBaselineCommand.js +2 -14
  10. package/dist-es/commands/GetBaselineOperationCommand.js +2 -14
  11. package/dist-es/commands/GetControlOperationCommand.js +2 -14
  12. package/dist-es/commands/GetEnabledBaselineCommand.js +2 -14
  13. package/dist-es/commands/GetEnabledControlCommand.js +2 -14
  14. package/dist-es/commands/GetLandingZoneCommand.js +2 -14
  15. package/dist-es/commands/GetLandingZoneOperationCommand.js +2 -14
  16. package/dist-es/commands/ListBaselinesCommand.js +2 -14
  17. package/dist-es/commands/ListControlOperationsCommand.js +2 -14
  18. package/dist-es/commands/ListEnabledBaselinesCommand.js +2 -14
  19. package/dist-es/commands/ListEnabledControlsCommand.js +2 -14
  20. package/dist-es/commands/ListLandingZoneOperationsCommand.js +2 -14
  21. package/dist-es/commands/ListLandingZonesCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/ResetEnabledBaselineCommand.js +2 -14
  24. package/dist-es/commands/ResetEnabledControlCommand.js +2 -14
  25. package/dist-es/commands/ResetLandingZoneCommand.js +2 -14
  26. package/dist-es/commands/TagResourceCommand.js +2 -14
  27. package/dist-es/commands/UntagResourceCommand.js +2 -14
  28. package/dist-es/commands/UpdateEnabledBaselineCommand.js +2 -14
  29. package/dist-es/commands/UpdateEnabledControlCommand.js +2 -14
  30. package/dist-es/commands/UpdateLandingZoneCommand.js +2 -14
  31. package/dist-es/index.js +1 -0
  32. package/dist-es/runtimeConfig.browser.js +0 -2
  33. package/dist-es/runtimeConfig.js +1 -2
  34. package/dist-es/runtimeConfig.native.js +0 -2
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/CreateLandingZoneCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +3 -8
  39. package/dist-types/commands/DisableBaselineCommand.d.ts +3 -8
  40. package/dist-types/commands/DisableControlCommand.d.ts +3 -8
  41. package/dist-types/commands/EnableBaselineCommand.d.ts +3 -8
  42. package/dist-types/commands/EnableControlCommand.d.ts +3 -8
  43. package/dist-types/commands/GetBaselineCommand.d.ts +3 -8
  44. package/dist-types/commands/GetBaselineOperationCommand.d.ts +3 -8
  45. package/dist-types/commands/GetControlOperationCommand.d.ts +3 -8
  46. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +3 -8
  47. package/dist-types/commands/GetEnabledControlCommand.d.ts +3 -8
  48. package/dist-types/commands/GetLandingZoneCommand.d.ts +3 -8
  49. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +3 -8
  50. package/dist-types/commands/ListBaselinesCommand.d.ts +3 -8
  51. package/dist-types/commands/ListControlOperationsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +3 -8
  53. package/dist-types/commands/ListEnabledControlsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListLandingZoneOperationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListLandingZonesCommand.d.ts +3 -8
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  57. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +3 -8
  58. package/dist-types/commands/ResetEnabledControlCommand.d.ts +3 -8
  59. package/dist-types/commands/ResetLandingZoneCommand.d.ts +3 -8
  60. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +1 -1
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  71. package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListLandingZoneOperationsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ResetEnabledControlCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  104. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetBaselineInput, GetBaselineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBaselineCommandInput extends GetBaselineInput {
22
19
  export interface GetBaselineCommandOutput extends GetBaselineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetBaselineCommand_base: {
25
- new (input: GetBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve details about an existing <code>Baseline</code> resource by specifying its identifier. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetBaselineOperationInput, GetBaselineOperationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBaselineOperationCommandInput extends GetBaselineOperationIn
22
19
  export interface GetBaselineOperationCommandOutput extends GetBaselineOperationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetBaselineOperationCommand_base: {
25
- new (input: GetBaselineOperationCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBaselineOperationCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBaselineOperationCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBaselineOperationCommandInput): import("@smithy/core/client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: <code>EnableBaseline</code>, <code>DisableBaseline</code>, <code>UpdateEnabledBaseline</code>, <code>ResetEnabledBaseline</code>. A status message is displayed in case of operation failure. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetControlOperationInput, GetControlOperationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetControlOperationCommandInput extends GetControlOperationInpu
22
19
  export interface GetControlOperationCommandOutput extends GetControlOperationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetControlOperationCommand_base: {
25
- new (input: GetControlOperationCommandInput): import("@smithy/core/client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetControlOperationCommandInput): import("@smithy/core/client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetControlOperationCommandInput): import("@smithy/core/client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetControlOperationCommandInput): import("@smithy/core/client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the status of a particular <code>EnableControl</code> or <code>DisableControl</code> operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetEnabledBaselineInput, GetEnabledBaselineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEnabledBaselineCommandInput extends GetEnabledBaselineInput
22
19
  export interface GetEnabledBaselineCommandOutput extends GetEnabledBaselineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetEnabledBaselineCommand_base: {
25
- new (input: GetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve details of an <code>EnabledBaseline</code> resource by specifying its identifier.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetEnabledControlInput, GetEnabledControlOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEnabledControlCommandInput extends GetEnabledControlInput {
22
19
  export interface GetEnabledControlCommandOutput extends GetEnabledControlOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetEnabledControlCommand_base: {
25
- new (input: GetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details about an enabled control. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLandingZoneCommandInput extends GetLandingZoneInput {
22
19
  export interface GetLandingZoneCommandOutput extends GetLandingZoneOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetLandingZoneCommand_base: {
25
- new (input: GetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns details about the landing zone. Displays a message in case of error.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { GetLandingZoneOperationInput, GetLandingZoneOperationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLandingZoneOperationCommandInput extends GetLandingZoneOpera
22
19
  export interface GetLandingZoneOperationCommandOutput extends GetLandingZoneOperationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetLandingZoneOperationCommand_base: {
25
- new (input: GetLandingZoneOperationCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLandingZoneOperationCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLandingZoneOperationCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLandingZoneOperationCommandInput): import("@smithy/core/client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListBaselinesInput, ListBaselinesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBaselinesCommandInput extends ListBaselinesInput {
22
19
  export interface ListBaselinesCommandOutput extends ListBaselinesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBaselinesCommand_base: {
25
- new (input: ListBaselinesCommandInput): import("@smithy/core/client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBaselinesCommandInput]): import("@smithy/core/client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBaselinesCommandInput): import("@smithy/core/client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListBaselinesCommandInput]): import("@smithy/core/client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a summary list of all available baselines. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListControlOperationsInput, ListControlOperationsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListControlOperationsCommandInput extends ListControlOperations
22
19
  export interface ListControlOperationsCommandOutput extends ListControlOperationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListControlOperationsCommand_base: {
25
- new (input: ListControlOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListControlOperationsCommandInput, ListControlOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListControlOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListControlOperationsCommandInput, ListControlOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListControlOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListControlOperationsCommandInput, ListControlOperationsCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListControlOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListControlOperationsCommandInput, ListControlOperationsCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a list of operations in progress or queued. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html#list-control-operations-api-examples">ListControlOperation examples</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListEnabledBaselinesInput, ListEnabledBaselinesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEnabledBaselinesCommandInput extends ListEnabledBaselinesIn
22
19
  export interface ListEnabledBaselinesCommandOutput extends ListEnabledBaselinesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListEnabledBaselinesCommand_base: {
25
- new (input: ListEnabledBaselinesCommandInput): import("@smithy/core/client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEnabledBaselinesCommandInput]): import("@smithy/core/client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEnabledBaselinesCommandInput): import("@smithy/core/client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEnabledBaselinesCommandInput]): import("@smithy/core/client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of summaries describing <code>EnabledBaseline</code> resources. You can filter the list by the corresponding <code>Baseline</code> or <code>Target</code> of the <code>EnabledBaseline</code> resources. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListEnabledControlsInput, ListEnabledControlsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEnabledControlsCommandInput extends ListEnabledControlsInpu
22
19
  export interface ListEnabledControlsCommandOutput extends ListEnabledControlsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListEnabledControlsCommand_base: {
25
- new (input: ListEnabledControlsCommandInput): import("@smithy/core/client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEnabledControlsCommandInput]): import("@smithy/core/client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEnabledControlsCommandInput): import("@smithy/core/client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEnabledControlsCommandInput]): import("@smithy/core/client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListLandingZoneOperationsInput, ListLandingZoneOperationsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLandingZoneOperationsCommandInput extends ListLandingZoneOp
22
19
  export interface ListLandingZoneOperationsCommandOutput extends ListLandingZoneOperationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListLandingZoneOperationsCommand_base: {
25
- new (input: ListLandingZoneOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLandingZoneOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLandingZoneOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLandingZoneOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListLandingZonesInput, ListLandingZonesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLandingZonesCommandInput extends ListLandingZonesInput {
22
19
  export interface ListLandingZonesCommandOutput extends ListLandingZonesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListLandingZonesCommand_base: {
25
- new (input: ListLandingZonesCommandInput): import("@smithy/core/client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLandingZonesCommandInput]): import("@smithy/core/client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLandingZonesCommandInput): import("@smithy/core/client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLandingZonesCommandInput]): import("@smithy/core/client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. </p> <p>Returns one landing zone ARN.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tags associated with the resource. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ResetEnabledBaselineInput, ResetEnabledBaselineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResetEnabledBaselineCommandInput extends ResetEnabledBaselineIn
22
19
  export interface ResetEnabledBaselineCommandOutput extends ResetEnabledBaselineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ResetEnabledBaselineCommand_base: {
25
- new (input: ResetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResetEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Re-enables an <code>EnabledBaseline</code> resource. For example, this API can re-apply the existing <code>Baseline</code> after a new member account is moved to the target OU. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ResetEnabledControlInput, ResetEnabledControlOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResetEnabledControlCommandInput extends ResetEnabledControlInpu
22
19
  export interface ResetEnabledControlCommandOutput extends ResetEnabledControlOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ResetEnabledControlCommand_base: {
25
- new (input: ResetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResetEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Resets an enabled control. Does not work for controls implemented with SCPs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { ResetLandingZoneInput, ResetLandingZoneOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {
22
19
  export interface ResetLandingZoneCommandOutput extends ResetLandingZoneOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ResetLandingZoneCommand_base: {
25
- new (input: ResetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResetLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies tags to a resource. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from a resource. For usage examples, see the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html"> <i>Controls Reference Guide</i> </a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
2
  import type { UpdateEnabledBaselineInput, UpdateEnabledBaselineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEnabledBaselineCommandInput extends UpdateEnabledBaseline
22
19
  export interface UpdateEnabledBaselineCommandOutput extends UpdateEnabledBaselineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEnabledBaselineCommand_base: {
25
- new (input: UpdateEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEnabledBaselineCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an <code>EnabledBaseline</code> resource's applied parameters or version. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>