@aws-sdk/client-ssm 3.529.0 → 3.532.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.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/CancelCommandCommand.d.ts +2 -2
- package/dist-types/commands/CreateActivationCommand.d.ts +2 -1
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +2 -2
- package/dist-types/commands/ListCommandsCommand.d.ts +2 -2
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +2 -2
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -1
- package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -5
- package/dist-types/commands/SendCommandCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +33 -30
- package/dist-types/models/models_1.d.ts +41 -51
- package/dist-types/models/models_2.d.ts +9 -23
- package/package.json +4 -4
|
@@ -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">
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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">
|
|
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)
|
|
@@ -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:
|
|
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-
|
|
44
|
-
*
|
|
45
|
-
*
|
|
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
|
|
47
|
-
*
|
|
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
|
|
@@ -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/
|
|
206
|
-
*
|
|
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
|
|
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>
|
|
@@ -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.
|
|
@@ -485,14 +485,14 @@ export declare class InvalidCommandId extends __BaseException {
|
|
|
485
485
|
* <p>You don't have permission to access the managed node.</p>
|
|
486
486
|
* </li>
|
|
487
487
|
* <li>
|
|
488
|
-
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
488
|
+
* <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
|
|
489
489
|
* running.</p>
|
|
490
490
|
* </li>
|
|
491
491
|
* <li>
|
|
492
492
|
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
493
493
|
* </li>
|
|
494
494
|
* <li>
|
|
495
|
-
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
495
|
+
* <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
|
|
496
496
|
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
497
497
|
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
498
498
|
* </li>
|
|
@@ -585,7 +585,7 @@ export interface CreateActivationRequest {
|
|
|
585
585
|
* <p>The name of the Identity and Access Management (IAM) role that you want to assign to
|
|
586
586
|
* the managed node. This IAM role must provide AssumeRole permissions for the
|
|
587
587
|
* Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
|
|
588
|
-
* IAM service role for a hybrid environment</a> in the
|
|
588
|
+
* IAM service role for a hybrid and multicloud environment</a> in the
|
|
589
589
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
590
590
|
* <note>
|
|
591
591
|
* <p>You can't specify an IAM service-linked role for this parameter. You must
|
|
@@ -737,7 +737,7 @@ export interface S3OutputLocation {
|
|
|
737
737
|
* @public
|
|
738
738
|
* <p>An S3 bucket where you want to store the results of this request.</p>
|
|
739
739
|
* <p>For the minimal permissions required to enable Amazon S3 output for an association,
|
|
740
|
-
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
|
740
|
+
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-associations-creating.html#state-manager-associations-console">Create an association (console)</a> in the <i>Systems Manager User Guide</i>. </p>
|
|
741
741
|
*/
|
|
742
742
|
export interface InstanceAssociationOutputLocation {
|
|
743
743
|
/**
|
|
@@ -895,7 +895,7 @@ export interface TargetLocation {
|
|
|
895
895
|
* </li>
|
|
896
896
|
* </ul>
|
|
897
897
|
* <p>For more information about how to send commands that target managed nodes using
|
|
898
|
-
* <code>Key,Value</code> parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting">Targeting multiple
|
|
898
|
+
* <code>Key,Value</code> parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting">Targeting multiple managed nodes</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
899
899
|
*/
|
|
900
900
|
export interface Target {
|
|
901
901
|
/**
|
|
@@ -941,7 +941,7 @@ export interface CreateAssociationRequest {
|
|
|
941
941
|
Name: string | undefined;
|
|
942
942
|
/**
|
|
943
943
|
* @public
|
|
944
|
-
* <p>The document version you want to associate with the
|
|
944
|
+
* <p>The document version you want to associate with the targets. Can be a specific version or
|
|
945
945
|
* the default version.</p>
|
|
946
946
|
* <important>
|
|
947
947
|
* <p>State Manager doesn't support running associations that use a new version of a document if
|
|
@@ -978,13 +978,13 @@ export interface CreateAssociationRequest {
|
|
|
978
978
|
* <p>The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource
|
|
979
979
|
* groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all
|
|
980
980
|
* managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
|
|
981
|
-
* <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">
|
|
981
|
+
* <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">About targets and rate controls in State Manager associations</a> in the
|
|
982
982
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
983
983
|
*/
|
|
984
984
|
Targets?: Target[];
|
|
985
985
|
/**
|
|
986
986
|
* @public
|
|
987
|
-
* <p>A cron expression when the association will be applied to the
|
|
987
|
+
* <p>A cron expression when the association will be applied to the targets.</p>
|
|
988
988
|
*/
|
|
989
989
|
ScheduleExpression?: string;
|
|
990
990
|
/**
|
|
@@ -1486,7 +1486,7 @@ export declare class InvalidTargetMaps extends __BaseException {
|
|
|
1486
1486
|
}
|
|
1487
1487
|
/**
|
|
1488
1488
|
* @public
|
|
1489
|
-
* <p>The document doesn't support the platform type of the given managed node
|
|
1489
|
+
* <p>The document doesn't support the platform type of the given managed node IDs. For example,
|
|
1490
1490
|
* you sent an document for a Windows managed node to a Linux node.</p>
|
|
1491
1491
|
*/
|
|
1492
1492
|
export declare class UnsupportedPlatformType extends __BaseException {
|
|
@@ -1890,17 +1890,20 @@ export interface CreateDocumentRequest {
|
|
|
1890
1890
|
* <ul>
|
|
1891
1891
|
* <li>
|
|
1892
1892
|
* <p>
|
|
1893
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-
|
|
1893
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-console">Create an SSM
|
|
1894
|
+
* document (console)</a>
|
|
1894
1895
|
* </p>
|
|
1895
1896
|
* </li>
|
|
1896
1897
|
* <li>
|
|
1897
1898
|
* <p>
|
|
1898
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli
|
|
1899
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-cli">Create an
|
|
1900
|
+
* SSM document (command line)</a>
|
|
1899
1901
|
* </p>
|
|
1900
1902
|
* </li>
|
|
1901
1903
|
* <li>
|
|
1902
1904
|
* <p>
|
|
1903
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api
|
|
1905
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-api">Create an
|
|
1906
|
+
* SSM document (API)</a>
|
|
1904
1907
|
* </p>
|
|
1905
1908
|
* </li>
|
|
1906
1909
|
* </ul>
|
|
@@ -2651,7 +2654,7 @@ export interface CreateOpsItemRequest {
|
|
|
2651
2654
|
* <p>Use the <code>/aws/resources</code> key in OperationalData to specify a related resource in
|
|
2652
2655
|
* the request. Use the <code>/aws/automations</code> key in OperationalData to associate an
|
|
2653
2656
|
* Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
|
|
2654
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">
|
|
2657
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">Create OpsItems
|
|
2655
2658
|
* manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
2656
2659
|
*/
|
|
2657
2660
|
OperationalData?: Record<string, OpsItemDataValue>;
|
|
@@ -3181,13 +3184,12 @@ export interface CreatePatchBaselineRequest {
|
|
|
3181
3184
|
* </li>
|
|
3182
3185
|
* <li>
|
|
3183
3186
|
* <p>
|
|
3184
|
-
* <b>
|
|
3185
|
-
*
|
|
3186
|
-
*
|
|
3187
|
-
* <
|
|
3188
|
-
*
|
|
3189
|
-
*
|
|
3190
|
-
* is reported as <code>InstalledRejected</code>.</p>
|
|
3187
|
+
* <b>BLOCK</b>: Packages in the <b>Rejected
|
|
3188
|
+
* patches</b> list, and packages that include them as dependencies, aren't installed by
|
|
3189
|
+
* Patch Manager under any circumstances. If a package was installed before it was added to the
|
|
3190
|
+
* <b>Rejected patches</b> list, or is installed outside of Patch
|
|
3191
|
+
* Manager afterward, it's considered noncompliant with the patch baseline and its status is
|
|
3192
|
+
* reported as <i>InstalledRejected</i>.</p>
|
|
3191
3193
|
* </li>
|
|
3192
3194
|
* </ul>
|
|
3193
3195
|
*/
|
|
@@ -3369,8 +3371,8 @@ export interface ResourceDataSyncSource {
|
|
|
3369
3371
|
* @public
|
|
3370
3372
|
* <p>When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager
|
|
3371
3373
|
* automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in
|
|
3372
|
-
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-
|
|
3373
|
-
*
|
|
3374
|
+
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html">Setting up Systems Manager Explorer to display data from multiple accounts and Regions</a> in
|
|
3375
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
3374
3376
|
*/
|
|
3375
3377
|
EnableAllOpsDataSources?: boolean;
|
|
3376
3378
|
}
|
|
@@ -3712,7 +3714,8 @@ export interface DeleteInventoryResult {
|
|
|
3712
3714
|
TypeName?: string;
|
|
3713
3715
|
/**
|
|
3714
3716
|
* @public
|
|
3715
|
-
* <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary">
|
|
3717
|
+
* <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary">Understanding the delete inventory summary</a> in the
|
|
3718
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
3716
3719
|
*/
|
|
3717
3720
|
DeletionSummary?: InventoryDeletionSummary;
|
|
3718
3721
|
}
|
|
@@ -5888,7 +5891,7 @@ export interface InstanceAssociation {
|
|
|
5888
5891
|
InstanceId?: string;
|
|
5889
5892
|
/**
|
|
5890
5893
|
* @public
|
|
5891
|
-
* <p>The content of the association document for the managed
|
|
5894
|
+
* <p>The content of the association document for the managed nodes.</p>
|
|
5892
5895
|
*/
|
|
5893
5896
|
Content?: string;
|
|
5894
5897
|
/**
|
|
@@ -6282,7 +6285,7 @@ export interface InstanceAggregatedAssociationOverview {
|
|
|
6282
6285
|
DetailedStatus?: string;
|
|
6283
6286
|
/**
|
|
6284
6287
|
* @public
|
|
6285
|
-
* <p>The number of associations for the managed
|
|
6288
|
+
* <p>The number of associations for the managed nodes.</p>
|
|
6286
6289
|
*/
|
|
6287
6290
|
InstanceAssociationStatusAggregatedCount?: Record<string, number>;
|
|
6288
6291
|
}
|
|
@@ -6406,9 +6409,9 @@ export interface InstanceInformation {
|
|
|
6406
6409
|
* property using the <a>CreateActivation</a> command. It is applied to the managed node
|
|
6407
6410
|
* by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as
|
|
6408
6411
|
* explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html">Install SSM Agent for a
|
|
6409
|
-
* hybrid environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
|
|
6410
|
-
* hybrid environment (Windows)</a>. To retrieve the <code>Name</code> tag of an
|
|
6411
|
-
* use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
6412
|
+
* hybrid and multicloud environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
|
|
6413
|
+
* hybrid and multicloud environment (Windows)</a>. To retrieve the <code>Name</code> tag of an
|
|
6414
|
+
* EC2 instance, use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
6412
6415
|
*/
|
|
6413
6416
|
Name?: string;
|
|
6414
6417
|
/**
|
|
@@ -6738,8 +6741,8 @@ export interface InstancePatchState {
|
|
|
6738
6741
|
* format and specify in the SSM document <code>AWS-RunPatchBaseline</code>, overrides the patches
|
|
6739
6742
|
* specified by the default patch baseline.</p>
|
|
6740
6743
|
* <p>For more information about the <code>InstallOverrideList</code> parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html">About the
|
|
6741
|
-
* <code>AWS-RunPatchBaseline</code>
|
|
6742
|
-
* </a>
|
|
6744
|
+
* <code>AWS-RunPatchBaseline SSM document</code>
|
|
6745
|
+
* </a> in the
|
|
6743
6746
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
6744
6747
|
*/
|
|
6745
6748
|
InstallOverrideList?: string;
|
|
@@ -615,7 +615,7 @@ export interface DescribeParametersRequest {
|
|
|
615
615
|
* <code>RAM Resource Share Created From Policy</code> must have been promoted to
|
|
616
616
|
* a standard Resource Share using the RAM
|
|
617
617
|
* <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> API operation.</p>
|
|
618
|
-
* <p>For more information about sharing parameters, see <a href="systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
|
|
618
|
+
* <p>For more information about sharing parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
|
|
619
619
|
* shared parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
620
620
|
* </note>
|
|
621
621
|
*/
|
|
@@ -2155,7 +2155,7 @@ export interface GetDeployablePatchSnapshotForInstanceResult {
|
|
|
2155
2155
|
* @public
|
|
2156
2156
|
* <p>Patching for applications released by Microsoft is only available on EC2 instances and
|
|
2157
2157
|
* advanced instances. To patch applications released by Microsoft on on-premises servers and VMs,
|
|
2158
|
-
* 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">
|
|
2158
|
+
* 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
|
|
2159
2159
|
* the advanced-instances tier</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
2160
2160
|
*/
|
|
2161
2161
|
export declare class UnsupportedFeatureRequiredException extends __BaseException {
|
|
@@ -3413,7 +3413,8 @@ export interface GetOpsItemRequest {
|
|
|
3413
3413
|
* history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information
|
|
3414
3414
|
* from Config, CloudTrail logs, and EventBridge, so you don't have
|
|
3415
3415
|
* to navigate across multiple console pages during your investigation. For more information, see
|
|
3416
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">
|
|
3416
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager
|
|
3417
|
+
* OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
3417
3418
|
*/
|
|
3418
3419
|
export interface OpsItem {
|
|
3419
3420
|
/**
|
|
@@ -3981,8 +3982,8 @@ export interface GetParametersRequest {
|
|
|
3981
3982
|
* parameters shared with you from another account, you must use the full ARNs.</p>
|
|
3982
3983
|
* <p>To query by parameter label, use <code>"Name": "name:label"</code>. To query by parameter
|
|
3983
3984
|
* version, use <code>"Name": "name:version"</code>.</p>
|
|
3984
|
-
* <p>For more information about shared parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
|
3985
|
-
*
|
|
3985
|
+
* <p>For more information about shared parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
|
|
3986
|
+
* shared parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
3986
3987
|
*/
|
|
3987
3988
|
Names: string[] | undefined;
|
|
3988
3989
|
/**
|
|
@@ -4460,8 +4461,8 @@ export interface LabelParameterVersionResult {
|
|
|
4460
4461
|
/**
|
|
4461
4462
|
* @public
|
|
4462
4463
|
* <p>The label doesn't meet the requirements. For information about parameter label requirements,
|
|
4463
|
-
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html">
|
|
4464
|
-
*
|
|
4464
|
+
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html">Working with parameter
|
|
4465
|
+
* labels</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
4465
4466
|
*/
|
|
4466
4467
|
InvalidLabels?: string[];
|
|
4467
4468
|
/**
|
|
@@ -5608,8 +5609,8 @@ export interface Command {
|
|
|
5608
5609
|
* <p>The maximum number of managed nodes that are allowed to run the command at the same time.
|
|
5609
5610
|
* You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The
|
|
5610
5611
|
* default value is 50. For more information about how to use <code>MaxConcurrency</code>, see
|
|
5611
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">
|
|
5612
|
-
*
|
|
5612
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">Amazon Web Services Systems Manager
|
|
5613
|
+
* Run Command</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
5613
5614
|
*/
|
|
5614
5615
|
MaxConcurrency?: string;
|
|
5615
5616
|
/**
|
|
@@ -5617,8 +5618,8 @@ export interface Command {
|
|
|
5617
5618
|
* <p>The maximum number of errors allowed before the system stops sending the command to
|
|
5618
5619
|
* additional targets. You can specify a number of errors, such as 10, or a percentage or errors,
|
|
5619
5620
|
* such as 10%. The default value is <code>0</code>. For more information about how to use
|
|
5620
|
-
* <code>MaxErrors</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">
|
|
5621
|
-
*
|
|
5621
|
+
* <code>MaxErrors</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">Amazon Web Services Systems Manager Run Command</a> in the
|
|
5622
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
5622
5623
|
*/
|
|
5623
5624
|
MaxErrors?: string;
|
|
5624
5625
|
/**
|
|
@@ -5768,13 +5769,15 @@ export interface ListComplianceItemsRequest {
|
|
|
5768
5769
|
* @public
|
|
5769
5770
|
* <p>A summary of the call execution that includes an execution ID, the type of execution (for
|
|
5770
5771
|
* example, <code>Command</code>), and the date/time of the execution using a datetime object that
|
|
5771
|
-
* is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
|
5772
|
+
* is saved in the following format: <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
|
|
5773
|
+
* </p>
|
|
5772
5774
|
*/
|
|
5773
5775
|
export interface ComplianceExecutionSummary {
|
|
5774
5776
|
/**
|
|
5775
5777
|
* @public
|
|
5776
5778
|
* <p>The time the execution ran as a datetime object that is saved in the following format:
|
|
5777
|
-
*
|
|
5779
|
+
* <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
|
|
5780
|
+
* </p>
|
|
5778
5781
|
*/
|
|
5779
5782
|
ExecutionTime: Date | undefined;
|
|
5780
5783
|
/**
|
|
@@ -6641,17 +6644,17 @@ export interface ListInventoryEntriesResult {
|
|
|
6641
6644
|
InstanceId?: string;
|
|
6642
6645
|
/**
|
|
6643
6646
|
* @public
|
|
6644
|
-
* <p>The inventory schema version used by the managed
|
|
6647
|
+
* <p>The inventory schema version used by the managed nodes.</p>
|
|
6645
6648
|
*/
|
|
6646
6649
|
SchemaVersion?: string;
|
|
6647
6650
|
/**
|
|
6648
6651
|
* @public
|
|
6649
|
-
* <p>The time that inventory information was collected for the managed
|
|
6652
|
+
* <p>The time that inventory information was collected for the managed nodes.</p>
|
|
6650
6653
|
*/
|
|
6651
6654
|
CaptureTime?: string;
|
|
6652
6655
|
/**
|
|
6653
6656
|
* @public
|
|
6654
|
-
* <p>A list of inventory items on the managed
|
|
6657
|
+
* <p>A list of inventory items on the managed nodes.</p>
|
|
6655
6658
|
*/
|
|
6656
6659
|
Entries?: Record<string, string>[];
|
|
6657
6660
|
/**
|
|
@@ -7207,8 +7210,8 @@ export interface ResourceDataSyncSourceWithState {
|
|
|
7207
7210
|
* @public
|
|
7208
7211
|
* <p>When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager
|
|
7209
7212
|
* automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in
|
|
7210
|
-
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-
|
|
7211
|
-
*
|
|
7213
|
+
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html">Setting up Systems Manager Explorer to display data from multiple accounts and Regions</a> in
|
|
7214
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
7212
7215
|
*/
|
|
7213
7216
|
EnableAllOpsDataSources?: boolean;
|
|
7214
7217
|
}
|
|
@@ -7356,8 +7359,8 @@ export interface ModifyDocumentPermissionRequest {
|
|
|
7356
7359
|
* @public
|
|
7357
7360
|
* <p>The Amazon Web Services users that should no longer have access to the document. The Amazon Web Services user
|
|
7358
7361
|
* can either be a group of account IDs or <i>All</i>. This action has a higher
|
|
7359
|
-
* priority than <
|
|
7360
|
-
*
|
|
7362
|
+
* priority than <code>AccountIdsToAdd</code>. If you specify an ID to add and the same ID to
|
|
7363
|
+
* remove, the system removes access to the document.</p>
|
|
7361
7364
|
*/
|
|
7362
7365
|
AccountIdsToRemove?: string[];
|
|
7363
7366
|
/**
|
|
@@ -7486,7 +7489,8 @@ export interface PutComplianceItemsRequest {
|
|
|
7486
7489
|
* @public
|
|
7487
7490
|
* <p>A summary of the call execution that includes an execution ID, the type of execution (for
|
|
7488
7491
|
* example, <code>Command</code>), and the date/time of the execution using a datetime object that
|
|
7489
|
-
* is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
|
7492
|
+
* is saved in the following format: <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
|
|
7493
|
+
* </p>
|
|
7490
7494
|
*/
|
|
7491
7495
|
ExecutionSummary: ComplianceExecutionSummary | undefined;
|
|
7492
7496
|
/**
|
|
@@ -7995,8 +7999,8 @@ export interface PutParameterRequest {
|
|
|
7995
7999
|
* Standard parameters are offered at no additional cost. </p>
|
|
7996
8000
|
* <p>Advanced parameters have a content size limit of 8 KB and can be configured to use parameter
|
|
7997
8001
|
* policies. You can create a maximum of 100,000 advanced parameters for each Region in an
|
|
7998
|
-
* Amazon Web Services account. Advanced parameters incur a charge. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html">
|
|
7999
|
-
*
|
|
8002
|
+
* Amazon Web Services account. Advanced parameters incur a charge. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html">Managing
|
|
8003
|
+
* parameter tiers</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8000
8004
|
* <p>You can change a standard parameter to an advanced parameter any time. But you can't revert
|
|
8001
8005
|
* an advanced parameter to a standard parameter. Reverting an advanced parameter to a standard
|
|
8002
8006
|
* parameter would result in data loss because the system would truncate the size of the parameter
|
|
@@ -8044,8 +8048,8 @@ export interface PutParameterRequest {
|
|
|
8044
8048
|
* Amazon Web Services Region.</p>
|
|
8045
8049
|
* </li>
|
|
8046
8050
|
* </ul>
|
|
8047
|
-
* <p>For more information about configuring the default tier option, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier
|
|
8048
|
-
*
|
|
8051
|
+
* <p>For more information about configuring the default tier option, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier">Specifying a default parameter tier</a> in the
|
|
8052
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8049
8053
|
*/
|
|
8050
8054
|
Tier?: ParameterTier;
|
|
8051
8055
|
/**
|
|
@@ -8107,7 +8111,7 @@ export interface PutParameterRequest {
|
|
|
8107
8111
|
* monitor whether your <code>aws:ec2:image</code> parameters are created successfully, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html">Setting
|
|
8108
8112
|
* up notifications or trigger actions based on Parameter Store events</a>. For more
|
|
8109
8113
|
* information about AMI format validation , see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html">Native parameter
|
|
8110
|
-
* support for Amazon Machine Image
|
|
8114
|
+
* support for Amazon Machine Image IDs</a>. </p>
|
|
8111
8115
|
* </note>
|
|
8112
8116
|
*/
|
|
8113
8117
|
DataType?: string;
|
|
@@ -8404,21 +8408,8 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
|
8404
8408
|
* maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's
|
|
8405
8409
|
* service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run
|
|
8406
8410
|
* <code>RegisterTaskWithMaintenanceWindow</code>.</p>
|
|
8407
|
-
* <p>For more information, see
|
|
8408
|
-
*
|
|
8409
|
-
* <li>
|
|
8410
|
-
* <p>
|
|
8411
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
8412
|
-
* service-linked roles for Systems Manager</a>
|
|
8413
|
-
* </p>
|
|
8414
|
-
* </li>
|
|
8415
|
-
* <li>
|
|
8416
|
-
* <p>
|
|
8417
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role">Should I use a service-linked role or a custom service role to run maintenance window tasks?
|
|
8418
|
-
* </a>
|
|
8419
|
-
* </p>
|
|
8420
|
-
* </li>
|
|
8421
|
-
* </ul>
|
|
8411
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
8412
|
+
* service-linked roles for Systems Manager</a> in the in the <i>Amazon Web Services Systems Manager User Guide</i>:</p>
|
|
8422
8413
|
*/
|
|
8423
8414
|
ServiceRoleArn?: string;
|
|
8424
8415
|
/**
|
|
@@ -8820,8 +8811,8 @@ export declare class InvalidOutputFolder extends __BaseException {
|
|
|
8820
8811
|
/**
|
|
8821
8812
|
* @public
|
|
8822
8813
|
* <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
|
|
8823
|
-
* configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
|
8824
|
-
*
|
|
8814
|
+
* 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
|
|
8815
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8825
8816
|
*/
|
|
8826
8817
|
export declare class InvalidRole extends __BaseException {
|
|
8827
8818
|
readonly name: "InvalidRole";
|
|
@@ -8845,9 +8836,8 @@ export interface SendCommandRequest {
|
|
|
8845
8836
|
* IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
|
|
8846
8837
|
* which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
|
|
8847
8838
|
* send command to tens, hundreds, or thousands of nodes at once.</p>
|
|
8848
|
-
* <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">
|
|
8849
|
-
*
|
|
8850
|
-
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8839
|
+
* <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">Run commands at scale</a>
|
|
8840
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8851
8841
|
*/
|
|
8852
8842
|
InstanceIds?: string[];
|
|
8853
8843
|
/**
|
|
@@ -8859,16 +8849,16 @@ export interface SendCommandRequest {
|
|
|
8859
8849
|
* of nodes at once.</p>
|
|
8860
8850
|
* <p>To send a command to a smaller number of managed nodes, you can use the
|
|
8861
8851
|
* <code>InstanceIds</code> option instead.</p>
|
|
8862
|
-
* <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">
|
|
8863
|
-
*
|
|
8852
|
+
* <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">Run commands at scale</a>
|
|
8853
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8864
8854
|
*/
|
|
8865
8855
|
Targets?: Target[];
|
|
8866
8856
|
/**
|
|
8867
8857
|
* @public
|
|
8868
8858
|
* <p>The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a
|
|
8869
8859
|
* custom document. To run a shared document belonging to another account, specify the document
|
|
8870
|
-
* Amazon Resource Name (ARN). For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">
|
|
8871
|
-
*
|
|
8860
|
+
* Amazon Resource Name (ARN). For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">Sharing SSM
|
|
8861
|
+
* documents</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8872
8862
|
* <note>
|
|
8873
8863
|
* <p>If you specify a document name or ARN that hasn't been shared with your account, you
|
|
8874
8864
|
* receive an <code>InvalidDocument</code> error. </p>
|
|
@@ -9079,7 +9069,7 @@ export interface StartAutomationExecutionRequest {
|
|
|
9079
9069
|
* @public
|
|
9080
9070
|
* <p>The name of the SSM document to run. This can be a public document or a custom document. To
|
|
9081
9071
|
* run a shared document belonging to another account, specify the document ARN. For more
|
|
9082
|
-
* information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-
|
|
9072
|
+
* information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html">Sharing SSM documents</a>
|
|
9083
9073
|
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
9084
9074
|
*/
|
|
9085
9075
|
DocumentName: string | undefined;
|
|
@@ -859,21 +859,8 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
859
859
|
* maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's
|
|
860
860
|
* service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run
|
|
861
861
|
* <code>RegisterTaskWithMaintenanceWindow</code>.</p>
|
|
862
|
-
* <p>For more information, see
|
|
863
|
-
*
|
|
864
|
-
* <li>
|
|
865
|
-
* <p>
|
|
866
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
867
|
-
* service-linked roles for Systems Manager</a>
|
|
868
|
-
* </p>
|
|
869
|
-
* </li>
|
|
870
|
-
* <li>
|
|
871
|
-
* <p>
|
|
872
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role">Should I use a service-linked role or a custom service role to run maintenance window tasks?
|
|
873
|
-
* </a>
|
|
874
|
-
* </p>
|
|
875
|
-
* </li>
|
|
876
|
-
* </ul>
|
|
862
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
863
|
+
* service-linked roles for Systems Manager</a> in the in the <i>Amazon Web Services Systems Manager User Guide</i>:</p>
|
|
877
864
|
*/
|
|
878
865
|
ServiceRoleArn?: string;
|
|
879
866
|
/**
|
|
@@ -1116,7 +1103,7 @@ export interface UpdateManagedInstanceRoleRequest {
|
|
|
1116
1103
|
* <p>The name of the Identity and Access Management (IAM) role that you want to assign to
|
|
1117
1104
|
* the managed node. This IAM role must provide AssumeRole permissions for the
|
|
1118
1105
|
* Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
|
|
1119
|
-
* IAM service role for a hybrid environment</a> in the
|
|
1106
|
+
* IAM service role for a hybrid and multicloud environment</a> in the
|
|
1120
1107
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1121
1108
|
* <note>
|
|
1122
1109
|
* <p>You can't specify an IAM service-linked role for this parameter. You must
|
|
@@ -1359,13 +1346,12 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1359
1346
|
* </li>
|
|
1360
1347
|
* <li>
|
|
1361
1348
|
* <p>
|
|
1362
|
-
* <b>
|
|
1363
|
-
*
|
|
1364
|
-
*
|
|
1365
|
-
* <
|
|
1366
|
-
*
|
|
1367
|
-
*
|
|
1368
|
-
* and its status is reported as <code>InstalledRejected</code>.</p>
|
|
1349
|
+
* <b>BLOCK</b>: Packages in the <b>Rejected
|
|
1350
|
+
* patches</b> list, and packages that include them as dependencies, aren't installed by
|
|
1351
|
+
* Patch Manager under any circumstances. If a package was installed before it was added to the
|
|
1352
|
+
* <b>Rejected patches</b> list, or is installed outside of Patch
|
|
1353
|
+
* Manager afterward, it's considered noncompliant with the patch baseline and its status is
|
|
1354
|
+
* reported as <i>InstalledRejected</i>.</p>
|
|
1369
1355
|
* </li>
|
|
1370
1356
|
* </ul>
|
|
1371
1357
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.532.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.529.
|
|
24
|
-
"@aws-sdk/core": "3.529.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.529.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.1",
|
|
24
|
+
"@aws-sdk/core": "3.529.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.1",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|