@aws-sdk/client-ssm 3.37.0 → 3.41.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 (167) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +138 -0
  3. package/dist-cjs/endpoints.js +148 -26
  4. package/dist-cjs/index.js +5 -185
  5. package/dist-cjs/pagination/index.js +50 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-cjs/waiters/index.js +4 -0
  9. package/dist-es/commands/index.js +135 -0
  10. package/dist-es/endpoints.js +148 -26
  11. package/dist-es/index.js +5 -185
  12. package/dist-es/pagination/index.js +47 -0
  13. package/dist-es/runtimeConfig.browser.js +3 -2
  14. package/dist-es/runtimeConfig.js +3 -3
  15. package/dist-es/waiters/index.js +1 -0
  16. package/dist-types/SSMClient.d.ts +8 -0
  17. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  18. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
  20. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateActivationCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateAssociationCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
  28. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
  38. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -1
  40. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
  41. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  77. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
  78. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -1
  80. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
  81. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
  84. package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
  85. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
  86. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
  87. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
  88. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
  90. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  91. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  92. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
  93. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
  94. package/dist-types/commands/GetParameterCommand.d.ts +1 -1
  95. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
  96. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  97. package/dist-types/commands/GetParametersCommand.d.ts +1 -1
  98. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
  99. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
  101. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
  102. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
  103. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  104. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -1
  105. package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
  106. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  107. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  108. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
  109. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
  110. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  111. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  112. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
  113. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
  115. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  116. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  118. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
  119. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
  120. package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
  121. package/dist-types/commands/PutParameterCommand.d.ts +1 -1
  122. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
  123. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  124. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  125. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  126. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  127. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
  128. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  129. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  130. package/dist-types/commands/SendCommandCommand.d.ts +1 -1
  131. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  132. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  133. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  134. package/dist-types/commands/StartSessionCommand.d.ts +1 -1
  135. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
  136. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  137. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
  142. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
  143. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
  145. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
  149. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
  152. package/dist-types/commands/index.d.ts +135 -0
  153. package/dist-types/index.d.ts +5 -185
  154. package/dist-types/pagination/index.d.ts +47 -0
  155. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  156. package/dist-types/runtimeConfig.d.ts +2 -0
  157. package/dist-types/runtimeConfig.native.d.ts +2 -0
  158. package/dist-types/ts3.4/SSMClient.d.ts +4 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +135 -0
  160. package/dist-types/ts3.4/index.d.ts +5 -185
  161. package/dist-types/ts3.4/pagination/index.d.ts +47 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  165. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  166. package/dist-types/waiters/index.d.ts +1 -0
  167. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,48 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-ssm
31
+
32
+
33
+
34
+
35
+
36
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
37
+
38
+
39
+ ### Features
40
+
41
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
42
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
43
+
44
+
45
+
46
+
47
+
6
48
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
49
 
8
50
 
