@aws-sdk/client-controltower 3.1045.0 → 3.1047.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +72 -73
  5. package/dist-cjs/models/ControlTowerServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ControlTower.js +1 -1
  10. package/dist-es/ControlTowerClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateLandingZoneCommand.js +2 -2
  13. package/dist-es/commands/DeleteLandingZoneCommand.js +2 -2
  14. package/dist-es/commands/DisableBaselineCommand.js +2 -2
  15. package/dist-es/commands/DisableControlCommand.js +2 -2
  16. package/dist-es/commands/EnableBaselineCommand.js +2 -2
  17. package/dist-es/commands/EnableControlCommand.js +2 -2
  18. package/dist-es/commands/GetBaselineCommand.js +2 -2
  19. package/dist-es/commands/GetBaselineOperationCommand.js +2 -2
  20. package/dist-es/commands/GetControlOperationCommand.js +2 -2
  21. package/dist-es/commands/GetEnabledBaselineCommand.js +2 -2
  22. package/dist-es/commands/GetEnabledControlCommand.js +2 -2
  23. package/dist-es/commands/GetLandingZoneCommand.js +2 -2
  24. package/dist-es/commands/GetLandingZoneOperationCommand.js +2 -2
  25. package/dist-es/commands/ListBaselinesCommand.js +2 -2
  26. package/dist-es/commands/ListControlOperationsCommand.js +2 -2
  27. package/dist-es/commands/ListEnabledBaselinesCommand.js +2 -2
  28. package/dist-es/commands/ListEnabledControlsCommand.js +2 -2
  29. package/dist-es/commands/ListLandingZoneOperationsCommand.js +2 -2
  30. package/dist-es/commands/ListLandingZonesCommand.js +2 -2
  31. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  32. package/dist-es/commands/ResetEnabledBaselineCommand.js +2 -2
  33. package/dist-es/commands/ResetEnabledControlCommand.js +2 -2
  34. package/dist-es/commands/ResetLandingZoneCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/UntagResourceCommand.js +2 -2
  37. package/dist-es/commands/UpdateEnabledBaselineCommand.js +2 -2
  38. package/dist-es/commands/UpdateEnabledControlCommand.js +2 -2
  39. package/dist-es/commands/UpdateLandingZoneCommand.js +2 -2
  40. package/dist-es/endpoint/bdd.js +1 -1
  41. package/dist-es/endpoint/endpointResolver.js +1 -1
  42. package/dist-es/models/ControlTowerServiceException.js +1 -1
  43. package/dist-es/runtimeConfig.browser.js +4 -6
  44. package/dist-es/runtimeConfig.js +4 -8
  45. package/dist-es/runtimeConfig.shared.js +3 -4
  46. package/dist-es/runtimeExtensions.js +2 -2
  47. package/dist-types/ControlTowerClient.d.ts +5 -5
  48. package/dist-types/commands/CreateLandingZoneCommand.d.ts +6 -4
  49. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +6 -4
  50. package/dist-types/commands/DisableBaselineCommand.d.ts +6 -4
  51. package/dist-types/commands/DisableControlCommand.d.ts +6 -4
  52. package/dist-types/commands/EnableBaselineCommand.d.ts +6 -4
  53. package/dist-types/commands/EnableControlCommand.d.ts +6 -4
  54. package/dist-types/commands/GetBaselineCommand.d.ts +6 -4
  55. package/dist-types/commands/GetBaselineOperationCommand.d.ts +6 -4
  56. package/dist-types/commands/GetControlOperationCommand.d.ts +6 -4
  57. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +6 -4
  58. package/dist-types/commands/GetEnabledControlCommand.d.ts +6 -4
  59. package/dist-types/commands/GetLandingZoneCommand.d.ts +6 -4
  60. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +6 -4
  61. package/dist-types/commands/ListBaselinesCommand.d.ts +6 -4
  62. package/dist-types/commands/ListControlOperationsCommand.d.ts +6 -4
  63. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +6 -4
  64. package/dist-types/commands/ListEnabledControlsCommand.d.ts +6 -4
  65. package/dist-types/commands/ListLandingZoneOperationsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListLandingZonesCommand.d.ts +6 -4
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  68. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +6 -4
  69. package/dist-types/commands/ResetEnabledControlCommand.d.ts +6 -4
  70. package/dist-types/commands/ResetLandingZoneCommand.d.ts +6 -4
  71. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  72. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  73. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +6 -4
  74. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +6 -4
  75. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +6 -4
  76. package/dist-types/endpoint/bdd.d.ts +1 -1
  77. package/dist-types/extensionConfiguration.d.ts +1 -1
  78. package/dist-types/models/ControlTowerServiceException.d.ts +1 -1
  79. package/dist-types/models/errors.d.ts +1 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  81. package/dist-types/runtimeConfig.d.ts +2 -2
  82. package/dist-types/runtimeConfig.native.d.ts +2 -2
  83. package/dist-types/ts3.4/ControlTowerClient.d.ts +8 -14
  84. package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListLandingZoneOperationsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/ResetEnabledControlCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  113. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  114. package/dist-types/ts3.4/models/ControlTowerServiceException.d.ts +1 -1
  115. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  119. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { DisableControlInput, DisableControlOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisableControlCommandInput extends DisableControlInput {
22
22
  export interface DisableControlCommandOutput extends DisableControlOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DisableControlCommand_base: {
25
- new (input: DisableControlCommandInput): import("@smithy/smithy-client").CommandImpl<DisableControlCommandInput, DisableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DisableControlCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableControlCommandInput, DisableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisableControlCommandInput): import("@smithy/core/client").CommandImpl<DisableControlCommandInput, DisableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DisableControlCommandInput]): import("@smithy/core/client").CommandImpl<DisableControlCommandInput, DisableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. 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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { EnableBaselineInput, EnableBaselineOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface EnableBaselineCommandInput extends EnableBaselineInput {
22
22
  export interface EnableBaselineCommandOutput extends EnableBaselineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const EnableBaselineCommand_base: {
25
- new (input: EnableBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<EnableBaselineCommandInput, EnableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<EnableBaselineCommandInput, EnableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableBaselineCommandInput): import("@smithy/core/client").CommandImpl<EnableBaselineCommandInput, EnableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableBaselineCommandInput): import("@smithy/core/client").CommandImpl<EnableBaselineCommandInput, EnableBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enable (apply) a <code>Baseline</code> to a Target. This API starts an asynchronous operation to deploy resources specified by the <code>Baseline</code> to the specified Target. 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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { EnableControlInput, EnableControlOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface EnableControlCommandInput extends EnableControlInput {
22
22
  export interface EnableControlCommandOutput extends EnableControlOutput, __MetadataBearer {
23
23
  }
24
24
  declare const EnableControlCommand_base: {
25
- new (input: EnableControlCommandInput): import("@smithy/smithy-client").CommandImpl<EnableControlCommandInput, EnableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableControlCommandInput): import("@smithy/smithy-client").CommandImpl<EnableControlCommandInput, EnableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableControlCommandInput): import("@smithy/core/client").CommandImpl<EnableControlCommandInput, EnableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableControlCommandInput): import("@smithy/core/client").CommandImpl<EnableControlCommandInput, EnableControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. 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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetBaselineInput, GetBaselineOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBaselineCommandInput extends GetBaselineInput {
22
22
  export interface GetBaselineCommandOutput extends GetBaselineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetBaselineCommand_base: {
25
- new (input: GetBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineCommandInput, GetBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetBaselineOperationInput, GetBaselineOperationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBaselineOperationCommandInput extends GetBaselineOperationIn
22
22
  export interface GetBaselineOperationCommandOutput extends GetBaselineOperationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetBaselineOperationCommand_base: {
25
- new (input: GetBaselineOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBaselineOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBaselineOperationCommandInput, GetBaselineOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetControlOperationInput, GetControlOperationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetControlOperationCommandInput extends GetControlOperationInpu
22
22
  export interface GetControlOperationCommandOutput extends GetControlOperationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetControlOperationCommand_base: {
25
- new (input: GetControlOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetControlOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlOperationCommandInput, GetControlOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetEnabledBaselineInput, GetEnabledBaselineOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetEnabledBaselineCommandInput extends GetEnabledBaselineInput
22
22
  export interface GetEnabledBaselineCommandOutput extends GetEnabledBaselineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetEnabledBaselineCommand_base: {
25
- new (input: GetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledBaselineCommandInput, GetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve details of an <code>EnabledBaseline</code> resource by specifying its identifier.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetEnabledControlInput, GetEnabledControlOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetEnabledControlCommandInput extends GetEnabledControlInput {
22
22
  export interface GetEnabledControlCommandOutput extends GetEnabledControlOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetEnabledControlCommand_base: {
25
- new (input: GetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnabledControlCommandInput, GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetLandingZoneCommandInput extends GetLandingZoneInput {
22
22
  export interface GetLandingZoneCommandOutput extends GetLandingZoneOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetLandingZoneCommand_base: {
25
- new (input: GetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneCommandInput, GetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns details about the landing zone. Displays a message in case of error.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { GetLandingZoneOperationInput, GetLandingZoneOperationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetLandingZoneOperationCommandInput extends GetLandingZoneOpera
22
22
  export interface GetLandingZoneOperationCommandOutput extends GetLandingZoneOperationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetLandingZoneOperationCommand_base: {
25
- new (input: GetLandingZoneOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLandingZoneOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLandingZoneOperationCommandInput, GetLandingZoneOperationCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListBaselinesInput, ListBaselinesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListBaselinesCommandInput extends ListBaselinesInput {
22
22
  export interface ListBaselinesCommandOutput extends ListBaselinesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBaselinesCommand_base: {
25
- new (input: ListBaselinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBaselinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBaselinesCommandInput, ListBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListControlOperationsInput, ListControlOperationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListControlOperationsCommandInput extends ListControlOperations
22
22
  export interface ListControlOperationsCommandOutput extends ListControlOperationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListControlOperationsCommand_base: {
25
- new (input: ListControlOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListControlOperationsCommandInput, ListControlOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListControlOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListControlOperationsCommandInput, ListControlOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListEnabledBaselinesInput, ListEnabledBaselinesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEnabledBaselinesCommandInput extends ListEnabledBaselinesIn
22
22
  export interface ListEnabledBaselinesCommandOutput extends ListEnabledBaselinesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListEnabledBaselinesCommand_base: {
25
- new (input: ListEnabledBaselinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEnabledBaselinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnabledBaselinesCommandInput, ListEnabledBaselinesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListEnabledControlsInput, ListEnabledControlsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEnabledControlsCommandInput extends ListEnabledControlsInpu
22
22
  export interface ListEnabledControlsCommandOutput extends ListEnabledControlsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListEnabledControlsCommand_base: {
25
- new (input: ListEnabledControlsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEnabledControlsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnabledControlsCommandInput, ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListLandingZoneOperationsInput, ListLandingZoneOperationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListLandingZoneOperationsCommandInput extends ListLandingZoneOp
22
22
  export interface ListLandingZoneOperationsCommandOutput extends ListLandingZoneOperationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListLandingZoneOperationsCommand_base: {
25
- new (input: ListLandingZoneOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLandingZoneOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLandingZoneOperationsCommandInput, ListLandingZoneOperationsCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListLandingZonesInput, ListLandingZonesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListLandingZonesCommandInput extends ListLandingZonesInput {
22
22
  export interface ListLandingZonesCommandOutput extends ListLandingZonesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListLandingZonesCommand_base: {
25
- new (input: ListLandingZonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLandingZonesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLandingZonesCommandInput, ListLandingZonesCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ResetEnabledBaselineInput, ResetEnabledBaselineOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ResetEnabledBaselineCommandInput extends ResetEnabledBaselineIn
22
22
  export interface ResetEnabledBaselineCommandOutput extends ResetEnabledBaselineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ResetEnabledBaselineCommand_base: {
25
- new (input: ResetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ResetEnabledControlInput, ResetEnabledControlOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ResetEnabledControlCommandInput extends ResetEnabledControlInpu
22
22
  export interface ResetEnabledControlCommandOutput extends ResetEnabledControlOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ResetEnabledControlCommand_base: {
25
- new (input: ResetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<ResetEnabledControlCommandInput, ResetEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Resets an enabled control. Does not work for controls implemented with SCPs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { ResetLandingZoneInput, ResetLandingZoneOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {
22
22
  export interface ResetLandingZoneCommandOutput extends ResetLandingZoneOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ResetLandingZoneCommand_base: {
25
- new (input: ResetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { UpdateEnabledBaselineInput, UpdateEnabledBaselineOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateEnabledBaselineCommandInput extends UpdateEnabledBaseline
22
22
  export interface UpdateEnabledBaselineCommandOutput extends UpdateEnabledBaselineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateEnabledBaselineCommand_base: {
25
- new (input: UpdateEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnabledBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { UpdateEnabledControlInput, UpdateEnabledControlOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateEnabledControlCommandInput extends UpdateEnabledControlIn
22
22
  export interface UpdateEnabledControlCommandOutput extends UpdateEnabledControlOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateEnabledControlCommand_base: {
25
- new (input: UpdateEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnabledControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateEnabledControlCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Updates the configuration of an already enabled control.</p> <p>If the enabled control shows an <code>EnablementStatus</code> of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request.</p> <p>If the enabled control shows an <code>EnablementStatus</code> of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply.</p> <p>If the <code>DriftSummary</code> status for the control shows as <code>DRIFTED</code>, you cannot call this API. Instead, you can update the control by calling the <code>ResetEnabledControl</code> API. Alternatively, you can call <code>DisableControl</code> and then call <code>EnableControl</code> again. Also, you can run an extending governance operation to repair drift. 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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
4
  import type { UpdateLandingZoneInput, UpdateLandingZoneOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateLandingZoneCommandInput extends UpdateLandingZoneInput {
22
22
  export interface UpdateLandingZoneCommandOutput extends UpdateLandingZoneOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateLandingZoneCommand_base: {
25
- new (input: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateLandingZoneCommandInput): import("@smithy/core/client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This API call updates the landing zone. It starts an asynchronous operation that updates the landing zone based on the new landing zone version, or on the changed parameters specified in the updated manifest file. </p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**