@aws-sdk/client-ssm 3.774.0 → 3.777.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 (151) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/SSMClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  9. package/dist-types/commands/CancelCommandCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateActivationCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
  18. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
  22. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
  29. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  33. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  34. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  35. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  38. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  40. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  41. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  42. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -0
  44. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  45. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  46. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  47. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  48. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  49. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -0
  52. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  57. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  58. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  59. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  61. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  62. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
  64. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  65. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -0
  66. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
  67. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  68. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
  69. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  70. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -0
  71. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
  72. package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
  73. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
  74. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  75. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  76. package/dist-types/commands/GetDocumentCommand.d.ts +1 -0
  77. package/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
  78. package/dist-types/commands/GetInventoryCommand.d.ts +1 -0
  79. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
  80. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  81. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  82. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  83. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  84. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  85. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -0
  86. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
  87. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
  88. package/dist-types/commands/GetParameterCommand.d.ts +1 -0
  89. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -0
  90. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
  91. package/dist-types/commands/GetParametersCommand.d.ts +1 -0
  92. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -0
  93. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  94. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
  95. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
  96. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -0
  97. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  98. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
  99. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListCommandsCommand.d.ts +1 -0
  101. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
  102. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
  103. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  104. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
  105. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -0
  106. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
  107. package/dist-types/commands/ListNodesCommand.d.ts +1 -52
  108. package/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
  109. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
  110. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  111. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
  112. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  113. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  115. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  116. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
  117. package/dist-types/commands/PutInventoryCommand.d.ts +1 -0
  118. package/dist-types/commands/PutParameterCommand.d.ts +1 -0
  119. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  120. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  121. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  122. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  123. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  124. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  125. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -0
  126. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
  127. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -0
  128. package/dist-types/commands/SendCommandCommand.d.ts +1 -0
  129. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
  130. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
  131. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  132. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
  133. package/dist-types/commands/StartSessionCommand.d.ts +1 -0
  134. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
  135. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
  136. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  137. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
  138. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  139. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -0
  140. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  141. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  142. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  143. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  144. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  145. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  146. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -0
  147. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  148. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -0
  149. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  150. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
  151. package/package.json +34 -34
