@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
@@ -84,6 +84,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
84
84
  * };
85
85
  * const command = new AddTagsToResourceCommand(input);
86
86
  * const response = await client.send(command);
87
+ * // {};
88
+ *
87
89
  * ```
88
90
  *
89
91
  * @param AddTagsToResourceCommandInput - {@link AddTagsToResourceCommandInput}
@@ -109,6 +111,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
109
111
  * @throws {@link TooManyUpdates} (client fault)
110
112
  * <p>There are concurrent updates for a resource that supports one update at a time.</p>
111
113
  *
114
+ * @throws {@link SSMServiceException}
115
+ * <p>Base exception class for all service exceptions from SSM service.</p>
112
116
  *
113
117
  */
114
118
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, SSMClientResolvedConfig> {
@@ -36,6 +36,10 @@ export interface AssociateOpsItemRelatedItemCommandOutput extends AssociateOpsIt
36
36
  * };
37
37
  * const command = new AssociateOpsItemRelatedItemCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // AssociateOpsItemRelatedItemResponse
40
+ * // AssociationId: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param AssociateOpsItemRelatedItemCommandInput - {@link AssociateOpsItemRelatedItemCommandInput}
@@ -61,6 +65,8 @@ export interface AssociateOpsItemRelatedItemCommandOutput extends AssociateOpsIt
61
65
  * @throws {@link OpsItemRelatedItemAlreadyExistsException} (client fault)
62
66
  * <p>The Amazon Resource Name (ARN) is already associated with the OpsItem.</p>
63
67
  *
68
+ * @throws {@link SSMServiceException}
69
+ * <p>Base exception class for all service exceptions from SSM service.</p>
64
70
  *
65
71
  */
66
72
  export declare class AssociateOpsItemRelatedItemCommand extends $Command<AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface CancelCommandCommandOutput extends CancelCommandResult, __Metad
35
35
  * };
36
36
  * const command = new CancelCommandCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param CancelCommandCommandInput - {@link CancelCommandCommandInput}
@@ -72,6 +74,8 @@ export interface CancelCommandCommandOutput extends CancelCommandResult, __Metad
72
74
  * </li>
73
75
  * </ul>
74
76
  *
77
+ * @throws {@link SSMServiceException}
78
+ * <p>Base exception class for all service exceptions from SSM service.</p>
75
79
  *
76
80
  */
77
81
  export declare class CancelCommandCommand extends $Command<CancelCommandCommandInput, CancelCommandCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface CancelMaintenanceWindowExecutionCommandOutput extends CancelMai
33
33
  * };
34
34
  * const command = new CancelMaintenanceWindowExecutionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // CancelMaintenanceWindowExecutionResult
37
+ * // WindowExecutionId: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param CancelMaintenanceWindowExecutionCommandInput - {@link CancelMaintenanceWindowExecutionCommandInput}
@@ -50,6 +54,8 @@ export interface CancelMaintenanceWindowExecutionCommandOutput extends CancelMai
50
54
  * @throws {@link InternalServerError} (server fault)
51
55
  * <p>An error occurred on the server side.</p>
52
56
  *
57
+ * @throws {@link SSMServiceException}
58
+ * <p>Base exception class for all service exceptions from SSM service.</p>
53
59
  *
54
60
  */
55
61
  export declare class CancelMaintenanceWindowExecutionCommand extends $Command<CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
@@ -56,6 +56,11 @@ export interface CreateActivationCommandOutput extends CreateActivationResult, _
56
56
  * };
57
57
  * const command = new CreateActivationCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // CreateActivationResult
60
+ * // ActivationId: "STRING_VALUE",
61
+ * // ActivationCode: "STRING_VALUE",
62
+ * // };
63
+ *
59
64
  * ```
60
65
  *
61
66
  * @param CreateActivationCommandInput - {@link CreateActivationCommandInput}
@@ -71,6 +76,8 @@ export interface CreateActivationCommandOutput extends CreateActivationResult, _
71
76
  * <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
72
77
  * document). You can only supply values to parameters defined in the SSM document.</p>
73
78
  *
