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