oci-filestorage 2.42.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
package/index.d.ts CHANGED
@@ -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
  *
package/index.js CHANGED
@@ -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
  *
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/filestorage/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6EAA+D;AAKjD,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,iBAAiB,GAAG,kBAAkB,CAAC,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/filestorage/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6EAA+D;AAKjD,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,iBAAiB,GAAG,kBAAkB,CAAC,iBAAiB,CAAC"}
package/lib/client.d.ts CHANGED
@@ -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
  *
@@ -78,7 +79,7 @@ export declare class FileStorageClient {
78
79
  * @param ChangeFileSystemCompartmentRequest
79
80
  * @return ChangeFileSystemCompartmentResponse
80
81
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
82
83
  */
83
84
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
84
85
  /**
@@ -88,9 +89,20 @@ export declare class FileStorageClient {
88
89
  * @param ChangeMountTargetCompartmentRequest
89
90
  * @return ChangeMountTargetCompartmentResponse
90
91
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
92
93
  */
93
94
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
95
+ /**
96
+ * Moves a replication and its replication target into a different compartment within the same tenancy.
97
+ * For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
98
+ *
99
+ * This operation does not retry by default if the user has not defined a retry configuration.
100
+ * @param ChangeReplicationCompartmentRequest
101
+ * @return ChangeReplicationCompartmentResponse
102
+ * @throws OciError when an error occurs
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
104
+ */
105
+ changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
94
106
  /**
95
107
  * Creates a new export in the specified export set, path, and
96
108
  * file system.
@@ -99,7 +111,7 @@ export declare class FileStorageClient {
99
111
  * @param CreateExportRequest
100
112
  * @return CreateExportResponse
101
113
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
103
115
  */
104
116
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
105
117
  /**
@@ -137,7 +149,7 @@ export declare class FileStorageClient {
137
149
  * @param CreateFileSystemRequest
138
150
  * @return CreateFileSystemResponse
139
151
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
141
153
  */
142
154
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
143
155
  /**
@@ -178,9 +190,45 @@ export declare class FileStorageClient {
178
190
  * @param CreateMountTargetRequest
179
191
  * @return CreateMountTargetResponse
180
192
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
182
194
  */
183
195
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
196
+ /**
197
+ * Creates a new replication in the specified compartment.
198
+ * Replications are the primary resource that governs the policy of cross-region replication between source
199
+ * and target file systems. Replications are associated with a secondary resource called a {@link ReplicationTarget}
200
+ * located in another availability domain.
201
+ * The associated replication target resource is automatically created along with the replication resource.
202
+ * The replication retrieves the delta of data between two snapshots of a source file system
203
+ * and sends it to the associated `ReplicationTarget`, which retrieves the delta and applies it to the target
204
+ * file system.
205
+ * Only unexported file systems can be used as target file systems.
206
+ * For more information, see [Using Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
207
+ * <p>
208
+ For information about access control and compartments, see
209
+ * [Overview of the IAM
210
+ * Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
211
+ * <p>
212
+ For information about availability domains, see [Regions and
213
+ * Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm).
214
+ * To get a list of availability domains, use the
215
+ * `ListAvailabilityDomains` operation in the Identity and Access
216
+ * Management Service API.
217
+ * <p>
218
+ All Oracle Cloud Infrastructure Services resources, including
219
+ * replications, get an Oracle-assigned, unique ID called an
220
+ * Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)).
221
+ * When you create a resource, you can find its OCID in the response.
222
+ * You can also retrieve a resource's OCID by using a List API operation on that resource
223
+ * type, or by viewing the resource in the Console.
224
+ *
225
+ * This operation does not retry by default if the user has not defined a retry configuration.
226
+ * @param CreateReplicationRequest
227
+ * @return CreateReplicationResponse
228
+ * @throws OciError when an error occurs
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
230
+ */
231
+ createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
184
232
  /**
185
233
  * Creates a new snapshot of the specified file system. You
186
234
  * can access the snapshot at `.snapshot/<name>`.
@@ -189,7 +237,7 @@ export declare class FileStorageClient {
189
237
  * @param CreateSnapshotRequest
190
238
  * @return CreateSnapshotResponse
191
239
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
193
241
  */
194
242
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
195
243
  /**
@@ -199,7 +247,7 @@ export declare class FileStorageClient {
199
247
  * @param DeleteExportRequest
200
248
  * @return DeleteExportResponse
201
249
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
203
251
  */
204
252
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
205
253
  /**
@@ -211,7 +259,7 @@ export declare class FileStorageClient {
211
259
  * @param DeleteFileSystemRequest
212
260
  * @return DeleteFileSystemResponse
213
261
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
215
263
  */
216
264
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
217
265
  /**
@@ -222,9 +270,32 @@ export declare class FileStorageClient {
222
270
  * @param DeleteMountTargetRequest
223
271
  * @return DeleteMountTargetResponse
224
272
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
226
274
  */
227
275
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
276
+ /**
277
+ * Deletes the specified replication and the the associated replication target.
278
+ *
279
+ * This operation does not retry by default if the user has not defined a retry configuration.
280
+ * @param DeleteReplicationRequest
281
+ * @return DeleteReplicationResponse
282
+ * @throws OciError when an error occurs
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
284
+ */
285
+ deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
286
+ /**
287
+ * Deletes the specified replication target.
288
+ * This operation causes the immediate release of the target file system if there are currently no delta application operations.
289
+ * If there is any current delta being applied the delete operation is blocked until the current
290
+ * delta has been completely applied.
291
+ *
292
+ * This operation does not retry by default if the user has not defined a retry configuration.
293
+ * @param DeleteReplicationTargetRequest
294
+ * @return DeleteReplicationTargetResponse
295
+ * @throws OciError when an error occurs
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
297
+ */
298
+ deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
228
299
  /**
229
300
  * Deletes the specified snapshot.
230
301
  *
@@ -232,16 +303,26 @@ export declare class FileStorageClient {
232
303
  * @param DeleteSnapshotRequest
233
304
  * @return DeleteSnapshotResponse
234
305
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
236
307
  */
237
308
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
309
+ /**
310
+ * Provides estimates for replication created using specific file system.
311
+ *
312
+ * This operation does not retry by default if the user has not defined a retry configuration.
313
+ * @param EstimateReplicationRequest
314
+ * @return EstimateReplicationResponse
315
+ * @throws OciError when an error occurs
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
317
+ */
318
+ estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
238
319
  /**
239
320
  * Gets the specified export's information.
240
321
  * This operation does not retry by default if the user has not defined a retry configuration.
241
322
  * @param GetExportRequest
242
323
  * @return GetExportResponse
243
324
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
245
326
  */
246
327
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
247
328
  /**
@@ -250,7 +331,7 @@ export declare class FileStorageClient {
250
331
  * @param GetExportSetRequest
251
332
  * @return GetExportSetResponse
252
333
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
254
335
  */
255
336
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
256
337
  /**
@@ -259,7 +340,7 @@ export declare class FileStorageClient {
259
340
  * @param GetFileSystemRequest
260
341
  * @return GetFileSystemResponse
261
342
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
263
344
  */
264
345
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
265
346
  /**
@@ -268,16 +349,34 @@ export declare class FileStorageClient {
268
349
  * @param GetMountTargetRequest
269
350
  * @return GetMountTargetResponse
270
351
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
272
353
  */
273
354
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
355
+ /**
356
+ * Gets the specified replication's information.
357
+ * This operation does not retry by default if the user has not defined a retry configuration.
358
+ * @param GetReplicationRequest
359
+ * @return GetReplicationResponse
360
+ * @throws OciError when an error occurs
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
362
+ */
363
+ getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
364
+ /**
365
+ * Gets the specified replication target's information.
366
+ * This operation does not retry by default if the user has not defined a retry configuration.
367
+ * @param GetReplicationTargetRequest
368
+ * @return GetReplicationTargetResponse
369
+ * @throws OciError when an error occurs
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
371
+ */
372
+ getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
274
373
  /**
275
374
  * Gets the specified snapshot's information.
276
375
  * This operation does not retry by default if the user has not defined a retry configuration.
277
376
  * @param GetSnapshotRequest
278
377
  * @return GetSnapshotResponse
279
378
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
281
380
  */
282
381
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
283
382
  /**
@@ -287,7 +386,7 @@ export declare class FileStorageClient {
287
386
  * @param ListExportSetsRequest
288
387
  * @return ListExportSetsResponse
289
388
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
291
390
  */
292
391
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
293
392
  /**
@@ -331,7 +430,7 @@ export declare class FileStorageClient {
331
430
  * @param ListExportsRequest
332
431
  * @return ListExportsResponse
333
432
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
335
434
  */
336
435
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
337
436
  /**
@@ -373,7 +472,7 @@ export declare class FileStorageClient {
373
472
  * @param ListFileSystemsRequest
374
473
  * @return ListFileSystemsResponse
375
474
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
377
476
  */
378
477
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
379
478
  /**
@@ -415,7 +514,7 @@ export declare class FileStorageClient {
415
514
  * @param ListMountTargetsRequest
416
515
  * @return ListMountTargetsResponse
417
516
  * @throws OciError when an error occurs
418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
419
518
  */
420
519
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
421
520
  /**
@@ -450,6 +549,90 @@ export declare class FileStorageClient {
450
549
  * @param request a request which can be sent to the service operation
451
550
  */
452
551
  listMountTargetsResponseIterator(request: requests.ListMountTargetsRequest): AsyncIterableIterator<responses.ListMountTargetsResponse>;
552
+ /**
553
+ * Lists the replication target resources in the specified compartment.
554
+ *
555
+ * This operation does not retry by default if the user has not defined a retry configuration.
556
+ * @param ListReplicationTargetsRequest
557
+ * @return ListReplicationTargetsResponse
558
+ * @throws OciError when an error occurs
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
560
+ */
561
+ listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
562
+ /**
563
+ * NOTE: This function is deprecated in favor of listReplicationTargetsRecordIterator function.
564
+ * Creates a new async iterator which will iterate over the models.ReplicationTargetSummary objects
565
+ * contained in responses from the listReplicationTargets operation. This iterator will fetch more data from the
566
+ * server as needed.
567
+ *
568
+ * @param request a request which can be sent to the service operation
569
+ */
570
+ listAllReplicationTargets(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<model.ReplicationTargetSummary>;
571
+ /**
572
+ * NOTE: This function is deprecated in favor of listReplicationTargetsResponseIterator function.
573
+ * Creates a new async iterator which will iterate over the responses received from the listReplicationTargets operation. This iterator
574
+ * will fetch more data from the server as needed.
575
+ *
576
+ * @param request a request which can be sent to the service operation
577
+ */
578
+ listAllReplicationTargetsResponses(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<responses.ListReplicationTargetsResponse>;
579
+ /**
580
+ * Creates a new async iterator which will iterate over the models.ReplicationTargetSummary objects
581
+ * contained in responses from the listReplicationTargets operation. This iterator will fetch more data from the
582
+ * server as needed.
583
+ *
584
+ * @param request a request which can be sent to the service operation
585
+ */
586
+ listReplicationTargetsRecordIterator(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<model.ReplicationTargetSummary>;
587
+ /**
588
+ * Creates a new async iterator which will iterate over the responses received from the listReplicationTargets operation. This iterator
589
+ * will fetch more data from the server as needed.
590
+ *
591
+ * @param request a request which can be sent to the service operation
592
+ */
593
+ listReplicationTargetsResponseIterator(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<responses.ListReplicationTargetsResponse>;
594
+ /**
595
+ * Lists the replication resources in the specified compartment.
596
+ *
597
+ * This operation does not retry by default if the user has not defined a retry configuration.
598
+ * @param ListReplicationsRequest
599
+ * @return ListReplicationsResponse
600
+ * @throws OciError when an error occurs
601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
602
+ */
603
+ listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
604
+ /**
605
+ * NOTE: This function is deprecated in favor of listReplicationsRecordIterator function.
606
+ * Creates a new async iterator which will iterate over the models.ReplicationSummary objects
607
+ * contained in responses from the listReplications operation. This iterator will fetch more data from the
608
+ * server as needed.
609
+ *
610
+ * @param request a request which can be sent to the service operation
611
+ */
612
+ listAllReplications(request: requests.ListReplicationsRequest): AsyncIterableIterator<model.ReplicationSummary>;
613
+ /**
614
+ * NOTE: This function is deprecated in favor of listReplicationsResponseIterator function.
615
+ * Creates a new async iterator which will iterate over the responses received from the listReplications operation. This iterator
616
+ * will fetch more data from the server as needed.
617
+ *
618
+ * @param request a request which can be sent to the service operation
619
+ */
620
+ listAllReplicationsResponses(request: requests.ListReplicationsRequest): AsyncIterableIterator<responses.ListReplicationsResponse>;
621
+ /**
622
+ * Creates a new async iterator which will iterate over the models.ReplicationSummary objects
623
+ * contained in responses from the listReplications operation. This iterator will fetch more data from the
624
+ * server as needed.
625
+ *
626
+ * @param request a request which can be sent to the service operation
627
+ */
628
+ listReplicationsRecordIterator(request: requests.ListReplicationsRequest): AsyncIterableIterator<model.ReplicationSummary>;
629
+ /**
630
+ * Creates a new async iterator which will iterate over the responses received from the listReplications operation. This iterator
631
+ * will fetch more data from the server as needed.
632
+ *
633
+ * @param request a request which can be sent to the service operation
634
+ */
635
+ listReplicationsResponseIterator(request: requests.ListReplicationsRequest): AsyncIterableIterator<responses.ListReplicationsResponse>;
453
636
  /**
454
637
  * Lists snapshots of the specified file system.
455
638
  *
@@ -457,7 +640,7 @@ export declare class FileStorageClient {
457
640
  * @param ListSnapshotsRequest
458
641
  * @return ListSnapshotsResponse
459
642
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
461
644
  */
462
645
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
463
646
  /**
@@ -498,7 +681,7 @@ export declare class FileStorageClient {
498
681
  * @param UpdateExportRequest
499
682
  * @return UpdateExportResponse
500
683
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
502
685
  */
503
686
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
504
687
  /**
@@ -507,7 +690,7 @@ export declare class FileStorageClient {
507
690
  * @param UpdateExportSetRequest
508
691
  * @return UpdateExportSetResponse
509
692
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
511
694
  */
512
695
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
513
696
  /**
@@ -518,7 +701,7 @@ export declare class FileStorageClient {
518
701
  * @param UpdateFileSystemRequest
519
702
  * @return UpdateFileSystemResponse
520
703
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
522
705
  */
523
706
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
524
707
  /**
@@ -527,16 +710,26 @@ export declare class FileStorageClient {
527
710
  * @param UpdateMountTargetRequest
528
711
  * @return UpdateMountTargetResponse
529
712
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
531
714
  */
532
715
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
716
+ /**
717
+ * Updates the information for the specified replication and its associated replication target.
718
+ *
719
+ * This operation does not retry by default if the user has not defined a retry configuration.
720
+ * @param UpdateReplicationRequest
721
+ * @return UpdateReplicationResponse
722
+ * @throws OciError when an error occurs
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
724
+ */
725
+ updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
533
726
  /**
534
727
  * Updates the specified snapshot's information.
535
728
  * This operation does not retry by default if the user has not defined a retry configuration.
536
729
  * @param UpdateSnapshotRequest
537
730
  * @return UpdateSnapshotResponse
538
731
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
732
+ * @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 UpdateSnapshot API.
540
733
  */
541
734
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
542
735
  }