oci-filestorage 2.89.0 → 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
package/lib/client.d.ts CHANGED
@@ -99,7 +99,7 @@ export declare class FileStorageClient {
99
99
  * @param ChangeFileSystemCompartmentRequest
100
100
  * @return ChangeFileSystemCompartmentResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
103
103
  */
104
104
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
105
105
  /**
@@ -109,7 +109,7 @@ export declare class FileStorageClient {
109
109
  * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
110
110
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
113
113
  */
114
114
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
115
115
  /**
@@ -119,7 +119,7 @@ export declare class FileStorageClient {
119
119
  * @param ChangeMountTargetCompartmentRequest
120
120
  * @return ChangeMountTargetCompartmentResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
123
123
  */
124
124
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
125
125
  /**
@@ -131,7 +131,7 @@ export declare class FileStorageClient {
131
131
  * @param ChangeOutboundConnectorCompartmentRequest
132
132
  * @return ChangeOutboundConnectorCompartmentResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
135
135
  */
136
136
  changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest: requests.ChangeOutboundConnectorCompartmentRequest): Promise<responses.ChangeOutboundConnectorCompartmentResponse>;
137
137
  /**
@@ -142,7 +142,7 @@ export declare class FileStorageClient {
142
142
  * @param ChangeReplicationCompartmentRequest
143
143
  * @return ChangeReplicationCompartmentResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
146
146
  */
147
147
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
148
148
  /**
@@ -153,7 +153,7 @@ export declare class FileStorageClient {
153
153
  * @param CreateExportRequest
154
154
  * @return CreateExportResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
157
157
  */
158
158
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
159
159
  /**
@@ -191,7 +191,7 @@ export declare class FileStorageClient {
191
191
  * @param CreateFileSystemRequest
192
192
  * @return CreateFileSystemResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
195
195
  */
196
196
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
197
197
  /**
@@ -205,7 +205,7 @@ export declare class FileStorageClient {
205
205
  * @param CreateFilesystemSnapshotPolicyRequest
206
206
  * @return CreateFilesystemSnapshotPolicyResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
209
209
  */
210
210
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
211
211
  /**
@@ -246,7 +246,7 @@ export declare class FileStorageClient {
246
246
  * @param CreateMountTargetRequest
247
247
  * @return CreateMountTargetResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
250
250
  */
251
251
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
252
252
  /**
@@ -275,7 +275,7 @@ export declare class FileStorageClient {
275
275
  * @param CreateOutboundConnectorRequest
276
276
  * @return CreateOutboundConnectorResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
279
279
  */
280
280
  createOutboundConnector(createOutboundConnectorRequest: requests.CreateOutboundConnectorRequest): Promise<responses.CreateOutboundConnectorResponse>;
281
281
  /**
@@ -311,7 +311,7 @@ export declare class FileStorageClient {
311
311
  * @param CreateReplicationRequest
312
312
  * @return CreateReplicationResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
315
315
  */
316
316
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
317
317
  /**
@@ -322,7 +322,7 @@ export declare class FileStorageClient {
322
322
  * @param CreateSnapshotRequest
323
323
  * @return CreateSnapshotResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
326
326
  */
327
327
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
328
328
  /**
@@ -332,7 +332,7 @@ export declare class FileStorageClient {
332
332
  * @param DeleteExportRequest
333
333
  * @return DeleteExportResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
336
336
  */
337
337
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
338
338
  /**
@@ -344,7 +344,7 @@ export declare class FileStorageClient {
344
344
  * @param DeleteFileSystemRequest
345
345
  * @return DeleteFileSystemResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
348
348
  */
349
349
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
350
350
  /**
@@ -354,7 +354,7 @@ export declare class FileStorageClient {
354
354
  * @param DeleteFilesystemSnapshotPolicyRequest
355
355
  * @return DeleteFilesystemSnapshotPolicyResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
358
358
  */
359
359
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
360
360
  /**
@@ -365,7 +365,7 @@ export declare class FileStorageClient {
365
365
  * @param DeleteMountTargetRequest
366
366
  * @return DeleteMountTargetResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
369
369
  */
370
370
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
371
371
  /**
@@ -375,7 +375,7 @@ export declare class FileStorageClient {
375
375
  * @param DeleteOutboundConnectorRequest
376
376
  * @return DeleteOutboundConnectorResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
379
379
  */
380
380
  deleteOutboundConnector(deleteOutboundConnectorRequest: requests.DeleteOutboundConnectorRequest): Promise<responses.DeleteOutboundConnectorResponse>;
381
381
  /**
@@ -385,7 +385,7 @@ export declare class FileStorageClient {
385
385
  * @param DeleteReplicationRequest
386
386
  * @return DeleteReplicationResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
389
389
  */
