oci-filestorage 2.75.0 → 2.76.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 (54) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +54 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  5. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  6. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  7. package/lib/request/change-outbound-connector-compartment-request.d.ts +1 -1
  8. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  9. package/lib/request/create-export-request.d.ts +1 -1
  10. package/lib/request/create-file-system-request.d.ts +1 -1
  11. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  12. package/lib/request/create-mount-target-request.d.ts +1 -1
  13. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  14. package/lib/request/create-replication-request.d.ts +1 -1
  15. package/lib/request/create-snapshot-request.d.ts +1 -1
  16. package/lib/request/delete-export-request.d.ts +1 -1
  17. package/lib/request/delete-file-system-request.d.ts +1 -1
  18. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  19. package/lib/request/delete-mount-target-request.d.ts +1 -1
  20. package/lib/request/delete-outbound-connector-request.d.ts +1 -1
  21. package/lib/request/delete-replication-request.d.ts +1 -1
  22. package/lib/request/delete-replication-target-request.d.ts +1 -1
  23. package/lib/request/delete-snapshot-request.d.ts +1 -1
  24. package/lib/request/estimate-replication-request.d.ts +1 -1
  25. package/lib/request/get-export-request.d.ts +1 -1
  26. package/lib/request/get-export-set-request.d.ts +1 -1
  27. package/lib/request/get-file-system-request.d.ts +1 -1
  28. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  29. package/lib/request/get-mount-target-request.d.ts +1 -1
  30. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  31. package/lib/request/get-replication-request.d.ts +1 -1
  32. package/lib/request/get-replication-target-request.d.ts +1 -1
  33. package/lib/request/get-snapshot-request.d.ts +1 -1
  34. package/lib/request/list-export-sets-request.d.ts +1 -1
  35. package/lib/request/list-exports-request.d.ts +1 -1
  36. package/lib/request/list-file-systems-request.d.ts +1 -1
  37. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  38. package/lib/request/list-mount-targets-request.d.ts +1 -1
  39. package/lib/request/list-outbound-connectors-request.d.ts +1 -1
  40. package/lib/request/list-replication-targets-request.d.ts +1 -1
  41. package/lib/request/list-replications-request.d.ts +1 -1
  42. package/lib/request/list-snapshots-request.d.ts +1 -1
  43. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  44. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  45. package/lib/request/update-export-request.d.ts +1 -1
  46. package/lib/request/update-export-set-request.d.ts +1 -1
  47. package/lib/request/update-file-system-request.d.ts +1 -1
  48. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  49. package/lib/request/update-mount-target-request.d.ts +1 -1
  50. package/lib/request/update-outbound-connector-request.d.ts +1 -1
  51. package/lib/request/update-replication-request.d.ts +1 -1
  52. package/lib/request/update-snapshot-request.d.ts +1 -1
  53. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -90,7 +90,7 @@ export declare class FileStorageClient {
90
90
  * @param ChangeFileSystemCompartmentRequest
91
91
  * @return ChangeFileSystemCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
94
94
  */
95
95
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
96
96
  /**
@@ -100,7 +100,7 @@ export declare class FileStorageClient {
100
100
  * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
101
101
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
104
104
  */
105
105
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
106
106
  /**
@@ -110,7 +110,7 @@ export declare class FileStorageClient {
110
110
  * @param ChangeMountTargetCompartmentRequest
111
111
  * @return ChangeMountTargetCompartmentResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
114
114
  */
115
115
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
116
116
  /**
@@ -122,7 +122,7 @@ export declare class FileStorageClient {
122
122
  * @param ChangeOutboundConnectorCompartmentRequest
123
123
  * @return ChangeOutboundConnectorCompartmentResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
126
126
  */
127
127
  changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest: requests.ChangeOutboundConnectorCompartmentRequest): Promise<responses.ChangeOutboundConnectorCompartmentResponse>;
