@aws-sdk/client-ssm-sap 3.954.0 → 3.955.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1436,6 +1436,7 @@ const DatabaseStatus = {
1436
1436
  RUNNING: "RUNNING",
1437
1437
  STARTING: "STARTING",
1438
1438
  STOPPED: "STOPPED",
1439
+ STOPPING: "STOPPING",
1439
1440
  UNKNOWN: "UNKNOWN",
1440
1441
  WARNING: "WARNING",
1441
1442
  };
package/dist-es/index.js CHANGED
@@ -5,4 +5,5 @@ export * from "./schemas/schemas_0";
5
5
  export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
+ export * from "./models/models_0";
8
9
  export { SsmSapServiceException } from "./models/SsmSapServiceException";
@@ -107,6 +107,7 @@ export const DatabaseStatus = {
107
107
  RUNNING: "RUNNING",
108
108
  STARTING: "STARTING",
109
109
  STOPPED: "STOPPED",
110
+ STOPPING: "STOPPING",
110
111
  UNKNOWN: "UNKNOWN",
111
112
  WARNING: "WARNING",
112
113
  };
@@ -59,7 +59,7 @@ declare const GetDatabaseCommand_base: {
59
59
  * // DatabaseName: "STRING_VALUE",
60
60
  * // DatabaseType: "SYSTEM" || "TENANT",
61
61
  * // Arn: "STRING_VALUE",
62
- * // Status: "RUNNING" || "STARTING" || "STOPPED" || "WARNING" || "UNKNOWN" || "ERROR",
62
+ * // Status: "RUNNING" || "STARTING" || "STOPPED" || "WARNING" || "UNKNOWN" || "ERROR" || "STOPPING",
63
63
  * // PrimaryHost: "STRING_VALUE",
64
64
  * // SQLPort: Number("int"),
65
65
  * // LastUpdated: new Date("TIMESTAMP"),
@@ -13,5 +13,5 @@ export * from "./schemas/schemas_0";
13
13
  export * from "./pagination";
14
14
  export * from "./models/enums";
15
15
  export * from "./models/errors";
16
- export type * from "./models/models_0";
16
+ export * from "./models/models_0";
17
17
  export { SsmSapServiceException } from "./models/SsmSapServiceException";
@@ -255,6 +255,7 @@ export declare const DatabaseStatus: {
255
255
  readonly RUNNING: "RUNNING";
256
256
  readonly STARTING: "STARTING";
257
257
  readonly STOPPED: "STOPPED";
258
+ readonly STOPPING: "STOPPING";
258
259
  readonly UNKNOWN: "UNKNOWN";
259
260
  readonly WARNING: "WARNING";
260
261
  };
@@ -137,6 +137,7 @@ export declare const DatabaseStatus: {
137
137
  readonly RUNNING: "RUNNING";
138
138
  readonly STARTING: "STARTING";
139
139
  readonly STOPPED: "STOPPED";
140
+ readonly STOPPING: "STOPPING";
140
141
  readonly UNKNOWN: "UNKNOWN";
141
142
  readonly WARNING: "WARNING";
142
143
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-sap",
3
3
  "description": "AWS SDK for JavaScript Ssm Sap Client for Node.js, Browser and React Native",
4
- "version": "3.954.0",
4
+ "version": "3.955.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm-sap",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.954.0",
25
- "@aws-sdk/credential-provider-node": "3.954.0",
25
+ "@aws-sdk/credential-provider-node": "3.955.0",
26
26
  "@aws-sdk/middleware-host-header": "3.953.0",
27
27
  "@aws-sdk/middleware-logger": "3.953.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.953.0",