79
+ * @throws {@link SSMServiceException}
80
+ * <p>Base exception class for all service exceptions from SSM service.</p>
74
81
  *
75
82
  */
76
83
  export declare class CreateActivationCommand extends $Command<CreateActivationCommandInput, CreateActivationCommandOutput, SSMClientResolvedConfig> {
@@ -111,6 +111,174 @@ export interface CreateAssociationBatchCommandOutput extends CreateAssociationBa
111
111
  * };
112
112
  * const command = new CreateAssociationBatchCommand(input);
113
113
  * const response = await client.send(command);
114
+ * // { // CreateAssociationBatchResult
115
+ * // Successful: [ // AssociationDescriptionList
116
+ * // { // AssociationDescription
117
+ * // Name: "STRING_VALUE",
118
+ * // InstanceId: "STRING_VALUE",
119
+ * // AssociationVersion: "STRING_VALUE",
120
+ * // Date: new Date("TIMESTAMP"),
121
+ * // LastUpdateAssociationDate: new Date("TIMESTAMP"),
122
+ * // Status: { // AssociationStatus
123
+ * // Date: new Date("TIMESTAMP"), // required
124
+ * // Name: "Pending" || "Success" || "Failed", // required
125
+ * // Message: "STRING_VALUE", // required
126
+ * // AdditionalInfo: "STRING_VALUE",
127
+ * // },
128
+ * // Overview: { // AssociationOverview
129
+ * // Status: "STRING_VALUE",
130
+ * // DetailedStatus: "STRING_VALUE",
131
+ * // AssociationStatusAggregatedCount: { // AssociationStatusAggregatedCount
132
+ * // "<keys>": Number("int"),
133
+ * // },
134
+ * // },
135
+ * // DocumentVersion: "STRING_VALUE",
136
+ * // AutomationTargetParameterName: "STRING_VALUE",
137
+ * // Parameters: { // Parameters
138
+ * // "<keys>": [ // ParameterValueList
139
+ * // "STRING_VALUE",
140
+ * // ],
141
+ * // },
142
+ * // AssociationId: "STRING_VALUE",
143
+ * // Targets: [ // Targets
144
+ * // { // Target
145
+ * // Key: "STRING_VALUE",
146
+ * // Values: [ // TargetValues
147
+ * // "STRING_VALUE",
148
+ * // ],
149
+ * // },
150
+ * // ],
151
+ * // ScheduleExpression: "STRING_VALUE",
152
+ * // OutputLocation: { // InstanceAssociationOutputLocation
153
+ * // S3Location: { // S3OutputLocation
154
+ * // OutputS3Region: "STRING_VALUE",
155
+ * // OutputS3BucketName: "STRING_VALUE",
156
+ * // OutputS3KeyPrefix: "STRING_VALUE",
157
+ * // },
158
+ * // },
159
+ * // LastExecutionDate: new Date("TIMESTAMP"),
160
+ * // LastSuccessfulExecutionDate: new Date("TIMESTAMP"),
161
+ * // AssociationName: "STRING_VALUE",
162
+ * // MaxErrors: "STRING_VALUE",
163
+ * // MaxConcurrency: "STRING_VALUE",
164
+ * // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
165
+ * // SyncCompliance: "AUTO" || "MANUAL",
166
+ * // ApplyOnlyAtCronInterval: true || false,
167
+ * // CalendarNames: [ // CalendarNameOrARNList
168
+ * // "STRING_VALUE",
169
+ * // ],
170
+ * // TargetLocations: [ // TargetLocations
171
+ * // { // TargetLocation
172
+ * // Accounts: [ // Accounts
173
+ * // "STRING_VALUE",
174
+ * // ],
175
+ * // Regions: [ // Regions
176
+ * // "STRING_VALUE",
177
+ * // ],
178
+ * // TargetLocationMaxConcurrency: "STRING_VALUE",
179
+ * // TargetLocationMaxErrors: "STRING_VALUE",
180
+ * // ExecutionRoleName: "STRING_VALUE",
181
+ * // TargetLocationAlarmConfiguration: { // AlarmConfiguration
182
+ * // IgnorePollAlarmFailure: true || false,
183
+ * // Alarms: [ // AlarmList // required
184
+ * // { // Alarm
185
+ * // Name: "STRING_VALUE", // required
186
+ * // },
187
+ * // ],
188
+ * // },
189
+ * // },
190
+ * // ],
191
+ * // ScheduleOffset: Number("int"),
192
+ * // TargetMaps: [ // TargetMaps
193
+ * // { // TargetMap
194
+ * // "<keys>": [ // TargetMapValueList
195
+ * // "STRING_VALUE",
196
+ * // ],
197
+ * // },
198
+ * // ],
199
+ * // AlarmConfiguration: {
200
+ * // IgnorePollAlarmFailure: true || false,
201
+ * // Alarms: [ // required
202
+ * // {
203
+ * // Name: "STRING_VALUE", // required
204
+ * // },
205
+ * // ],
206
+ * // },
207
+ * // TriggeredAlarms: [ // AlarmStateInformationList
208
+ * // { // AlarmStateInformation
209
+ * // Name: "STRING_VALUE", // required
210
+ * // State: "UNKNOWN" || "ALARM", // required
211
+ * // },
212
+ * // ],
213
+ * // },
214
+ * // ],
215
+ * // Failed: [ // FailedCreateAssociationList
216
+ * // { // FailedCreateAssociation
217
+ * // Entry: { // CreateAssociationBatchRequestEntry
218
+ * // Name: "STRING_VALUE", // required
219
+ * // InstanceId: "STRING_VALUE",
220
+ * // Parameters: {
221
+ * // "<keys>": [
222
+ * // "STRING_VALUE",
223
+ * // ],
224
+ * // },
225
+ * // AutomationTargetParameterName: "STRING_VALUE",
226
+ * // DocumentVersion: "STRING_VALUE",
227
+ * // Targets: [
228
+ * // {
229
+ * // Key: "STRING_VALUE",
230
+ * // Values: [
231
+ * // "STRING_VALUE",
232
+ * // ],
233
+ * // },
234
+ * // ],
235
+ * // ScheduleExpression: "STRING_VALUE",
236
+ * // OutputLocation: {
237
+ * // S3Location: {
238
+ * // OutputS3Region: "STRING_VALUE",
239
+ * // OutputS3BucketName: "STRING_VALUE",
240
+ * // OutputS3KeyPrefix: "STRING_VALUE",
241
+ * // },
242
+ * // },
243
+ * // AssociationName: "STRING_VALUE",
244
+ * // MaxErrors: "STRING_VALUE",
245
+ * // MaxConcurrency: "STRING_VALUE",
246
+ * // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
247
+ * // SyncCompliance: "AUTO" || "MANUAL",
248
+ * // ApplyOnlyAtCronInterval: true || false,
249
+ * // CalendarNames: [
250
+ * // "STRING_VALUE",
251
+ * // ],
252
+ * // TargetLocations: [
253
+ * // {
254
+ * // Accounts: [
255
+ * // "STRING_VALUE",
256
+ * // ],
257
+ * // Regions: [
258
+ * // "STRING_VALUE",
259
+ * // ],
260
+ * // TargetLocationMaxConcurrency: "STRING_VALUE",
261
+ * // TargetLocationMaxErrors: "STRING_VALUE",
262
+ * // ExecutionRoleName: "STRING_VALUE",
263
+ * // TargetLocationAlarmConfiguration: "<AlarmConfiguration>",
264
+ * // },
265
+ * // ],
266
+ * // ScheduleOffset: Number("int"),
267
+ * // TargetMaps: [
268
+ * // {
269
+ * // "<keys>": [
270
+ * // "STRING_VALUE",
271
+ * // ],
272
+ * // },
273
+ * // ],
274
+ * // AlarmConfiguration: "<AlarmConfiguration>",
275
+ * // },
276
+ * // Message: "STRING_VALUE",
277
+ * // Fault: "Client" || "Server" || "Unknown",
278
+ * // },
279
+ * // ],
280
+ * // };
281
+ *
114
282
  * ```
115
283
  *
116
284
  * @param CreateAssociationBatchCommandInput - {@link CreateAssociationBatchCommandInput}
@@ -175,6 +343,8 @@ export interface CreateAssociationBatchCommandOutput extends CreateAssociationBa
175
343
  * <p>The document doesn't support the platform type of the given managed node ID(s). For example,
176
344
  * you sent an document for a Windows managed node to a Linux node.</p>
177
345
  *
346
+ * @throws {@link SSMServiceException}
347
+ * <p>Base exception class for all service exceptions from SSM service.</p>
178
348
  *
179
349
  */
180
350
  export declare class CreateAssociationBatchCommand extends $Command<CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput, SSMClientResolvedConfig> {
@@ -116,6 +116,107 @@ export interface CreateAssociationCommandOutput extends CreateAssociationResult,
116
116
  * };
117
117
  * const command = new CreateAssociationCommand(input);
118
118
  * const response = await client.send(command);
119
+ * // { // CreateAssociationResult
120
+ * // AssociationDescription: { // AssociationDescription
121
+ * // Name: "STRING_VALUE",
122
+ * // InstanceId: "STRING_VALUE",
123
+ * // AssociationVersion: "STRING_VALUE",
124
+ * // Date: new Date("TIMESTAMP"),
125
+ * // LastUpdateAssociationDate: new Date("TIMESTAMP"),
126
+ * // Status: { // AssociationStatus
127
+ * // Date: new Date("TIMESTAMP"), // required
128
+ * // Name: "Pending" || "Success" || "Failed", // required
129
+ * // Message: "STRING_VALUE", // required
130
+ * // AdditionalInfo: "STRING_VALUE",
131
+ * // },
132
+ * // Overview: { // AssociationOverview
133
+ * // Status: "STRING_VALUE",
134
+ * // DetailedStatus: "STRING_VALUE",
135
+ * // AssociationStatusAggregatedCount: { // AssociationStatusAggregatedCount
136
+ * // "<keys>": Number("int"),
137
+ * // },
138
+ * // },
139
+ * // DocumentVersion: "STRING_VALUE",
140
+ * // AutomationTargetParameterName: "STRING_VALUE",
141
+ * // Parameters: { // Parameters
142
+ * // "<keys>": [ // ParameterValueList
143
+ * // "STRING_VALUE",
144
+ * // ],
145
+ * // },
146
+ * // AssociationId: "STRING_VALUE",
147
+ * // Targets: [ // Targets
148
+ * // { // Target
149
+ * // Key: "STRING_VALUE",
150
+ * // Values: [ // TargetValues
151
+ * // "STRING_VALUE",
152
+ * // ],
153
+ * // },
154
+ * // ],
155
+ * // ScheduleExpression: "STRING_VALUE",
156
+ * // OutputLocation: { // InstanceAssociationOutputLocation
157
+ * // S3Location: { // S3OutputLocation
158
+ * // OutputS3Region: "STRING_VALUE",
159
+ * // OutputS3BucketName: "STRING_VALUE",
160
+ * // OutputS3KeyPrefix: "STRING_VALUE",
161
+ * // },
162
+ * // },
163
+ * // LastExecutionDate: new Date("TIMESTAMP"),
164
+ * // LastSuccessfulExecutionDate: new Date("TIMESTAMP"),
165
+ * // AssociationName: "STRING_VALUE",
166
+ * // MaxErrors: "STRING_VALUE",
167
+ * // MaxConcurrency: "STRING_VALUE",
168
+ * // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
169
+ * // SyncCompliance: "AUTO" || "MANUAL",
170
+ * // ApplyOnlyAtCronInterval: true || false,
171
+ * // CalendarNames: [ // CalendarNameOrARNList
172
+ * // "STRING_VALUE",
173
+ * // ],
174
+ * // TargetLocations: [ // TargetLocations
175
+ * // { // TargetLocation
176
+ * // Accounts: [ // Accounts
177
+ * // "STRING_VALUE",
178
+ * // ],
179
+ * // Regions: [ // Regions
180
+ * // "STRING_VALUE",
181
+ * // ],
182
+ * // TargetLocationMaxConcurrency: "STRING_VALUE",
183
+ * // TargetLocationMaxErrors: "STRING_VALUE",
184
+ * // ExecutionRoleName: "STRING_VALUE",
185
+ * // TargetLocationAlarmConfiguration: { // AlarmConfiguration
186
+ * // IgnorePollAlarmFailure: true || false,
187
+ * // Alarms: [ // AlarmList // required
188
+ * // { // Alarm
189
+ * // Name: "STRING_VALUE", // required
190
+ * // },
191
+ * // ],
192
+ * // },
193
+ * // },
194
+ * // ],
195
+ * // ScheduleOffset: Number("int"),
196
+ * // TargetMaps: [ // TargetMaps
197
+ * // { // TargetMap
198
+ * // "<keys>": [ // TargetMapValueList
199
+ * // "STRING_VALUE",
200
+ * // ],
201
+ * // },
202
+ * // ],
203
+ * // AlarmConfiguration: {
204
+ * // IgnorePollAlarmFailure: true || false,
205
+ * // Alarms: [ // required
206
+ * // {
207
+ * // Name: "STRING_VALUE", // required
208
+ * // },
209
+ * // ],
210
+ * // },
211
+ * // TriggeredAlarms: [ // AlarmStateInformationList
212
+ * // { // AlarmStateInformation
213
+ * // Name: "STRING_VALUE", // required
214
+ * // State: "UNKNOWN" || "ALARM", // required
215
+ * // },
216
+ * // ],
217
+ * // },
218
+ * // };
219
+ *
119
220
  * ```
