@aws-sdk/client-ssm 3.734.0 → 3.735.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/README.md +5 -4
- package/dist-types/SSM.d.ts +5 -4
- package/dist-types/SSMClient.d.ts +5 -4
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/CreateActivationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +5 -4
- package/dist-types/models/models_0.d.ts +7 -9
- package/dist-types/models/models_1.d.ts +12 -13
- package/dist-types/models/models_2.d.ts +20 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,16 +15,17 @@ operations at scale.</p>
|
|
|
15
15
|
</p>
|
|
16
16
|
<ul>
|
|
17
17
|
<li>
|
|
18
|
-
<p>For information about each of the
|
|
18
|
+
<p>For information about each of the tools that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-tools.html">Using
|
|
19
|
+
Systems Manager tools</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
19
20
|
</li>
|
|
20
21
|
<li>
|
|
21
|
-
<p>For details about predefined runbooks for Automation, a
|
|
22
|
+
<p>For details about predefined runbooks for Automation, a tool in Amazon Web Services Systems Manager, see the
|
|
22
23
|
<i>
|
|
23
24
|
<a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
|
|
24
25
|
</i>.</p>
|
|
25
26
|
</li>
|
|
26
27
|
<li>
|
|
27
|
-
<p>For information about AppConfig, a
|
|
28
|
+
<p>For information about AppConfig, a tool in Systems Manager, see the <i>
|
|
28
29
|
<a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
|
|
29
30
|
</i>
|
|
30
31
|
and the <i>
|
|
@@ -33,7 +34,7 @@ API Reference</a>
|
|
|
33
34
|
</i>.</p>
|
|
34
35
|
</li>
|
|
35
36
|
<li>
|
|
36
|
-
<p>For information about Incident Manager, a
|
|
37
|
+
<p>For information about Incident Manager, a tool in Systems Manager, see the <i>
|
|
37
38
|
<a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
|
|
38
39
|
Guide</a>
|
|
39
40
|
</i> and the <i>
|
package/dist-types/SSM.d.ts
CHANGED
|
@@ -1050,16 +1050,17 @@ export interface SSM {
|
|
|
1050
1050
|
* </p>
|
|
1051
1051
|
* <ul>
|
|
1052
1052
|
* <li>
|
|
1053
|
-
* <p>For information about each of the
|
|
1053
|
+
* <p>For information about each of the tools that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-tools.html">Using
|
|
1054
|
+
* Systems Manager tools</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1054
1055
|
* </li>
|
|
1055
1056
|
* <li>
|
|
1056
|
-
* <p>For details about predefined runbooks for Automation, a
|
|
1057
|
+
* <p>For details about predefined runbooks for Automation, a tool in Amazon Web Services Systems Manager, see the
|
|
1057
1058
|
* <i>
|
|
1058
1059
|
* <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
|
|
1059
1060
|
* </i>.</p>
|
|
1060
1061
|
* </li>
|
|
1061
1062
|
* <li>
|
|
1062
|
-
* <p>For information about AppConfig, a
|
|
1063
|
+
* <p>For information about AppConfig, a tool in Systems Manager, see the <i>
|
|
1063
1064
|
* <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
|
|
1064
1065
|
* </i>
|
|
1065
1066
|
* and the <i>
|
|
@@ -1068,7 +1069,7 @@ export interface SSM {
|
|
|
1068
1069
|
* </i>.</p>
|
|
1069
1070
|
* </li>
|
|
1070
1071
|
* <li>
|
|
1071
|
-
* <p>For information about Incident Manager, a
|
|
1072
|
+
* <p>For information about Incident Manager, a tool in Systems Manager, see the <i>
|
|
1072
1073
|
* <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
|
|
1073
1074
|
* Guide</a>
|
|
1074
1075
|
* </i> and the <i>
|
|
@@ -322,16 +322,17 @@ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
|
|
|
322
322
|
* </p>
|
|
323
323
|
* <ul>
|
|
324
324
|
* <li>
|
|
325
|
-
* <p>For information about each of the
|
|
325
|
+
* <p>For information about each of the tools that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-tools.html">Using
|
|
326
|
+
* Systems Manager tools</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
326
327
|
* </li>
|
|
327
328
|
* <li>
|
|
328
|
-
* <p>For details about predefined runbooks for Automation, a
|
|
329
|
+
* <p>For details about predefined runbooks for Automation, a tool in Amazon Web Services Systems Manager, see the
|
|
329
330
|
* <i>
|
|
330
331
|
* <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
|
|
331
332
|
* </i>.</p>
|
|
332
333
|
* </li>
|
|
333
334
|
* <li>
|
|
334
|
-
* <p>For information about AppConfig, a
|
|
335
|
+
* <p>For information about AppConfig, a tool in Systems Manager, see the <i>
|
|
335
336
|
* <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
|
|
336
337
|
* </i>
|
|
337
338
|
* and the <i>
|
|
@@ -340,7 +341,7 @@ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
|
|
|
340
341
|
* </i>.</p>
|
|
341
342
|
* </li>
|
|
342
343
|
* <li>
|
|
343
|
-
* <p>For information about Incident Manager, a
|
|
344
|
+
* <p>For information about Incident Manager, a tool in Systems Manager, see the <i>
|
|
344
345
|
* <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
|
|
345
346
|
* Guide</a>
|
|
346
347
|
* </i> and the <i>
|
|
@@ -28,7 +28,7 @@ declare const AssociateOpsItemRelatedItemCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an
|
|
31
|
-
* Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are
|
|
31
|
+
* Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in
|
|
32
32
|
* Amazon Web Services Systems Manager.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -29,8 +29,8 @@ declare const CreateActivationCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Generates an activation code and activation ID you can use to register your on-premises
|
|
31
31
|
* servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with
|
|
32
|
-
* Systems Manager makes it possible to manage them using Systems Manager
|
|
33
|
-
*
|
|
32
|
+
* Systems Manager makes it possible to manage them using Systems Manager tools. You use the activation code and ID when
|
|
33
|
+
* installing SSM Agent on machines in your hybrid environment. For more information about
|
|
34
34
|
* requirements for managing on-premises machines using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-hybrid-multicloud.html">Using Amazon Web Services Systems Manager in
|
|
35
35
|
* hybrid and multicloud environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
36
36
|
* <note>
|
|
@@ -31,12 +31,12 @@ declare const CreateAssociationCommand_base: {
|
|
|
31
31
|
* nodes. For example, an association can specify that anti-virus software must be installed and
|
|
32
32
|
* running on your managed nodes, or that certain ports must be closed. For static targets, the
|
|
33
33
|
* association specifies a schedule for when the configuration is reapplied. For dynamic targets,
|
|
34
|
-
* such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
34
|
+
* such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager
|
|
35
|
+
* applies the configuration when new managed nodes are added to the group. The association also
|
|
36
|
+
* specifies actions to take when applying the configuration. For example, an association for
|
|
37
|
+
* anti-virus software might run once a day. If the software isn't installed, then State Manager
|
|
38
|
+
* installs it. If the software is installed, but the service isn't running, then the association
|
|
39
|
+
* might instruct State Manager to start the service. </p>
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
42
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const DisassociateOpsItemRelatedItemCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Deletes the association between an OpsItem and a related item. For example, this API
|
|
31
|
-
* operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a
|
|
31
|
+
* operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in
|
|
32
32
|
* Amazon Web Services Systems Manager.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -35,7 +35,7 @@ declare const GetCalendarStateCommand_base: {
|
|
|
35
35
|
* <p>If you specify more than one calendar in a request, the command returns the status of
|
|
36
36
|
* <code>OPEN</code> only if all calendars in the request are open. If one or more calendars in the
|
|
37
37
|
* request are closed, the status returned is <code>CLOSED</code>.</p>
|
|
38
|
-
* <p>For more information about Change Calendar, a
|
|
38
|
+
* <p>For more information about Change Calendar, a tool in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html">Amazon Web Services Systems Manager Change Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
39
39
|
* @example
|
|
40
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
41
|
* ```javascript
|
|
@@ -31,9 +31,9 @@ declare const GetDeployablePatchSnapshotForInstanceCommand_base: {
|
|
|
31
31
|
* primarily used by the <code>AWS-RunPatchBaseline</code> Systems Manager document (SSM document).</p>
|
|
32
32
|
* <note>
|
|
33
33
|
* <p>If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid
|
|
34
|
-
* this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a
|
|
35
|
-
*
|
|
36
|
-
*
|
|
34
|
+
* this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a tool in Amazon Web Services Systems Manager,
|
|
35
|
+
* with an SSM document that enables you to target a managed node with a script or command. For
|
|
36
|
+
* example, run the command using the <code>AWS-RunShellScript</code> document or the
|
|
37
37
|
* <code>AWS-RunPowerShellScript</code> document.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* @example
|
|
@@ -27,7 +27,7 @@ declare const GetParametersByPathCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieve information about one or more parameters in a
|
|
30
|
+
* <p>Retrieve information about one or more parameters under a specified level in a hierarchy. </p>
|
|
31
31
|
* <p>Request results are returned on a best-effort basis. If you specify <code>MaxResults</code>
|
|
32
32
|
* in the request, the response includes information up to the limit specified. The number of items
|
|
33
33
|
* returned, however, can be between zero and the value of <code>MaxResults</code>. If the service
|
|
@@ -29,7 +29,7 @@ declare const ListAssociationsCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You
|
|
31
31
|
* can limit the results to a specific State Manager association document or managed node by
|
|
32
|
-
* specifying a filter. State Manager is a
|
|
32
|
+
* specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const ListOpsItemRelatedItemsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a
|
|
31
|
-
*
|
|
31
|
+
* tool in Amazon Web Services Systems Manager.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,16 +8,17 @@
|
|
|
8
8
|
* </p>
|
|
9
9
|
* <ul>
|
|
10
10
|
* <li>
|
|
11
|
-
* <p>For information about each of the
|
|
11
|
+
* <p>For information about each of the tools that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-tools.html">Using
|
|
12
|
+
* Systems Manager tools</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
12
13
|
* </li>
|
|
13
14
|
* <li>
|
|
14
|
-
* <p>For details about predefined runbooks for Automation, a
|
|
15
|
+
* <p>For details about predefined runbooks for Automation, a tool in Amazon Web Services Systems Manager, see the
|
|
15
16
|
* <i>
|
|
16
17
|
* <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
|
|
17
18
|
* </i>.</p>
|
|
18
19
|
* </li>
|
|
19
20
|
* <li>
|
|
20
|
-
* <p>For information about AppConfig, a
|
|
21
|
+
* <p>For information about AppConfig, a tool in Systems Manager, see the <i>
|
|
21
22
|
* <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
|
|
22
23
|
* </i>
|
|
23
24
|
* and the <i>
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
* </i>.</p>
|
|
27
28
|
* </li>
|
|
28
29
|
* <li>
|
|
29
|
-
* <p>For information about Incident Manager, a
|
|
30
|
+
* <p>For information about Incident Manager, a tool in Systems Manager, see the <i>
|
|
30
31
|
* <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
|
|
31
32
|
* Guide</a>
|
|
32
33
|
* </i> and the <i>
|
|
@@ -770,7 +770,7 @@ export type AssociationSyncCompliance = (typeof AssociationSyncCompliance)[keyof
|
|
|
770
770
|
* </note>
|
|
771
771
|
* <p>Supported formats include the following.</p>
|
|
772
772
|
* <p>
|
|
773
|
-
* <b>For all Systems Manager
|
|
773
|
+
* <b>For all Systems Manager tools:</b>
|
|
774
774
|
* </p>
|
|
775
775
|
* <ul>
|
|
776
776
|
* <li>
|
|
@@ -1051,7 +1051,7 @@ export interface CreateAssociationRequest {
|
|
|
1051
1051
|
/**
|
|
1052
1052
|
* <p>Choose the parameter that will define how your automation will branch out. This target is
|
|
1053
1053
|
* required for associations that use an Automation runbook and target resources by using rate
|
|
1054
|
-
* controls. Automation is a
|
|
1054
|
+
* controls. Automation is a tool in Amazon Web Services Systems Manager.</p>
|
|
1055
1055
|
* @public
|
|
1056
1056
|
*/
|
|
1057
1057
|
AutomationTargetParameterName?: string | undefined;
|
|
@@ -1287,7 +1287,7 @@ export interface AssociationDescription {
|
|
|
1287
1287
|
/**
|
|
1288
1288
|
* <p>Choose the parameter that will define how your automation will branch out. This target is
|
|
1289
1289
|
* required for associations that use an Automation runbook and target resources by using rate
|
|
1290
|
-
* controls. Automation is a
|
|
1290
|
+
* controls. Automation is a tool in Amazon Web Services Systems Manager.</p>
|
|
1291
1291
|
* @public
|
|
1292
1292
|
*/
|
|
1293
1293
|
AutomationTargetParameterName?: string | undefined;
|
|
@@ -1370,8 +1370,7 @@ export interface AssociationDescription {
|
|
|
1370
1370
|
* successfully, the association is <code>NON-COMPLIANT</code>.</p>
|
|
1371
1371
|
* <p>In <code>MANUAL</code> mode, you must specify the <code>AssociationId</code> as a parameter
|
|
1372
1372
|
* for the <a>PutComplianceItems</a> API operation. In this case, compliance data isn't
|
|
1373
|
-
* managed by State Manager, a
|
|
1374
|
-
* <a>PutComplianceItems</a> API operation.</p>
|
|
1373
|
+
* managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the <a>PutComplianceItems</a> API operation.</p>
|
|
1375
1374
|
* <p>By default, all associations use <code>AUTO</code> mode.</p>
|
|
1376
1375
|
* @public
|
|
1377
1376
|
*/
|
|
@@ -1597,7 +1596,7 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1597
1596
|
Parameters?: Record<string, string[]> | undefined;
|
|
1598
1597
|
/**
|
|
1599
1598
|
* <p>Specify the target for the association. This target is required for associations that use an
|
|
1600
|
-
* Automation runbook and target resources by using rate controls. Automation is a
|
|
1599
|
+
* Automation runbook and target resources by using rate controls. Automation is a tool in
|
|
1601
1600
|
* Amazon Web Services Systems Manager.</p>
|
|
1602
1601
|
* @public
|
|
1603
1602
|
*/
|
|
@@ -1666,8 +1665,7 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1666
1665
|
* successfully, the association is <code>NON-COMPLIANT</code>. </p>
|
|
1667
1666
|
* <p>In <code>MANUAL</code> mode, you must specify the <code>AssociationId</code> as a parameter
|
|
1668
1667
|
* for the <a>PutComplianceItems</a> API operation. In this case, compliance data isn't
|
|
1669
|
-
* managed by State Manager, a
|
|
1670
|
-
* <a>PutComplianceItems</a> API operation.</p>
|
|
1668
|
+
* managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the <a>PutComplianceItems</a> API operation.</p>
|
|
1671
1669
|
* <p>By default, all associations use <code>AUTO</code> mode.</p>
|
|
1672
1670
|
* @public
|
|
1673
1671
|
*/
|
|
@@ -6904,7 +6902,7 @@ export interface InstancePatchState {
|
|
|
6904
6902
|
FailedCount?: number | undefined;
|
|
6905
6903
|
/**
|
|
6906
6904
|
* <p>The number of patches beyond the supported limit of <code>NotApplicableCount</code> that
|
|
6907
|
-
* aren't reported by name to Inventory. Inventory is a
|
|
6905
|
+
* aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.</p>
|
|
6908
6906
|
* @public
|
|
6909
6907
|
*/
|
|
6910
6908
|
UnreportedNotApplicableCount?: number | undefined;
|
|
@@ -838,8 +838,8 @@ export interface ParameterInlinePolicy {
|
|
|
838
838
|
*/
|
|
839
839
|
PolicyText?: string | undefined;
|
|
840
840
|
/**
|
|
841
|
-
* <p>The type of policy. Parameter Store, a
|
|
842
|
-
*
|
|
841
|
+
* <p>The type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy
|
|
842
|
+
* types: Expiration, ExpirationNotification, and NoChangeNotification. </p>
|
|
843
843
|
* @public
|
|
844
844
|
*/
|
|
845
845
|
PolicyType?: string | undefined;
|
|
@@ -1230,7 +1230,7 @@ export interface DescribePatchGroupStateResult {
|
|
|
1230
1230
|
InstancesWithNotApplicablePatches?: number | undefined;
|
|
1231
1231
|
/**
|
|
1232
1232
|
* <p>The number of managed nodes with <code>NotApplicable</code> patches beyond the supported
|
|
1233
|
-
* limit, which aren't reported by name to Inventory. Inventory is a
|
|
1233
|
+
* limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.</p>
|
|
1234
1234
|
* @public
|
|
1235
1235
|
*/
|
|
1236
1236
|
InstancesWithUnreportedNotApplicablePatches?: number | undefined;
|
|
@@ -5170,8 +5170,7 @@ export interface AssociationVersionInfo {
|
|
|
5170
5170
|
* successfully, the association is <code>NON-COMPLIANT</code>.</p>
|
|
5171
5171
|
* <p>In <code>MANUAL</code> mode, you must specify the <code>AssociationId</code> as a parameter
|
|
5172
5172
|
* for the <a>PutComplianceItems</a> API operation. In this case, compliance data isn't
|
|
5173
|
-
* managed by State Manager, a
|
|
5174
|
-
* <a>PutComplianceItems</a> API operation.</p>
|
|
5173
|
+
* managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the <a>PutComplianceItems</a> API operation.</p>
|
|
5175
5174
|
* <p>By default, all associations use <code>AUTO</code> mode.</p>
|
|
5176
5175
|
* @public
|
|
5177
5176
|
*/
|
|
@@ -5781,9 +5780,9 @@ export interface CommandInvocation {
|
|
|
5781
5780
|
*/
|
|
5782
5781
|
CommandPlugins?: CommandPlugin[] | undefined;
|
|
5783
5782
|
/**
|
|
5784
|
-
* <p>The Identity and Access Management (IAM) service role that Run Command, a
|
|
5785
|
-
*
|
|
5786
|
-
*
|
|
5783
|
+
* <p>The Identity and Access Management (IAM) service role that Run Command, a tool in
|
|
5784
|
+
* Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on
|
|
5785
|
+
* a per managed node basis.</p>
|
|
5787
5786
|
* @public
|
|
5788
5787
|
*/
|
|
5789
5788
|
ServiceRole?: string | undefined;
|
|
@@ -6044,8 +6043,8 @@ export interface Command {
|
|
|
6044
6043
|
*/
|
|
6045
6044
|
DeliveryTimedOutCount?: number | undefined;
|
|
6046
6045
|
/**
|
|
6047
|
-
* <p>The Identity and Access Management (IAM) service role that Run Command, a
|
|
6048
|
-
*
|
|
6046
|
+
* <p>The Identity and Access Management (IAM) service role that Run Command, a tool in
|
|
6047
|
+
* Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.
|
|
6049
6048
|
* </p>
|
|
6050
6049
|
* @public
|
|
6051
6050
|
*/
|
|
@@ -8643,8 +8642,8 @@ export interface PutParameterRequest {
|
|
|
8643
8642
|
* limit of 4 KB. Advanced parameters have a value limit of 8 KB.</p>
|
|
8644
8643
|
* <note>
|
|
8645
8644
|
* <p>Parameters can't be referenced or nested in the values of other parameters. You can't
|
|
8646
|
-
* include <code>\{\{\}\}</code> or
|
|
8647
|
-
*
|
|
8645
|
+
* include values wrapped in double brackets <code>\{\{\}\}</code> or
|
|
8646
|
+
* <code>\{\{ssm:<i>parameter-name</i>\}\}</code> in a parameter value.</p>
|
|
8648
8647
|
* </note>
|
|
8649
8648
|
* @public
|
|
8650
8649
|
*/
|
|
@@ -8784,7 +8783,7 @@ export interface PutParameterRequest {
|
|
|
8784
8783
|
Tier?: ParameterTier | undefined;
|
|
8785
8784
|
/**
|
|
8786
8785
|
* <p>One or more policies to apply to a parameter. This operation takes a JSON array. Parameter
|
|
8787
|
-
* Store, a
|
|
8786
|
+
* Store, a tool in Amazon Web Services Systems Manager supports the following policy types:</p>
|
|
8788
8787
|
* <p>Expiration: This policy deletes the parameter after it expires. When you create the policy,
|
|
8789
8788
|
* you specify the expiration date. You can update the expiration date and time by updating the
|
|
8790
8789
|
* policy. Updating the <i>parameter</i> doesn't affect the expiration date and time.
|
|
@@ -313,7 +313,7 @@ export interface SendCommandRequest {
|
|
|
313
313
|
NotificationConfig?: NotificationConfig | undefined;
|
|
314
314
|
/**
|
|
315
315
|
* <p>Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a
|
|
316
|
-
*
|
|
316
|
+
* tool in Amazon Web Services Systems Manager.</p>
|
|
317
317
|
* @public
|
|
318
318
|
*/
|
|
319
319
|
CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
|
|
@@ -523,8 +523,11 @@ export interface StartAutomationExecutionRequest {
|
|
|
523
523
|
* </li>
|
|
524
524
|
* </ul>
|
|
525
525
|
* <note>
|
|
526
|
-
* <p>
|
|
527
|
-
*
|
|
526
|
+
* <p>The <code>Array Members</code> maximum value is reported as 1000. This number includes
|
|
527
|
+
* capacity reserved for internal operations. When calling the
|
|
528
|
+
* <code>StartAutomationExecution</code> action, you can specify a maximum of 5 tags. You can,
|
|
529
|
+
* however, use the <a>AddTagsToResource</a> action to add up to a total of 50 tags to
|
|
530
|
+
* an existing automation configuration.</p>
|
|
528
531
|
* </note>
|
|
529
532
|
* @public
|
|
530
533
|
*/
|
|
@@ -647,6 +650,13 @@ export interface StartChangeRequestExecutionRequest {
|
|
|
647
650
|
* </p>
|
|
648
651
|
* </li>
|
|
649
652
|
* </ul>
|
|
653
|
+
* <note>
|
|
654
|
+
* <p>The <code>Array Members</code> maximum value is reported as 1000. This number includes
|
|
655
|
+
* capacity reserved for internal operations. When calling the
|
|
656
|
+
* <code>StartChangeRequestExecution</code> action, you can specify a maximum of 5 tags. You can,
|
|
657
|
+
* however, use the <a>AddTagsToResource</a> action to add up to a total of 50 tags to
|
|
658
|
+
* an existing change request configuration.</p>
|
|
659
|
+
* </note>
|
|
650
660
|
* @public
|
|
651
661
|
*/
|
|
652
662
|
Tags?: Tag[] | undefined;
|
|
@@ -827,8 +837,10 @@ export interface StartSessionRequest {
|
|
|
827
837
|
*/
|
|
828
838
|
Reason?: string | undefined;
|
|
829
839
|
/**
|
|
830
|
-
* <p>The values you want to specify for the parameters defined in the Session
|
|
831
|
-
*
|
|
840
|
+
* <p>The values you want to specify for the parameters defined in the Session document.
|
|
841
|
+
* For more information about these parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-preferences-cli.html">Create a
|
|
842
|
+
* Session Manager preferences document</a> in the
|
|
843
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
832
844
|
* @public
|
|
833
845
|
*/
|
|
834
846
|
Parameters?: Record<string, string[]> | undefined;
|
|
@@ -1026,7 +1038,7 @@ export interface UpdateAssociationRequest {
|
|
|
1026
1038
|
AssociationId: string | undefined;
|
|
1027
1039
|
/**
|
|
1028
1040
|
* <p>The parameters you want to update for the association. If you create a parameter using
|
|
1029
|
-
* Parameter Store, a
|
|
1041
|
+
* Parameter Store, a tool in Amazon Web Services Systems Manager, you can reference the parameter using
|
|
1030
1042
|
* <code>\{\{ssm:parameter-name\}\}</code>.</p>
|
|
1031
1043
|
* @public
|
|
1032
1044
|
*/
|
|
@@ -1094,7 +1106,7 @@ export interface UpdateAssociationRequest {
|
|
|
1094
1106
|
/**
|
|
1095
1107
|
* <p>Choose the parameter that will define how your automation will branch out. This target is
|
|
1096
1108
|
* required for associations that use an Automation runbook and target resources by using rate
|
|
1097
|
-
* controls. Automation is a
|
|
1109
|
+
* controls. Automation is a tool in Amazon Web Services Systems Manager.</p>
|
|
1098
1110
|
* @public
|
|
1099
1111
|
*/
|
|
1100
1112
|
AutomationTargetParameterName?: string | undefined;
|
|
@@ -1137,8 +1149,7 @@ export interface UpdateAssociationRequest {
|
|
|
1137
1149
|
* successfully, the association is <code>NON-COMPLIANT</code>.</p>
|
|
1138
1150
|
* <p>In <code>MANUAL</code> mode, you must specify the <code>AssociationId</code> as a parameter
|
|
1139
1151
|
* for the <a>PutComplianceItems</a> API operation. In this case, compliance data isn't
|
|
1140
|
-
* managed by State Manager, a
|
|
1141
|
-
* <a>PutComplianceItems</a> API operation.</p>
|
|
1152
|
+
* managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the <a>PutComplianceItems</a> API operation.</p>
|
|
1142
1153
|
* <p>By default, all associations use <code>AUTO</code> mode.</p>
|
|
1143
1154
|
* @public
|
|
1144
1155
|
*/
|
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.735.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",
|