oci-filestorage 2.59.1 → 2.61.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 (38) hide show
  1. package/lib/client.d.ts +35 -35
  2. package/lib/client.js +35 -35
  3. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  4. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  5. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  6. package/lib/request/create-export-request.d.ts +1 -1
  7. package/lib/request/create-file-system-request.d.ts +1 -1
  8. package/lib/request/create-mount-target-request.d.ts +1 -1
  9. package/lib/request/create-replication-request.d.ts +1 -1
  10. package/lib/request/create-snapshot-request.d.ts +1 -1
  11. package/lib/request/delete-export-request.d.ts +1 -1
  12. package/lib/request/delete-file-system-request.d.ts +1 -1
  13. package/lib/request/delete-mount-target-request.d.ts +1 -1
  14. package/lib/request/delete-replication-request.d.ts +1 -1
  15. package/lib/request/delete-replication-target-request.d.ts +1 -1
  16. package/lib/request/delete-snapshot-request.d.ts +1 -1
  17. package/lib/request/estimate-replication-request.d.ts +1 -1
  18. package/lib/request/get-export-request.d.ts +1 -1
  19. package/lib/request/get-export-set-request.d.ts +1 -1
  20. package/lib/request/get-file-system-request.d.ts +1 -1
  21. package/lib/request/get-mount-target-request.d.ts +1 -1
  22. package/lib/request/get-replication-request.d.ts +1 -1
  23. package/lib/request/get-replication-target-request.d.ts +1 -1
  24. package/lib/request/get-snapshot-request.d.ts +1 -1
  25. package/lib/request/list-export-sets-request.d.ts +1 -1
  26. package/lib/request/list-exports-request.d.ts +1 -1
  27. package/lib/request/list-file-systems-request.d.ts +1 -1
  28. package/lib/request/list-mount-targets-request.d.ts +1 -1
  29. package/lib/request/list-replication-targets-request.d.ts +1 -1
  30. package/lib/request/list-replications-request.d.ts +1 -1
  31. package/lib/request/list-snapshots-request.d.ts +1 -1
  32. package/lib/request/update-export-request.d.ts +1 -1
  33. package/lib/request/update-export-set-request.d.ts +1 -1
  34. package/lib/request/update-file-system-request.d.ts +1 -1
  35. package/lib/request/update-mount-target-request.d.ts +1 -1
  36. package/lib/request/update-replication-request.d.ts +1 -1
  37. package/lib/request/update-snapshot-request.d.ts +1 -1
  38. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare class FileStorageClient {
89
89
  * @param ChangeFileSystemCompartmentRequest
90
90
  * @return ChangeFileSystemCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
93
93
  */
94
94
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
95
95
  /**
@@ -99,7 +99,7 @@ export declare class FileStorageClient {
99
99
  * @param ChangeMountTargetCompartmentRequest
100
100
  * @return ChangeMountTargetCompartmentResponse
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.59.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
103
103
  */
104
104
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
105
105
  /**
@@ -110,7 +110,7 @@ export declare class FileStorageClient {
110
110
  * @param ChangeReplicationCompartmentRequest
111
111
  * @return ChangeReplicationCompartmentResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
114
114
  */
115
115
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
116
116
  /**
@@ -121,7 +121,7 @@ export declare class FileStorageClient {
121
121
  * @param CreateExportRequest
122
122
  * @return CreateExportResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
125
125
  */
126
126
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
127
127
  /**
@@ -159,7 +159,7 @@ export declare class FileStorageClient {
159
159
  * @param CreateFileSystemRequest
160
160
  * @return CreateFileSystemResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
163
163
  */
164
164
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
165
165
  /**
@@ -200,7 +200,7 @@ export declare class FileStorageClient {
200
200
  * @param CreateMountTargetRequest
201
201
  * @return CreateMountTargetResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
204
204
  */
205
205
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
206
206
  /**
@@ -236,7 +236,7 @@ export declare class FileStorageClient {
236
236
  * @param CreateReplicationRequest
237
237
  * @return CreateReplicationResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
240
240
  */
241
241
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
242
242
  /**
@@ -247,7 +247,7 @@ export declare class FileStorageClient {
247
247
  * @param CreateSnapshotRequest
248
248
  * @return CreateSnapshotResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
251
251
  */
252
252
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
253
253
  /**
@@ -257,7 +257,7 @@ export declare class FileStorageClient {
257
257
  * @param DeleteExportRequest
258
258
  * @return DeleteExportResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
261
261
  */
262
262
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
263
263
  /**
@@ -269,7 +269,7 @@ export declare class FileStorageClient {
269
269
  * @param DeleteFileSystemRequest
270
270
  * @return DeleteFileSystemResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
273
273
  */
274
274
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
275
275
  /**
@@ -280,7 +280,7 @@ export declare class FileStorageClient {
280
280
  * @param DeleteMountTargetRequest
281
281
  * @return DeleteMountTargetResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
284
284
  */
285
285
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
286
286
  /**
@@ -290,7 +290,7 @@ export declare class FileStorageClient {
290
290
  * @param DeleteReplicationRequest
291
291
  * @return DeleteReplicationResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
294
294
  */
295
295
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
296
296
  /**
@@ -303,7 +303,7 @@ export declare class FileStorageClient {
303
303
  * @param DeleteReplicationTargetRequest
304
304
  * @return DeleteReplicationTargetResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
307
307
  */
308
308
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
309
309
  /**
@@ -313,7 +313,7 @@ export declare class FileStorageClient {
313
313
  * @param DeleteSnapshotRequest
314
314
  * @return DeleteSnapshotResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
317
317
  */
318
318
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
319
319
  /**
@@ -323,7 +323,7 @@ export declare class FileStorageClient {
323
323
  * @param EstimateReplicationRequest
324
324
  * @return EstimateReplicationResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
327
327
  */
328
328
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
329
329
  /**
@@ -332,7 +332,7 @@ export declare class FileStorageClient {
332
332
  * @param GetExportRequest
333
333
  * @return GetExportResponse
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.59.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
336
336
  */
337
337
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
338
338
  /**
@@ -341,7 +341,7 @@ export declare class FileStorageClient {
341
341
  * @param GetExportSetRequest
342
342
  * @return GetExportSetResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
345
345
  */
346
346
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
347
347
  /**
@@ -350,7 +350,7 @@ export declare class FileStorageClient {
350
350
  * @param GetFileSystemRequest
351
351
  * @return GetFileSystemResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
354
354
  */
355
355
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
356
356
  /**
@@ -359,7 +359,7 @@ export declare class FileStorageClient {
359
359
  * @param GetMountTargetRequest
360
360
  * @return GetMountTargetResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
363
363
  */
364
364
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
365
365
  /**
@@ -368,7 +368,7 @@ export declare class FileStorageClient {
368
368
  * @param GetReplicationRequest
369
369
  * @return GetReplicationResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
372
372
  */
373
373
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
374
374
  /**
@@ -377,7 +377,7 @@ export declare class FileStorageClient {
377
377
  * @param GetReplicationTargetRequest
378
378
  * @return GetReplicationTargetResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
381
381
  */
382
382
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
383
383
  /**
@@ -386,7 +386,7 @@ export declare class FileStorageClient {
386
386
  * @param GetSnapshotRequest
387
387
  * @return GetSnapshotResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
390
390
  */
391
391
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
392
392
  /**
@@ -396,7 +396,7 @@ export declare class FileStorageClient {
396
396
  * @param ListExportSetsRequest
397
397
  * @return ListExportSetsResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
400
400
  */
401
401
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
402
402
  /**
@@ -440,7 +440,7 @@ export declare class FileStorageClient {
440
440
  * @param ListExportsRequest
441
441
  * @return ListExportsResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
444
444
  */
445
445
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
446
446
  /**
@@ -482,7 +482,7 @@ export declare class FileStorageClient {
482
482
  * @param ListFileSystemsRequest
483
483
  * @return ListFileSystemsResponse
484
484
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
486
486
  */
487
487
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
488
488
  /**
@@ -524,7 +524,7 @@ export declare class FileStorageClient {
524
524
  * @param ListMountTargetsRequest
525
525
  * @return ListMountTargetsResponse
526
526
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
528
528
  */
529
529
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
530
530
  /**
@@ -566,7 +566,7 @@ export declare class FileStorageClient {
566
566
  * @param ListReplicationTargetsRequest
567
567
  * @return ListReplicationTargetsResponse
568
568
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
570
570
  */
571
571
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
572
572
  /**
@@ -608,7 +608,7 @@ export declare class FileStorageClient {
608
608
  * @param ListReplicationsRequest
609
609
  * @return ListReplicationsResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
612
612
  */
613
613
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
614
614
  /**
@@ -650,7 +650,7 @@ export declare class FileStorageClient {
650
650
  * @param ListSnapshotsRequest
651
651
  * @return ListSnapshotsResponse
652
652
  * @throws OciError when an error occurs
653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
654
654
  */
655
655
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
656
656
  /**
@@ -691,7 +691,7 @@ export declare class FileStorageClient {
691
691
  * @param UpdateExportRequest
692
692
  * @return UpdateExportResponse
693
693
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
695
695
  */
696
696
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
697
697
  /**
@@ -700,7 +700,7 @@ export declare class FileStorageClient {
700
700
  * @param UpdateExportSetRequest
701
701
  * @return UpdateExportSetResponse
702
702
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
704
704
  */
705
705
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
706
706
  /**
@@ -711,7 +711,7 @@ export declare class FileStorageClient {
711
711
  * @param UpdateFileSystemRequest
712
712
  * @return UpdateFileSystemResponse
713
713
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
715
715
  */
716
716
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
717
717
  /**
@@ -720,7 +720,7 @@ export declare class FileStorageClient {
720
720
  * @param UpdateMountTargetRequest
721
721
  * @return UpdateMountTargetResponse
722
722
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
724
724
  */
725
725
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
726
726
  /**
@@ -730,7 +730,7 @@ export declare class FileStorageClient {
730
730
  * @param UpdateReplicationRequest
731
731
  * @return UpdateReplicationResponse
732
732
  * @throws OciError when an error occurs
733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
734
734
  */
735
735
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
736
736
  /**
@@ -739,7 +739,7 @@ export declare class FileStorageClient {
739
739
  * @param UpdateSnapshotRequest
740
740
  * @return UpdateSnapshotResponse
741
741
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
743
743
  */
744
744
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
745
745
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class FileStorageClient {
183
183
  * @param ChangeFileSystemCompartmentRequest
184
184
  * @return ChangeFileSystemCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
187
187
  */
188
188
  changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -240,7 +240,7 @@ class FileStorageClient {
240
240
  * @param ChangeMountTargetCompartmentRequest
241
241
  * @return ChangeMountTargetCompartmentResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
244
244
  */
245
245
  changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
246
246
  return __awaiter(this, void 0, void 0, function* () {
@@ -298,7 +298,7 @@ class FileStorageClient {
298
298
  * @param ChangeReplicationCompartmentRequest
299
299
  * @return ChangeReplicationCompartmentResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
302
302
  */
303
303
  changeReplicationCompartment(changeReplicationCompartmentRequest) {
304
304
  return __awaiter(this, void 0, void 0, function* () {
@@ -356,7 +356,7 @@ class FileStorageClient {
356
356
  * @param CreateExportRequest
357
357
  * @return CreateExportResponse
358
358
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
360
360
  */
361
361
  createExport(createExportRequest) {
362
362
  return __awaiter(this, void 0, void 0, function* () {
@@ -448,7 +448,7 @@ class FileStorageClient {
448
448
  * @param CreateFileSystemRequest
449
449
  * @return CreateFileSystemResponse
450
450
  * @throws OciError when an error occurs
451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
452
452
  */
453
453
  createFileSystem(createFileSystemRequest) {
454
454
  return __awaiter(this, void 0, void 0, function* () {
@@ -543,7 +543,7 @@ class FileStorageClient {
543
543
  * @param CreateMountTargetRequest
544
544
  * @return CreateMountTargetResponse
545
545
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
547
547
  */
548
548
  createMountTarget(createMountTargetRequest) {
549
549
  return __awaiter(this, void 0, void 0, function* () {
@@ -633,7 +633,7 @@ class FileStorageClient {
633
633
  * @param CreateReplicationRequest
634
634
  * @return CreateReplicationResponse
635
635
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
637
637
  */
638
638
  createReplication(createReplicationRequest) {
639
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -698,7 +698,7 @@ class FileStorageClient {
698
698
  * @param CreateSnapshotRequest
699
699
  * @return CreateSnapshotResponse
700
700
  * @throws OciError when an error occurs
701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
701
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
702
702
  */
703
703
  createSnapshot(createSnapshotRequest) {
704
704
  return __awaiter(this, void 0, void 0, function* () {
@@ -762,7 +762,7 @@ class FileStorageClient {
762
762
  * @param DeleteExportRequest
763
763
  * @return DeleteExportResponse
764
764
  * @throws OciError when an error occurs
765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
766
766
  */
767
767
  deleteExport(deleteExportRequest) {
768
768
  return __awaiter(this, void 0, void 0, function* () {
@@ -820,7 +820,7 @@ class FileStorageClient {
820
820
  * @param DeleteFileSystemRequest
821
821
  * @return DeleteFileSystemResponse
822
822
  * @throws OciError when an error occurs
823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
824
824
  */
825
825
  deleteFileSystem(deleteFileSystemRequest) {
826
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -877,7 +877,7 @@ class FileStorageClient {
877
877
  * @param DeleteMountTargetRequest
878
878
  * @return DeleteMountTargetResponse
879
879
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
881
881
  */
882
882
  deleteMountTarget(deleteMountTargetRequest) {
883
883
  return __awaiter(this, void 0, void 0, function* () {
@@ -933,7 +933,7 @@ class FileStorageClient {
933
933
  * @param DeleteReplicationRequest
934
934
  * @return DeleteReplicationResponse
935
935
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
937
937
  */
938
938
  deleteReplication(deleteReplicationRequest) {
939
939
  return __awaiter(this, void 0, void 0, function* () {
@@ -994,7 +994,7 @@ class FileStorageClient {
994
994
  * @param DeleteReplicationTargetRequest
995
995
  * @return DeleteReplicationTargetResponse
996
996
  * @throws OciError when an error occurs
997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
998
998
  */
999
999
  deleteReplicationTarget(deleteReplicationTargetRequest) {
1000
1000
  return __awaiter(this, void 0, void 0, function* () {
@@ -1050,7 +1050,7 @@ class FileStorageClient {
1050
1050
  * @param DeleteSnapshotRequest
1051
1051
  * @return DeleteSnapshotResponse
1052
1052
  * @throws OciError when an error occurs
1053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1054
1054
  */
1055
1055
  deleteSnapshot(deleteSnapshotRequest) {
1056
1056
  return __awaiter(this, void 0, void 0, function* () {
@@ -1106,7 +1106,7 @@ class FileStorageClient {
1106
1106
  * @param EstimateReplicationRequest
1107
1107
  * @return EstimateReplicationResponse
1108
1108
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1110
1110
  */
1111
1111
  estimateReplication(estimateReplicationRequest) {
1112
1112
  return __awaiter(this, void 0, void 0, function* () {
@@ -1172,7 +1172,7 @@ class FileStorageClient {
1172
1172
  * @param GetExportRequest
1173
1173
  * @return GetExportResponse
1174
1174
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1176
1176
  */
1177
1177
  getExport(getExportRequest) {
1178
1178
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class FileStorageClient {
1235
1235
  * @param GetExportSetRequest
1236
1236
  * @return GetExportSetResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1239
1239
  */
1240
1240
  getExportSet(getExportSetRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1298,7 +1298,7 @@ class FileStorageClient {
1298
1298
  * @param GetFileSystemRequest
1299
1299
  * @return GetFileSystemResponse
1300
1300
  * @throws OciError when an error occurs
1301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1302
1302
  */
1303
1303
  getFileSystem(getFileSystemRequest) {
1304
1304
  return __awaiter(this, void 0, void 0, function* () {
@@ -1361,7 +1361,7 @@ class FileStorageClient {
1361
1361
  * @param GetMountTargetRequest
1362
1362
  * @return GetMountTargetResponse
1363
1363
  * @throws OciError when an error occurs
1364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1365
1365
  */
1366
1366
  getMountTarget(getMountTargetRequest) {
1367
1367
  return __awaiter(this, void 0, void 0, function* () {
@@ -1424,7 +1424,7 @@ class FileStorageClient {
1424
1424
  * @param GetReplicationRequest
1425
1425
  * @return GetReplicationResponse
1426
1426
  * @throws OciError when an error occurs
1427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1428
1428
  */
1429
1429
  getReplication(getReplicationRequest) {
1430
1430
  return __awaiter(this, void 0, void 0, function* () {
@@ -1487,7 +1487,7 @@ class FileStorageClient {
1487
1487
  * @param GetReplicationTargetRequest
1488
1488
  * @return GetReplicationTargetResponse
1489
1489
  * @throws OciError when an error occurs
1490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
1490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
1491
1491
  */
1492
1492
  getReplicationTarget(getReplicationTargetRequest) {
1493
1493
  return __awaiter(this, void 0, void 0, function* () {
@@ -1550,7 +1550,7 @@ class FileStorageClient {
1550
1550
  * @param GetSnapshotRequest
1551
1551
  * @return GetSnapshotResponse
1552
1552
  * @throws OciError when an error occurs
1553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
1553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
1554
1554
  */
1555
1555
  getSnapshot(getSnapshotRequest) {
1556
1556
  return __awaiter(this, void 0, void 0, function* () {
@@ -1614,7 +1614,7 @@ class FileStorageClient {
1614
1614
  * @param ListExportSetsRequest
1615
1615
  * @return ListExportSetsResponse
1616
1616
  * @throws OciError when an error occurs
1617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
1617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
1618
1618
  */
1619
1619
  listExportSets(listExportSetsRequest) {
1620
1620
  return __awaiter(this, void 0, void 0, function* () {
@@ -1728,7 +1728,7 @@ class FileStorageClient {
1728
1728
  * @param ListExportsRequest
1729
1729
  * @return ListExportsResponse
1730
1730
  * @throws OciError when an error occurs
1731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
1731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
1732
1732
  */
1733
1733
  listExports(listExportsRequest) {
1734
1734
  return __awaiter(this, void 0, void 0, function* () {
@@ -1840,7 +1840,7 @@ class FileStorageClient {
1840
1840
  * @param ListFileSystemsRequest
1841
1841
  * @return ListFileSystemsResponse
1842
1842
  * @throws OciError when an error occurs
1843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
1843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
1844
1844
  */
1845
1845
  listFileSystems(listFileSystemsRequest) {
1846
1846
  return __awaiter(this, void 0, void 0, function* () {
@@ -1954,7 +1954,7 @@ class FileStorageClient {
1954
1954
  * @param ListMountTargetsRequest
1955
1955
  * @return ListMountTargetsResponse
1956
1956
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
1957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
1958
1958
  */
1959
1959
  listMountTargets(listMountTargetsRequest) {
1960
1960
  return __awaiter(this, void 0, void 0, function* () {
@@ -2067,7 +2067,7 @@ class FileStorageClient {
2067
2067
  * @param ListReplicationTargetsRequest
2068
2068
  * @return ListReplicationTargetsResponse
2069
2069
  * @throws OciError when an error occurs
2070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2071
2071
  */
2072
2072
  listReplicationTargets(listReplicationTargetsRequest) {
2073
2073
  return __awaiter(this, void 0, void 0, function* () {
@@ -2179,7 +2179,7 @@ class FileStorageClient {
2179
2179
  * @param ListReplicationsRequest
2180
2180
  * @return ListReplicationsResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2183
2183
  */
2184
2184
  listReplications(listReplicationsRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2292,7 +2292,7 @@ class FileStorageClient {
2292
2292
  * @param ListSnapshotsRequest
2293
2293
  * @return ListSnapshotsResponse
2294
2294
  * @throws OciError when an error occurs
2295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
2295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
2296
2296
  */
2297
2297
  listSnapshots(listSnapshotsRequest) {
2298
2298
  return __awaiter(this, void 0, void 0, function* () {
@@ -2400,7 +2400,7 @@ class FileStorageClient {
2400
2400
  * @param UpdateExportRequest
2401
2401
  * @return UpdateExportResponse
2402
2402
  * @throws OciError when an error occurs
2403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
2403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
2404
2404
  */
2405
2405
  updateExport(updateExportRequest) {
2406
2406
  return __awaiter(this, void 0, void 0, function* () {
@@ -2465,7 +2465,7 @@ class FileStorageClient {
2465
2465
  * @param UpdateExportSetRequest
2466
2466
  * @return UpdateExportSetResponse
2467
2467
  * @throws OciError when an error occurs
2468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
2468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
2469
2469
  */
2470
2470
  updateExportSet(updateExportSetRequest) {
2471
2471
  return __awaiter(this, void 0, void 0, function* () {
@@ -2532,7 +2532,7 @@ class FileStorageClient {
2532
2532
  * @param UpdateFileSystemRequest
2533
2533
  * @return UpdateFileSystemResponse
2534
2534
  * @throws OciError when an error occurs
2535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
2535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
2536
2536
  */
2537
2537
  updateFileSystem(updateFileSystemRequest) {
2538
2538
  return __awaiter(this, void 0, void 0, function* () {
@@ -2597,7 +2597,7 @@ class FileStorageClient {
2597
2597
  * @param UpdateMountTargetRequest
2598
2598
  * @return UpdateMountTargetResponse
2599
2599
  * @throws OciError when an error occurs
2600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
2600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
2601
2601
  */
2602
2602
  updateMountTarget(updateMountTargetRequest) {
2603
2603
  return __awaiter(this, void 0, void 0, function* () {
@@ -2663,7 +2663,7 @@ class FileStorageClient {
2663
2663
  * @param UpdateReplicationRequest
2664
2664
  * @return UpdateReplicationResponse
2665
2665
  * @throws OciError when an error occurs
2666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
2666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
2667
2667
  */
2668
2668
  updateReplication(updateReplicationRequest) {
2669
2669
  return __awaiter(this, void 0, void 0, function* () {
@@ -2728,7 +2728,7 @@ class FileStorageClient {
2728
2728
  * @param UpdateSnapshotRequest
2729
2729
  * @return UpdateSnapshotResponse
2730
2730
  * @throws OciError when an error occurs
2731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
2731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
2732
2732
  */
2733
2733
  updateSnapshot(updateSnapshotRequest) {
2734
2734
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFileSystemCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMountTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeReplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
17
17
  */
18
18
  export interface CreateExportRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
17
17
  */
18
18
  export interface CreateFileSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
17
17
  */
18
18
  export interface CreateMountTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
17
17
  */
18
18
  export interface CreateReplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
17
17
  */
18
18
  export interface CreateSnapshotRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
16
16
  */
17
17
  export interface DeleteExportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
16
16
  */
17
17
  export interface DeleteFileSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
16
16
  */
17
17
  export interface DeleteMountTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplicationRequest.
16
16
  */
17
17
  export interface DeleteReplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTargetRequest.
16
16
  */
17
17
  export interface DeleteReplicationTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
16
16
  */
17
17
  export interface DeleteSnapshotRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplicationRequest.
16
16
  */
17
17
  export interface EstimateReplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
16
16
  */
17
17
  export interface GetExportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
16
16
  */
17
17
  export interface GetExportSetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
16
16
  */
17
17
  export interface GetFileSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTargetRequest.
16
16
  */
17
17
  export interface GetMountTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplicationRequest.
16
16
  */
17
17
  export interface GetReplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTargetRequest.
16
16
  */
17
17
  export interface GetReplicationTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshotRequest.
16
16
  */
17
17
  export interface GetSnapshotRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
16
16
  */
17
17
  export interface ListExportSetsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListExports.ts.html |here} to see how to use ListExportsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExports.ts.html |here} to see how to use ListExportsRequest.
16
16
  */
17
17
  export interface ListExportsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
16
16
  */
17
17
  export interface ListFileSystemsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
16
16
  */
17
17
  export interface ListMountTargetsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
16
16
  */
17
17
  export interface ListReplicationTargetsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
16
16
  */
17
17
  export interface ListReplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
16
16
  */
17
17
  export interface ListSnapshotsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
17
17
  */
18
18
  export interface UpdateExportRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
17
17
  */
18
18
  export interface UpdateExportSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
17
17
  */
18
18
  export interface UpdateFileSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
17
17
  */
18
18
  export interface UpdateMountTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
17
17
  */
18
18
  export interface UpdateReplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
17
17
  */
18
18
  export interface UpdateSnapshotRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-filestorage",
3
- "version": "2.59.1",
3
+ "version": "2.61.0",
4
4
  "description": "OCI NodeJS client for File Storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.59.1",
19
- "oci-workrequests": "2.59.1"
18
+ "oci-common": "2.61.0",
19
+ "oci-workrequests": "2.61.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"