oci-filestorage 2.43.0 → 2.44.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.
Files changed (197) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +2 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +219 -26
  5. package/lib/client.js +819 -69
  6. package/lib/client.js.map +1 -1
  7. package/lib/filestorage-waiter.d.ts +18 -1
  8. package/lib/filestorage-waiter.js +26 -1
  9. package/lib/filestorage-waiter.js.map +1 -1
  10. package/lib/model/change-file-system-compartment-details.d.ts +2 -1
  11. package/lib/model/change-file-system-compartment-details.js +2 -1
  12. package/lib/model/change-file-system-compartment-details.js.map +1 -1
  13. package/lib/model/change-mount-target-compartment-details.d.ts +2 -1
  14. package/lib/model/change-mount-target-compartment-details.js +2 -1
  15. package/lib/model/change-mount-target-compartment-details.js.map +1 -1
  16. package/lib/model/change-replication-compartment-details.d.ts +28 -0
  17. package/lib/model/change-replication-compartment-details.js +31 -0
  18. package/lib/model/change-replication-compartment-details.js.map +1 -0
  19. package/lib/model/client-options.d.ts +2 -1
  20. package/lib/model/client-options.js +2 -1
  21. package/lib/model/client-options.js.map +1 -1
  22. package/lib/model/create-export-details.d.ts +2 -1
  23. package/lib/model/create-export-details.js +2 -1
  24. package/lib/model/create-export-details.js.map +1 -1
  25. package/lib/model/create-file-system-details.d.ts +3 -2
  26. package/lib/model/create-file-system-details.js +2 -1
  27. package/lib/model/create-file-system-details.js.map +1 -1
  28. package/lib/model/create-mount-target-details.d.ts +18 -1
  29. package/lib/model/create-mount-target-details.js +2 -1
  30. package/lib/model/create-mount-target-details.js.map +1 -1
  31. package/lib/model/create-replication-details.d.ts +70 -0
  32. package/lib/model/create-replication-details.js +31 -0
  33. package/lib/model/create-replication-details.js.map +1 -0
  34. package/lib/model/create-snapshot-details.d.ts +2 -1
  35. package/lib/model/create-snapshot-details.js +2 -1
  36. package/lib/model/create-snapshot-details.js.map +1 -1
  37. package/lib/model/export-set-summary.d.ts +2 -1
  38. package/lib/model/export-set-summary.js +2 -1
  39. package/lib/model/export-set-summary.js.map +1 -1
  40. package/lib/model/export-set.d.ts +2 -3
  41. package/lib/model/export-set.js +2 -1
  42. package/lib/model/export-set.js.map +1 -1
  43. package/lib/model/export-summary.d.ts +2 -1
  44. package/lib/model/export-summary.js +2 -1
  45. package/lib/model/export-summary.js.map +1 -1
  46. package/lib/model/export.d.ts +2 -3
  47. package/lib/model/export.js +2 -1
  48. package/lib/model/export.js.map +1 -1
  49. package/lib/model/file-system-summary.d.ts +5 -3
  50. package/lib/model/file-system-summary.js +3 -1
  51. package/lib/model/file-system-summary.js.map +1 -1
  52. package/lib/model/file-system.d.ts +17 -5
  53. package/lib/model/file-system.js +3 -1
  54. package/lib/model/file-system.js.map +1 -1
  55. package/lib/model/index.d.ts +18 -1
  56. package/lib/model/index.js +19 -2
  57. package/lib/model/index.js.map +1 -1
  58. package/lib/model/mount-target-summary.d.ts +2 -1
  59. package/lib/model/mount-target-summary.js +2 -1
  60. package/lib/model/mount-target-summary.js.map +1 -1
  61. package/lib/model/mount-target.d.ts +2 -3
  62. package/lib/model/mount-target.js +2 -1
  63. package/lib/model/mount-target.js.map +1 -1
  64. package/lib/model/replication-estimate.d.ts +43 -0
  65. package/lib/model/replication-estimate.js +31 -0
  66. package/lib/model/replication-estimate.js.map +1 -0
  67. package/lib/model/replication-summary.d.ts +106 -0
  68. package/lib/model/replication-summary.js +44 -0
  69. package/lib/model/replication-summary.js.map +1 -0
  70. package/lib/model/replication-target-summary.d.ts +99 -0
  71. package/lib/model/replication-target-summary.js +44 -0
  72. package/lib/model/replication-target-summary.js.map +1 -0
  73. package/lib/model/replication-target.d.ts +150 -0
  74. package/lib/model/replication-target.js +59 -0
  75. package/lib/model/replication-target.js.map +1 -0
  76. package/lib/model/replication.d.ts +155 -0
  77. package/lib/model/replication.js +59 -0
  78. package/lib/model/replication.js.map +1 -0
  79. package/lib/model/snapshot-summary.d.ts +33 -4
  80. package/lib/model/snapshot-summary.js +13 -1
  81. package/lib/model/snapshot-summary.js.map +1 -1
  82. package/lib/model/snapshot.d.ts +33 -6
  83. package/lib/model/snapshot.js +13 -1
  84. package/lib/model/snapshot.js.map +1 -1
  85. package/lib/model/source-details.d.ts +4 -3
  86. package/lib/model/source-details.js +2 -1
  87. package/lib/model/source-details.js.map +1 -1
  88. package/lib/model/update-export-details.d.ts +2 -1
  89. package/lib/model/update-export-details.js +2 -1
  90. package/lib/model/update-export-details.js.map +1 -1
  91. package/lib/model/update-export-set-details.d.ts +2 -1
  92. package/lib/model/update-export-set-details.js +2 -1
  93. package/lib/model/update-export-set-details.js.map +1 -1
  94. package/lib/model/update-file-system-details.d.ts +5 -2
  95. package/lib/model/update-file-system-details.js +2 -1
  96. package/lib/model/update-file-system-details.js.map +1 -1
  97. package/lib/model/update-mount-target-details.d.ts +2 -1
  98. package/lib/model/update-mount-target-details.js +2 -1
  99. package/lib/model/update-mount-target-details.js.map +1 -1
  100. package/lib/model/update-replication-details.d.ts +56 -0
  101. package/lib/model/update-replication-details.js +31 -0
  102. package/lib/model/update-replication-details.js.map +1 -0
  103. package/lib/model/update-snapshot-details.d.ts +2 -1
  104. package/lib/model/update-snapshot-details.js +2 -1
  105. package/lib/model/update-snapshot-details.js.map +1 -1
  106. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  107. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  108. package/lib/request/change-replication-compartment-request.d.ts +42 -0
  109. package/lib/request/change-replication-compartment-request.js +15 -0
  110. package/lib/request/change-replication-compartment-request.js.map +1 -0
  111. package/lib/request/create-export-request.d.ts +1 -1
  112. package/lib/request/create-file-system-request.d.ts +1 -1
  113. package/lib/request/create-mount-target-request.d.ts +1 -1
  114. package/lib/request/create-replication-request.d.ts +38 -0
  115. package/lib/request/create-replication-request.js +15 -0
  116. package/lib/request/create-replication-request.js.map +1 -0
  117. package/lib/request/create-snapshot-request.d.ts +1 -1
  118. package/lib/request/delete-export-request.d.ts +1 -1
  119. package/lib/request/delete-file-system-request.d.ts +1 -1
  120. package/lib/request/delete-mount-target-request.d.ts +1 -1
  121. package/lib/request/delete-replication-request.d.ts +52 -0
  122. package/lib/request/delete-replication-request.js +25 -0
  123. package/lib/request/delete-replication-request.js.map +1 -0
  124. package/lib/request/delete-replication-target-request.d.ts +37 -0
  125. package/lib/request/delete-replication-target-request.js +15 -0
  126. package/lib/request/delete-replication-target-request.js.map +1 -0
  127. package/lib/request/delete-snapshot-request.d.ts +1 -1
  128. package/lib/request/estimate-replication-request.d.ts +41 -0
  129. package/lib/request/estimate-replication-request.js +15 -0
  130. package/lib/request/estimate-replication-request.js.map +1 -0
  131. package/lib/request/get-export-request.d.ts +1 -1
  132. package/lib/request/get-export-set-request.d.ts +1 -1
  133. package/lib/request/get-file-system-request.d.ts +1 -1
  134. package/lib/request/get-mount-target-request.d.ts +1 -1
  135. package/lib/request/get-replication-request.d.ts +28 -0
  136. package/lib/request/get-replication-request.js +15 -0
  137. package/lib/request/get-replication-request.js.map +1 -0
  138. package/lib/request/get-replication-target-request.d.ts +28 -0
  139. package/lib/request/get-replication-target-request.js +15 -0
  140. package/lib/request/get-replication-target-request.js.map +1 -0
  141. package/lib/request/get-snapshot-request.d.ts +1 -1
  142. package/lib/request/index.d.ts +22 -1
  143. package/lib/request/index.js +9 -2
  144. package/lib/request/index.js.map +1 -1
  145. package/lib/request/list-export-sets-request.d.ts +1 -1
  146. package/lib/request/list-exports-request.d.ts +1 -1
  147. package/lib/request/list-file-systems-request.d.ts +3 -3
  148. package/lib/request/list-mount-targets-request.d.ts +1 -1
  149. package/lib/request/list-replication-targets-request.d.ts +107 -0
  150. package/lib/request/list-replication-targets-request.js +37 -0
  151. package/lib/request/list-replication-targets-request.js.map +1 -0
  152. package/lib/request/list-replications-request.d.ts +111 -0
  153. package/lib/request/list-replications-request.js +37 -0
  154. package/lib/request/list-replications-request.js.map +1 -0
  155. package/lib/request/list-snapshots-request.d.ts +1 -1
  156. package/lib/request/update-export-request.d.ts +1 -1
  157. package/lib/request/update-export-set-request.d.ts +1 -1
  158. package/lib/request/update-file-system-request.d.ts +1 -1
  159. package/lib/request/update-mount-target-request.d.ts +1 -1
  160. package/lib/request/update-replication-request.d.ts +42 -0
  161. package/lib/request/update-replication-request.js +15 -0
  162. package/lib/request/update-replication-request.js.map +1 -0
  163. package/lib/request/update-snapshot-request.d.ts +1 -1
  164. package/lib/response/change-replication-compartment-response.d.ts +18 -0
  165. package/lib/response/change-replication-compartment-response.js +15 -0
  166. package/lib/response/change-replication-compartment-response.js.map +1 -0
  167. package/lib/response/create-replication-response.d.ts +30 -0
  168. package/lib/response/create-replication-response.js +15 -0
  169. package/lib/response/create-replication-response.js.map +1 -0
  170. package/lib/response/delete-replication-response.d.ts +21 -0
  171. package/lib/response/delete-replication-response.js +15 -0
  172. package/lib/response/delete-replication-response.js.map +1 -0
  173. package/lib/response/delete-replication-target-response.d.ts +21 -0
  174. package/lib/response/delete-replication-target-response.js +15 -0
  175. package/lib/response/delete-replication-target-response.js.map +1 -0
  176. package/lib/response/estimate-replication-response.d.ts +30 -0
  177. package/lib/response/estimate-replication-response.js +15 -0
  178. package/lib/response/estimate-replication-response.js.map +1 -0
  179. package/lib/response/get-replication-response.d.ts +30 -0
  180. package/lib/response/get-replication-response.js +15 -0
  181. package/lib/response/get-replication-response.js.map +1 -0
  182. package/lib/response/get-replication-target-response.d.ts +30 -0
  183. package/lib/response/get-replication-target-response.js +15 -0
  184. package/lib/response/get-replication-target-response.js.map +1 -0
  185. package/lib/response/index.d.ts +22 -1
  186. package/lib/response/index.js +2 -1
  187. package/lib/response/index.js.map +1 -1
  188. package/lib/response/list-replication-targets-response.d.ts +35 -0
  189. package/lib/response/list-replication-targets-response.js +15 -0
  190. package/lib/response/list-replication-targets-response.js.map +1 -0
  191. package/lib/response/list-replications-response.d.ts +35 -0
  192. package/lib/response/list-replications-response.js +15 -0
  193. package/lib/response/list-replications-response.js.map +1 -0
  194. package/lib/response/update-replication-response.d.ts +30 -0
  195. package/lib/response/update-replication-response.js +15 -0
  196. package/lib/response/update-replication-response.js.map +1 -0
  197. package/package.json +3 -3
