@aws-sdk/client-ssm 3.50.0 → 3.53.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 (222) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SSMServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +881 -5
  5. package/dist-cjs/models/models_1.js +789 -5
  6. package/dist-cjs/models/models_2.js +29 -1
  7. package/dist-cjs/protocols/Aws_json1_1.js +1611 -5052
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/SSMServiceException.js +12 -0
  10. package/dist-es/models/models_0.js +813 -1
  11. package/dist-es/models/models_1.js +727 -1
  12. package/dist-es/models/models_2.js +27 -1
  13. package/dist-es/protocols/Aws_json1_1.js +3192 -5352
  14. package/dist-types/SSM.d.ts +2 -2
  15. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  16. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  17. package/dist-types/index.d.ts +1 -0
  18. package/dist-types/models/SSMServiceException.d.ts +10 -0
  19. package/dist-types/models/models_0.d.ts +470 -200
  20. package/dist-types/models/models_1.d.ts +441 -222
  21. package/dist-types/models/models_2.d.ts +31 -20
  22. package/dist-types/ts3.4/SSM.d.ts +680 -0
  23. package/dist-types/ts3.4/SSMClient.d.ts +208 -0
  24. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +18 -0
  78. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +18 -0
  92. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +18 -0
  101. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +18 -0
  150. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +135 -0
  160. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  161. package/dist-types/ts3.4/index.d.ts +7 -0
  162. package/dist-types/ts3.4/models/SSMServiceException.d.ts +6 -0
  163. package/dist-types/ts3.4/models/index.d.ts +3 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +3608 -0
  165. package/dist-types/ts3.4/models/models_1.d.ts +3829 -0
  166. package/dist-types/ts3.4/models/models_2.d.ts +449 -0
  167. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
  192. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
  213. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/index.d.ts +47 -0
  215. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +407 -0
  216. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  217. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  218. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  219. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  220. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  221. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +7 -0
  222. package/package.json +34 -34
