@aws-sdk/client-efs 3.321.1 → 3.323.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.
|
@@ -347,6 +347,8 @@ exports.ReplicationStatus = {
|
|
|
347
347
|
ENABLED: "ENABLED",
|
|
348
348
|
ENABLING: "ENABLING",
|
|
349
349
|
ERROR: "ERROR",
|
|
350
|
+
PAUSED: "PAUSED",
|
|
351
|
+
PAUSING: "PAUSING",
|
|
350
352
|
};
|
|
351
353
|
class ReplicationNotFound extends EFSServiceException_1.EFSServiceException {
|
|
352
354
|
constructor(opts) {
|
|
@@ -327,6 +327,8 @@ export declare const ReplicationStatus: {
|
|
|
327
327
|
readonly ENABLED: "ENABLED";
|
|
328
328
|
readonly ENABLING: "ENABLING";
|
|
329
329
|
readonly ERROR: "ERROR";
|
|
330
|
+
readonly PAUSED: "PAUSED";
|
|
331
|
+
readonly PAUSING: "PAUSING";
|
|
330
332
|
};
|
|
331
333
|
export type ReplicationStatus =
|
|
332
334
|
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.323.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",
|