120
221
  *
121
222
  * @param CreateAssociationCommandInput - {@link CreateAssociationCommandInput}
@@ -183,6 +284,8 @@ export interface CreateAssociationCommandOutput extends CreateAssociationResult,
183
284
  * <p>The document doesn't support the platform type of the given managed node ID(s). For example,
184
285
  * you sent an document for a Windows managed node to a Linux node.</p>
185
286
  *
287
+ * @throws {@link SSMServiceException}
288
+ * <p>Base exception class for all service exceptions from SSM service.</p>
186
289
  *
187
290
  */
188
291
  export declare class CreateAssociationCommand extends $Command<CreateAssociationCommandInput, CreateAssociationCommandOutput, SSMClientResolvedConfig> {
@@ -63,6 +63,76 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
63
63
  * };
64
64
  * const command = new CreateDocumentCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // CreateDocumentResult
67
+ * // DocumentDescription: { // DocumentDescription
68
+ * // Sha1: "STRING_VALUE",
69
+ * // Hash: "STRING_VALUE",
70
+ * // HashType: "Sha256" || "Sha1",
71
+ * // Name: "STRING_VALUE",
72
+ * // DisplayName: "STRING_VALUE",
73
+ * // VersionName: "STRING_VALUE",
74
+ * // Owner: "STRING_VALUE",
75
+ * // CreatedDate: new Date("TIMESTAMP"),
76
+ * // Status: "Creating" || "Active" || "Updating" || "Deleting" || "Failed",
77
+ * // StatusInformation: "STRING_VALUE",
78
+ * // DocumentVersion: "STRING_VALUE",
79
+ * // Description: "STRING_VALUE",
80
+ * // Parameters: [ // DocumentParameterList
81
+ * // { // DocumentParameter
82
+ * // Name: "STRING_VALUE",
83
+ * // Type: "String" || "StringList",
84
+ * // Description: "STRING_VALUE",
85
+ * // DefaultValue: "STRING_VALUE",
86
+ * // },
87
+ * // ],
88
+ * // PlatformTypes: [ // PlatformTypeList
89
+ * // "Windows" || "Linux" || "MacOS",
90
+ * // ],
91
+ * // DocumentType: "Command" || "Policy" || "Automation" || "Session" || "Package" || "ApplicationConfiguration" || "ApplicationConfigurationSchema" || "DeploymentStrategy" || "ChangeCalendar" || "Automation.ChangeTemplate" || "ProblemAnalysis" || "ProblemAnalysisTemplate" || "CloudFormation" || "ConformancePackTemplate" || "QuickSetup",
92
+ * // SchemaVersion: "STRING_VALUE",
93
+ * // LatestVersion: "STRING_VALUE",
94
+ * // DefaultVersion: "STRING_VALUE",
95
+ * // DocumentFormat: "YAML" || "JSON" || "TEXT",
96
+ * // TargetType: "STRING_VALUE",
97
+ * // Tags: [ // TagList
98
+ * // { // Tag
99
+ * // Key: "STRING_VALUE", // required
100
+ * // Value: "STRING_VALUE", // required
101
+ * // },
102
+ * // ],
103
+ * // AttachmentsInformation: [ // AttachmentInformationList
104
+ * // { // AttachmentInformation
105
+ * // Name: "STRING_VALUE",
106
+ * // },
107
+ * // ],
108
+ * // Requires: [ // DocumentRequiresList
109
+ * // { // DocumentRequires
110
+ * // Name: "STRING_VALUE", // required
111
+ * // Version: "STRING_VALUE",
112
+ * // RequireType: "STRING_VALUE",
113
+ * // VersionName: "STRING_VALUE",
114
+ * // },
115
+ * // ],
116
+ * // Author: "STRING_VALUE",
117
+ * // ReviewInformation: [ // ReviewInformationList
118
+ * // { // ReviewInformation
119
+ * // ReviewedTime: new Date("TIMESTAMP"),
120
+ * // Status: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
121
+ * // Reviewer: "STRING_VALUE",
122
+ * // },
123
+ * // ],
124
+ * // ApprovedVersion: "STRING_VALUE",
125
+ * // PendingReviewVersion: "STRING_VALUE",
126
+ * // ReviewStatus: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
127
+ * // Category: [ // CategoryList
128
+ * // "STRING_VALUE",
129
+ * // ],
130
+ * // CategoryEnum: [ // CategoryEnumList
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // },
134
+ * // };
135
+ *
66
136
  * ```
67
137
  *
68
138
  * @param CreateDocumentCommandInput - {@link CreateDocumentCommandInput}
@@ -89,6 +159,8 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
89
159
  * @throws {@link MaxDocumentSizeExceeded} (client fault)
90
160
  * <p>The size limit of a document is 64 KB.</p>
91
161
  *
162
+ * @throws {@link SSMServiceException}
163
+ * <p>Base exception class for all service exceptions from SSM service.</p>
92
164
  *
93
165
  */
94
166
  export declare class CreateDocumentCommand extends $Command<CreateDocumentCommandInput, CreateDocumentCommandOutput, SSMClientResolvedConfig> {
@@ -55,6 +55,10 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW
55
55
  * };
56
56
  * const command = new CreateMaintenanceWindowCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // CreateMaintenanceWindowResult
59
+ * // WindowId: "STRING_VALUE",
60
+ * // };
61
+ *
58
62
  * ```
