@aws-sdk/client-ssm 3.235.0 → 3.236.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 CHANGED
@@ -9,32 +9,40 @@
9
9
 
10
10
  AWS SDK for JavaScript SSM Client for Node.js, Browser and React Native.
11
11
 
12
- <p>Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
13
- infrastructure running in the Amazon Web Services Cloud;. Systems Manager simplifies application and resource management,
14
- shortens the time to detect and resolve operational problems, and helps you manage your Amazon Web Services
15
- resources securely at scale.</p>
16
- <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
17
- <p>To get started, verify prerequisites. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
18
- Amazon Web Services Systems Manager</a>.</p>
12
+ <p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure
13
+ end-to-end management solution for hybrid cloud environments that enables safe and secure
14
+ operations at scale.</p>
15
+ <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up Amazon Web Services Systems Manager</a>.</p>
19
16
  <p class="title">
20
17
  <b>Related resources</b>
21
18
  </p>
22
19
  <ul>
23
20
  <li>
24
- <p>For information about how to use a Query API, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html">Making API requests</a>. </p>
21
+ <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
25
22
  </li>
26
23
  <li>
27
- <p>For information about other API operations you can perform on EC2 instances, see the
28
- <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/">Amazon EC2 API Reference</a>.</p>
24
+ <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
25
+ <i>
26
+ <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
27
+ </i>.</p>
29
28
  </li>
30
29
  <li>
31
- <p>For information about AppConfig, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a> and the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig API
32
- Reference</a>.</p>
30
+ <p>For information about AppConfig, a capability of Systems Manager, see the <i>
31
+ <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
32
+ </i>
33
+ and the <i>
34
+ <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig
35
+ API Reference</a>
36
+ </i>.</p>
33
37
  </li>
34
38
  <li>
35
- <p>For information about Incident Manager, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Incident Manager User Guide</a>
36
- and the <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Incident Manager API
37
- Reference</a>.</p>
39
+ <p>For information about Incident Manager, a capability of Systems Manager, see the <i>
40
+ <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
41
+ Guide</a>
42
+ </i> and the <i>
43
+ <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Systems Manager Incident Manager API
44
+ Reference</a>
45
+ </i>.</p>
38
46
  </li>
39
47
  </ul>
