@aws-sdk/client-ssm 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/SSM.d.ts +2413 -680
  3. package/dist-types/ts3.4/SSMClient.d.ts +913 -208
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +34 -18
  58. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +36 -17
  68. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +32 -17
  71. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +33 -18
  72. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +35 -17
  80. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +33 -18
  81. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +36 -17
  84. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +32 -17
  85. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +35 -17
  91. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +32 -17
  93. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +39 -17
  96. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +39 -17
  99. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +36 -17
  100. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +35 -17
  102. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +39 -17
  103. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +39 -17
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  105. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +39 -17
  106. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +36 -17
  107. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +32 -17
  108. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +32 -17
  109. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +39 -17
  113. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  114. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +36 -17
  115. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +35 -17
  116. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +32 -17
  118. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +39 -17
  119. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +39 -17
  120. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +39 -17
  121. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +32 -17
  122. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +35 -17
  124. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +39 -17
  125. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +36 -17
  126. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +39 -17
  127. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +35 -17
  128. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +39 -17
  130. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +39 -17
  131. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +39 -17
  132. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +39 -17
  133. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +39 -17
  134. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +35 -17
  135. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +36 -17
  136. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +36 -17
  137. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +39 -17
  138. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +39 -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 +7 -6
  143. package/dist-types/ts3.4/models/index.d.ts +3 -3
  144. package/dist-types/ts3.4/models/models_0.d.ts +2540 -3221
  145. package/dist-types/ts3.4/models/models_1.d.ts +2683 -3362
  146. package/dist-types/ts3.4/models/models_2.d.ts +321 -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 +65 -38
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  200. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  201. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +11 -7
  202. package/package.json +35 -35