@@ -0,0 +1,138 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
5
+ tslib_1.__exportStar(require("./AssociateOpsItemRelatedItemCommand"), exports);
6
+ tslib_1.__exportStar(require("./CancelCommandCommand"), exports);
7
+ tslib_1.__exportStar(require("./CancelMaintenanceWindowExecutionCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateActivationCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateAssociationBatchCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreateAssociationCommand"), exports);
11
+ tslib_1.__exportStar(require("./CreateDocumentCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateMaintenanceWindowCommand"), exports);
13
+ tslib_1.__exportStar(require("./CreateOpsItemCommand"), exports);
14
+ tslib_1.__exportStar(require("./CreateOpsMetadataCommand"), exports);
15
+ tslib_1.__exportStar(require("./CreatePatchBaselineCommand"), exports);
16
+ tslib_1.__exportStar(require("./CreateResourceDataSyncCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeleteActivationCommand"), exports);
18
+ tslib_1.__exportStar(require("./DeleteAssociationCommand"), exports);
19
+ tslib_1.__exportStar(require("./DeleteDocumentCommand"), exports);
20
+ tslib_1.__exportStar(require("./DeleteInventoryCommand"), exports);
21
+ tslib_1.__exportStar(require("./DeleteMaintenanceWindowCommand"), exports);
22
+ tslib_1.__exportStar(require("./DeleteOpsMetadataCommand"), exports);
23
+ tslib_1.__exportStar(require("./DeleteParameterCommand"), exports);
24
+ tslib_1.__exportStar(require("./DeleteParametersCommand"), exports);
25
+ tslib_1.__exportStar(require("./DeletePatchBaselineCommand"), exports);
26
+ tslib_1.__exportStar(require("./DeleteResourceDataSyncCommand"), exports);
27
+ tslib_1.__exportStar(require("./DeregisterManagedInstanceCommand"), exports);
28
+ tslib_1.__exportStar(require("./DeregisterPatchBaselineForPatchGroupCommand"), exports);
29
+ tslib_1.__exportStar(require("./DeregisterTargetFromMaintenanceWindowCommand"), exports);
30
+ tslib_1.__exportStar(require("./DeregisterTaskFromMaintenanceWindowCommand"), exports);
31
+ tslib_1.__exportStar(require("./DescribeActivationsCommand"), exports);
32
+ tslib_1.__exportStar(require("./DescribeAssociationCommand"), exports);
33
+ tslib_1.__exportStar(require("./DescribeAssociationExecutionTargetsCommand"), exports);
34
+ tslib_1.__exportStar(require("./DescribeAssociationExecutionsCommand"), exports);
35
+ tslib_1.__exportStar(require("./DescribeAutomationExecutionsCommand"), exports);
36
+ tslib_1.__exportStar(require("./DescribeAutomationStepExecutionsCommand"), exports);
37
+ tslib_1.__exportStar(require("./DescribeAvailablePatchesCommand"), exports);
38
+ tslib_1.__exportStar(require("./DescribeDocumentCommand"), exports);
39
+ tslib_1.__exportStar(require("./DescribeDocumentPermissionCommand"), exports);
40
+ tslib_1.__exportStar(require("./DescribeEffectiveInstanceAssociationsCommand"), exports);
41
+ tslib_1.__exportStar(require("./DescribeEffectivePatchesForPatchBaselineCommand"), exports);
42
+ tslib_1.__exportStar(require("./DescribeInstanceAssociationsStatusCommand"), exports);
43
+ tslib_1.__exportStar(require("./DescribeInstanceInformationCommand"), exports);
44
+ tslib_1.__exportStar(require("./DescribeInstancePatchStatesCommand"), exports);
45
+ tslib_1.__exportStar(require("./DescribeInstancePatchStatesForPatchGroupCommand"), exports);
46
+ tslib_1.__exportStar(require("./DescribeInstancePatchesCommand"), exports);
47
+ tslib_1.__exportStar(require("./DescribeInventoryDeletionsCommand"), exports);
48
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTaskInvocationsCommand"), exports);
49
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTasksCommand"), exports);
50
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionsCommand"), exports);
51
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowScheduleCommand"), exports);
52
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowTargetsCommand"), exports);
53
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowTasksCommand"), exports);
54
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowsCommand"), exports);
55
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowsForTargetCommand"), exports);
56
+ tslib_1.__exportStar(require("./DescribeOpsItemsCommand"), exports);
57
+ tslib_1.__exportStar(require("./DescribeParametersCommand"), exports);
58
+ tslib_1.__exportStar(require("./DescribePatchBaselinesCommand"), exports);
59
+ tslib_1.__exportStar(require("./DescribePatchGroupStateCommand"), exports);
60
+ tslib_1.__exportStar(require("./DescribePatchGroupsCommand"), exports);
61
+ tslib_1.__exportStar(require("./DescribePatchPropertiesCommand"), exports);
62
+ tslib_1.__exportStar(require("./DescribeSessionsCommand"), exports);
63
+ tslib_1.__exportStar(require("./DisassociateOpsItemRelatedItemCommand"), exports);
64
+ tslib_1.__exportStar(require("./GetAutomationExecutionCommand"), exports);
65
+ tslib_1.__exportStar(require("./GetCalendarStateCommand"), exports);
66
+ tslib_1.__exportStar(require("./GetCommandInvocationCommand"), exports);
67
+ tslib_1.__exportStar(require("./GetConnectionStatusCommand"), exports);
68
+ tslib_1.__exportStar(require("./GetDefaultPatchBaselineCommand"), exports);
69
+ tslib_1.__exportStar(require("./GetDeployablePatchSnapshotForInstanceCommand"), exports);
70
+ tslib_1.__exportStar(require("./GetDocumentCommand"), exports);
71
+ tslib_1.__exportStar(require("./GetInventoryCommand"), exports);
72
+ tslib_1.__exportStar(require("./GetInventorySchemaCommand"), exports);
73
+ tslib_1.__exportStar(require("./GetMaintenanceWindowCommand"), exports);
74
+ tslib_1.__exportStar(require("./GetMaintenanceWindowExecutionCommand"), exports);
75
+ tslib_1.__exportStar(require("./GetMaintenanceWindowExecutionTaskCommand"), exports);
76
+ tslib_1.__exportStar(require("./GetMaintenanceWindowExecutionTaskInvocationCommand"), exports);
77
+ tslib_1.__exportStar(require("./GetMaintenanceWindowTaskCommand"), exports);
78
+ tslib_1.__exportStar(require("./GetOpsItemCommand"), exports);
79
+ tslib_1.__exportStar(require("./GetOpsMetadataCommand"), exports);
80
+ tslib_1.__exportStar(require("./GetOpsSummaryCommand"), exports);
81
+ tslib_1.__exportStar(require("./GetParameterCommand"), exports);
82
+ tslib_1.__exportStar(require("./GetParameterHistoryCommand"), exports);
83
+ tslib_1.__exportStar(require("./GetParametersByPathCommand"), exports);
84
+ tslib_1.__exportStar(require("./GetParametersCommand"), exports);
85
+ tslib_1.__exportStar(require("./GetPatchBaselineCommand"), exports);
86
+ tslib_1.__exportStar(require("./GetPatchBaselineForPatchGroupCommand"), exports);
87
+ tslib_1.__exportStar(require("./GetServiceSettingCommand"), exports);
88
+ tslib_1.__exportStar(require("./LabelParameterVersionCommand"), exports);
89
+ tslib_1.__exportStar(require("./ListAssociationVersionsCommand"), exports);
90
+ tslib_1.__exportStar(require("./ListAssociationsCommand"), exports);
91
+ tslib_1.__exportStar(require("./ListCommandInvocationsCommand"), exports);
92
+ tslib_1.__exportStar(require("./ListCommandsCommand"), exports);
93
+ tslib_1.__exportStar(require("./ListComplianceItemsCommand"), exports);
94
+ tslib_1.__exportStar(require("./ListComplianceSummariesCommand"), exports);
95
+ tslib_1.__exportStar(require("./ListDocumentMetadataHistoryCommand"), exports);
96
+ tslib_1.__exportStar(require("./ListDocumentVersionsCommand"), exports);
97
+ tslib_1.__exportStar(require("./ListDocumentsCommand"), exports);
98
+ tslib_1.__exportStar(require("./ListInventoryEntriesCommand"), exports);
99
+ tslib_1.__exportStar(require("./ListOpsItemEventsCommand"), exports);
100
+ tslib_1.__exportStar(require("./ListOpsItemRelatedItemsCommand"), exports);
101
+ tslib_1.__exportStar(require("./ListOpsMetadataCommand"), exports);
102
+ tslib_1.__exportStar(require("./ListResourceComplianceSummariesCommand"), exports);
103
+ tslib_1.__exportStar(require("./ListResourceDataSyncCommand"), exports);
104
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
105
+ tslib_1.__exportStar(require("./ModifyDocumentPermissionCommand"), exports);
106
+ tslib_1.__exportStar(require("./PutComplianceItemsCommand"), exports);
107
+ tslib_1.__exportStar(require("./PutInventoryCommand"), exports);
108
+ tslib_1.__exportStar(require("./PutParameterCommand"), exports);
109
+ tslib_1.__exportStar(require("./RegisterDefaultPatchBaselineCommand"), exports);
110
+ tslib_1.__exportStar(require("./RegisterPatchBaselineForPatchGroupCommand"), exports);
111
+ tslib_1.__exportStar(require("./RegisterTargetWithMaintenanceWindowCommand"), exports);
112
+ tslib_1.__exportStar(require("./RegisterTaskWithMaintenanceWindowCommand"), exports);
113
+ tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
114
+ tslib_1.__exportStar(require("./ResetServiceSettingCommand"), exports);
115
+ tslib_1.__exportStar(require("./ResumeSessionCommand"), exports);
116
+ tslib_1.__exportStar(require("./SendAutomationSignalCommand"), exports);
117
+ tslib_1.__exportStar(require("./SendCommandCommand"), exports);
118
+ tslib_1.__exportStar(require("./StartAssociationsOnceCommand"), exports);
119
+ tslib_1.__exportStar(require("./StartAutomationExecutionCommand"), exports);
120
+ tslib_1.__exportStar(require("./StartChangeRequestExecutionCommand"), exports);
121
+ tslib_1.__exportStar(require("./StartSessionCommand"), exports);
122
+ tslib_1.__exportStar(require("./StopAutomationExecutionCommand"), exports);
123
+ tslib_1.__exportStar(require("./TerminateSessionCommand"), exports);
124
+ tslib_1.__exportStar(require("./UnlabelParameterVersionCommand"), exports);
125
+ tslib_1.__exportStar(require("./UpdateAssociationCommand"), exports);
126
+ tslib_1.__exportStar(require("./UpdateAssociationStatusCommand"), exports);
127
+ tslib_1.__exportStar(require("./UpdateDocumentCommand"), exports);
128
+ tslib_1.__exportStar(require("./UpdateDocumentDefaultVersionCommand"), exports);
129
+ tslib_1.__exportStar(require("./UpdateDocumentMetadataCommand"), exports);
130
+ tslib_1.__exportStar(require("./UpdateMaintenanceWindowCommand"), exports);
131
+ tslib_1.__exportStar(require("./UpdateMaintenanceWindowTargetCommand"), exports);
132
+ tslib_1.__exportStar(require("./UpdateMaintenanceWindowTaskCommand"), exports);
133
+ tslib_1.__exportStar(require("./UpdateManagedInstanceRoleCommand"), exports);
134
+ tslib_1.__exportStar(require("./UpdateOpsItemCommand"), exports);
135
+ tslib_1.__exportStar(require("./UpdateOpsMetadataCommand"), exports);
136
+ tslib_1.__exportStar(require("./UpdatePatchBaselineCommand"), exports);
137
+ tslib_1.__exportStar(require("./UpdateResourceDataSyncCommand"), exports);
138
+ tslib_1.__exportStar(require("./UpdateServiceSettingCommand"), exports);
@@ -3,33 +3,89 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const regionHash = {
6
- "fips-ca-central-1": {
7
- hostname: "ssm-fips.ca-central-1.amazonaws.com",
8
- signingRegion: "ca-central-1",
6
+ "ca-central-1": {
7
+ variants: [
8
+ {
9
+ hostname: "ssm.ca-central-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ {
13
+ hostname: "ssm-fips.ca-central-1.amazonaws.com",
14
+ tags: ["fips"],
15
+ },
16
+ ],
9
17
  },
10
- "fips-us-east-1": {
11
- hostname: "ssm-fips.us-east-1.amazonaws.com",
12
- signingRegion: "us-east-1",
18
+ "us-east-1": {
19
+ variants: [
20
+ {
21
+ hostname: "ssm.us-east-1.amazonaws.com",
22
+ tags: [],
23
+ },
24
+ {
25
+ hostname: "ssm-fips.us-east-1.amazonaws.com",
26
+ tags: ["fips"],
27
+ },
28
+ ],
13
29
  },
14
- "fips-us-east-2": {
15
- hostname: "ssm-fips.us-east-2.amazonaws.com",
16
- signingRegion: "us-east-2",
30
+ "us-east-2": {
31
+ variants: [
32
+ {
33
+ hostname: "ssm.us-east-2.amazonaws.com",
34
+ tags: [],
35
+ },
36
+ {
37
+ hostname: "ssm-fips.us-east-2.amazonaws.com",
38
+ tags: ["fips"],
39
+ },
40
+ ],
17
41
  },
18
- "fips-us-gov-east-1": {
19
- hostname: "ssm.us-gov-east-1.amazonaws.com",
20
- signingRegion: "us-gov-east-1",
42
+ "us-gov-east-1": {
43
+ variants: [
44
+ {
45
+ hostname: "ssm.us-gov-east-1.amazonaws.com",
46
+ tags: [],
47
+ },
48
+ {
49
+ hostname: "ssm.us-gov-east-1.amazonaws.com",
50
+ tags: ["fips"],
51
+ },
52
+ ],
21
53
  },
22
- "fips-us-gov-west-1": {
23
- hostname: "ssm.us-gov-west-1.amazonaws.com",
24
- signingRegion: "us-gov-west-1",
54
+ "us-gov-west-1": {
55
+ variants: [
56
+ {
57
+ hostname: "ssm.us-gov-west-1.amazonaws.com",
58
+ tags: [],
59
+ },
60
+ {
61
+ hostname: "ssm.us-gov-west-1.amazonaws.com",
62
+ tags: ["fips"],
63
+ },
64
+ ],
25
65
  },
26
- "fips-us-west-1": {
27
- hostname: "ssm-fips.us-west-1.amazonaws.com",
28
- signingRegion: "us-west-1",
66
+ "us-west-1": {
67
+ variants: [
68
+ {
69
+ hostname: "ssm.us-west-1.amazonaws.com",
70
+ tags: [],
71
+ },
72
+ {
73
+ hostname: "ssm-fips.us-west-1.amazonaws.com",
74
+ tags: ["fips"],
75
+ },
76
+ ],
29
77
  },
30
- "fips-us-west-2": {
31
- hostname: "ssm-fips.us-west-2.amazonaws.com",
32
- signingRegion: "us-west-2",
78
+ "us-west-2": {
79
+ variants: [
80
+ {
81
+ hostname: "ssm.us-west-2.amazonaws.com",
82
+ tags: [],
83
+ },
84
+ {
85
+ hostname: "ssm-fips.us-west-2.amazonaws.com",
86
+ tags: ["fips"],
87
+ },
88
+ ],
33
89
  },
34
90
  };
35
91
  const partitionHash = {
@@ -62,23 +118,89 @@ const partitionHash = {
62
118
  "us-west-1",
63
119
  "us-west-2",
64
120
  ],
65
- hostname: "ssm.{region}.amazonaws.com",
121
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
122
+ variants: [
123
+ {
124
+ hostname: "ssm.{region}.amazonaws.com",
125
+ tags: [],
126
+ },
127
+ {
128
+ hostname: "ssm-fips.{region}.amazonaws.com",
129
+ tags: ["fips"],
130
+ },
131
+ {
132
+ hostname: "ssm-fips.{region}.api.aws",
133
+ tags: ["dualstack", "fips"],
134
+ },
135
+ {
136
+ hostname: "ssm.{region}.api.aws",
137
+ tags: ["dualstack"],
138
+ },
139
+ ],
66
140
  },
67
141
  "aws-cn": {
68
142
  regions: ["cn-north-1", "cn-northwest-1"],
69
- hostname: "ssm.{region}.amazonaws.com.cn",
143
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
144
+ variants: [
145
+ {
146
+ hostname: "ssm.{region}.amazonaws.com.cn",
147
+ tags: [],
148
+ },
149
+ {
150
+ hostname: "ssm-fips.{region}.amazonaws.com.cn",
151
+ tags: ["fips"],
152
+ },
153
+ {
154
+ hostname: "ssm-fips.{region}.api.amazonwebservices.com.cn",
155
+ tags: ["dualstack", "fips"],
156
+ },
157
+ {
158
+ hostname: "ssm.{region}.api.amazonwebservices.com.cn",
159
+ tags: ["dualstack"],
160
+ },
161
+ ],
70
162
  },
71
163
  "aws-iso": {
72
164
  regions: ["us-iso-east-1", "us-iso-west-1"],
73
- hostname: "ssm.{region}.c2s.ic.gov",
165
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
166
+ variants: [
167
+ {
168
+ hostname: "ssm.{region}.c2s.ic.gov",
169
+ tags: [],
170
+ },
171
+ {
172
+ hostname: "ssm-fips.{region}.c2s.ic.gov",
173
+ tags: ["fips"],
174
+ },
175
+ ],
74
176
  },
75
177
  "aws-iso-b": {
76
178
  regions: ["us-isob-east-1"],
77
- hostname: "ssm.{region}.sc2s.sgov.gov",
179
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
180
+ variants: [
181
+ {
182
+ hostname: "ssm.{region}.sc2s.sgov.gov",
183
+ tags: [],
184
+ },
185
+ {
186
+ hostname: "ssm-fips.{region}.sc2s.sgov.gov",
187
+ tags: ["fips"],
188
+ },
189
+ ],
78
190
  },
79
191
  "aws-us-gov": {
80
192
  regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
81
- hostname: "ssm.{region}.amazonaws.com",
193
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
194
+ variants: [
195
+ {
196
+ hostname: "ssm.{region}.amazonaws.com",
197
+ tags: [],
198
+ },
199
+ {
200
+ hostname: "ssm.{region}.amazonaws.com",
201
+ tags: ["fips"],
202
+ },
203
+ ],
82
204
  },
83
205
  };
84
206
  const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
package/dist-cjs/index.js CHANGED
@@ -1,189 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./SSMClient"), exports);
5
4
  tslib_1.__exportStar(require("./SSM"), exports);
6
- tslib_1.__exportStar(require("./commands/AddTagsToResourceCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/AssociateOpsItemRelatedItemCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CancelCommandCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CancelMaintenanceWindowExecutionCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateActivationCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CreateAssociationCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/CreateAssociationBatchCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/CreateDocumentCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/CreateMaintenanceWindowCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/CreateOpsItemCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/CreateOpsMetadataCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/CreatePatchBaselineCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/CreateResourceDataSyncCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DeleteActivationCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/DeleteAssociationCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/DeleteDocumentCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/DeleteInventoryCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/DeleteMaintenanceWindowCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/DeleteOpsMetadataCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/DeleteParameterCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/DeleteParametersCommand"), exports);
27
- tslib_1.__exportStar(require("./commands/DeletePatchBaselineCommand"), exports);
28
- tslib_1.__exportStar(require("./commands/DeleteResourceDataSyncCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/DeregisterManagedInstanceCommand"), exports);
30
- tslib_1.__exportStar(require("./commands/DeregisterPatchBaselineForPatchGroupCommand"), exports);
31
- tslib_1.__exportStar(require("./commands/DeregisterTargetFromMaintenanceWindowCommand"), exports);
32
- tslib_1.__exportStar(require("./commands/DeregisterTaskFromMaintenanceWindowCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/DescribeActivationsCommand"), exports);
34
- tslib_1.__exportStar(require("./pagination/DescribeActivationsPaginator"), exports);
35
- tslib_1.__exportStar(require("./commands/DescribeAssociationCommand"), exports);
36
- tslib_1.__exportStar(require("./commands/DescribeAssociationExecutionsCommand"), exports);
37
- tslib_1.__exportStar(require("./pagination/DescribeAssociationExecutionsPaginator"), exports);
38
- tslib_1.__exportStar(require("./commands/DescribeAssociationExecutionTargetsCommand"), exports);
39
- tslib_1.__exportStar(require("./pagination/DescribeAssociationExecutionTargetsPaginator"), exports);
40
- tslib_1.__exportStar(require("./commands/DescribeAutomationExecutionsCommand"), exports);
41
- tslib_1.__exportStar(require("./pagination/DescribeAutomationExecutionsPaginator"), exports);
42
- tslib_1.__exportStar(require("./commands/DescribeAutomationStepExecutionsCommand"), exports);
43
- tslib_1.__exportStar(require("./pagination/DescribeAutomationStepExecutionsPaginator"), exports);
44
- tslib_1.__exportStar(require("./commands/DescribeAvailablePatchesCommand"), exports);
45
- tslib_1.__exportStar(require("./pagination/DescribeAvailablePatchesPaginator"), exports);
46
- tslib_1.__exportStar(require("./commands/DescribeDocumentCommand"), exports);
47
- tslib_1.__exportStar(require("./commands/DescribeDocumentPermissionCommand"), exports);
48
- tslib_1.__exportStar(require("./commands/DescribeEffectiveInstanceAssociationsCommand"), exports);
49
- tslib_1.__exportStar(require("./pagination/DescribeEffectiveInstanceAssociationsPaginator"), exports);
50
- tslib_1.__exportStar(require("./commands/DescribeEffectivePatchesForPatchBaselineCommand"), exports);
51
- tslib_1.__exportStar(require("./pagination/DescribeEffectivePatchesForPatchBaselinePaginator"), exports);
52
- tslib_1.__exportStar(require("./commands/DescribeInstanceAssociationsStatusCommand"), exports);
53
- tslib_1.__exportStar(require("./pagination/DescribeInstanceAssociationsStatusPaginator"), exports);
54
- tslib_1.__exportStar(require("./commands/DescribeInstanceInformationCommand"), exports);
55
- tslib_1.__exportStar(require("./pagination/DescribeInstanceInformationPaginator"), exports);
56
- tslib_1.__exportStar(require("./commands/DescribeInstancePatchesCommand"), exports);
57
- tslib_1.__exportStar(require("./pagination/DescribeInstancePatchesPaginator"), exports);
58
- tslib_1.__exportStar(require("./commands/DescribeInstancePatchStatesCommand"), exports);
59
- tslib_1.__exportStar(require("./pagination/DescribeInstancePatchStatesPaginator"), exports);
60
- tslib_1.__exportStar(require("./commands/DescribeInstancePatchStatesForPatchGroupCommand"), exports);
61
- tslib_1.__exportStar(require("./pagination/DescribeInstancePatchStatesForPatchGroupPaginator"), exports);
62
- tslib_1.__exportStar(require("./commands/DescribeInventoryDeletionsCommand"), exports);
63
- tslib_1.__exportStar(require("./pagination/DescribeInventoryDeletionsPaginator"), exports);
64
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowExecutionsCommand"), exports);
65
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowExecutionsPaginator"), exports);
66
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand"), exports);
67
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator"), exports);
68
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowExecutionTasksCommand"), exports);
69
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowExecutionTasksPaginator"), exports);
70
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowsCommand"), exports);
71
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowsPaginator"), exports);
72
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowScheduleCommand"), exports);
73
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowSchedulePaginator"), exports);
74
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowsForTargetCommand"), exports);
75
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowsForTargetPaginator"), exports);
76
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowTargetsCommand"), exports);
77
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowTargetsPaginator"), exports);
78
- tslib_1.__exportStar(require("./commands/DescribeMaintenanceWindowTasksCommand"), exports);
79
- tslib_1.__exportStar(require("./pagination/DescribeMaintenanceWindowTasksPaginator"), exports);
80
- tslib_1.__exportStar(require("./commands/DescribeOpsItemsCommand"), exports);
81
- tslib_1.__exportStar(require("./pagination/DescribeOpsItemsPaginator"), exports);
82
- tslib_1.__exportStar(require("./commands/DescribeParametersCommand"), exports);
83
- tslib_1.__exportStar(require("./pagination/DescribeParametersPaginator"), exports);
84
- tslib_1.__exportStar(require("./commands/DescribePatchBaselinesCommand"), exports);
85
- tslib_1.__exportStar(require("./pagination/DescribePatchBaselinesPaginator"), exports);
86
- tslib_1.__exportStar(require("./commands/DescribePatchGroupsCommand"), exports);
87
- tslib_1.__exportStar(require("./pagination/DescribePatchGroupsPaginator"), exports);
88
- tslib_1.__exportStar(require("./commands/DescribePatchGroupStateCommand"), exports);
89
- tslib_1.__exportStar(require("./commands/DescribePatchPropertiesCommand"), exports);
90
- tslib_1.__exportStar(require("./pagination/DescribePatchPropertiesPaginator"), exports);
91
- tslib_1.__exportStar(require("./commands/DescribeSessionsCommand"), exports);
92
- tslib_1.__exportStar(require("./pagination/DescribeSessionsPaginator"), exports);
93
- tslib_1.__exportStar(require("./commands/DisassociateOpsItemRelatedItemCommand"), exports);
94
- tslib_1.__exportStar(require("./commands/GetAutomationExecutionCommand"), exports);
95
- tslib_1.__exportStar(require("./commands/GetCalendarStateCommand"), exports);
96
- tslib_1.__exportStar(require("./commands/GetCommandInvocationCommand"), exports);
97
- tslib_1.__exportStar(require("./waiters/waitForCommandExecuted"), exports);
98
- tslib_1.__exportStar(require("./commands/GetConnectionStatusCommand"), exports);
99
- tslib_1.__exportStar(require("./commands/GetDefaultPatchBaselineCommand"), exports);
100
- tslib_1.__exportStar(require("./commands/GetDeployablePatchSnapshotForInstanceCommand"), exports);
101
- tslib_1.__exportStar(require("./commands/GetDocumentCommand"), exports);
102
- tslib_1.__exportStar(require("./commands/GetInventoryCommand"), exports);
103
- tslib_1.__exportStar(require("./pagination/GetInventoryPaginator"), exports);
104
- tslib_1.__exportStar(require("./commands/GetInventorySchemaCommand"), exports);
105
- tslib_1.__exportStar(require("./pagination/GetInventorySchemaPaginator"), exports);
106
- tslib_1.__exportStar(require("./commands/GetMaintenanceWindowCommand"), exports);
107
- tslib_1.__exportStar(require("./commands/GetMaintenanceWindowExecutionCommand"), exports);
108
- tslib_1.__exportStar(require("./commands/GetMaintenanceWindowExecutionTaskCommand"), exports);
109
- tslib_1.__exportStar(require("./commands/GetMaintenanceWindowExecutionTaskInvocationCommand"), exports);
110
- tslib_1.__exportStar(require("./commands/GetMaintenanceWindowTaskCommand"), exports);
111
- tslib_1.__exportStar(require("./commands/GetOpsItemCommand"), exports);
112
- tslib_1.__exportStar(require("./commands/GetOpsMetadataCommand"), exports);
113
- tslib_1.__exportStar(require("./commands/GetOpsSummaryCommand"), exports);
114
- tslib_1.__exportStar(require("./pagination/GetOpsSummaryPaginator"), exports);
115
- tslib_1.__exportStar(require("./commands/GetParameterCommand"), exports);
116
- tslib_1.__exportStar(require("./commands/GetParameterHistoryCommand"), exports);
117
- tslib_1.__exportStar(require("./pagination/GetParameterHistoryPaginator"), exports);
118
- tslib_1.__exportStar(require("./commands/GetParametersCommand"), exports);
119
- tslib_1.__exportStar(require("./commands/GetParametersByPathCommand"), exports);
120
- tslib_1.__exportStar(require("./pagination/GetParametersByPathPaginator"), exports);
121
- tslib_1.__exportStar(require("./commands/GetPatchBaselineCommand"), exports);
122
- tslib_1.__exportStar(require("./commands/GetPatchBaselineForPatchGroupCommand"), exports);
123
- tslib_1.__exportStar(require("./commands/GetServiceSettingCommand"), exports);
124
- tslib_1.__exportStar(require("./commands/LabelParameterVersionCommand"), exports);
125
- tslib_1.__exportStar(require("./commands/ListAssociationsCommand"), exports);
126
- tslib_1.__exportStar(require("./pagination/ListAssociationsPaginator"), exports);
127
- tslib_1.__exportStar(require("./commands/ListAssociationVersionsCommand"), exports);
128
- tslib_1.__exportStar(require("./pagination/ListAssociationVersionsPaginator"), exports);
129
- tslib_1.__exportStar(require("./commands/ListCommandInvocationsCommand"), exports);
130
- tslib_1.__exportStar(require("./pagination/ListCommandInvocationsPaginator"), exports);
131
- tslib_1.__exportStar(require("./commands/ListCommandsCommand"), exports);
132
- tslib_1.__exportStar(require("./pagination/ListCommandsPaginator"), exports);
133
- tslib_1.__exportStar(require("./commands/ListComplianceItemsCommand"), exports);
134
- tslib_1.__exportStar(require("./pagination/ListComplianceItemsPaginator"), exports);
135
- tslib_1.__exportStar(require("./commands/ListComplianceSummariesCommand"), exports);
136
- tslib_1.__exportStar(require("./pagination/ListComplianceSummariesPaginator"), exports);
137
- tslib_1.__exportStar(require("./commands/ListDocumentMetadataHistoryCommand"), exports);
138
- tslib_1.__exportStar(require("./commands/ListDocumentsCommand"), exports);
139
- tslib_1.__exportStar(require("./pagination/ListDocumentsPaginator"), exports);
140
- tslib_1.__exportStar(require("./commands/ListDocumentVersionsCommand"), exports);
141
- tslib_1.__exportStar(require("./pagination/ListDocumentVersionsPaginator"), exports);
142
- tslib_1.__exportStar(require("./commands/ListInventoryEntriesCommand"), exports);
143
- tslib_1.__exportStar(require("./commands/ListOpsItemEventsCommand"), exports);
144
- tslib_1.__exportStar(require("./pagination/ListOpsItemEventsPaginator"), exports);
145
- tslib_1.__exportStar(require("./commands/ListOpsItemRelatedItemsCommand"), exports);
146
- tslib_1.__exportStar(require("./pagination/ListOpsItemRelatedItemsPaginator"), exports);
147
- tslib_1.__exportStar(require("./commands/ListOpsMetadataCommand"), exports);
148
- tslib_1.__exportStar(require("./pagination/ListOpsMetadataPaginator"), exports);
149
- tslib_1.__exportStar(require("./commands/ListResourceComplianceSummariesCommand"), exports);
150
- tslib_1.__exportStar(require("./pagination/ListResourceComplianceSummariesPaginator"), exports);
151
- tslib_1.__exportStar(require("./commands/ListResourceDataSyncCommand"), exports);
152
- tslib_1.__exportStar(require("./pagination/ListResourceDataSyncPaginator"), exports);
153
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
154
- tslib_1.__exportStar(require("./commands/ModifyDocumentPermissionCommand"), exports);
155
- tslib_1.__exportStar(require("./commands/PutComplianceItemsCommand"), exports);
156
- tslib_1.__exportStar(require("./commands/PutInventoryCommand"), exports);
157
- tslib_1.__exportStar(require("./commands/PutParameterCommand"), exports);
158
- tslib_1.__exportStar(require("./commands/RegisterDefaultPatchBaselineCommand"), exports);
159
- tslib_1.__exportStar(require("./commands/RegisterPatchBaselineForPatchGroupCommand"), exports);
160
- tslib_1.__exportStar(require("./commands/RegisterTargetWithMaintenanceWindowCommand"), exports);
161
- tslib_1.__exportStar(require("./commands/RegisterTaskWithMaintenanceWindowCommand"), exports);
162
- tslib_1.__exportStar(require("./commands/RemoveTagsFromResourceCommand"), exports);
163
- tslib_1.__exportStar(require("./commands/ResetServiceSettingCommand"), exports);
164
- tslib_1.__exportStar(require("./commands/ResumeSessionCommand"), exports);
165
- tslib_1.__exportStar(require("./commands/SendAutomationSignalCommand"), exports);
166
- tslib_1.__exportStar(require("./commands/SendCommandCommand"), exports);
167
- tslib_1.__exportStar(require("./commands/StartAssociationsOnceCommand"), exports);
168
- tslib_1.__exportStar(require("./commands/StartAutomationExecutionCommand"), exports);
169
- tslib_1.__exportStar(require("./commands/StartChangeRequestExecutionCommand"), exports);
170
- tslib_1.__exportStar(require("./commands/StartSessionCommand"), exports);
171
- tslib_1.__exportStar(require("./commands/StopAutomationExecutionCommand"), exports);
172
- tslib_1.__exportStar(require("./commands/TerminateSessionCommand"), exports);
173
- tslib_1.__exportStar(require("./commands/UnlabelParameterVersionCommand"), exports);
174
- tslib_1.__exportStar(require("./commands/UpdateAssociationCommand"), exports);
175
- tslib_1.__exportStar(require("./commands/UpdateAssociationStatusCommand"), exports);
176
- tslib_1.__exportStar(require("./commands/UpdateDocumentCommand"), exports);
177
- tslib_1.__exportStar(require("./commands/UpdateDocumentDefaultVersionCommand"), exports);
178
- tslib_1.__exportStar(require("./commands/UpdateDocumentMetadataCommand"), exports);
179
- tslib_1.__exportStar(require("./commands/UpdateMaintenanceWindowCommand"), exports);
180
- tslib_1.__exportStar(require("./commands/UpdateMaintenanceWindowTargetCommand"), exports);
181
- tslib_1.__exportStar(require("./commands/UpdateMaintenanceWindowTaskCommand"), exports);
182
- tslib_1.__exportStar(require("./commands/UpdateManagedInstanceRoleCommand"), exports);
183
- tslib_1.__exportStar(require("./commands/UpdateOpsItemCommand"), exports);
184
- tslib_1.__exportStar(require("./commands/UpdateOpsMetadataCommand"), exports);
185
- tslib_1.__exportStar(require("./commands/UpdatePatchBaselineCommand"), exports);
186
- tslib_1.__exportStar(require("./commands/UpdateResourceDataSyncCommand"), exports);
187
- tslib_1.__exportStar(require("./commands/UpdateServiceSettingCommand"), exports);
188
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
189
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./SSMClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./waiters"), exports);
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeActivationsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./DescribeAssociationExecutionTargetsPaginator"), exports);
6
+ tslib_1.__exportStar(require("./DescribeAssociationExecutionsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./DescribeAutomationExecutionsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./DescribeAutomationStepExecutionsPaginator"), exports);
9
+ tslib_1.__exportStar(require("./DescribeAvailablePatchesPaginator"), exports);
10
+ tslib_1.__exportStar(require("./DescribeEffectiveInstanceAssociationsPaginator"), exports);
11
+ tslib_1.__exportStar(require("./DescribeEffectivePatchesForPatchBaselinePaginator"), exports);
12
+ tslib_1.__exportStar(require("./DescribeInstanceAssociationsStatusPaginator"), exports);
13
+ tslib_1.__exportStar(require("./DescribeInstanceInformationPaginator"), exports);
14
+ tslib_1.__exportStar(require("./Interfaces"), exports);
15
+ tslib_1.__exportStar(require("./DescribeInstancePatchStatesForPatchGroupPaginator"), exports);
16
+ tslib_1.__exportStar(require("./DescribeInstancePatchStatesPaginator"), exports);
17
+ tslib_1.__exportStar(require("./DescribeInstancePatchesPaginator"), exports);
18
+ tslib_1.__exportStar(require("./DescribeInventoryDeletionsPaginator"), exports);
19
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator"), exports);
20
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionTasksPaginator"), exports);
21
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowExecutionsPaginator"), exports);
22
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowSchedulePaginator"), exports);
23
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowTargetsPaginator"), exports);
24
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowTasksPaginator"), exports);
25
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowsForTargetPaginator"), exports);
26
+ tslib_1.__exportStar(require("./DescribeMaintenanceWindowsPaginator"), exports);
27
+ tslib_1.__exportStar(require("./DescribeOpsItemsPaginator"), exports);
28
+ tslib_1.__exportStar(require("./DescribeParametersPaginator"), exports);
29
+ tslib_1.__exportStar(require("./DescribePatchBaselinesPaginator"), exports);
30
+ tslib_1.__exportStar(require("./DescribePatchGroupsPaginator"), exports);
31
+ tslib_1.__exportStar(require("./DescribePatchPropertiesPaginator"), exports);
32
+ tslib_1.__exportStar(require("./DescribeSessionsPaginator"), exports);
33
+ tslib_1.__exportStar(require("./GetInventoryPaginator"), exports);
34
+ tslib_1.__exportStar(require("./GetInventorySchemaPaginator"), exports);
35
+ tslib_1.__exportStar(require("./GetOpsSummaryPaginator"), exports);
36
+ tslib_1.__exportStar(require("./GetParameterHistoryPaginator"), exports);
37
+ tslib_1.__exportStar(require("./GetParametersByPathPaginator"), exports);
38
+ tslib_1.__exportStar(require("./ListAssociationVersionsPaginator"), exports);
39
+ tslib_1.__exportStar(require("./ListAssociationsPaginator"), exports);
40
+ tslib_1.__exportStar(require("./ListCommandInvocationsPaginator"), exports);
41
+ tslib_1.__exportStar(require("./ListCommandsPaginator"), exports);
42
+ tslib_1.__exportStar(require("./ListComplianceItemsPaginator"), exports);
43
+ tslib_1.__exportStar(require("./ListComplianceSummariesPaginator"), exports);
44
+ tslib_1.__exportStar(require("./ListDocumentVersionsPaginator"), exports);
45
+ tslib_1.__exportStar(require("./ListDocumentsPaginator"), exports);
46
+ tslib_1.__exportStar(require("./ListOpsItemEventsPaginator"), exports);
47
+ tslib_1.__exportStar(require("./ListOpsItemRelatedItemsPaginator"), exports);
48
+ tslib_1.__exportStar(require("./ListOpsMetadataPaginator"), exports);
49
+ tslib_1.__exportStar(require("./ListResourceComplianceSummariesPaginator"), exports);
50
+ tslib_1.__exportStar(require("./ListResourceDataSyncPaginator"), exports);