oci-filestorage 2.62.0 → 2.62.2

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 (46) hide show
  1. package/lib/client.d.ts +43 -43
  2. package/lib/client.js +43 -43
  3. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  4. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  5. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  6. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  7. package/lib/request/create-export-request.d.ts +1 -1
  8. package/lib/request/create-file-system-request.d.ts +1 -1
  9. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  10. package/lib/request/create-mount-target-request.d.ts +1 -1
  11. package/lib/request/create-replication-request.d.ts +1 -1
  12. package/lib/request/create-snapshot-request.d.ts +1 -1
  13. package/lib/request/delete-export-request.d.ts +1 -1
  14. package/lib/request/delete-file-system-request.d.ts +1 -1
  15. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  16. package/lib/request/delete-mount-target-request.d.ts +1 -1
  17. package/lib/request/delete-replication-request.d.ts +1 -1
  18. package/lib/request/delete-replication-target-request.d.ts +1 -1
  19. package/lib/request/delete-snapshot-request.d.ts +1 -1
  20. package/lib/request/estimate-replication-request.d.ts +1 -1
  21. package/lib/request/get-export-request.d.ts +1 -1
  22. package/lib/request/get-export-set-request.d.ts +1 -1
  23. package/lib/request/get-file-system-request.d.ts +1 -1
  24. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  25. package/lib/request/get-mount-target-request.d.ts +1 -1
  26. package/lib/request/get-replication-request.d.ts +1 -1
  27. package/lib/request/get-replication-target-request.d.ts +1 -1
  28. package/lib/request/get-snapshot-request.d.ts +1 -1
  29. package/lib/request/list-export-sets-request.d.ts +1 -1
  30. package/lib/request/list-exports-request.d.ts +1 -1
  31. package/lib/request/list-file-systems-request.d.ts +1 -1
  32. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  33. package/lib/request/list-mount-targets-request.d.ts +1 -1
  34. package/lib/request/list-replication-targets-request.d.ts +1 -1
  35. package/lib/request/list-replications-request.d.ts +1 -1
  36. package/lib/request/list-snapshots-request.d.ts +1 -1
  37. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  38. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  39. package/lib/request/update-export-request.d.ts +1 -1
  40. package/lib/request/update-export-set-request.d.ts +1 -1
  41. package/lib/request/update-file-system-request.d.ts +1 -1
  42. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  43. package/lib/request/update-mount-target-request.d.ts +1 -1
  44. package/lib/request/update-replication-request.d.ts +1 -1
  45. package/lib/request/update-snapshot-request.d.ts +1 -1
  46. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class FileStorageClient {
183
183
  * @param ChangeFileSystemCompartmentRequest
184
184
  * @return ChangeFileSystemCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
187
187
  */
188
188
  changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -240,7 +240,7 @@ class FileStorageClient {
240
240
  * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
241
241
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
244
244
  */
245
245
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
246
246
  return __awaiter(this, void 0, void 0, function* () {
@@ -297,7 +297,7 @@ class FileStorageClient {
297
297
  * @param ChangeMountTargetCompartmentRequest
298
298
  * @return ChangeMountTargetCompartmentResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
301
301
  */
302
302
  changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
303
303
  return __awaiter(this, void 0, void 0, function* () {
@@ -355,7 +355,7 @@ class FileStorageClient {
355
355
  * @param ChangeReplicationCompartmentRequest
356
356
  * @return ChangeReplicationCompartmentResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
359
359
  */
360
360
  changeReplicationCompartment(changeReplicationCompartmentRequest) {
361
361
  return __awaiter(this, void 0, void 0, function* () {
@@ -413,7 +413,7 @@ class FileStorageClient {
413
413
  * @param CreateExportRequest
414
414
  * @return CreateExportResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
417
417
  */
418
418
  createExport(createExportRequest) {
419
419
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +505,7 @@ class FileStorageClient {
505
505
  * @param CreateFileSystemRequest
506
506
  * @return CreateFileSystemResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
509
509
  */
510
510
  createFileSystem(createFileSystemRequest) {
511
511
  return __awaiter(this, void 0, void 0, function* () {
@@ -573,7 +573,7 @@ class FileStorageClient {
573
573
  * @param CreateFilesystemSnapshotPolicyRequest
574
574
  * @return CreateFilesystemSnapshotPolicyResponse
575
575
  * @throws OciError when an error occurs
576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
577
577
  */
578
578
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
579
579
  return __awaiter(this, void 0, void 0, function* () {
@@ -668,7 +668,7 @@ class FileStorageClient {
668
668
  * @param CreateMountTargetRequest
669
669
  * @return CreateMountTargetResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
672
672
  */
673
673
  createMountTarget(createMountTargetRequest) {
674
674
  return __awaiter(this, void 0, void 0, function* () {
@@ -758,7 +758,7 @@ class FileStorageClient {
758
758
  * @param CreateReplicationRequest
759
759
  * @return CreateReplicationResponse
760
760
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
762
762
  */
763
763
  createReplication(createReplicationRequest) {
764
764
  return __awaiter(this, void 0, void 0, function* () {
@@ -823,7 +823,7 @@ class FileStorageClient {
823
823
  * @param CreateSnapshotRequest
824
824
  * @return CreateSnapshotResponse
825
825
  * @throws OciError when an error occurs
826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
826
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
827
827
  */
828
828
  createSnapshot(createSnapshotRequest) {
829
829
  return __awaiter(this, void 0, void 0, function* () {
@@ -887,7 +887,7 @@ class FileStorageClient {
887
887
  * @param DeleteExportRequest
888
888
  * @return DeleteExportResponse
889
889
  * @throws OciError when an error occurs
890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
891
891
  */
892
892
  deleteExport(deleteExportRequest) {
893
893
  return __awaiter(this, void 0, void 0, function* () {
@@ -945,7 +945,7 @@ class FileStorageClient {
945
945
  * @param DeleteFileSystemRequest
946
946
  * @return DeleteFileSystemResponse
947
947
  * @throws OciError when an error occurs
948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
949
949
  */
950
950
  deleteFileSystem(deleteFileSystemRequest) {
951
951
  return __awaiter(this, void 0, void 0, function* () {
@@ -1001,7 +1001,7 @@ class FileStorageClient {
1001
1001
  * @param DeleteFilesystemSnapshotPolicyRequest
1002
1002
  * @return DeleteFilesystemSnapshotPolicyResponse
1003
1003
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
1005
1005
  */
1006
1006
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
1007
1007
  return __awaiter(this, void 0, void 0, function* () {
@@ -1058,7 +1058,7 @@ class FileStorageClient {
1058
1058
  * @param DeleteMountTargetRequest
1059
1059
  * @return DeleteMountTargetResponse
1060
1060
  * @throws OciError when an error occurs
1061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
1061
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
1062
1062
  */
1063
1063
  deleteMountTarget(deleteMountTargetRequest) {
1064
1064
  return __awaiter(this, void 0, void 0, function* () {
@@ -1114,7 +1114,7 @@ class FileStorageClient {
1114
1114
  * @param DeleteReplicationRequest
1115
1115
  * @return DeleteReplicationResponse
1116
1116
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
1117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
1118
1118
  */
1119
1119
  deleteReplication(deleteReplicationRequest) {
1120
1120
  return __awaiter(this, void 0, void 0, function* () {
@@ -1175,7 +1175,7 @@ class FileStorageClient {
1175
1175
  * @param DeleteReplicationTargetRequest
1176
1176
  * @return DeleteReplicationTargetResponse
1177
1177
  * @throws OciError when an error occurs
1178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
1178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
1179
1179
  */
1180
1180
  deleteReplicationTarget(deleteReplicationTargetRequest) {
1181
1181
  return __awaiter(this, void 0, void 0, function* () {
@@ -1231,7 +1231,7 @@ class FileStorageClient {
1231
1231
  * @param DeleteSnapshotRequest
1232
1232
  * @return DeleteSnapshotResponse
1233
1233
  * @throws OciError when an error occurs
1234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1235
1235
  */
1236
1236
  deleteSnapshot(deleteSnapshotRequest) {
1237
1237
  return __awaiter(this, void 0, void 0, function* () {
@@ -1287,7 +1287,7 @@ class FileStorageClient {
1287
1287
  * @param EstimateReplicationRequest
1288
1288
  * @return EstimateReplicationResponse
1289
1289
  * @throws OciError when an error occurs
1290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1291
1291
  */
1292
1292
  estimateReplication(estimateReplicationRequest) {
1293
1293
  return __awaiter(this, void 0, void 0, function* () {
@@ -1353,7 +1353,7 @@ class FileStorageClient {
1353
1353
  * @param GetExportRequest
1354
1354
  * @return GetExportResponse
1355
1355
  * @throws OciError when an error occurs
1356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1357
1357
  */
1358
1358
  getExport(getExportRequest) {
1359
1359
  return __awaiter(this, void 0, void 0, function* () {
@@ -1416,7 +1416,7 @@ class FileStorageClient {
1416
1416
  * @param GetExportSetRequest
1417
1417
  * @return GetExportSetResponse
1418
1418
  * @throws OciError when an error occurs
1419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1420
1420
  */
1421
1421
  getExportSet(getExportSetRequest) {
1422
1422
  return __awaiter(this, void 0, void 0, function* () {
@@ -1479,7 +1479,7 @@ class FileStorageClient {
1479
1479
  * @param GetFileSystemRequest
1480
1480
  * @return GetFileSystemResponse
1481
1481
  * @throws OciError when an error occurs
1482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1483
1483
  */
1484
1484
  getFileSystem(getFileSystemRequest) {
1485
1485
  return __awaiter(this, void 0, void 0, function* () {
@@ -1542,7 +1542,7 @@ class FileStorageClient {
1542
1542
  * @param GetFilesystemSnapshotPolicyRequest
1543
1543
  * @return GetFilesystemSnapshotPolicyResponse
1544
1544
  * @throws OciError when an error occurs
1545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
1545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
1546
1546
  */
1547
1547
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
1548
1548
  return __awaiter(this, void 0, void 0, function* () {
@@ -1605,7 +1605,7 @@ class FileStorageClient {
1605
1605
  * @param GetMountTargetRequest
1606
1606
  * @return GetMountTargetResponse
1607
1607
  * @throws OciError when an error occurs
1608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1609
1609
  */
1610
1610
  getMountTarget(getMountTargetRequest) {
1611
1611
  return __awaiter(this, void 0, void 0, function* () {
@@ -1668,7 +1668,7 @@ class FileStorageClient {
1668
1668
  * @param GetReplicationRequest
1669
1669
  * @return GetReplicationResponse
1670
1670
  * @throws OciError when an error occurs
1671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1672
1672
  */
1673
1673
  getReplication(getReplicationRequest) {
1674
1674
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class FileStorageClient {
1731
1731
  * @param GetReplicationTargetRequest
1732
1732
  * @return GetReplicationTargetResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
1735
1735
  */
1736
1736
  getReplicationTarget(getReplicationTargetRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1794,7 +1794,7 @@ class FileStorageClient {
1794
1794
  * @param GetSnapshotRequest
1795
1795
  * @return GetSnapshotResponse
1796
1796
  * @throws OciError when an error occurs
1797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
1797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
1798
1798
  */
1799
1799
  getSnapshot(getSnapshotRequest) {
1800
1800
  return __awaiter(this, void 0, void 0, function* () {
@@ -1858,7 +1858,7 @@ class FileStorageClient {
1858
1858
  * @param ListExportSetsRequest
1859
1859
  * @return ListExportSetsResponse
1860
1860
  * @throws OciError when an error occurs
1861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
1861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
1862
1862
  */
1863
1863
  listExportSets(listExportSetsRequest) {
1864
1864
  return __awaiter(this, void 0, void 0, function* () {
@@ -1972,7 +1972,7 @@ class FileStorageClient {
1972
1972
  * @param ListExportsRequest
1973
1973
  * @return ListExportsResponse
1974
1974
  * @throws OciError when an error occurs
1975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
1975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
1976
1976
  */
1977
1977
  listExports(listExportsRequest) {
1978
1978
  return __awaiter(this, void 0, void 0, function* () {
@@ -2085,7 +2085,7 @@ class FileStorageClient {
2085
2085
  * @param ListFileSystemsRequest
2086
2086
  * @return ListFileSystemsResponse
2087
2087
  * @throws OciError when an error occurs
2088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
2088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
2089
2089
  */
2090
2090
  listFileSystems(listFileSystemsRequest) {
2091
2091
  return __awaiter(this, void 0, void 0, function* () {
@@ -2200,7 +2200,7 @@ class FileStorageClient {
2200
2200
  * @param ListFilesystemSnapshotPoliciesRequest
2201
2201
  * @return ListFilesystemSnapshotPoliciesResponse
2202
2202
  * @throws OciError when an error occurs
2203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
2203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
2204
2204
  */
2205
2205
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
2206
2206
  return __awaiter(this, void 0, void 0, function* () {
@@ -2312,7 +2312,7 @@ class FileStorageClient {
2312
2312
  * @param ListMountTargetsRequest
2313
2313
  * @return ListMountTargetsResponse
2314
2314
  * @throws OciError when an error occurs
2315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
2315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
2316
2316
  */
2317
2317
  listMountTargets(listMountTargetsRequest) {
2318
2318
  return __awaiter(this, void 0, void 0, function* () {
@@ -2425,7 +2425,7 @@ class FileStorageClient {
2425
2425
  * @param ListReplicationTargetsRequest
2426
2426
  * @return ListReplicationTargetsResponse
2427
2427
  * @throws OciError when an error occurs
2428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2429
2429
  */
2430
2430
  listReplicationTargets(listReplicationTargetsRequest) {
2431
2431
  return __awaiter(this, void 0, void 0, function* () {
@@ -2537,7 +2537,7 @@ class FileStorageClient {
2537
2537
  * @param ListReplicationsRequest
2538
2538
  * @return ListReplicationsResponse
2539
2539
  * @throws OciError when an error occurs
2540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2541
2541
  */
2542
2542
  listReplications(listReplicationsRequest) {
2543
2543
  return __awaiter(this, void 0, void 0, function* () {
@@ -2653,7 +2653,7 @@ class FileStorageClient {
2653
2653
  * @param ListSnapshotsRequest
2654
2654
  * @return ListSnapshotsResponse
2655
2655
  * @throws OciError when an error occurs
2656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
2656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
2657
2657
  */
2658
2658
  listSnapshots(listSnapshotsRequest) {
2659
2659
  return __awaiter(this, void 0, void 0, function* () {
@@ -2769,7 +2769,7 @@ class FileStorageClient {
2769
2769
  * @param PauseFilesystemSnapshotPolicyRequest
2770
2770
  * @return PauseFilesystemSnapshotPolicyResponse
2771
2771
  * @throws OciError when an error occurs
2772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
2772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
2773
2773
  */
2774
2774
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
2775
2775
  return __awaiter(this, void 0, void 0, function* () {
@@ -2838,7 +2838,7 @@ class FileStorageClient {
2838
2838
  * @param UnpauseFilesystemSnapshotPolicyRequest
2839
2839
  * @return UnpauseFilesystemSnapshotPolicyResponse
2840
2840
  * @throws OciError when an error occurs
2841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
2841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
2842
2842
  */
2843
2843
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
2844
2844
  return __awaiter(this, void 0, void 0, function* () {
@@ -2902,7 +2902,7 @@ class FileStorageClient {
2902
2902
  * @param UpdateExportRequest
2903
2903
  * @return UpdateExportResponse
2904
2904
  * @throws OciError when an error occurs
2905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
2905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
2906
2906
  */
2907
2907
  updateExport(updateExportRequest) {
2908
2908
  return __awaiter(this, void 0, void 0, function* () {
@@ -2967,7 +2967,7 @@ class FileStorageClient {
2967
2967
  * @param UpdateExportSetRequest
2968
2968
  * @return UpdateExportSetResponse
2969
2969
  * @throws OciError when an error occurs
2970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
2970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
2971
2971
  */
2972
2972
  updateExportSet(updateExportSetRequest) {
2973
2973
  return __awaiter(this, void 0, void 0, function* () {
@@ -3034,7 +3034,7 @@ class FileStorageClient {
3034
3034
  * @param UpdateFileSystemRequest
3035
3035
  * @return UpdateFileSystemResponse
3036
3036
  * @throws OciError when an error occurs
3037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
3037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
3038
3038
  */
3039
3039
  updateFileSystem(updateFileSystemRequest) {
3040
3040
  return __awaiter(this, void 0, void 0, function* () {
@@ -3099,7 +3099,7 @@ class FileStorageClient {
3099
3099
  * @param UpdateFilesystemSnapshotPolicyRequest
3100
3100
  * @return UpdateFilesystemSnapshotPolicyResponse
3101
3101
  * @throws OciError when an error occurs
3102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
3102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
3103
3103
  */
3104
3104
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
3105
3105
  return __awaiter(this, void 0, void 0, function* () {
@@ -3164,7 +3164,7 @@ class FileStorageClient {
3164
3164
  * @param UpdateMountTargetRequest
3165
3165
  * @return UpdateMountTargetResponse
3166
3166
  * @throws OciError when an error occurs
3167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
3167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
3168
3168
  */
3169
3169
  updateMountTarget(updateMountTargetRequest) {
3170
3170
  return __awaiter(this, void 0, void 0, function* () {
@@ -3230,7 +3230,7 @@ class FileStorageClient {
3230
3230
  * @param UpdateReplicationRequest
3231
3231
  * @return UpdateReplicationResponse
3232
3232
  * @throws OciError when an error occurs
3233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
3233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
3234
3234
  */
3235
3235
  updateReplication(updateReplicationRequest) {
3236
3236
  return __awaiter(this, void 0, void 0, function* () {
@@ -3295,7 +3295,7 @@ class FileStorageClient {
3295
3295
  * @param UpdateSnapshotRequest
3296
3296
  * @return UpdateSnapshotResponse
3297
3297
  * @throws OciError when an error occurs
3298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
3298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
3299
3299
  */
3300
3300
  updateSnapshot(updateSnapshotRequest) {
3301
3301
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFileSystemCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFilesystemSnapshotPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMountTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeReplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
17
17
  */
18
18
  export interface CreateExportRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
17
17
  */
18
18
  export interface CreateFileSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicyRequest.
17
17
  */
18
18
  export interface CreateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
17
17
  */
18
18
  export interface CreateMountTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
17
17
  */
18
18
  export interface CreateReplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
17
17
  */
18
18
  export interface CreateSnapshotRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
16
16
  */
17
17
  export interface DeleteExportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
16
16
  */
17
17
  export interface DeleteFileSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicyRequest.
16
16
  */
17
17
  export interface DeleteFilesystemSnapshotPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
16
16
  */
17
17
  export interface DeleteMountTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplicationRequest.
16
16
  */
17
17
  export interface DeleteReplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTargetRequest.
16
16
  */
17
17
  export interface DeleteReplicationTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
16
16
  */
17
17
  export interface DeleteSnapshotRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplicationRequest.
16
16
  */
17
17
  export interface EstimateReplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
16
16
  */
17
17
  export interface GetExportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
16
16
  */
17
17
  export interface GetExportSetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
16
16
  */
17
17
  export interface GetFileSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicyRequest.
16
16
  */
17
17
  export interface GetFilesystemSnapshotPolicyRequest extends common.BaseRequest {
18
18
  /**