@@ -112,6 +112,7 @@ declare const ListResourceDataSyncCommand_base: {
112
112
  * @throws {@link SSMServiceException}
113
113
  * <p>Base exception class for all service exceptions from SSM service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class ListResourceDataSyncCommand extends ListResourceDataSyncCommand_base {
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
71
71
  * @throws {@link SSMServiceException}
72
72
  * <p>Base exception class for all service exceptions from SSM service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -84,6 +84,7 @@ declare const ModifyDocumentPermissionCommand_base: {
84
84
  * @throws {@link SSMServiceException}
85
85
  * <p>Base exception class for all service exceptions from SSM service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ModifyDocumentPermissionCommand extends ModifyDocumentPermissionCommand_base {
@@ -152,6 +152,7 @@ declare const PutComplianceItemsCommand_base: {
152
152
  * @throws {@link SSMServiceException}
153
153
  * <p>Base exception class for all service exceptions from SSM service.</p>
154
154
  *
155
+ *
155
156
  * @public
156
157
  */
157
158
  export declare class PutComplianceItemsCommand extends PutComplianceItemsCommand_base {
@@ -130,6 +130,7 @@ declare const PutInventoryCommand_base: {
130
130
  * @throws {@link SSMServiceException}
131
131
  * <p>Base exception class for all service exceptions from SSM service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class PutInventoryCommand extends PutInventoryCommand_base {
@@ -137,6 +137,7 @@ declare const PutParameterCommand_base: {
137
137
  * @throws {@link SSMServiceException}
138
138
  * <p>Base exception class for all service exceptions from SSM service.</p>
139
139
  *
140
+ *
140
141
  * @public
141
142
  */
142
143
  export declare class PutParameterCommand extends PutParameterCommand_base {
@@ -116,6 +116,7 @@ declare const PutResourcePolicyCommand_base: {
116
116
  * @throws {@link SSMServiceException}
117
117
  * <p>Base exception class for all service exceptions from SSM service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
@@ -70,6 +70,7 @@ declare const RegisterDefaultPatchBaselineCommand_base: {
70
70
  * @throws {@link SSMServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSM service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class RegisterDefaultPatchBaselineCommand extends RegisterDefaultPatchBaselineCommand_base {
@@ -78,6 +78,7 @@ declare const RegisterPatchBaselineForPatchGroupCommand_base: {
78
78
  * @throws {@link SSMServiceException}
79
79
  * <p>Base exception class for all service exceptions from SSM service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class RegisterPatchBaselineForPatchGroupCommand extends RegisterPatchBaselineForPatchGroupCommand_base {
@@ -86,6 +86,7 @@ declare const RegisterTargetWithMaintenanceWindowCommand_base: {
86
86
  * @throws {@link SSMServiceException}
87
87
  * <p>Base exception class for all service exceptions from SSM service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class RegisterTargetWithMaintenanceWindowCommand extends RegisterTargetWithMaintenanceWindowCommand_base {
@@ -160,6 +160,7 @@ declare const RegisterTaskWithMaintenanceWindowCommand_base: {
160
160
  * @throws {@link SSMServiceException}
161
161
  * <p>Base exception class for all service exceptions from SSM service.</p>
162
162
  *
163
+ *
163
164
  * @public
164
165
  */
165
166
  export declare class RegisterTaskWithMaintenanceWindowCommand extends RegisterTaskWithMaintenanceWindowCommand_base {
@@ -69,6 +69,7 @@ declare const RemoveTagsFromResourceCommand_base: {
69
69
  * @throws {@link SSMServiceException}
70
70
  * <p>Base exception class for all service exceptions from SSM service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
@@ -85,6 +85,7 @@ declare const ResetServiceSettingCommand_base: {
85
85
  * @throws {@link SSMServiceException}
86
86
  * <p>Base exception class for all service exceptions from SSM service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ResetServiceSettingCommand extends ResetServiceSettingCommand_base {
@@ -70,6 +70,7 @@ declare const ResumeSessionCommand_base: {
70
70
  * @throws {@link SSMServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSM service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class ResumeSessionCommand extends ResumeSessionCommand_base {
@@ -73,6 +73,7 @@ declare const SendAutomationSignalCommand_base: {
73
73
  * @throws {@link SSMServiceException}
74
74
  * <p>Base exception class for all service exceptions from SSM service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class SendAutomationSignalCommand extends SendAutomationSignalCommand_base {
@@ -216,6 +216,7 @@ declare const SendCommandCommand_base: {
216
216
  * @throws {@link SSMServiceException}
217
217
  * <p>Base exception class for all service exceptions from SSM service.</p>
218
218
  *
219
+ *
219
220
  * @public
220
221
  */
221
222
  export declare class SendCommandCommand extends SendCommandCommand_base {
@@ -61,6 +61,7 @@ declare const StartAssociationsOnceCommand_base: {
61
61
  * @throws {@link SSMServiceException}
62
62
  * <p>Base exception class for all service exceptions from SSM service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class StartAssociationsOnceCommand extends StartAssociationsOnceCommand_base {
@@ -156,6 +156,7 @@ declare const StartAutomationExecutionCommand_base: {
156
156
  * @throws {@link SSMServiceException}
157
157
  * <p>Base exception class for all service exceptions from SSM service.</p>
158
158
  *
159
+ *
159
160
  * @public
160
161
  */
161
162
  export declare class StartAutomationExecutionCommand extends StartAutomationExecutionCommand_base {
@@ -164,6 +164,7 @@ declare const StartChangeRequestExecutionCommand_base: {
164
164
  * @throws {@link SSMServiceException}
165
165
  * <p>Base exception class for all service exceptions from SSM service.</p>
166
166
  *
167
+ *
167
168
  * @public
168
169
  */
169
170
  export declare class StartChangeRequestExecutionCommand extends StartChangeRequestExecutionCommand_base {
@@ -124,23 +124,23 @@ declare const StartExecutionPreviewCommand_base: {
124
124
  * @throws {@link SSMServiceException}
125
125
  * <p>Base exception class for all service exceptions from SSM service.</p>
126
126
  *
127
- * @public
127
+ *
128
128
  * @example StartExecutionPreview
129
129
  * ```javascript
130
130
  * // This example illustrates one usage of StartExecutionPreview
131
131
  * const input = {
132
- * "DocumentName": "AWS-StartEC2Instance"
132
+ * DocumentName: "AWS-StartEC2Instance"
133
133
  * };
134
134
  * const command = new StartExecutionPreviewCommand(input);
135
135
  * const response = await client.send(command);
136
- * /* response ==
136
+ * /* response is
137
137
  * {
138
- * "ExecutionPreviewId": "2f27d6e5-9676-4708-b8bd-aef0ab47bb26"
138
+ * ExecutionPreviewId: "2f27d6e5-9676-4708-b8bd-aef0ab47bb26"
139
139
  * }
140
140
  * *\/
141
- * // example id: startexecutionpreview-7a6b962646a9
142
141
  * ```
143
142
  *
143
+ * @public
144
144
  */
145
145
  export declare class StartExecutionPreviewCommand extends StartExecutionPreviewCommand_base {
146
146
  /** @internal type navigation helper, not in runtime. */
@@ -85,6 +85,7 @@ declare const StartSessionCommand_base: {
85
85
  * @throws {@link SSMServiceException}
86
86
  * <p>Base exception class for all service exceptions from SSM service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class StartSessionCommand extends StartSessionCommand_base {
@@ -63,6 +63,7 @@ declare const StopAutomationExecutionCommand_base: {
63
63
  * @throws {@link SSMServiceException}
64
64
  * <p>Base exception class for all service exceptions from SSM service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class StopAutomationExecutionCommand extends StopAutomationExecutionCommand_base {
@@ -58,6 +58,7 @@ declare const TerminateSessionCommand_base: {
58
58
  * @throws {@link SSMServiceException}
59
59
  * <p>Base exception class for all service exceptions from SSM service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class TerminateSessionCommand extends TerminateSessionCommand_base {
@@ -81,6 +81,7 @@ declare const UnlabelParameterVersionCommand_base: {
81
81
  * @throws {@link SSMServiceException}
82
82
  * <p>Base exception class for all service exceptions from SSM service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class UnlabelParameterVersionCommand extends UnlabelParameterVersionCommand_base {
@@ -315,6 +315,7 @@ declare const UpdateAssociationCommand_base: {
315
315
  * @throws {@link SSMServiceException}
316
316
  * <p>Base exception class for all service exceptions from SSM service.</p>
317
317
  *
318
+ *
318
319
  * @public
319
320
  */
320
321
  export declare class UpdateAssociationCommand extends UpdateAssociationCommand_base {
@@ -213,6 +213,7 @@ declare const UpdateAssociationStatusCommand_base: {
213
213
  * @throws {@link SSMServiceException}
214
214
  * <p>Base exception class for all service exceptions from SSM service.</p>
215
215
  *
216
+ *
216
217
  * @public
217
218
  */
218
219
  export declare class UpdateAssociationStatusCommand extends UpdateAssociationStatusCommand_base {
@@ -169,6 +169,7 @@ declare const UpdateDocumentCommand_base: {
169
169
  * @throws {@link SSMServiceException}
170
170
  * <p>Base exception class for all service exceptions from SSM service.</p>
171
171
  *
172
+ *
172
173
  * @public
173
174
  */
174
175
  export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
@@ -76,6 +76,7 @@ declare const UpdateDocumentDefaultVersionCommand_base: {
76
76
  * @throws {@link SSMServiceException}
77
77
  * <p>Base exception class for all service exceptions from SSM service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class UpdateDocumentDefaultVersionCommand extends UpdateDocumentDefaultVersionCommand_base {
@@ -76,6 +76,7 @@ declare const UpdateDocumentMetadataCommand_base: {
76
76
  * @throws {@link SSMServiceException}
77
77
  * <p>Base exception class for all service exceptions from SSM service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class UpdateDocumentMetadataCommand extends UpdateDocumentMetadataCommand_base {
@@ -94,6 +94,7 @@ declare const UpdateMaintenanceWindowCommand_base: {
94
94
  * @throws {@link SSMServiceException}
95
95
  * <p>Base exception class for all service exceptions from SSM service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class UpdateMaintenanceWindowCommand extends UpdateMaintenanceWindowCommand_base {
@@ -113,6 +113,7 @@ declare const UpdateMaintenanceWindowTargetCommand_base: {
113
113
  * @throws {@link SSMServiceException}
114
114
  * <p>Base exception class for all service exceptions from SSM service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class UpdateMaintenanceWindowTargetCommand extends UpdateMaintenanceWindowTargetCommand_base {
@@ -283,6 +283,7 @@ declare const UpdateMaintenanceWindowTaskCommand_base: {
283
283
  * @throws {@link SSMServiceException}
284
284
  * <p>Base exception class for all service exceptions from SSM service.</p>
285
285
  *
286
+ *
286
287
  * @public
287
288
  */
288
289
  export declare class UpdateMaintenanceWindowTaskCommand extends UpdateMaintenanceWindowTaskCommand_base {
@@ -78,6 +78,7 @@ declare const UpdateManagedInstanceRoleCommand_base: {
78
78
  * @throws {@link SSMServiceException}
79
79
  * <p>Base exception class for all service exceptions from SSM service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class UpdateManagedInstanceRoleCommand extends UpdateManagedInstanceRoleCommand_base {
@@ -111,6 +111,7 @@ declare const UpdateOpsItemCommand_base: {
111
111
  * @throws {@link SSMServiceException}
112
112
  * <p>Base exception class for all service exceptions from SSM service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class UpdateOpsItemCommand extends UpdateOpsItemCommand_base {
@@ -79,6 +79,7 @@ declare const UpdateOpsMetadataCommand_base: {
79
79
  * @throws {@link SSMServiceException}
80
80
  * <p>Base exception class for all service exceptions from SSM service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class UpdateOpsMetadataCommand extends UpdateOpsMetadataCommand_base {
@@ -174,6 +174,7 @@ declare const UpdatePatchBaselineCommand_base: {
174
174
  * @throws {@link SSMServiceException}
175
175
  * <p>Base exception class for all service exceptions from SSM service.</p>
176
176
  *
177
+ *
177
178
  * @public
178
179
  */
179
180
  export declare class UpdatePatchBaselineCommand extends UpdatePatchBaselineCommand_base {
@@ -91,6 +91,7 @@ declare const UpdateResourceDataSyncCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class UpdateResourceDataSyncCommand extends UpdateResourceDataSyncCommand_base {
@@ -76,6 +76,7 @@ declare const UpdateServiceSettingCommand_base: {
76
76
  * @throws {@link SSMServiceException}
77
77
  * <p>Base exception class for all service exceptions from SSM service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class UpdateServiceSettingCommand extends UpdateServiceSettingCommand_base {
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.774.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.2",
59
+ "@smithy/util-waiter": "^4.0.3",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"