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