@aws-sdk/client-ssm 3.50.0 → 3.53.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 (222) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SSMServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +881 -5
  5. package/dist-cjs/models/models_1.js +789 -5
  6. package/dist-cjs/models/models_2.js +29 -1
  7. package/dist-cjs/protocols/Aws_json1_1.js +1611 -5052
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/SSMServiceException.js +12 -0
  10. package/dist-es/models/models_0.js +813 -1
  11. package/dist-es/models/models_1.js +727 -1
  12. package/dist-es/models/models_2.js +27 -1
  13. package/dist-es/protocols/Aws_json1_1.js +3192 -5352
  14. package/dist-types/SSM.d.ts +2 -2
  15. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  16. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  17. package/dist-types/index.d.ts +1 -0
  18. package/dist-types/models/SSMServiceException.d.ts +10 -0
  19. package/dist-types/models/models_0.d.ts +470 -200
  20. package/dist-types/models/models_1.d.ts +441 -222
  21. package/dist-types/models/models_2.d.ts +31 -20
  22. package/dist-types/ts3.4/SSM.d.ts +680 -0
  23. package/dist-types/ts3.4/SSMClient.d.ts +208 -0
  24. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +18 -0
  78. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +18 -0
  92. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +18 -0
  101. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +18 -0
  150. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +135 -0
  160. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  161. package/dist-types/ts3.4/index.d.ts +7 -0
  162. package/dist-types/ts3.4/models/SSMServiceException.d.ts +6 -0
  163. package/dist-types/ts3.4/models/index.d.ts +3 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +3608 -0
  165. package/dist-types/ts3.4/models/models_1.d.ts +3829 -0
  166. package/dist-types/ts3.4/models/models_2.d.ts +449 -0
  167. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
  192. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
  213. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/index.d.ts +47 -0
  215. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +407 -0
  216. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  217. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  218. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  219. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  220. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  221. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +7 -0
  222. package/package.json +34 -34
@@ -1,6 +1,7 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Target } from "./models_0";
3
3
  import { InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsResultAttribute, ResultAttribute } from "./models_1";
4
+ import { SSMServiceException as __BaseException } from "./SSMServiceException";
4
5
  export interface UpdateDocumentMetadataResponse {
5
6
  }
6
7
  export declare namespace UpdateDocumentMetadataResponse {
@@ -23,10 +24,9 @@ export interface UpdateMaintenanceWindowRequest {
23
24
  */
24
25
  Description?: string;
25
26
  /**
26
- * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
27
- * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
28
- * "Asia/Seoul". For more information, see the <a href="https://www.iana.org/time-zones">Time
29
- * Zone Database</a> on the IANA website.</p>
27
+ * <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
28
+ * become active. <code>StartDate</code> allows you to delay activation of the maintenance window
29
+ * until the specified future date.</p>
30
30
  */
31
31
  StartDate?: string;
32
32
  /**
@@ -309,12 +309,14 @@ export interface UpdateMaintenanceWindowTaskRequest {
309
309
  Priority?: number;
310
310
  /**
311
311
  * <p>The new <code>MaxConcurrency</code> value you want to specify. <code>MaxConcurrency</code>
312
- * is the number of targets that are allowed to run this task in parallel.</p>
312
+ * is the number of targets that are allowed to run this task, in parallel.</p>
313
313
  * <note>
314
+ * <p>Although this element is listed as "Required: No", a value can be omitted only when you are
315
+ * registering or updating a <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html">targetless
316
+ * task</a> You must provide a value in all other cases.</p>
314
317
  * <p>For maintenance window tasks without a target specified, you can't supply a value for this
315
- * option. Instead, the system inserts a placeholder value of <code>1</code>, which may be reported
316
- * in the response to this command. This value doesn't affect the running of your task and can be
317
- * ignored.</p>
318
+ * option. Instead, the system inserts a placeholder value of <code>1</code>. This value doesn't
319
+ * affect the running of your task.</p>
318
320
  * </note>
319
321
  */
320
322
  MaxConcurrency?: string;
@@ -322,10 +324,12 @@ export interface UpdateMaintenanceWindowTaskRequest {
322
324
  * <p>The new <code>MaxErrors</code> value to specify. <code>MaxErrors</code> is the maximum
323
325
  * number of errors that are allowed before the task stops being scheduled.</p>
324
326
  * <note>
327
+ * <p>Although this element is listed as "Required: No", a value can be omitted only when you are
328
+ * registering or updating a <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html">targetless
329
+ * task</a> You must provide a value in all other cases.</p>
325
330
  * <p>For maintenance window tasks without a target specified, you can't supply a value for this
326
- * option. Instead, the system inserts a placeholder value of <code>1</code>, which may be reported
327
- * in the response to this command. This value doesn't affect the running of your task and can be
328
- * ignored.</p>
331
+ * option. Instead, the system inserts a placeholder value of <code>1</code>. This value doesn't
332
+ * affect the running of your task.</p>
329
333
  * </note>
330
334
  */
331
335
  MaxErrors?: string;
@@ -605,14 +609,17 @@ export declare namespace UpdateOpsItemResponse {
605
609
  * <p>The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to
606
610
  * an application in Application Manager.</p>
607
611
  */
608
- export interface OpsMetadataKeyLimitExceededException extends __SmithyException, $MetadataBearer {
609
- name: "OpsMetadataKeyLimitExceededException";
610
- $fault: "client";
611
- message?: string;
612
+ export declare class OpsMetadataKeyLimitExceededException extends __BaseException {
613
+ readonly name: "OpsMetadataKeyLimitExceededException";
614
+ readonly $fault: "client";
615
+ /**
616
+ * @internal
617
+ */
618
+ constructor(opts: __ExceptionOptionType<OpsMetadataKeyLimitExceededException, __BaseException>);
612
619
  }
613
620
  export interface UpdateOpsMetadataRequest {
614
621
  /**
615
- * <p>The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.</p>
622
+ * <p>The Amazon Resource Name (ARN) of the OpsMetadata Object to update.</p>
616
623
  */
617
624
  OpsMetadataArn: string | undefined;
618
625
  /**
@@ -807,10 +814,14 @@ export declare namespace UpdatePatchBaselineResult {
807
814
  * <p>Another <code>UpdateResourceDataSync</code> request is being processed. Wait a few minutes
808
815
  * and try again.</p>
809
816
  */
810
- export interface ResourceDataSyncConflictException extends __SmithyException, $MetadataBearer {
811
- name: "ResourceDataSyncConflictException";
812
- $fault: "client";
817
+ export declare class ResourceDataSyncConflictException extends __BaseException {
818
+ readonly name: "ResourceDataSyncConflictException";
819
+ readonly $fault: "client";
813
820
  Message?: string;
821
+ /**
822
+ * @internal
823
+ */
824
+ constructor(opts: __ExceptionOptionType<ResourceDataSyncConflictException, __BaseException>);
814
825
  }
815
826
  export interface UpdateResourceDataSyncRequest {
816
827
  /**