59
63
  *
60
64
  * @param CreateMaintenanceWindowCommandInput - {@link CreateMaintenanceWindowCommandInput}
@@ -76,6 +80,8 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW
76
80
  * <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
77
81
  * <i>Amazon Web Services General Reference</i>.</p>
78
82
  *
83
+ * @throws {@link SSMServiceException}
84
+ * <p>Base exception class for all service exceptions from SSM service.</p>
79
85
  *
80
86
  */
81
87
  export declare class CreateMaintenanceWindowCommand extends $Command<CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
@@ -69,6 +69,11 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
69
69
  * };
70
70
  * const command = new CreateOpsItemCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // { // CreateOpsItemResponse
73
+ * // OpsItemId: "STRING_VALUE",
74
+ * // OpsItemArn: "STRING_VALUE",
75
+ * // };
76
+ *
72
77
  * ```
73
78
  *
74
79
  * @param CreateOpsItemCommandInput - {@link CreateOpsItemCommandInput}
@@ -96,6 +101,8 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
96
101
  * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
97
102
  * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
98
103
  *
104
+ * @throws {@link SSMServiceException}
105
+ * <p>Base exception class for all service exceptions from SSM service.</p>
99
106
  *
100
107
  */
101
108
  export declare class CreateOpsItemCommand extends $Command<CreateOpsItemCommandInput, CreateOpsItemCommandOutput, SSMClientResolvedConfig> {
@@ -43,6 +43,10 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult,
43
43
  * };
44
44
  * const command = new CreateOpsMetadataCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateOpsMetadataResult
47
+ * // OpsMetadataArn: "STRING_VALUE",
48
+ * // };
49
+ *
46
50
  * ```
