@aws-sdk/client-ssm 3.418.0 → 3.419.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
@@ -15,7 +15,7 @@ operations at scale.</p>
15
15
  </p>
16
16
  <ul>
17
17
  <li>
18
- <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/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
18
+ <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/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>
19
19
  </li>
20
20
  <li>
21
21
  <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -1171,7 +1171,6 @@ exports.PingStatus = {
1171
1171
  ONLINE: "Online",
1172
1172
  };
1173
1173
  exports.ResourceType = {
1174
- DOCUMENT: "Document",
1175
1174
  EC2_INSTANCE: "EC2Instance",
1176
1175
  MANAGED_INSTANCE: "ManagedInstance",
1177
1176
  };
@@ -170,8 +170,8 @@ class InvocationDoesNotExist extends SSMServiceException_1.SSMServiceException {
170
170
  }
171
171
  exports.InvocationDoesNotExist = InvocationDoesNotExist;
172
172
  exports.ConnectionStatus = {
173
- CONNECTED: "Connected",
174
- NOT_CONNECTED: "NotConnected",
173
+ CONNECTED: "connected",
174
+ NOT_CONNECTED: "notconnected",
175
175
  };
176
176
  class UnsupportedFeatureRequiredException extends SSMServiceException_1.SSMServiceException {
177
177
  constructor(opts) {
@@ -1100,7 +1100,6 @@ export const PingStatus = {
1100
1100
  ONLINE: "Online",
1101
1101
  };
1102
1102
  export const ResourceType = {
1103
- DOCUMENT: "Document",
1104
1103
  EC2_INSTANCE: "EC2Instance",
1105
1104
  MANAGED_INSTANCE: "ManagedInstance",
1106
1105
  };
@@ -159,8 +159,8 @@ export class InvocationDoesNotExist extends __BaseException {
159
159
  }
160
160
  }
161
161
  export const ConnectionStatus = {
162
- CONNECTED: "Connected",
163
- NOT_CONNECTED: "NotConnected",
162
+ CONNECTED: "connected",
163
+ NOT_CONNECTED: "notconnected",
164
164
  };
165
165
  export class UnsupportedFeatureRequiredException extends __BaseException {
166
166
  constructor(opts) {
@@ -979,7 +979,7 @@ export interface SSM {
979
979
  * </p>
980
980
  * <ul>
981
981
  * <li>
982
- * <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/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
982
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/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>
983
983
  * </li>
984
984
  * <li>
985
985
  * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -297,7 +297,7 @@ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
297
297
  * </p>
298
298
  * <ul>
299
299
  * <li>
300
- * <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/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
300
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/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>
301
301
  * </li>
302
302
  * <li>
303
303
  * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -75,7 +75,7 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
75
75
  * // ActivationId: "STRING_VALUE",
76
76
  * // IamRole: "STRING_VALUE",
77
77
  * // RegistrationDate: new Date("TIMESTAMP"),
78
- * // ResourceType: "ManagedInstance" || "Document" || "EC2Instance",
78
+ * // ResourceType: "ManagedInstance" || "EC2Instance",
79
79
  * // Name: "STRING_VALUE",
80
80
  * // IPAddress: "STRING_VALUE",
81
81
  * // ComputerName: "STRING_VALUE",
@@ -38,7 +38,7 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
38
38
  * const response = await client.send(command);
39
39
  * // { // GetConnectionStatusResponse
40
40
  * // Target: "STRING_VALUE",
41
- * // Status: "Connected" || "NotConnected",
41
+ * // Status: "connected" || "notconnected",
42
42
  * // };
43
43
  *
44
44
  * ```
@@ -8,7 +8,7 @@
8
8
  * </p>
9
9
  * <ul>
10
10
  * <li>
11
- * <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/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
11
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/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>
12
12
  * </li>
13
13
  * <li>
14
14
  * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -2536,7 +2536,12 @@ export interface RelatedOpsItem {
2536
2536
  export interface CreateOpsItemRequest {
2537
2537
  /**
2538
2538
  * @public
2539
- * <p>Information about the OpsItem. </p>
2539
+ * <p>User-defined text that contains information about the OpsItem, in Markdown format.
2540
+ * </p>
2541
+ * <note>
2542
+ * <p>Provide enough information so that users viewing this OpsItem for the first time
2543
+ * understand the issue. </p>
2544
+ * </note>
2540
2545
  */
2541
2546
  Description: string | undefined;
2542
2547
  /**
@@ -2558,7 +2563,7 @@ export interface CreateOpsItemRequest {
2558
2563
  * </li>
2559
2564
  * <li>
2560
2565
  * <p>
2561
- * <code>/aws/insights</code>
2566
+ * <code>/aws/insight</code>
2562
2567
  * </p>
2563
2568
  * <p>This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate
2564
2569
  * OpsItems. </p>
@@ -6136,7 +6141,6 @@ export type PingStatus = (typeof PingStatus)[keyof typeof PingStatus];
6136
6141
  * @enum
6137
6142
  */
6138
6143
  export declare const ResourceType: {
6139
- readonly DOCUMENT: "Document";
6140
6144
  readonly EC2_INSTANCE: "EC2Instance";
6141
6145
  readonly MANAGED_INSTANCE: "ManagedInstance";
6142
6146
  };
@@ -223,7 +223,7 @@ export interface OpsItemSummary {
223
223
  * </li>
224
224
  * <li>
225
225
  * <p>
226
- * <code>/aws/insights</code>
226
+ * <code>/aws/insight</code>
227
227
  * </p>
228
228
  * <p>This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate
229
229
  * OpsItems. </p>
@@ -1727,8 +1727,8 @@ export interface GetConnectionStatusRequest {
1727
1727
  * @enum
1728
1728
  */
1729
1729
  export declare const ConnectionStatus: {
1730
- readonly CONNECTED: "Connected";
1731
- readonly NOT_CONNECTED: "NotConnected";
1730
+ readonly CONNECTED: "connected";
1731
+ readonly NOT_CONNECTED: "notconnected";
1732
1732
  };
1733
1733
  /**
1734
1734
  * @public
@@ -3175,7 +3175,7 @@ export interface OpsItem {
3175
3175
  * </li>
3176
3176
  * <li>
3177
3177
  * <p>
3178
- * <code>/aws/insights</code>
3178
+ * <code>/aws/insight</code>
3179
3179
  * </p>
3180
3180
  * <p>This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate
3181
3181
  * OpsItems. </p>
@@ -1020,8 +1020,7 @@ export interface UpdateManagedInstanceRoleResult {
1020
1020
  export interface UpdateOpsItemRequest {
1021
1021
  /**
1022
1022
  * @public
1023
- * <p>Update the information about the OpsItem. Provide enough information so that users reading
1024
- * this OpsItem for the first time understand the issue. </p>
1023
+ * <p>User-defined text that contains information about the OpsItem, in Markdown format. </p>
1025
1024
  */
1026
1025
  Description?: string;
1027
1026
  /**
@@ -1670,7 +1670,6 @@ export declare const PingStatus: {
1670
1670
  };
1671
1671
  export type PingStatus = (typeof PingStatus)[keyof typeof PingStatus];
1672
1672
  export declare const ResourceType: {
1673
- readonly DOCUMENT: "Document";
1674
1673
  readonly EC2_INSTANCE: "EC2Instance";
1675
1674
  readonly MANAGED_INSTANCE: "ManagedInstance";
1676
1675
  };
@@ -441,8 +441,8 @@ export interface GetConnectionStatusRequest {
441
441
  Target: string | undefined;
442
442
  }
443
443
  export declare const ConnectionStatus: {
444
- readonly CONNECTED: "Connected";
445
- readonly NOT_CONNECTED: "NotConnected";
444
+ readonly CONNECTED: "connected";
445
+ readonly NOT_CONNECTED: "notconnected";
446
446
  };
447
447
  export type ConnectionStatus =
448
448
  (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
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.418.0",
4
+ "version": "3.419.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",