@aws-sdk/client-ssm 3.40.0 → 3.44.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 (162) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/README.md +12 -6
  3. package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +2 -1
  4. package/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +1 -2
  5. package/dist-cjs/endpoints.js +16 -0
  6. package/dist-cjs/models/models_0.js +43 -24
  7. package/dist-cjs/models/models_1.js +35 -19
  8. package/dist-cjs/models/models_2.js +14 -1
  9. package/dist-cjs/protocols/Aws_json1_1.js +33 -0
  10. package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -1
  11. package/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -2
  12. package/dist-es/endpoints.js +16 -0
  13. package/dist-es/models/models_0.js +32 -22
  14. package/dist-es/models/models_1.js +28 -20
  15. package/dist-es/models/models_2.js +8 -0
  16. package/dist-es/protocols/Aws_json1_1.js +43 -15
  17. package/dist-types/SSM.d.ts +87 -81
  18. package/dist-types/SSMClient.d.ts +12 -6
  19. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -6
  20. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  21. package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
  22. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateActivationCommand.d.ts +7 -7
  24. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +7 -7
  25. package/dist-types/commands/CreateAssociationCommand.d.ts +11 -11
  26. package/dist-types/commands/CreateDocumentCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
  30. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteActivationCommand.d.ts +3 -4
  33. package/dist-types/commands/DeleteAssociationCommand.d.ts +5 -5
  34. package/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
  40. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
  42. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
  43. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
  45. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeActivationsCommand.d.ts +2 -2
  47. package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
  48. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +2 -2
  56. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +2 -2
  58. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +8 -7
  59. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -2
  60. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -2
  61. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +2 -2
  71. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  78. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  79. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
  80. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  81. package/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
  82. package/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -2
  83. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
  84. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  85. package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
  86. package/dist-types/commands/GetInventoryCommand.d.ts +2 -2
  87. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
  88. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
  89. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
  90. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
  91. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
  92. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  93. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  94. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
  95. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
  96. package/dist-types/commands/GetParameterCommand.d.ts +1 -1
  97. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
  98. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  99. package/dist-types/commands/GetParametersCommand.d.ts +1 -1
  100. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
  101. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  102. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
  103. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
  104. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
  105. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
  106. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +5 -5
  107. package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
  108. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  109. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  110. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
  111. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
  112. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  113. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  114. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
  115. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
  117. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  118. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
  121. package/dist-types/commands/PutComplianceItemsCommand.d.ts +2 -2
  122. package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
  123. package/dist-types/commands/PutParameterCommand.d.ts +1 -1
  124. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
  125. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  127. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  128. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  129. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
  130. package/dist-types/commands/ResumeSessionCommand.d.ts +2 -2
  131. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  132. package/dist-types/commands/SendCommandCommand.d.ts +2 -2
  133. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  134. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  135. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  136. package/dist-types/commands/StartSessionCommand.d.ts +2 -2
  137. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
  138. package/dist-types/commands/TerminateSessionCommand.d.ts +2 -2
  139. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
  142. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
  143. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -2
  145. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -3
  146. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
  149. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
  152. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
  154. package/dist-types/models/models_0.d.ts +240 -273
  155. package/dist-types/models/models_1.d.ts +271 -280
  156. package/dist-types/models/models_2.d.ts +100 -13
  157. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
  158. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -2
  159. package/dist-types/ts3.4/models/models_0.d.ts +34 -44
  160. package/dist-types/ts3.4/models/models_1.d.ts +41 -39
  161. package/dist-types/ts3.4/models/models_2.d.ts +38 -0
  162. package/package.json +4 -4
@@ -1,5 +1,69 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterMetadata, ParameterStringFilter, ParameterTier, ParameterType, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
2
+ import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, ParameterTier, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
3
+ export declare enum ParameterType {
4
+ SECURE_STRING = "SecureString",
5
+ STRING = "String",
6
+ STRING_LIST = "StringList"
7
+ }
8
+ /**
9
+ * <p>Metadata includes information like the ARN of the last user and the date/time the parameter
10
+ * was last used.</p>
11
+ */
12
+ export interface ParameterMetadata {
13
+ /**
14
+ * <p>The parameter name.</p>
15
+ */
16
+ Name?: string;
17
+ /**
18
+ * <p>The type of parameter. Valid parameter types include the following: <code>String</code>,
19
+ * <code>StringList</code>, and <code>SecureString</code>.</p>
20
+ */
21
+ Type?: ParameterType | string;
22
+ /**
23
+ * <p>The ID of the query key used for this parameter.</p>
24
+ */
25
+ KeyId?: string;
26
+ /**
27
+ * <p>Date the parameter was last changed or updated.</p>
28
+ */
29
+ LastModifiedDate?: Date;
30
+ /**
31
+ * <p>Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.</p>
32
+ */
33
+ LastModifiedUser?: string;
34
+ /**
35
+ * <p>Description of the parameter actions.</p>
36
+ */
37
+ Description?: string;
38
+ /**
39
+ * <p>A parameter name can include only the following letters and symbols.</p>
40
+ * <p>a-zA-Z0-9_.-</p>
41
+ */
42
+ AllowedPattern?: string;
43
+ /**
44
+ * <p>The parameter version.</p>
45
+ */
46
+ Version?: number;
47
+ /**
48
+ * <p>The parameter tier.</p>
49
+ */
50
+ Tier?: ParameterTier | string;
51
+ /**
52
+ * <p>A list of policies associated with a parameter.</p>
53
+ */
54
+ Policies?: ParameterInlinePolicy[];
55
+ /**
56
+ * <p>The data type of the parameter, such as <code>text</code> or <code>aws:ec2:image</code>. The
57
+ * default is <code>text</code>.</p>
58
+ */
59
+ DataType?: string;
60
+ }
61
+ export declare namespace ParameterMetadata {
62
+ /**
63
+ * @internal
64
+ */
65
+ const filterSensitiveLog: (obj: ParameterMetadata) => any;
66
+ }
3
67
  export interface DescribeParametersResult {
4
68
  /**
5
69
  * <p>Parameters returned by the request.</p>
@@ -240,25 +304,26 @@ export declare namespace DescribePatchGroupStateRequest {
240
304
  }
241
305
  export interface DescribePatchGroupStateResult {
242
306
  /**
243
- * <p>The number of instances in the patch group.</p>
307
+ * <p>The number of managed nodes in the patch group.</p>
244
308
  */
245
309
  Instances?: number;
246
310
  /**
247
- * <p>The number of instances with installed patches.</p>
311
+ * <p>The number of managed nodes with installed patches.</p>
248
312
  */
249
313
  InstancesWithInstalledPatches?: number;
250
314
  /**
251
- * <p>The number of instances with patches installed that aren't defined in the patch
315
+ * <p>The number of managed nodes with patches installed that aren't defined in the patch
252
316
  * baseline.</p>
253
317
  */
254
318
  InstancesWithInstalledOtherPatches?: number;
255
319
  /**
256
- * <p>The number of instances with patches installed by Patch Manager that haven't been rebooted
257
- * after the patch installation. The status of these instances is <code>NON_COMPLIANT</code>.</p>
320
+ * <p>The number of managed nodes with patches installed by Patch Manager that haven't been
321
+ * rebooted after the patch installation. The status of these managed nodes is
322
+ * <code>NON_COMPLIANT</code>.</p>
258
323
  */
259
324
  InstancesWithInstalledPendingRebootPatches?: number;
260
325
  /**
261
- * <p>The number of instances with patches installed that are specified in a
326
+ * <p>The number of managed nodes with patches installed that are specified in a
262
327
  * <code>RejectedPatches</code> list. Patches with a status of <code>INSTALLED_REJECTED</code> were
263
328
  * typically installed before they were added to a <code>RejectedPatches</code> list.</p>
264
329
  * <note>
@@ -269,40 +334,41 @@ export interface DescribePatchGroupStateResult {
269
334
  */
270
335
  InstancesWithInstalledRejectedPatches?: number;
271
336
  /**
272
- * <p>The number of instances with missing patches from the patch baseline.</p>
337
+ * <p>The number of managed nodes with missing patches from the patch baseline.</p>
273
338
  */
274
339
  InstancesWithMissingPatches?: number;
275
340
  /**
276
- * <p>The number of instances with patches from the patch baseline that failed to install.</p>
341
+ * <p>The number of managed nodes with patches from the patch baseline that failed to
342
+ * install.</p>
277
343
  */
278
344
  InstancesWithFailedPatches?: number;
279
345
  /**
280
- * <p>The number of instances with patches that aren't applicable.</p>
346
+ * <p>The number of managed nodes with patches that aren't applicable.</p>
281
347
  */
282
348
  InstancesWithNotApplicablePatches?: number;
283
349
  /**
284
- * <p>The number of instances with <code>NotApplicable</code> patches beyond the supported limit,
285
- * which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.</p>
350
+ * <p>The number of managed nodes with <code>NotApplicable</code> patches beyond the supported
351
+ * limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.</p>
286
352
  */
287
353
  InstancesWithUnreportedNotApplicablePatches?: number;
288
354
  /**
289
- * <p>The number of instances where patches that are specified as <code>Critical</code> for
355
+ * <p>The number of managed nodes where patches that are specified as <code>Critical</code> for
290
356
  * compliance reporting in the patch baseline aren't installed. These patches might be missing, have
291
- * failed installation, were rejected, or were installed but awaiting a required instance reboot.
292
- * The status of these instances is <code>NON_COMPLIANT</code>.</p>
357
+ * failed installation, were rejected, or were installed but awaiting a required managed node reboot.
358
+ * The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
293
359
  */
294
360
  InstancesWithCriticalNonCompliantPatches?: number;
295
361
  /**
296
- * <p>The number of instances where patches that are specified as <code>Security</code> in a patch
297
- * advisory aren't installed. These patches might be missing, have failed installation, were
298
- * rejected, or were installed but awaiting a required instance reboot. The status of these
299
- * instances is <code>NON_COMPLIANT</code>.</p>
362
+ * <p>The number of managed nodes where patches that are specified as <code>Security</code> in a
363
+ * patch advisory aren't installed. These patches might be missing, have failed installation, were
364
+ * rejected, or were installed but awaiting a required managed node reboot. The status of these managed
365
+ * nodes is <code>NON_COMPLIANT</code>.</p>
300
366
  */
301
367
  InstancesWithSecurityNonCompliantPatches?: number;
302
368
  /**
303
- * <p>The number of instances with patches installed that are specified as other than
369
+ * <p>The number of managed nodes with patches installed that are specified as other than
304
370
  * <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The
305
- * status of these instances is <code>NON_COMPLIANT</code>.</p>
371
+ * status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
306
372
  */
307
373
  InstancesWithOtherNonCompliantPatches?: number;
308
374
  }
