oci-filestorage 2.62.0 → 2.62.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/lib/client.d.ts +43 -43
  2. package/lib/client.js +43 -43
  3. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  4. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  5. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  6. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  7. package/lib/request/create-export-request.d.ts +1 -1
  8. package/lib/request/create-file-system-request.d.ts +1 -1
  9. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  10. package/lib/request/create-mount-target-request.d.ts +1 -1
  11. package/lib/request/create-replication-request.d.ts +1 -1
  12. package/lib/request/create-snapshot-request.d.ts +1 -1
  13. package/lib/request/delete-export-request.d.ts +1 -1
  14. package/lib/request/delete-file-system-request.d.ts +1 -1
  15. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  16. package/lib/request/delete-mount-target-request.d.ts +1 -1
  17. package/lib/request/delete-replication-request.d.ts +1 -1
  18. package/lib/request/delete-replication-target-request.d.ts +1 -1
  19. package/lib/request/delete-snapshot-request.d.ts +1 -1
  20. package/lib/request/estimate-replication-request.d.ts +1 -1
  21. package/lib/request/get-export-request.d.ts +1 -1
  22. package/lib/request/get-export-set-request.d.ts +1 -1
  23. package/lib/request/get-file-system-request.d.ts +1 -1
  24. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  25. package/lib/request/get-mount-target-request.d.ts +1 -1
  26. package/lib/request/get-replication-request.d.ts +1 -1
  27. package/lib/request/get-replication-target-request.d.ts +1 -1
  28. package/lib/request/get-snapshot-request.d.ts +1 -1
  29. package/lib/request/list-export-sets-request.d.ts +1 -1
  30. package/lib/request/list-exports-request.d.ts +1 -1
  31. package/lib/request/list-file-systems-request.d.ts +1 -1
  32. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  33. package/lib/request/list-mount-targets-request.d.ts +1 -1
  34. package/lib/request/list-replication-targets-request.d.ts +1 -1
  35. package/lib/request/list-replications-request.d.ts +1 -1
  36. package/lib/request/list-snapshots-request.d.ts +1 -1
  37. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  38. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  39. package/lib/request/update-export-request.d.ts +1 -1
  40. package/lib/request/update-export-set-request.d.ts +1 -1
  41. package/lib/request/update-file-system-request.d.ts +1 -1
  42. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  43. package/lib/request/update-mount-target-request.d.ts +1 -1
  44. package/lib/request/update-replication-request.d.ts +1 -1
  45. package/lib/request/update-snapshot-request.d.ts +1 -1
  46. 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.62.0/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.62.1/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 ChangeFilesystemSnapshotPolicyCompartmentRequest
100
100
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
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.62.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
103
103
  */
104
104
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
105
105
  /**
@@ -109,7 +109,7 @@ export declare class FileStorageClient {
109
109
  * @param ChangeMountTargetCompartmentRequest
110
110
  * @return ChangeMountTargetCompartmentResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
113
113
  */
114
114
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
115
115
  /**
@@ -120,7 +120,7 @@ export declare class FileStorageClient {
120
120
  * @param ChangeReplicationCompartmentRequest
121
121
  * @return ChangeReplicationCompartmentResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
124
124
  */
125
125
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
126
126
  /**
@@ -131,7 +131,7 @@ export declare class FileStorageClient {
131
131
  * @param CreateExportRequest
132
132
  * @return CreateExportResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
135
135
  */
136
136
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
137
137
  /**
@@ -169,7 +169,7 @@ export declare class FileStorageClient {
169
169
  * @param CreateFileSystemRequest
170
170
  * @return CreateFileSystemResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
173
173
  */
174
174
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
175
175
  /**
@@ -183,7 +183,7 @@ export declare class FileStorageClient {
183
183
  * @param CreateFilesystemSnapshotPolicyRequest
184
184
  * @return CreateFilesystemSnapshotPolicyResponse
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.62.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
187
187
  */
188
188
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
189
189
  /**
@@ -224,7 +224,7 @@ export declare class FileStorageClient {
224
224
  * @param CreateMountTargetRequest
225
225
  * @return CreateMountTargetResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
228
228
  */
229
229
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
230
230
  /**
@@ -260,7 +260,7 @@ export declare class FileStorageClient {
260
260
  * @param CreateReplicationRequest
261
261
  * @return CreateReplicationResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
264
264
  */
