oci-filestorage 2.61.0 → 2.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/lib/client.d.ts +170 -43
  2. package/lib/client.js +610 -43
  3. package/lib/client.js.map +1 -1
  4. package/lib/filestorage-waiter.d.ts +8 -0
  5. package/lib/filestorage-waiter.js +12 -0
  6. package/lib/filestorage-waiter.js.map +1 -1
  7. package/lib/model/change-filesystem-snapshot-policy-compartment-details.d.ts +28 -0
  8. package/lib/model/change-filesystem-snapshot-policy-compartment-details.js +31 -0
  9. package/lib/model/change-filesystem-snapshot-policy-compartment-details.js.map +1 -0
  10. package/lib/model/client-options.d.ts +1 -1
  11. package/lib/model/create-export-details.d.ts +6 -2
  12. package/lib/model/create-export-details.js.map +1 -1
  13. package/lib/model/create-file-system-details.d.ts +8 -0
  14. package/lib/model/create-file-system-details.js.map +1 -1
  15. package/lib/model/create-filesystem-snapshot-policy-details.d.ts +82 -0
  16. package/lib/model/create-filesystem-snapshot-policy-details.js +63 -0
  17. package/lib/model/create-filesystem-snapshot-policy-details.js.map +1 -0
  18. package/lib/model/create-snapshot-details.d.ts +4 -0
  19. package/lib/model/create-snapshot-details.js.map +1 -1
  20. package/lib/model/file-system.d.ts +6 -0
  21. package/lib/model/file-system.js.map +1 -1
  22. package/lib/model/filesystem-snapshot-policy-summary.d.ts +99 -0
  23. package/lib/model/filesystem-snapshot-policy-summary.js +45 -0
  24. package/lib/model/filesystem-snapshot-policy-summary.js.map +1 -0
  25. package/lib/model/filesystem-snapshot-policy.d.ts +112 -0
  26. package/lib/model/filesystem-snapshot-policy.js +77 -0
  27. package/lib/model/filesystem-snapshot-policy.js.map +1 -0
  28. package/lib/model/index.d.ts +12 -0
  29. package/lib/model/index.js +13 -1
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/snapshot-schedule.d.ts +132 -0
  32. package/lib/model/snapshot-schedule.js +89 -0
  33. package/lib/model/snapshot-schedule.js.map +1 -0
  34. package/lib/model/snapshot-summary.d.ts +4 -0
  35. package/lib/model/snapshot-summary.js.map +1 -1
  36. package/lib/model/snapshot.d.ts +9 -0
  37. package/lib/model/snapshot.js.map +1 -1
  38. package/lib/model/update-file-system-details.d.ts +8 -0
  39. package/lib/model/update-file-system-details.js.map +1 -1
  40. package/lib/model/update-filesystem-snapshot-policy-details.d.ts +71 -0
  41. package/lib/model/update-filesystem-snapshot-policy-details.js +63 -0
  42. package/lib/model/update-filesystem-snapshot-policy-details.js.map +1 -0
  43. package/lib/model/update-snapshot-details.d.ts +7 -0
  44. package/lib/model/update-snapshot-details.js.map +1 -1
  45. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  46. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +42 -0
  47. package/lib/request/change-filesystem-snapshot-policy-compartment-request.js +15 -0
  48. package/lib/request/change-filesystem-snapshot-policy-compartment-request.js.map +1 -0
  49. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  50. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  51. package/lib/request/create-export-request.d.ts +1 -1
  52. package/lib/request/create-file-system-request.d.ts +1 -1
  53. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +38 -0
  54. package/lib/request/create-filesystem-snapshot-policy-request.js +15 -0
  55. package/lib/request/create-filesystem-snapshot-policy-request.js.map +1 -0
  56. package/lib/request/create-mount-target-request.d.ts +1 -1
  57. package/lib/request/create-replication-request.d.ts +1 -1
  58. package/lib/request/create-snapshot-request.d.ts +1 -1
  59. package/lib/request/delete-export-request.d.ts +1 -1
  60. package/lib/request/delete-file-system-request.d.ts +1 -1
  61. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +37 -0
  62. package/lib/request/delete-filesystem-snapshot-policy-request.js +15 -0
  63. package/lib/request/delete-filesystem-snapshot-policy-request.js.map +1 -0
  64. package/lib/request/delete-mount-target-request.d.ts +1 -1
  65. package/lib/request/delete-replication-request.d.ts +1 -1
  66. package/lib/request/delete-replication-target-request.d.ts +1 -1
  67. package/lib/request/delete-snapshot-request.d.ts +1 -1
  68. package/lib/request/estimate-replication-request.d.ts +1 -1
  69. package/lib/request/get-export-request.d.ts +1 -1
  70. package/lib/request/get-export-set-request.d.ts +1 -1
  71. package/lib/request/get-file-system-request.d.ts +1 -1
  72. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +28 -0
  73. package/lib/request/get-filesystem-snapshot-policy-request.js +15 -0
  74. package/lib/request/get-filesystem-snapshot-policy-request.js.map +1 -0
  75. package/lib/request/get-mount-target-request.d.ts +1 -1
  76. package/lib/request/get-replication-request.d.ts +1 -1
  77. package/lib/request/get-replication-target-request.d.ts +1 -1
  78. package/lib/request/get-snapshot-request.d.ts +1 -1
  79. package/lib/request/index.d.ts +16 -0
  80. package/lib/request/index.js +3 -1
  81. package/lib/request/index.js.map +1 -1
  82. package/lib/request/list-export-sets-request.d.ts +1 -1
  83. package/lib/request/list-exports-request.d.ts +1 -1
  84. package/lib/request/list-file-systems-request.d.ts +7 -1
  85. package/lib/request/list-file-systems-request.js.map +1 -1
  86. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +108 -0
  87. package/lib/request/list-filesystem-snapshot-policies-request.js +38 -0
  88. package/lib/request/list-filesystem-snapshot-policies-request.js.map +1 -0
  89. package/lib/request/list-mount-targets-request.d.ts +1 -1
  90. package/lib/request/list-replication-targets-request.d.ts +1 -1
  91. package/lib/request/list-replications-request.d.ts +1 -1
  92. package/lib/request/list-snapshots-request.d.ts +15 -5
  93. package/lib/request/list-snapshots-request.js.map +1 -1
  94. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +37 -0
  95. package/lib/request/pause-filesystem-snapshot-policy-request.js +15 -0
  96. package/lib/request/pause-filesystem-snapshot-policy-request.js.map +1 -0
  97. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +37 -0
  98. package/lib/request/unpause-filesystem-snapshot-policy-request.js +15 -0
  99. package/lib/request/unpause-filesystem-snapshot-policy-request.js.map +1 -0
  100. package/lib/request/update-export-request.d.ts +1 -1
  101. package/lib/request/update-export-set-request.d.ts +1 -1
  102. package/lib/request/update-file-system-request.d.ts +1 -1
  103. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +42 -0
  104. package/lib/request/update-filesystem-snapshot-policy-request.js +15 -0
  105. package/lib/request/update-filesystem-snapshot-policy-request.js.map +1 -0
  106. package/lib/request/update-mount-target-request.d.ts +1 -1
  107. package/lib/request/update-replication-request.d.ts +1 -1
  108. package/lib/request/update-snapshot-request.d.ts +1 -1
  109. package/lib/response/change-filesystem-snapshot-policy-compartment-response.d.ts +18 -0
  110. package/lib/response/change-filesystem-snapshot-policy-compartment-response.js +15 -0
  111. package/lib/response/change-filesystem-snapshot-policy-compartment-response.js.map +1 -0
  112. package/lib/response/create-filesystem-snapshot-policy-response.d.ts +30 -0
  113. package/lib/response/create-filesystem-snapshot-policy-response.js +15 -0
  114. package/lib/response/create-filesystem-snapshot-policy-response.js.map +1 -0
  115. package/lib/response/delete-filesystem-snapshot-policy-response.d.ts +21 -0
  116. package/lib/response/delete-filesystem-snapshot-policy-response.js +15 -0
  117. package/lib/response/delete-filesystem-snapshot-policy-response.js.map +1 -0
  118. package/lib/response/get-filesystem-snapshot-policy-response.d.ts +30 -0
  119. package/lib/response/get-filesystem-snapshot-policy-response.js +15 -0
  120. package/lib/response/get-filesystem-snapshot-policy-response.js.map +1 -0
  121. package/lib/response/index.d.ts +16 -0
  122. package/lib/response/list-filesystem-snapshot-policies-response.d.ts +35 -0
  123. package/lib/response/list-filesystem-snapshot-policies-response.js +15 -0
  124. package/lib/response/list-filesystem-snapshot-policies-response.js.map +1 -0
  125. package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +30 -0
  126. package/lib/response/pause-filesystem-snapshot-policy-response.js +15 -0
  127. package/lib/response/pause-filesystem-snapshot-policy-response.js.map +1 -0
  128. package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +30 -0
  129. package/lib/response/unpause-filesystem-snapshot-policy-response.js +15 -0
  130. package/lib/response/unpause-filesystem-snapshot-policy-response.js.map +1 -0
  131. package/lib/response/update-filesystem-snapshot-policy-response.d.ts +30 -0
  132. package/lib/response/update-filesystem-snapshot-policy-response.js +15 -0
  133. package/lib/response/update-filesystem-snapshot-policy-response.js.map +1 -0
  134. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,9 +89,19 @@ export declare class FileStorageClient {
89
89
  * @param ChangeFileSystemCompartmentRequest
90
90
  * @return ChangeFileSystemCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
92
+ * @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.
93
93
  */
94
94
  changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
95
+ /**
96
+ * Moves a file system snapshot policy into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
97
+ *
98
+ * This operation does not retry by default if the user has not defined a retry configuration.
99
+ * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
100
+ * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
101
+ * @throws OciError when an error occurs
102
+ * @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.
103
+ */
104
+ changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
95
105
  /**
96
106
  * Moves a mount target and its associated export set into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes)
97
107
  *
@@ -99,7 +109,7 @@ export declare class FileStorageClient {
99
109
  * @param ChangeMountTargetCompartmentRequest
100
110
  * @return ChangeMountTargetCompartmentResponse
101
111
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
112
+ * @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.
103
113
  */
104
114
  changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
105
115
  /**
@@ -110,7 +120,7 @@ export declare class FileStorageClient {
110
120
  * @param ChangeReplicationCompartmentRequest
111
121
  * @return ChangeReplicationCompartmentResponse
112
122
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
123
+ * @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.
114
124
  */
115
125
  changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
116
126
  /**
@@ -121,7 +131,7 @@ export declare class FileStorageClient {
121
131
  * @param CreateExportRequest
122
132
  * @return CreateExportResponse
123
133
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
134
+ * @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.
125
135
  */
126
136
  createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
127
137
  /**
@@ -159,9 +169,23 @@ export declare class FileStorageClient {
159
169
  * @param CreateFileSystemRequest
160
170
  * @return CreateFileSystemResponse
161
171
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
172
+ * @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.
163
173
  */
164
174
  createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
175
+ /**
176
+ * Creates a new file system snapshot policy in the specified compartment and
177
+ * availability domain.
178
+ * <p>
179
+ After you create a file system snapshot policy, you can associate it with
180
+ * file systems.
181
+ *
182
+ * This operation does not retry by default if the user has not defined a retry configuration.
183
+ * @param CreateFilesystemSnapshotPolicyRequest
184
+ * @return CreateFilesystemSnapshotPolicyResponse
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/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
187
+ */
188
+ createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
165
189
  /**
166
190
  * Creates a new mount target in the specified compartment and
167
191
  * subnet. You can associate a file system with a mount
@@ -200,7 +224,7 @@ export declare class FileStorageClient {
200
224
  * @param CreateMountTargetRequest
201
225
  * @return CreateMountTargetResponse
202
226
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
227
+ * @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.
204
228
  */
205
229
  createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
206
230
  /**
@@ -236,7 +260,7 @@ export declare class FileStorageClient {
236
260
  * @param CreateReplicationRequest
237
261
  * @return CreateReplicationResponse
238
262
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
263
+ * @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.
240
264
  */
241
265
  createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
242
266
  /**
@@ -247,7 +271,7 @@ export declare class FileStorageClient {
247
271
  * @param CreateSnapshotRequest
248
272
  * @return CreateSnapshotResponse
249
273
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
274
+ * @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.
251
275
  */
252
276
  createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
253
277
  /**
@@ -257,7 +281,7 @@ export declare class FileStorageClient {
257
281
  * @param DeleteExportRequest
258
282
  * @return DeleteExportResponse
259
283
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
284
+ * @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.
261
285
  */
262
286
  deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
263
287
  /**
@@ -269,9 +293,19 @@ export declare class FileStorageClient {
269
293
  * @param DeleteFileSystemRequest
270
294
  * @return DeleteFileSystemResponse
271
295
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
296
+ * @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.
273
297
  */
274
298
  deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
299
+ /**
300
+ * Deletes the specified file system snapshot policy.
301
+ *
302
+ * This operation does not retry by default if the user has not defined a retry configuration.
303
+ * @param DeleteFilesystemSnapshotPolicyRequest
304
+ * @return DeleteFilesystemSnapshotPolicyResponse
305
+ * @throws OciError when an error occurs
306
+ * @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.
307
+ */
308
+ deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
275
309
  /**
276
310
  * Deletes the specified mount target. This operation also deletes the
277
311
  * mount target's VNICs.
@@ -280,7 +314,7 @@ export declare class FileStorageClient {
280
314
  * @param DeleteMountTargetRequest
281
315
  * @return DeleteMountTargetResponse
282
316
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
317
+ * @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.
284
318
  */
285
319
  deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
286
320
  /**
@@ -290,7 +324,7 @@ export declare class FileStorageClient {
290
324
  * @param DeleteReplicationRequest
291
325
  * @return DeleteReplicationResponse
292
326
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
327
+ * @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.
294
328
  */
295
329
  deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
296
330
  /**
@@ -303,7 +337,7 @@ export declare class FileStorageClient {
303
337
  * @param DeleteReplicationTargetRequest
304
338
  * @return DeleteReplicationTargetResponse
305
339
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
340
+ * @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.
307
341
  */
308
342
  deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
309
343
  /**
@@ -313,7 +347,7 @@ export declare class FileStorageClient {
313
347
  * @param DeleteSnapshotRequest
314
348
  * @return DeleteSnapshotResponse
315
349
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
350
+ * @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.
317
351
  */
318
352
  deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
319
353
  /**
@@ -323,7 +357,7 @@ export declare class FileStorageClient {
323
357
  * @param EstimateReplicationRequest
324
358
  * @return EstimateReplicationResponse
325
359
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
360
+ * @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.
327
361
  */
328
362
  estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
329
363
  /**
@@ -332,7 +366,7 @@ export declare class FileStorageClient {
332
366
  * @param GetExportRequest
333
367
  * @return GetExportResponse
334
368
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
369
+ * @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.
336
370
  */
337
371
  getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
338
372
  /**
@@ -341,7 +375,7 @@ export declare class FileStorageClient {
341
375
  * @param GetExportSetRequest
342
376
  * @return GetExportSetResponse
343
377
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
378
+ * @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.
345
379
  */
346
380
  getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
347
381
  /**
@@ -350,16 +384,25 @@ export declare class FileStorageClient {
350
384
  * @param GetFileSystemRequest
351
385
  * @return GetFileSystemResponse
352
386
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
387
+ * @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.
354
388
  */
355
389
  getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
390
+ /**
391
+ * Gets the specified file system snapshot policy's information.
392
+ * This operation does not retry by default if the user has not defined a retry configuration.
393
+ * @param GetFilesystemSnapshotPolicyRequest
394
+ * @return GetFilesystemSnapshotPolicyResponse
395
+ * @throws OciError when an error occurs
396
+ * @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.
397
+ */
398
+ getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
356
399
  /**
357
400
  * Gets the specified mount target's information.
358
401
  * This operation does not retry by default if the user has not defined a retry configuration.
359
402
  * @param GetMountTargetRequest
360
403
  * @return GetMountTargetResponse
361
404
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
405
+ * @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.
363
406
  */
364
407
  getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
365
408
  /**
@@ -368,7 +411,7 @@ export declare class FileStorageClient {
368
411
  * @param GetReplicationRequest
369
412
  * @return GetReplicationResponse
370
413
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
414
+ * @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.
372
415
  */
373
416
  getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
374
417
  /**
@@ -377,7 +420,7 @@ export declare class FileStorageClient {
377
420
  * @param GetReplicationTargetRequest
378
421
  * @return GetReplicationTargetResponse
379
422
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
423
+ * @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.
381
424
  */
382
425
  getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
383
426
  /**
@@ -386,7 +429,7 @@ export declare class FileStorageClient {
386
429
  * @param GetSnapshotRequest
387
430
  * @return GetSnapshotResponse
388
431
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
432
+ * @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.
390
433
  */
391
434
  getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
392
435
  /**
@@ -396,7 +439,7 @@ export declare class FileStorageClient {
396
439
  * @param ListExportSetsRequest
397
440
  * @return ListExportSetsResponse
398
441
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
442
+ * @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.
400
443
  */
401
444
  listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
402
445
  /**
@@ -440,7 +483,7 @@ export declare class FileStorageClient {
440
483
  * @param ListExportsRequest
441
484
  * @return ListExportsResponse
442
485
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
486
+ * @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.
444
487
  */
445
488
  listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
446
489
  /**
@@ -476,13 +519,14 @@ export declare class FileStorageClient {
476
519
  */
477
520
  listExportsResponseIterator(request: requests.ListExportsRequest): AsyncIterableIterator<responses.ListExportsResponse>;
478
521
  /**
479
- * Lists the file system resources in the specified compartment.
522
+ * Lists the file system resources in the specified compartment, or by the specified compartment and
523
+ * file system snapshot policy.
480
524
  *
481
525
  * This operation does not retry by default if the user has not defined a retry configuration.
482
526
  * @param ListFileSystemsRequest
483
527
  * @return ListFileSystemsResponse
484
528
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
529
+ * @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.
486
530
  */
487
531
  listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
488
532
  /**
@@ -517,6 +561,48 @@ export declare class FileStorageClient {
517
561
  * @param request a request which can be sent to the service operation
518
562
  */
519
563
  listFileSystemsResponseIterator(request: requests.ListFileSystemsRequest): AsyncIterableIterator<responses.ListFileSystemsResponse>;
564
+ /**
565
+ * Lists file system snapshot policies in the specified compartment.
566
+ *
567
+ * This operation does not retry by default if the user has not defined a retry configuration.
568
+ * @param ListFilesystemSnapshotPoliciesRequest
569
+ * @return ListFilesystemSnapshotPoliciesResponse
570
+ * @throws OciError when an error occurs
571
+ * @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.
572
+ */
573
+ listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
574
+ /**
575
+ * NOTE: This function is deprecated in favor of listFilesystemSnapshotPoliciesRecordIterator function.
576
+ * Creates a new async iterator which will iterate over the models.FilesystemSnapshotPolicySummary objects
577
+ * contained in responses from the listFilesystemSnapshotPolicies operation. This iterator will fetch more data from the
578
+ * server as needed.
579
+ *
580
+ * @param request a request which can be sent to the service operation
581
+ */
582
+ listAllFilesystemSnapshotPolicies(request: requests.ListFilesystemSnapshotPoliciesRequest): AsyncIterableIterator<model.FilesystemSnapshotPolicySummary>;
583
+ /**
584
+ * NOTE: This function is deprecated in favor of listFilesystemSnapshotPoliciesResponseIterator function.
585
+ * Creates a new async iterator which will iterate over the responses received from the listFilesystemSnapshotPolicies operation. This iterator
586
+ * will fetch more data from the server as needed.
587
+ *
588
+ * @param request a request which can be sent to the service operation
589
+ */
590
+ listAllFilesystemSnapshotPoliciesResponses(request: requests.ListFilesystemSnapshotPoliciesRequest): AsyncIterableIterator<responses.ListFilesystemSnapshotPoliciesResponse>;
591
+ /**
592
+ * Creates a new async iterator which will iterate over the models.FilesystemSnapshotPolicySummary objects
593
+ * contained in responses from the listFilesystemSnapshotPolicies operation. This iterator will fetch more data from the
594
+ * server as needed.
595
+ *
596
+ * @param request a request which can be sent to the service operation
597
+ */
598
+ listFilesystemSnapshotPoliciesRecordIterator(request: requests.ListFilesystemSnapshotPoliciesRequest): AsyncIterableIterator<model.FilesystemSnapshotPolicySummary>;
599
+ /**
600
+ * Creates a new async iterator which will iterate over the responses received from the listFilesystemSnapshotPolicies operation. This iterator
601
+ * will fetch more data from the server as needed.
602
+ *
603
+ * @param request a request which can be sent to the service operation
604
+ */
605
+ listFilesystemSnapshotPoliciesResponseIterator(request: requests.ListFilesystemSnapshotPoliciesRequest): AsyncIterableIterator<responses.ListFilesystemSnapshotPoliciesResponse>;
520
606
  /**
521
607
  * Lists the mount target resources in the specified compartment.
522
608
  *
@@ -524,7 +610,7 @@ export declare class FileStorageClient {
524
610
  * @param ListMountTargetsRequest
525
611
  * @return ListMountTargetsResponse
526
612
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
613
+ * @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.
528
614
  */
529
615
  listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
530
616
  /**
@@ -566,7 +652,7 @@ export declare class FileStorageClient {
566
652
  * @param ListReplicationTargetsRequest
567
653
  * @return ListReplicationTargetsResponse
568
654
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
655
+ * @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.
570
656
  */
571
657
  listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
572
658
  /**
@@ -608,7 +694,7 @@ export declare class FileStorageClient {
608
694
  * @param ListReplicationsRequest
609
695
  * @return ListReplicationsResponse
610
696
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
697
+ * @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.
612
698
  */
613
699
  listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
614
700
  /**
@@ -644,14 +730,17 @@ export declare class FileStorageClient {
644
730
  */
645
731
  listReplicationsResponseIterator(request: requests.ListReplicationsRequest): AsyncIterableIterator<responses.ListReplicationsResponse>;
646
732
  /**
647
- * Lists snapshots of the specified file system.
648
- *
649
- * This operation does not retry by default if the user has not defined a retry configuration.
650
- * @param ListSnapshotsRequest
651
- * @return ListSnapshotsResponse
652
- * @throws OciError when an error occurs
653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
654
- */
733
+ * Lists snapshots of the specified file system, or by file system snapshot policy and compartment,
734
+ * or by file system snapshot policy and file system.
735
+ * <p>
736
+ If file system ID is not specified, a file system snapshot policy ID and compartment ID must be specified.
737
+ *
738
+ * This operation does not retry by default if the user has not defined a retry configuration.
739
+ * @param ListSnapshotsRequest
740
+ * @return ListSnapshotsResponse
741
+ * @throws OciError when an error occurs
742
+ * @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.
743
+ */
655
744
  listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
656
745
  /**
657
746
  * NOTE: This function is deprecated in favor of listSnapshotsRecordIterator function.
@@ -685,13 +774,42 @@ export declare class FileStorageClient {
685
774
  * @param request a request which can be sent to the service operation
686
775
  */
687
776
  listSnapshotsResponseIterator(request: requests.ListSnapshotsRequest): AsyncIterableIterator<responses.ListSnapshotsResponse>;
777
+ /**
778
+ * This operation pauses the scheduled snapshot creation and snapshot deletion of the policy and updates the lifecycle state of the file system
779
+ * snapshot policy from ACTIVE to INACTIVE. When a file system snapshot policy is paused, file systems that are associated with the
780
+ * policy will not have scheduled snapshots created or deleted.
781
+ * <p>
782
+ If the policy is already paused, or in the INACTIVE state, you cannot pause it again. You can't pause a policy
783
+ * that is in a DELETING, DELETED, FAILED, CREATING or INACTIVE state; attempts to pause a policy in these states result in a 409 conflict error.
784
+ *
785
+ * This operation does not retry by default if the user has not defined a retry configuration.
786
+ * @param PauseFilesystemSnapshotPolicyRequest
787
+ * @return PauseFilesystemSnapshotPolicyResponse
788
+ * @throws OciError when an error occurs
789
+ * @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.
790
+ */
791
+ pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
792
+ /**
793
+ * This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from
794
+ * INACTIVE to ACTIVE. By default, file system snapshot policies are in the ACTIVE state. When a file system snapshot policy is not paused, or in the ACTIVE state, file systems that are associated with the
795
+ * policy will have snapshots created and deleted according to the schedules defined in the policy.
796
+ * <p>
797
+ If the policy is already in the ACTIVE state, you cannot unpause it. You can't unpause a policy that is in a DELETING, DELETED, FAILED, CREATING, or ACTIVE state; attempts to unpause a policy in these states result in a 409 conflict error.
798
+ *
799
+ * This operation does not retry by default if the user has not defined a retry configuration.
800
+ * @param UnpauseFilesystemSnapshotPolicyRequest
801
+ * @return UnpauseFilesystemSnapshotPolicyResponse
802
+ * @throws OciError when an error occurs
803
+ * @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.
804
+ */
805
+ unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
688
806
  /**
689
807
  * Updates the specified export's information.
690
808
  * This operation does not retry by default if the user has not defined a retry configuration.
691
809
  * @param UpdateExportRequest
692
810
  * @return UpdateExportResponse
693
811
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
812
+ * @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.
695
813
  */
696
814
  updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
697
815
  /**
@@ -700,7 +818,7 @@ export declare class FileStorageClient {
700
818
  * @param UpdateExportSetRequest
701
819
  * @return UpdateExportSetResponse
702
820
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
821
+ * @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.
704
822
  */
705
823
  updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
706
824
  /**
@@ -711,16 +829,25 @@ export declare class FileStorageClient {
711
829
  * @param UpdateFileSystemRequest
712
830
  * @return UpdateFileSystemResponse
713
831
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
832
+ * @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.
715
833
  */
716
834
  updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
835
+ /**
836
+ * Updates the specified file system snapshot policy's information.
837
+ * This operation does not retry by default if the user has not defined a retry configuration.
838
+ * @param UpdateFilesystemSnapshotPolicyRequest
839
+ * @return UpdateFilesystemSnapshotPolicyResponse
840
+ * @throws OciError when an error occurs
841
+ * @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.
842
+ */
843
+ updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
717
844
  /**
718
845
  * Updates the specified mount target's information.
719
846
  * This operation does not retry by default if the user has not defined a retry configuration.
720
847
  * @param UpdateMountTargetRequest
721
848
  * @return UpdateMountTargetResponse
722
849
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
850
+ * @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.
724
851
  */
725
852
  updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
726
853
  /**
@@ -730,7 +857,7 @@ export declare class FileStorageClient {
730
857
  * @param UpdateReplicationRequest
731
858
  * @return UpdateReplicationResponse
732
859
  * @throws OciError when an error occurs
733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
860
+ * @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.
734
861
  */
735
862
  updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
736
863
  /**
@@ -739,7 +866,7 @@ export declare class FileStorageClient {
739
866
  * @param UpdateSnapshotRequest
740
867
  * @return UpdateSnapshotResponse
741
868
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
869
+ * @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.
743
870
  */
744
871
  updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
745
872
  }