@aws-sdk/client-controltower 3.650.0 → 3.654.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 (55) hide show
  1. package/dist-types/commands/CreateLandingZoneCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +11 -0
  3. package/dist-types/commands/DisableBaselineCommand.d.ts +11 -0
  4. package/dist-types/commands/DisableControlCommand.d.ts +11 -0
  5. package/dist-types/commands/EnableBaselineCommand.d.ts +11 -0
  6. package/dist-types/commands/EnableControlCommand.d.ts +11 -0
  7. package/dist-types/commands/GetBaselineCommand.d.ts +11 -0
  8. package/dist-types/commands/GetBaselineOperationCommand.d.ts +11 -0
  9. package/dist-types/commands/GetControlOperationCommand.d.ts +11 -0
  10. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +11 -0
  11. package/dist-types/commands/GetEnabledControlCommand.d.ts +11 -0
  12. package/dist-types/commands/GetLandingZoneCommand.d.ts +11 -0
  13. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +11 -0
  14. package/dist-types/commands/ListBaselinesCommand.d.ts +11 -0
  15. package/dist-types/commands/ListControlOperationsCommand.d.ts +11 -0
  16. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +11 -0
  17. package/dist-types/commands/ListEnabledControlsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListLandingZoneOperationsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListLandingZonesCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +11 -0
  22. package/dist-types/commands/ResetLandingZoneCommand.d.ts +11 -0
  23. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +11 -0
  27. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +11 -0
  28. package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListLandingZoneOperationsCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +12 -1
  55. package/package.json +35 -35