265
265
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
266
266
  /**
@@ -271,7 +271,7 @@ export declare class FileStorageClient {
271
271
  * @param CreateSnapshotRequest
272
272
  * @return CreateSnapshotResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
275
275
  */
276
276
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
277
277
  /**
@@ -281,7 +281,7 @@ export declare class FileStorageClient {
281
281
  * @param DeleteExportRequest
282
282
  * @return DeleteExportResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
285
285
  */
286
286
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
287
287
  /**
@@ -293,7 +293,7 @@ export declare class FileStorageClient {
293
293
  * @param DeleteFileSystemRequest
294
294
  * @return DeleteFileSystemResponse
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.62.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
297
297
  */
298
298
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
299
299
  /**
@@ -303,7 +303,7 @@ export declare class FileStorageClient {
303
303
  * @param DeleteFilesystemSnapshotPolicyRequest
304
304
  * @return DeleteFilesystemSnapshotPolicyResponse
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.62.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
307
307
  */
308
308
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
309
309
  /**
@@ -314,7 +314,7 @@ export declare class FileStorageClient {
314
314
  * @param DeleteMountTargetRequest
315
315
  * @return DeleteMountTargetResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
318
318
  */
319
319
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
320
320
  /**
@@ -324,7 +324,7 @@ export declare class FileStorageClient {
324
324
  * @param DeleteReplicationRequest
325
325
  * @return DeleteReplicationResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
328
328
  */
329
329
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
330
330
  /**
@@ -337,7 +337,7 @@ export declare class FileStorageClient {
337
337
  * @param DeleteReplicationTargetRequest
338
338
  * @return DeleteReplicationTargetResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
341
341
  */
342
342
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
343
343
  /**
@@ -347,7 +347,7 @@ export declare class FileStorageClient {
347
347
  * @param DeleteSnapshotRequest
348
348
  * @return DeleteSnapshotResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
351
351
  */
352
352
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
353
353
  /**
@@ -357,7 +357,7 @@ export declare class FileStorageClient {
357
357
  * @param EstimateReplicationRequest
358
358
  * @return EstimateReplicationResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
361
361
  */
362
362
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
363
363
  /**
@@ -366,7 +366,7 @@ export declare class FileStorageClient {
366
366
  * @param GetExportRequest
367
367
  * @return GetExportResponse
368
368
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
370
370
  */
371
371
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
372
372
  /**
@@ -375,7 +375,7 @@ export declare class FileStorageClient {
375
375
  * @param GetExportSetRequest
376
376
  * @return GetExportSetResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
379
379
  */
380
380
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
381
381
  /**
@@ -384,7 +384,7 @@ export declare class FileStorageClient {
384
384
  * @param GetFileSystemRequest
385
385
  * @return GetFileSystemResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
388
388
  */
389
389
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
390
390
  /**
@@ -393,7 +393,7 @@ export declare class FileStorageClient {
393
393
  * @param GetFilesystemSnapshotPolicyRequest
394
394
  * @return GetFilesystemSnapshotPolicyResponse
395
395
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
397
397
  */
398
398
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
399
399
  /**
@@ -402,7 +402,7 @@ export declare class FileStorageClient {
402
402
  * @param GetMountTargetRequest
403
403
  * @return GetMountTargetResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
406
406
  */
407
407
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
408
408
  /**
@@ -411,7 +411,7 @@ export declare class FileStorageClient {
411
411
  * @param GetReplicationRequest
412
412
  * @return GetReplicationResponse
413
413
  * @throws OciError when an error occurs
414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
415
415
  */
416
416
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
417
417
  /**
@@ -420,7 +420,7 @@ export declare class FileStorageClient {
420
420
  * @param GetReplicationTargetRequest
421
421
  * @return GetReplicationTargetResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
424
424
  */
425
425
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
426
426
  /**
@@ -429,7 +429,7 @@ export declare class FileStorageClient {
429
429
  * @param GetSnapshotRequest
430
430
  * @return GetSnapshotResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
433
433
  */
434
434
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
435
435
  /**
@@ -439,7 +439,7 @@ export declare class FileStorageClient {
439
439
  * @param ListExportSetsRequest
440
440
  * @return ListExportSetsResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
443
443
  */