@@ -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, 2022, 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=update-replication-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/update-replication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.43.0/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.44.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
17
17
  */
18
18
  export interface UpdateSnapshotRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,18 @@
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, 2022, 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 ChangeReplicationCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request.
16
+ */
17
+ "opcRequestId": string;
18
+ }
@@ -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, 2022, 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=change-replication-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-replication-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/change-replication-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface CreateReplicationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Replication instance.
28
+ */
29
+ "replication": model.Replication;
30
+ }
@@ -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, 2022, 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=create-replication-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-replication-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/create-replication-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2022, 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 DeleteReplicationResponse {
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, 2022, 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=delete-replication-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-replication-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/delete-replication-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2022, 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 DeleteReplicationTargetResponse {
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, 2022, 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=delete-replication-target-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-replication-target-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/delete-replication-target-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface EstimateReplicationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ReplicationEstimate instance.
28
+ */
29
+ "replicationEstimate": model.ReplicationEstimate;
30
+ }
@@ -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, 2022, 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=estimate-replication-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"estimate-replication-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/estimate-replication-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface GetReplicationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Replication instance.
28
+ */
29
+ "replication": model.Replication;
30
+ }
@@ -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, 2022, 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=get-replication-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-replication-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/get-replication-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface GetReplicationTargetResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ReplicationTarget instance.
28
+ */
29
+ "replicationTarget": model.ReplicationTarget;
30
+ }
@@ -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, 2022, 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=get-replication-target-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-replication-target-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/get-replication-target-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -15,12 +16,16 @@ import * as ChangeFileSystemCompartmentResponse from "./change-file-system-compa
15
16
  export import ChangeFileSystemCompartmentResponse = ChangeFileSystemCompartmentResponse.ChangeFileSystemCompartmentResponse;
16
17
  import * as ChangeMountTargetCompartmentResponse from "./change-mount-target-compartment-response";
17
18
  export import ChangeMountTargetCompartmentResponse = ChangeMountTargetCompartmentResponse.ChangeMountTargetCompartmentResponse;
19
+ import * as ChangeReplicationCompartmentResponse from "./change-replication-compartment-response";
20
+ export import ChangeReplicationCompartmentResponse = ChangeReplicationCompartmentResponse.ChangeReplicationCompartmentResponse;
18
21
  import * as CreateExportResponse from "./create-export-response";
19
22
  export import CreateExportResponse = CreateExportResponse.CreateExportResponse;
20
23
  import * as CreateFileSystemResponse from "./create-file-system-response";
21
24
  export import CreateFileSystemResponse = CreateFileSystemResponse.CreateFileSystemResponse;
22
25
  import * as CreateMountTargetResponse from "./create-mount-target-response";
23
26
  export import CreateMountTargetResponse = CreateMountTargetResponse.CreateMountTargetResponse;
27
+ import * as CreateReplicationResponse from "./create-replication-response";
28
+ export import CreateReplicationResponse = CreateReplicationResponse.CreateReplicationResponse;
24
29
  import * as CreateSnapshotResponse from "./create-snapshot-response";
