oci-filestorage 2.88.2 → 2.89.1

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.
Files changed (92) hide show
  1. package/lib/client.d.ts +60 -50
  2. package/lib/client.js +109 -51
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-export-details.d.ts +7 -2
  5. package/lib/model/create-export-details.js.map +1 -1
  6. package/lib/model/create-file-system-details.d.ts +11 -0
  7. package/lib/model/create-file-system-details.js +5 -0
  8. package/lib/model/create-file-system-details.js.map +1 -1
  9. package/lib/model/file-system-summary.d.ts +15 -0
  10. package/lib/model/file-system-summary.js +12 -0
  11. package/lib/model/file-system-summary.js.map +1 -1
  12. package/lib/model/file-system.d.ts +19 -0
  13. package/lib/model/file-system.js +12 -0
  14. package/lib/model/file-system.js.map +1 -1
  15. package/lib/model/snapshot-schedule.d.ts +4 -1
  16. package/lib/model/snapshot-schedule.js.map +1 -1
  17. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  18. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  19. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  20. package/lib/request/change-outbound-connector-compartment-request.d.ts +1 -1
  21. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  22. package/lib/request/create-export-request.d.ts +1 -1
  23. package/lib/request/create-file-system-request.d.ts +1 -1
  24. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  25. package/lib/request/create-mount-target-request.d.ts +1 -1
  26. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  27. package/lib/request/create-replication-request.d.ts +1 -1
  28. package/lib/request/create-snapshot-request.d.ts +1 -1
  29. package/lib/request/delete-export-request.d.ts +1 -1
  30. package/lib/request/delete-file-system-request.d.ts +7 -1
  31. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  32. package/lib/request/delete-mount-target-request.d.ts +1 -1
  33. package/lib/request/delete-outbound-connector-request.d.ts +1 -1
  34. package/lib/request/delete-replication-request.d.ts +1 -1
  35. package/lib/request/delete-replication-target-request.d.ts +1 -1
  36. package/lib/request/delete-snapshot-request.d.ts +1 -1
  37. package/lib/request/detach-clone-request.d.ts +37 -0
  38. package/lib/request/detach-clone-request.js +15 -0
  39. package/lib/request/detach-clone-request.js.map +1 -0
  40. package/lib/request/estimate-replication-request.d.ts +1 -1
  41. package/lib/request/get-export-request.d.ts +1 -1
  42. package/lib/request/get-export-set-request.d.ts +1 -1
  43. package/lib/request/get-file-system-request.d.ts +1 -1
  44. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  45. package/lib/request/get-mount-target-request.d.ts +1 -1
  46. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  47. package/lib/request/get-replication-request.d.ts +1 -1
  48. package/lib/request/get-replication-target-request.d.ts +1 -1
  49. package/lib/request/get-snapshot-request.d.ts +1 -1
  50. package/lib/request/index.d.ts +2 -0
  51. package/lib/request/index.js.map +1 -1
  52. package/lib/request/list-export-sets-request.d.ts +2 -1
  53. package/lib/request/list-export-sets-request.js +1 -0
  54. package/lib/request/list-export-sets-request.js.map +1 -1
  55. package/lib/request/list-exports-request.d.ts +2 -1
  56. package/lib/request/list-exports-request.js +1 -0
  57. package/lib/request/list-exports-request.js.map +1 -1
  58. package/lib/request/list-file-systems-request.d.ts +2 -1
  59. package/lib/request/list-file-systems-request.js +1 -0
  60. package/lib/request/list-file-systems-request.js.map +1 -1
  61. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  62. package/lib/request/list-mount-targets-request.d.ts +2 -1
  63. package/lib/request/list-mount-targets-request.js +1 -0
  64. package/lib/request/list-mount-targets-request.js.map +1 -1
  65. package/lib/request/list-outbound-connectors-request.d.ts +2 -1
  66. package/lib/request/list-outbound-connectors-request.js +1 -0
  67. package/lib/request/list-outbound-connectors-request.js.map +1 -1
  68. package/lib/request/list-replication-targets-request.d.ts +2 -1
  69. package/lib/request/list-replication-targets-request.js +1 -0
  70. package/lib/request/list-replication-targets-request.js.map +1 -1
  71. package/lib/request/list-replications-request.d.ts +2 -1
  72. package/lib/request/list-replications-request.js +1 -0
  73. package/lib/request/list-replications-request.js.map +1 -1
  74. package/lib/request/list-snapshots-request.d.ts +2 -1
  75. package/lib/request/list-snapshots-request.js +1 -0
  76. package/lib/request/list-snapshots-request.js.map +1 -1
  77. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  78. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  79. package/lib/request/update-export-request.d.ts +1 -1
  80. package/lib/request/update-export-set-request.d.ts +1 -1
  81. package/lib/request/update-file-system-request.d.ts +1 -1
  82. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  83. package/lib/request/update-mount-target-request.d.ts +1 -1
  84. package/lib/request/update-outbound-connector-request.d.ts +1 -1
  85. package/lib/request/update-replication-request.d.ts +1 -1
  86. package/lib/request/update-snapshot-request.d.ts +1 -1
  87. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  88. package/lib/response/detach-clone-response.d.ts +21 -0
  89. package/lib/response/detach-clone-response.js +15 -0
  90. package/lib/response/detach-clone-response.js.map +1 -0
  91. package/lib/response/index.d.ts +2 -0
  92. package/package.json +3 -3