@@ -78,4 +78,15 @@ declare const CreateLandingZoneCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateLandingZoneInput;
85
+ output: CreateLandingZoneOutput;
86
+ };
87
+ sdk: {
88
+ input: CreateLandingZoneCommandInput;
89
+ output: CreateLandingZoneCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -76,4 +76,15 @@ declare const DeleteLandingZoneCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteLandingZoneInput;
83
+ output: DeleteLandingZoneOutput;
84
+ };
85
+ sdk: {
86
+ input: DeleteLandingZoneCommandInput;
87
+ output: DeleteLandingZoneCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -80,4 +80,15 @@ declare const DisableBaselineCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DisableBaselineCommand extends DisableBaselineCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DisableBaselineInput;
87
+ output: DisableBaselineOutput;
88
+ };
89
+ sdk: {
90
+ input: DisableBaselineCommandInput;
91
+ output: DisableBaselineCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -83,4 +83,15 @@ declare const DisableControlCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DisableControlCommand extends DisableControlCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DisableControlInput;
90
+ output: DisableControlOutput;
91
+ };
92
+ sdk: {
93
+ input: DisableControlCommandInput;
94
+ output: DisableControlCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -92,4 +92,15 @@ declare const EnableBaselineCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class EnableBaselineCommand extends EnableBaselineCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: EnableBaselineInput;
99
+ output: EnableBaselineOutput;
100
+ };
101
+ sdk: {
102
+ input: EnableBaselineCommandInput;
103
+ output: EnableBaselineCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -93,4 +93,15 @@ declare const EnableControlCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class EnableControlCommand extends EnableControlCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: EnableControlInput;
100
+ output: EnableControlOutput;
101
+ };
102
+ sdk: {
103
+ input: EnableControlCommandInput;
104
+ output: EnableControlCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -76,4 +76,15 @@ declare const GetBaselineCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetBaselineCommand extends GetBaselineCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetBaselineInput;
83
+ output: GetBaselineOutput;
84
+ };
85
+ sdk: {
86
+ input: GetBaselineCommandInput;
87
+ output: GetBaselineCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -81,4 +81,15 @@ declare const GetBaselineOperationCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetBaselineOperationCommand extends GetBaselineOperationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetBaselineOperationInput;
88
+ output: GetBaselineOperationOutput;
89
+ };
90
+ sdk: {
91
+ input: GetBaselineOperationCommandInput;
92
+ output: GetBaselineOperationCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -86,4 +86,15 @@ declare const GetControlOperationCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetControlOperationCommand extends GetControlOperationCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetControlOperationInput;
93
+ output: GetControlOperationOutput;
94
+ };
95
+ sdk: {
96
+ input: GetControlOperationCommandInput;
97
+ output: GetControlOperationCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -87,4 +87,15 @@ declare const GetEnabledBaselineCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetEnabledBaselineCommand extends GetEnabledBaselineCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetEnabledBaselineInput;
94
+ output: GetEnabledBaselineOutput;
95
+ };
96
+ sdk: {
97
+ input: GetEnabledBaselineCommandInput;
98
+ output: GetEnabledBaselineCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -96,4 +96,15 @@ declare const GetEnabledControlCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetEnabledControlInput;
103
+ output: GetEnabledControlOutput;
104
+ };
105
+ sdk: {
106
+ input: GetEnabledControlCommandInput;
107
+ output: GetEnabledControlCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -81,4 +81,15 @@ declare const GetLandingZoneCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetLandingZoneInput;
88
+ output: GetLandingZoneOutput;
89
+ };
90
+ sdk: {
91
+ input: GetLandingZoneCommandInput;
92
+ output: GetLandingZoneCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -80,4 +80,15 @@ declare const GetLandingZoneOperationCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetLandingZoneOperationInput;
87
+ output: GetLandingZoneOperationOutput;
88
+ };
89
+ sdk: {
90
+ input: GetLandingZoneOperationCommandInput;
91
+ output: GetLandingZoneOperationCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -79,4 +79,15 @@ declare const ListBaselinesCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListBaselinesCommand extends ListBaselinesCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListBaselinesInput;
86
+ output: ListBaselinesOutput;
87
+ };
88
+ sdk: {
89
+ input: ListBaselinesCommandInput;
90
+ output: ListBaselinesCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -100,4 +100,15 @@ declare const ListControlOperationsCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class ListControlOperationsCommand extends ListControlOperationsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: ListControlOperationsInput;
107
+ output: ListControlOperationsOutput;
108
+ };
109
+ sdk: {
110
+ input: ListControlOperationsCommandInput;
111
+ output: ListControlOperationsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -92,4 +92,15 @@ declare const ListEnabledBaselinesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListEnabledBaselinesCommand extends ListEnabledBaselinesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListEnabledBaselinesInput;
99
+ output: ListEnabledBaselinesOutput;
100
+ };
101
+ sdk: {
102
+ input: ListEnabledBaselinesCommandInput;
103
+ output: ListEnabledBaselinesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -102,4 +102,15 @@ declare const ListEnabledControlsCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class ListEnabledControlsCommand extends ListEnabledControlsCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListEnabledControlsInput;
109
+ output: ListEnabledControlsOutput;
110
+ };
111
+ sdk: {
112
+ input: ListEnabledControlsCommandInput;
113
+ output: ListEnabledControlsCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -85,4 +85,15 @@ declare const ListLandingZoneOperationsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListLandingZoneOperationsCommand extends ListLandingZoneOperationsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListLandingZoneOperationsInput;
92
+ output: ListLandingZoneOperationsOutput;
93
+ };
94
+ sdk: {
95
+ input: ListLandingZoneOperationsCommandInput;
96
+ output: ListLandingZoneOperationsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -77,4 +77,15 @@ declare const ListLandingZonesCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListLandingZonesCommand extends ListLandingZonesCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListLandingZonesInput;
84
+ output: ListLandingZonesOutput;
85
+ };
86
+ sdk: {
87
+ input: ListLandingZonesCommandInput;
88
+ output: ListLandingZonesCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListTagsForResourceInput;
77
+ output: ListTagsForResourceOutput;
78
+ };
79
+ sdk: {
80
+ input: ListTagsForResourceCommandInput;
81
+ output: ListTagsForResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -80,4 +80,15 @@ declare const ResetEnabledBaselineCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ResetEnabledBaselineCommand extends ResetEnabledBaselineCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ResetEnabledBaselineInput;
87
+ output: ResetEnabledBaselineOutput;
88
+ };
89
+ sdk: {
90
+ input: ResetEnabledBaselineCommandInput;
91
+ output: ResetEnabledBaselineCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -79,4 +79,15 @@ declare const ResetLandingZoneCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ResetLandingZoneInput;
86
+ output: ResetLandingZoneOutput;
87
+ };
88
+ sdk: {
89
+ input: ResetLandingZoneCommandInput;
90
+ output: ResetLandingZoneCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -69,4 +69,15 @@ declare const TagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class TagResourceCommand extends TagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: TagResourceInput;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: TagResourceCommandInput;
80
+ output: TagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: UntagResourceInput;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: UntagResourceCommandInput;
80
+ output: UntagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -87,4 +87,15 @@ declare const UpdateEnabledBaselineCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class UpdateEnabledBaselineCommand extends UpdateEnabledBaselineCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: UpdateEnabledBaselineInput;
94
+ output: UpdateEnabledBaselineOutput;
95
+ };
96
+ sdk: {
97
+ input: UpdateEnabledBaselineCommandInput;
98
+ output: UpdateEnabledBaselineCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -91,4 +91,15 @@ declare const UpdateEnabledControlCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class UpdateEnabledControlCommand extends UpdateEnabledControlCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: UpdateEnabledControlInput;
98
+ output: UpdateEnabledControlOutput;
99
+ };
100
+ sdk: {
101
+ input: UpdateEnabledControlCommandInput;
102
+ output: UpdateEnabledControlCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -79,4 +79,15 @@ declare const UpdateLandingZoneCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateLandingZoneCommand extends UpdateLandingZoneCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateLandingZoneInput;
86
+ output: UpdateLandingZoneOutput;
87
+ };
88
+ sdk: {
89
+ input: UpdateLandingZoneCommandInput;
90
+ output: UpdateLandingZoneCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -36,4 +36,15 @@ declare const CreateLandingZoneCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base {}
39
+ export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateLandingZoneInput;
43
+ output: CreateLandingZoneOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateLandingZoneCommandInput;
47
+ output: CreateLandingZoneCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteLandingZoneCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base {}
39
+ export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteLandingZoneInput;
43
+ output: DeleteLandingZoneOutput;
44
+ };
45
+ sdk: {
46
+ input: DeleteLandingZoneCommandInput;
47
+ output: DeleteLandingZoneCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DisableBaselineCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DisableBaselineCommand extends DisableBaselineCommand_base {}
39
+ export declare class DisableBaselineCommand extends DisableBaselineCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DisableBaselineInput;
43
+ output: DisableBaselineOutput;
44
+ };
45
+ sdk: {
46
+ input: DisableBaselineCommandInput;
47
+ output: DisableBaselineCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DisableControlCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisableControlCommand extends DisableControlCommand_base {}
36
+ export declare class DisableControlCommand extends DisableControlCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisableControlInput;
40
+ output: DisableControlOutput;
41
+ };
42
+ sdk: {
43
+ input: DisableControlCommandInput;
44
+ output: DisableControlCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const EnableBaselineCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EnableBaselineCommand extends EnableBaselineCommand_base {}
36
+ export declare class EnableBaselineCommand extends EnableBaselineCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EnableBaselineInput;
40
+ output: EnableBaselineOutput;
41
+ };
42
+ sdk: {
43
+ input: EnableBaselineCommandInput;
44
+ output: EnableBaselineCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const EnableControlCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EnableControlCommand extends EnableControlCommand_base {}
36
+ export declare class EnableControlCommand extends EnableControlCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EnableControlInput;
40
+ output: EnableControlOutput;
41
+ };
42
+ sdk: {
43
+ input: EnableControlCommandInput;
44
+ output: EnableControlCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetBaselineCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetBaselineCommand extends GetBaselineCommand_base {}
36
+ export declare class GetBaselineCommand extends GetBaselineCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetBaselineInput;
40
+ output: GetBaselineOutput;
41
+ };
42
+ sdk: {
43
+ input: GetBaselineCommandInput;
44
+ output: GetBaselineCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetBaselineOperationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBaselineOperationCommand extends GetBaselineOperationCommand_base {}
40
+ export declare class GetBaselineOperationCommand extends GetBaselineOperationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBaselineOperationInput;
44
+ output: GetBaselineOperationOutput;
45
+ };
46
+ sdk: {
47
+ input: GetBaselineOperationCommandInput;
48
+ output: GetBaselineOperationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetControlOperationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetControlOperationCommand extends GetControlOperationCommand_base {}
40
+ export declare class GetControlOperationCommand extends GetControlOperationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetControlOperationInput;
44
+ output: GetControlOperationOutput;
45
+ };
46
+ sdk: {
47
+ input: GetControlOperationCommandInput;
48
+ output: GetControlOperationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEnabledBaselineCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEnabledBaselineCommand extends GetEnabledBaselineCommand_base {}
40
+ export declare class GetEnabledBaselineCommand extends GetEnabledBaselineCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEnabledBaselineInput;
44
+ output: GetEnabledBaselineOutput;
45
+ };
46
+ sdk: {
47
+ input: GetEnabledBaselineCommandInput;
48
+ output: GetEnabledBaselineCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetEnabledControlCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {}
39
+ export declare class GetEnabledControlCommand extends GetEnabledControlCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetEnabledControlInput;
43
+ output: GetEnabledControlOutput;
44
+ };
45
+ sdk: {
46
+ input: GetEnabledControlCommandInput;
47
+ output: GetEnabledControlCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetLandingZoneCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {}
36
+ export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetLandingZoneInput;
40
+ output: GetLandingZoneOutput;
41
+ };
42
+ sdk: {
43
+ input: GetLandingZoneCommandInput;
44
+ output: GetLandingZoneCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetLandingZoneOperationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {}
40
+ export declare class GetLandingZoneOperationCommand extends GetLandingZoneOperationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLandingZoneOperationInput;
44
+ output: GetLandingZoneOperationOutput;
45
+ };
46
+ sdk: {
47
+ input: GetLandingZoneOperationCommandInput;
48
+ output: GetLandingZoneOperationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListBaselinesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListBaselinesCommand extends ListBaselinesCommand_base {}
36
+ export declare class ListBaselinesCommand extends ListBaselinesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListBaselinesInput;
40
+ output: ListBaselinesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListBaselinesCommandInput;
44
+ output: ListBaselinesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListControlOperationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListControlOperationsCommand extends ListControlOperationsCommand_base {}
40
+ export declare class ListControlOperationsCommand extends ListControlOperationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListControlOperationsInput;
44
+ output: ListControlOperationsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListControlOperationsCommandInput;
48
+ output: ListControlOperationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListEnabledBaselinesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEnabledBaselinesCommand extends ListEnabledBaselinesCommand_base {}
40
+ export declare class ListEnabledBaselinesCommand extends ListEnabledBaselinesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEnabledBaselinesInput;
44
+ output: ListEnabledBaselinesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListEnabledBaselinesCommandInput;
48
+ output: ListEnabledBaselinesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListEnabledControlsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEnabledControlsCommand extends ListEnabledControlsCommand_base {}
40
+ export declare class ListEnabledControlsCommand extends ListEnabledControlsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEnabledControlsInput;
44
+ output: ListEnabledControlsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListEnabledControlsCommandInput;
48
+ output: ListEnabledControlsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListLandingZoneOperationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListLandingZoneOperationsCommand extends ListLandingZoneOperationsCommand_base {}
40
+ export declare class ListLandingZoneOperationsCommand extends ListLandingZoneOperationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListLandingZoneOperationsInput;
44
+ output: ListLandingZoneOperationsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListLandingZoneOperationsCommandInput;
48
+ output: ListLandingZoneOperationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListLandingZonesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListLandingZonesCommand extends ListLandingZonesCommand_base {}
39
+ export declare class ListLandingZonesCommand extends ListLandingZonesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListLandingZonesInput;
43
+ output: ListLandingZonesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListLandingZonesCommandInput;
47
+ output: ListLandingZonesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ResetEnabledBaselineCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ResetEnabledBaselineCommand extends ResetEnabledBaselineCommand_base {}
40
+ export declare class ResetEnabledBaselineCommand extends ResetEnabledBaselineCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ResetEnabledBaselineInput;
44
+ output: ResetEnabledBaselineOutput;
45
+ };
46
+ sdk: {
47
+ input: ResetEnabledBaselineCommandInput;
48
+ output: ResetEnabledBaselineCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ResetLandingZoneCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base {}
39
+ export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ResetLandingZoneInput;
43
+ output: ResetLandingZoneOutput;
44
+ };
45
+ sdk: {
46
+ input: ResetLandingZoneCommandInput;
47
+ output: ResetLandingZoneCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateEnabledBaselineCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateEnabledBaselineCommand extends UpdateEnabledBaselineCommand_base {}
40
+ export declare class UpdateEnabledBaselineCommand extends UpdateEnabledBaselineCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateEnabledBaselineInput;
44
+ output: UpdateEnabledBaselineOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateEnabledBaselineCommandInput;
48
+ output: UpdateEnabledBaselineCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateEnabledControlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateEnabledControlCommand extends UpdateEnabledControlCommand_base {}
40
+ export declare class UpdateEnabledControlCommand extends UpdateEnabledControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateEnabledControlInput;
44
+ output: UpdateEnabledControlOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateEnabledControlCommandInput;
48
+ output: UpdateEnabledControlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateLandingZoneCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateLandingZoneCommand extends UpdateLandingZoneCommand_base {}
39
+ export declare class UpdateLandingZoneCommand extends UpdateLandingZoneCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateLandingZoneInput;
43
+ output: UpdateLandingZoneOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateLandingZoneCommandInput;
47
+ output: UpdateLandingZoneCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controltower",
3
3
  "description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-controltower",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },