@aws-sdk/client-controltower 3.533.0 → 3.540.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 (61) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ControlTower.d.ts +4 -1
  6. package/dist-types/ControlTowerClient.d.ts +1 -1
  7. package/dist-types/commands/CreateLandingZoneCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +2 -1
  9. package/dist-types/commands/DisableBaselineCommand.d.ts +2 -1
  10. package/dist-types/commands/DisableControlCommand.d.ts +2 -1
  11. package/dist-types/commands/EnableBaselineCommand.d.ts +2 -1
  12. package/dist-types/commands/EnableControlCommand.d.ts +2 -1
  13. package/dist-types/commands/GetBaselineCommand.d.ts +2 -1
  14. package/dist-types/commands/GetBaselineOperationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetControlOperationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +2 -1
  17. package/dist-types/commands/GetEnabledControlCommand.d.ts +2 -1
  18. package/dist-types/commands/GetLandingZoneCommand.d.ts +2 -1
  19. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +2 -1
  20. package/dist-types/commands/ListBaselinesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListEnabledControlsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListLandingZonesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +2 -1
  26. package/dist-types/commands/ResetLandingZoneCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +2 -1
  32. package/dist-types/index.d.ts +0 -1
  33. package/dist-types/models/models_0.d.ts +173 -173
  34. package/dist-types/ts3.4/ControlTower.d.ts +3 -0
  35. package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/index.d.ts +0 -1
  61. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateLandingZoneCommandOutput extends UpdateLandingZoneOutput,
22
22
  }
23
23
  declare const UpdateLandingZoneCommand_base: {
24
24
  new (input: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLandingZoneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput, ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This API call updates the landing zone. It starts an asynchronous operation that updates the
30
30
  * landing zone based on the new landing zone version, or on the changed parameters specified in the
31
31
  * updated manifest file. </p>
@@ -75,6 +75,7 @@ declare const UpdateLandingZoneCommand_base: {
75
75
  * @throws {@link ControlTowerServiceException}
76
76
  * <p>Base exception class for all service exceptions from ControlTower service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateLandingZoneCommand extends UpdateLandingZoneCommand_base {
80
81
  }
@@ -116,5 +116,4 @@ export { ControlTowerExtensionConfiguration } from "./extensionConfiguration";
116
116
  export * from "./commands";
117
117
  export * from "./pagination";
118
118
  export * from "./models";
119
- import "@aws-sdk/util-endpoints";
120
119
  export { ControlTowerServiceException } from "./models/ControlTowerServiceException";