@aws-sdk/client-ssm 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SSM.d.ts +2548 -680
  3. package/dist-types/ts3.4/SSMClient.d.ts +938 -208
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +43 -17
  49. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +36 -18
  58. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  71. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +35 -18
  72. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +34 -17
  79. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +35 -18
  81. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +38 -17
  84. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +41 -17
  90. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +37 -17
  91. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +34 -17
  108. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +38 -17
  115. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +37 -17
  116. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +34 -17
  118. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +41 -17
  119. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -17
  122. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +38 -17
  126. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +41 -17
  130. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +41 -17
  133. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +38 -17
  136. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +41 -17
  138. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/index.d.ts +135 -135
  140. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  141. package/dist-types/ts3.4/index.d.ts +7 -7
  142. package/dist-types/ts3.4/models/SSMServiceException.d.ts +8 -6
  143. package/dist-types/ts3.4/models/index.d.ts +3 -3
  144. package/dist-types/ts3.4/models/models_0.d.ts +3527 -3221
  145. package/dist-types/ts3.4/models/models_1.d.ts +3783 -3362
  146. package/dist-types/ts3.4/models/models_2.d.ts +479 -412
  147. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +11 -4
  148. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +11 -4
  149. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +11 -4
  150. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +11 -4
  151. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +11 -4
  152. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +11 -4
  153. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +11 -4
  154. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +11 -4
  155. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +11 -4
  156. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +11 -4
  157. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +11 -4
  158. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +11 -4
  159. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +11 -4
  160. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +11 -4
  161. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +11 -4
  162. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +11 -4
  163. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +11 -4
  164. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +11 -4
  165. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +11 -4
  169. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  181. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/index.d.ts +47 -47
  195. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1625 -407
  196. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  200. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  201. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +13 -7
  202. package/package.json +35 -35
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAssociations(config: SSMPaginationConfiguration, input: ListAssociationsCommandInput, ...additionalArguments: any): Paginator<ListAssociationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAssociationsCommandInput,
4
+ ListAssociationsCommandOutput,
5
+ } from "../commands/ListAssociationsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAssociations(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListAssociationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAssociationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "../commands/ListCommandInvocationsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCommandInvocations(config: SSMPaginationConfiguration, input: ListCommandInvocationsCommandInput, ...additionalArguments: any): Paginator<ListCommandInvocationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListCommandInvocationsCommandInput,
4
+ ListCommandInvocationsCommandOutput,
5
+ } from "../commands/ListCommandInvocationsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCommandInvocations(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListCommandInvocationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCommandInvocationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListCommandsCommandInput, ListCommandsCommandOutput } from "../commands/ListCommandsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCommands(config: SSMPaginationConfiguration, input: ListCommandsCommandInput, ...additionalArguments: any): Paginator<ListCommandsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListCommandsCommandInput,
4
+ ListCommandsCommandOutput,
5
+ } from "../commands/ListCommandsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCommands(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListCommandsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCommandsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "../commands/ListComplianceItemsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListComplianceItems(config: SSMPaginationConfiguration, input: ListComplianceItemsCommandInput, ...additionalArguments: any): Paginator<ListComplianceItemsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListComplianceItemsCommandInput,
4
+ ListComplianceItemsCommandOutput,
5
+ } from "../commands/ListComplianceItemsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListComplianceItems(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListComplianceItemsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListComplianceItemsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "../commands/ListComplianceSummariesCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListComplianceSummaries(config: SSMPaginationConfiguration, input: ListComplianceSummariesCommandInput, ...additionalArguments: any): Paginator<ListComplianceSummariesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListComplianceSummariesCommandInput,
4
+ ListComplianceSummariesCommandOutput,
5
+ } from "../commands/ListComplianceSummariesCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListComplianceSummaries(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListComplianceSummariesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListComplianceSummariesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "../commands/ListDocumentVersionsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDocumentVersions(config: SSMPaginationConfiguration, input: ListDocumentVersionsCommandInput, ...additionalArguments: any): Paginator<ListDocumentVersionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDocumentVersionsCommandInput,
4
+ ListDocumentVersionsCommandOutput,
5
+ } from "../commands/ListDocumentVersionsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDocumentVersions(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListDocumentVersionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDocumentVersionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "../commands/ListDocumentsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDocuments(config: SSMPaginationConfiguration, input: ListDocumentsCommandInput, ...additionalArguments: any): Paginator<ListDocumentsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDocumentsCommandInput,
4
+ ListDocumentsCommandOutput,
5
+ } from "../commands/ListDocumentsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDocuments(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListDocumentsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDocumentsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "../commands/ListOpsItemEventsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOpsItemEvents(config: SSMPaginationConfiguration, input: ListOpsItemEventsCommandInput, ...additionalArguments: any): Paginator<ListOpsItemEventsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOpsItemEventsCommandInput,
4
+ ListOpsItemEventsCommandOutput,
5
+ } from "../commands/ListOpsItemEventsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOpsItemEvents(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListOpsItemEventsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOpsItemEventsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "../commands/ListOpsItemRelatedItemsCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOpsItemRelatedItems(config: SSMPaginationConfiguration, input: ListOpsItemRelatedItemsCommandInput, ...additionalArguments: any): Paginator<ListOpsItemRelatedItemsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOpsItemRelatedItemsCommandInput,
4
+ ListOpsItemRelatedItemsCommandOutput,
5
+ } from "../commands/ListOpsItemRelatedItemsCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOpsItemRelatedItems(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListOpsItemRelatedItemsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOpsItemRelatedItemsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "../commands/ListOpsMetadataCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOpsMetadata(config: SSMPaginationConfiguration, input: ListOpsMetadataCommandInput, ...additionalArguments: any): Paginator<ListOpsMetadataCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOpsMetadataCommandInput,
4
+ ListOpsMetadataCommandOutput,
5
+ } from "../commands/ListOpsMetadataCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOpsMetadata(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListOpsMetadataCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOpsMetadataCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "../commands/ListResourceComplianceSummariesCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListResourceComplianceSummaries(config: SSMPaginationConfiguration, input: ListResourceComplianceSummariesCommandInput, ...additionalArguments: any): Paginator<ListResourceComplianceSummariesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListResourceComplianceSummariesCommandInput,
4
+ ListResourceComplianceSummariesCommandOutput,
5
+ } from "../commands/ListResourceComplianceSummariesCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListResourceComplianceSummaries(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListResourceComplianceSummariesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListResourceComplianceSummariesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "../commands/ListResourceDataSyncCommand";
3
- import { SSMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListResourceDataSync(config: SSMPaginationConfiguration, input: ListResourceDataSyncCommandInput, ...additionalArguments: any): Paginator<ListResourceDataSyncCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListResourceDataSyncCommandInput,
4
+ ListResourceDataSyncCommandOutput,
5
+ } from "../commands/ListResourceDataSyncCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListResourceDataSync(
8
+ config: SSMPaginationConfiguration,
9
+ input: ListResourceDataSyncCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListResourceDataSyncCommandOutput>;
@@ -1,47 +1,47 @@
1
- export * from "./DescribeActivationsPaginator";
2
- export * from "./DescribeAssociationExecutionTargetsPaginator";
3
- export * from "./DescribeAssociationExecutionsPaginator";
4
- export * from "./DescribeAutomationExecutionsPaginator";
5
- export * from "./DescribeAutomationStepExecutionsPaginator";
6
- export * from "./DescribeAvailablePatchesPaginator";
7
- export * from "./DescribeEffectiveInstanceAssociationsPaginator";
8
- export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
9
- export * from "./DescribeInstanceAssociationsStatusPaginator";
10
- export * from "./DescribeInstanceInformationPaginator";
11
- export * from "./Interfaces";
12
- export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
13
- export * from "./DescribeInstancePatchStatesPaginator";
14
- export * from "./DescribeInstancePatchesPaginator";
15
- export * from "./DescribeInventoryDeletionsPaginator";
16
- export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
17
- export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
18
- export * from "./DescribeMaintenanceWindowExecutionsPaginator";
19
- export * from "./DescribeMaintenanceWindowSchedulePaginator";
20
- export * from "./DescribeMaintenanceWindowTargetsPaginator";
21
- export * from "./DescribeMaintenanceWindowTasksPaginator";
22
- export * from "./DescribeMaintenanceWindowsForTargetPaginator";
23
- export * from "./DescribeMaintenanceWindowsPaginator";
24
- export * from "./DescribeOpsItemsPaginator";
25
- export * from "./DescribeParametersPaginator";
26
- export * from "./DescribePatchBaselinesPaginator";
27
- export * from "./DescribePatchGroupsPaginator";
28
- export * from "./DescribePatchPropertiesPaginator";
29
- export * from "./DescribeSessionsPaginator";
30
- export * from "./GetInventoryPaginator";
31
- export * from "./GetInventorySchemaPaginator";
32
- export * from "./GetOpsSummaryPaginator";
33
- export * from "./GetParameterHistoryPaginator";
34
- export * from "./GetParametersByPathPaginator";
35
- export * from "./ListAssociationVersionsPaginator";
36
- export * from "./ListAssociationsPaginator";
37
- export * from "./ListCommandInvocationsPaginator";
38
- export * from "./ListCommandsPaginator";
39
- export * from "./ListComplianceItemsPaginator";
40
- export * from "./ListComplianceSummariesPaginator";
41
- export * from "./ListDocumentVersionsPaginator";
42
- export * from "./ListDocumentsPaginator";
43
- export * from "./ListOpsItemEventsPaginator";
44
- export * from "./ListOpsItemRelatedItemsPaginator";
45
- export * from "./ListOpsMetadataPaginator";
46
- export * from "./ListResourceComplianceSummariesPaginator";
47
- export * from "./ListResourceDataSyncPaginator";
1
+ export * from "./DescribeActivationsPaginator";
2
+ export * from "./DescribeAssociationExecutionTargetsPaginator";
3
+ export * from "./DescribeAssociationExecutionsPaginator";
4
+ export * from "./DescribeAutomationExecutionsPaginator";
5
+ export * from "./DescribeAutomationStepExecutionsPaginator";
6
+ export * from "./DescribeAvailablePatchesPaginator";
7
+ export * from "./DescribeEffectiveInstanceAssociationsPaginator";
8
+ export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
9
+ export * from "./DescribeInstanceAssociationsStatusPaginator";
10
+ export * from "./DescribeInstanceInformationPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
13
+ export * from "./DescribeInstancePatchStatesPaginator";
14
+ export * from "./DescribeInstancePatchesPaginator";
15
+ export * from "./DescribeInventoryDeletionsPaginator";
16
+ export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
17
+ export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
18
+ export * from "./DescribeMaintenanceWindowExecutionsPaginator";
19
+ export * from "./DescribeMaintenanceWindowSchedulePaginator";
20
+ export * from "./DescribeMaintenanceWindowTargetsPaginator";
21
+ export * from "./DescribeMaintenanceWindowTasksPaginator";
22
+ export * from "./DescribeMaintenanceWindowsForTargetPaginator";
23
+ export * from "./DescribeMaintenanceWindowsPaginator";
24
+ export * from "./DescribeOpsItemsPaginator";
25
+ export * from "./DescribeParametersPaginator";
26
+ export * from "./DescribePatchBaselinesPaginator";
27
+ export * from "./DescribePatchGroupsPaginator";
28
+ export * from "./DescribePatchPropertiesPaginator";
29
+ export * from "./DescribeSessionsPaginator";
30
+ export * from "./GetInventoryPaginator";
31
+ export * from "./GetInventorySchemaPaginator";
32
+ export * from "./GetOpsSummaryPaginator";
33
+ export * from "./GetParameterHistoryPaginator";
34
+ export * from "./GetParametersByPathPaginator";
35
+ export * from "./ListAssociationVersionsPaginator";
36
+ export * from "./ListAssociationsPaginator";
37
+ export * from "./ListCommandInvocationsPaginator";
38
+ export * from "./ListCommandsPaginator";
39
+ export * from "./ListComplianceItemsPaginator";
40
+ export * from "./ListComplianceSummariesPaginator";
41
+ export * from "./ListDocumentVersionsPaginator";
42
+ export * from "./ListDocumentsPaginator";
43
+ export * from "./ListOpsItemEventsPaginator";
44
+ export * from "./ListOpsItemRelatedItemsPaginator";
45
+ export * from "./ListOpsMetadataPaginator";
46
+ export * from "./ListResourceComplianceSummariesPaginator";
47
+ export * from "./ListResourceDataSyncPaginator";