25
30
  export import CreateSnapshotResponse = CreateSnapshotResponse.CreateSnapshotResponse;
26
31
  import * as DeleteExportResponse from "./delete-export-response";
@@ -29,8 +34,14 @@ import * as DeleteFileSystemResponse from "./delete-file-system-response";
29
34
  export import DeleteFileSystemResponse = DeleteFileSystemResponse.DeleteFileSystemResponse;
30
35
  import * as DeleteMountTargetResponse from "./delete-mount-target-response";
31
36
  export import DeleteMountTargetResponse = DeleteMountTargetResponse.DeleteMountTargetResponse;
37
+ import * as DeleteReplicationResponse from "./delete-replication-response";
38
+ export import DeleteReplicationResponse = DeleteReplicationResponse.DeleteReplicationResponse;
39
+ import * as DeleteReplicationTargetResponse from "./delete-replication-target-response";
40
+ export import DeleteReplicationTargetResponse = DeleteReplicationTargetResponse.DeleteReplicationTargetResponse;
32
41
  import * as DeleteSnapshotResponse from "./delete-snapshot-response";
33
42
  export import DeleteSnapshotResponse = DeleteSnapshotResponse.DeleteSnapshotResponse;
43
+ import * as EstimateReplicationResponse from "./estimate-replication-response";
44
+ export import EstimateReplicationResponse = EstimateReplicationResponse.EstimateReplicationResponse;
34
45
  import * as GetExportResponse from "./get-export-response";
35
46
  export import GetExportResponse = GetExportResponse.GetExportResponse;
36
47
  import * as GetExportSetResponse from "./get-export-set-response";
@@ -39,6 +50,10 @@ import * as GetFileSystemResponse from "./get-file-system-response";
39
50
  export import GetFileSystemResponse = GetFileSystemResponse.GetFileSystemResponse;
40
51
  import * as GetMountTargetResponse from "./get-mount-target-response";
41
52
  export import GetMountTargetResponse = GetMountTargetResponse.GetMountTargetResponse;
53
+ import * as GetReplicationResponse from "./get-replication-response";
54
+ export import GetReplicationResponse = GetReplicationResponse.GetReplicationResponse;
55
+ import * as GetReplicationTargetResponse from "./get-replication-target-response";
56
+ export import GetReplicationTargetResponse = GetReplicationTargetResponse.GetReplicationTargetResponse;
42
57
  import * as GetSnapshotResponse from "./get-snapshot-response";
43
58
  export import GetSnapshotResponse = GetSnapshotResponse.GetSnapshotResponse;
44
59
  import * as ListExportSetsResponse from "./list-export-sets-response";
@@ -49,6 +64,10 @@ import * as ListFileSystemsResponse from "./list-file-systems-response";
49
64
  export import ListFileSystemsResponse = ListFileSystemsResponse.ListFileSystemsResponse;
50
65
  import * as ListMountTargetsResponse from "./list-mount-targets-response";
51
66
  export import ListMountTargetsResponse = ListMountTargetsResponse.ListMountTargetsResponse;
67
+ import * as ListReplicationTargetsResponse from "./list-replication-targets-response";
68
+ export import ListReplicationTargetsResponse = ListReplicationTargetsResponse.ListReplicationTargetsResponse;
69
+ import * as ListReplicationsResponse from "./list-replications-response";
70
+ export import ListReplicationsResponse = ListReplicationsResponse.ListReplicationsResponse;
52
71
  import * as ListSnapshotsResponse from "./list-snapshots-response";
53
72
  export import ListSnapshotsResponse = ListSnapshotsResponse.ListSnapshotsResponse;
54
73
  import * as UpdateExportResponse from "./update-export-response";
@@ -59,5 +78,7 @@ import * as UpdateFileSystemResponse from "./update-file-system-response";
59
78
  export import UpdateFileSystemResponse = UpdateFileSystemResponse.UpdateFileSystemResponse;
60
79
  import * as UpdateMountTargetResponse from "./update-mount-target-response";
61
80
  export import UpdateMountTargetResponse = UpdateMountTargetResponse.UpdateMountTargetResponse;
81
+ import * as UpdateReplicationResponse from "./update-replication-response";
82
+ export import UpdateReplicationResponse = UpdateReplicationResponse.UpdateReplicationResponse;
62
83
  import * as UpdateSnapshotResponse from "./update-snapshot-response";
63
84
  export import UpdateSnapshotResponse = UpdateSnapshotResponse.UpdateSnapshotResponse;
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,35 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface ListReplicationTargetsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response,
17
+ * additional pages of results remain.
18
+ * <p>
19
+ For important details about how pagination works,
20
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
21
+ *
22
+ */
23
+ "opcNextPage": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If
26
+ * you need to contact Oracle about a particular request,
27
+ * please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * A list of ReplicationTargetSummary instances.
33
+ */
34
+ "items": model.ReplicationTargetSummary[];
35
+ }
@@ -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, 2022, 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=list-replication-targets-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-replication-targets-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/list-replication-targets-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface ListReplicationsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response,
17
+ * additional pages of results remain.
18
+ * <p>
19
+ For important details about how pagination works,
20
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
21
+ *
22
+ */
23
+ "opcNextPage": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If
26
+ * you need to contact Oracle about a particular request,
27
+ * please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * A list of ReplicationSummary instances.
33
+ */
34
+ "items": model.ReplicationSummary[];
35
+ }
@@ -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, 2022, 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=list-replications-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-replications-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/list-replications-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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, 2022, 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
+ import * as model from "../model";
14
+ export interface UpdateReplicationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Replication instance.
28
+ */
29
+ "replication": model.Replication;
30
+ }
@@ -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, 2022, 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=update-replication-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-replication-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/update-replication-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-filestorage",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
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.43.0",
19
- "oci-workrequests": "2.43.0"
18
+ "oci-common": "2.44.0",
19
+ "oci-workrequests": "2.44.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"