oci-filestorage 2.82.1 → 2.82.2

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 (53) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  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-outbound-connector-compartment-request.d.ts +1 -1
  7. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  8. package/lib/request/create-export-request.d.ts +1 -1
  9. package/lib/request/create-file-system-request.d.ts +1 -1
  10. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  11. package/lib/request/create-mount-target-request.d.ts +1 -1
  12. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  13. package/lib/request/create-replication-request.d.ts +1 -1
  14. package/lib/request/create-snapshot-request.d.ts +1 -1
  15. package/lib/request/delete-export-request.d.ts +1 -1
  16. package/lib/request/delete-file-system-request.d.ts +1 -1
  17. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  18. package/lib/request/delete-mount-target-request.d.ts +1 -1
  19. package/lib/request/delete-outbound-connector-request.d.ts +1 -1
  20. package/lib/request/delete-replication-request.d.ts +1 -1
  21. package/lib/request/delete-replication-target-request.d.ts +1 -1
  22. package/lib/request/delete-snapshot-request.d.ts +1 -1
  23. package/lib/request/estimate-replication-request.d.ts +1 -1
  24. package/lib/request/get-export-request.d.ts +1 -1
  25. package/lib/request/get-export-set-request.d.ts +1 -1
  26. package/lib/request/get-file-system-request.d.ts +1 -1
  27. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  28. package/lib/request/get-mount-target-request.d.ts +1 -1
  29. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  30. package/lib/request/get-replication-request.d.ts +1 -1
  31. package/lib/request/get-replication-target-request.d.ts +1 -1
  32. package/lib/request/get-snapshot-request.d.ts +1 -1
  33. package/lib/request/list-export-sets-request.d.ts +1 -1
  34. package/lib/request/list-exports-request.d.ts +1 -1
  35. package/lib/request/list-file-systems-request.d.ts +1 -1
  36. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  37. package/lib/request/list-mount-targets-request.d.ts +1 -1
  38. package/lib/request/list-outbound-connectors-request.d.ts +1 -1
  39. package/lib/request/list-replication-targets-request.d.ts +1 -1
  40. package/lib/request/list-replications-request.d.ts +1 -1
  41. package/lib/request/list-snapshots-request.d.ts +1 -1
  42. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  43. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  44. package/lib/request/update-export-request.d.ts +1 -1
  45. package/lib/request/update-export-set-request.d.ts +1 -1
  46. package/lib/request/update-file-system-request.d.ts +1 -1
  47. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  48. package/lib/request/update-mount-target-request.d.ts +1 -1
  49. package/lib/request/update-outbound-connector-request.d.ts +1 -1
  50. package/lib/request/update-replication-request.d.ts +1 -1
  51. package/lib/request/update-snapshot-request.d.ts +1 -1
  52. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  53. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -95,7 +95,7 @@ export declare class FileStorageClient {
95
95
  * @param ChangeFileSystemCompartmentRequest
96
96
  * @return ChangeFileSystemCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
99
99
  */
100
100
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class FileStorageClient {
105
105
  * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
106
106
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
109
109
  */
110
110
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class FileStorageClient {
115
115
  * @param ChangeMountTargetCompartmentRequest
116
116
  * @return ChangeMountTargetCompartmentResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
119
119
  */
120
120
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
121
121
  /**
@@ -127,7 +127,7 @@ export declare class FileStorageClient {
127
127
  * @param ChangeOutboundConnectorCompartmentRequest
128
128
  * @return ChangeOutboundConnectorCompartmentResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
131
131
  */
132
132
  changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest: requests.ChangeOutboundConnectorCompartmentRequest): Promise<responses.ChangeOutboundConnectorCompartmentResponse>;
133
133
  /**
@@ -138,7 +138,7 @@ export declare class FileStorageClient {
138
138
  * @param ChangeReplicationCompartmentRequest
139
139
  * @return ChangeReplicationCompartmentResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
142
142
  */
143
143
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
144
144
  /**
@@ -149,7 +149,7 @@ export declare class FileStorageClient {
149
149
  * @param CreateExportRequest
150
150
  * @return CreateExportResponse
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.82.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
153
153
  */
154
154
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
155
155
  /**
@@ -187,7 +187,7 @@ export declare class FileStorageClient {
187
187
  * @param CreateFileSystemRequest
188
188
  * @return CreateFileSystemResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
191
191
  */
192
192
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
193
193
  /**
@@ -201,7 +201,7 @@ export declare class FileStorageClient {
201
201
  * @param CreateFilesystemSnapshotPolicyRequest
202
202
  * @return CreateFilesystemSnapshotPolicyResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
205
205
  */
206
206
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
207
207
  /**
@@ -242,7 +242,7 @@ export declare class FileStorageClient {
242
242
  * @param CreateMountTargetRequest
243
243
  * @return CreateMountTargetResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
246
246
  */
247
247
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
248
248
  /**
@@ -271,7 +271,7 @@ export declare class FileStorageClient {
271
271
  * @param CreateOutboundConnectorRequest
272
272
  * @return CreateOutboundConnectorResponse
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.82.1/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
275
275
  */
276
276
  createOutboundConnector(createOutboundConnectorRequest: requests.CreateOutboundConnectorRequest): Promise<responses.CreateOutboundConnectorResponse>;
277
277
  /**
@@ -307,7 +307,7 @@ export declare class FileStorageClient {
307
307
  * @param CreateReplicationRequest
308
308
  * @return CreateReplicationResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
311
311
  */
312
312
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
313
313
  /**
@@ -318,7 +318,7 @@ export declare class FileStorageClient {
318
318
  * @param CreateSnapshotRequest
319
319
  * @return CreateSnapshotResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
322
322
  */
323
323
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
324
324
  /**
@@ -328,7 +328,7 @@ export declare class FileStorageClient {
328
328
  * @param DeleteExportRequest
329
329
  * @return DeleteExportResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
332
332
  */
333
333
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
334
334
  /**
@@ -340,7 +340,7 @@ export declare class FileStorageClient {
340
340
  * @param DeleteFileSystemRequest
341
341
  * @return DeleteFileSystemResponse
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.82.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
344
344
  */
345
345
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
346
346
  /**
@@ -350,7 +350,7 @@ export declare class FileStorageClient {
350
350
  * @param DeleteFilesystemSnapshotPolicyRequest
351
351
  * @return DeleteFilesystemSnapshotPolicyResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
354
354
  */
355
355
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
356
356
  /**
@@ -361,7 +361,7 @@ export declare class FileStorageClient {
361
361
  * @param DeleteMountTargetRequest
362
362
  * @return DeleteMountTargetResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
365
365
  */
366
366
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
367
367
  /**
@@ -371,7 +371,7 @@ export declare class FileStorageClient {
371
371
  * @param DeleteOutboundConnectorRequest
372
372
  * @return DeleteOutboundConnectorResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
375
375
  */
376
376
  deleteOutboundConnector(deleteOutboundConnectorRequest: requests.DeleteOutboundConnectorRequest): Promise<responses.DeleteOutboundConnectorResponse>;
377
377
  /**
@@ -381,7 +381,7 @@ export declare class FileStorageClient {
381
381
  * @param DeleteReplicationRequest
382
382
  * @return DeleteReplicationResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
385
385
  */
386
386
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
387
387
  /**
@@ -394,7 +394,7 @@ export declare class FileStorageClient {
394
394
  * @param DeleteReplicationTargetRequest
395
395
  * @return DeleteReplicationTargetResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
398
398
  */
399
399
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
400
400
  /**
@@ -404,7 +404,7 @@ export declare class FileStorageClient {
404
404
  * @param DeleteSnapshotRequest
405
405
  * @return DeleteSnapshotResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
408
408
  */
409
409
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
410
410
  /**
@@ -414,7 +414,7 @@ export declare class FileStorageClient {
414
414
  * @param EstimateReplicationRequest
415
415
  * @return EstimateReplicationResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
418
418
  */
419
419
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
420
420
  /**
@@ -423,7 +423,7 @@ export declare class FileStorageClient {
423
423
  * @param GetExportRequest
424
424
  * @return GetExportResponse
425
425
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
427
427
  */
428
428
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
429
429
  /**
@@ -432,7 +432,7 @@ export declare class FileStorageClient {
432
432
  * @param GetExportSetRequest
433
433
  * @return GetExportSetResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
436
436
  */
437
437
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
438
438
  /**
@@ -441,7 +441,7 @@ export declare class FileStorageClient {
441
441
  * @param GetFileSystemRequest
442
442
  * @return GetFileSystemResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
445
445
  */
446
446
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
447
447
  /**
@@ -450,7 +450,7 @@ export declare class FileStorageClient {
450
450
  * @param GetFilesystemSnapshotPolicyRequest
451
451
  * @return GetFilesystemSnapshotPolicyResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
454
454
  */
455
455
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
456
456
  /**
@@ -459,7 +459,7 @@ export declare class FileStorageClient {
459
459
  * @param GetMountTargetRequest
460
460
  * @return GetMountTargetResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
463
463
  */
464
464
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
465
465
  /**
@@ -468,7 +468,7 @@ export declare class FileStorageClient {
468
468
  * @param GetOutboundConnectorRequest
469
469
  * @return GetOutboundConnectorResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
472
472
  */
473
473
  getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
474
474
  /**
@@ -477,7 +477,7 @@ export declare class FileStorageClient {
477
477
  * @param GetReplicationRequest
478
478
  * @return GetReplicationResponse
479
479
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
481
481
  */
482
482
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
483
483
  /**
@@ -486,7 +486,7 @@ export declare class FileStorageClient {
486
486
  * @param GetReplicationTargetRequest
487
487
  * @return GetReplicationTargetResponse
488
488
  * @throws OciError when an error occurs
489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
490
490
  */
491
491
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
492
492
  /**
@@ -495,7 +495,7 @@ export declare class FileStorageClient {
495
495
  * @param GetSnapshotRequest
496
496
  * @return GetSnapshotResponse
497
497
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
499
499
  */
500
500
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
501
501
  /**
@@ -505,7 +505,7 @@ export declare class FileStorageClient {
505
505
  * @param ListExportSetsRequest
506
506
  * @return ListExportSetsResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
509
509
  */
510
510
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
511
511
  /**
@@ -549,7 +549,7 @@ export declare class FileStorageClient {
549
549
  * @param ListExportsRequest
550
550
  * @return ListExportsResponse
551
551
  * @throws OciError when an error occurs
552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
553
553
  */
554
554
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
555
555
  /**
@@ -592,7 +592,7 @@ export declare class FileStorageClient {
592
592
  * @param ListFileSystemsRequest
593
593
  * @return ListFileSystemsResponse
594
594
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
596
596
  */
597
597
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
598
598
  /**
@@ -634,7 +634,7 @@ export declare class FileStorageClient {
634
634
  * @param ListFilesystemSnapshotPoliciesRequest
635
635
  * @return ListFilesystemSnapshotPoliciesResponse
636
636
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
638
638
  */
639
639
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
640
640
  /**
@@ -676,7 +676,7 @@ export declare class FileStorageClient {
676
676
  * @param ListMountTargetsRequest
677
677
  * @return ListMountTargetsResponse
678
678
  * @throws OciError when an error occurs
679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
680
680
  */
681
681
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
682
682
  /**
@@ -718,7 +718,7 @@ export declare class FileStorageClient {
718
718
  * @param ListOutboundConnectorsRequest
719
719
  * @return ListOutboundConnectorsResponse
720
720
  * @throws OciError when an error occurs
721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
722
722
  */
723
723
  listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
724
724
  /**
@@ -760,7 +760,7 @@ export declare class FileStorageClient {
760
760
  * @param ListReplicationTargetsRequest
761
761
  * @return ListReplicationTargetsResponse
762
762
  * @throws OciError when an error occurs
763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
764
764
  */
765
765
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
766
766
  /**
@@ -802,7 +802,7 @@ export declare class FileStorageClient {
802
802
  * @param ListReplicationsRequest
803
803
  * @return ListReplicationsResponse
804
804
  * @throws OciError when an error occurs
805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
806
806
  */
807
807
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
808
808
  /**
@@ -850,7 +850,7 @@ export declare class FileStorageClient {
850
850
  * @param ListSnapshotsRequest
851
851
  * @return ListSnapshotsResponse
852
852
  * @throws OciError when an error occurs
853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
854
854
  */
855
855
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
856
856
  /**
@@ -897,7 +897,7 @@ export declare class FileStorageClient {
897
897
  * @param PauseFilesystemSnapshotPolicyRequest
898
898
  * @return PauseFilesystemSnapshotPolicyResponse
899
899
  * @throws OciError when an error occurs
900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
901
901
  */
902
902
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
903
903
  /**
@@ -911,7 +911,7 @@ export declare class FileStorageClient {
911
911
  * @param UnpauseFilesystemSnapshotPolicyRequest
912
912
  * @return UnpauseFilesystemSnapshotPolicyResponse
913
913
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
915
915
  */
916
916
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
917
917
  /**
@@ -920,7 +920,7 @@ export declare class FileStorageClient {
920
920
  * @param UpdateExportRequest
921
921
  * @return UpdateExportResponse
922
922
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
924
924
  */
925
925
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
926
926
  /**
@@ -929,7 +929,7 @@ export declare class FileStorageClient {
929
929
  * @param UpdateExportSetRequest
930
930
  * @return UpdateExportSetResponse
931
931
  * @throws OciError when an error occurs
932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
933
933
  */
934
934
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
935
935
  /**
@@ -940,7 +940,7 @@ export declare class FileStorageClient {
940
940
  * @param UpdateFileSystemRequest
941
941
  * @return UpdateFileSystemResponse
942
942
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
944
944
  */
945
945
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
946
946
  /**
@@ -949,7 +949,7 @@ export declare class FileStorageClient {
949
949
  * @param UpdateFilesystemSnapshotPolicyRequest
950
950
  * @return UpdateFilesystemSnapshotPolicyResponse
951
951
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
953
953
  */
954
954
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
955
955
  /**
@@ -958,7 +958,7 @@ export declare class FileStorageClient {
958
958
  * @param UpdateMountTargetRequest
959
959
  * @return UpdateMountTargetResponse
960
960
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
962
962
  */
963
963
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
964
964
  /**
@@ -967,7 +967,7 @@ export declare class FileStorageClient {
967
967
  * @param UpdateOutboundConnectorRequest
968
968
  * @return UpdateOutboundConnectorResponse
969
969
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
971
971
  */
972
972
  updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
973
973
  /**
@@ -977,7 +977,7 @@ export declare class FileStorageClient {
977
977
  * @param UpdateReplicationRequest
978
978
  * @return UpdateReplicationResponse
979
979
  * @throws OciError when an error occurs
980
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
981
981
  */
982
982
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
983
983
  /**
@@ -986,7 +986,7 @@ export declare class FileStorageClient {
986
986
  * @param UpdateSnapshotRequest
987
987
  * @return UpdateSnapshotResponse
988
988
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
990
990
  */
991
991
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
992
992
  /**
@@ -998,7 +998,7 @@ export declare class FileStorageClient {
998
998
  * @param ValidateKeyTabsRequest
999
999
  * @return ValidateKeyTabsResponse
1000
1000
  * @throws OciError when an error occurs
1001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
1001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
1002
1002
  */
1003
1003
  validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
1004
1004
  }