@aws-sdk/client-ssm 3.321.1 → 3.326.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 (139) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
  4. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
  6. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
  7. package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
  8. package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
  9. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
  12. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
  18. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  22. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  25. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
  26. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
  27. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
  28. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
  29. package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
  30. package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
  31. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
  32. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
  33. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
  34. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
  35. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
  36. package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
  37. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
  38. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
  39. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
  40. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
  41. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
  42. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
  43. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
  44. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  45. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
  46. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
  47. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
  48. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
  54. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
  55. package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
  56. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
  57. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  58. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
  59. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
  60. package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
  61. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
  62. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
  63. package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
  64. package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
  65. package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
  66. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
  67. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
  68. package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
  69. package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
  70. package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
  71. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
  72. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
  73. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
  74. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  75. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
  76. package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
  77. package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
  78. package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
  79. package/dist-types/commands/GetParameterCommand.d.ts +16 -0
  80. package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
  81. package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
  82. package/dist-types/commands/GetParametersCommand.d.ts +21 -0
  83. package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
  84. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
  85. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
  86. package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
  87. package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
  88. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
  89. package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
  90. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
  91. package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
  92. package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
  93. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
  94. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
  95. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
  96. package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
  97. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
  98. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
  99. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
  100. package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
  101. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
  102. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  104. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
  105. package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
  106. package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
  107. package/dist-types/commands/PutParameterCommand.d.ts +7 -0
  108. package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
  109. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
  110. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
  112. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
  113. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  114. package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
  115. package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
  116. package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
  117. package/dist-types/commands/SendCommandCommand.d.ts +67 -0
  118. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
  119. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
  120. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
  121. package/dist-types/commands/StartSessionCommand.d.ts +8 -0
  122. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
  123. package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
  124. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  125. package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
  126. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
  127. package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
  128. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
  129. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
  130. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
  132. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
  133. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
  134. package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
  135. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
  136. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
  137. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
  138. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
  139. package/package.json +16 -16
@@ -57,6 +57,8 @@ export interface UpdateResourceDataSyncCommandOutput extends UpdateResourceDataS
57
57
  * };
58
58
  * const command = new UpdateResourceDataSyncCommand(input);
59
59
  * const response = await client.send(command);
60
+ * // {};
61
+ *
60
62
  * ```
61
63
  *
62
64
  * @param UpdateResourceDataSyncCommandInput - {@link UpdateResourceDataSyncCommandInput}
@@ -78,6 +80,8 @@ export interface UpdateResourceDataSyncCommandOutput extends UpdateResourceDataS
78
80
  * @throws {@link ResourceDataSyncNotFoundException} (client fault)
79
81
  * <p>The specified sync name wasn't found.</p>
80
82
  *
83
+ * @throws {@link SSMServiceException}
84
+ * <p>Base exception class for all service exceptions from SSM service.</p>
81
85
  *
82
86
  */
83
87
  export declare class UpdateResourceDataSyncCommand extends $Command<UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface UpdateServiceSettingCommandOutput extends UpdateServiceSettingR
45
45
  * };
46
46
  * const command = new UpdateServiceSettingCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param UpdateServiceSettingCommandInput - {@link UpdateServiceSettingCommandInput}
@@ -63,6 +65,8 @@ export interface UpdateServiceSettingCommandOutput extends UpdateServiceSettingR
63
65
  * @throws {@link TooManyUpdates} (client fault)
64
66
  * <p>There are concurrent updates for a resource that supports one update at a time.</p>
65
67
  *
68
+ * @throws {@link SSMServiceException}
69
+ * <p>Base exception class for all service exceptions from SSM service.</p>
66
70
  *
67
71
  */
68
72
  export declare class UpdateServiceSettingCommand extends $Command<UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput, SSMClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",