@aws-sdk/client-ssm 3.169.0 → 3.170.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 (202) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SSM.d.ts +2548 -680
  3. package/dist-types/ts3.4/SSMClient.d.ts +938 -208
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +43 -17
  49. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +36 -18
  58. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  71. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +35 -18
  72. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +34 -17
  79. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +35 -18
  81. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +38 -17
  84. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +41 -17
  90. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +37 -17
  91. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +34 -17
  108. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +38 -17
  115. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +37 -17
  116. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +34 -17
  118. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +41 -17
  119. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -17
  122. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +38 -17
  126. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +41 -17
  130. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +41 -17
  133. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +38 -17
  136. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +41 -17
  138. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/index.d.ts +135 -135
  140. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  141. package/dist-types/ts3.4/index.d.ts +7 -7
  142. package/dist-types/ts3.4/models/SSMServiceException.d.ts +8 -6
  143. package/dist-types/ts3.4/models/index.d.ts +3 -3
  144. package/dist-types/ts3.4/models/models_0.d.ts +3527 -3221
  145. package/dist-types/ts3.4/models/models_1.d.ts +3783 -3362
  146. package/dist-types/ts3.4/models/models_2.d.ts +479 -412
  147. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +11 -4
  148. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +11 -4
  149. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +11 -4
  150. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +11 -4
  151. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +11 -4
  152. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +11 -4
  153. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +11 -4
  154. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +11 -4
  155. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +11 -4
  156. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +11 -4
  157. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +11 -4
  158. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +11 -4
  159. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +11 -4
  160. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +11 -4
  161. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +11 -4
  162. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +11 -4
  163. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +11 -4
  164. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +11 -4
  165. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +11 -4
  169. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  181. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/index.d.ts +47 -47
  195. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1625 -407
  196. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  200. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  201. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +13 -7
  202. package/package.json +35 -35
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeOpsItemsRequest, DescribeOpsItemsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DescribeOpsItemsCommandInput extends DescribeOpsItemsRequest {
6
- }
7
- export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeOpsItemsCommand extends $Command<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DescribeOpsItemsCommandInput;
12
- constructor(input: DescribeOpsItemsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeOpsItemsRequest,
10
+ DescribeOpsItemsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DescribeOpsItemsCommandInput extends DescribeOpsItemsRequest {}
18
+ export interface DescribeOpsItemsCommandOutput
19
+ extends DescribeOpsItemsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeOpsItemsCommand extends $Command<
23
+ DescribeOpsItemsCommandInput,
24
+ DescribeOpsItemsCommandOutput,
25
+ SSMClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeOpsItemsCommandInput;
28
+ constructor(input: DescribeOpsItemsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SSMClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,18 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeParametersRequest } from "../models/models_0";
4
- import { DescribeParametersResult } from "../models/models_1";
5
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
6
- export interface DescribeParametersCommandInput extends DescribeParametersRequest {
7
- }
8
- export interface DescribeParametersCommandOutput extends DescribeParametersResult, __MetadataBearer {
9
- }
10
-
11
- export declare class DescribeParametersCommand extends $Command<DescribeParametersCommandInput, DescribeParametersCommandOutput, SSMClientResolvedConfig> {
12
- readonly input: DescribeParametersCommandInput;
13
- constructor(input: DescribeParametersCommandInput);
14
-
15
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeParametersCommandInput, DescribeParametersCommandOutput>;
16
- private serialize;
17
- private deserialize;
18
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DescribeParametersRequest } from "../models/models_0";
9
+ import { DescribeParametersResult } from "../models/models_1";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ SSMClientResolvedConfig,
14
+ } from "../SSMClient";
15
+ export interface DescribeParametersCommandInput
16
+ extends DescribeParametersRequest {}
17
+ export interface DescribeParametersCommandOutput
18
+ extends DescribeParametersResult,
19
+ __MetadataBearer {}
20
+
21
+ export declare class DescribeParametersCommand extends $Command<
22
+ DescribeParametersCommandInput,
23
+ DescribeParametersCommandOutput,
24
+ SSMClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeParametersCommandInput;
27
+ constructor(input: DescribeParametersCommandInput);
28
+
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SSMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeParametersCommandInput, DescribeParametersCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribePatchBaselinesRequest, DescribePatchBaselinesResult } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DescribePatchBaselinesCommandInput extends DescribePatchBaselinesRequest {
6
- }
7
- export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaselinesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePatchBaselinesCommand extends $Command<DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DescribePatchBaselinesCommandInput;
12
- constructor(input: DescribePatchBaselinesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribePatchBaselinesRequest,
10
+ DescribePatchBaselinesResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DescribePatchBaselinesCommandInput
18
+ extends DescribePatchBaselinesRequest {}
19
+ export interface DescribePatchBaselinesCommandOutput
20
+ extends DescribePatchBaselinesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePatchBaselinesCommand extends $Command<
24
+ DescribePatchBaselinesCommandInput,
25
+ DescribePatchBaselinesCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePatchBaselinesCommandInput;
29
+ constructor(input: DescribePatchBaselinesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribePatchBaselinesCommandInput,
37
+ DescribePatchBaselinesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribePatchGroupStateRequest, DescribePatchGroupStateResult } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DescribePatchGroupStateCommandInput extends DescribePatchGroupStateRequest {
6
- }
7
- export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroupStateResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePatchGroupStateCommand extends $Command<DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DescribePatchGroupStateCommandInput;
12
- constructor(input: DescribePatchGroupStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribePatchGroupStateRequest,
10
+ DescribePatchGroupStateResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DescribePatchGroupStateCommandInput
18
+ extends DescribePatchGroupStateRequest {}
19
+ export interface DescribePatchGroupStateCommandOutput
20
+ extends DescribePatchGroupStateResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePatchGroupStateCommand extends $Command<
24
+ DescribePatchGroupStateCommandInput,
25
+ DescribePatchGroupStateCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePatchGroupStateCommandInput;
29
+ constructor(input: DescribePatchGroupStateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribePatchGroupStateCommandInput,
37
+ DescribePatchGroupStateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribePatchGroupsRequest, DescribePatchGroupsResult } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DescribePatchGroupsCommandInput extends DescribePatchGroupsRequest {
6
- }
7
- export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePatchGroupsCommand extends $Command<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DescribePatchGroupsCommandInput;
12
- constructor(input: DescribePatchGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribePatchGroupsRequest,
10
+ DescribePatchGroupsResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DescribePatchGroupsCommandInput
18
+ extends DescribePatchGroupsRequest {}
19
+ export interface DescribePatchGroupsCommandOutput
20
+ extends DescribePatchGroupsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePatchGroupsCommand extends $Command<
24
+ DescribePatchGroupsCommandInput,
25
+ DescribePatchGroupsCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePatchGroupsCommandInput;
29
+ constructor(input: DescribePatchGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribePatchPropertiesRequest, DescribePatchPropertiesResult } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DescribePatchPropertiesCommandInput extends DescribePatchPropertiesRequest {
6
- }
7
- export interface DescribePatchPropertiesCommandOutput extends DescribePatchPropertiesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePatchPropertiesCommand extends $Command<DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DescribePatchPropertiesCommandInput;
12
- constructor(input: DescribePatchPropertiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribePatchPropertiesRequest,
10
+ DescribePatchPropertiesResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DescribePatchPropertiesCommandInput
18
+ extends DescribePatchPropertiesRequest {}
19
+ export interface DescribePatchPropertiesCommandOutput
20
+ extends DescribePatchPropertiesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePatchPropertiesCommand extends $Command<
24
+ DescribePatchPropertiesCommandInput,
25
+ DescribePatchPropertiesCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePatchPropertiesCommandInput;
29
+ constructor(input: DescribePatchPropertiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribePatchPropertiesCommandInput,
37
+ DescribePatchPropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeSessionsRequest, DescribeSessionsResponse } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DescribeSessionsCommandInput extends DescribeSessionsRequest {
6
- }
7
- export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DescribeSessionsCommandInput;
12
- constructor(input: DescribeSessionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSessionsCommandInput, DescribeSessionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeSessionsRequest,
10
+ DescribeSessionsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DescribeSessionsCommandInput extends DescribeSessionsRequest {}
18
+ export interface DescribeSessionsCommandOutput
19
+ extends DescribeSessionsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeSessionsCommand extends $Command<
23
+ DescribeSessionsCommandInput,
24
+ DescribeSessionsCommandOutput,
25
+ SSMClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeSessionsCommandInput;
28
+ constructor(input: DescribeSessionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SSMClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeSessionsCommandInput, DescribeSessionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateOpsItemRelatedItemRequest, DisassociateOpsItemRelatedItemResponse } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface DisassociateOpsItemRelatedItemCommandInput extends DisassociateOpsItemRelatedItemRequest {
6
- }
7
- export interface DisassociateOpsItemRelatedItemCommandOutput extends DisassociateOpsItemRelatedItemResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateOpsItemRelatedItemCommand extends $Command<DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: DisassociateOpsItemRelatedItemCommandInput;
12
- constructor(input: DisassociateOpsItemRelatedItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateOpsItemRelatedItemRequest,
10
+ DisassociateOpsItemRelatedItemResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface DisassociateOpsItemRelatedItemCommandInput
18
+ extends DisassociateOpsItemRelatedItemRequest {}
19
+ export interface DisassociateOpsItemRelatedItemCommandOutput
20
+ extends DisassociateOpsItemRelatedItemResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateOpsItemRelatedItemCommand extends $Command<
24
+ DisassociateOpsItemRelatedItemCommandInput,
25
+ DisassociateOpsItemRelatedItemCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateOpsItemRelatedItemCommandInput;
29
+ constructor(input: DisassociateOpsItemRelatedItemCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateOpsItemRelatedItemCommandInput,
37
+ DisassociateOpsItemRelatedItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetAutomationExecutionRequest, GetAutomationExecutionResult } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface GetAutomationExecutionCommandInput extends GetAutomationExecutionRequest {
6
- }
7
- export interface GetAutomationExecutionCommandOutput extends GetAutomationExecutionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAutomationExecutionCommand extends $Command<GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: GetAutomationExecutionCommandInput;
12
- constructor(input: GetAutomationExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetAutomationExecutionRequest,
10
+ GetAutomationExecutionResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface GetAutomationExecutionCommandInput
18
+ extends GetAutomationExecutionRequest {}
19
+ export interface GetAutomationExecutionCommandOutput
20
+ extends GetAutomationExecutionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAutomationExecutionCommand extends $Command<
24
+ GetAutomationExecutionCommandInput,
25
+ GetAutomationExecutionCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: GetAutomationExecutionCommandInput;
29
+ constructor(input: GetAutomationExecutionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAutomationExecutionCommandInput,
37
+ GetAutomationExecutionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetCalendarStateRequest, GetCalendarStateResponse } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface GetCalendarStateCommandInput extends GetCalendarStateRequest {
6
- }
7
- export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCalendarStateCommand extends $Command<GetCalendarStateCommandInput, GetCalendarStateCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: GetCalendarStateCommandInput;
12
- constructor(input: GetCalendarStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCalendarStateCommandInput, GetCalendarStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetCalendarStateRequest,
10
+ GetCalendarStateResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface GetCalendarStateCommandInput extends GetCalendarStateRequest {}
18
+ export interface GetCalendarStateCommandOutput
19
+ extends GetCalendarStateResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetCalendarStateCommand extends $Command<
23
+ GetCalendarStateCommandInput,
24
+ GetCalendarStateCommandOutput,
25
+ SSMClientResolvedConfig
26
+ > {
27
+ readonly input: GetCalendarStateCommandInput;
28
+ constructor(input: GetCalendarStateCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SSMClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetCalendarStateCommandInput, GetCalendarStateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetCommandInvocationRequest, GetCommandInvocationResult } from "../models/models_1";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
- export interface GetCommandInvocationCommandInput extends GetCommandInvocationRequest {
6
- }
7
- export interface GetCommandInvocationCommandOutput extends GetCommandInvocationResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCommandInvocationCommand extends $Command<GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput, SSMClientResolvedConfig> {
11
- readonly input: GetCommandInvocationCommandInput;
12
- constructor(input: GetCommandInvocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetCommandInvocationRequest,
10
+ GetCommandInvocationResult,
11
+ } from "../models/models_1";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SSMClientResolvedConfig,
16
+ } from "../SSMClient";
17
+ export interface GetCommandInvocationCommandInput
18
+ extends GetCommandInvocationRequest {}
19
+ export interface GetCommandInvocationCommandOutput
20
+ extends GetCommandInvocationResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetCommandInvocationCommand extends $Command<
24
+ GetCommandInvocationCommandInput,
25
+ GetCommandInvocationCommandOutput,
26
+ SSMClientResolvedConfig
27
+ > {
28
+ readonly input: GetCommandInvocationCommandInput;
29
+ constructor(input: GetCommandInvocationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCommandInvocationCommandInput,
37
+ GetCommandInvocationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }