@aws-sdk/client-ssm 3.276.0 → 3.278.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const t = "fn", u = "argv", v = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = { "required": true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "booleanEquals", [u]: [true, { [t]: h, [u]: [{ [v]: d }, "supportsFIPS"] }] }, o = { [v]: d }, p = { [t]: "booleanEquals", [u]: [true, { [t]: h, [u]: [o, "supportsDualStack"] }] }, q = { "url": "https://ssm.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, r = [k], s = [l];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [t]: "aws.partition", [u]: [{ [v]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [t]: "isSet", [u]: [j] }], type: e, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: j, properties: m, headers: m }, type: g }] }] }, { conditions: [k, l], type: e, rules: [{ conditions: [n, p], type: e, rules: [{ endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: r, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: h, [u]: [o, "name"] }] }], endpoint: q, type: g }, { endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [p], type: e, rules: [{ endpoint: { url: "https://ssm.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: q, type: g }] }] };
4
+ const s = "required", t = "fn", u = "argv", v = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://ssm.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ssm.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://ssm.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const t = "fn", u = "argv", v = "ref";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = { "required": true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "booleanEquals", [u]: [true, { [t]: h, [u]: [{ [v]: d }, "supportsFIPS"] }] }, o = { [v]: d }, p = { [t]: "booleanEquals", [u]: [true, { [t]: h, [u]: [o, "supportsDualStack"] }] }, q = { "url": "https://ssm.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, r = [k], s = [l];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [t]: "aws.partition", [u]: [{ [v]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [t]: "isSet", [u]: [j] }], type: e, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: j, properties: m, headers: m }, type: g }] }] }, { conditions: [k, l], type: e, rules: [{ conditions: [n, p], type: e, rules: [{ endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: r, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: h, [u]: [o, "name"] }] }], endpoint: q, type: g }, { endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [p], type: e, rules: [{ endpoint: { url: "https://ssm.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: q, type: g }] }] };
1
+ const s = "required", t = "fn", u = "argv", v = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://ssm.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ssm.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://ssm.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -1183,9 +1183,9 @@ export declare class SSM extends SSMClient {
1183
1183
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1184
1184
  /**
1185
1185
  * <p>Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document
1186
- * privately, you must specify the Amazon Web Services user account IDs for those people who can use the
1187
- * document. If you share a document publicly, you must specify <i>All</i> as the
1188
- * account ID.</p>
1186
+ * privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If
1187
+ * you share a document publicly, you must specify <i>All</i> as the account
1188
+ * ID.</p>
1189
1189
  */
1190
1190
  modifyDocumentPermission(args: ModifyDocumentPermissionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDocumentPermissionCommandOutput>;
1191
1191
  modifyDocumentPermission(args: ModifyDocumentPermissionCommandInput, cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void): void;
@@ -1417,12 +1417,12 @@ export declare class SSM extends SSMClient {
1417
1417
  * includes the <code>Name</code> parameter. Before calling this API action, we recommend that you
1418
1418
  * call the <a>DescribeAssociation</a> API operation and make a note of all optional
1419
1419
  * parameters required for your <code>UpdateAssociation</code> call.</p>
1420
- * <p>In order to call this API operation, your Identity and Access Management (IAM) user
1421
- * account, group, or role must be configured with permission to call the <a>DescribeAssociation</a> API operation. If you don't have permission to call
1422
- * <code>DescribeAssociation</code>, then you receive the following error: <code>An error occurred
1423
- * (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn>
1424
- * isn't authorized to perform: ssm:DescribeAssociation on resource:
1425
- * <resource_arn></code>
1420
+ * <p>In order to call this API operation, a user, group, or role must be granted permission to
1421
+ * call the <a>DescribeAssociation</a> API operation. If you don't have permission to
1422
+ * call <code>DescribeAssociation</code>, then you receive the following error: <code>An error
1423
+ * occurred (AccessDeniedException) when calling the UpdateAssociation operation: User:
1424
+ * <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource:
1425
+ * <resource_arn></code>
1426
1426
  * </p>
1427
1427
  * <important>
1428
1428
  * <p>When you update an association, the association immediately runs against the specified
@@ -9,9 +9,9 @@ export interface ModifyDocumentPermissionCommandOutput extends ModifyDocumentPer
9
9
  }
10
10
  /**
11
11
  * <p>Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document
12
- * privately, you must specify the Amazon Web Services user account IDs for those people who can use the
13
- * document. If you share a document publicly, you must specify <i>All</i> as the
14
- * account ID.</p>
12
+ * privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If
13
+ * you share a document publicly, you must specify <i>All</i> as the account
14
+ * ID.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -16,12 +16,12 @@ export interface UpdateAssociationCommandOutput extends UpdateAssociationResult,
16
16
  * includes the <code>Name</code> parameter. Before calling this API action, we recommend that you
17
17
  * call the <a>DescribeAssociation</a> API operation and make a note of all optional
18
18
  * parameters required for your <code>UpdateAssociation</code> call.</p>
19
- * <p>In order to call this API operation, your Identity and Access Management (IAM) user
20
- * account, group, or role must be configured with permission to call the <a>DescribeAssociation</a> API operation. If you don't have permission to call
21
- * <code>DescribeAssociation</code>, then you receive the following error: <code>An error occurred
22
- * (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn>
23
- * isn't authorized to perform: ssm:DescribeAssociation on resource:
24
- * <resource_arn></code>
19
+ * <p>In order to call this API operation, a user, group, or role must be granted permission to
20
+ * call the <a>DescribeAssociation</a> API operation. If you don't have permission to
21
+ * call <code>DescribeAssociation</code>, then you receive the following error: <code>An error
22
+ * occurred (AccessDeniedException) when calling the UpdateAssociation operation: User:
23
+ * <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource:
24
+ * <resource_arn></code>
25
25
  * </p>
26
26
  * <important>
27
27
  * <p>When you update an association, the association immediately runs against the specified
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region: string;
15
+ Region?: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -218,9 +218,10 @@ export interface Alarm {
218
218
  */
219
219
  export interface AlarmConfiguration {
220
220
  /**
221
- * <p>If you specify <code>true</code> for this value, your automation or command continue to run
222
- * even if we can't gather information about the state of your CloudWatch alarm. The default
223
- * value is <code>false</code>.</p>
221
+ * <p>When this value is <i>true</i>, your automation or command continues to run in
222
+ * cases where we cant retrieve alarm status information from CloudWatch. In cases
223
+ * where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA, the automation or
224
+ * command continues to run, regardless of this value. Default is <i>false</i>.</p>
224
225
  */
225
226
  IgnorePollAlarmFailure?: boolean;
226
227
  /**
@@ -766,7 +767,7 @@ export interface CreateAssociationRequest {
766
767
  * <p>The name of the SSM Command document or Automation runbook that contains the configuration
767
768
  * information for the managed node.</p>
768
769
  * <p>You can specify Amazon Web Services-predefined documents, documents you created, or a document that is
769
- * shared with you from another account.</p>
770
+ * shared with you from another Amazon Web Services account.</p>
770
771
  * <p>For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you
771
772
  * must specify the complete SSM document ARN, in the following format:</p>
772
773
  * <p>
@@ -1512,15 +1513,18 @@ export interface DocumentRequires {
1512
1513
  */
1513
1514
  RequireType?: string;
1514
1515
  /**
1515
- * <p>An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.</p>
1516
+ * <p>An optional field specifying the version of the artifact associated with the document. For
1517
+ * example, "Release 12, Update 6". This value is unique across all versions of a document, and
1518
+ * can't be changed.</p>
1516
1519
  */
1517
1520
  VersionName?: string;
1518
1521
  }
1519
1522
  export interface CreateDocumentRequest {
1520
1523
  /**
1521
- * <p>The content for the new SSM document in JSON or YAML format. We recommend storing the
1522
- * contents for your new document in an external JSON or YAML file and referencing the file in a
1523
- * command.</p>
1524
+ * <p>The content for the new SSM document in JSON or YAML format. The content of the document
1525
+ * must not exceed 64KB. This quota also includes the content specified for input parameters at
1526
+ * runtime. We recommend storing the contents for your new document in an external JSON or YAML file
1527
+ * and referencing the file in a command.</p>
1524
1528
  * <p>For examples, see the following topics in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1525
1529
  * <ul>
1526
1530
  * <li>
@@ -1656,8 +1660,8 @@ export declare enum DocumentParameterType {
1656
1660
  StringList = "StringList"
1657
1661
  }
1658
1662
  /**
1659
- * <p>Parameters specified in a System Manager document that run on the server when the command is
1660
- * run. </p>
1663
+ * <p>Parameters specified in a Systems Manager document that run on the server when the command is run.
1664
+ * </p>
1661
1665
  */
1662
1666
  export interface DocumentParameter {
1663
1667
  /**
@@ -1751,7 +1755,7 @@ export interface DocumentDescription {
1751
1755
  */
1752
1756
  VersionName?: string;
1753
1757
  /**
1754
- * <p>The Amazon Web Services user account that created the document.</p>
1758
+ * <p>The Amazon Web Services user that created the document.</p>
1755
1759
  */
1756
1760
  Owner?: string;
1757
1761
  /**
@@ -713,8 +713,7 @@ export interface SessionFilter {
713
713
  * <p>Target: Specify a managed node to which session connections have been made.</p>
714
714
  * </li>
715
715
  * <li>
716
- * <p>Owner: Specify an Amazon Web Services user account to see a list of sessions started by that
717
- * user.</p>
716
+ * <p>Owner: Specify an Amazon Web Services user to see a list of sessions started by that user.</p>
718
717
  * </li>
719
718
  * <li>
720
719
  * <p>Status: Specify a valid session status to see a list of all sessions with that status.
@@ -822,7 +821,7 @@ export interface Session {
822
821
  */
823
822
  DocumentName?: string;
824
823
  /**
825
- * <p>The ID of the Amazon Web Services user account that started the session.</p>
824
+ * <p>The ID of the Amazon Web Services user that started the session.</p>
826
825
  */
827
826
  Owner?: string;
828
827
  /**
@@ -3179,6 +3178,11 @@ export interface GetServiceSettingRequest {
3179
3178
  * <ul>
3180
3179
  * <li>
3181
3180
  * <p>
3181
+ * <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
3182
+ * </p>
3183
+ * </li>
3184
+ * <li>
3185
+ * <p>
3182
3186
  * <code>/ssm/automation/customer-script-log-destination</code>
3183
3187
  * </p>
3184
3188
  * </li>
@@ -4921,7 +4925,7 @@ export interface DocumentIdentifier {
4921
4925
  */
4922
4926
  DisplayName?: string;
4923
4927
  /**
4924
- * <p>The Amazon Web Services user account that created the document.</p>
4928
+ * <p>The Amazon Web Services user that created the document.</p>
4925
4929
  */
4926
4930
  Owner?: string;
4927
4931
  /**
@@ -5598,8 +5602,8 @@ export interface ListTagsForResourceResult {
5598
5602
  TagList?: Tag[];
5599
5603
  }
5600
5604
  /**
5601
- * <p>The document can't be shared with more Amazon Web Services user accounts. You can specify a maximum of
5602
- * 20 accounts per API operation to share a private document.</p>
5605
+ * <p>The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20
5606
+ * accounts per API operation to share a private document.</p>
5603
5607
  * <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly
5604
5608
  * share up to five documents.</p>
5605
5609
  * <p>If you need to increase the quota for privately or publicly shared Systems Manager documents, contact
@@ -5625,15 +5629,15 @@ export interface ModifyDocumentPermissionRequest {
5625
5629
  */
5626
5630
  PermissionType: DocumentPermissionType | string | undefined;
5627
5631
  /**
5628
- * <p>The Amazon Web Services user accounts that should have access to the document. The account IDs can
5629
- * either be a group of account IDs or <i>All</i>.</p>
5632
+ * <p>The Amazon Web Services users that should have access to the document. The account IDs can either be a
5633
+ * group of account IDs or <i>All</i>.</p>
5630
5634
  */
5631
5635
  AccountIdsToAdd?: string[];
5632
5636
  /**
5633
- * <p>The Amazon Web Services user accounts that should no longer have access to the document. The Amazon Web Services
5634
- * user account can either be a group of account IDs or <i>All</i>. This action has a
5635
- * higher priority than <i>AccountIdsToAdd</i>. If you specify an account ID to add
5636
- * and the same ID to remove, the system removes access to the document.</p>
5637
+ * <p>The Amazon Web Services users that should no longer have access to the document. The Amazon Web Services user
5638
+ * can either be a group of account IDs or <i>All</i>. This action has a higher
5639
+ * priority than <i>AccountIdsToAdd</i>. If you specify an ID to add and the same ID
5640
+ * to remove, the system removes access to the document.</p>
5637
5641
  */
5638
5642
  AccountIdsToRemove?: string[];
5639
5643
  /**
@@ -6130,17 +6134,11 @@ export interface PutParameterRequest {
6130
6134
  Type?: ParameterType | string;
6131
6135
  /**
6132
6136
  * <p>The Key Management Service (KMS) ID that you want to use to encrypt a
6133
- * parameter. Either the default KMS key automatically assigned to your Amazon Web Services account
6134
- * or a custom key. Required for parameters that use the <code>SecureString</code>
6135
- * data type.</p>
6137
+ * parameter. Use a custom key for better security. Required for parameters that use the <code>SecureString</code> data type.</p>
6136
6138
  * <p>If you don't specify a key ID, the system uses the default key associated with your
6137
- * Amazon Web Services account.</p>
6139
+ * Amazon Web Services account which is not as secure as using a custom key.</p>
6138
6140
  * <ul>
6139
6141
  * <li>
6140
- * <p>To use your default KMS key, choose the <code>SecureString</code> data type, and do <i>not</i> specify the <code>Key ID</code> when you create the parameter. The system automatically populates
6141
- * <code>Key ID</code> with your default KMS key.</p>
6142
- * </li>
6143
- * <li>
6144
6142
  * <p>To use a custom KMS key, choose the <code>SecureString</code>
6145
6143
  * data type with the <code>Key ID</code> parameter.</p>
6146
6144
  * </li>
@@ -6290,8 +6288,21 @@ export interface PutParameterRequest {
6290
6288
  * <p>When you create a <code>String</code> parameter and specify <code>aws:ec2:image</code>,
6291
6289
  * Amazon Web Services Systems Manager validates the parameter value is in the required format, such as
6292
6290
  * <code>ami-12345abcdeEXAMPLE</code>, and that the specified AMI is available in your
6293
- * Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html">Native parameter support
6294
- * for Amazon Machine Image (AMI) IDs</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6291
+ * Amazon Web Services account.</p>
6292
+ * <note>
6293
+ * <p>If the action is successful, the service sends back an HTTP 200 response which indicates a
6294
+ * successful <code>PutParameter</code> call for all cases except for data type
6295
+ * <code>aws:ec2:image</code>. If you call <code>PutParameter</code> with
6296
+ * <code>aws:ec2:image</code> data type, a successful HTTP 200 response does not guarantee that
6297
+ * your parameter was successfully created or updated. The <code>aws:ec2:image</code> value is
6298
+ * validated asynchronously, and the <code>PutParameter</code> call returns before the validation
6299
+ * is complete. If you submit an invalid AMI value, the PutParameter operation will return success,
6300
+ * but the asynchronous validation will fail and the parameter will not be created or updated. To
6301
+ * 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
6302
+ * up notifications or trigger actions based on Parameter Store events</a>. For more
6303
+ * information about AMI format validation , see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html">Native parameter
6304
+ * support for Amazon Machine Image (AMI) IDs</a>. </p>
6305
+ * </note>
6295
6306
  */
6296
6307
  DataType?: string;
6297
6308
  }
@@ -1145,6 +1145,11 @@ export interface UpdateServiceSettingRequest {
1145
1145
  * <ul>
1146
1146
  * <li>
1147
1147
  * <p>
1148
+ * <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
1149
+ * </p>
1150
+ * </li>
1151
+ * <li>
1152
+ * <p>
1148
1153
  * <code>/ssm/automation/customer-script-log-destination</code>
1149
1154
  * </p>
1150
1155
  * </li>
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region: string;
30
+ Region?: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
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.276.0",
4
+ "version": "3.278.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,15 +20,15 @@
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.276.0",
23
+ "@aws-sdk/client-sts": "3.278.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.272.0",
25
+ "@aws-sdk/credential-provider-node": "3.278.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
29
  "@aws-sdk/middleware-content-length": "3.272.0",
30
30
  "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.272.0",
31
+ "@aws-sdk/middleware-host-header": "3.278.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
33
  "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
34
  "@aws-sdk/middleware-retry": "3.272.0",