128
128
  /**
@@ -133,7 +133,7 @@ export declare class FileStorageClient {
133
133
  * @param ChangeReplicationCompartmentRequest
134
134
  * @return ChangeReplicationCompartmentResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
137
137
  */
138
138
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
139
139
  /**
@@ -144,7 +144,7 @@ export declare class FileStorageClient {
144
144
  * @param CreateExportRequest
145
145
  * @return CreateExportResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
148
148
  */
149
149
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
150
150
  /**
@@ -182,7 +182,7 @@ export declare class FileStorageClient {
182
182
  * @param CreateFileSystemRequest
183
183
  * @return CreateFileSystemResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
186
186
  */
187
187
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
188
188
  /**
@@ -196,7 +196,7 @@ export declare class FileStorageClient {
196
196
  * @param CreateFilesystemSnapshotPolicyRequest
197
197
  * @return CreateFilesystemSnapshotPolicyResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
200
200
  */
201
201
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
202
202
  /**
@@ -237,7 +237,7 @@ export declare class FileStorageClient {
237
237
  * @param CreateMountTargetRequest
238
238
  * @return CreateMountTargetResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
241
241
  */
242
242
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
243
243
  /**
@@ -266,7 +266,7 @@ export declare class FileStorageClient {
266
266
  * @param CreateOutboundConnectorRequest
267
267
  * @return CreateOutboundConnectorResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
270
270
  */
271
271
  createOutboundConnector(createOutboundConnectorRequest: requests.CreateOutboundConnectorRequest): Promise<responses.CreateOutboundConnectorResponse>;
272
272
  /**
@@ -302,7 +302,7 @@ export declare class FileStorageClient {
302
302
  * @param CreateReplicationRequest
303
303
  * @return CreateReplicationResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
306
306
  */
307
307
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
308
308
  /**
@@ -313,7 +313,7 @@ export declare class FileStorageClient {
313
313
  * @param CreateSnapshotRequest
314
314
  * @return CreateSnapshotResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
317
317
  */
318
318
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
319
319
  /**
@@ -323,7 +323,7 @@ export declare class FileStorageClient {
323
323
  * @param DeleteExportRequest
324
324
  * @return DeleteExportResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
327
327
  */
328
328
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
329
329
  /**
@@ -335,7 +335,7 @@ export declare class FileStorageClient {
335
335
  * @param DeleteFileSystemRequest
336
336
  * @return DeleteFileSystemResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
339
339
  */
340
340
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
341
341
  /**
@@ -345,7 +345,7 @@ export declare class FileStorageClient {
345
345
  * @param DeleteFilesystemSnapshotPolicyRequest
346
346
  * @return DeleteFilesystemSnapshotPolicyResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
349
349
  */
350
350
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
351
351
  /**
@@ -356,7 +356,7 @@ export declare class FileStorageClient {
356
356
  * @param DeleteMountTargetRequest
357
357
  * @return DeleteMountTargetResponse
358
358
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
360
360
  */
361
361
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
362
362
  /**
@@ -366,7 +366,7 @@ export declare class FileStorageClient {
366
366
  * @param DeleteOutboundConnectorRequest
367
367
  * @return DeleteOutboundConnectorResponse
368
368
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
370
370
  */
371
371
  deleteOutboundConnector(deleteOutboundConnectorRequest: requests.DeleteOutboundConnectorRequest): Promise<responses.DeleteOutboundConnectorResponse>;
372
372
  /**
@@ -376,7 +376,7 @@ export declare class FileStorageClient {
376
376
  * @param DeleteReplicationRequest
377
377
  * @return DeleteReplicationResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
380
380
  */
381
381
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
382
382
  /**
@@ -389,7 +389,7 @@ export declare class FileStorageClient {
389
389
  * @param DeleteReplicationTargetRequest
390
390
  * @return DeleteReplicationTargetResponse
391
391
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
393
393
  */