@@ -19,6 +19,7 @@ var ListFileSystemsRequest;
19
19
  (function (LifecycleState) {
20
20
  LifecycleState["Creating"] = "CREATING";
21
21
  LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Updating"] = "UPDATING";
22
23
  LifecycleState["Deleting"] = "DELETING";
23
24
  LifecycleState["Deleted"] = "DELETED";
24
25
  LifecycleState["Failed"] = "FAILED";
@@ -1 +1 @@
1
- {"version":3,"file":"list-file-systems-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-file-systems-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiGH,IAAiB,sBAAsB,CAkBtC;AAlBD,WAAiB,sBAAsB;IACrC,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;AACH,CAAC,EAlBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAkBtC"}
1
+ {"version":3,"file":"list-file-systems-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-file-systems-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiGH,IAAiB,sBAAsB,CAmBtC;AAnBD,WAAiB,sBAAsB;IACrC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;AACH,CAAC,EAnBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmBtC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPoliciesRequest.
16
16
  */
17
17
  export interface ListFilesystemSnapshotPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
16
16
  */
17
17
  export interface ListMountTargetsRequest extends common.BaseRequest {
18
18
  /**
@@ -96,6 +96,7 @@ export declare namespace ListMountTargetsRequest {
96
96
  enum LifecycleState {
97
97
  Creating = "CREATING",
98
98
  Active = "ACTIVE",
99
+ Updating = "UPDATING",
99
100
  Deleting = "DELETING",
100
101
  Deleted = "DELETED",
101
102
  Failed = "FAILED"
@@ -19,6 +19,7 @@ var ListMountTargetsRequest;
19
19
  (function (LifecycleState) {
20
20
  LifecycleState["Creating"] = "CREATING";
21
21
  LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Updating"] = "UPDATING";
22
23
  LifecycleState["Deleting"] = "DELETING";
23
24
  LifecycleState["Deleted"] = "DELETED";
24
25
  LifecycleState["Failed"] = "FAILED";
@@ -1 +1 @@
1
- {"version":3,"file":"list-mount-targets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-mount-targets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuFH,IAAiB,uBAAuB,CAkBvC;AAlBD,WAAiB,uBAAuB;IACtC,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAlBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAkBvC"}
1
+ {"version":3,"file":"list-mount-targets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-mount-targets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuFH,IAAiB,uBAAuB,CAmBvC;AAnBD,WAAiB,uBAAuB;IACtC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAnBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmBvC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectorsRequest.
16
16
  */
17
17
  export interface ListOutboundConnectorsRequest extends common.BaseRequest {
18
18
  /**
@@ -92,6 +92,7 @@ export declare namespace ListOutboundConnectorsRequest {
92
92
  enum LifecycleState {
93
93
  Creating = "CREATING",
94
94
  Active = "ACTIVE",
95
+ Updating = "UPDATING",
95
96
  Deleting = "DELETING",
96
97
  Deleted = "DELETED",
97
98
  Failed = "FAILED"
@@ -19,6 +19,7 @@ var ListOutboundConnectorsRequest;
19
19
  (function (LifecycleState) {
20
20
  LifecycleState["Creating"] = "CREATING";
21
21
  LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Updating"] = "UPDATING";
22
23
  LifecycleState["Deleting"] = "DELETING";
23
24
  LifecycleState["Deleted"] = "DELETED";
24
25
  LifecycleState["Failed"] = "FAILED";
@@ -1 +1 @@
1
- {"version":3,"file":"list-outbound-connectors-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-outbound-connectors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,6BAA6B,CAkB7C;AAlBD,WAAiB,6BAA6B;IAC5C,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EAlBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAkB7C"}
1
+ {"version":3,"file":"list-outbound-connectors-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-outbound-connectors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,6BAA6B,CAmB7C;AAnBD,WAAiB,6BAA6B;IAC5C,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EAnBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAmB7C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
16
16
  */
17
17
  export interface ListReplicationTargetsRequest extends common.BaseRequest {
18
18
  /**
@@ -92,6 +92,7 @@ export declare namespace ListReplicationTargetsRequest {
92
92
  enum LifecycleState {
93
93
  Creating = "CREATING",
94
94
  Active = "ACTIVE",
95
+ Updating = "UPDATING",
95
96
  Deleting = "DELETING",
96
97
  Deleted = "DELETED",
97
98
  Failed = "FAILED"
@@ -19,6 +19,7 @@ var ListReplicationTargetsRequest;
19
19
  (function (LifecycleState) {
20
20
  LifecycleState["Creating"] = "CREATING";
21
21
  LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Updating"] = "UPDATING";
22
23
  LifecycleState["Deleting"] = "DELETING";
23
24
  LifecycleState["Deleted"] = "DELETED";
24
25
  LifecycleState["Failed"] = "FAILED";
@@ -1 +1 @@
1
- {"version":3,"file":"list-replication-targets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-replication-targets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,6BAA6B,CAkB7C;AAlBD,WAAiB,6BAA6B;IAC5C,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EAlBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAkB7C"}
1
+ {"version":3,"file":"list-replication-targets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-replication-targets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,6BAA6B,CAmB7C;AAnBD,WAAiB,6BAA6B;IAC5C,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EAnBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAmB7C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
16
16
  */
17
17
  export interface ListReplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -96,6 +96,7 @@ export declare namespace ListReplicationsRequest {
96
96
  enum LifecycleState {
97
97
  Creating = "CREATING",
98
98
  Active = "ACTIVE",
99
+ Updating = "UPDATING",
99
100
  Deleting = "DELETING",
100
101
  Deleted = "DELETED",
101
102
  Failed = "FAILED"
@@ -19,6 +19,7 @@ var ListReplicationsRequest;
19
19
  (function (LifecycleState) {
20
20
  LifecycleState["Creating"] = "CREATING";
21
21
  LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Updating"] = "UPDATING";
22
23
  LifecycleState["Deleting"] = "DELETING";
23
24
  LifecycleState["Deleted"] = "DELETED";
24
25
  LifecycleState["Failed"] = "FAILED";
@@ -1 +1 @@
1
- {"version":3,"file":"list-replications-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-replications-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuFH,IAAiB,uBAAuB,CAkBvC;AAlBD,WAAiB,uBAAuB;IACtC,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAlBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAkBvC"}
1
+ {"version":3,"file":"list-replications-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-replications-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuFH,IAAiB,uBAAuB,CAmBvC;AAnBD,WAAiB,uBAAuB;IACtC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAnBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmBvC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
16
16
  */
17
17
  export interface ListSnapshotsRequest extends common.BaseRequest {
18
18
  /**
@@ -80,6 +80,7 @@ export declare namespace ListSnapshotsRequest {
80
80
  enum LifecycleState {
81
81
  Creating = "CREATING",
82
82
  Active = "ACTIVE",
83
+ Updating = "UPDATING",
83
84
  Deleting = "DELETING",
84
85
  Deleted = "DELETED",
85
86
  Failed = "FAILED"
@@ -19,6 +19,7 @@ var ListSnapshotsRequest;
19
19
  (function (LifecycleState) {
20
20
  LifecycleState["Creating"] = "CREATING";
21
21
  LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Updating"] = "UPDATING";
22
23
  LifecycleState["Deleting"] = "DELETING";
23
24
  LifecycleState["Deleted"] = "DELETED";
24
25
  LifecycleState["Failed"] = "FAILED";
@@ -1 +1 @@
1
- {"version":3,"file":"list-snapshots-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-snapshots-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuEH,IAAiB,oBAAoB,CAapC;AAbD,WAAiB,oBAAoB;IACnC,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,mCAAc,KAAd,mCAAc,QAMzB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8BAAS,KAAT,8BAAS,QAGpB;AACH,CAAC,EAbgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAapC"}
1
+ {"version":3,"file":"list-snapshots-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-snapshots-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuEH,IAAiB,oBAAoB,CAcpC;AAdD,WAAiB,oBAAoB;IACnC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,mCAAc,KAAd,mCAAc,QAOzB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8BAAS,KAAT,8BAAS,QAGpB;AACH,CAAC,EAdgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAcpC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicyRequest.
16
16
  */
17
17
  export interface PauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicyRequest.
16
16
  */
17
17
  export interface UnpauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
17
17
  */
18
18
  export interface UpdateExportRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
17
17
  */
18
18
  export interface UpdateExportSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
17
17
  */
18
18
  export interface UpdateFileSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicyRequest.
17
17
  */
18
18
  export interface UpdateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
17
17
  */
18
18
  export interface UpdateMountTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnectorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnectorRequest.
17
17
  */
18
18
  export interface UpdateOutboundConnectorRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
17
17
  */
18
18
  export interface UpdateReplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
17
17
  */
18
18
  export interface UpdateSnapshotRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabsRequest.
17
17
  */
18
18
  export interface ValidateKeyTabsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DetachCloneResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If
16
+ * you need to contact Oracle about a particular request,
17
+ * please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=detach-clone-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detach-clone-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/detach-clone-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -52,6 +52,8 @@ import * as DeleteReplicationTargetResponse from "./delete-replication-target-re
52
52
  export import DeleteReplicationTargetResponse = DeleteReplicationTargetResponse.DeleteReplicationTargetResponse;
53
53
  import * as DeleteSnapshotResponse from "./delete-snapshot-response";
54
54
  export import DeleteSnapshotResponse = DeleteSnapshotResponse.DeleteSnapshotResponse;
55
+ import * as DetachCloneResponse from "./detach-clone-response";
56
+ export import DetachCloneResponse = DetachCloneResponse.DetachCloneResponse;
55
57
  import * as EstimateReplicationResponse from "./estimate-replication-response";
56
58
  export import EstimateReplicationResponse = EstimateReplicationResponse.EstimateReplicationResponse;
57
59
  import * as GetExportResponse from "./get-export-response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-filestorage",
3
- "version": "2.88.2",
3
+ "version": "2.89.1",
4
4
  "description": "OCI NodeJS client for File Storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.88.2",
19
- "oci-workrequests": "2.88.2"
18
+ "oci-common": "2.89.1",
19
+ "oci-workrequests": "2.89.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"