390
390
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
391
391
  /**
@@ -398,7 +398,7 @@ export declare class FileStorageClient {
398
398
  * @param DeleteReplicationTargetRequest
399
399
  * @return DeleteReplicationTargetResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
402
402
  */
403
403
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
404
404
  /**
@@ -408,9 +408,19 @@ export declare class FileStorageClient {
408
408
  * @param DeleteSnapshotRequest
409
409
  * @return DeleteSnapshotResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
412
412
  */
413
413
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
414
+ /**
415
+ * Detaches the file system from its parent file system
416
+ *
417
+ * This operation does not retry by default if the user has not defined a retry configuration.
418
+ * @param DetachCloneRequest
419
+ * @return DetachCloneResponse
420
+ * @throws OciError when an error occurs
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DetachClone.ts.html |here} to see how to use DetachClone API.
422
+ */
423
+ detachClone(detachCloneRequest: requests.DetachCloneRequest): Promise<responses.DetachCloneResponse>;
414
424
  /**
415
425
  * Provides estimates for replication created using specific file system.
416
426
  *
@@ -418,7 +428,7 @@ export declare class FileStorageClient {
418
428
  * @param EstimateReplicationRequest
419
429
  * @return EstimateReplicationResponse
420
430
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
422
432
  */
423
433
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
424
434
  /**
@@ -427,7 +437,7 @@ export declare class FileStorageClient {
427
437
  * @param GetExportRequest
428
438
  * @return GetExportResponse
429
439
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
431
441
  */
432
442
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
433
443
  /**
@@ -436,7 +446,7 @@ export declare class FileStorageClient {
436
446
  * @param GetExportSetRequest
437
447
  * @return GetExportSetResponse
438
448
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
440
450
  */
441
451
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
442
452
  /**
@@ -445,7 +455,7 @@ export declare class FileStorageClient {
445
455
  * @param GetFileSystemRequest
446
456
  * @return GetFileSystemResponse
447
457
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
449
459
  */
450
460
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
451
461
  /**
@@ -454,7 +464,7 @@ export declare class FileStorageClient {
454
464
  * @param GetFilesystemSnapshotPolicyRequest
455
465
  * @return GetFilesystemSnapshotPolicyResponse
456
466
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
458
468
  */
459
469
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
460
470
  /**
@@ -463,7 +473,7 @@ export declare class FileStorageClient {
463
473
  * @param GetMountTargetRequest
464
474
  * @return GetMountTargetResponse
465
475
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
467
477
  */
468
478
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
469
479
  /**
@@ -472,7 +482,7 @@ export declare class FileStorageClient {
472
482
  * @param GetOutboundConnectorRequest
473
483
  * @return GetOutboundConnectorResponse
474
484
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
476
486
  */
477
487
  getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
478
488
  /**
@@ -481,7 +491,7 @@ export declare class FileStorageClient {
481
491
  * @param GetReplicationRequest
482
492
  * @return GetReplicationResponse
483
493
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
485
495
  */
486
496
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
487
497
  /**
@@ -490,7 +500,7 @@ export declare class FileStorageClient {
490
500
  * @param GetReplicationTargetRequest
491
501
  * @return GetReplicationTargetResponse
492
502
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
494
504
  */
495
505
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
496
506
  /**
@@ -499,7 +509,7 @@ export declare class FileStorageClient {
499
509
  * @param GetSnapshotRequest
500
510
  * @return GetSnapshotResponse
501
511
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
503
513
  */
504
514
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
505
515
  /**
@@ -509,7 +519,7 @@ export declare class FileStorageClient {
509
519
  * @param ListExportSetsRequest
510
520
  * @return ListExportSetsResponse
511
521
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
513
523
  */
514
524
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
515
525
  /**
@@ -553,7 +563,7 @@ export declare class FileStorageClient {
553
563
  * @param ListExportsRequest
554
564
  * @return ListExportsResponse
555
565
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
557
567
  */
558
568
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
559
569
  /**
@@ -596,7 +606,7 @@ export declare class FileStorageClient {
596
606
  * @param ListFileSystemsRequest
597
607
  * @return ListFileSystemsResponse
598
608
  * @throws OciError when an error occurs
599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
600
610
  */
601
611
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
602
612
  /**
@@ -638,7 +648,7 @@ export declare class FileStorageClient {
638
648
  * @param ListFilesystemSnapshotPoliciesRequest
639
649
  * @return ListFilesystemSnapshotPoliciesResponse
640
650
  * @throws OciError when an error occurs
641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
651
+ * @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 ListFilesystemSnapshotPolicies API.
642
652
  */
643
653
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
644
654
  /**
@@ -680,7 +690,7 @@ export declare class FileStorageClient {
680
690
  * @param ListMountTargetsRequest
681
691
  * @return ListMountTargetsResponse
682
692
  * @throws OciError when an error occurs
683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
693
+ * @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 ListMountTargets API.
684
694
  */
685
695
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
686
696
  /**
@@ -722,7 +732,7 @@ export declare class FileStorageClient {
722
732
  * @param ListOutboundConnectorsRequest
723
733
  * @return ListOutboundConnectorsResponse
724
734
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
735
+ * @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 ListOutboundConnectors API.
726
736
  */
727
737
  listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
728
738
  /**
@@ -764,7 +774,7 @@ export declare class FileStorageClient {
764
774
  * @param ListReplicationTargetsRequest
765
775
  * @return ListReplicationTargetsResponse
766
776
  * @throws OciError when an error occurs
767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
777
+ * @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 ListReplicationTargets API.
768
778
  */
769
779
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
770
780
  /**
@@ -806,7 +816,7 @@ export declare class FileStorageClient {
806
816
  * @param ListReplicationsRequest
807
817
  * @return ListReplicationsResponse
808
818
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
819
+ * @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 ListReplications API.
810
820
  */
811
821
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
812
822
  /**
@@ -854,7 +864,7 @@ export declare class FileStorageClient {
854
864
  * @param ListSnapshotsRequest
855
865
  * @return ListSnapshotsResponse
856
866
  * @throws OciError when an error occurs
857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
867
+ * @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 ListSnapshots API.
858
868
  */
859
869
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
860
870
  /**
@@ -901,7 +911,7 @@ export declare class FileStorageClient {
901
911
  * @param PauseFilesystemSnapshotPolicyRequest
902
912
  * @return PauseFilesystemSnapshotPolicyResponse
903
913
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
914
+ * @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 PauseFilesystemSnapshotPolicy API.
905
915
  */
906
916
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
907
917
  /**
@@ -915,7 +925,7 @@ export declare class FileStorageClient {
915
925
  * @param UnpauseFilesystemSnapshotPolicyRequest
916
926
  * @return UnpauseFilesystemSnapshotPolicyResponse
917
927
  * @throws OciError when an error occurs
918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
928
+ * @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 UnpauseFilesystemSnapshotPolicy API.
919
929
  */
920
930
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
921
931
  /**
@@ -924,7 +934,7 @@ export declare class FileStorageClient {
924
934
  * @param UpdateExportRequest
925
935
  * @return UpdateExportResponse
926
936
  * @throws OciError when an error occurs
927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
937
+ * @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 UpdateExport API.
928
938
  */
929
939
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
930
940
  /**
@@ -933,7 +943,7 @@ export declare class FileStorageClient {
933
943
  * @param UpdateExportSetRequest
934
944
  * @return UpdateExportSetResponse
935
945
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
946
+ * @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 UpdateExportSet API.
937
947
  */
938
948
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
939
949
  /**
@@ -944,7 +954,7 @@ export declare class FileStorageClient {
944
954
  * @param UpdateFileSystemRequest
945
955
  * @return UpdateFileSystemResponse
946
956
  * @throws OciError when an error occurs
947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
957
+ * @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 UpdateFileSystem API.
948
958
  */
949
959
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
950
960
  /**
@@ -953,7 +963,7 @@ export declare class FileStorageClient {
953
963
  * @param UpdateFilesystemSnapshotPolicyRequest
954
964
  * @return UpdateFilesystemSnapshotPolicyResponse
955
965
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
966
+ * @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 UpdateFilesystemSnapshotPolicy API.
957
967
  */
958
968
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
959
969
  /**
@@ -962,7 +972,7 @@ export declare class FileStorageClient {
962
972
  * @param UpdateMountTargetRequest
963
973
  * @return UpdateMountTargetResponse
964
974
  * @throws OciError when an error occurs
965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
975
+ * @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 UpdateMountTarget API.
966
976
  */
967
977
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
968
978
  /**
@@ -971,7 +981,7 @@ export declare class FileStorageClient {
971
981
  * @param UpdateOutboundConnectorRequest
972
982
  * @return UpdateOutboundConnectorResponse
973
983
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
984
+ * @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 UpdateOutboundConnector API.
975
985
  */
976
986
  updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
977
987
  /**
@@ -981,7 +991,7 @@ export declare class FileStorageClient {
981
991
  * @param UpdateReplicationRequest
982
992
  * @return UpdateReplicationResponse
983
993
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
994
+ * @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 UpdateReplication API.
985
995
  */
986
996
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
987
997
  /**
@@ -990,7 +1000,7 @@ export declare class FileStorageClient {
990
1000
  * @param UpdateSnapshotRequest
991
1001
  * @return UpdateSnapshotResponse
992
1002
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
1003
+ * @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 UpdateSnapshot API.
994
1004
  */
995
1005
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
996
1006
  /**
@@ -1002,7 +1012,7 @@ export declare class FileStorageClient {
1002
1012
  * @param ValidateKeyTabsRequest
1003
1013
  * @return ValidateKeyTabsResponse
1004
1014
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
1015
+ * @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 ValidateKeyTabs API.
1006
1016
  */
1007
1017
  validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
1008
1018
  }