@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) {
@@ -323,6 +323,8 @@ export const ReplicationStatus = {
323
323
  ENABLED: "ENABLED",
324
324
  ENABLING: "ENABLING",
325
325
  ERROR: "ERROR",
326
+ PAUSED: "PAUSED",
327
+ PAUSING: "PAUSING",
326
328
  };
327
329
  export class ReplicationNotFound extends __BaseException {
328
330
  constructor(opts) {
@@ -1210,6 +1210,8 @@ export declare const ReplicationStatus: {
1210
1210
  readonly ENABLED: "ENABLED";
1211
1211
  readonly ENABLING: "ENABLING";
1212
1212
  readonly ERROR: "ERROR";
1213
+ readonly PAUSED: "PAUSED";
1214
+ readonly PAUSING: "PAUSING";
1213
1215
  };
1214
1216
  /**
1215
1217
  * @public
@@ -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.321.1",
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",