@@ -1,208 +1,913 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
10
- import { AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
11
- import { CancelCommandCommandInput, CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
12
- import { CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput } from "./commands/CancelMaintenanceWindowExecutionCommand";
13
- import { CreateActivationCommandInput, CreateActivationCommandOutput } from "./commands/CreateActivationCommand";
14
- import { CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput } from "./commands/CreateAssociationBatchCommand";
15
- import { CreateAssociationCommandInput, CreateAssociationCommandOutput } from "./commands/CreateAssociationCommand";
16
- import { CreateDocumentCommandInput, CreateDocumentCommandOutput } from "./commands/CreateDocumentCommand";
17
- import { CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput } from "./commands/CreateMaintenanceWindowCommand";
18
- import { CreateOpsItemCommandInput, CreateOpsItemCommandOutput } from "./commands/CreateOpsItemCommand";
19
- import { CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput } from "./commands/CreateOpsMetadataCommand";
20
- import { CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput } from "./commands/CreatePatchBaselineCommand";
21
- import { CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput } from "./commands/CreateResourceDataSyncCommand";
22
- import { DeleteActivationCommandInput, DeleteActivationCommandOutput } from "./commands/DeleteActivationCommand";
23
- import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
24
- import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
25
- import { DeleteInventoryCommandInput, DeleteInventoryCommandOutput } from "./commands/DeleteInventoryCommand";
26
- import { DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput } from "./commands/DeleteMaintenanceWindowCommand";
27
- import { DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput } from "./commands/DeleteOpsMetadataCommand";
28
- import { DeleteParameterCommandInput, DeleteParameterCommandOutput } from "./commands/DeleteParameterCommand";
29
- import { DeleteParametersCommandInput, DeleteParametersCommandOutput } from "./commands/DeleteParametersCommand";
30
- import { DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput } from "./commands/DeletePatchBaselineCommand";
31
- import { DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput } from "./commands/DeleteResourceDataSyncCommand";
32
- import { DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput } from "./commands/DeregisterManagedInstanceCommand";
33
- import { DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
34
- import { DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
35
- import { DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
36
- import { DescribeActivationsCommandInput, DescribeActivationsCommandOutput } from "./commands/DescribeActivationsCommand";
37
- import { DescribeAssociationCommandInput, DescribeAssociationCommandOutput } from "./commands/DescribeAssociationCommand";
38
- import { DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput } from "./commands/DescribeAssociationExecutionsCommand";
39
- import { DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput } from "./commands/DescribeAssociationExecutionTargetsCommand";
40
- import { DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput } from "./commands/DescribeAutomationExecutionsCommand";
41
- import { DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput } from "./commands/DescribeAutomationStepExecutionsCommand";
42
- import { DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput } from "./commands/DescribeAvailablePatchesCommand";
43
- import { DescribeDocumentCommandInput, DescribeDocumentCommandOutput } from "./commands/DescribeDocumentCommand";
44
- import { DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput } from "./commands/DescribeDocumentPermissionCommand";
45
- import { DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
46
- import { DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
47
- import { DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput } from "./commands/DescribeInstanceAssociationsStatusCommand";
48
- import { DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput } from "./commands/DescribeInstanceInformationCommand";
49
- import { DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput } from "./commands/DescribeInstancePatchesCommand";
50
- import { DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput } from "./commands/DescribeInstancePatchStatesCommand";
51
- import { DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
52
- import { DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput } from "./commands/DescribeInventoryDeletionsCommand";
53
- import { DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
54
- import { DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
55
- import { DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
56
- import { DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput } from "./commands/DescribeMaintenanceWindowScheduleCommand";
57
- import { DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput } from "./commands/DescribeMaintenanceWindowsCommand";
58
- import { DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
59
- import { DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput } from "./commands/DescribeMaintenanceWindowTargetsCommand";
60
- import { DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput } from "./commands/DescribeMaintenanceWindowTasksCommand";
61
- import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "./commands/DescribeOpsItemsCommand";
62
- import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
63
- import { DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput } from "./commands/DescribePatchBaselinesCommand";
64
- import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "./commands/DescribePatchGroupsCommand";
65
- import { DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput } from "./commands/DescribePatchGroupStateCommand";
66
- import { DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput } from "./commands/DescribePatchPropertiesCommand";
67
- import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
68
- import { DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput } from "./commands/DisassociateOpsItemRelatedItemCommand";
69
- import { GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput } from "./commands/GetAutomationExecutionCommand";
70
- import { GetCalendarStateCommandInput, GetCalendarStateCommandOutput } from "./commands/GetCalendarStateCommand";
71
- import { GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput } from "./commands/GetCommandInvocationCommand";
72
- import { GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput } from "./commands/GetConnectionStatusCommand";
73
- import { GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput } from "./commands/GetDefaultPatchBaselineCommand";
74
- import { GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
75
- import { GetDocumentCommandInput, GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
76
- import { GetInventoryCommandInput, GetInventoryCommandOutput } from "./commands/GetInventoryCommand";
77
- import { GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput } from "./commands/GetInventorySchemaCommand";
78
- import { GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput } from "./commands/GetMaintenanceWindowCommand";
79
- import { GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput } from "./commands/GetMaintenanceWindowExecutionCommand";
80
- import { GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
81
- import { GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
82
- import { GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput } from "./commands/GetMaintenanceWindowTaskCommand";
83
- import { GetOpsItemCommandInput, GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
84
- import { GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput } from "./commands/GetOpsMetadataCommand";
85
- import { GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput } from "./commands/GetOpsSummaryCommand";
86
- import { GetParameterCommandInput, GetParameterCommandOutput } from "./commands/GetParameterCommand";
87
- import { GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput } from "./commands/GetParameterHistoryCommand";
88
- import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput } from "./commands/GetParametersByPathCommand";
89
- import { GetParametersCommandInput, GetParametersCommandOutput } from "./commands/GetParametersCommand";
90
- import { GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput } from "./commands/GetPatchBaselineCommand";
91
- import { GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput } from "./commands/GetPatchBaselineForPatchGroupCommand";
92
- import { GetServiceSettingCommandInput, GetServiceSettingCommandOutput } from "./commands/GetServiceSettingCommand";
93
- import { LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput } from "./commands/LabelParameterVersionCommand";
94
- import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
95
- import { ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput } from "./commands/ListAssociationVersionsCommand";
96
- import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "./commands/ListCommandInvocationsCommand";
97
- import { ListCommandsCommandInput, ListCommandsCommandOutput } from "./commands/ListCommandsCommand";
98
- import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "./commands/ListComplianceItemsCommand";
99
- import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "./commands/ListComplianceSummariesCommand";
100
- import { ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput } from "./commands/ListDocumentMetadataHistoryCommand";
101
- import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
102
- import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "./commands/ListDocumentVersionsCommand";
103
- import { ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput } from "./commands/ListInventoryEntriesCommand";
104
- import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "./commands/ListOpsItemEventsCommand";
105
- import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "./commands/ListOpsItemRelatedItemsCommand";
106
- import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "./commands/ListOpsMetadataCommand";
107
- import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "./commands/ListResourceComplianceSummariesCommand";
108
- import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "./commands/ListResourceDataSyncCommand";
109
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
110
- import { ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput } from "./commands/ModifyDocumentPermissionCommand";
111
- import { PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput } from "./commands/PutComplianceItemsCommand";
112
- import { PutInventoryCommandInput, PutInventoryCommandOutput } from "./commands/PutInventoryCommand";
113
- import { PutParameterCommandInput, PutParameterCommandOutput } from "./commands/PutParameterCommand";
114
- import { RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput } from "./commands/RegisterDefaultPatchBaselineCommand";
115
- import { RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
116
- import { RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
117
- import { RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
118
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
119
- import { ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput } from "./commands/ResetServiceSettingCommand";
120
- import { ResumeSessionCommandInput, ResumeSessionCommandOutput } from "./commands/ResumeSessionCommand";
121
- import { SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput } from "./commands/SendAutomationSignalCommand";
122
- import { SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand";
123
- import { StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput } from "./commands/StartAssociationsOnceCommand";
124
- import { StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput } from "./commands/StartAutomationExecutionCommand";
125
- import { StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput } from "./commands/StartChangeRequestExecutionCommand";
126
- import { StartSessionCommandInput, StartSessionCommandOutput } from "./commands/StartSessionCommand";
127
- import { StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput } from "./commands/StopAutomationExecutionCommand";
128
- import { TerminateSessionCommandInput, TerminateSessionCommandOutput } from "./commands/TerminateSessionCommand";
129
- import { UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput } from "./commands/UnlabelParameterVersionCommand";
130
- import { UpdateAssociationCommandInput, UpdateAssociationCommandOutput } from "./commands/UpdateAssociationCommand";
131
- import { UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput } from "./commands/UpdateAssociationStatusCommand";
132
- import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
133
- import { UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput } from "./commands/UpdateDocumentDefaultVersionCommand";
134
- import { UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput } from "./commands/UpdateDocumentMetadataCommand";
135
- import { UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput } from "./commands/UpdateMaintenanceWindowCommand";
136
- import { UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput } from "./commands/UpdateMaintenanceWindowTargetCommand";
137
- import { UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput } from "./commands/UpdateMaintenanceWindowTaskCommand";
138
- import { UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput } from "./commands/UpdateManagedInstanceRoleCommand";
139
- import { UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput } from "./commands/UpdateOpsItemCommand";
140
- import { UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput } from "./commands/UpdateOpsMetadataCommand";
141
- import { UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput } from "./commands/UpdatePatchBaselineCommand";
142
- import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput } from "./commands/UpdateResourceDataSyncCommand";
143
- import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
144
- export declare type ServiceInputTypes = AddTagsToResourceCommandInput | AssociateOpsItemRelatedItemCommandInput | CancelCommandCommandInput | CancelMaintenanceWindowExecutionCommandInput | CreateActivationCommandInput | CreateAssociationBatchCommandInput | CreateAssociationCommandInput | CreateDocumentCommandInput | CreateMaintenanceWindowCommandInput | CreateOpsItemCommandInput | CreateOpsMetadataCommandInput | CreatePatchBaselineCommandInput | CreateResourceDataSyncCommandInput | DeleteActivationCommandInput | DeleteAssociationCommandInput | DeleteDocumentCommandInput | DeleteInventoryCommandInput | DeleteMaintenanceWindowCommandInput | DeleteOpsMetadataCommandInput | DeleteParameterCommandInput | DeleteParametersCommandInput | DeletePatchBaselineCommandInput | DeleteResourceDataSyncCommandInput | DeregisterManagedInstanceCommandInput | DeregisterPatchBaselineForPatchGroupCommandInput | DeregisterTargetFromMaintenanceWindowCommandInput | DeregisterTaskFromMaintenanceWindowCommandInput | DescribeActivationsCommandInput | DescribeAssociationCommandInput | DescribeAssociationExecutionTargetsCommandInput | DescribeAssociationExecutionsCommandInput | DescribeAutomationExecutionsCommandInput | DescribeAutomationStepExecutionsCommandInput | DescribeAvailablePatchesCommandInput | DescribeDocumentCommandInput | DescribeDocumentPermissionCommandInput | DescribeEffectiveInstanceAssociationsCommandInput | DescribeEffectivePatchesForPatchBaselineCommandInput | DescribeInstanceAssociationsStatusCommandInput | DescribeInstanceInformationCommandInput | DescribeInstancePatchStatesCommandInput | DescribeInstancePatchStatesForPatchGroupCommandInput | DescribeInstancePatchesCommandInput | DescribeInventoryDeletionsCommandInput | DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput | DescribeMaintenanceWindowExecutionTasksCommandInput | DescribeMaintenanceWindowExecutionsCommandInput | DescribeMaintenanceWindowScheduleCommandInput | DescribeMaintenanceWindowTargetsCommandInput | DescribeMaintenanceWindowTasksCommandInput | DescribeMaintenanceWindowsCommandInput | DescribeMaintenanceWindowsForTargetCommandInput | DescribeOpsItemsCommandInput | DescribeParametersCommandInput | DescribePatchBaselinesCommandInput | DescribePatchGroupStateCommandInput | DescribePatchGroupsCommandInput | DescribePatchPropertiesCommandInput | DescribeSessionsCommandInput | DisassociateOpsItemRelatedItemCommandInput | GetAutomationExecutionCommandInput | GetCalendarStateCommandInput | GetCommandInvocationCommandInput | GetConnectionStatusCommandInput | GetDefaultPatchBaselineCommandInput | GetDeployablePatchSnapshotForInstanceCommandInput | GetDocumentCommandInput | GetInventoryCommandInput | GetInventorySchemaCommandInput | GetMaintenanceWindowCommandInput | GetMaintenanceWindowExecutionCommandInput | GetMaintenanceWindowExecutionTaskCommandInput | GetMaintenanceWindowExecutionTaskInvocationCommandInput | GetMaintenanceWindowTaskCommandInput | GetOpsItemCommandInput | GetOpsMetadataCommandInput | GetOpsSummaryCommandInput | GetParameterCommandInput | GetParameterHistoryCommandInput | GetParametersByPathCommandInput | GetParametersCommandInput | GetPatchBaselineCommandInput | GetPatchBaselineForPatchGroupCommandInput | GetServiceSettingCommandInput | LabelParameterVersionCommandInput | ListAssociationVersionsCommandInput | ListAssociationsCommandInput | ListCommandInvocationsCommandInput | ListCommandsCommandInput | ListComplianceItemsCommandInput | ListComplianceSummariesCommandInput | ListDocumentMetadataHistoryCommandInput | ListDocumentVersionsCommandInput | ListDocumentsCommandInput | ListInventoryEntriesCommandInput | ListOpsItemEventsCommandInput | ListOpsItemRelatedItemsCommandInput | ListOpsMetadataCommandInput | ListResourceComplianceSummariesCommandInput | ListResourceDataSyncCommandInput | ListTagsForResourceCommandInput | ModifyDocumentPermissionCommandInput | PutComplianceItemsCommandInput | PutInventoryCommandInput | PutParameterCommandInput | RegisterDefaultPatchBaselineCommandInput | RegisterPatchBaselineForPatchGroupCommandInput | RegisterTargetWithMaintenanceWindowCommandInput | RegisterTaskWithMaintenanceWindowCommandInput | RemoveTagsFromResourceCommandInput | ResetServiceSettingCommandInput | ResumeSessionCommandInput | SendAutomationSignalCommandInput | SendCommandCommandInput | StartAssociationsOnceCommandInput | StartAutomationExecutionCommandInput | StartChangeRequestExecutionCommandInput | StartSessionCommandInput | StopAutomationExecutionCommandInput | TerminateSessionCommandInput | UnlabelParameterVersionCommandInput | UpdateAssociationCommandInput | UpdateAssociationStatusCommandInput | UpdateDocumentCommandInput | UpdateDocumentDefaultVersionCommandInput | UpdateDocumentMetadataCommandInput | UpdateMaintenanceWindowCommandInput | UpdateMaintenanceWindowTargetCommandInput | UpdateMaintenanceWindowTaskCommandInput | UpdateManagedInstanceRoleCommandInput | UpdateOpsItemCommandInput | UpdateOpsMetadataCommandInput | UpdatePatchBaselineCommandInput | UpdateResourceDataSyncCommandInput | UpdateServiceSettingCommandInput;
145
- export declare type ServiceOutputTypes = AddTagsToResourceCommandOutput | AssociateOpsItemRelatedItemCommandOutput | CancelCommandCommandOutput | CancelMaintenanceWindowExecutionCommandOutput | CreateActivationCommandOutput | CreateAssociationBatchCommandOutput | CreateAssociationCommandOutput | CreateDocumentCommandOutput | CreateMaintenanceWindowCommandOutput | CreateOpsItemCommandOutput | CreateOpsMetadataCommandOutput | CreatePatchBaselineCommandOutput | CreateResourceDataSyncCommandOutput | DeleteActivationCommandOutput | DeleteAssociationCommandOutput | DeleteDocumentCommandOutput | DeleteInventoryCommandOutput | DeleteMaintenanceWindowCommandOutput | DeleteOpsMetadataCommandOutput | DeleteParameterCommandOutput | DeleteParametersCommandOutput | DeletePatchBaselineCommandOutput | DeleteResourceDataSyncCommandOutput | DeregisterManagedInstanceCommandOutput | DeregisterPatchBaselineForPatchGroupCommandOutput | DeregisterTargetFromMaintenanceWindowCommandOutput | DeregisterTaskFromMaintenanceWindowCommandOutput | DescribeActivationsCommandOutput | DescribeAssociationCommandOutput | DescribeAssociationExecutionTargetsCommandOutput | DescribeAssociationExecutionsCommandOutput | DescribeAutomationExecutionsCommandOutput | DescribeAutomationStepExecutionsCommandOutput | DescribeAvailablePatchesCommandOutput | DescribeDocumentCommandOutput | DescribeDocumentPermissionCommandOutput | DescribeEffectiveInstanceAssociationsCommandOutput | DescribeEffectivePatchesForPatchBaselineCommandOutput | DescribeInstanceAssociationsStatusCommandOutput | DescribeInstanceInformationCommandOutput | DescribeInstancePatchStatesCommandOutput | DescribeInstancePatchStatesForPatchGroupCommandOutput | DescribeInstancePatchesCommandOutput | DescribeInventoryDeletionsCommandOutput | DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput | DescribeMaintenanceWindowExecutionTasksCommandOutput | DescribeMaintenanceWindowExecutionsCommandOutput | DescribeMaintenanceWindowScheduleCommandOutput | DescribeMaintenanceWindowTargetsCommandOutput | DescribeMaintenanceWindowTasksCommandOutput | DescribeMaintenanceWindowsCommandOutput | DescribeMaintenanceWindowsForTargetCommandOutput | DescribeOpsItemsCommandOutput | DescribeParametersCommandOutput | DescribePatchBaselinesCommandOutput | DescribePatchGroupStateCommandOutput | DescribePatchGroupsCommandOutput | DescribePatchPropertiesCommandOutput | DescribeSessionsCommandOutput | DisassociateOpsItemRelatedItemCommandOutput | GetAutomationExecutionCommandOutput | GetCalendarStateCommandOutput | GetCommandInvocationCommandOutput | GetConnectionStatusCommandOutput | GetDefaultPatchBaselineCommandOutput | GetDeployablePatchSnapshotForInstanceCommandOutput | GetDocumentCommandOutput | GetInventoryCommandOutput | GetInventorySchemaCommandOutput | GetMaintenanceWindowCommandOutput | GetMaintenanceWindowExecutionCommandOutput | GetMaintenanceWindowExecutionTaskCommandOutput | GetMaintenanceWindowExecutionTaskInvocationCommandOutput | GetMaintenanceWindowTaskCommandOutput | GetOpsItemCommandOutput | GetOpsMetadataCommandOutput | GetOpsSummaryCommandOutput | GetParameterCommandOutput | GetParameterHistoryCommandOutput | GetParametersByPathCommandOutput | GetParametersCommandOutput | GetPatchBaselineCommandOutput | GetPatchBaselineForPatchGroupCommandOutput | GetServiceSettingCommandOutput | LabelParameterVersionCommandOutput | ListAssociationVersionsCommandOutput | ListAssociationsCommandOutput | ListCommandInvocationsCommandOutput | ListCommandsCommandOutput | ListComplianceItemsCommandOutput | ListComplianceSummariesCommandOutput | ListDocumentMetadataHistoryCommandOutput | ListDocumentVersionsCommandOutput | ListDocumentsCommandOutput | ListInventoryEntriesCommandOutput | ListOpsItemEventsCommandOutput | ListOpsItemRelatedItemsCommandOutput | ListOpsMetadataCommandOutput | ListResourceComplianceSummariesCommandOutput | ListResourceDataSyncCommandOutput | ListTagsForResourceCommandOutput | ModifyDocumentPermissionCommandOutput | PutComplianceItemsCommandOutput | PutInventoryCommandOutput | PutParameterCommandOutput | RegisterDefaultPatchBaselineCommandOutput | RegisterPatchBaselineForPatchGroupCommandOutput | RegisterTargetWithMaintenanceWindowCommandOutput | RegisterTaskWithMaintenanceWindowCommandOutput | RemoveTagsFromResourceCommandOutput | ResetServiceSettingCommandOutput | ResumeSessionCommandOutput | SendAutomationSignalCommandOutput | SendCommandCommandOutput | StartAssociationsOnceCommandOutput | StartAutomationExecutionCommandOutput | StartChangeRequestExecutionCommandOutput | StartSessionCommandOutput | StopAutomationExecutionCommandOutput | TerminateSessionCommandOutput | UnlabelParameterVersionCommandOutput | UpdateAssociationCommandOutput | UpdateAssociationStatusCommandOutput | UpdateDocumentCommandOutput | UpdateDocumentDefaultVersionCommandOutput | UpdateDocumentMetadataCommandOutput | UpdateMaintenanceWindowCommandOutput | UpdateMaintenanceWindowTargetCommandOutput | UpdateMaintenanceWindowTaskCommandOutput | UpdateManagedInstanceRoleCommandOutput | UpdateOpsItemCommandOutput | UpdateOpsMetadataCommandOutput | UpdatePatchBaselineCommandOutput | UpdateResourceDataSyncCommandOutput | UpdateServiceSettingCommandOutput;
146
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
147
-
148
- requestHandler?: __HttpHandler;
149
-
150
- sha256?: __HashConstructor;
151
-
152
- urlParser?: __UrlParser;
153
-
154
- bodyLengthChecker?: __BodyLengthCalculator;
155
-
156
- streamCollector?: __StreamCollector;
157
-
158
- base64Decoder?: __Decoder;
159
-
160
- base64Encoder?: __Encoder;
161
-
162
- utf8Decoder?: __Decoder;
163
-
164
- utf8Encoder?: __Encoder;
165
-
166
- runtime?: string;
167
-
168
- disableHostPrefix?: boolean;
169
-
170
- maxAttempts?: number | __Provider<number>;
171
-
172
- retryMode?: string | __Provider<string>;
173
-
174
- logger?: __Logger;
175
-
176
- useDualstackEndpoint?: boolean | __Provider<boolean>;
177
-
178
- useFipsEndpoint?: boolean | __Provider<boolean>;
179
-
180
- serviceId?: string;
181
-
182
- region?: string | __Provider<string>;
183
-
184
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
185
-
186
- regionInfoProvider?: RegionInfoProvider;
187
-
188
- defaultUserAgentProvider?: Provider<__UserAgent>;
189
-
190
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
191
- }
192
- declare type SSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
193
-
194
- export interface SSMClientConfig extends SSMClientConfigType {
195
- }
196
- declare type SSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
197
-
198
- export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
199
- }
200
-
201
- export declare class SSMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig> {
202
-
203
- readonly config: SSMClientResolvedConfig;
204
- constructor(configuration: SSMClientConfig);
205
-
206
- destroy(): void;
207
- }
208
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddTagsToResourceCommandInput,
47
+ AddTagsToResourceCommandOutput,
48
+ } from "./commands/AddTagsToResourceCommand";
49
+ import {
50
+ AssociateOpsItemRelatedItemCommandInput,
51
+ AssociateOpsItemRelatedItemCommandOutput,
52
+ } from "./commands/AssociateOpsItemRelatedItemCommand";
53
+ import {
54
+ CancelCommandCommandInput,
55
+ CancelCommandCommandOutput,
56
+ } from "./commands/CancelCommandCommand";
57
+ import {
58
+ CancelMaintenanceWindowExecutionCommandInput,
59
+ CancelMaintenanceWindowExecutionCommandOutput,
60
+ } from "./commands/CancelMaintenanceWindowExecutionCommand";
61
+ import {
62
+ CreateActivationCommandInput,
63
+ CreateActivationCommandOutput,
64
+ } from "./commands/CreateActivationCommand";
65
+ import {
66
+ CreateAssociationBatchCommandInput,
67
+ CreateAssociationBatchCommandOutput,
68
+ } from "./commands/CreateAssociationBatchCommand";
69
+ import {
70
+ CreateAssociationCommandInput,
71
+ CreateAssociationCommandOutput,
72
+ } from "./commands/CreateAssociationCommand";
73
+ import {
74
+ CreateDocumentCommandInput,
75
+ CreateDocumentCommandOutput,
76
+ } from "./commands/CreateDocumentCommand";
77
+ import {
78
+ CreateMaintenanceWindowCommandInput,
79
+ CreateMaintenanceWindowCommandOutput,
80
+ } from "./commands/CreateMaintenanceWindowCommand";
81
+ import {
82
+ CreateOpsItemCommandInput,
83
+ CreateOpsItemCommandOutput,
84
+ } from "./commands/CreateOpsItemCommand";
85
+ import {
86
+ CreateOpsMetadataCommandInput,
87
+ CreateOpsMetadataCommandOutput,
88
+ } from "./commands/CreateOpsMetadataCommand";
89
+ import {
90
+ CreatePatchBaselineCommandInput,
91
+ CreatePatchBaselineCommandOutput,
92
+ } from "./commands/CreatePatchBaselineCommand";
93
+ import {
94
+ CreateResourceDataSyncCommandInput,
95
+ CreateResourceDataSyncCommandOutput,
96
+ } from "./commands/CreateResourceDataSyncCommand";
97
+ import {
98
+ DeleteActivationCommandInput,
99
+ DeleteActivationCommandOutput,
100
+ } from "./commands/DeleteActivationCommand";
101
+ import {
102
+ DeleteAssociationCommandInput,
103
+ DeleteAssociationCommandOutput,
104
+ } from "./commands/DeleteAssociationCommand";
105
+ import {
106
+ DeleteDocumentCommandInput,
107
+ DeleteDocumentCommandOutput,
108
+ } from "./commands/DeleteDocumentCommand";
109
+ import {
110
+ DeleteInventoryCommandInput,
111
+ DeleteInventoryCommandOutput,
112
+ } from "./commands/DeleteInventoryCommand";
113
+ import {
114
+ DeleteMaintenanceWindowCommandInput,
115
+ DeleteMaintenanceWindowCommandOutput,
116
+ } from "./commands/DeleteMaintenanceWindowCommand";
117
+ import {
118
+ DeleteOpsMetadataCommandInput,
119
+ DeleteOpsMetadataCommandOutput,
120
+ } from "./commands/DeleteOpsMetadataCommand";
121
+ import {
122
+ DeleteParameterCommandInput,
123
+ DeleteParameterCommandOutput,
124
+ } from "./commands/DeleteParameterCommand";
125
+ import {
126
+ DeleteParametersCommandInput,
127
+ DeleteParametersCommandOutput,
128
+ } from "./commands/DeleteParametersCommand";
129
+ import {
130
+ DeletePatchBaselineCommandInput,
131
+ DeletePatchBaselineCommandOutput,
132
+ } from "./commands/DeletePatchBaselineCommand";
133
+ import {
134
+ DeleteResourceDataSyncCommandInput,
135
+ DeleteResourceDataSyncCommandOutput,
136
+ } from "./commands/DeleteResourceDataSyncCommand";
137
+ import {
138
+ DeregisterManagedInstanceCommandInput,
139
+ DeregisterManagedInstanceCommandOutput,
140
+ } from "./commands/DeregisterManagedInstanceCommand";
141
+ import {
142
+ DeregisterPatchBaselineForPatchGroupCommandInput,
143
+ DeregisterPatchBaselineForPatchGroupCommandOutput,
144
+ } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
145
+ import {
146
+ DeregisterTargetFromMaintenanceWindowCommandInput,
147
+ DeregisterTargetFromMaintenanceWindowCommandOutput,
148
+ } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
149
+ import {
150
+ DeregisterTaskFromMaintenanceWindowCommandInput,
151
+ DeregisterTaskFromMaintenanceWindowCommandOutput,
152
+ } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
153
+ import {
154
+ DescribeActivationsCommandInput,
155
+ DescribeActivationsCommandOutput,
156
+ } from "./commands/DescribeActivationsCommand";
157
+ import {
158
+ DescribeAssociationCommandInput,
159
+ DescribeAssociationCommandOutput,
160
+ } from "./commands/DescribeAssociationCommand";
161
+ import {
162
+ DescribeAssociationExecutionsCommandInput,
163
+ DescribeAssociationExecutionsCommandOutput,
164
+ } from "./commands/DescribeAssociationExecutionsCommand";
165
+ import {
166
+ DescribeAssociationExecutionTargetsCommandInput,
167
+ DescribeAssociationExecutionTargetsCommandOutput,
168
+ } from "./commands/DescribeAssociationExecutionTargetsCommand";
169
+ import {
170
+ DescribeAutomationExecutionsCommandInput,
171
+ DescribeAutomationExecutionsCommandOutput,
172
+ } from "./commands/DescribeAutomationExecutionsCommand";
173
+ import {
174
+ DescribeAutomationStepExecutionsCommandInput,
175
+ DescribeAutomationStepExecutionsCommandOutput,
176
+ } from "./commands/DescribeAutomationStepExecutionsCommand";
177
+ import {
178
+ DescribeAvailablePatchesCommandInput,
179
+ DescribeAvailablePatchesCommandOutput,
180
+ } from "./commands/DescribeAvailablePatchesCommand";
181
+ import {
182
+ DescribeDocumentCommandInput,
183
+ DescribeDocumentCommandOutput,
184
+ } from "./commands/DescribeDocumentCommand";
185
+ import {
186
+ DescribeDocumentPermissionCommandInput,
187
+ DescribeDocumentPermissionCommandOutput,
188
+ } from "./commands/DescribeDocumentPermissionCommand";
189
+ import {
190
+ DescribeEffectiveInstanceAssociationsCommandInput,
191
+ DescribeEffectiveInstanceAssociationsCommandOutput,
192
+ } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
193
+ import {
194
+ DescribeEffectivePatchesForPatchBaselineCommandInput,
195
+ DescribeEffectivePatchesForPatchBaselineCommandOutput,
196
+ } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
197
+ import {
198
+ DescribeInstanceAssociationsStatusCommandInput,
199
+ DescribeInstanceAssociationsStatusCommandOutput,
200
+ } from "./commands/DescribeInstanceAssociationsStatusCommand";
201
+ import {
202
+ DescribeInstanceInformationCommandInput,
203
+ DescribeInstanceInformationCommandOutput,
204
+ } from "./commands/DescribeInstanceInformationCommand";
205
+ import {
206
+ DescribeInstancePatchesCommandInput,
207
+ DescribeInstancePatchesCommandOutput,
208
+ } from "./commands/DescribeInstancePatchesCommand";
209
+ import {
210
+ DescribeInstancePatchStatesCommandInput,
211
+ DescribeInstancePatchStatesCommandOutput,
212
+ } from "./commands/DescribeInstancePatchStatesCommand";
213
+ import {
214
+ DescribeInstancePatchStatesForPatchGroupCommandInput,
215
+ DescribeInstancePatchStatesForPatchGroupCommandOutput,
216
+ } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
217
+ import {
218
+ DescribeInventoryDeletionsCommandInput,
219
+ DescribeInventoryDeletionsCommandOutput,
220
+ } from "./commands/DescribeInventoryDeletionsCommand";
221
+ import {
222
+ DescribeMaintenanceWindowExecutionsCommandInput,
223
+ DescribeMaintenanceWindowExecutionsCommandOutput,
224
+ } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
225
+ import {
226
+ DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
227
+ DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput,
228
+ } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
229
+ import {
230
+ DescribeMaintenanceWindowExecutionTasksCommandInput,
231
+ DescribeMaintenanceWindowExecutionTasksCommandOutput,
232
+ } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
233
+ import {
234
+ DescribeMaintenanceWindowScheduleCommandInput,
235
+ DescribeMaintenanceWindowScheduleCommandOutput,
236
+ } from "./commands/DescribeMaintenanceWindowScheduleCommand";
237
+ import {
238
+ DescribeMaintenanceWindowsCommandInput,
239
+ DescribeMaintenanceWindowsCommandOutput,
240
+ } from "./commands/DescribeMaintenanceWindowsCommand";
241
+ import {
242
+ DescribeMaintenanceWindowsForTargetCommandInput,
243
+ DescribeMaintenanceWindowsForTargetCommandOutput,
244
+ } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
245
+ import {
246
+ DescribeMaintenanceWindowTargetsCommandInput,
247
+ DescribeMaintenanceWindowTargetsCommandOutput,
248
+ } from "./commands/DescribeMaintenanceWindowTargetsCommand";
249
+ import {
250
+ DescribeMaintenanceWindowTasksCommandInput,
251
+ DescribeMaintenanceWindowTasksCommandOutput,
252
+ } from "./commands/DescribeMaintenanceWindowTasksCommand";
253
+ import {
254
+ DescribeOpsItemsCommandInput,
255
+ DescribeOpsItemsCommandOutput,
256
+ } from "./commands/DescribeOpsItemsCommand";
257
+ import {
258
+ DescribeParametersCommandInput,
259
+ DescribeParametersCommandOutput,
260
+ } from "./commands/DescribeParametersCommand";
261
+ import {
262
+ DescribePatchBaselinesCommandInput,
263
+ DescribePatchBaselinesCommandOutput,
264
+ } from "./commands/DescribePatchBaselinesCommand";
265
+ import {
266
+ DescribePatchGroupsCommandInput,
267
+ DescribePatchGroupsCommandOutput,
268
+ } from "./commands/DescribePatchGroupsCommand";
269
+ import {
270
+ DescribePatchGroupStateCommandInput,
271
+ DescribePatchGroupStateCommandOutput,
272
+ } from "./commands/DescribePatchGroupStateCommand";
273
+ import {
274
+ DescribePatchPropertiesCommandInput,
275
+ DescribePatchPropertiesCommandOutput,
276
+ } from "./commands/DescribePatchPropertiesCommand";
277
+ import {
278
+ DescribeSessionsCommandInput,
279
+ DescribeSessionsCommandOutput,
280
+ } from "./commands/DescribeSessionsCommand";
281
+ import {
282
+ DisassociateOpsItemRelatedItemCommandInput,
283
+ DisassociateOpsItemRelatedItemCommandOutput,
284
+ } from "./commands/DisassociateOpsItemRelatedItemCommand";
285
+ import {
286
+ GetAutomationExecutionCommandInput,
287
+ GetAutomationExecutionCommandOutput,
288
+ } from "./commands/GetAutomationExecutionCommand";
289
+ import {
290
+ GetCalendarStateCommandInput,
291
+ GetCalendarStateCommandOutput,
292
+ } from "./commands/GetCalendarStateCommand";
293
+ import {
294
+ GetCommandInvocationCommandInput,
295
+ GetCommandInvocationCommandOutput,
296
+ } from "./commands/GetCommandInvocationCommand";
297
+ import {
298
+ GetConnectionStatusCommandInput,
299
+ GetConnectionStatusCommandOutput,
300
+ } from "./commands/GetConnectionStatusCommand";
301
+ import {
302
+ GetDefaultPatchBaselineCommandInput,
303
+ GetDefaultPatchBaselineCommandOutput,
304
+ } from "./commands/GetDefaultPatchBaselineCommand";
305
+ import {
306
+ GetDeployablePatchSnapshotForInstanceCommandInput,
307
+ GetDeployablePatchSnapshotForInstanceCommandOutput,
308
+ } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
309
+ import {
310
+ GetDocumentCommandInput,
311
+ GetDocumentCommandOutput,
312
+ } from "./commands/GetDocumentCommand";
313
+ import {
314
+ GetInventoryCommandInput,
315
+ GetInventoryCommandOutput,
316
+ } from "./commands/GetInventoryCommand";
317
+ import {
318
+ GetInventorySchemaCommandInput,
319
+ GetInventorySchemaCommandOutput,
320
+ } from "./commands/GetInventorySchemaCommand";
321
+ import {
322
+ GetMaintenanceWindowCommandInput,
323
+ GetMaintenanceWindowCommandOutput,
324
+ } from "./commands/GetMaintenanceWindowCommand";
325
+ import {
326
+ GetMaintenanceWindowExecutionCommandInput,
327
+ GetMaintenanceWindowExecutionCommandOutput,
328
+ } from "./commands/GetMaintenanceWindowExecutionCommand";
329
+ import {
330
+ GetMaintenanceWindowExecutionTaskCommandInput,
331
+ GetMaintenanceWindowExecutionTaskCommandOutput,
332
+ } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
333
+ import {
334
+ GetMaintenanceWindowExecutionTaskInvocationCommandInput,
335
+ GetMaintenanceWindowExecutionTaskInvocationCommandOutput,
336
+ } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
337
+ import {
338
+ GetMaintenanceWindowTaskCommandInput,
339
+ GetMaintenanceWindowTaskCommandOutput,
340
+ } from "./commands/GetMaintenanceWindowTaskCommand";
341
+ import {
342
+ GetOpsItemCommandInput,
343
+ GetOpsItemCommandOutput,
344
+ } from "./commands/GetOpsItemCommand";
345
+ import {
346
+ GetOpsMetadataCommandInput,
347
+ GetOpsMetadataCommandOutput,
348
+ } from "./commands/GetOpsMetadataCommand";
349
+ import {
350
+ GetOpsSummaryCommandInput,
351
+ GetOpsSummaryCommandOutput,
352
+ } from "./commands/GetOpsSummaryCommand";
353
+ import {
354
+ GetParameterCommandInput,
355
+ GetParameterCommandOutput,
356
+ } from "./commands/GetParameterCommand";
357
+ import {
358
+ GetParameterHistoryCommandInput,
359
+ GetParameterHistoryCommandOutput,
360
+ } from "./commands/GetParameterHistoryCommand";
361
+ import {
362
+ GetParametersByPathCommandInput,
363
+ GetParametersByPathCommandOutput,
364
+ } from "./commands/GetParametersByPathCommand";
365
+ import {
366
+ GetParametersCommandInput,
367
+ GetParametersCommandOutput,
368
+ } from "./commands/GetParametersCommand";
369
+ import {
370
+ GetPatchBaselineCommandInput,
371
+ GetPatchBaselineCommandOutput,
372
+ } from "./commands/GetPatchBaselineCommand";
373
+ import {
374
+ GetPatchBaselineForPatchGroupCommandInput,
375
+ GetPatchBaselineForPatchGroupCommandOutput,
376
+ } from "./commands/GetPatchBaselineForPatchGroupCommand";
377
+ import {
378
+ GetServiceSettingCommandInput,
379
+ GetServiceSettingCommandOutput,
380
+ } from "./commands/GetServiceSettingCommand";
381
+ import {
382
+ LabelParameterVersionCommandInput,
383
+ LabelParameterVersionCommandOutput,
384
+ } from "./commands/LabelParameterVersionCommand";
385
+ import {
386
+ ListAssociationsCommandInput,
387
+ ListAssociationsCommandOutput,
388
+ } from "./commands/ListAssociationsCommand";
389
+ import {
390
+ ListAssociationVersionsCommandInput,
391
+ ListAssociationVersionsCommandOutput,
392
+ } from "./commands/ListAssociationVersionsCommand";
393
+ import {
394
+ ListCommandInvocationsCommandInput,
395
+ ListCommandInvocationsCommandOutput,
396
+ } from "./commands/ListCommandInvocationsCommand";
397
+ import {
398
+ ListCommandsCommandInput,
399
+ ListCommandsCommandOutput,
400
+ } from "./commands/ListCommandsCommand";
401
+ import {
402
+ ListComplianceItemsCommandInput,
403
+ ListComplianceItemsCommandOutput,
404
+ } from "./commands/ListComplianceItemsCommand";
405
+ import {
406
+ ListComplianceSummariesCommandInput,
407
+ ListComplianceSummariesCommandOutput,
408
+ } from "./commands/ListComplianceSummariesCommand";
409
+ import {
410
+ ListDocumentMetadataHistoryCommandInput,
411
+ ListDocumentMetadataHistoryCommandOutput,
412
+ } from "./commands/ListDocumentMetadataHistoryCommand";
413
+ import {
414
+ ListDocumentsCommandInput,
415
+ ListDocumentsCommandOutput,
416
+ } from "./commands/ListDocumentsCommand";
417
+ import {
418
+ ListDocumentVersionsCommandInput,
419
+ ListDocumentVersionsCommandOutput,
420
+ } from "./commands/ListDocumentVersionsCommand";
421
+ import {
422
+ ListInventoryEntriesCommandInput,
423
+ ListInventoryEntriesCommandOutput,
424
+ } from "./commands/ListInventoryEntriesCommand";
425
+ import {
426
+ ListOpsItemEventsCommandInput,
427
+ ListOpsItemEventsCommandOutput,
428
+ } from "./commands/ListOpsItemEventsCommand";
429
+ import {
430
+ ListOpsItemRelatedItemsCommandInput,
431
+ ListOpsItemRelatedItemsCommandOutput,
432
+ } from "./commands/ListOpsItemRelatedItemsCommand";
433
+ import {
434
+ ListOpsMetadataCommandInput,
435
+ ListOpsMetadataCommandOutput,
436
+ } from "./commands/ListOpsMetadataCommand";
437
+ import {
438
+ ListResourceComplianceSummariesCommandInput,
439
+ ListResourceComplianceSummariesCommandOutput,
440
+ } from "./commands/ListResourceComplianceSummariesCommand";
441
+ import {
442
+ ListResourceDataSyncCommandInput,
443
+ ListResourceDataSyncCommandOutput,
444
+ } from "./commands/ListResourceDataSyncCommand";
445
+ import {
446
+ ListTagsForResourceCommandInput,
447
+ ListTagsForResourceCommandOutput,
448
+ } from "./commands/ListTagsForResourceCommand";
449
+ import {
450
+ ModifyDocumentPermissionCommandInput,
451
+ ModifyDocumentPermissionCommandOutput,
452
+ } from "./commands/ModifyDocumentPermissionCommand";
453
+ import {
454
+ PutComplianceItemsCommandInput,
455
+ PutComplianceItemsCommandOutput,
456
+ } from "./commands/PutComplianceItemsCommand";
457
+ import {
458
+ PutInventoryCommandInput,
459
+ PutInventoryCommandOutput,
460
+ } from "./commands/PutInventoryCommand";
461
+ import {
462
+ PutParameterCommandInput,
463
+ PutParameterCommandOutput,
464
+ } from "./commands/PutParameterCommand";
465
+ import {
466
+ RegisterDefaultPatchBaselineCommandInput,
467
+ RegisterDefaultPatchBaselineCommandOutput,
468
+ } from "./commands/RegisterDefaultPatchBaselineCommand";
469
+ import {
470
+ RegisterPatchBaselineForPatchGroupCommandInput,
471
+ RegisterPatchBaselineForPatchGroupCommandOutput,
472
+ } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
473
+ import {
474
+ RegisterTargetWithMaintenanceWindowCommandInput,
475
+ RegisterTargetWithMaintenanceWindowCommandOutput,
476
+ } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
477
+ import {
478
+ RegisterTaskWithMaintenanceWindowCommandInput,
479
+ RegisterTaskWithMaintenanceWindowCommandOutput,
480
+ } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
481
+ import {
482
+ RemoveTagsFromResourceCommandInput,
483
+ RemoveTagsFromResourceCommandOutput,
484
+ } from "./commands/RemoveTagsFromResourceCommand";
485
+ import {
486
+ ResetServiceSettingCommandInput,
487
+ ResetServiceSettingCommandOutput,
488
+ } from "./commands/ResetServiceSettingCommand";
489
+ import {
490
+ ResumeSessionCommandInput,
491
+ ResumeSessionCommandOutput,
492
+ } from "./commands/ResumeSessionCommand";
493
+ import {
494
+ SendAutomationSignalCommandInput,
495
+ SendAutomationSignalCommandOutput,
496
+ } from "./commands/SendAutomationSignalCommand";
497
+ import {
498
+ SendCommandCommandInput,
499
+ SendCommandCommandOutput,
500
+ } from "./commands/SendCommandCommand";
501
+ import {
502
+ StartAssociationsOnceCommandInput,
503
+ StartAssociationsOnceCommandOutput,
504
+ } from "./commands/StartAssociationsOnceCommand";
505
+ import {
506
+ StartAutomationExecutionCommandInput,
507
+ StartAutomationExecutionCommandOutput,
508
+ } from "./commands/StartAutomationExecutionCommand";
509
+ import {
510
+ StartChangeRequestExecutionCommandInput,
511
+ StartChangeRequestExecutionCommandOutput,
512
+ } from "./commands/StartChangeRequestExecutionCommand";
513
+ import {
514
+ StartSessionCommandInput,
515
+ StartSessionCommandOutput,
516
+ } from "./commands/StartSessionCommand";
517
+ import {
518
+ StopAutomationExecutionCommandInput,
519
+ StopAutomationExecutionCommandOutput,
520
+ } from "./commands/StopAutomationExecutionCommand";
521
+ import {
522
+ TerminateSessionCommandInput,
523
+ TerminateSessionCommandOutput,
524
+ } from "./commands/TerminateSessionCommand";
525
+ import {
526
+ UnlabelParameterVersionCommandInput,
527
+ UnlabelParameterVersionCommandOutput,
528
+ } from "./commands/UnlabelParameterVersionCommand";
529
+ import {
530
+ UpdateAssociationCommandInput,
531
+ UpdateAssociationCommandOutput,
532
+ } from "./commands/UpdateAssociationCommand";
533
+ import {
534
+ UpdateAssociationStatusCommandInput,
535
+ UpdateAssociationStatusCommandOutput,
536
+ } from "./commands/UpdateAssociationStatusCommand";
537
+ import {
538
+ UpdateDocumentCommandInput,
539
+ UpdateDocumentCommandOutput,
540
+ } from "./commands/UpdateDocumentCommand";
541
+ import {
542
+ UpdateDocumentDefaultVersionCommandInput,
543
+ UpdateDocumentDefaultVersionCommandOutput,
544
+ } from "./commands/UpdateDocumentDefaultVersionCommand";
545
+ import {
546
+ UpdateDocumentMetadataCommandInput,
547
+ UpdateDocumentMetadataCommandOutput,
548
+ } from "./commands/UpdateDocumentMetadataCommand";
549
+ import {
550
+ UpdateMaintenanceWindowCommandInput,
551
+ UpdateMaintenanceWindowCommandOutput,
552
+ } from "./commands/UpdateMaintenanceWindowCommand";
553
+ import {
554
+ UpdateMaintenanceWindowTargetCommandInput,
555
+ UpdateMaintenanceWindowTargetCommandOutput,
556
+ } from "./commands/UpdateMaintenanceWindowTargetCommand";
557
+ import {
558
+ UpdateMaintenanceWindowTaskCommandInput,
559
+ UpdateMaintenanceWindowTaskCommandOutput,
560
+ } from "./commands/UpdateMaintenanceWindowTaskCommand";
561
+ import {
562
+ UpdateManagedInstanceRoleCommandInput,
563
+ UpdateManagedInstanceRoleCommandOutput,
564
+ } from "./commands/UpdateManagedInstanceRoleCommand";
565
+ import {
566
+ UpdateOpsItemCommandInput,
567
+ UpdateOpsItemCommandOutput,
568
+ } from "./commands/UpdateOpsItemCommand";
569
+ import {
570
+ UpdateOpsMetadataCommandInput,
571
+ UpdateOpsMetadataCommandOutput,
572
+ } from "./commands/UpdateOpsMetadataCommand";
573
+ import {
574
+ UpdatePatchBaselineCommandInput,
575
+ UpdatePatchBaselineCommandOutput,
576
+ } from "./commands/UpdatePatchBaselineCommand";
577
+ import {
578
+ UpdateResourceDataSyncCommandInput,
579
+ UpdateResourceDataSyncCommandOutput,
580
+ } from "./commands/UpdateResourceDataSyncCommand";
581
+ import {
582
+ UpdateServiceSettingCommandInput,
583
+ UpdateServiceSettingCommandOutput,
584
+ } from "./commands/UpdateServiceSettingCommand";
585
+ export declare type ServiceInputTypes =
586
+ | AddTagsToResourceCommandInput
587
+ | AssociateOpsItemRelatedItemCommandInput
588
+ | CancelCommandCommandInput
589
+ | CancelMaintenanceWindowExecutionCommandInput
590
+ | CreateActivationCommandInput
591
+ | CreateAssociationBatchCommandInput
592
+ | CreateAssociationCommandInput
593
+ | CreateDocumentCommandInput
594
+ | CreateMaintenanceWindowCommandInput
595
+ | CreateOpsItemCommandInput
596
+ | CreateOpsMetadataCommandInput
597
+ | CreatePatchBaselineCommandInput
598
+ | CreateResourceDataSyncCommandInput
599
+ | DeleteActivationCommandInput
600
+ | DeleteAssociationCommandInput
601
+ | DeleteDocumentCommandInput
602
+ | DeleteInventoryCommandInput
603
+ | DeleteMaintenanceWindowCommandInput
604
+ | DeleteOpsMetadataCommandInput
605
+ | DeleteParameterCommandInput
606
+ | DeleteParametersCommandInput
607
+ | DeletePatchBaselineCommandInput
608
+ | DeleteResourceDataSyncCommandInput
609
+ | DeregisterManagedInstanceCommandInput
610
+ | DeregisterPatchBaselineForPatchGroupCommandInput
611
+ | DeregisterTargetFromMaintenanceWindowCommandInput
612
+ | DeregisterTaskFromMaintenanceWindowCommandInput
613
+ | DescribeActivationsCommandInput
614
+ | DescribeAssociationCommandInput
615
+ | DescribeAssociationExecutionTargetsCommandInput
616
+ | DescribeAssociationExecutionsCommandInput
617
+ | DescribeAutomationExecutionsCommandInput
618
+ | DescribeAutomationStepExecutionsCommandInput
619
+ | DescribeAvailablePatchesCommandInput
620
+ | DescribeDocumentCommandInput
621
+ | DescribeDocumentPermissionCommandInput
622
+ | DescribeEffectiveInstanceAssociationsCommandInput
623
+ | DescribeEffectivePatchesForPatchBaselineCommandInput
624
+ | DescribeInstanceAssociationsStatusCommandInput
625
+ | DescribeInstanceInformationCommandInput
626
+ | DescribeInstancePatchStatesCommandInput
627
+ | DescribeInstancePatchStatesForPatchGroupCommandInput
628
+ | DescribeInstancePatchesCommandInput
629
+ | DescribeInventoryDeletionsCommandInput
630
+ | DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput
631
+ | DescribeMaintenanceWindowExecutionTasksCommandInput
632
+ | DescribeMaintenanceWindowExecutionsCommandInput
633
+ | DescribeMaintenanceWindowScheduleCommandInput
634
+ | DescribeMaintenanceWindowTargetsCommandInput
635
+ | DescribeMaintenanceWindowTasksCommandInput
636
+ | DescribeMaintenanceWindowsCommandInput
637
+ | DescribeMaintenanceWindowsForTargetCommandInput
638
+ | DescribeOpsItemsCommandInput
639
+ | DescribeParametersCommandInput
640
+ | DescribePatchBaselinesCommandInput
641
+ | DescribePatchGroupStateCommandInput
642
+ | DescribePatchGroupsCommandInput
643
+ | DescribePatchPropertiesCommandInput
644
+ | DescribeSessionsCommandInput
645
+ | DisassociateOpsItemRelatedItemCommandInput
646
+ | GetAutomationExecutionCommandInput
647
+ | GetCalendarStateCommandInput
648
+ | GetCommandInvocationCommandInput
649
+ | GetConnectionStatusCommandInput
650
+ | GetDefaultPatchBaselineCommandInput
651
+ | GetDeployablePatchSnapshotForInstanceCommandInput
652
+ | GetDocumentCommandInput
653
+ | GetInventoryCommandInput
654
+ | GetInventorySchemaCommandInput
655
+ | GetMaintenanceWindowCommandInput
656
+ | GetMaintenanceWindowExecutionCommandInput
657
+ | GetMaintenanceWindowExecutionTaskCommandInput
658
+ | GetMaintenanceWindowExecutionTaskInvocationCommandInput
659
+ | GetMaintenanceWindowTaskCommandInput
660
+ | GetOpsItemCommandInput
661
+ | GetOpsMetadataCommandInput
662
+ | GetOpsSummaryCommandInput
663
+ | GetParameterCommandInput
664
+ | GetParameterHistoryCommandInput
665
+ | GetParametersByPathCommandInput
666
+ | GetParametersCommandInput
667
+ | GetPatchBaselineCommandInput
668
+ | GetPatchBaselineForPatchGroupCommandInput
669
+ | GetServiceSettingCommandInput
670
+ | LabelParameterVersionCommandInput
671
+ | ListAssociationVersionsCommandInput
672
+ | ListAssociationsCommandInput
673
+ | ListCommandInvocationsCommandInput
674
+ | ListCommandsCommandInput
675
+ | ListComplianceItemsCommandInput
676
+ | ListComplianceSummariesCommandInput
677
+ | ListDocumentMetadataHistoryCommandInput
678
+ | ListDocumentVersionsCommandInput
679
+ | ListDocumentsCommandInput
680
+ | ListInventoryEntriesCommandInput
681
+ | ListOpsItemEventsCommandInput
682
+ | ListOpsItemRelatedItemsCommandInput
683
+ | ListOpsMetadataCommandInput
684
+ | ListResourceComplianceSummariesCommandInput
685
+ | ListResourceDataSyncCommandInput
686
+ | ListTagsForResourceCommandInput
687
+ | ModifyDocumentPermissionCommandInput
688
+ | PutComplianceItemsCommandInput
689
+ | PutInventoryCommandInput
690
+ | PutParameterCommandInput
691
+ | RegisterDefaultPatchBaselineCommandInput
692
+ | RegisterPatchBaselineForPatchGroupCommandInput
693
+ | RegisterTargetWithMaintenanceWindowCommandInput
694
+ | RegisterTaskWithMaintenanceWindowCommandInput
695
+ | RemoveTagsFromResourceCommandInput
696
+ | ResetServiceSettingCommandInput
697
+ | ResumeSessionCommandInput
698
+ | SendAutomationSignalCommandInput
699
+ | SendCommandCommandInput
700
+ | StartAssociationsOnceCommandInput
701
+ | StartAutomationExecutionCommandInput
702
+ | StartChangeRequestExecutionCommandInput
703
+ | StartSessionCommandInput
704
+ | StopAutomationExecutionCommandInput
705
+ | TerminateSessionCommandInput
706
+ | UnlabelParameterVersionCommandInput
707
+ | UpdateAssociationCommandInput
708
+ | UpdateAssociationStatusCommandInput
709
+ | UpdateDocumentCommandInput
710
+ | UpdateDocumentDefaultVersionCommandInput
711
+ | UpdateDocumentMetadataCommandInput
712
+ | UpdateMaintenanceWindowCommandInput
713
+ | UpdateMaintenanceWindowTargetCommandInput
714
+ | UpdateMaintenanceWindowTaskCommandInput
715
+ | UpdateManagedInstanceRoleCommandInput
716
+ | UpdateOpsItemCommandInput
717
+ | UpdateOpsMetadataCommandInput
718
+ | UpdatePatchBaselineCommandInput
719
+ | UpdateResourceDataSyncCommandInput
720
+ | UpdateServiceSettingCommandInput;
721
+ export declare type ServiceOutputTypes =
722
+ | AddTagsToResourceCommandOutput
723
+ | AssociateOpsItemRelatedItemCommandOutput
724
+ | CancelCommandCommandOutput
725
+ | CancelMaintenanceWindowExecutionCommandOutput
726
+ | CreateActivationCommandOutput
727
+ | CreateAssociationBatchCommandOutput
728
+ | CreateAssociationCommandOutput
729
+ | CreateDocumentCommandOutput
730
+ | CreateMaintenanceWindowCommandOutput
731
+ | CreateOpsItemCommandOutput
732
+ | CreateOpsMetadataCommandOutput
733
+ | CreatePatchBaselineCommandOutput
734
+ | CreateResourceDataSyncCommandOutput
735
+ | DeleteActivationCommandOutput
736
+ | DeleteAssociationCommandOutput
737
+ | DeleteDocumentCommandOutput
738
+ | DeleteInventoryCommandOutput
739
+ | DeleteMaintenanceWindowCommandOutput
740
+ | DeleteOpsMetadataCommandOutput
741
+ | DeleteParameterCommandOutput
742
+ | DeleteParametersCommandOutput
743
+ | DeletePatchBaselineCommandOutput
744
+ | DeleteResourceDataSyncCommandOutput
745
+ | DeregisterManagedInstanceCommandOutput
746
+ | DeregisterPatchBaselineForPatchGroupCommandOutput
747
+ | DeregisterTargetFromMaintenanceWindowCommandOutput
748
+ | DeregisterTaskFromMaintenanceWindowCommandOutput
749
+ | DescribeActivationsCommandOutput
750
+ | DescribeAssociationCommandOutput
751
+ | DescribeAssociationExecutionTargetsCommandOutput
752
+ | DescribeAssociationExecutionsCommandOutput
753
+ | DescribeAutomationExecutionsCommandOutput
754
+ | DescribeAutomationStepExecutionsCommandOutput
755
+ | DescribeAvailablePatchesCommandOutput
756
+ | DescribeDocumentCommandOutput
757
+ | DescribeDocumentPermissionCommandOutput
758
+ | DescribeEffectiveInstanceAssociationsCommandOutput
759
+ | DescribeEffectivePatchesForPatchBaselineCommandOutput
760
+ | DescribeInstanceAssociationsStatusCommandOutput
761
+ | DescribeInstanceInformationCommandOutput
762
+ | DescribeInstancePatchStatesCommandOutput
763
+ | DescribeInstancePatchStatesForPatchGroupCommandOutput
764
+ | DescribeInstancePatchesCommandOutput
765
+ | DescribeInventoryDeletionsCommandOutput
766
+ | DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
767
+ | DescribeMaintenanceWindowExecutionTasksCommandOutput
768
+ | DescribeMaintenanceWindowExecutionsCommandOutput
769
+ | DescribeMaintenanceWindowScheduleCommandOutput
770
+ | DescribeMaintenanceWindowTargetsCommandOutput
771
+ | DescribeMaintenanceWindowTasksCommandOutput
772
+ | DescribeMaintenanceWindowsCommandOutput
773
+ | DescribeMaintenanceWindowsForTargetCommandOutput
774
+ | DescribeOpsItemsCommandOutput
775
+ | DescribeParametersCommandOutput
776
+ | DescribePatchBaselinesCommandOutput
777
+ | DescribePatchGroupStateCommandOutput
778
+ | DescribePatchGroupsCommandOutput
779
+ | DescribePatchPropertiesCommandOutput
780
+ | DescribeSessionsCommandOutput
781
+ | DisassociateOpsItemRelatedItemCommandOutput
782
+ | GetAutomationExecutionCommandOutput
783
+ | GetCalendarStateCommandOutput
784
+ | GetCommandInvocationCommandOutput
785
+ | GetConnectionStatusCommandOutput
786
+ | GetDefaultPatchBaselineCommandOutput
787
+ | GetDeployablePatchSnapshotForInstanceCommandOutput
788
+ | GetDocumentCommandOutput
789
+ | GetInventoryCommandOutput
790
+ | GetInventorySchemaCommandOutput
791
+ | GetMaintenanceWindowCommandOutput
792
+ | GetMaintenanceWindowExecutionCommandOutput
793
+ | GetMaintenanceWindowExecutionTaskCommandOutput
794
+ | GetMaintenanceWindowExecutionTaskInvocationCommandOutput
795
+ | GetMaintenanceWindowTaskCommandOutput
796
+ | GetOpsItemCommandOutput
797
+ | GetOpsMetadataCommandOutput
798
+ | GetOpsSummaryCommandOutput
799
+ | GetParameterCommandOutput
800
+ | GetParameterHistoryCommandOutput
801
+ | GetParametersByPathCommandOutput
802
+ | GetParametersCommandOutput
803
+ | GetPatchBaselineCommandOutput
804
+ | GetPatchBaselineForPatchGroupCommandOutput
805
+ | GetServiceSettingCommandOutput
806
+ | LabelParameterVersionCommandOutput
807
+ | ListAssociationVersionsCommandOutput
808
+ | ListAssociationsCommandOutput
809
+ | ListCommandInvocationsCommandOutput
810
+ | ListCommandsCommandOutput
811
+ | ListComplianceItemsCommandOutput
812
+ | ListComplianceSummariesCommandOutput
813
+ | ListDocumentMetadataHistoryCommandOutput
814
+ | ListDocumentVersionsCommandOutput
815
+ | ListDocumentsCommandOutput
816
+ | ListInventoryEntriesCommandOutput
817
+ | ListOpsItemEventsCommandOutput
818
+ | ListOpsItemRelatedItemsCommandOutput
819
+ | ListOpsMetadataCommandOutput
820
+ | ListResourceComplianceSummariesCommandOutput
821
+ | ListResourceDataSyncCommandOutput
822
+ | ListTagsForResourceCommandOutput
823
+ | ModifyDocumentPermissionCommandOutput
824
+ | PutComplianceItemsCommandOutput
825
+ | PutInventoryCommandOutput
826
+ | PutParameterCommandOutput
827
+ | RegisterDefaultPatchBaselineCommandOutput
828
+ | RegisterPatchBaselineForPatchGroupCommandOutput
829
+ | RegisterTargetWithMaintenanceWindowCommandOutput
830
+ | RegisterTaskWithMaintenanceWindowCommandOutput
831
+ | RemoveTagsFromResourceCommandOutput
832
+ | ResetServiceSettingCommandOutput
833
+ | ResumeSessionCommandOutput
834
+ | SendAutomationSignalCommandOutput
835
+ | SendCommandCommandOutput
836
+ | StartAssociationsOnceCommandOutput
837
+ | StartAutomationExecutionCommandOutput
838
+ | StartChangeRequestExecutionCommandOutput
839
+ | StartSessionCommandOutput
840
+ | StopAutomationExecutionCommandOutput
841
+ | TerminateSessionCommandOutput
842
+ | UnlabelParameterVersionCommandOutput
843
+ | UpdateAssociationCommandOutput
844
+ | UpdateAssociationStatusCommandOutput
845
+ | UpdateDocumentCommandOutput
846
+ | UpdateDocumentDefaultVersionCommandOutput
847
+ | UpdateDocumentMetadataCommandOutput
848
+ | UpdateMaintenanceWindowCommandOutput
849
+ | UpdateMaintenanceWindowTargetCommandOutput
850
+ | UpdateMaintenanceWindowTaskCommandOutput
851
+ | UpdateManagedInstanceRoleCommandOutput
852
+ | UpdateOpsItemCommandOutput
853
+ | UpdateOpsMetadataCommandOutput
854
+ | UpdatePatchBaselineCommandOutput
855
+ | UpdateResourceDataSyncCommandOutput
856
+ | UpdateServiceSettingCommandOutput;
857
+ export interface ClientDefaults
858
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
859
+ requestHandler?: __HttpHandler;
860
+ sha256?: __HashConstructor;
861
+ urlParser?: __UrlParser;
862
+ bodyLengthChecker?: __BodyLengthCalculator;
863
+ streamCollector?: __StreamCollector;
864
+ base64Decoder?: __Decoder;
865
+ base64Encoder?: __Encoder;
866
+ utf8Decoder?: __Decoder;
867
+ utf8Encoder?: __Encoder;
868
+ runtime?: string;
869
+ disableHostPrefix?: boolean;
870
+ maxAttempts?: number | __Provider<number>;
871
+ retryMode?: string | __Provider<string>;
872
+ logger?: __Logger;
873
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
874
+ useFipsEndpoint?: boolean | __Provider<boolean>;
875
+ serviceId?: string;
876
+ region?: string | __Provider<string>;
877
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
878
+ regionInfoProvider?: RegionInfoProvider;
879
+ defaultUserAgentProvider?: Provider<__UserAgent>;
880
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
881
+ }
882
+ declare type SSMClientConfigType = Partial<
883
+ __SmithyConfiguration<__HttpHandlerOptions>
884
+ > &
885
+ ClientDefaults &
886
+ RegionInputConfig &
887
+ EndpointsInputConfig &
888
+ RetryInputConfig &
889
+ HostHeaderInputConfig &
890
+ AwsAuthInputConfig &
891
+ UserAgentInputConfig;
892
+ export interface SSMClientConfig extends SSMClientConfigType {}
893
+ declare type SSMClientResolvedConfigType =
894
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
895
+ Required<ClientDefaults> &
896
+ RegionResolvedConfig &
897
+ EndpointsResolvedConfig &
898
+ RetryResolvedConfig &
899
+ HostHeaderResolvedConfig &
900
+ AwsAuthResolvedConfig &
901
+ UserAgentResolvedConfig;
902
+ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {}
903
+ export declare class SSMClient extends __Client<
904
+ __HttpHandlerOptions,
905
+ ServiceInputTypes,
906
+ ServiceOutputTypes,
907
+ SSMClientResolvedConfig
908
+ > {
909
+ readonly config: SSMClientResolvedConfig;
910
+ constructor(configuration: SSMClientConfig);
911
+ destroy(): void;
912
+ }
913
+ export {};