47
51
  *
48
52
  * @param CreateOpsMetadataCommandInput - {@link CreateOpsMetadataCommandInput}
@@ -68,6 +72,8 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult,
68
72
  * <p>The system is processing too many concurrent updates. Wait a few moments and try
69
73
  * again.</p>
70
74
  *
75
+ * @throws {@link SSMServiceException}
76
+ * <p>Base exception class for all service exceptions from SSM service.</p>
71
77
  *
72
78
  */
73
79
  export declare class CreateOpsMetadataCommand extends $Command<CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
@@ -92,6 +92,10 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes
92
92
  * };
93
93
  * const command = new CreatePatchBaselineCommand(input);
94
94
  * const response = await client.send(command);
95
+ * // { // CreatePatchBaselineResult
96
+ * // BaselineId: "STRING_VALUE",
97
+ * // };
98
+ *
95
99
  * ```
96
100
  *
97
101
  * @param CreatePatchBaselineCommandInput - {@link CreatePatchBaselineCommandInput}
@@ -113,6 +117,8 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes
113
117
  * <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
114
118
  * <i>Amazon Web Services General Reference</i>.</p>
115
119
  *
120
+ * @throws {@link SSMServiceException}
121
+ * <p>Base exception class for all service exceptions from SSM service.</p>
116
122
  *
117
123
  */
118
124
  export declare class CreatePatchBaselineCommand extends $Command<CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
@@ -78,6 +78,8 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS
78
78
  * };
79
79
  * const command = new CreateResourceDataSyncCommand(input);
80
80
  * const response = await client.send(command);
81
+ * // {};
82
+ *
81
83
  * ```