@@ -0,0 +1,17 @@
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 { DescribeMaintenanceWindowsForTargetRequest, DescribeMaintenanceWindowsForTargetResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface DescribeMaintenanceWindowsForTargetCommandInput extends DescribeMaintenanceWindowsForTargetRequest {
6
+ }
7
+ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends DescribeMaintenanceWindowsForTargetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeMaintenanceWindowsForTargetCommand extends $Command<DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: DescribeMaintenanceWindowsForTargetCommandInput;
12
+ constructor(input: DescribeMaintenanceWindowsForTargetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,18 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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 { GetConnectionStatusRequest, GetConnectionStatusResponse } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetConnectionStatusCommandInput extends GetConnectionStatusRequest {
6
+ }
7
+ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetConnectionStatusCommand extends $Command<GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetConnectionStatusCommandInput;
12
+ constructor(input: GetConnectionStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDefaultPatchBaselineRequest, GetDefaultPatchBaselineResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetDefaultPatchBaselineCommandInput extends GetDefaultPatchBaselineRequest {
6
+ }
7
+ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBaselineResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDefaultPatchBaselineCommand extends $Command<GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetDefaultPatchBaselineCommandInput;
12
+ constructor(input: GetDefaultPatchBaselineCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDeployablePatchSnapshotForInstanceRequest, GetDeployablePatchSnapshotForInstanceResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetDeployablePatchSnapshotForInstanceCommandInput extends GetDeployablePatchSnapshotForInstanceRequest {
6
+ }
7
+ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetDeployablePatchSnapshotForInstanceResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDeployablePatchSnapshotForInstanceCommand extends $Command<GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetDeployablePatchSnapshotForInstanceCommandInput;
12
+ constructor(input: GetDeployablePatchSnapshotForInstanceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDocumentRequest, GetDocumentResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetDocumentCommandInput extends GetDocumentRequest {
6
+ }
7
+ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetDocumentCommandInput;
12
+ constructor(input: GetDocumentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentCommandInput, GetDocumentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,18 @@
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 { GetInventoryResult } from "../models/models_1";
4
+ import { GetInventoryRequest } from "../models/models_2";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
6
+ export interface GetInventoryCommandInput extends GetInventoryRequest {
7
+ }
8
+ export interface GetInventoryCommandOutput extends GetInventoryResult, __MetadataBearer {
9
+ }
10
+
11
+ export declare class GetInventoryCommand extends $Command<GetInventoryCommandInput, GetInventoryCommandOutput, SSMClientResolvedConfig> {
12
+ readonly input: GetInventoryCommandInput;
13
+ constructor(input: GetInventoryCommandInput);
14
+
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInventoryCommandInput, GetInventoryCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -0,0 +1,17 @@
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 { GetInventorySchemaRequest, GetInventorySchemaResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetInventorySchemaCommandInput extends GetInventorySchemaRequest {
6
+ }
7
+ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInventorySchemaCommand extends $Command<GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetInventorySchemaCommandInput;
12
+ constructor(input: GetInventorySchemaCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetMaintenanceWindowRequest, GetMaintenanceWindowResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetMaintenanceWindowCommandInput extends GetMaintenanceWindowRequest {
6
+ }
7
+ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMaintenanceWindowCommand extends $Command<GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetMaintenanceWindowCommandInput;
12
+ constructor(input: GetMaintenanceWindowCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetMaintenanceWindowExecutionRequest, GetMaintenanceWindowExecutionResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetMaintenanceWindowExecutionCommandInput extends GetMaintenanceWindowExecutionRequest {
6
+ }
7
+ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenanceWindowExecutionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMaintenanceWindowExecutionCommand extends $Command<GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetMaintenanceWindowExecutionCommandInput;
12
+ constructor(input: GetMaintenanceWindowExecutionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetMaintenanceWindowExecutionTaskRequest, GetMaintenanceWindowExecutionTaskResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetMaintenanceWindowExecutionTaskCommandInput extends GetMaintenanceWindowExecutionTaskRequest {
6
+ }
7
+ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaintenanceWindowExecutionTaskResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMaintenanceWindowExecutionTaskCommand extends $Command<GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetMaintenanceWindowExecutionTaskCommandInput;
12
+ constructor(input: GetMaintenanceWindowExecutionTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetMaintenanceWindowExecutionTaskInvocationRequest, GetMaintenanceWindowExecutionTaskInvocationResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetMaintenanceWindowExecutionTaskInvocationCommandInput extends GetMaintenanceWindowExecutionTaskInvocationRequest {
6
+ }
7
+ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extends GetMaintenanceWindowExecutionTaskInvocationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command<GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetMaintenanceWindowExecutionTaskInvocationCommandInput;
12
+ constructor(input: GetMaintenanceWindowExecutionTaskInvocationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetMaintenanceWindowTaskRequest, GetMaintenanceWindowTaskResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetMaintenanceWindowTaskCommandInput extends GetMaintenanceWindowTaskRequest {
6
+ }
7
+ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWindowTaskResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetMaintenanceWindowTaskCommand extends $Command<GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetMaintenanceWindowTaskCommandInput;
12
+ constructor(input: GetMaintenanceWindowTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetOpsItemRequest, GetOpsItemResponse } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetOpsItemCommandInput extends GetOpsItemRequest {
6
+ }
7
+ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetOpsItemCommand extends $Command<GetOpsItemCommandInput, GetOpsItemCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetOpsItemCommandInput;
12
+ constructor(input: GetOpsItemCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOpsItemCommandInput, GetOpsItemCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetOpsMetadataRequest, GetOpsMetadataResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetOpsMetadataCommandInput extends GetOpsMetadataRequest {
6
+ }
7
+ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetOpsMetadataCommand extends $Command<GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetOpsMetadataCommandInput;
12
+ constructor(input: GetOpsMetadataCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,18 @@
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 { GetOpsSummaryResult } from "../models/models_1";
4
+ import { GetOpsSummaryRequest } from "../models/models_2";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
6
+ export interface GetOpsSummaryCommandInput extends GetOpsSummaryRequest {
7
+ }
8
+ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __MetadataBearer {
9
+ }
10
+
11
+ export declare class GetOpsSummaryCommand extends $Command<GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput, SSMClientResolvedConfig> {
12
+ readonly input: GetOpsSummaryCommandInput;
13
+ constructor(input: GetOpsSummaryCommandInput);
14
+
15
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput>;
16
+ private serialize;
17
+ private deserialize;
18
+ }
@@ -0,0 +1,17 @@
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 { GetParameterRequest, GetParameterResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetParameterCommandInput extends GetParameterRequest {
6
+ }
7
+ export interface GetParameterCommandOutput extends GetParameterResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetParameterCommand extends $Command<GetParameterCommandInput, GetParameterCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetParameterCommandInput;
12
+ constructor(input: GetParameterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParameterCommandInput, GetParameterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetParameterHistoryRequest, GetParameterHistoryResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetParameterHistoryCommandInput extends GetParameterHistoryRequest {
6
+ }
7
+ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetParameterHistoryCommand extends $Command<GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetParameterHistoryCommandInput;
12
+ constructor(input: GetParameterHistoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetParametersByPathRequest, GetParametersByPathResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetParametersByPathCommandInput extends GetParametersByPathRequest {
6
+ }
7
+ export interface GetParametersByPathCommandOutput extends GetParametersByPathResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetParametersByPathCommand extends $Command<GetParametersByPathCommandInput, GetParametersByPathCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetParametersByPathCommandInput;
12
+ constructor(input: GetParametersByPathCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParametersByPathCommandInput, GetParametersByPathCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetParametersRequest, GetParametersResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetParametersCommandInput extends GetParametersRequest {
6
+ }
7
+ export interface GetParametersCommandOutput extends GetParametersResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetParametersCommand extends $Command<GetParametersCommandInput, GetParametersCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetParametersCommandInput;
12
+ constructor(input: GetParametersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParametersCommandInput, GetParametersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetPatchBaselineRequest, GetPatchBaselineResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetPatchBaselineCommandInput extends GetPatchBaselineRequest {
6
+ }
7
+ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPatchBaselineCommand extends $Command<GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetPatchBaselineCommandInput;
12
+ constructor(input: GetPatchBaselineCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetPatchBaselineForPatchGroupRequest, GetPatchBaselineForPatchGroupResult } from "../models/models_1";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
5
+ export interface GetPatchBaselineForPatchGroupCommandInput extends GetPatchBaselineForPatchGroupRequest {
6
+ }
7
+ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBaselineForPatchGroupResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPatchBaselineForPatchGroupCommand extends $Command<GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
11
+ readonly input: GetPatchBaselineForPatchGroupCommandInput;
12
+ constructor(input: GetPatchBaselineForPatchGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }