oci-filestorage 2.65.0 → 2.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -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.65.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.67.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
93
93
  */
94
94
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
95
95
  /**
@@ -99,7 +99,7 @@ export declare class FileStorageClient {
99
99
  * @param 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.65.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.67.0/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.65.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.67.0/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
  /**
@@ -121,7 +121,7 @@ export declare class FileStorageClient {
121
121
  * @param ChangeOutboundConnectorCompartmentRequest
122
122
  * @return ChangeOutboundConnectorCompartmentResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
125
125
  */
126
126
  changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest: requests.ChangeOutboundConnectorCompartmentRequest): Promise<responses.ChangeOutboundConnectorCompartmentResponse>;
127
127
  /**
@@ -132,7 +132,7 @@ export declare class FileStorageClient {
132
132
  * @param ChangeReplicationCompartmentRequest
133
133
  * @return ChangeReplicationCompartmentResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
136
136
  */
137
137
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
138
138
  /**
@@ -143,7 +143,7 @@ export declare class FileStorageClient {
143
143
  * @param CreateExportRequest
144
144
  * @return CreateExportResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
147
147
  */
148
148
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
149
149
  /**
@@ -181,7 +181,7 @@ export declare class FileStorageClient {
181
181
  * @param CreateFileSystemRequest
182
182
  * @return CreateFileSystemResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
185
185
  */
186
186
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
187
187
  /**
@@ -195,7 +195,7 @@ export declare class FileStorageClient {
195
195
  * @param CreateFilesystemSnapshotPolicyRequest
196
196
  * @return CreateFilesystemSnapshotPolicyResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
199
199
  */
200
200
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
201
201
  /**
@@ -236,7 +236,7 @@ export declare class FileStorageClient {
236
236
  * @param CreateMountTargetRequest
237
237
  * @return CreateMountTargetResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
240
240
  */
241
241
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
242
242
  /**
@@ -265,7 +265,7 @@ export declare class FileStorageClient {
265
265
  * @param CreateOutboundConnectorRequest
266
266
  * @return CreateOutboundConnectorResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
269
269
  */
270
270
  createOutboundConnector(createOutboundConnectorRequest: requests.CreateOutboundConnectorRequest): Promise<responses.CreateOutboundConnectorResponse>;
271
271
  /**
@@ -301,7 +301,7 @@ export declare class FileStorageClient {
301
301
  * @param CreateReplicationRequest
302
302
  * @return CreateReplicationResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
305
305
  */
306
306
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
307
307
  /**
@@ -312,7 +312,7 @@ export declare class FileStorageClient {
312
312
  * @param CreateSnapshotRequest
313
313
  * @return CreateSnapshotResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
316
316
  */
317
317
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
318
318
  /**
@@ -322,7 +322,7 @@ export declare class FileStorageClient {
322
322
  * @param DeleteExportRequest
323
323
  * @return DeleteExportResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
326
326
  */
327
327
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
328
328
  /**
@@ -334,7 +334,7 @@ export declare class FileStorageClient {
334
334
  * @param DeleteFileSystemRequest
335
335
  * @return DeleteFileSystemResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
338
338
  */
339
339
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
340
340
  /**
@@ -344,7 +344,7 @@ export declare class FileStorageClient {
344
344
  * @param DeleteFilesystemSnapshotPolicyRequest
345
345
  * @return DeleteFilesystemSnapshotPolicyResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
348
348
  */
349
349
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
350
350
  /**
@@ -355,7 +355,7 @@ export declare class FileStorageClient {
355
355
  * @param DeleteMountTargetRequest
356
356
  * @return DeleteMountTargetResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
359
359
  */
360
360
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
361
361
  /**
@@ -365,7 +365,7 @@ export declare class FileStorageClient {
365
365
  * @param DeleteOutboundConnectorRequest
366
366
  * @return DeleteOutboundConnectorResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
369
369
  */
370
370
  deleteOutboundConnector(deleteOutboundConnectorRequest: requests.DeleteOutboundConnectorRequest): Promise<responses.DeleteOutboundConnectorResponse>;
371
371
  /**
@@ -375,7 +375,7 @@ export declare class FileStorageClient {
375
375
  * @param DeleteReplicationRequest
376
376
  * @return DeleteReplicationResponse
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.65.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
379
379
  */
380
380
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
381
381
  /**
@@ -388,7 +388,7 @@ export declare class FileStorageClient {
388
388
  * @param DeleteReplicationTargetRequest
389
389
  * @return DeleteReplicationTargetResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
392
392
  */
393
393
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
394
394
  /**
@@ -398,7 +398,7 @@ export declare class FileStorageClient {
398
398
  * @param DeleteSnapshotRequest
399
399
  * @return DeleteSnapshotResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
402
402
  */
403
403
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
404
404
  /**
@@ -408,7 +408,7 @@ export declare class FileStorageClient {
408
408
  * @param EstimateReplicationRequest
409
409
  * @return EstimateReplicationResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
412
412
  */
413
413
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
414
414
  /**
@@ -417,7 +417,7 @@ export declare class FileStorageClient {
417
417
  * @param GetExportRequest
418
418
  * @return GetExportResponse
419
419
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
421
421
  */
422
422
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
423
423
  /**
@@ -426,7 +426,7 @@ export declare class FileStorageClient {
426
426
  * @param GetExportSetRequest
427
427
  * @return GetExportSetResponse
428
428
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
430
430
  */
431
431
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
432
432
  /**
@@ -435,7 +435,7 @@ export declare class FileStorageClient {
435
435
  * @param GetFileSystemRequest
436
436
  * @return GetFileSystemResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
439
439
  */
440
440
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
441
441
  /**
@@ -444,7 +444,7 @@ export declare class FileStorageClient {
444
444
  * @param GetFilesystemSnapshotPolicyRequest
445
445
  * @return GetFilesystemSnapshotPolicyResponse
446
446
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
448
448
  */
449
449
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
450
450
  /**
@@ -453,7 +453,7 @@ export declare class FileStorageClient {
453
453
  * @param GetMountTargetRequest
454
454
  * @return GetMountTargetResponse
455
455
  * @throws OciError when an error occurs
456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
457
457
  */
458
458
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
459
459
  /**
@@ -462,7 +462,7 @@ export declare class FileStorageClient {
462
462
  * @param GetOutboundConnectorRequest
463
463
  * @return GetOutboundConnectorResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
466
466
  */
467
467
  getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
468
468
  /**
@@ -471,7 +471,7 @@ export declare class FileStorageClient {
471
471
  * @param GetReplicationRequest
472
472
  * @return GetReplicationResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
475
475
  */
476
476
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
477
477
  /**
@@ -480,7 +480,7 @@ export declare class FileStorageClient {
480
480
  * @param GetReplicationTargetRequest
481
481
  * @return GetReplicationTargetResponse
482
482
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
484
484
  */
485
485
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
486
486
  /**
@@ -489,7 +489,7 @@ export declare class FileStorageClient {
489
489
  * @param GetSnapshotRequest
490
490
  * @return GetSnapshotResponse
491
491
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
493
493
  */
494
494
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
495
495
  /**
@@ -499,7 +499,7 @@ export declare class FileStorageClient {
499
499
  * @param ListExportSetsRequest
500
500
  * @return ListExportSetsResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
503
503
  */
504
504
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
505
505
  /**
@@ -543,7 +543,7 @@ export declare class FileStorageClient {
543
543
  * @param ListExportsRequest
544
544
  * @return ListExportsResponse
545
545
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
547
547
  */
548
548
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
549
549
  /**
@@ -586,7 +586,7 @@ export declare class FileStorageClient {
586
586
  * @param ListFileSystemsRequest
587
587
  * @return ListFileSystemsResponse
588
588
  * @throws OciError when an error occurs
589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
590
590
  */
591
591
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
592
592
  /**
@@ -628,7 +628,7 @@ export declare class FileStorageClient {
628
628
  * @param ListFilesystemSnapshotPoliciesRequest
629
629
  * @return ListFilesystemSnapshotPoliciesResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
632
632
  */
633
633
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
634
634
  /**
@@ -670,7 +670,7 @@ export declare class FileStorageClient {
670
670
  * @param ListMountTargetsRequest
671
671
  * @return ListMountTargetsResponse
672
672
  * @throws OciError when an error occurs
673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
674
674
  */