82
84
  *
83
85
  * @param CreateResourceDataSyncCommandInput - {@link CreateResourceDataSyncCommandInput}
@@ -98,6 +100,8 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS
98
100
  * @throws {@link ResourceDataSyncInvalidConfigurationException} (client fault)
99
101
  * <p>The specified sync configuration is invalid.</p>
100
102
  *
103
+ * @throws {@link SSMServiceException}
104
+ * <p>Base exception class for all service exceptions from SSM service.</p>
101
105
  *
102
106
  */
103
107
  export declare class CreateResourceDataSyncCommand extends $Command<CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
33
33
  * };
34
34
  * const command = new DeleteActivationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteActivationCommandInput - {@link DeleteActivationCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
55
57
  * @throws {@link TooManyUpdates} (client fault)
56
58
  * <p>There are concurrent updates for a resource that supports one update at a time.</p>
57
59
  *
60
+ * @throws {@link SSMServiceException}
61
+ * <p>Base exception class for all service exceptions from SSM service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteActivationCommand extends $Command<DeleteActivationCommandInput, DeleteActivationCommandOutput, SSMClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult,
39
39
  * };
40
40
  * const command = new DeleteAssociationCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param DeleteAssociationCommandInput - {@link DeleteAssociationCommandInput}
@@ -79,6 +81,8 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult,
79
81
  * @throws {@link TooManyUpdates} (client fault)
80
82
  * <p>There are concurrent updates for a resource that supports one update at a time.</p>
81
83
  *
84
+ * @throws {@link SSMServiceException}
85
+ * <p>Base exception class for all service exceptions from SSM service.</p>
82
86
  *
83
87
  */
84
88
  export declare class DeleteAssociationCommand extends $Command<DeleteAssociationCommandInput, DeleteAssociationCommandOutput, SSMClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met
36
36
  * };
37
37
  * const command = new DeleteDocumentCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteDocumentCommandInput - {@link DeleteDocumentCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met
57
59
  * <p>You attempted to delete a document while it is still shared. You must stop sharing the
58
60
  * document before you can delete it.</p>
59
61
  *
62
+ * @throws {@link SSMServiceException}
63
+ * <p>Base exception class for all service exceptions from SSM service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, SSMClientResolvedConfig> {