@@ -401,7 +467,7 @@ export interface SessionFilter {
401
467
  * 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.</p>
402
468
  * </li>
403
469
  * <li>
404
- * <p>Target: Specify an instance to which session connections have been made.</p>
470
+ * <p>Target: Specify a managed node to which session connections have been made.</p>
405
471
  * </li>
406
472
  * <li>
407
473
  * <p>Owner: Specify an Amazon Web Services user account to see a list of sessions started by that
@@ -502,7 +568,7 @@ export declare enum SessionStatus {
502
568
  TERMINATING = "Terminating"
503
569
  }
504
570
  /**
505
- * <p>Information about a Session Manager connection to an instance.</p>
571
+ * <p>Information about a Session Manager connection to a managed node.</p>
506
572
  */
507
573
  export interface Session {
508
574
  /**
@@ -510,7 +576,7 @@ export interface Session {
510
576
  */
511
577
  SessionId?: string;
512
578
  /**
513
- * <p>The instance that the Session Manager session connected to.</p>
579
+ * <p>The managed node that the Session Manager session connected to.</p>
514
580
  */
515
581
  Target?: string;
516
582
  /**
@@ -534,6 +600,10 @@ export interface Session {
534
600
  * <p>The ID of the Amazon Web Services user account that started the session.</p>
535
601
  */
536
602
  Owner?: string;
603
+ /**
604
+ * <p>The reason for connecting to the instance.</p>
605
+ */
606
+ Reason?: string;
537
607
  /**
538
608
  * <p>Reserved for future use.</p>
539
609
  */
@@ -542,6 +612,10 @@ export interface Session {
542
612
  * <p>Reserved for future use.</p>
543
613
  */
544
614
  OutputUrl?: SessionManagerOutputUrl;
615
+ /**
616
+ * <p>The maximum duration of a session before it terminates.</p>
617
+ */
618
+ MaxSessionDuration?: string;
545
619
  }
546
620
  export declare namespace Session {
547
621
  /**
@@ -906,9 +980,8 @@ export interface GetCommandInvocationRequest {
906
980
  */
907
981
  CommandId: string | undefined;
908
982
  /**
909
- * <p>(Required) The ID of the managed instance targeted by the command. A managed instance can be
910
- * an Amazon Elastic Compute Cloud (Amazon EC2) instance or an instance in your hybrid environment that is configured for
911
- * Amazon Web Services Systems Manager.</p>
983
+ * <p>(Required) The ID of the managed node targeted by the command. A <i>managed node</i> can be an
984
+ * Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.</p>
912
985
  */
913
986
  InstanceId: string | undefined;
914
987
  /**
@@ -972,8 +1045,8 @@ export interface GetCommandInvocationResult {
972
1045
  */
973
1046
  CommandId?: string;
974
1047
  /**
975
- * <p>The ID of the managed instance targeted by the command. A managed instance can be an EC2
976
- * instance or an instance in your hybrid environment that is configured for Systems Manager.</p>
1048
+ * <p>The ID of the managed node targeted by the command. A <i>managed node</i> can be an
1049
+ * Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.</p>
977
1050
  */
978
1051
  InstanceId?: string;
979
1052
  /**
@@ -995,8 +1068,8 @@ export interface GetCommandInvocationResult {
995
1068
  PluginName?: string;
996
1069
  /**
997
1070
  * <p>The error level response code for the plugin script. If the response code is
998
- * <code>-1</code>, then the command hasn't started running on the instance, or it wasn't received
999
- * by the instance.</p>
1071
+ * <code>-1</code>, then the command hasn't started running on the managed node, or it wasn't received
1072
+ * by the node.</p>
1000
1073
  */
1001
1074
  ResponseCode?: number;
1002
1075
  /**
@@ -1037,33 +1110,33 @@ export interface GetCommandInvocationResult {
1037
1110
  * <code>StatusDetails</code> can be one of the following values:</p>
1038
1111
  * <ul>
1039
1112
  * <li>
1040
- * <p>Pending: The command hasn't been sent to the instance.</p>
1113
+ * <p>Pending: The command hasn't been sent to the managed node.</p>
1041
1114
  * </li>
1042
1115
  * <li>
1043
- * <p>In Progress: The command has been sent to the instance but hasn't reached a terminal
1116
+ * <p>In Progress: The command has been sent to the managed node but hasn't reached a terminal
1044
1117
  * state.</p>
1045
1118
  * </li>
1046
1119
  * <li>
1047
1120
  * <p>Delayed: The system attempted to send the command to the target, but the target wasn't
1048
- * available. The instance might not be available because of network issues, because the instance
1121
+ * available. The managed node might not be available because of network issues, because the node
1049
1122
  * was stopped, or for similar reasons. The system will try to send the command again.</p>
1050
1123
  * </li>
1051
1124
  * <li>
1052
1125
  * <p>Success: The command or plugin ran successfully. This is a terminal state.</p>
1053
1126
  * </li>
1054
1127
  * <li>
1055
- * <p>Delivery Timed Out: The command wasn't delivered to the instance before the delivery
1128
+ * <p>Delivery Timed Out: The command wasn't delivered to the managed node before the delivery
1056
1129
  * timeout expired. Delivery timeouts don't count against the parent command's
1057
1130
  * <code>MaxErrors</code> limit, but they do contribute to whether the parent command status is
1058
1131
  * Success or Incomplete. This is a terminal state.</p>
1059
1132
  * </li>
1060
1133
  * <li>
1061
- * <p>Execution Timed Out: The command started to run on the instance, but the execution wasn't
1134
+ * <p>Execution Timed Out: The command started to run on the managed node, but the execution wasn't
1062
1135
  * complete before the timeout expired. Execution timeouts count against the
1063
1136
  * <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
1064
1137
  * </li>
1065
1138
  * <li>
1066
- * <p>Failed: The command wasn't run successfully on the instance. For a plugin, this indicates
1139
+ * <p>Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates
1067
1140
  * that the result code wasn't zero. For a command invocation, this indicates that the result code
1068
1141
  * for one or more plugins wasn't zero. Invocation failures count against the
1069
1142
  * <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
@@ -1073,7 +1146,7 @@ export interface GetCommandInvocationResult {
1073
1146
  * state.</p>
1074
1147
  * </li>
1075
1148
  * <li>
1076
- * <p>Undeliverable: The command can't be delivered to the instance. The instance might not
1149
+ * <p>Undeliverable: The command can't be delivered to the managed node. The node might not
1077
1150
  * exist or might not be responding. Undeliverable invocations don't count against the parent
1078
1151
  * command's <code>MaxErrors</code> limit and don't contribute to whether the parent command
1079
1152
  * status is Success or Incomplete. This is a terminal state.</p>
@@ -1131,8 +1204,8 @@ export declare namespace InvalidPluginName {
1131
1204
  const filterSensitiveLog: (obj: InvalidPluginName) => any;
1132
1205
  }
1133
1206
  /**
1134
- * <p>The command ID and instance ID you specified didn't match any invocations. Verify the
1135
- * command ID and the instance ID and try again. </p>
1207
+ * <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
1208
+ * command ID and the managed node ID and try again. </p>
1136
1209
  */
1137
1210
  export interface InvocationDoesNotExist extends __SmithyException, $MetadataBearer {
1138
1211
  name: "InvocationDoesNotExist";
@@ -1146,7 +1219,7 @@ export declare namespace InvocationDoesNotExist {
1146
1219
  }
1147
1220
  export interface GetConnectionStatusRequest {
1148
1221
  /**
1149
- * <p>The instance ID.</p>
1222
+ * <p>The managed node ID.</p>
1150
1223
  */
1151
1224
  Target: string | undefined;
1152
1225
  }
@@ -1162,11 +1235,11 @@ export declare enum ConnectionStatus {
1162
1235
  }
1163
1236
  export interface GetConnectionStatusResponse {
1164
1237
  /**
1165
- * <p>The ID of the instance to check connection status. </p>
1238
+ * <p>The ID of the managed node to check connection status. </p>
1166
1239
  */
1167
1240
  Target?: string;
1168
1241
  /**
1169
- * <p>The status of the connection to the instance. For example, 'Connected' or 'Not
1242
+ * <p>The status of the connection to the managed node. For example, 'Connected' or 'Not
1170
1243
  * Connected'.</p>
1171
1244
  */
1172
1245
  Status?: ConnectionStatus | string;
@@ -1248,13 +1321,13 @@ export interface BaselineOverride {
1248
1321
  RejectedPatchesAction?: PatchAction | string;
1249
1322
  /**
1250
1323
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
1251
- * applied to the instances. The default value is <code>false</code>. Applies to Linux instances
1252
- * only.</p>
1324
+ * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
1325
+ * nodes only.</p>
1253
1326
  */
1254
1327
  ApprovedPatchesEnableNonSecurity?: boolean;
1255
1328
  /**
1256
- * <p>Information about the patches to use to update the instances, including target operating
1257
- * systems and source repositories. Applies to Linux instances only.</p>
1329
+ * <p>Information about the patches to use to update the managed nodes, including target operating
1330
+ * systems and source repositories. Applies to Linux managed nodes only.</p>
1258
1331
  */
1259
1332
  Sources?: PatchSource[];
1260
1333
  }
@@ -1266,7 +1339,7 @@ export declare namespace BaselineOverride {
1266
1339
  }
1267
1340
  export interface GetDeployablePatchSnapshotForInstanceRequest {
1268
1341
  /**
1269
- * <p>The ID of the instance for which the appropriate patch snapshot should be retrieved.</p>
1342
+ * <p>The ID of the managed node for which the appropriate patch snapshot should be retrieved.</p>
1270
1343
  */
1271
1344
  InstanceId: string | undefined;
1272
1345
  /**
@@ -1286,7 +1359,7 @@ export declare namespace GetDeployablePatchSnapshotForInstanceRequest {
1286
1359
  }
1287
1360
  export interface GetDeployablePatchSnapshotForInstanceResult {
1288
1361
  /**
1289
- * <p>The instance ID.</p>
1362
+ * <p>The managed node ID.</p>
1290
1363
  */
1291
1364
  InstanceId?: string;
1292
1365
  /**
@@ -1300,7 +1373,7 @@ export interface GetDeployablePatchSnapshotForInstanceResult {
1300
1373
  SnapshotDownloadUrl?: string;
1301
1374
  /**
1302
1375
  * <p>Returns the specific operating system (for example Windows Server 2012 or Amazon Linux
1303
- * 2015.09) on the instance for the specified patch snapshot.</p>
1376
+ * 2015.09) on the managed node for the specified patch snapshot.</p>
1304
1377
  */
1305
1378
  Product?: string;
1306
1379
  }
@@ -1477,7 +1550,7 @@ export interface InventoryFilter {
1477
1550
  */
1478
1551
  Key: string | undefined;
1479
1552
  /**
1480
- * <p>Inventory filter values. Example: inventory filter where instance IDs are specified as
1553
+ * <p>Inventory filter values. Example: inventory filter where managed node IDs are specified as
1481
1554
  * values <code>Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g,
1482
1555
  * i-1a2b3c4d5e6,Type=Equal</code>. </p>
1483
1556
  */
@@ -1577,8 +1650,8 @@ export declare namespace InventoryResultItem {
1577
1650
  */
1578
1651
  export interface InventoryResultEntity {
1579
1652
  /**
1580
- * <p>ID of the inventory result entity. For example, for managed instance inventory the result
1581
- * will be the managed instance ID. For EC2 instance inventory, the result will be the instance ID.
1653
+ * <p>ID of the inventory result entity. For example, for managed node inventory the result
1654
+ * will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.
1582
1655
  * </p>
1583
1656
  */
1584
1657
  Id?: string;
@@ -1597,7 +1670,7 @@ export declare namespace InventoryResultEntity {
1597
1670
  }
1598
1671
  export interface GetInventoryResult {
1599
1672
  /**
1600
- * <p>Collection of inventory entities such as a collection of instance inventory. </p>
1673
+ * <p>Collection of inventory entities such as a collection of managed node inventory. </p>
1601
1674
  */
1602
1675
  Entities?: InventoryResultEntity[];
1603
1676
  /**
@@ -2206,8 +2279,8 @@ export interface NotificationConfig {
2206
2279
  * </li>
2207
2280
  * <li>
2208
2281
  * <p>
2209
- * <code>Invocation</code>: For commands sent to multiple instances, receive notification on
2210
- * a per-instance basis when the status of a command changes. </p>
2282
+ * <code>Invocation</code>: For commands sent to multiple managed nodes, receive notification
2283
+ * on a per-node basis when the status of a command changes. </p>
2211
2284
  * </li>
2212
2285
  * </ul>
2213
2286
  */
@@ -2274,7 +2347,7 @@ export interface MaintenanceWindowRunCommandParameters {
2274
2347
  */
2275
2348
  DocumentVersion?: string;
2276
2349
  /**
2277
- * <p>Configurations for sending notifications about command status changes on a per-instance
2350
+ * <p>Configurations for sending notifications about command status changes on a per-managed node
2278
2351
  * basis.</p>
2279
2352
  */
2280
2353
  NotificationConfig?: NotificationConfig;
@@ -3171,8 +3244,8 @@ export interface GetPatchBaselineResult {
3171
3244
  ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
3172
3245
  /**
3173
3246
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
3174
- * applied to the instances. The default value is <code>false</code>. Applies to Linux instances
3175
- * only.</p>
3247
+ * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
3248
+ * nodes only.</p>
3176
3249
  */
3177
3250
  ApprovedPatchesEnableNonSecurity?: boolean;
3178
3251
  /**
@@ -3202,8 +3275,8 @@ export interface GetPatchBaselineResult {
3202
3275
  */
3203
3276
  Description?: string;
3204
3277
  /**
3205
- * <p>Information about the patches to use to update the instances, including target operating
3206
- * systems and source repositories. Applies to Linux instances only.</p>
3278
+ * <p>Information about the patches to use to update the managed nodes, including target operating
3279
+ * systems and source repositories. Applies to Linux managed nodes only.</p>
3207
3280
  */
3208
3281
  Sources?: PatchSource[];
3209
3282
  }
@@ -3481,7 +3554,7 @@ export interface ListAssociationsRequest {
3481
3554
  * <note>
3482
3555
  * <p>Filtering associations using the <code>InstanceID</code> attribute only returns legacy
3483
3556
  * associations created using the <code>InstanceID</code> attribute. Associations targeting the
3484
- * instance that are part of the Target Attributes <code>ResourceGroup</code> or <code>Tags</code>
3557
+ * managed node that are part of the Target Attributes <code>ResourceGroup</code> or <code>Tags</code>
3485
3558
  * aren't returned.</p>
3486
3559
  * </note>
3487
3560
  */
@@ -3504,7 +3577,7 @@ export declare namespace ListAssociationsRequest {
3504
3577
  const filterSensitiveLog: (obj: ListAssociationsRequest) => any;
3505
3578
  }
3506
3579
  /**
3507
- * <p>Describes an association of a Amazon Web Services Systems Manager document (SSM document) and an instance.</p>
3580
+ * <p>Describes an association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.</p>
3508
3581
  */
3509
3582
  export interface Association {
3510
3583
  /**
@@ -3512,7 +3585,7 @@ export interface Association {
3512
3585
  */
3513
3586
  Name?: string;
3514
3587
  /**
3515
- * <p>The instance ID.</p>
3588
+ * <p>The managed node ID.</p>
3516
3589
  */
3517
3590
  InstanceId?: string;
3518
3591
  /**
@@ -3529,9 +3602,9 @@ export interface Association {
3529
3602
  */
3530
3603
  DocumentVersion?: string;
3531
3604
  /**
3532
- * <p>The instances targeted by the request to create an association. You can target all instances
3533
- * in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
3534
- * <code>*</code>.</p>
3605
+ * <p>The managed nodes targeted by the request to create an association. You can target all
3606
+ * managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
3607
+ * <code>*</code>.</p>
3535
3608
  */
3536
3609
  Targets?: Target[];
3537
3610
  /**
@@ -3652,8 +3725,8 @@ export interface AssociationVersionInfo {
3652
3725
  * example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
3653
3726
  * the system stops sending requests when the fourth error is received. If you specify 0, then the
3654
3727
  * system stops sending requests after the first error is returned. If you run an association on 50
3655
- * instances and set <code>MaxError</code> to 10%, then the system stops sending the request when
3656
- * the sixth error is received.</p>
3728
+ * managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
3729
+ * when the sixth error is received.</p>
3657
3730
  * <p>Executions that are already running an association when <code>MaxErrors</code> is reached
3658
3731
  * are allowed to complete, but some of these executions may fail as well. If you need to ensure
3659
3732
  * that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
@@ -3664,9 +3737,9 @@ export interface AssociationVersionInfo {
3664
3737
  * <p>The maximum number of targets allowed to run the association at the same time. You can
3665
3738
  * specify a number, for example 10, or a percentage of the target set, for example 10%. The default
3666
3739
  * value is 100%, which means all targets run the association at the same time.</p>
3667
- * <p>If a new instance starts and attempts to run an association while Systems Manager is running
3740
+ * <p>If a new managed node starts and attempts to run an association while Systems Manager is running
3668
3741
  * <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
3669
- * association interval, the new instance will process its association within the limit specified
3742
+ * association interval, the new managed node will process its association within the limit specified
3670
3743
  * for <code>MaxConcurrency</code>.</p>
3671
3744
  */
3672
3745
  MaxConcurrency?: string;
@@ -3740,13 +3813,17 @@ export declare enum CommandFilterKey {
3740
3813
  /**
3741
3814
  * <p>Describes a command filter.</p>
3742
3815
  * <note>
3743
- * <p>An instance ID can't be specified when a command status is <code>Pending</code> because the
3744
- * command hasn't run on the instance yet.</p>
3816
+ * <p>A managed node ID can't be specified when a command status is <code>Pending</code> because the
3817
+ * command hasn't run on the node yet.</p>
3745
3818
  * </note>
3746
3819
  */
3747
3820
  export interface CommandFilter {
3748
3821
  /**
3749
3822
  * <p>The name of the filter.</p>
3823
+ * <note>
3824
+ * <p>The <code>ExecutionStage</code> filter can't be used with the
3825
+ * <code>ListCommandInvocations</code> operation, only with <code>ListCommands</code>.</p>
3826
+ * </note>
3750
3827
  */
3751
3828
  key: CommandFilterKey | string | undefined;
3752
3829
  /**
@@ -3903,12 +3980,12 @@ export interface CommandFilter {
3903
3980
  * <b>DocumentName</b>: Specify name of the Amazon Web Services Systems Manager document (SSM
3904
3981
  * document) for which you want to see command execution results. For example, specify
3905
3982
  * <code>AWS-RunPatchBaseline</code> to see command executions that used this SSM document to
3906
- * perform security patching operations on instances. </p>
3983
+ * perform security patching operations on managed nodes. </p>
3907
3984
  * </li>
3908
3985
  * <li>
3909
3986
  * <p>
3910
- * <b>ExecutionStage</b>: Specify one of the following
3911
- * values:</p>
3987
+ * <b>ExecutionStage</b>: Specify one of the following values
3988
+ * (<code>ListCommands</code> operations only):</p>
3912
3989
  * <ul>
3913
3990
  * <li>
3914
3991
  * <p>
@@ -3938,7 +4015,7 @@ export interface ListCommandInvocationsRequest {
3938
4015
  */
3939
4016
  CommandId?: string;
3940
4017
  /**
3941
- * <p>(Optional) The command execution details for a specific instance ID.</p>
4018
+ * <p>(Optional) The command execution details for a specific managed node ID.</p>
3942
4019
  */
3943
4020
  InstanceId?: string;
3944
4021
  /**
@@ -4000,10 +4077,10 @@ export interface CommandPlugin {
4000
4077
  * following values:</p>
4001
4078
  * <ul>
4002
4079
  * <li>
4003
- * <p>Pending: The command hasn't been sent to the instance.</p>
4080
+ * <p>Pending: The command hasn't been sent to the managed node.</p>
4004
4081
  * </li>
4005
4082
  * <li>
4006
- * <p>In Progress: The command has been sent to the instance but hasn't reached a terminal
4083
+ * <p>In Progress: The command has been sent to the managed node but hasn't reached a terminal
4007
4084
  * state.</p>
4008
4085
  * </li>
4009
4086
  * <li>
@@ -4011,18 +4088,18 @@ export interface CommandPlugin {
4011
4088
  * terminal state.</p>
4012
4089
  * </li>
4013
4090
  * <li>
4014
- * <p>Delivery Timed Out: The command wasn't delivered to the instance before the delivery
4091
+ * <p>Delivery Timed Out: The command wasn't delivered to the managed node before the delivery
4015
4092
  * timeout expired. Delivery timeouts don't count against the parent command's
4016
4093
  * <code>MaxErrors</code> limit, but they do contribute to whether the parent command status is
4017
4094
  * Success or Incomplete. This is a terminal state.</p>
4018
4095
  * </li>
4019
4096
  * <li>
4020
- * <p>Execution Timed Out: Command execution started on the instance, but the execution wasn't
4097
+ * <p>Execution Timed Out: Command execution started on the managed node, but the execution wasn't
4021
4098
  * complete before the execution timeout expired. Execution timeouts count against the
4022
4099
  * <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
4023
4100
  * </li>
4024
4101
  * <li>
4025
- * <p>Failed: The command wasn't successful on the instance. For a plugin, this indicates that
4102
+ * <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates that
4026
4103
  * the result code wasn't zero. For a command invocation, this indicates that the result code for
4027
4104
  * one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the
4028
4105
  * parent command. This is a terminal state.</p>
@@ -4032,7 +4109,7 @@ export interface CommandPlugin {
4032
4109
  * state.</p>
4033
4110
  * </li>
4034
4111
  * <li>
4035
- * <p>Undeliverable: The command can't be delivered to the instance. The instance might not
4112
+ * <p>Undeliverable: The command can't be delivered to the managed node. The managed node might not
4036
4113
  * exist, or it might not be responding. Undeliverable invocations don't count against the parent
4037
4114
  * command's MaxErrors limit, and they don't contribute to whether the parent command status is
4038
4115
  * Success or Incomplete. This is a terminal state.</p>
@@ -4087,7 +4164,7 @@ export interface CommandPlugin {
4087
4164
  * <p>
4088
4165
  * <code>ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix</code> is the name of the S3 prefix;</p>
4089
4166
  * <p>
4090
- * <code>i-02573cafcfEXAMPLE</code> is the instance ID;</p>
4167
+ * <code>i-02573cafcfEXAMPLE</code> is the managed node ID;</p>
4091
4168
  * <p>
4092
4169
  * <code>awsrunShellScript</code> is the name of the plugin.</p>
4093
4170
  */
@@ -4104,7 +4181,7 @@ export interface CommandPlugin {
4104
4181
  * <p>
4105
4182
  * <code>ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix</code> is the name of the S3 prefix;</p>
4106
4183
  * <p>
4107
- * <code>i-02573cafcfEXAMPLE</code> is the instance ID;</p>
4184
+ * <code>i-02573cafcfEXAMPLE</code> is the managed node ID;</p>
4108
4185
  * <p>
4109
4186
  * <code>awsrunShellScript</code> is the name of the plugin.</p>
4110
4187
  */
@@ -4117,11 +4194,11 @@ export declare namespace CommandPlugin {
4117
4194
  const filterSensitiveLog: (obj: CommandPlugin) => any;
4118
4195
  }
4119
4196
  /**
4120
- * <p>An invocation is copy of a command sent to a specific instance. A command can apply to one
4121
- * or more instances. A command invocation applies to one instance. For example, if a user runs
4122
- * SendCommand against three instances, then a command invocation is created for each requested
4123
- * instance ID. A command invocation returns status and detail information about a command you ran.
4124
- * </p>
4197
+ * <p>An invocation is a copy of a command sent to a specific managed node. A command can apply to one
4198
+ * or more managed nodes. A command invocation applies to one managed node. For example, if a user runs
4199
+ * <code>SendCommand</code> against three managed nodes, then a command invocation is created for
4200
+ * each requested managed node ID. A command invocation returns status and detail information about a
4201
+ * command you ran. </p>
4125
4202
  */
4126
4203
  export interface CommandInvocation {
4127
4204
  /**
@@ -4129,11 +4206,11 @@ export interface CommandInvocation {
4129
4206
  */
4130
4207
  CommandId?: string;
4131
4208
  /**
4132
- * <p>The instance ID in which this invocation was requested.</p>
4209
+ * <p>The managed node ID in which this invocation was requested.</p>
4133
4210
  */
4134
4211
  InstanceId?: string;
4135
4212
  /**
4136
- * <p>The fully qualified host name of the managed instance.</p>
4213
+ * <p>The fully qualified host name of the managed node.</p>
4137
4214
  */
4138
4215
  InstanceName?: string;
4139
4216
  /**
@@ -4150,7 +4227,7 @@ export interface CommandInvocation {
4150
4227
  */
4151
4228
  DocumentVersion?: string;
4152
4229
  /**
4153
- * <p>The time and date the request was sent to this instance.</p>
4230
+ * <p>The time and date the request was sent to this managed node.</p>
4154
4231
  */
4155
4232
  RequestedDateTime?: Date;
4156
4233
  /**
@@ -4158,7 +4235,7 @@ export interface CommandInvocation {
4158
4235
  */
4159
4236
  Status?: CommandInvocationStatus | string;
4160
4237
  /**
4161
- * <p>A detailed status of the command execution for each invocation (each instance targeted by
4238
+ * <p>A detailed status of the command execution for each invocation (each managed node targeted by
4162
4239
  * the command). StatusDetails includes more information than Status because it includes states
4163
4240
  * resulting from error and concurrency control parameters. StatusDetails can show different results
4164
4241
  * than Status. For more information about these statuses, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html">Understanding command
@@ -4166,10 +4243,10 @@ export interface CommandInvocation {
4166
4243
  * following values:</p>
4167
4244
  * <ul>
4168
4245
  * <li>
4169
- * <p>Pending: The command hasn't been sent to the instance.</p>
4246
+ * <p>Pending: The command hasn't been sent to the managed node.</p>
4170
4247
  * </li>
4171
4248
  * <li>
4172
- * <p>In Progress: The command has been sent to the instance but hasn't reached a terminal
4249
+ * <p>In Progress: The command has been sent to the managed node but hasn't reached a terminal
4173
4250
  * state.</p>
4174
4251
  * </li>
4175
4252
  * <li>
@@ -4177,18 +4254,18 @@ export interface CommandInvocation {
4177
4254
  * terminal state.</p>
4178
4255
  * </li>
4179
4256
  * <li>
4180
- * <p>Delivery Timed Out: The command wasn't delivered to the instance before the delivery
4257
+ * <p>Delivery Timed Out: The command wasn't delivered to the managed node before the delivery
4181
4258
  * timeout expired. Delivery timeouts don't count against the parent command's
4182
4259
  * <code>MaxErrors</code> limit, but they do contribute to whether the parent command status is
4183
4260
  * Success or Incomplete. This is a terminal state.</p>
4184
4261
  * </li>
4185
4262
  * <li>
4186
- * <p>Execution Timed Out: Command execution started on the instance, but the execution wasn't
4263
+ * <p>Execution Timed Out: Command execution started on the managed node, but the execution wasn't
4187
4264
  * complete before the execution timeout expired. Execution timeouts count against the
4188
4265
  * <code>MaxErrors</code> limit of the parent command. This is a terminal state.</p>
4189
4266
  * </li>
4190
4267
  * <li>
4191
- * <p>Failed: The command wasn't successful on the instance. For a plugin, this indicates that
4268
+ * <p>Failed: The command wasn't successful on the managed node. For a plugin, this indicates that
4192
4269
  * the result code wasn't zero. For a command invocation, this indicates that the result code for
4193
4270
  * one or more plugins wasn't zero. Invocation failures count against the <code>MaxErrors</code>
4194
4271
  * limit of the parent command. This is a terminal state.</p>
@@ -4198,7 +4275,7 @@ export interface CommandInvocation {
4198
4275
  * state.</p>
4199
4276
  * </li>
4200
4277
  * <li>
4201
- * <p>Undeliverable: The command can't be delivered to the instance. The instance might not
4278
+ * <p>Undeliverable: The command can't be delivered to the managed node. The managed node might not
4202
4279
  * exist or might not be responding. Undeliverable invocations don't count against the parent
4203
4280
  * command's MaxErrors limit and don't contribute to whether the parent command status is Success
4204
4281
  * or Incomplete. This is a terminal state.</p>
@@ -4235,11 +4312,11 @@ export interface CommandInvocation {
4235
4312
  /**
4236
4313
  * <p>The Identity and Access Management (IAM) service role that Run Command, a capability
4237
4314
  * of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes
4238
- * on a per instance basis.</p>
4315
+ * on a per managed node basis.</p>
4239
4316
  */
4240
4317
  ServiceRole?: string;
4241
4318
  /**
4242
- * <p>Configurations for sending notifications about command status changes on a per instance
4319
+ * <p>Configurations for sending notifications about command status changes on a per managed node
4243
4320
  * basis.</p>
4244
4321
  */
4245
4322
  NotificationConfig?: NotificationConfig;
@@ -4278,10 +4355,10 @@ export interface ListCommandsRequest {
4278
4355
  */
4279
4356
  CommandId?: string;
4280
4357
  /**
4281
- * <p>(Optional) Lists commands issued against this instance ID.</p>
4358
+ * <p>(Optional) Lists commands issued against this managed node ID.</p>
4282
4359
  * <note>
4283
- * <p>You can't specify an instance ID in the same command that you specify <code>Status</code> =
4284
- * <code>Pending</code>. This is because the command hasn't reached the instance yet.</p>
4360
+ * <p>You can't specify a managed node ID in the same command that you specify <code>Status</code> =
4361
+ * <code>Pending</code>. This is because the command hasn't reached the managed node yet.</p>
4285
4362
  * </note>
4286
4363
  */
4287
4364
  InstanceId?: string;
@@ -4350,12 +4427,13 @@ export interface Command {
4350
4427
  [key: string]: string[];
4351
4428
  };
4352
4429
  /**
4353
- * <p>The instance IDs against which this command was requested.</p>
4430
+ * <p>The managed node IDs against which this command was requested.</p>
4354
4431
  */
4355
4432
  InstanceIds?: string[];
4356
4433
  /**
4357
- * <p>An array of search criteria that targets instances using a Key,Value combination that you
4358
- * specify. Targets is required if you don't provide one or more instance IDs in the call.</p>
4434
+ * <p>An array of search criteria that targets managed nodes using a Key,Value combination that
4435
+ * you specify. Targets is required if you don't provide one or more managed node IDs in the
4436
+ * call.</p>
4359
4437
  */
4360
4438
  Targets?: Target[];
4361
4439
  /**
@@ -4375,11 +4453,11 @@ export interface Command {
4375
4453
  * following values:</p>
4376
4454
  * <ul>
4377
4455
  * <li>
4378
- * <p>Pending: The command hasn't been sent to any instances.</p>
4456
+ * <p>Pending: The command hasn't been sent to any managed nodes.</p>
4379
4457
  * </li>
4380
4458
  * <li>
4381
- * <p>In Progress: The command has been sent to at least one instance but hasn't reached a final
4382
- * state on all instances.</p>
4459
+ * <p>In Progress: The command has been sent to at least one managed node but hasn't reached a final
4460
+ * state on all managed nodes.</p>
4383
4461
  * </li>
4384
4462
  * <li>
4385
4463
  * <p>Success: The command successfully ran on all invocations. This is a terminal state.</p>
@@ -4397,18 +4475,18 @@ export interface Command {
4397
4475
  * is a terminal state.</p>
4398
4476
  * </li>
4399
4477
  * <li>
4400
- * <p>Incomplete: The command was attempted on all instances and one or more invocations doesn't
4401
- * have a value of Success but not enough invocations failed for the status to be Failed. This is
4402
- * a terminal state.</p>
4478
+ * <p>Incomplete: The command was attempted on all managed nodes and one or more invocations
4479
+ * doesn't have a value of Success but not enough invocations failed for the status to be Failed.
4480
+ * This is a terminal state.</p>
4403
4481
  * </li>
4404
4482
  * <li>
4405
4483
  * <p>Canceled: The command was terminated before it was completed. This is a terminal
4406
4484
  * state.</p>
4407
4485
  * </li>
4408
4486
  * <li>
4409
- * <p>Rate Exceeded: The number of instances targeted by the command exceeded the account limit
4410
- * for pending invocations. The system has canceled the command before running it on any instance.
4411
- * This is a terminal state.</p>
4487
+ * <p>Rate Exceeded: The number of managed nodes targeted by the command exceeded the account
4488
+ * limit for pending invocations. The system has canceled the command before running it on any
4489
+ * managed node. This is a terminal state.</p>
4412
4490
  * </li>
4413
4491
  * </ul>
4414
4492
  */
@@ -4429,8 +4507,8 @@ export interface Command {
4429
4507
  */
4430
4508
  OutputS3KeyPrefix?: string;
4431
4509
  /**
4432
- * <p>The maximum number of instances that are allowed to run the command at the same time. You
4433
- * can specify a number of instances, such as 10, or a percentage of instances, such as 10%. The
4510
+ * <p>The maximum number of managed nodes that are allowed to run the command at the same time.
4511
+ * You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The
4434
4512
  * default value is 50. For more information about how to use <code>MaxConcurrency</code>, see
4435
4513
  * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">Running
4436
4514
  * commands using Systems Manager Run Command</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
@@ -4624,7 +4702,7 @@ export interface ComplianceItem {
4624
4702
  */
4625
4703
  ResourceType?: string;
4626
4704
  /**
4627
- * <p>An ID for the resource. For a managed instance, this is the instance ID.</p>
4705
+ * <p>An ID for the resource. For a managed node, this is the node ID.</p>
4628
4706
  */
4629
4707
  ResourceId?: string;
4630
4708
  /**
@@ -4707,7 +4785,7 @@ export declare namespace ListComplianceSummariesRequest {
4707
4785
  const filterSensitiveLog: (obj: ListComplianceSummariesRequest) => any;
4708
4786
  }
4709
4787
  /**
4710
- * <p>The number of managed instances found for each patch severity level defined in the request
4788
+ * <p>The number of managed nodes found for each patch severity level defined in the request
4711
4789
  * filter.</p>
4712
4790
  */
4713
4791
  export interface SeveritySummary {
@@ -5367,7 +5445,7 @@ export declare namespace ListDocumentVersionsResult {
5367
5445
  }
5368
5446
  export interface ListInventoryEntriesRequest {
5369
5447
  /**
5370
- * <p>The instance ID for which you want inventory information.</p>
5448
+ * <p>The managed node ID for which you want inventory information.</p>
5371
5449
  */
5372
5450
  InstanceId: string | undefined;
5373
5451
  /**
@@ -5401,19 +5479,19 @@ export interface ListInventoryEntriesResult {
5401
5479
  */
5402
5480
  TypeName?: string;
5403
5481
  /**
5404
- * <p>The instance ID targeted by the request to query inventory information.</p>
5482
+ * <p>The managed node ID targeted by the request to query inventory information.</p>
5405
5483
  */
5406
5484
  InstanceId?: string;
5407
5485
  /**
5408
- * <p>The inventory schema version used by the instance(s).</p>
5486
+ * <p>The inventory schema version used by the managed node(s).</p>
5409
5487
  */
5410
5488
  SchemaVersion?: string;
5411
5489
  /**
5412
- * <p>The time that inventory information was collected for the instance(s).</p>
5490
+ * <p>The time that inventory information was collected for the managed node(s).</p>
5413
5491
  */
5414
5492
  CaptureTime?: string;
5415
5493
  /**
5416
- * <p>A list of inventory items on the instance(s).</p>
5494
+ * <p>A list of inventory items on the managed node(s).</p>
5417
5495
  */
5418
5496
  Entries?: {
5419
5497
  [key: string]: string;
@@ -5834,9 +5912,9 @@ export declare namespace ResourceComplianceSummaryItem {
5834
5912
  }
5835
5913
  export interface ListResourceComplianceSummariesResult {
5836
5914
  /**
5837
- * <p>A summary count for specified or targeted managed instances. Summary count includes
5838
- * information about compliant and non-compliant State Manager associations, patch status, or custom
5839
- * items according to the filter criteria that you specify. </p>
5915
+ * <p>A summary count for specified or targeted managed nodes. Summary count includes information
5916
+ * about compliant and non-compliant State Manager associations, patch status, or custom items
5917
+ * according to the filter criteria that you specify. </p>
5840
5918
  */
5841
5919
  ResourceComplianceSummaryItems?: ResourceComplianceSummaryItem[];
5842
5920
  /**
@@ -6191,7 +6269,7 @@ export declare enum ComplianceUploadType {
6191
6269
  }
6192
6270
  export interface PutComplianceItemsRequest {
6193
6271
  /**
6194
- * <p>Specify an ID for this resource. For a managed instance, this is the instance ID.</p>
6272
+ * <p>Specify an ID for this resource. For a managed node, this is the node ID.</p>
6195
6273
  */
6196
6274
  ResourceId: string | undefined;
6197
6275
  /**
@@ -6310,7 +6388,7 @@ export declare namespace ItemContentMismatchException {
6310
6388
  const filterSensitiveLog: (obj: ItemContentMismatchException) => any;
6311
6389
  }
6312
6390
  /**
6313
- * <p>Information collected from managed instances based on your inventory policy document</p>
6391
+ * <p>Information collected from managed nodes based on your inventory policy document</p>
6314
6392
  */
6315
6393
  export interface InventoryItem {
6316
6394
  /**
@@ -6358,11 +6436,11 @@ export declare namespace InventoryItem {
6358
6436
  }
6359
6437
  export interface PutInventoryRequest {
6360
6438
  /**
6361
- * <p>An instance ID where you want to add or update inventory items.</p>
6439
+ * <p>An managed node ID where you want to add or update inventory items.</p>
6362
6440
  */
6363
6441
  InstanceId: string | undefined;
6364
6442
  /**
6365
- * <p>The inventory items that you want to add or update on instances.</p>
6443
+ * <p>The inventory items that you want to add or update on managed nodes.</p>
6366
6444
  */
6367
6445
  Items: InventoryItem[] | undefined;
6368
6446
  }
@@ -6825,10 +6903,10 @@ export interface PutParameterRequest {
6825
6903
  * you specify the expiration date. You can update the expiration date and time by updating the
6826
6904
  * policy. Updating the <i>parameter</i> doesn't affect the expiration date and time.
6827
6905
  * When the expiration time is reached, Parameter Store deletes the parameter.</p>
6828
- * <p>ExpirationNotification: This policy triggers an event in Amazon CloudWatch Events that
6906
+ * <p>ExpirationNotification: This policy initiates an event in Amazon CloudWatch Events that
6829
6907
  * notifies you about the expiration. By using this policy, you can receive notification before or
6830
6908
  * after the expiration time is reached, in units of days or hours.</p>
6831
- * <p>NoChangeNotification: This policy triggers a CloudWatch Events event if a parameter hasn't
6909
+ * <p>NoChangeNotification: This policy initiates a CloudWatch Events event if a parameter hasn't
6832
6910
  * been modified for a specified period of time. This policy type is useful when, for example, a
6833
6911
  * secret needs to be changed within a period of time, but it hasn't been changed.</p>
6834
6912
  * <p>All existing policies are preserved until you send new policies or an empty policy. For more
@@ -6968,53 +7046,48 @@ export interface RegisterTargetWithMaintenanceWindowRequest {
6968
7046
  */
6969
7047
  ResourceType: MaintenanceWindowResourceType | string | undefined;
6970
7048
  /**
6971
- * <p>The targets to register with the maintenance window. In other words, the instances to run
6972
- * commands on when the maintenance window runs.</p>
7049
+ * <p>The targets to register with the maintenance window. In other words, the managed nodes to
7050
+ * run commands on when the maintenance window runs.</p>
6973
7051
  * <note>
6974
7052
  * <p>If a single maintenance window task is registered with multiple targets, its task
6975
7053
  * invocations occur sequentially and not in parallel. If your task must run on multiple targets at
6976
7054
  * the same time, register a task for each target individually and assign each task the same
6977
7055
  * priority level.</p>
6978
7056
  * </note>
6979
- * <p>You can specify targets using instance IDs, resource group names, or tags that have been
6980
- * applied to instances.</p>
7057
+ * <p>You can specify targets using managed node IDs, resource group names, or tags that have been
7058
+ * applied to managed nodes.</p>
6981
7059
  * <p>
6982
- * <b>Example 1</b>: Specify instance IDs</p>
7060
+ * <b>Example 1</b>: Specify managed node IDs</p>
6983
7061
  * <p>
6984
- * <code>Key=InstanceIds,Values=<i>instance-id-1</i>,<i>instance-id-2</i>,<i>instance-id-3</i>
6985
- * </code>
7062
+ * <code>Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3></code>
6986
7063
  * </p>
6987
7064
  * <p>
6988
- * <b>Example 2</b>: Use tag key-pairs applied to instances</p>
7065
+ * <b>Example 2</b>: Use tag key-pairs applied to managed
7066
+ * nodes</p>
6989
7067
  * <p>
6990
- * <code>Key=tag:<i>my-tag-key</i>,Values=<i>my-tag-value-1</i>,<i>my-tag-value-2</i>
6991
- * </code>
7068
+ * <code>Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2></code>
6992
7069
  * </p>
6993
7070
  * <p>
6994
- * <b>Example 3</b>: Use tag-keys applied to instances</p>
7071
+ * <b>Example 3</b>: Use tag-keys applied to managed nodes</p>
6995
7072
  * <p>
6996
- * <code>Key=tag-key,Values=<i>my-tag-key-1</i>,<i>my-tag-key-2</i>
6997
- * </code>
7073
+ * <code>Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2></code>
6998
7074
  * </p>
6999
7075
  *
7000
7076
  * <p>
7001
7077
  * <b>Example 4</b>: Use resource group names</p>
7002
7078
  * <p>
7003
- * <code>Key=resource-groups:Name,Values=<i>resource-group-name</i>
7004
- * </code>
7079
+ * <code>Key=resource-groups:Name,Values=<resource-group-name></code>
7005
7080
  * </p>
7006
7081
  * <p>
7007
7082
  * <b>Example 5</b>: Use filters for resource group types</p>
7008
7083
  * <p>
7009
- * <code>Key=resource-groups:ResourceTypeFilters,Values=<i>resource-type-1</i>,<i>resource-type-2</i>
7010
- * </code>
7084
+ * <code>Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2></code>
7011
7085
  * </p>
7012
7086
  * <note>
7013
7087
  * <p>For <code>Key=resource-groups:ResourceTypeFilters</code>, specify resource types in the
7014
7088
  * following format</p>
7015
7089
  * <p>
7016
- * <code>Key=resource-groups:ResourceTypeFilters,Values=<i>AWS::EC2::INSTANCE</i>,<i>AWS::EC2::VPC</i>
7017
- * </code>
7090
+ * <code>Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC</code>
7018
7091
  * </p>
7019
7092
  * </note>
7020
7093
  *
@@ -7080,7 +7153,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
7080
7153
  */
7081
7154
  WindowId: string | undefined;
7082
7155
  /**
7083
- * <p>The targets (either instances or maintenance window targets).</p>
7156
+ * <p>The targets (either managed nodes or maintenance window targets).</p>
7084
7157
  * <note>
7085
7158
  * <p>One or more targets must be specified for maintenance window Run Command-type tasks.
7086
7159
  * Depending on the task, targets are optional for other maintenance window task types (Automation,
@@ -7089,7 +7162,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
7089
7162
  * maintenance window tasks without targets</a> in the
7090
7163
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
7091
7164
  * </note>
7092
- * <p>Specify instances using the following format: </p>
7165
+ * <p>Specify managed nodes using the following format: </p>
7093
7166
  * <p>
7094
7167
  * <code>Key=InstanceIds,Values=<instance-id-1>,<instance-id-2></code>
7095
7168
  * </p>
@@ -7173,7 +7246,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
7173
7246
  MaxErrors?: string;
7174
7247
  /**
7175
7248
  * <p>A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket
7176
- * to write instance-level logs to. </p>
7249
+ * to write managed node-level logs to. </p>
7177
7250
  * <note>
7178
7251
  * <p>
7179
7252
  * <code>LoggingInfo</code> has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the
@@ -7248,7 +7321,7 @@ export interface RemoveTagsFromResourceRequest {
7248
7321
  * <p>The type of resource from which you want to remove a tag.</p>
7249
7322
  * <note>
7250
7323
  * <p>The <code>ManagedInstance</code> type for this API operation is only for on-premises
7251
- * managed instances. Specify the name of the managed instance in the following format:
7324
+ * managed nodes. Specify the name of the managed node in the following format:
7252
7325
  * <code>mi-<i>ID_number</i>
7253
7326
  * </code>. For example,
7254
7327
  * <code>mi-1a2b3c4d5e6f</code>.</p>
@@ -7268,9 +7341,9 @@ export interface RemoveTagsFromResourceRequest {
7268
7341
  * <code>/aws/ssm/MyGroup/appmanager</code>.</p>
7269
7342
  * <p>For the Document and Parameter values, use the name of the resource.</p>
7270
7343
  * <note>
7271
- * <p>The ManagedInstance type for this API operation is only for on-premises managed instances.
7272
- * Specify the name of the managed instance in the following format: mi-ID_number. For example,
7273
- * mi-1a2b3c4d5e6f.</p>
7344
+ * <p>The <code>ManagedInstance</code> type for this API operation is only for on-premises
7345
+ * managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For
7346
+ * example, mi-1a2b3c4d5e6f.</p>
7274
7347
  * </note>
7275
7348
  */
7276
7349
  ResourceId: string | undefined;
@@ -7376,12 +7449,12 @@ export interface ResumeSessionResponse {
7376
7449
  SessionId?: string;
7377
7450
  /**
7378
7451
  * <p>An encrypted token value containing session and caller information. Used to authenticate the
7379
- * connection to the instance.</p>
7452
+ * connection to the managed node.</p>
7380
7453
  */
7381
7454
  TokenValue?: string;
7382
7455
  /**
7383
- * <p>A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and
7384
- * receive output from the instance. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>.</p>
7456
+ * <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
7457
+ * receive output from the managed node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>.</p>
7385
7458
  * <p>
7386
7459
  * <b>region</b> represents the Region identifier for an
7387
7460
  * Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as <code>us-east-2</code> for the US East (Ohio) Region.
@@ -7528,26 +7601,26 @@ export declare namespace InvalidRole {
7528
7601
  }
7529
7602
  export interface SendCommandRequest {
7530
7603
  /**
7531
- * <p>The IDs of the instances where the command should run. Specifying instance IDs is most
7532
- * useful when you are targeting a limited number of instances, though you can specify up to 50
7604
+ * <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is most
7605
+ * useful when you are targeting a limited number of managed nodes, though you can specify up to 50
7533
7606
  * IDs.</p>
7534
- * <p>To target a larger number of instances, or if you prefer not to list individual instance
7607
+ * <p>To target a larger number of managed nodes, or if you prefer not to list individual node
7535
7608
  * IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
7536
- * which accepts tag key-value pairs to identify the instances to send commands to, you can a send
7537
- * command to tens, hundreds, or thousands of instances at once.</p>
7609
+ * which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
7610
+ * send command to tens, hundreds, or thousands of nodes at once.</p>
7538
7611
  * <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Using targets and rate
7539
7612
  * controls to send commands to a fleet</a> in the
7540
7613
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
7541
7614
  */
7542
7615
  InstanceIds?: string[];
7543
7616
  /**
7544
- * <p>An array of search criteria that targets instances using a <code>Key,Value</code>
7617
+ * <p>An array of search criteria that targets managed nodes using a <code>Key,Value</code>
7545
7618
  * combination that you specify. Specifying targets is most useful when you want to send a command
7546
- * to a large number of instances at once. Using <code>Targets</code>, which accepts tag key-value
7547
- * pairs to identify instances, you can send a command to tens, hundreds, or thousands of instances
7548
- * at once.</p>
7549
- * <p>To send a command to a smaller number of instances, you can use the <code>InstanceIds</code>
7550
- * option instead.</p>
7619
+ * to a large number of managed nodes at once. Using <code>Targets</code>, which accepts tag
7620
+ * key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands
7621
+ * of nodes at once.</p>
7622
+ * <p>To send a command to a smaller number of managed nodes, you can use the
7623
+ * <code>InstanceIds</code> option instead.</p>
7551
7624
  * <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Sending commands to a
7552
7625
  * fleet</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
7553
7626
  */
@@ -7616,8 +7689,8 @@ export interface SendCommandRequest {
7616
7689
  */
7617
7690
  OutputS3KeyPrefix?: string;
7618
7691
  /**
7619
- * <p>(Optional) The maximum number of instances that are allowed to run the command at the same
7620
- * time. You can specify a number such as 10 or a percentage such as 10%. The default value is
7692
+ * <p>(Optional) The maximum number of managed nodes that are allowed to run the command at the
7693
+ * same time. You can specify a number such as 10 or a percentage such as 10%. The default value is
7621
7694
  * <code>50</code>. For more information about how to use <code>MaxConcurrency</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity">Using
7622
7695
  * concurrency controls</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
7623
7696
  */
@@ -7994,15 +8067,20 @@ export declare namespace StartChangeRequestExecutionResult {
7994
8067
  }
7995
8068
  export interface StartSessionRequest {
7996
8069
  /**
7997
- * <p>The instance to connect to for the session.</p>
8070
+ * <p>The managed node to connect to for the session.</p>
7998
8071
  */
7999
8072
  Target: string | undefined;
8000
8073
  /**
8001
8074
  * <p>The name of the SSM document to define the parameters and plugin settings for the session.
8002
8075
  * For example, <code>SSM-SessionManagerRunShell</code>. You can call the <a>GetDocument</a> API to verify the document exists before attempting to start a session.
8003
- * If no document name is provided, a shell to the instance is launched by default.</p>
8076
+ * If no document name is provided, a shell to the managed node is launched by default.</p>
8004
8077
  */
8005
8078
  DocumentName?: string;
8079
+ /**
8080
+ * <p>The reason for connecting to the instance. This value is included in the details for the
8081
+ * Amazon CloudWatch Events event created when you start the session.</p>
8082
+ */
8083
+ Reason?: string;
8006
8084
  /**
8007
8085
  * <p>Reserved for future use.</p>
8008
8086
  */
@@ -8023,12 +8101,12 @@ export interface StartSessionResponse {
8023
8101
  SessionId?: string;
8024
8102
  /**
8025
8103
  * <p>An encrypted token value containing session and caller information. Used to authenticate the
8026
- * connection to the instance.</p>
8104
+ * connection to the managed node.</p>
8027
8105
  */
8028
8106
  TokenValue?: string;
8029
8107
  /**
8030
- * <p>A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and
8031
- * receive output from the instance. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>
8108
+ * <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
8109
+ * receive output from the node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>
8032
8110
  * </p>
8033
8111
  * <p>
8034
8112
  * <b>region</b> represents the Region identifier for an
@@ -8048,10 +8126,10 @@ export declare namespace StartSessionResponse {
8048
8126
  const filterSensitiveLog: (obj: StartSessionResponse) => any;
8049
8127
  }
8050
8128
  /**
8051
- * <p>The specified target instance for the session isn't fully configured for use with Session Manager. For
8129
+ * <p>The specified target managed node for the session isn't fully configured for use with Session Manager. For
8052
8130
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
8053
8131
  * Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
8054
- * attempt to start a session on an instance that is located in a different account or Region</p>
8132
+ * attempt to start a session on a managed node that is located in a different account or Region</p>
8055
8133
  */
8056
8134
  export interface TargetNotConnected extends __SmithyException, $MetadataBearer {
8057
8135
  name: "TargetNotConnected";
@@ -8224,7 +8302,7 @@ export interface UpdateAssociationRequest {
8224
8302
  OutputLocation?: InstanceAssociationOutputLocation;
8225
8303
  /**
8226
8304
  * <p>The name of the SSM Command document or Automation runbook that contains the configuration
8227
- * information for the instance.</p>
8305
+ * information for the managed node.</p>
8228
8306
  * <p>You can specify Amazon Web Services-predefined documents, documents you created, or a document that is
8229
8307
  * shared with you from another account.</p>
8230
8308
  * <p>For Systems Manager document (SSM document) that are shared with you from other Amazon Web Services accounts, you
@@ -8257,9 +8335,9 @@ export interface UpdateAssociationRequest {
8257
8335
  */
8258
8336
  AssociationVersion?: string;
8259
8337
  /**
8260
- * <p>Specify the target for the association. This target is required for associations that use an
8261
- * Automation runbook and target resources by using rate controls. Automation is a capability of
8262
- * Amazon Web Services Systems Manager.</p>
8338
+ * <p>Choose the parameter that will define how your automation will branch out. This target is
8339
+ * required for associations that use an Automation runbook and target resources by using rate
8340
+ * controls. Automation is a capability of Amazon Web Services Systems Manager.</p>
8263
8341
  */
8264
8342
  AutomationTargetParameterName?: string;
8265
8343
  /**
@@ -8268,8 +8346,8 @@ export interface UpdateAssociationRequest {
8268
8346
  * example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
8269
8347
  * the system stops sending requests when the fourth error is received. If you specify 0, then the
8270
8348
  * system stops sending requests after the first error is returned. If you run an association on 50
8271
- * instances and set <code>MaxError</code> to 10%, then the system stops sending the request when
8272
- * the sixth error is received.</p>
8349
+ * managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
8350
+ * when the sixth error is received.</p>
8273
8351
  * <p>Executions that are already running an association when <code>MaxErrors</code> is reached
8274
8352
  * are allowed to complete, but some of these executions may fail as well. If you need to ensure
8275
8353
  * that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
@@ -8280,9 +8358,9 @@ export interface UpdateAssociationRequest {
8280
8358
  * <p>The maximum number of targets allowed to run the association at the same time. You can
8281
8359
  * specify a number, for example 10, or a percentage of the target set, for example 10%. The default
8282
8360
  * value is 100%, which means all targets run the association at the same time.</p>
8283
- * <p>If a new instance starts and attempts to run an association while Systems Manager is running
8361
+ * <p>If a new managed node starts and attempts to run an association while Systems Manager is running
8284
8362
  * <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
8285
- * association interval, the new instance will process its association within the limit specified
8363
+ * association interval, the new managed node will process its association within the limit specified
8286
8364
  * for <code>MaxConcurrency</code>.</p>
8287
8365
  */
8288
8366
  MaxConcurrency?: string;
@@ -8365,7 +8443,7 @@ export interface UpdateAssociationStatusRequest {
8365
8443
  */
8366
8444
  Name: string | undefined;
8367
8445
  /**
8368
- * <p>The instance ID.</p>
8446
+ * <p>The managed node ID.</p>
8369
8447
  */
8370
8448
  InstanceId: string | undefined;
8371
8449
  /**
@@ -8591,90 +8669,3 @@ export declare namespace UpdateDocumentMetadataRequest {
8591
8669
  */
8592
8670
  const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
8593
8671
  }
8594
- export interface UpdateDocumentMetadataResponse {
8595
- }
8596
- export declare namespace UpdateDocumentMetadataResponse {
8597
- /**
8598
- * @internal
8599
- */
8600
- const filterSensitiveLog: (obj: UpdateDocumentMetadataResponse) => any;
8601
- }
8602
- export interface UpdateMaintenanceWindowRequest {
8603
- /**
8604
- * <p>The ID of the maintenance window to update.</p>
8605
- */
8606
- WindowId: string | undefined;
8607
- /**
8608
- * <p>The name of the maintenance window.</p>
8609
- */
8610
- Name?: string;
8611
- /**
8612
- * <p>An optional description for the update request.</p>
8613
- */
8614
- Description?: string;
8615
- /**
8616
- * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
8617
- * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
8618
- * "Asia/Seoul". For more information, see the <a href="https://www.iana.org/time-zones">Time
8619
- * Zone Database</a> on the IANA website.</p>
8620
- */
8621
- StartDate?: string;
8622
- /**
8623
- * <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
8624
- * become inactive. <code>EndDate</code> allows you to set a date and time in the future when the
8625
- * maintenance window will no longer run.</p>
8626
- */
8627
- EndDate?: string;
8628
- /**
8629
- * <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
8630
- */
8631
- Schedule?: string;
8632
- /**
8633
- * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
8634
- * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
8635
- * "Asia/Seoul". For more information, see the <a href="https://www.iana.org/time-zones">Time
8636
- * Zone Database</a> on the IANA website.</p>
8637
- */
8638
- ScheduleTimezone?: string;
8639
- /**
8640
- * <p>The number of days to wait after the date and time specified by a cron expression before
8641
- * running the maintenance window.</p>
8642
- * <p>For example, the following cron expression schedules a maintenance window to run the third
8643
- * Tuesday of every month at 11:30 PM.</p>
8644
- * <p>
8645
- * <code>cron(30 23 ? * TUE#3 *)</code>
8646
- * </p>
8647
- * <p>If the schedule offset is <code>2</code>, the maintenance window won't run until two days
8648
- * later.</p>
8649
- */
8650
- ScheduleOffset?: number;
8651
- /**
8652
- * <p>The duration of the maintenance window in hours.</p>
8653
- */
8654
- Duration?: number;
8655
- /**
8656
- * <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
8657
- * new tasks for execution.</p>
8658
- */
8659
- Cutoff?: number;
8660
- /**
8661
- * <p>Whether targets must be registered with the maintenance window before tasks can be defined
8662
- * for those targets.</p>
8663
- */
8664
- AllowUnassociatedTargets?: boolean;
8665
- /**
8666
- * <p>Whether the maintenance window is enabled.</p>
8667
- */
8668
- Enabled?: boolean;
8669
- /**
8670
- * <p>If <code>True</code>, then all fields that are required by the <a>CreateMaintenanceWindow</a> operation are also required for this API request. Optional
8671
- * fields that aren't specified are set to null. </p>
8672
- */
8673
- Replace?: boolean;
8674
- }
8675
- export declare namespace UpdateMaintenanceWindowRequest {
8676
- /**
8677
- * @internal
8678
- */
8679
- const filterSensitiveLog: (obj: UpdateMaintenanceWindowRequest) => any;
8680
- }