40
48
 
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const v = "fn", w = "argv", x = "ref";
5
- const a = false, b = true, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "getAttr", j = { [x]: "Endpoint" }, k = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [v]: "booleanEquals", [w]: [true, { [v]: i, [w]: [{ [x]: e }, "supportsFIPS"] }] }, o = { [x]: e }, p = { [v]: "booleanEquals", [w]: [true, { [v]: i, [w]: [o, "supportsDualStack"] }] }, q = { "url": "https://ssm.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, r = [j], s = [k], t = [], u = [l];
6
- const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: b, default: a, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: b, default: a, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: a, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [v]: "aws.partition", [w]: [{ [x]: "Region" }], assign: e }], type: f, rules: [{ conditions: [{ [v]: "isSet", [w]: r }, { [v]: "parseURL", [w]: r, assign: "url" }], type: f, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: t, type: f, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: t, endpoint: { url: j, properties: m, headers: m }, type: h }] }] }, { conditions: [k, l], type: f, rules: [{ conditions: [n, p], type: f, rules: [{ conditions: t, endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: t, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: s, type: f, rules: [{ conditions: [n], type: f, rules: [{ conditions: t, type: f, rules: [{ conditions: [{ [v]: "stringEquals", [w]: ["aws-us-gov", { [v]: i, [w]: [o, "name"] }] }], endpoint: q, type: h }, { conditions: t, endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: h }] }] }, { conditions: t, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: u, type: f, rules: [{ conditions: [p], type: f, rules: [{ conditions: t, endpoint: { url: "https://ssm.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: t, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: t, endpoint: q, type: h }] }] };
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 }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const v = "fn", w = "argv", x = "ref";
2
- const a = false, b = true, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "getAttr", j = { [x]: "Endpoint" }, k = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [v]: "booleanEquals", [w]: [true, { [v]: i, [w]: [{ [x]: e }, "supportsFIPS"] }] }, o = { [x]: e }, p = { [v]: "booleanEquals", [w]: [true, { [v]: i, [w]: [o, "supportsDualStack"] }] }, q = { "url": "https://ssm.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, r = [j], s = [k], t = [], u = [l];
3
- const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: b, default: a, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: b, default: a, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: a, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [v]: "aws.partition", [w]: [{ [x]: "Region" }], assign: e }], type: f, rules: [{ conditions: [{ [v]: "isSet", [w]: r }, { [v]: "parseURL", [w]: r, assign: "url" }], type: f, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: t, type: f, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: t, endpoint: { url: j, properties: m, headers: m }, type: h }] }] }, { conditions: [k, l], type: f, rules: [{ conditions: [n, p], type: f, rules: [{ conditions: t, endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: t, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: s, type: f, rules: [{ conditions: [n], type: f, rules: [{ conditions: t, type: f, rules: [{ conditions: [{ [v]: "stringEquals", [w]: ["aws-us-gov", { [v]: i, [w]: [o, "name"] }] }], endpoint: q, type: h }, { conditions: t, endpoint: { url: "https://ssm-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: h }] }] }, { conditions: t, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: u, type: f, rules: [{ conditions: [p], type: f, rules: [{ conditions: t, endpoint: { url: "https://ssm.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: t, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: t, endpoint: q, type: h }] }] };
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 }] }] };
4
4
  export const ruleSet = _data;
@@ -139,32 +139,40 @@ import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput
139
139
  import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
140
140
  import { SSMClient } from "./SSMClient";
141
141
  /**
142
- * <p>Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
143
- * infrastructure running in the Amazon Web Services Cloud;. Systems Manager simplifies application and resource management,
144
- * shortens the time to detect and resolve operational problems, and helps you manage your Amazon Web Services
145
- * resources securely at scale.</p>
146
- * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
147
- * <p>To get started, verify prerequisites. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
148
- * Amazon Web Services Systems Manager</a>.</p>
142
+ * <p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure
143
+ * end-to-end management solution for hybrid cloud environments that enables safe and secure
144
+ * operations at scale.</p>
145
+ * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up Amazon Web Services Systems Manager</a>.</p>
149
146
  * <p class="title">
150
147
  * <b>Related resources</b>
151
148
  * </p>
152
149
  * <ul>
153
150
  * <li>
154
- * <p>For information about how to use a Query API, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html">Making API requests</a>. </p>
151
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
155
152
  * </li>
156
153
  * <li>
157
- * <p>For information about other API operations you can perform on EC2 instances, see the
158
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/">Amazon EC2 API Reference</a>.</p>
154
+ * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
155
+ * <i>
156
+ * <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
157
+ * </i>.</p>
159
158
  * </li>
160
159
  * <li>
161
- * <p>For information about AppConfig, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a> and the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig API
162
- * Reference</a>.</p>
160
+ * <p>For information about AppConfig, a capability of Systems Manager, see the <i>
161
+ * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
162
+ * </i>
163
+ * and the <i>
164
+ * <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig
165
+ * API Reference</a>
166
+ * </i>.</p>
163
167
  * </li>
164
168
  * <li>
165
- * <p>For information about Incident Manager, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Incident Manager User Guide</a>
166
- * and the <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Incident Manager API
167
- * Reference</a>.</p>
169
+ * <p>For information about Incident Manager, a capability of Systems Manager, see the <i>
170
+ * <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
171
+ * Guide</a>
172
+ * </i> and the <i>
173
+ * <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Systems Manager Incident Manager API
174
+ * Reference</a>
175
+ * </i>.</p>
168
176
  * </li>
169
177
  * </ul>
170
178
  */
@@ -261,32 +261,40 @@ declare type SSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
261
261
  export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
262
262
  }
263
263
  /**
264
- * <p>Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
265
- * infrastructure running in the Amazon Web Services Cloud;. Systems Manager simplifies application and resource management,
266
- * shortens the time to detect and resolve operational problems, and helps you manage your Amazon Web Services
267
- * resources securely at scale.</p>
268
- * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
269
- * <p>To get started, verify prerequisites. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
270
- * Amazon Web Services Systems Manager</a>.</p>
264
+ * <p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure
265
+ * end-to-end management solution for hybrid cloud environments that enables safe and secure
266
+ * operations at scale.</p>
267
+ * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up Amazon Web Services Systems Manager</a>.</p>
271
268
  * <p class="title">
272
269
  * <b>Related resources</b>
273
270
  * </p>
274
271
  * <ul>
275
272
  * <li>
276
- * <p>For information about how to use a Query API, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html">Making API requests</a>. </p>
273
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
277
274
  * </li>
278
275
  * <li>
279
- * <p>For information about other API operations you can perform on EC2 instances, see the
280
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/">Amazon EC2 API Reference</a>.</p>
276
+ * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
277
+ * <i>
278
+ * <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation runbook reference</a>
279
+ * </i>.</p>
281
280
  * </li>
282
281
  * <li>
283
- * <p>For information about AppConfig, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a> and the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig API
284
- * Reference</a>.</p>
282
+ * <p>For information about AppConfig, a capability of Systems Manager, see the <i>
283
+ * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a>
284
+ * </i>
285
+ * and the <i>
286
+ * <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig
287
+ * API Reference</a>
288
+ * </i>.</p>
285
289
  * </li>
286
290
  * <li>
287
- * <p>For information about Incident Manager, a capability of Systems Manager, see the <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Incident Manager User Guide</a>
288
- * and the <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Incident Manager API
289
- * Reference</a>.</p>
291
+ * <p>For information about Incident Manager, a capability of Systems Manager, see the <i>
292
+ * <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User
293
+ * Guide</a>
294
+ * </i> and the <i>
295
+ * <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Systems Manager Incident Manager API
296
+ * Reference</a>
297
+ * </i>.</p>
290
298
  * </li>
291
299
  * </ul>
292
300
  */
@@ -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;
@@ -213,11 +213,14 @@ export interface Alarm {
213
213
  Name: string | undefined;
214
214
  }
215
215
  /**
216
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
216
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
217
+ * command.</p>
217
218
  */
218
219
  export interface AlarmConfiguration {
219
220
  /**
220
- * <p>If you specify <code>true</code> for this value, your automation or command continue to run even if we can't gather information about the state of your CloudWatch alarm. The default value is <code>false</code>.</p>
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
224
  */
222
225
  IgnorePollAlarmFailure?: boolean;
223
226
  /**
@@ -476,7 +479,8 @@ export interface CreateActivationRequest {
476
479
  * IAM service role for a hybrid environment</a> in the
477
480
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
478
481
  * <note>
479
- * <p>You can't specify an IAM service-linked role for this parameter. You must create a unique role.</p>
482
+ * <p>You can't specify an IAM service-linked role for this parameter. You must
483
+ * create a unique role.</p>
480
484
  * </note>
481
485
  */
482
486
  IamRole: string | undefined;
@@ -640,7 +644,8 @@ export interface TargetLocation {
640
644
  */
641
645
  ExecutionRoleName?: string;
642
646
  /**
643
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
647
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
648
+ * command.</p>
644
649
  */
645
650
  TargetLocationAlarmConfiguration?: AlarmConfiguration;
646
651
  }
@@ -913,14 +918,15 @@ export interface CreateAssociationRequest {
913
918
  */
914
919
  TargetMaps?: Record<string, string[]>[];
915
920
  /**
916
- * <p>Adds or overwrites one or more tags for a State Manager association. <i>Tags</i>
917
- * are metadata that you can assign to your Amazon Web Services resources. Tags enable you to categorize your
918
- * resources in different ways, for example, by purpose, owner, or environment. Each tag consists of
919
- * a key and an optional value, both of which you define. </p>
921
+ * <p>Adds or overwrites one or more tags for a State Manager association.
922
+ * <i>Tags</i> are metadata that you can assign to your Amazon Web Services resources. Tags enable
923
+ * you to categorize your resources in different ways, for example, by purpose, owner, or
924
+ * environment. Each tag consists of a key and an optional value, both of which you define. </p>
920
925
  */
921
926
  Tags?: Tag[];
922
927
  /**
923
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
928
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
929
+ * command.</p>
924
930
  */
925
931
  AlarmConfiguration?: AlarmConfiguration;
926
932
  }
@@ -1113,7 +1119,8 @@ export interface AssociationDescription {
1113
1119
  */
1114
1120
  TargetMaps?: Record<string, string[]>[];
1115
1121
  /**
1116
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
1122
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
1123
+ * command.</p>
1117
1124
  */
1118
1125
  AlarmConfiguration?: AlarmConfiguration;
1119
1126
  /**
@@ -1366,7 +1373,8 @@ export interface CreateAssociationBatchRequestEntry {
1366
1373
  */
1367
1374
  TargetMaps?: Record<string, string[]>[];
1368
1375
  /**
1369
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
1376
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
1377
+ * command.</p>
1370
1378
  */
1371
1379
  AlarmConfiguration?: AlarmConfiguration;
1372
1380
  }
@@ -3475,7 +3483,8 @@ export interface AssociationExecution {
3475
3483
  */
3476
3484
  ResourceCountByStatus?: string;
3477
3485
  /**
3478
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
3486
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
3487
+ * command.</p>
3479
3488
  */
3480
3489
  AlarmConfiguration?: AlarmConfiguration;
3481
3490
  /**
@@ -5355,23 +5364,23 @@ export interface InstancePatchState {
5355
5364
  */
5356
5365
  RebootOption?: RebootOption | string;
5357
5366
  /**
5358
- * <p>The number of patches per node that are specified as <code>Critical</code> for
5359
- * compliance reporting in the patch baseline aren't installed. These patches might be missing, have
5360
- * failed installation, were rejected, or were installed but awaiting a required managed node
5361
- * reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
5367
+ * <p>The number of patches per node that are specified as <code>Critical</code> for compliance
5368
+ * reporting in the patch baseline aren't installed. These patches might be missing, have failed
5369
+ * installation, were rejected, or were installed but awaiting a required managed node reboot. The
5370
+ * status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
5362
5371
  */
5363
5372
  CriticalNonCompliantCount?: number;
5364
5373
  /**
5365
- * <p>The number of patches per node that are specified as <code>Security</code> in a
5366
- * patch advisory aren't installed. These patches might be missing, have failed installation, were
5374
+ * <p>The number of patches per node that are specified as <code>Security</code> in a patch
5375
+ * advisory aren't installed. These patches might be missing, have failed installation, were
5367
5376
  * rejected, or were installed but awaiting a required managed node reboot. The status of these
5368
5377
  * managed nodes is <code>NON_COMPLIANT</code>.</p>
5369
5378
  */
5370
5379
  SecurityNonCompliantCount?: number;
5371
5380
  /**
5372
- * <p>The number of patches per node that are specified as other than
5373
- * <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The
5374
- * status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
5381
+ * <p>The number of patches per node that are specified as other than <code>Critical</code> or
5382
+ * <code>Security</code> but aren't compliant with the patch baseline. The status of these managed
5383
+ * nodes is <code>NON_COMPLIANT</code>.</p>
5375
5384
  */
5376
5385
  OtherNonCompliantCount?: number;
5377
5386
  }
@@ -2038,7 +2038,8 @@ export interface GetMaintenanceWindowExecutionTaskResult {
2038
2038
  */
2039
2039
  EndTime?: Date;
2040
2040
  /**
2041
- * <p>The details for the CloudWatch alarm you applied to your maintenance window task.</p>
2041
+ * <p>The details for the CloudWatch alarm you applied to your maintenance window
2042
+ * task.</p>
2042
2043
  */
2043
2044
  AlarmConfiguration?: AlarmConfiguration;
2044
2045
  /**
@@ -2463,7 +2464,8 @@ export interface GetMaintenanceWindowTaskResult {
2463
2464
  */
2464
2465
  CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
2465
2466
  /**
2466
- * <p>The details for the CloudWatch alarm you applied to your maintenance window task.</p>
2467
+ * <p>The details for the CloudWatch alarm you applied to your maintenance window
2468
+ * task.</p>
2467
2469
  */
2468
2470
  AlarmConfiguration?: AlarmConfiguration;
2469
2471
  }
@@ -5601,11 +5603,14 @@ export interface ListTagsForResourceResult {
5601
5603
  TagList?: Tag[];
5602
5604
  }
5603
5605
  /**
5604
- * <p>The document can't be shared with more Amazon Web Services user accounts. You can specify a maximum of 20 accounts per API operation to share a private document.</p>
5606
+ * <p>The document can't be shared with more Amazon Web Services user accounts. You can specify a maximum of
5607
+ * 20 accounts per API operation to share a private document.</p>
5605
5608
  *
5606
- * <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.</p>
5609
+ * <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly
5610
+ * share up to five documents.</p>
5607
5611
  *
5608
- * <p>If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.</p>
5612
+ * <p>If you need to increase the quota for privately or publicly shared Systems Manager documents, contact
5613
+ * Amazon Web Services Support.</p>
5609
5614
  */
5610
5615
  export declare class DocumentPermissionLimit extends __BaseException {
5611
5616
  readonly name: "DocumentPermissionLimit";
@@ -6324,7 +6329,7 @@ export declare class UnsupportedParameterType extends __BaseException {
6324
6329
  }
6325
6330
  export interface PutResourcePolicyRequest {
6326
6331
  /**
6327
- * <p>Amazon Resource Name (ARN) of the resource to which the policies are attached.</p>
6332
+ * <p>Amazon Resource Name (ARN) of the resource to which you want to attach a policy.</p>
6328
6333
  */
6329
6334
  ResourceArn: string | undefined;
6330
6335
  /**
@@ -6337,25 +6342,26 @@ export interface PutResourcePolicyRequest {
6337
6342
  PolicyId?: string;
6338
6343
  /**
6339
6344
  * <p>ID of the current policy version. The hash helps to prevent a situation where multiple users
6340
- * attempt to overwrite a policy.</p>
6345
+ * attempt to overwrite a policy. You must provide this hash when updating or deleting a
6346
+ * policy.</p>
6341
6347
  */
6342
6348
  PolicyHash?: string;
6343
6349
  }
6344
6350
  export interface PutResourcePolicyResponse {
6345
6351
  /**
6346
- * <p>The policy ID. To update a policy, you must specify <code>PolicyId</code> and <code>PolicyHash</code>.</p>
6352
+ * <p>The policy ID. To update a policy, you must specify <code>PolicyId</code> and
6353
+ * <code>PolicyHash</code>.</p>
6347
6354
  */
6348
6355
  PolicyId?: string;
6349
6356
  /**
6350
- * <p>ID of the current policy version. The hash helps to prevent a situation where multiple users
6351
- * attempt to overwrite a policy. You must provide this hash when updating or deleting a
6352
- * policy.</p>
6357
+ * <p>ID of the current policy version.</p>
6353
6358
  */
6354
6359
  PolicyHash?: string;
6355
6360
  }
6356
6361
  /**
6357
6362
  * <p>The <a>PutResourcePolicy</a> API action enforces two limits. A policy can't be
6358
- * greater than 1024 bytes in size. And only one policy can be attached to <code>OpsItemGroup</code>. Verify these limits and try again.</p>
6363
+ * greater than 1024 bytes in size. And only one policy can be attached to
6364
+ * <code>OpsItemGroup</code>. Verify these limits and try again.</p>
6359
6365
  */
6360
6366
  export declare class ResourcePolicyLimitExceededException extends __BaseException {
6361
6367
  readonly name: "ResourcePolicyLimitExceededException";
@@ -175,7 +175,8 @@ export interface UpdateAssociationRequest {
175
175
  */
176
176
  TargetMaps?: Record<string, string[]>[];
177
177
  /**
178
- * <p>The details for the CloudWatch alarm you want to apply to an automation or command.</p>
178
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
179
+ * command.</p>
179
180
  */
180
181
  AlarmConfiguration?: AlarmConfiguration;
181
182
  }
@@ -804,7 +805,8 @@ export interface UpdateMaintenanceWindowTaskResult {
804
805
  */
805
806
  CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
806
807
  /**
807
- * <p>The details for the CloudWatch alarm you applied to your maintenance window task.</p>
808
+ * <p>The details for the CloudWatch alarm you applied to your maintenance window
809
+ * task.</p>
808
810
  */
809
811
  AlarmConfiguration?: AlarmConfiguration;
810
812
  }
@@ -817,10 +819,11 @@ export interface UpdateManagedInstanceRoleRequest {
817
819
  * <p>The name of the Identity and Access Management (IAM) role that you want to assign to
818
820
  * the managed node. This IAM role must provide AssumeRole permissions for the
819
821
  * 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
820
- * IAM service role for a hybrid environment</a> in the
821
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
822
+ * IAM service role for a hybrid environment</a> in the
823
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
822
824
  * <note>
823
- * <p>You can't specify an IAM service-linked role for this parameter. You must create a unique role.</p>
825
+ * <p>You can't specify an IAM service-linked role for this parameter. You must
826
+ * create a unique role.</p>
824
827
  * </note>
825
828
  */
826
829
  IamRole: string | undefined;
@@ -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.235.0",
4
+ "version": "3.236.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",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.235.0",
22
+ "@aws-sdk/client-sts": "3.236.0",
23
23
  "@aws-sdk/config-resolver": "3.234.0",
24
- "@aws-sdk/credential-provider-node": "3.235.0",
24
+ "@aws-sdk/credential-provider-node": "3.236.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.226.0",
26
26
  "@aws-sdk/hash-node": "3.226.0",
27
27
  "@aws-sdk/invalid-dependency": "3.226.0",