675
675
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
676
676
  /**
@@ -712,7 +712,7 @@ export declare class FileStorageClient {
712
712
  * @param ListOutboundConnectorsRequest
713
713
  * @return ListOutboundConnectorsResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
716
716
  */
717
717
  listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
718
718
  /**
@@ -754,7 +754,7 @@ export declare class FileStorageClient {
754
754
  * @param ListReplicationTargetsRequest
755
755
  * @return ListReplicationTargetsResponse
756
756
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
758
758
  */
759
759
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
760
760
  /**
@@ -796,7 +796,7 @@ export declare class FileStorageClient {
796
796
  * @param ListReplicationsRequest
797
797
  * @return ListReplicationsResponse
798
798
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
800
800
  */
801
801
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
802
802
  /**
@@ -844,7 +844,7 @@ export declare class FileStorageClient {
844
844
  * @param ListSnapshotsRequest
845
845
  * @return ListSnapshotsResponse
846
846
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
848
848
  */
849
849
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
850
850
  /**
@@ -891,7 +891,7 @@ export declare class FileStorageClient {
891
891
  * @param PauseFilesystemSnapshotPolicyRequest
892
892
  * @return PauseFilesystemSnapshotPolicyResponse
893
893
  * @throws OciError when an error occurs
894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
895
895
  */
896
896
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
897
897
  /**
@@ -905,7 +905,7 @@ export declare class FileStorageClient {
905
905
  * @param UnpauseFilesystemSnapshotPolicyRequest
906
906
  * @return UnpauseFilesystemSnapshotPolicyResponse
907
907
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
909
909
  */
910
910
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
911
911
  /**
@@ -914,7 +914,7 @@ export declare class FileStorageClient {
914
914
  * @param UpdateExportRequest
915
915
  * @return UpdateExportResponse
916
916
  * @throws OciError when an error occurs
917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
918
918
  */
919
919
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
920
920
  /**
@@ -923,7 +923,7 @@ export declare class FileStorageClient {
923
923
  * @param UpdateExportSetRequest
924
924
  * @return UpdateExportSetResponse
925
925
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
927
927
  */
928
928
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
929
929
  /**
@@ -934,7 +934,7 @@ export declare class FileStorageClient {
934
934
  * @param UpdateFileSystemRequest
935
935
  * @return UpdateFileSystemResponse
936
936
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
938
938
  */
939
939
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
940
940
  /**
@@ -943,7 +943,7 @@ export declare class FileStorageClient {
943
943
  * @param UpdateFilesystemSnapshotPolicyRequest
944
944
  * @return UpdateFilesystemSnapshotPolicyResponse
945
945
  * @throws OciError when an error occurs
946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
947
947
  */
948
948
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
949
949
  /**
@@ -952,7 +952,7 @@ export declare class FileStorageClient {
952
952
  * @param UpdateMountTargetRequest
953
953
  * @return UpdateMountTargetResponse
954
954
  * @throws OciError when an error occurs
955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
956
956
  */
957
957
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
958
958
  /**
@@ -961,7 +961,7 @@ export declare class FileStorageClient {
961
961
  * @param UpdateOutboundConnectorRequest
962
962
  * @return UpdateOutboundConnectorResponse
963
963
  * @throws OciError when an error occurs
964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
964
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
965
965
  */
966
966
  updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
967
967
  /**
@@ -971,7 +971,7 @@ export declare class FileStorageClient {
971
971
  * @param UpdateReplicationRequest
972
972
  * @return UpdateReplicationResponse
973
973
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
975
975
  */
976
976
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
977
977
  /**
@@ -980,7 +980,7 @@ export declare class FileStorageClient {
980
980
  * @param UpdateSnapshotRequest
981
981
  * @return UpdateSnapshotResponse
982
982
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
984
984
  */
985
985
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
986
986
  /**
@@ -992,7 +992,7 @@ export declare class FileStorageClient {
992
992
  * @param ValidateKeyTabsRequest
993
993
  * @return ValidateKeyTabsResponse
994
994
  * @throws OciError when an error occurs
995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
996
996
  */
997
997
  validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
998
998
  }