444
444
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
445
445
  /**
@@ -483,7 +483,7 @@ export declare class FileStorageClient {
483
483
  * @param ListExportsRequest
484
484
  * @return ListExportsResponse
485
485
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
487
487
  */
488
488
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
489
489
  /**
@@ -526,7 +526,7 @@ export declare class FileStorageClient {
526
526
  * @param ListFileSystemsRequest
527
527
  * @return ListFileSystemsResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
530
530
  */
531
531
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
532
532
  /**
@@ -568,7 +568,7 @@ export declare class FileStorageClient {
568
568
  * @param ListFilesystemSnapshotPoliciesRequest
569
569
  * @return ListFilesystemSnapshotPoliciesResponse
570
570
  * @throws OciError when an error occurs
571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
572
572
  */
573
573
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
574
574
  /**
@@ -610,7 +610,7 @@ export declare class FileStorageClient {
610
610
  * @param ListMountTargetsRequest
611
611
  * @return ListMountTargetsResponse
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.62.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
614
614
  */
615
615
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
616
616
  /**
@@ -652,7 +652,7 @@ export declare class FileStorageClient {
652
652
  * @param ListReplicationTargetsRequest
653
653
  * @return ListReplicationTargetsResponse
654
654
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
656
656
  */
657
657
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
658
658
  /**
@@ -694,7 +694,7 @@ export declare class FileStorageClient {
694
694
  * @param ListReplicationsRequest
695
695
  * @return ListReplicationsResponse
696
696
  * @throws OciError when an error occurs
697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
698
698
  */
699
699
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
700
700
  /**
@@ -739,7 +739,7 @@ export declare class FileStorageClient {
739
739
  * @param ListSnapshotsRequest
740
740
  * @return ListSnapshotsResponse
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.62.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
743
743
  */
744
744
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
745
745
  /**
@@ -786,7 +786,7 @@ export declare class FileStorageClient {
786
786
  * @param PauseFilesystemSnapshotPolicyRequest
787
787
  * @return PauseFilesystemSnapshotPolicyResponse
788
788
  * @throws OciError when an error occurs
789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
790
790
  */
791
791
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
792
792
  /**
@@ -800,7 +800,7 @@ export declare class FileStorageClient {
800
800
  * @param UnpauseFilesystemSnapshotPolicyRequest
801
801
  * @return UnpauseFilesystemSnapshotPolicyResponse
802
802
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
804
804
  */
805
805
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
806
806
  /**
@@ -809,7 +809,7 @@ export declare class FileStorageClient {
809
809
  * @param UpdateExportRequest
810
810
  * @return UpdateExportResponse
811
811
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
813
813
  */
814
814
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
815
815
  /**
@@ -818,7 +818,7 @@ export declare class FileStorageClient {
818
818
  * @param UpdateExportSetRequest
819
819
  * @return UpdateExportSetResponse
820
820
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
822
822
  */
823
823
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
824
824
  /**
@@ -829,7 +829,7 @@ export declare class FileStorageClient {
829
829
  * @param UpdateFileSystemRequest
830
830
  * @return UpdateFileSystemResponse
831
831
  * @throws OciError when an error occurs
832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
833
833
  */
834
834
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
835
835
  /**
@@ -838,7 +838,7 @@ export declare class FileStorageClient {
838
838
  * @param UpdateFilesystemSnapshotPolicyRequest
839
839
  * @return UpdateFilesystemSnapshotPolicyResponse
840
840
  * @throws OciError when an error occurs
841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
842
842
  */
843
843
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
844
844
  /**
@@ -847,7 +847,7 @@ export declare class FileStorageClient {
847
847
  * @param UpdateMountTargetRequest
848
848
  * @return UpdateMountTargetResponse
849
849
  * @throws OciError when an error occurs
850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
851
851
  */
852
852
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
853
853
  /**
@@ -857,7 +857,7 @@ export declare class FileStorageClient {
857
857
  * @param UpdateReplicationRequest
858
858
  * @return UpdateReplicationResponse
859
859
  * @throws OciError when an error occurs
860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
861
861
  */
862
862
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
863
863
  /**
@@ -866,7 +866,7 @@ export declare class FileStorageClient {
866
866
  * @param UpdateSnapshotRequest
867
867
  * @return UpdateSnapshotResponse
868
868
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
870
870
  */
871
871
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
872
872
  }