@aws-sdk/client-ssm 3.529.1 → 3.533.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 (42) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  2. package/dist-types/commands/CancelCommandCommand.d.ts +2 -2
  3. package/dist-types/commands/CreateActivationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
  6. package/dist-types/commands/DeleteAssociationCommand.d.ts +2 -2
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  8. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
  9. package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
  10. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
  11. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
  12. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -2
  13. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
  14. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
  15. package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
  16. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  17. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  18. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  19. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +2 -2
  20. package/dist-types/commands/ListCommandsCommand.d.ts +2 -2
  21. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +2 -2
  22. package/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -1
  23. package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -5
  25. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  26. package/dist-types/commands/SendCommandCommand.d.ts +5 -5
  27. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
  28. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +2 -2
  29. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
  30. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  31. package/dist-types/models/models_0.d.ts +33 -30
  32. package/dist-types/models/models_1.d.ts +41 -51
  33. package/dist-types/models/models_2.d.ts +9 -23
  34. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  35. package/dist-types/runtimeConfig.d.ts +2 -2
  36. package/dist-types/runtimeConfig.native.d.ts +2 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  42. package/package.json +38 -38
@@ -71,7 +71,7 @@ declare const AddTagsToResourceCommand_base: {
71
71
  * Using a consistent set of tag keys makes it easier for you to manage your resources. You can
72
72
  * search and filter the resources based on the tags you add. Tags don't have any semantic meaning
73
73
  * to and are interpreted strictly as a string of characters.</p>
74
- * <p>For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging your Amazon EC2
74
+ * <p>For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2
75
75
  * resources</a> in the <i>Amazon EC2 User Guide</i>.</p>
76
76
  * @example
77
77
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,14 +68,14 @@ declare const CancelCommandCommand_base: {
68
68
  * <p>You don't have permission to access the managed node.</p>
69
69
  * </li>
70
70
  * <li>
71
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
71
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
72
72
  * running.</p>
73
73
  * </li>
74
74
  * <li>
75
75
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
76
76
  * </li>
77
77
  * <li>
78
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
78
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
79
79
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
80
80
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
81
81
  * </li>
@@ -31,7 +31,8 @@ declare const CreateActivationCommand_base: {
31
31
  * Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and
32
32
  * ID when installing SSM Agent on machines in your hybrid environment. For more information about
33
33
  * requirements for managing on-premises machines using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html">Setting up
34
- * Amazon Web Services Systems Manager for hybrid environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
34
+ * Amazon Web Services Systems Manager for hybrid and multicloud environments</a> in the
35
+ * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
35
36
  * <note>
36
37
  * <p>Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are
37
38
  * configured for Systems Manager are all called <i>managed nodes</i>.</p>
@@ -319,14 +319,14 @@ declare const CreateAssociationBatchCommand_base: {
319
319
  * <p>You don't have permission to access the managed node.</p>
320
320
  * </li>
321
321
  * <li>
322
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
322
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
323
323
  * running.</p>
324
324
  * </li>
325
325
  * <li>
326
326
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
327
327
  * </li>
328
328
  * <li>
329
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
329
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
330
330
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
331
331
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
332
332
  * </li>
@@ -350,7 +350,7 @@ declare const CreateAssociationBatchCommand_base: {
350
350
  * <p>TargetMap parameter isn't valid.</p>
351
351
  *
352
352
  * @throws {@link UnsupportedPlatformType} (client fault)
353
- * <p>The document doesn't support the platform type of the given managed node ID(s). For example,
353
+ * <p>The document doesn't support the platform type of the given managed node IDs. For example,
354
354
  * you sent an document for a Windows managed node to a Linux node.</p>
355
355
  *
356
356
  * @throws {@link SSMServiceException}
@@ -256,14 +256,14 @@ declare const CreateAssociationCommand_base: {
256
256
  * <p>You don't have permission to access the managed node.</p>
257
257
  * </li>
258
258
  * <li>
259
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
259
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
260
260
  * running.</p>
261
261
  * </li>
262
262
  * <li>
263
263
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
264
264
  * </li>
265
265
  * <li>
266
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
266
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
267
267
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
268
268
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
269
269
  * </li>
@@ -290,7 +290,7 @@ declare const CreateAssociationCommand_base: {
290
290
  * <p>TargetMap parameter isn't valid.</p>
291
291
  *
292
292
  * @throws {@link UnsupportedPlatformType} (client fault)
293
- * <p>The document doesn't support the platform type of the given managed node ID(s). For example,
293
+ * <p>The document doesn't support the platform type of the given managed node IDs. For example,
294
294
  * you sent an document for a Windows managed node to a Linux node.</p>
295
295
  *
296
296
  * @throws {@link SSMServiceException}
@@ -72,14 +72,14 @@ declare const DeleteAssociationCommand_base: {
72
72
  * <p>You don't have permission to access the managed node.</p>
73
73
  * </li>
74
74
  * <li>
75
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
75
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
76
76
  * running.</p>
77
77
  * </li>
78
78
  * <li>
79
79
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
80
80
  * </li>
81
81
  * <li>
82
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
82
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
83
83
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
84
84
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
85
85
  * </li>
@@ -38,7 +38,7 @@ declare const DeleteResourcePolicyCommand_base: {
38
38
  * <p>
39
39
  * <code>Parameter</code> - The resource policy is used to share a parameter with other
40
40
  * accounts using Resource Access Manager (RAM). For more information about
41
- * cross-account sharing of parameters, see <a href="systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
41
+ * cross-account sharing of parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
42
42
  * shared parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
43
43
  * </li>
44
44
  * </ul>
@@ -60,14 +60,14 @@ declare const DeregisterManagedInstanceCommand_base: {
60
60
  * <p>You don't have permission to access the managed node.</p>
61
61
  * </li>
62
62
  * <li>
63
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
63
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
64
64
  * running.</p>
65
65
  * </li>
66
66
  * <li>
67
67
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
68
68
  * </li>
69
69
  * <li>
70
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
70
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
71
71
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
72
72
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
73
73
  * </li>
@@ -174,14 +174,14 @@ declare const DescribeAssociationCommand_base: {
174
174
  * <p>You don't have permission to access the managed node.</p>
175
175
  * </li>
176
176
  * <li>
177
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
177
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
178
178
  * running.</p>
179
179
  * </li>
180
180
  * <li>
181
181
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
182
182
  * </li>
183
183
  * <li>
184
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
184
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
185
185
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
186
186
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
187
187
  * </li>
@@ -26,7 +26,7 @@ declare const DescribeEffectiveInstanceAssociationsCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>All associations for the managed node(s).</p>
29
+ * <p>All associations for the managed nodes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -70,14 +70,14 @@ declare const DescribeEffectiveInstanceAssociationsCommand_base: {
70
70
  * <p>You don't have permission to access the managed node.</p>
71
71
  * </li>
72
72
  * <li>
73
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
73
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
74
74
  * running.</p>
75
75
  * </li>
76
76
  * <li>
77
77
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
78
78
  * </li>
79
79
  * <li>
80
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
80
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
81
81
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
82
82
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
83
83
  * </li>
@@ -26,7 +26,7 @@ declare const DescribeInstanceAssociationsStatusCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>The status of the associations for the managed node(s).</p>
29
+ * <p>The status of the associations for the managed nodes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -82,14 +82,14 @@ declare const DescribeInstanceAssociationsStatusCommand_base: {
82
82
  * <p>You don't have permission to access the managed node.</p>
83
83
  * </li>
84
84
  * <li>
85
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
85
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
86
86
  * running.</p>
87
87
  * </li>
88
88
  * <li>
89
89
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
90
90
  * </li>
91
91
  * <li>
92
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
92
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
93
93
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
94
94
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
95
95
  * </li>
@@ -119,14 +119,14 @@ declare const DescribeInstanceInformationCommand_base: {
119
119
  * <p>You don't have permission to access the managed node.</p>
120
120
  * </li>
121
121
  * <li>
122
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
122
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
123
123
  * running.</p>
124
124
  * </li>
125
125
  * <li>
126
126
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
127
127
  * </li>
128
128
  * <li>
129
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
129
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
130
130
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
131
131
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
132
132
  * </li>
@@ -85,14 +85,14 @@ declare const DescribeInstancePatchesCommand_base: {
85
85
  * <p>You don't have permission to access the managed node.</p>
86
86
  * </li>
87
87
  * <li>
88
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
88
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
89
89
  * running.</p>
90
90
  * </li>
91
91
  * <li>
92
92
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
93
93
  * </li>
94
94
  * <li>
95
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
95
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
96
96
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
97
97
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
98
98
  * </li>
@@ -30,7 +30,7 @@ declare const DescribeOpsItemsCommand_base: {
30
30
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
31
31
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
32
32
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
33
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
33
+ * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager OpsCenter</a> in the
34
34
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,14 +88,14 @@ declare const GetCommandInvocationCommand_base: {
88
88
  * <p>You don't have permission to access the managed node.</p>
89
89
  * </li>
90
90
  * <li>
91
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
91
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
92
92
  * running.</p>
93
93
  * </li>
94
94
  * <li>
95
95
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
96
96
  * </li>
97
97
  * <li>
98
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
98
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
99
99
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
100
100
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
101
101
  * </li>
@@ -119,7 +119,7 @@ declare const GetDeployablePatchSnapshotForInstanceCommand_base: {
119
119
  * @throws {@link UnsupportedFeatureRequiredException} (client fault)
120
120
  * <p>Patching for applications released by Microsoft is only available on EC2 instances and
121
121
  * advanced instances. To patch applications released by Microsoft on on-premises servers and VMs,
122
- * you must enable advanced instances. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html">Enabling
122
+ * you must enable advanced instances. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html">Turning on
123
123
  * the advanced-instances tier</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
124
124
  *
125
125
  * @throws {@link UnsupportedOperatingSystem} (client fault)
@@ -109,7 +109,7 @@ declare const GetMaintenanceWindowTaskCommand_base: {
109
109
  * // Lambda: { // MaintenanceWindowLambdaParameters
110
110
  * // ClientContext: "STRING_VALUE",
111
111
  * // Qualifier: "STRING_VALUE",
112
- * // Payload: "BLOB_VALUE",
112
+ * // Payload: new Uint8Array(),
113
113
  * // },
114
114
  * // },
115
115
  * // Priority: Number("int"),
@@ -31,7 +31,7 @@ declare const GetOpsItemCommand_base: {
31
31
  * up OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
32
32
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
33
33
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
34
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
34
+ * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager OpsCenter</a> in the
35
35
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -124,14 +124,14 @@ declare const ListCommandInvocationsCommand_base: {
124
124
  * <p>You don't have permission to access the managed node.</p>
125
125
  * </li>
126
126
  * <li>
127
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
127
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
128
128
  * running.</p>
129
129
  * </li>
130
130
  * <li>
131
131
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
132
132
  * </li>
133
133
  * <li>
134
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
134
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
135
135
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
136
136
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
137
137
  * </li>
@@ -139,14 +139,14 @@ declare const ListCommandsCommand_base: {
139
139
  * <p>You don't have permission to access the managed node.</p>
140
140
  * </li>
141
141
  * <li>
142
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
142
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
143
143
  * running.</p>
144
144
  * </li>
145
145
  * <li>
146
146
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
147
147
  * </li>
148
148
  * <li>
149
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
149
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
150
150
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
151
151
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
152
152
  * </li>
@@ -84,14 +84,14 @@ declare const ListInventoryEntriesCommand_base: {
84
84
  * <p>You don't have permission to access the managed node.</p>
85
85
  * </li>
86
86
  * <li>
87
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
87
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
88
88
  * running.</p>
89
89
  * </li>
90
90
  * <li>
91
91
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
92
92
  * </li>
93
93
  * <li>
94
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
94
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
95
95
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
96
96
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
97
97
  * </li>
@@ -79,7 +79,9 @@ declare const PutComplianceItemsCommand_base: {
79
79
  * </li>
80
80
  * <li>
81
81
  * <p>InstalledTime: The time the association, patch, or custom compliance item was applied to
82
- * the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'</p>
82
+ * the resource. Specify the time by using the following format:
83
+ * <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
84
+ * </p>
83
85
  * </li>
84
86
  * </ul>
85
87
  * @example
@@ -82,14 +82,14 @@ declare const PutInventoryCommand_base: {
82
82
  * <p>You don't have permission to access the managed node.</p>
83
83
  * </li>
84
84
  * <li>
85
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
85
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
86
86
  * running.</p>
87
87
  * </li>
88
88
  * <li>
89
89
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
90
90
  * </li>
91
91
  * <li>
92
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
92
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
93
93
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
94
94
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
95
95
  * </li>
@@ -40,11 +40,11 @@ declare const PutResourcePolicyCommand_base: {
40
40
  * <code>Parameter</code> - The resource policy is used to share a parameter with other
41
41
  * accounts using Resource Access Manager (RAM). </p>
42
42
  * <p>To share a parameter, it must be in the advanced parameter tier. For information about
43
- * parameter tiers, see <a href="https://docs.aws.amazon.com/parameter-store- advanced-parameters.html">Managing parameter tiers</a>. For information about
44
- * changing an existing standard parameter to an advanced parameter, see <a href="https://docs.aws.amazon.com/parameter-store-advanced-parameters.html#parameter- store-advanced-parameters-enabling">Changing a standard parameter to an advanced
45
- * parameter</a>.</p>
46
- * <p>To share a <code>SecureString</code> parameter, it must be encrypted with a customer managed key, and you must share the key separately through Key Management Service. Amazon Web Services managed keys cannot be shared. Parameters encrypted with the default Amazon Web Services managed key can be updated to use a customer managed key instead. For KMS key definitions, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-mgmt">KMS concepts</a> in
47
- * the <i>Key Management Service Developer Guide</i>.</p>
43
+ * parameter tiers, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html">Managing
44
+ * parameter tiers</a>. For information about changing an existing standard parameter to an
45
+ * advanced parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#parameter-store-advanced-parameters-enabling">Changing a standard parameter to an advanced parameter</a>.</p>
46
+ * <p>To share a <code>SecureString</code> parameter, it must be encrypted with a customer managed key, and you must share the key separately through Key Management Service. Amazon Web Services managed keys cannot be shared. Parameters encrypted with the default Amazon Web Services managed key can be updated to use a customer managed key instead. For KMS key definitions, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">KMS concepts</a> in the
47
+ * <i>Key Management Service Developer Guide</i>.</p>
48
48
  * <important>
49
49
  * <p>While you can share a parameter using the Systems Manager <code>PutResourcePolicy</code> operation,
50
50
  * we recommend using Resource Access Manager (RAM) instead. This is because using
@@ -95,7 +95,7 @@ declare const RegisterTaskWithMaintenanceWindowCommand_base: {
95
95
  * Lambda: { // MaintenanceWindowLambdaParameters
96
96
  * ClientContext: "STRING_VALUE",
97
97
  * Qualifier: "STRING_VALUE",
98
- * Payload: "BLOB_VALUE",
98
+ * Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
99
99
  * },
100
100
  * },
101
101
  * Priority: Number("int"),
@@ -176,14 +176,14 @@ declare const SendCommandCommand_base: {
176
176
  * <p>You don't have permission to access the managed node.</p>
177
177
  * </li>
178
178
  * <li>
179
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
179
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
180
180
  * running.</p>
181
181
  * </li>
182
182
  * <li>
183
183
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
184
184
  * </li>
185
185
  * <li>
186
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
186
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
187
187
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
188
188
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
189
189
  * </li>
@@ -202,14 +202,14 @@ declare const SendCommandCommand_base: {
202
202
  *
203
203
  * @throws {@link InvalidRole} (client fault)
204
204
  * <p>The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about
205
- * configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html">Configuring Amazon SNS Notifications for Run Command</a> in the
206
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
205
+ * configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html">Monitoring Systems Manager status changes using Amazon SNS notifications</a> in
206
+ * the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
207
207
  *
208
208
  * @throws {@link MaxDocumentSizeExceeded} (client fault)
209
209
  * <p>The size limit of a document is 64 KB.</p>
210
210
  *
211
211
  * @throws {@link UnsupportedPlatformType} (client fault)
212
- * <p>The document doesn't support the platform type of the given managed node ID(s). For example,
212
+ * <p>The document doesn't support the platform type of the given managed node IDs. For example,
213
213
  * you sent an document for a Windows managed node to a Linux node.</p>
214
214
  *
215
215
  * @throws {@link SSMServiceException}
@@ -176,14 +176,14 @@ declare const UpdateAssociationStatusCommand_base: {
176
176
  * <p>You don't have permission to access the managed node.</p>
177
177
  * </li>
178
178
  * <li>
179
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
179
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
180
180
  * running.</p>
181
181
  * </li>
182
182
  * <li>
183
183
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
184
184
  * </li>
185
185
  * <li>
186
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
186
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
187
187
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
188
188
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
189
189
  * </li>
@@ -150,7 +150,7 @@ declare const UpdateMaintenanceWindowTaskCommand_base: {
150
150
  * Lambda: { // MaintenanceWindowLambdaParameters
151
151
  * ClientContext: "STRING_VALUE",
152
152
  * Qualifier: "STRING_VALUE",
153
- * Payload: "BLOB_VALUE",
153
+ * Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
154
154
  * },
155
155
  * },
156
156
  * Priority: Number("int"),
@@ -238,7 +238,7 @@ declare const UpdateMaintenanceWindowTaskCommand_base: {
238
238
  * // Lambda: { // MaintenanceWindowLambdaParameters
239
239
  * // ClientContext: "STRING_VALUE",
240
240
  * // Qualifier: "STRING_VALUE",
241
- * // Payload: "BLOB_VALUE",
241
+ * // Payload: new Uint8Array(),
242
242
  * // },
243
243
  * // },
244
244
  * // Priority: Number("int"),
@@ -61,14 +61,14 @@ declare const UpdateManagedInstanceRoleCommand_base: {
61
61
  * <p>You don't have permission to access the managed node.</p>
62
62
  * </li>
63
63
  * <li>
64
- * <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
64
+ * <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
65
65
  * running.</p>
66
66
  * </li>
67
67
  * <li>
68
68
  * <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
69
69
  * </li>
70
70
  * <li>
71
- * <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
71
+ * <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
72
72
  * <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
73
73
  * <code>Shutting-down</code> and <code>Terminated</code>.</p>
74
74
  * </li>
@@ -30,7 +30,7 @@ declare const UpdateOpsItemCommand_base: {
30
30
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
31
31
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
32
32
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
33
- * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
33
+ * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager OpsCenter</a> in the
34
34
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.