394
394
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
395
395
  /**
@@ -399,7 +399,7 @@ export declare class FileStorageClient {
399
399
  * @param DeleteSnapshotRequest
400
400
  * @return DeleteSnapshotResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
403
403
  */
404
404
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
405
405
  /**
@@ -409,7 +409,7 @@ export declare class FileStorageClient {
409
409
  * @param EstimateReplicationRequest
410
410
  * @return EstimateReplicationResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
413
413
  */
414
414
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
415
415
  /**
@@ -418,7 +418,7 @@ export declare class FileStorageClient {
418
418
  * @param GetExportRequest
419
419
  * @return GetExportResponse
420
420
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
422
422
  */
423
423
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
424
424
  /**
@@ -427,7 +427,7 @@ export declare class FileStorageClient {
427
427
  * @param GetExportSetRequest
428
428
  * @return GetExportSetResponse
429
429
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
431
431
  */
432
432
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
433
433
  /**
@@ -436,7 +436,7 @@ export declare class FileStorageClient {
436
436
  * @param GetFileSystemRequest
437
437
  * @return GetFileSystemResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
440
440
  */
441
441
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
442
442
  /**
@@ -445,7 +445,7 @@ export declare class FileStorageClient {
445
445
  * @param GetFilesystemSnapshotPolicyRequest
446
446
  * @return GetFilesystemSnapshotPolicyResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
449
449
  */
450
450
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
451
451
  /**
@@ -454,7 +454,7 @@ export declare class FileStorageClient {
454
454
  * @param GetMountTargetRequest
455
455
  * @return GetMountTargetResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
458
458
  */
459
459
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
460
460
  /**
@@ -463,7 +463,7 @@ export declare class FileStorageClient {
463
463
  * @param GetOutboundConnectorRequest
464
464
  * @return GetOutboundConnectorResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
467
467
  */
468
468
  getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
469
469
  /**
@@ -472,7 +472,7 @@ export declare class FileStorageClient {
472
472
  * @param GetReplicationRequest
473
473
  * @return GetReplicationResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
476
476
  */
477
477
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
478
478
  /**
@@ -481,7 +481,7 @@ export declare class FileStorageClient {
481
481
  * @param GetReplicationTargetRequest
482
482
  * @return GetReplicationTargetResponse
483
483
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
485
485
  */
486
486
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
487
487
  /**
@@ -490,7 +490,7 @@ export declare class FileStorageClient {
490
490
  * @param GetSnapshotRequest
491
491
  * @return GetSnapshotResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
494
494
  */
495
495
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
496
496
  /**
@@ -500,7 +500,7 @@ export declare class FileStorageClient {
500
500
  * @param ListExportSetsRequest
501
501
  * @return ListExportSetsResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
504
504
  */
505
505
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
506
506
  /**
@@ -544,7 +544,7 @@ export declare class FileStorageClient {
544
544
  * @param ListExportsRequest
545
545
  * @return ListExportsResponse
546
546
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
548
548
  */
549
549
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
550
550
  /**
@@ -587,7 +587,7 @@ export declare class FileStorageClient {
587
587
  * @param ListFileSystemsRequest
588
588
  * @return ListFileSystemsResponse
589
589
  * @throws OciError when an error occurs
590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
591
591
  */
592
592
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
593
593
  /**
@@ -629,7 +629,7 @@ export declare class FileStorageClient {
629
629
  * @param ListFilesystemSnapshotPoliciesRequest
630
630
  * @return ListFilesystemSnapshotPoliciesResponse
631
631
  * @throws OciError when an error occurs
632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
633
633
  */
634
634
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
635
635
  /**
@@ -671,7 +671,7 @@ export declare class FileStorageClient {
671
671
  * @param ListMountTargetsRequest
672
672
  * @return ListMountTargetsResponse
673
673
  * @throws OciError when an error occurs
674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
675
675
  */
676
676
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
677
677
  /**
@@ -713,7 +713,7 @@ export declare class FileStorageClient {
713
713
  * @param ListOutboundConnectorsRequest
714
714
  * @return ListOutboundConnectorsResponse
715
715
  * @throws OciError when an error occurs
716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
717
717
  */
718
718
  listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
719
719
  /**
@@ -755,7 +755,7 @@ export declare class FileStorageClient {
755
755
  * @param ListReplicationTargetsRequest
756
756
  * @return ListReplicationTargetsResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
759
759
  */
760
760
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
761
761
  /**
@@ -797,7 +797,7 @@ export declare class FileStorageClient {
797
797
  * @param ListReplicationsRequest
798
798
  * @return ListReplicationsResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
801
801
  */
802
802
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
803
803
  /**
@@ -845,7 +845,7 @@ export declare class FileStorageClient {
845
845
  * @param ListSnapshotsRequest
846
846
  * @return ListSnapshotsResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
849
849
  */
850
850
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
851
851
  /**
@@ -892,7 +892,7 @@ export declare class FileStorageClient {
892
892
  * @param PauseFilesystemSnapshotPolicyRequest
893
893
  * @return PauseFilesystemSnapshotPolicyResponse
894
894
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
896
896
  */
897
897
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
898
898
  /**
@@ -906,7 +906,7 @@ export declare class FileStorageClient {
906
906
  * @param UnpauseFilesystemSnapshotPolicyRequest
907
907
  * @return UnpauseFilesystemSnapshotPolicyResponse
908
908
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
910
910
  */
911
911
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
912
912
  /**
@@ -915,7 +915,7 @@ export declare class FileStorageClient {
915
915
  * @param UpdateExportRequest
916
916
  * @return UpdateExportResponse
917
917
  * @throws OciError when an error occurs
918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
919
919
  */
920
920
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
921
921
  /**
@@ -924,7 +924,7 @@ export declare class FileStorageClient {
924
924
  * @param UpdateExportSetRequest
925
925
  * @return UpdateExportSetResponse
926
926
  * @throws OciError when an error occurs
927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
928
928
  */
929
929
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
930
930
  /**
@@ -935,7 +935,7 @@ export declare class FileStorageClient {
935
935
  * @param UpdateFileSystemRequest
936
936
  * @return UpdateFileSystemResponse
937
937
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
939
939
  */
940
940
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
941
941
  /**
@@ -944,7 +944,7 @@ export declare class FileStorageClient {
944
944
  * @param UpdateFilesystemSnapshotPolicyRequest
945
945
  * @return UpdateFilesystemSnapshotPolicyResponse
946
946
  * @throws OciError when an error occurs
947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
948
948
  */
949
949
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
950
950
  /**
@@ -953,7 +953,7 @@ export declare class FileStorageClient {
953
953
  * @param UpdateMountTargetRequest
954
954
  * @return UpdateMountTargetResponse
955
955
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
957
957
  */
958
958
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
959
959
  /**
@@ -962,7 +962,7 @@ export declare class FileStorageClient {
962
962
  * @param UpdateOutboundConnectorRequest
963
963
  * @return UpdateOutboundConnectorResponse
964
964
  * @throws OciError when an error occurs
965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
966
966
  */
967
967
  updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
968
968
  /**
@@ -972,7 +972,7 @@ export declare class FileStorageClient {
972
972
  * @param UpdateReplicationRequest
973
973
  * @return UpdateReplicationResponse
974
974
  * @throws OciError when an error occurs
975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
976
976
  */
977
977
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
978
978
  /**
@@ -981,7 +981,7 @@ export declare class FileStorageClient {
981
981
  * @param UpdateSnapshotRequest
982
982
  * @return UpdateSnapshotResponse
983
983
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
985
985
  */
986
986
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
987
987
  /**
@@ -993,7 +993,7 @@ export declare class FileStorageClient {
993
993
  * @param ValidateKeyTabsRequest
994
994
  * @return ValidateKeyTabsResponse
995
995
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
997
997
  */
998
998
  validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
999
999
  }