oci-filestorage 2.52.0 → 2.53.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
@@ -79,7 +79,7 @@ export declare class FileStorageClient {
79
79
  * @param ChangeFileSystemCompartmentRequest
80
80
  * @return ChangeFileSystemCompartmentResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
83
83
  */
84
84
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
85
85
  /**
@@ -89,7 +89,7 @@ export declare class FileStorageClient {
89
89
  * @param ChangeMountTargetCompartmentRequest
90
90
  * @return ChangeMountTargetCompartmentResponse
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.52.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
93
93
  */
94
94
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
95
95
  /**
@@ -100,7 +100,7 @@ export declare class FileStorageClient {
100
100
  * @param ChangeReplicationCompartmentRequest
101
101
  * @return ChangeReplicationCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
104
104
  */
105
105
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
106
106
  /**
@@ -111,7 +111,7 @@ export declare class FileStorageClient {
111
111
  * @param CreateExportRequest
112
112
  * @return CreateExportResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
115
115
  */
116
116
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
117
117
  /**
@@ -149,7 +149,7 @@ export declare class FileStorageClient {
149
149
  * @param CreateFileSystemRequest
150
150
  * @return CreateFileSystemResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
153
153
  */
154
154
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
155
155
  /**
@@ -190,7 +190,7 @@ export declare class FileStorageClient {
190
190
  * @param CreateMountTargetRequest
191
191
  * @return CreateMountTargetResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
194
194
  */
195
195
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
196
196
  /**
@@ -226,7 +226,7 @@ export declare class FileStorageClient {
226
226
  * @param CreateReplicationRequest
227
227
  * @return CreateReplicationResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
230
230
  */
231
231
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
232
232
  /**
@@ -237,7 +237,7 @@ export declare class FileStorageClient {
237
237
  * @param CreateSnapshotRequest
238
238
  * @return CreateSnapshotResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
241
241
  */
242
242
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
243
243
  /**
@@ -247,7 +247,7 @@ export declare class FileStorageClient {
247
247
  * @param DeleteExportRequest
248
248
  * @return DeleteExportResponse
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.52.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
251
251
  */
252
252
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
253
253
  /**
@@ -259,7 +259,7 @@ export declare class FileStorageClient {
259
259
  * @param DeleteFileSystemRequest
260
260
  * @return DeleteFileSystemResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
263
263
  */
264
264
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
265
265
  /**
@@ -270,7 +270,7 @@ export declare class FileStorageClient {
270
270
  * @param DeleteMountTargetRequest
271
271
  * @return DeleteMountTargetResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
274
274
  */
275
275
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
276
276
  /**
@@ -280,7 +280,7 @@ export declare class FileStorageClient {
280
280
  * @param DeleteReplicationRequest
281
281
  * @return DeleteReplicationResponse
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.52.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
284
284
  */
285
285
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
286
286
  /**
@@ -293,7 +293,7 @@ export declare class FileStorageClient {
293
293
  * @param DeleteReplicationTargetRequest
294
294
  * @return DeleteReplicationTargetResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
297
297
  */
298
298
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
299
299
  /**
@@ -303,7 +303,7 @@ export declare class FileStorageClient {
303
303
  * @param DeleteSnapshotRequest
304
304
  * @return DeleteSnapshotResponse
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.52.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
307
307
  */
308
308
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
309
309
  /**
@@ -313,7 +313,7 @@ export declare class FileStorageClient {
313
313
  * @param EstimateReplicationRequest
314
314
  * @return EstimateReplicationResponse
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.52.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
317
317
  */
318
318
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
319
319
  /**
@@ -322,7 +322,7 @@ export declare class FileStorageClient {
322
322
  * @param GetExportRequest
323
323
  * @return GetExportResponse
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.52.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
326
326
  */
327
327
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
328
328
  /**
@@ -331,7 +331,7 @@ export declare class FileStorageClient {
331
331
  * @param GetExportSetRequest
332
332
  * @return GetExportSetResponse
333
333
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
335
335
  */
336
336
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
337
337
  /**
@@ -340,7 +340,7 @@ export declare class FileStorageClient {
340
340
  * @param GetFileSystemRequest
341
341
  * @return GetFileSystemResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
344
344
  */
345
345
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
346
346
  /**
@@ -349,7 +349,7 @@ export declare class FileStorageClient {
349
349
  * @param GetMountTargetRequest
350
350
  * @return GetMountTargetResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
353
353
  */
354
354
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
355
355
  /**
@@ -358,7 +358,7 @@ export declare class FileStorageClient {
358
358
  * @param GetReplicationRequest
359
359
  * @return GetReplicationResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
362
362
  */
363
363
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
364
364
  /**
@@ -367,7 +367,7 @@ export declare class FileStorageClient {
367
367
  * @param GetReplicationTargetRequest
368
368
  * @return GetReplicationTargetResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
371
371
  */
372
372
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
373
373
  /**
@@ -376,7 +376,7 @@ export declare class FileStorageClient {
376
376
  * @param GetSnapshotRequest
377
377
  * @return GetSnapshotResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
380
380
  */
381
381
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
382
382
  /**
@@ -386,7 +386,7 @@ export declare class FileStorageClient {
386
386
  * @param ListExportSetsRequest
387
387
  * @return ListExportSetsResponse
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.52.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
390
390
  */
391
391
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
392
392
  /**
@@ -430,7 +430,7 @@ export declare class FileStorageClient {
430
430
  * @param ListExportsRequest
431
431
  * @return ListExportsResponse
432
432
  * @throws OciError when an error occurs
433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
434
434
  */
435
435
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
436
436
  /**
@@ -472,7 +472,7 @@ export declare class FileStorageClient {
472
472
  * @param ListFileSystemsRequest
473
473
  * @return ListFileSystemsResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
476
476
  */
477
477
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
478
478
  /**
@@ -514,7 +514,7 @@ export declare class FileStorageClient {
514
514
  * @param ListMountTargetsRequest
515
515
  * @return ListMountTargetsResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
518
518
  */
519
519
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
520
520
  /**
@@ -556,7 +556,7 @@ export declare class FileStorageClient {
556
556
  * @param ListReplicationTargetsRequest
557
557
  * @return ListReplicationTargetsResponse
558
558
  * @throws OciError when an error occurs
559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
560
560
  */
561
561
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
562
562
  /**
@@ -598,7 +598,7 @@ export declare class FileStorageClient {
598
598
  * @param ListReplicationsRequest
599
599
  * @return ListReplicationsResponse
600
600
  * @throws OciError when an error occurs
601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
602
602
  */
603
603
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
604
604
  /**
@@ -640,7 +640,7 @@ export declare class FileStorageClient {
640
640
  * @param ListSnapshotsRequest
641
641
  * @return ListSnapshotsResponse
642
642
  * @throws OciError when an error occurs
643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
644
644
  */
645
645
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
646
646
  /**
@@ -681,7 +681,7 @@ export declare class FileStorageClient {
681
681
  * @param UpdateExportRequest
682
682
  * @return UpdateExportResponse
683
683
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
685
685
  */
686
686
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
687
687
  /**
@@ -690,7 +690,7 @@ export declare class FileStorageClient {
690
690
  * @param UpdateExportSetRequest
691
691
  * @return UpdateExportSetResponse
692
692
  * @throws OciError when an error occurs
693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
694
694
  */
695
695
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
696
696
  /**
@@ -701,7 +701,7 @@ export declare class FileStorageClient {
701
701
  * @param UpdateFileSystemRequest
702
702
  * @return UpdateFileSystemResponse
703
703
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
705
705
  */
706
706
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
707
707
  /**
@@ -710,7 +710,7 @@ export declare class FileStorageClient {
710
710
  * @param UpdateMountTargetRequest
711
711
  * @return UpdateMountTargetResponse
712
712
  * @throws OciError when an error occurs
713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
714
714
  */
715
715
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
716
716
  /**
@@ -720,7 +720,7 @@ export declare class FileStorageClient {
720
720
  * @param UpdateReplicationRequest
721
721
  * @return UpdateReplicationResponse
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.52.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
724
724
  */
725
725
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
726
726
  /**
@@ -729,7 +729,7 @@ export declare class FileStorageClient {
729
729
  * @param UpdateSnapshotRequest
730
730
  * @return UpdateSnapshotResponse
731
731
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
732
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
733
733
  */
734
734
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
735
735
  }
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class FileStorageClient {
160
160
  * @param ChangeFileSystemCompartmentRequest
161
161
  * @return ChangeFileSystemCompartmentResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
164
164
  */
165
165
  changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -217,7 +217,7 @@ class FileStorageClient {
217
217
  * @param ChangeMountTargetCompartmentRequest
218
218
  * @return ChangeMountTargetCompartmentResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
221
221
  */
222
222
  changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
223
223
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,7 +275,7 @@ class FileStorageClient {
275
275
  * @param ChangeReplicationCompartmentRequest
276
276
  * @return ChangeReplicationCompartmentResponse
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.52.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
279
279
  */
280
280
  changeReplicationCompartment(changeReplicationCompartmentRequest) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -333,7 +333,7 @@ class FileStorageClient {
333
333
  * @param CreateExportRequest
334
334
  * @return CreateExportResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
337
337
  */
338
338
  createExport(createExportRequest) {
339
339
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +425,7 @@ class FileStorageClient {
425
425
  * @param CreateFileSystemRequest
426
426
  * @return CreateFileSystemResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
429
429
  */
430
430
  createFileSystem(createFileSystemRequest) {
431
431
  return __awaiter(this, void 0, void 0, function* () {
@@ -520,7 +520,7 @@ class FileStorageClient {
520
520
  * @param CreateMountTargetRequest
521
521
  * @return CreateMountTargetResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
524
524
  */
525
525
  createMountTarget(createMountTargetRequest) {
526
526
  return __awaiter(this, void 0, void 0, function* () {
@@ -610,7 +610,7 @@ class FileStorageClient {
610
610
  * @param CreateReplicationRequest
611
611
  * @return CreateReplicationResponse
612
612
  * @throws OciError when an error occurs
613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
614
614
  */
615
615
  createReplication(createReplicationRequest) {
616
616
  return __awaiter(this, void 0, void 0, function* () {
@@ -675,7 +675,7 @@ class FileStorageClient {
675
675
  * @param CreateSnapshotRequest
676
676
  * @return CreateSnapshotResponse
677
677
  * @throws OciError when an error occurs
678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
679
679
  */
680
680
  createSnapshot(createSnapshotRequest) {
681
681
  return __awaiter(this, void 0, void 0, function* () {
@@ -739,7 +739,7 @@ class FileStorageClient {
739
739
  * @param DeleteExportRequest
740
740
  * @return DeleteExportResponse
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.52.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
743
743
  */
744
744
  deleteExport(deleteExportRequest) {
745
745
  return __awaiter(this, void 0, void 0, function* () {
@@ -797,7 +797,7 @@ class FileStorageClient {
797
797
  * @param DeleteFileSystemRequest
798
798
  * @return DeleteFileSystemResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
801
801
  */
802
802
  deleteFileSystem(deleteFileSystemRequest) {
803
803
  return __awaiter(this, void 0, void 0, function* () {
@@ -854,7 +854,7 @@ class FileStorageClient {
854
854
  * @param DeleteMountTargetRequest
855
855
  * @return DeleteMountTargetResponse
856
856
  * @throws OciError when an error occurs
857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
858
858
  */
859
859
  deleteMountTarget(deleteMountTargetRequest) {
860
860
  return __awaiter(this, void 0, void 0, function* () {
@@ -910,7 +910,7 @@ class FileStorageClient {
910
910
  * @param DeleteReplicationRequest
911
911
  * @return DeleteReplicationResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
914
914
  */
915
915
  deleteReplication(deleteReplicationRequest) {
916
916
  return __awaiter(this, void 0, void 0, function* () {
@@ -971,7 +971,7 @@ class FileStorageClient {
971
971
  * @param DeleteReplicationTargetRequest
972
972
  * @return DeleteReplicationTargetResponse
973
973
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
975
975
  */
976
976
  deleteReplicationTarget(deleteReplicationTargetRequest) {
977
977
  return __awaiter(this, void 0, void 0, function* () {
@@ -1027,7 +1027,7 @@ class FileStorageClient {
1027
1027
  * @param DeleteSnapshotRequest
1028
1028
  * @return DeleteSnapshotResponse
1029
1029
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1031
1031
  */
1032
1032
  deleteSnapshot(deleteSnapshotRequest) {
1033
1033
  return __awaiter(this, void 0, void 0, function* () {
@@ -1083,7 +1083,7 @@ class FileStorageClient {
1083
1083
  * @param EstimateReplicationRequest
1084
1084
  * @return EstimateReplicationResponse
1085
1085
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1087
1087
  */
1088
1088
  estimateReplication(estimateReplicationRequest) {
1089
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1149,7 @@ class FileStorageClient {
1149
1149
  * @param GetExportRequest
1150
1150
  * @return GetExportResponse
1151
1151
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1153
1153
  */
1154
1154
  getExport(getExportRequest) {
1155
1155
  return __awaiter(this, void 0, void 0, function* () {
@@ -1212,7 +1212,7 @@ class FileStorageClient {
1212
1212
  * @param GetExportSetRequest
1213
1213
  * @return GetExportSetResponse
1214
1214
  * @throws OciError when an error occurs
1215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1216
1216
  */
1217
1217
  getExportSet(getExportSetRequest) {
1218
1218
  return __awaiter(this, void 0, void 0, function* () {
@@ -1275,7 +1275,7 @@ class FileStorageClient {
1275
1275
  * @param GetFileSystemRequest
1276
1276
  * @return GetFileSystemResponse
1277
1277
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1279
1279
  */
1280
1280
  getFileSystem(getFileSystemRequest) {
1281
1281
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1338,7 @@ class FileStorageClient {
1338
1338
  * @param GetMountTargetRequest
1339
1339
  * @return GetMountTargetResponse
1340
1340
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1342
1342
  */
1343
1343
  getMountTarget(getMountTargetRequest) {
1344
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1401,7 +1401,7 @@ class FileStorageClient {
1401
1401
  * @param GetReplicationRequest
1402
1402
  * @return GetReplicationResponse
1403
1403
  * @throws OciError when an error occurs
1404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1405
1405
  */
1406
1406
  getReplication(getReplicationRequest) {
1407
1407
  return __awaiter(this, void 0, void 0, function* () {
@@ -1464,7 +1464,7 @@ class FileStorageClient {
1464
1464
  * @param GetReplicationTargetRequest
1465
1465
  * @return GetReplicationTargetResponse
1466
1466
  * @throws OciError when an error occurs
1467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
1467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
1468
1468
  */
1469
1469
  getReplicationTarget(getReplicationTargetRequest) {
1470
1470
  return __awaiter(this, void 0, void 0, function* () {
@@ -1527,7 +1527,7 @@ class FileStorageClient {
1527
1527
  * @param GetSnapshotRequest
1528
1528
  * @return GetSnapshotResponse
1529
1529
  * @throws OciError when an error occurs
1530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
1530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
1531
1531
  */
1532
1532
  getSnapshot(getSnapshotRequest) {
1533
1533
  return __awaiter(this, void 0, void 0, function* () {
@@ -1591,7 +1591,7 @@ class FileStorageClient {
1591
1591
  * @param ListExportSetsRequest
1592
1592
  * @return ListExportSetsResponse
1593
1593
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
1594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
1595
1595
  */
1596
1596
  listExportSets(listExportSetsRequest) {
1597
1597
  return __awaiter(this, void 0, void 0, function* () {
@@ -1705,7 +1705,7 @@ class FileStorageClient {
1705
1705
  * @param ListExportsRequest
1706
1706
  * @return ListExportsResponse
1707
1707
  * @throws OciError when an error occurs
1708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
1708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
1709
1709
  */
1710
1710
  listExports(listExportsRequest) {
1711
1711
  return __awaiter(this, void 0, void 0, function* () {
@@ -1817,7 +1817,7 @@ class FileStorageClient {
1817
1817
  * @param ListFileSystemsRequest
1818
1818
  * @return ListFileSystemsResponse
1819
1819
  * @throws OciError when an error occurs
1820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
1820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
1821
1821
  */
1822
1822
  listFileSystems(listFileSystemsRequest) {
1823
1823
  return __awaiter(this, void 0, void 0, function* () {
@@ -1931,7 +1931,7 @@ class FileStorageClient {
1931
1931
  * @param ListMountTargetsRequest
1932
1932
  * @return ListMountTargetsResponse
1933
1933
  * @throws OciError when an error occurs
1934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
1934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
1935
1935
  */
1936
1936
  listMountTargets(listMountTargetsRequest) {
1937
1937
  return __awaiter(this, void 0, void 0, function* () {
@@ -2044,7 +2044,7 @@ class FileStorageClient {
2044
2044
  * @param ListReplicationTargetsRequest
2045
2045
  * @return ListReplicationTargetsResponse
2046
2046
  * @throws OciError when an error occurs
2047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2048
2048
  */
2049
2049
  listReplicationTargets(listReplicationTargetsRequest) {
2050
2050
  return __awaiter(this, void 0, void 0, function* () {
@@ -2156,7 +2156,7 @@ class FileStorageClient {
2156
2156
  * @param ListReplicationsRequest
2157
2157
  * @return ListReplicationsResponse
2158
2158
  * @throws OciError when an error occurs
2159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2160
2160
  */
2161
2161
  listReplications(listReplicationsRequest) {
2162
2162
  return __awaiter(this, void 0, void 0, function* () {
@@ -2269,7 +2269,7 @@ class FileStorageClient {
2269
2269
  * @param ListSnapshotsRequest
2270
2270
  * @return ListSnapshotsResponse
2271
2271
  * @throws OciError when an error occurs
2272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
2272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
2273
2273
  */
2274
2274
  listSnapshots(listSnapshotsRequest) {
2275
2275
  return __awaiter(this, void 0, void 0, function* () {
@@ -2377,7 +2377,7 @@ class FileStorageClient {
2377
2377
  * @param UpdateExportRequest
2378
2378
  * @return UpdateExportResponse
2379
2379
  * @throws OciError when an error occurs
2380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
2380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
2381
2381
  */
2382
2382
  updateExport(updateExportRequest) {
2383
2383
  return __awaiter(this, void 0, void 0, function* () {
@@ -2442,7 +2442,7 @@ class FileStorageClient {
2442
2442
  * @param UpdateExportSetRequest
2443
2443
  * @return UpdateExportSetResponse
2444
2444
  * @throws OciError when an error occurs
2445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
2445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
2446
2446
  */
2447
2447
  updateExportSet(updateExportSetRequest) {
2448
2448
  return __awaiter(this, void 0, void 0, function* () {
@@ -2509,7 +2509,7 @@ class FileStorageClient {
2509
2509
  * @param UpdateFileSystemRequest
2510
2510
  * @return UpdateFileSystemResponse
2511
2511
  * @throws OciError when an error occurs
2512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
2512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
2513
2513
  */
2514
2514
  updateFileSystem(updateFileSystemRequest) {
2515
2515
  return __awaiter(this, void 0, void 0, function* () {
@@ -2574,7 +2574,7 @@ class FileStorageClient {
2574
2574
  * @param UpdateMountTargetRequest
2575
2575
  * @return UpdateMountTargetResponse
2576
2576
  * @throws OciError when an error occurs
2577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
2577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
2578
2578
  */
2579
2579
  updateMountTarget(updateMountTargetRequest) {
2580
2580
  return __awaiter(this, void 0, void 0, function* () {
@@ -2640,7 +2640,7 @@ class FileStorageClient {
2640
2640
  * @param UpdateReplicationRequest
2641
2641
  * @return UpdateReplicationResponse
2642
2642
  * @throws OciError when an error occurs
2643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
2643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
2644
2644
  */
2645
2645
  updateReplication(updateReplicationRequest) {
2646
2646
  return __awaiter(this, void 0, void 0, function* () {
@@ -2705,7 +2705,7 @@ class FileStorageClient {
2705
2705
  * @param UpdateSnapshotRequest
2706
2706
  * @return UpdateSnapshotResponse
2707
2707
  * @throws OciError when an error occurs
2708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
2708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
2709
2709
  */
2710
2710
  updateSnapshot(updateSnapshotRequest) {
2711
2711
  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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/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.53.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.52.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.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.52.0",
3
+ "version": "2.53.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.52.0",
19
- "oci-workrequests": "2.52.0"
18
+ "oci-common": "2.53.0",
19
+ "oci-workrequests": "2.53.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"