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