oci-filestorage 2.88.2 → 2.89.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 (92) hide show
  1. package/lib/client.d.ts +60 -50
  2. package/lib/client.js +109 -51
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-export-details.d.ts +7 -2
  5. package/lib/model/create-export-details.js.map +1 -1
  6. package/lib/model/create-file-system-details.d.ts +11 -0
  7. package/lib/model/create-file-system-details.js +5 -0
  8. package/lib/model/create-file-system-details.js.map +1 -1
  9. package/lib/model/file-system-summary.d.ts +15 -0
  10. package/lib/model/file-system-summary.js +12 -0
  11. package/lib/model/file-system-summary.js.map +1 -1
  12. package/lib/model/file-system.d.ts +19 -0
  13. package/lib/model/file-system.js +12 -0
  14. package/lib/model/file-system.js.map +1 -1
  15. package/lib/model/snapshot-schedule.d.ts +4 -1
  16. package/lib/model/snapshot-schedule.js.map +1 -1
  17. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  18. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  19. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  20. package/lib/request/change-outbound-connector-compartment-request.d.ts +1 -1
  21. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  22. package/lib/request/create-export-request.d.ts +1 -1
  23. package/lib/request/create-file-system-request.d.ts +1 -1
  24. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  25. package/lib/request/create-mount-target-request.d.ts +1 -1
  26. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  27. package/lib/request/create-replication-request.d.ts +1 -1
  28. package/lib/request/create-snapshot-request.d.ts +1 -1
  29. package/lib/request/delete-export-request.d.ts +1 -1
  30. package/lib/request/delete-file-system-request.d.ts +7 -1
  31. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  32. package/lib/request/delete-mount-target-request.d.ts +1 -1
  33. package/lib/request/delete-outbound-connector-request.d.ts +1 -1
  34. package/lib/request/delete-replication-request.d.ts +1 -1
  35. package/lib/request/delete-replication-target-request.d.ts +1 -1
  36. package/lib/request/delete-snapshot-request.d.ts +1 -1
  37. package/lib/request/detach-clone-request.d.ts +37 -0
  38. package/lib/request/detach-clone-request.js +15 -0
  39. package/lib/request/detach-clone-request.js.map +1 -0
  40. package/lib/request/estimate-replication-request.d.ts +1 -1
  41. package/lib/request/get-export-request.d.ts +1 -1
  42. package/lib/request/get-export-set-request.d.ts +1 -1
  43. package/lib/request/get-file-system-request.d.ts +1 -1
  44. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  45. package/lib/request/get-mount-target-request.d.ts +1 -1
  46. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  47. package/lib/request/get-replication-request.d.ts +1 -1
  48. package/lib/request/get-replication-target-request.d.ts +1 -1
  49. package/lib/request/get-snapshot-request.d.ts +1 -1
  50. package/lib/request/index.d.ts +2 -0
  51. package/lib/request/index.js.map +1 -1
  52. package/lib/request/list-export-sets-request.d.ts +2 -1
  53. package/lib/request/list-export-sets-request.js +1 -0
  54. package/lib/request/list-export-sets-request.js.map +1 -1
  55. package/lib/request/list-exports-request.d.ts +2 -1
  56. package/lib/request/list-exports-request.js +1 -0
  57. package/lib/request/list-exports-request.js.map +1 -1
  58. package/lib/request/list-file-systems-request.d.ts +2 -1
  59. package/lib/request/list-file-systems-request.js +1 -0
  60. package/lib/request/list-file-systems-request.js.map +1 -1
  61. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  62. package/lib/request/list-mount-targets-request.d.ts +2 -1
  63. package/lib/request/list-mount-targets-request.js +1 -0
  64. package/lib/request/list-mount-targets-request.js.map +1 -1
  65. package/lib/request/list-outbound-connectors-request.d.ts +2 -1
  66. package/lib/request/list-outbound-connectors-request.js +1 -0
  67. package/lib/request/list-outbound-connectors-request.js.map +1 -1
  68. package/lib/request/list-replication-targets-request.d.ts +2 -1
  69. package/lib/request/list-replication-targets-request.js +1 -0
  70. package/lib/request/list-replication-targets-request.js.map +1 -1
  71. package/lib/request/list-replications-request.d.ts +2 -1
  72. package/lib/request/list-replications-request.js +1 -0
  73. package/lib/request/list-replications-request.js.map +1 -1
  74. package/lib/request/list-snapshots-request.d.ts +2 -1
  75. package/lib/request/list-snapshots-request.js +1 -0
  76. package/lib/request/list-snapshots-request.js.map +1 -1
  77. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  78. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  79. package/lib/request/update-export-request.d.ts +1 -1
  80. package/lib/request/update-export-set-request.d.ts +1 -1
  81. package/lib/request/update-file-system-request.d.ts +1 -1
  82. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  83. package/lib/request/update-mount-target-request.d.ts +1 -1
  84. package/lib/request/update-outbound-connector-request.d.ts +1 -1
  85. package/lib/request/update-replication-request.d.ts +1 -1
  86. package/lib/request/update-snapshot-request.d.ts +1 -1
  87. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  88. package/lib/response/detach-clone-response.d.ts +21 -0
  89. package/lib/response/detach-clone-response.js +15 -0
  90. package/lib/response/detach-clone-response.js.map +1 -0
  91. package/lib/response/index.d.ts +2 -0
  92. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -206,7 +206,7 @@ class FileStorageClient {
206
206
  * @param ChangeFileSystemCompartmentRequest
207
207
  * @return ChangeFileSystemCompartmentResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
210
210
  */
211
211
  changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
212
212
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,7 +263,7 @@ class FileStorageClient {
263
263
  * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
264
264
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
267
267
  */
268
268
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
269
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -320,7 +320,7 @@ class FileStorageClient {
320
320
  * @param ChangeMountTargetCompartmentRequest
321
321
  * @return ChangeMountTargetCompartmentResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
324
324
  */
325
325
  changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
326
326
  return __awaiter(this, void 0, void 0, function* () {
@@ -379,7 +379,7 @@ class FileStorageClient {
379
379
  * @param ChangeOutboundConnectorCompartmentRequest
380
380
  * @return ChangeOutboundConnectorCompartmentResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
383
383
  */
384
384
  changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
385
385
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +437,7 @@ class FileStorageClient {
437
437
  * @param ChangeReplicationCompartmentRequest
438
438
  * @return ChangeReplicationCompartmentResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
441
441
  */
442
442
  changeReplicationCompartment(changeReplicationCompartmentRequest) {
443
443
  return __awaiter(this, void 0, void 0, function* () {
@@ -495,7 +495,7 @@ class FileStorageClient {
495
495
  * @param CreateExportRequest
496
496
  * @return CreateExportResponse
497
497
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
499
499
  */
500
500
  createExport(createExportRequest) {
501
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -587,7 +587,7 @@ class FileStorageClient {
587
587
  * @param CreateFileSystemRequest
588
588
  * @return CreateFileSystemResponse
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.88.2/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
591
591
  */
592
592
  createFileSystem(createFileSystemRequest) {
593
593
  return __awaiter(this, void 0, void 0, function* () {
@@ -655,7 +655,7 @@ class FileStorageClient {
655
655
  * @param CreateFilesystemSnapshotPolicyRequest
656
656
  * @return CreateFilesystemSnapshotPolicyResponse
657
657
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
659
659
  */
660
660
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
661
661
  return __awaiter(this, void 0, void 0, function* () {
@@ -750,7 +750,7 @@ class FileStorageClient {
750
750
  * @param CreateMountTargetRequest
751
751
  * @return CreateMountTargetResponse
752
752
  * @throws OciError when an error occurs
753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
754
754
  */
755
755
  createMountTarget(createMountTargetRequest) {
756
756
  return __awaiter(this, void 0, void 0, function* () {
@@ -833,7 +833,7 @@ class FileStorageClient {
833
833
  * @param CreateOutboundConnectorRequest
834
834
  * @return CreateOutboundConnectorResponse
835
835
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
837
837
  */
838
838
  createOutboundConnector(createOutboundConnectorRequest) {
839
839
  return __awaiter(this, void 0, void 0, function* () {
@@ -923,7 +923,7 @@ class FileStorageClient {
923
923
  * @param CreateReplicationRequest
924
924
  * @return CreateReplicationResponse
925
925
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
927
927
  */
928
928
  createReplication(createReplicationRequest) {
929
929
  return __awaiter(this, void 0, void 0, function* () {
@@ -988,7 +988,7 @@ class FileStorageClient {
988
988
  * @param CreateSnapshotRequest
989
989
  * @return CreateSnapshotResponse
990
990
  * @throws OciError when an error occurs
991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
992
992
  */
993
993
  createSnapshot(createSnapshotRequest) {
994
994
  return __awaiter(this, void 0, void 0, function* () {
@@ -1052,7 +1052,7 @@ class FileStorageClient {
1052
1052
  * @param DeleteExportRequest
1053
1053
  * @return DeleteExportResponse
1054
1054
  * @throws OciError when an error occurs
1055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
1055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
1056
1056
  */
1057
1057
  deleteExport(deleteExportRequest) {
1058
1058
  return __awaiter(this, void 0, void 0, function* () {
@@ -1110,7 +1110,7 @@ class FileStorageClient {
1110
1110
  * @param DeleteFileSystemRequest
1111
1111
  * @return DeleteFileSystemResponse
1112
1112
  * @throws OciError when an error occurs
1113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
1113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
1114
1114
  */
1115
1115
  deleteFileSystem(deleteFileSystemRequest) {
1116
1116
  return __awaiter(this, void 0, void 0, function* () {
@@ -1121,7 +1121,9 @@ class FileStorageClient {
1121
1121
  const pathParams = {
1122
1122
  "{fileSystemId}": deleteFileSystemRequest.fileSystemId
1123
1123
  };
1124
- const queryParams = {};
1124
+ const queryParams = {
1125
+ "canDetachChildFileSystem": deleteFileSystemRequest.canDetachChildFileSystem
1126
+ };
1125
1127
  let headerParams = {
1126
1128
  "Content-Type": common.Constants.APPLICATION_JSON,
1127
1129
  "if-match": deleteFileSystemRequest.ifMatch,
@@ -1166,7 +1168,7 @@ class FileStorageClient {
1166
1168
  * @param DeleteFilesystemSnapshotPolicyRequest
1167
1169
  * @return DeleteFilesystemSnapshotPolicyResponse
1168
1170
  * @throws OciError when an error occurs
1169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
1171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
1170
1172
  */
1171
1173
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
1172
1174
  return __awaiter(this, void 0, void 0, function* () {
@@ -1223,7 +1225,7 @@ class FileStorageClient {
1223
1225
  * @param DeleteMountTargetRequest
1224
1226
  * @return DeleteMountTargetResponse
1225
1227
  * @throws OciError when an error occurs
1226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
1227
1229
  */
1228
1230
  deleteMountTarget(deleteMountTargetRequest) {
1229
1231
  return __awaiter(this, void 0, void 0, function* () {
@@ -1279,7 +1281,7 @@ class FileStorageClient {
1279
1281
  * @param DeleteOutboundConnectorRequest
1280
1282
  * @return DeleteOutboundConnectorResponse
1281
1283
  * @throws OciError when an error occurs
1282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
1284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
1283
1285
  */
1284
1286
  deleteOutboundConnector(deleteOutboundConnectorRequest) {
1285
1287
  return __awaiter(this, void 0, void 0, function* () {
@@ -1335,7 +1337,7 @@ class FileStorageClient {
1335
1337
  * @param DeleteReplicationRequest
1336
1338
  * @return DeleteReplicationResponse
1337
1339
  * @throws OciError when an error occurs
1338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
1340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
1339
1341
  */
1340
1342
  deleteReplication(deleteReplicationRequest) {
1341
1343
  return __awaiter(this, void 0, void 0, function* () {
@@ -1396,7 +1398,7 @@ class FileStorageClient {
1396
1398
  * @param DeleteReplicationTargetRequest
1397
1399
  * @return DeleteReplicationTargetResponse
1398
1400
  * @throws OciError when an error occurs
1399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
1401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
1400
1402
  */
1401
1403
  deleteReplicationTarget(deleteReplicationTargetRequest) {
1402
1404
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1454,7 @@ class FileStorageClient {
1452
1454
  * @param DeleteSnapshotRequest
1453
1455
  * @return DeleteSnapshotResponse
1454
1456
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1456
1458
  */
1457
1459
  deleteSnapshot(deleteSnapshotRequest) {
1458
1460
  return __awaiter(this, void 0, void 0, function* () {
@@ -1501,6 +1503,62 @@ class FileStorageClient {
1501
1503
  }
1502
1504
  });
1503
1505
  }
1506
+ /**
1507
+ * Detaches the file system from its parent file system
1508
+ *
1509
+ * This operation does not retry by default if the user has not defined a retry configuration.
1510
+ * @param DetachCloneRequest
1511
+ * @return DetachCloneResponse
1512
+ * @throws OciError when an error occurs
1513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DetachClone.ts.html |here} to see how to use DetachClone API.
1514
+ */
1515
+ detachClone(detachCloneRequest) {
1516
+ return __awaiter(this, void 0, void 0, function* () {
1517
+ if (this.logger)
1518
+ this.logger.debug("Calling operation FileStorageClient#detachClone.");
1519
+ const operationName = "detachClone";
1520
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/filestorage/20171215/FileSystem/DetachClone";
1521
+ const pathParams = {
1522
+ "{fileSystemId}": detachCloneRequest.fileSystemId
1523
+ };
1524
+ const queryParams = {};
1525
+ let headerParams = {
1526
+ "Content-Type": common.Constants.APPLICATION_JSON,
1527
+ "if-match": detachCloneRequest.ifMatch,
1528
+ "opc-request-id": detachCloneRequest.opcRequestId
1529
+ };
1530
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1531
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, detachCloneRequest.retryConfiguration, specRetryConfiguration);
1532
+ if (this.logger)
1533
+ retrier.logger = this.logger;
1534
+ const request = yield oci_common_2.composeRequest({
1535
+ baseEndpoint: this._endpoint,
1536
+ defaultHeaders: this._defaultHeaders,
1537
+ path: "/fileSystems/{fileSystemId}/actions/detachClone",
1538
+ method: "POST",
1539
+ pathParams: pathParams,
1540
+ headerParams: headerParams,
1541
+ queryParams: queryParams
1542
+ });
1543
+ try {
1544
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1545
+ const sdkResponse = oci_common_2.composeResponse({
1546
+ responseObject: {},
1547
+ responseHeaders: [
1548
+ {
1549
+ value: response.headers.get("opc-request-id"),
1550
+ key: "opcRequestId",
1551
+ dataType: "string"
1552
+ }
1553
+ ]
1554
+ });
1555
+ return sdkResponse;
1556
+ }
1557
+ catch (err) {
1558
+ throw err;
1559
+ }
1560
+ });
1561
+ }
1504
1562
  /**
1505
1563
  * Provides estimates for replication created using specific file system.
1506
1564
  *
@@ -1508,7 +1566,7 @@ class FileStorageClient {
1508
1566
  * @param EstimateReplicationRequest
1509
1567
  * @return EstimateReplicationResponse
1510
1568
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1512
1570
  */
1513
1571
  estimateReplication(estimateReplicationRequest) {
1514
1572
  return __awaiter(this, void 0, void 0, function* () {
@@ -1574,7 +1632,7 @@ class FileStorageClient {
1574
1632
  * @param GetExportRequest
1575
1633
  * @return GetExportResponse
1576
1634
  * @throws OciError when an error occurs
1577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1578
1636
  */
1579
1637
  getExport(getExportRequest) {
1580
1638
  return __awaiter(this, void 0, void 0, function* () {
@@ -1637,7 +1695,7 @@ class FileStorageClient {
1637
1695
  * @param GetExportSetRequest
1638
1696
  * @return GetExportSetResponse
1639
1697
  * @throws OciError when an error occurs
1640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1641
1699
  */
1642
1700
  getExportSet(getExportSetRequest) {
1643
1701
  return __awaiter(this, void 0, void 0, function* () {
@@ -1700,7 +1758,7 @@ class FileStorageClient {
1700
1758
  * @param GetFileSystemRequest
1701
1759
  * @return GetFileSystemResponse
1702
1760
  * @throws OciError when an error occurs
1703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1704
1762
  */
1705
1763
  getFileSystem(getFileSystemRequest) {
1706
1764
  return __awaiter(this, void 0, void 0, function* () {
@@ -1763,7 +1821,7 @@ class FileStorageClient {
1763
1821
  * @param GetFilesystemSnapshotPolicyRequest
1764
1822
  * @return GetFilesystemSnapshotPolicyResponse
1765
1823
  * @throws OciError when an error occurs
1766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
1824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
1767
1825
  */
1768
1826
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
1769
1827
  return __awaiter(this, void 0, void 0, function* () {
@@ -1826,7 +1884,7 @@ class FileStorageClient {
1826
1884
  * @param GetMountTargetRequest
1827
1885
  * @return GetMountTargetResponse
1828
1886
  * @throws OciError when an error occurs
1829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1830
1888
  */
1831
1889
  getMountTarget(getMountTargetRequest) {
1832
1890
  return __awaiter(this, void 0, void 0, function* () {
@@ -1889,7 +1947,7 @@ class FileStorageClient {
1889
1947
  * @param GetOutboundConnectorRequest
1890
1948
  * @return GetOutboundConnectorResponse
1891
1949
  * @throws OciError when an error occurs
1892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
1950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
1893
1951
  */
1894
1952
  getOutboundConnector(getOutboundConnectorRequest) {
1895
1953
  return __awaiter(this, void 0, void 0, function* () {
@@ -1952,7 +2010,7 @@ class FileStorageClient {
1952
2010
  * @param GetReplicationRequest
1953
2011
  * @return GetReplicationResponse
1954
2012
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
2013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1956
2014
  */
1957
2015
  getReplication(getReplicationRequest) {
1958
2016
  return __awaiter(this, void 0, void 0, function* () {
@@ -2015,7 +2073,7 @@ class FileStorageClient {
2015
2073
  * @param GetReplicationTargetRequest
2016
2074
  * @return GetReplicationTargetResponse
2017
2075
  * @throws OciError when an error occurs
2018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
2076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
2019
2077
  */
2020
2078
  getReplicationTarget(getReplicationTargetRequest) {
2021
2079
  return __awaiter(this, void 0, void 0, function* () {
@@ -2078,7 +2136,7 @@ class FileStorageClient {
2078
2136
  * @param GetSnapshotRequest
2079
2137
  * @return GetSnapshotResponse
2080
2138
  * @throws OciError when an error occurs
2081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
2139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
2082
2140
  */
2083
2141
  getSnapshot(getSnapshotRequest) {
2084
2142
  return __awaiter(this, void 0, void 0, function* () {
@@ -2142,7 +2200,7 @@ class FileStorageClient {
2142
2200
  * @param ListExportSetsRequest
2143
2201
  * @return ListExportSetsResponse
2144
2202
  * @throws OciError when an error occurs
2145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
2203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
2146
2204
  */
2147
2205
  listExportSets(listExportSetsRequest) {
2148
2206
  return __awaiter(this, void 0, void 0, function* () {
@@ -2256,7 +2314,7 @@ class FileStorageClient {
2256
2314
  * @param ListExportsRequest
2257
2315
  * @return ListExportsResponse
2258
2316
  * @throws OciError when an error occurs
2259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
2317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
2260
2318
  */
2261
2319
  listExports(listExportsRequest) {
2262
2320
  return __awaiter(this, void 0, void 0, function* () {
@@ -2369,7 +2427,7 @@ class FileStorageClient {
2369
2427
  * @param ListFileSystemsRequest
2370
2428
  * @return ListFileSystemsResponse
2371
2429
  * @throws OciError when an error occurs
2372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
2430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
2373
2431
  */
2374
2432
  listFileSystems(listFileSystemsRequest) {
2375
2433
  return __awaiter(this, void 0, void 0, function* () {
@@ -2484,7 +2542,7 @@ class FileStorageClient {
2484
2542
  * @param ListFilesystemSnapshotPoliciesRequest
2485
2543
  * @return ListFilesystemSnapshotPoliciesResponse
2486
2544
  * @throws OciError when an error occurs
2487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
2545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
2488
2546
  */
2489
2547
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
2490
2548
  return __awaiter(this, void 0, void 0, function* () {
@@ -2596,7 +2654,7 @@ class FileStorageClient {
2596
2654
  * @param ListMountTargetsRequest
2597
2655
  * @return ListMountTargetsResponse
2598
2656
  * @throws OciError when an error occurs
2599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
2657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
2600
2658
  */
2601
2659
  listMountTargets(listMountTargetsRequest) {
2602
2660
  return __awaiter(this, void 0, void 0, function* () {
@@ -2709,7 +2767,7 @@ class FileStorageClient {
2709
2767
  * @param ListOutboundConnectorsRequest
2710
2768
  * @return ListOutboundConnectorsResponse
2711
2769
  * @throws OciError when an error occurs
2712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
2770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
2713
2771
  */
2714
2772
  listOutboundConnectors(listOutboundConnectorsRequest) {
2715
2773
  return __awaiter(this, void 0, void 0, function* () {
@@ -2821,7 +2879,7 @@ class FileStorageClient {
2821
2879
  * @param ListReplicationTargetsRequest
2822
2880
  * @return ListReplicationTargetsResponse
2823
2881
  * @throws OciError when an error occurs
2824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2825
2883
  */
2826
2884
  listReplicationTargets(listReplicationTargetsRequest) {
2827
2885
  return __awaiter(this, void 0, void 0, function* () {
@@ -2933,7 +2991,7 @@ class FileStorageClient {
2933
2991
  * @param ListReplicationsRequest
2934
2992
  * @return ListReplicationsResponse
2935
2993
  * @throws OciError when an error occurs
2936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2937
2995
  */
2938
2996
  listReplications(listReplicationsRequest) {
2939
2997
  return __awaiter(this, void 0, void 0, function* () {
@@ -3052,7 +3110,7 @@ class FileStorageClient {
3052
3110
  * @param ListSnapshotsRequest
3053
3111
  * @return ListSnapshotsResponse
3054
3112
  * @throws OciError when an error occurs
3055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
3113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
3056
3114
  */
3057
3115
  listSnapshots(listSnapshotsRequest) {
3058
3116
  return __awaiter(this, void 0, void 0, function* () {
@@ -3168,7 +3226,7 @@ class FileStorageClient {
3168
3226
  * @param PauseFilesystemSnapshotPolicyRequest
3169
3227
  * @return PauseFilesystemSnapshotPolicyResponse
3170
3228
  * @throws OciError when an error occurs
3171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
3229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
3172
3230
  */
3173
3231
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
3174
3232
  return __awaiter(this, void 0, void 0, function* () {
@@ -3237,7 +3295,7 @@ class FileStorageClient {
3237
3295
  * @param UnpauseFilesystemSnapshotPolicyRequest
3238
3296
  * @return UnpauseFilesystemSnapshotPolicyResponse
3239
3297
  * @throws OciError when an error occurs
3240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
3298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
3241
3299
  */
3242
3300
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
3243
3301
  return __awaiter(this, void 0, void 0, function* () {
@@ -3301,7 +3359,7 @@ class FileStorageClient {
3301
3359
  * @param UpdateExportRequest
3302
3360
  * @return UpdateExportResponse
3303
3361
  * @throws OciError when an error occurs
3304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
3362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
3305
3363
  */
3306
3364
  updateExport(updateExportRequest) {
3307
3365
  return __awaiter(this, void 0, void 0, function* () {
@@ -3366,7 +3424,7 @@ class FileStorageClient {
3366
3424
  * @param UpdateExportSetRequest
3367
3425
  * @return UpdateExportSetResponse
3368
3426
  * @throws OciError when an error occurs
3369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
3427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
3370
3428
  */
3371
3429
  updateExportSet(updateExportSetRequest) {
3372
3430
  return __awaiter(this, void 0, void 0, function* () {
@@ -3433,7 +3491,7 @@ class FileStorageClient {
3433
3491
  * @param UpdateFileSystemRequest
3434
3492
  * @return UpdateFileSystemResponse
3435
3493
  * @throws OciError when an error occurs
3436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
3494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
3437
3495
  */
3438
3496
  updateFileSystem(updateFileSystemRequest) {
3439
3497
  return __awaiter(this, void 0, void 0, function* () {
@@ -3498,7 +3556,7 @@ class FileStorageClient {
3498
3556
  * @param UpdateFilesystemSnapshotPolicyRequest
3499
3557
  * @return UpdateFilesystemSnapshotPolicyResponse
3500
3558
  * @throws OciError when an error occurs
3501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
3559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
3502
3560
  */
3503
3561
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
3504
3562
  return __awaiter(this, void 0, void 0, function* () {
@@ -3563,7 +3621,7 @@ class FileStorageClient {
3563
3621
  * @param UpdateMountTargetRequest
3564
3622
  * @return UpdateMountTargetResponse
3565
3623
  * @throws OciError when an error occurs
3566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
3624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
3567
3625
  */
3568
3626
  updateMountTarget(updateMountTargetRequest) {
3569
3627
  return __awaiter(this, void 0, void 0, function* () {
@@ -3628,7 +3686,7 @@ class FileStorageClient {
3628
3686
  * @param UpdateOutboundConnectorRequest
3629
3687
  * @return UpdateOutboundConnectorResponse
3630
3688
  * @throws OciError when an error occurs
3631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
3689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
3632
3690
  */
3633
3691
  updateOutboundConnector(updateOutboundConnectorRequest) {
3634
3692
  return __awaiter(this, void 0, void 0, function* () {
@@ -3694,7 +3752,7 @@ class FileStorageClient {
3694
3752
  * @param UpdateReplicationRequest
3695
3753
  * @return UpdateReplicationResponse
3696
3754
  * @throws OciError when an error occurs
3697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
3755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
3698
3756
  */
3699
3757
  updateReplication(updateReplicationRequest) {
3700
3758
  return __awaiter(this, void 0, void 0, function* () {
@@ -3759,7 +3817,7 @@ class FileStorageClient {
3759
3817
  * @param UpdateSnapshotRequest
3760
3818
  * @return UpdateSnapshotResponse
3761
3819
  * @throws OciError when an error occurs
3762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
3820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
3763
3821
  */
3764
3822
  updateSnapshot(updateSnapshotRequest) {
3765
3823
  return __awaiter(this, void 0, void 0, function* () {
@@ -3827,7 +3885,7 @@ class FileStorageClient {
3827
3885
  * @param ValidateKeyTabsRequest
3828
3886
  * @return ValidateKeyTabsResponse
3829
3887
  * @throws OciError when an error occurs
3830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
3888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
3831
3889
  */
3832
3890
  validateKeyTabs(validateKeyTabsRequest) {
3833
3891
  return __awaiter(this, void 0, void 0, function* () {