oci-recovery 2.89.3 → 2.89.4

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 (28) hide show
  1. package/lib/client.d.ts +25 -25
  2. package/lib/client.js +25 -25
  3. package/lib/request/cancel-protected-database-deletion-request.d.ts +1 -1
  4. package/lib/request/change-protected-database-compartment-request.d.ts +1 -1
  5. package/lib/request/change-protection-policy-compartment-request.d.ts +1 -1
  6. package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +1 -1
  7. package/lib/request/create-protected-database-request.d.ts +1 -1
  8. package/lib/request/create-protection-policy-request.d.ts +1 -1
  9. package/lib/request/create-recovery-service-subnet-request.d.ts +1 -1
  10. package/lib/request/delete-protected-database-request.d.ts +1 -1
  11. package/lib/request/delete-protection-policy-request.d.ts +1 -1
  12. package/lib/request/delete-recovery-service-subnet-request.d.ts +1 -1
  13. package/lib/request/fetch-protected-database-configuration-request.d.ts +1 -1
  14. package/lib/request/get-protected-database-request.d.ts +1 -1
  15. package/lib/request/get-protection-policy-request.d.ts +1 -1
  16. package/lib/request/get-recovery-service-subnet-request.d.ts +1 -1
  17. package/lib/request/get-work-request-request.d.ts +1 -1
  18. package/lib/request/list-protected-databases-request.d.ts +1 -1
  19. package/lib/request/list-protection-policies-request.d.ts +1 -1
  20. package/lib/request/list-recovery-service-subnets-request.d.ts +1 -1
  21. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  22. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  23. package/lib/request/list-work-requests-request.d.ts +1 -1
  24. package/lib/request/schedule-protected-database-deletion-request.d.ts +1 -1
  25. package/lib/request/update-protected-database-request.d.ts +1 -1
  26. package/lib/request/update-protection-policy-request.d.ts +1 -1
  27. package/lib/request/update-recovery-service-subnet-request.d.ts +1 -1
  28. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -95,7 +95,7 @@ export declare class DatabaseRecoveryClient {
95
95
  * @param CancelProtectedDatabaseDeletionRequest
96
96
  * @return CancelProtectedDatabaseDeletionResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletion API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletion API.
99
99
  */
100
100
  cancelProtectedDatabaseDeletion(cancelProtectedDatabaseDeletionRequest: requests.CancelProtectedDatabaseDeletionRequest): Promise<responses.CancelProtectedDatabaseDeletionResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class DatabaseRecoveryClient {
104
104
  * @param ChangeProtectedDatabaseCompartmentRequest
105
105
  * @return ChangeProtectedDatabaseCompartmentResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
108
108
  */
109
109
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class DatabaseRecoveryClient {
113
113
  * @param ChangeProtectionPolicyCompartmentRequest
114
114
  * @return ChangeProtectionPolicyCompartmentResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
117
117
  */
118
118
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class DatabaseRecoveryClient {
122
122
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
123
123
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
126
126
  */
127
127
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
128
128
  /**
@@ -132,7 +132,7 @@ export declare class DatabaseRecoveryClient {
132
132
  * @param CreateProtectedDatabaseRequest
133
133
  * @return CreateProtectedDatabaseResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
136
136
  */
137
137
  createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class DatabaseRecoveryClient {
142
142
  * @param CreateProtectionPolicyRequest
143
143
  * @return CreateProtectionPolicyResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
146
146
  */
147
147
  createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class DatabaseRecoveryClient {
152
152
  * @param CreateRecoveryServiceSubnetRequest
153
153
  * @return CreateRecoveryServiceSubnetResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
156
156
  */
157
157
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class DatabaseRecoveryClient {
161
161
  * @param DeleteProtectedDatabaseRequest
162
162
  * @return DeleteProtectedDatabaseResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
165
165
  */
166
166
  deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
167
167
  /**
@@ -172,7 +172,7 @@ export declare class DatabaseRecoveryClient {
172
172
  * @param DeleteProtectionPolicyRequest
173
173
  * @return DeleteProtectionPolicyResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
176
176
  */
177
177
  deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class DatabaseRecoveryClient {
181
181
  * @param DeleteRecoveryServiceSubnetRequest
182
182
  * @return DeleteRecoveryServiceSubnetResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
185
185
  */
186
186
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare class DatabaseRecoveryClient {
190
190
  * @param FetchProtectedDatabaseConfigurationRequest
191
191
  * @return FetchProtectedDatabaseConfigurationResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
194
194
  */
195
195
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
196
196
  /**
@@ -199,7 +199,7 @@ export declare class DatabaseRecoveryClient {
199
199
  * @param GetProtectedDatabaseRequest
200
200
  * @return GetProtectedDatabaseResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
203
203
  */
204
204
  getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class DatabaseRecoveryClient {
208
208
  * @param GetProtectionPolicyRequest
209
209
  * @return GetProtectionPolicyResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
212
212
  */
213
213
  getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class DatabaseRecoveryClient {
217
217
  * @param GetRecoveryServiceSubnetRequest
218
218
  * @return GetRecoveryServiceSubnetResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
221
221
  */
222
222
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class DatabaseRecoveryClient {
226
226
  * @param GetWorkRequestRequest
227
227
  * @return GetWorkRequestResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
230
230
  */
231
231
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
232
232
  /**
@@ -236,7 +236,7 @@ export declare class DatabaseRecoveryClient {
236
236
  * @param ListProtectedDatabasesRequest
237
237
  * @return ListProtectedDatabasesResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
240
240
  */
241
241
  listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
242
242
  /**
@@ -246,7 +246,7 @@ export declare class DatabaseRecoveryClient {
246
246
  * @param ListProtectionPoliciesRequest
247
247
  * @return ListProtectionPoliciesResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
250
250
  */
251
251
  listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
252
252
  /**
@@ -256,7 +256,7 @@ export declare class DatabaseRecoveryClient {
256
256
  * @param ListRecoveryServiceSubnetsRequest
257
257
  * @return ListRecoveryServiceSubnetsResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
260
260
  */
261
261
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
262
262
  /**
@@ -266,7 +266,7 @@ export declare class DatabaseRecoveryClient {
266
266
  * @param ListWorkRequestErrorsRequest
267
267
  * @return ListWorkRequestErrorsResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
270
270
  */
271
271
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
272
272
  /**
@@ -276,7 +276,7 @@ export declare class DatabaseRecoveryClient {
276
276
  * @param ListWorkRequestLogsRequest
277
277
  * @return ListWorkRequestLogsResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
280
280
  */
281
281
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
282
282
  /**
@@ -286,7 +286,7 @@ export declare class DatabaseRecoveryClient {
286
286
  * @param ListWorkRequestsRequest
287
287
  * @return ListWorkRequestsResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
290
290
  */
291
291
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
292
292
  /**
@@ -298,7 +298,7 @@ export declare class DatabaseRecoveryClient {
298
298
  * @param ScheduleProtectedDatabaseDeletionRequest
299
299
  * @return ScheduleProtectedDatabaseDeletionResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletion API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletion API.
302
302
  */
303
303
  scheduleProtectedDatabaseDeletion(scheduleProtectedDatabaseDeletionRequest: requests.ScheduleProtectedDatabaseDeletionRequest): Promise<responses.ScheduleProtectedDatabaseDeletionResponse>;
304
304
  /**
@@ -307,7 +307,7 @@ export declare class DatabaseRecoveryClient {
307
307
  * @param UpdateProtectedDatabaseRequest
308
308
  * @return UpdateProtectedDatabaseResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
311
311
  */
312
312
  updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
313
313
  /**
@@ -316,7 +316,7 @@ export declare class DatabaseRecoveryClient {
316
316
  * @param UpdateProtectionPolicyRequest
317
317
  * @return UpdateProtectionPolicyResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
320
320
  */
321
321
  updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
322
322
  /**
@@ -325,7 +325,7 @@ export declare class DatabaseRecoveryClient {
325
325
  * @param UpdateRecoveryServiceSubnetRequest
326
326
  * @return UpdateRecoveryServiceSubnetResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
329
329
  */
330
330
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
331
331
  }
package/lib/client.js CHANGED
@@ -202,7 +202,7 @@ class DatabaseRecoveryClient {
202
202
  * @param CancelProtectedDatabaseDeletionRequest
203
203
  * @return CancelProtectedDatabaseDeletionResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletion API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletion API.
206
206
  */
207
207
  cancelProtectedDatabaseDeletion(cancelProtectedDatabaseDeletionRequest) {
208
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -257,7 +257,7 @@ class DatabaseRecoveryClient {
257
257
  * @param ChangeProtectedDatabaseCompartmentRequest
258
258
  * @return ChangeProtectedDatabaseCompartmentResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
261
261
  */
262
262
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
263
263
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +318,7 @@ class DatabaseRecoveryClient {
318
318
  * @param ChangeProtectionPolicyCompartmentRequest
319
319
  * @return ChangeProtectionPolicyCompartmentResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
322
322
  */
323
323
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
324
324
  return __awaiter(this, void 0, void 0, function* () {
@@ -379,7 +379,7 @@ class DatabaseRecoveryClient {
379
379
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
380
380
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
383
383
  */
384
384
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
385
385
  return __awaiter(this, void 0, void 0, function* () {
@@ -441,7 +441,7 @@ class DatabaseRecoveryClient {
441
441
  * @param CreateProtectedDatabaseRequest
442
442
  * @return CreateProtectedDatabaseResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
445
445
  */
446
446
  createProtectedDatabase(createProtectedDatabaseRequest) {
447
447
  return __awaiter(this, void 0, void 0, function* () {
@@ -516,7 +516,7 @@ class DatabaseRecoveryClient {
516
516
  * @param CreateProtectionPolicyRequest
517
517
  * @return CreateProtectionPolicyResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
520
520
  */
521
521
  createProtectionPolicy(createProtectionPolicyRequest) {
522
522
  return __awaiter(this, void 0, void 0, function* () {
@@ -590,7 +590,7 @@ class DatabaseRecoveryClient {
590
590
  * @param CreateRecoveryServiceSubnetRequest
591
591
  * @return CreateRecoveryServiceSubnetResponse
592
592
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
594
594
  */
595
595
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
596
596
  return __awaiter(this, void 0, void 0, function* () {
@@ -663,7 +663,7 @@ class DatabaseRecoveryClient {
663
663
  * @param DeleteProtectedDatabaseRequest
664
664
  * @return DeleteProtectedDatabaseResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
667
667
  */
668
668
  deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
669
669
  return __awaiter(this, void 0, void 0, function* () {
@@ -727,7 +727,7 @@ class DatabaseRecoveryClient {
727
727
  * @param DeleteProtectionPolicyRequest
728
728
  * @return DeleteProtectionPolicyResponse
729
729
  * @throws OciError when an error occurs
730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
731
731
  */
732
732
  deleteProtectionPolicy(deleteProtectionPolicyRequest) {
733
733
  return __awaiter(this, void 0, void 0, function* () {
@@ -787,7 +787,7 @@ class DatabaseRecoveryClient {
787
787
  * @param DeleteRecoveryServiceSubnetRequest
788
788
  * @return DeleteRecoveryServiceSubnetResponse
789
789
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
791
791
  */
792
792
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
793
793
  return __awaiter(this, void 0, void 0, function* () {
@@ -847,7 +847,7 @@ class DatabaseRecoveryClient {
847
847
  * @param FetchProtectedDatabaseConfigurationRequest
848
848
  * @return FetchProtectedDatabaseConfigurationResponse
849
849
  * @throws OciError when an error occurs
850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
851
851
  */
852
852
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
853
853
  return __awaiter(this, void 0, void 0, function* () {
@@ -921,7 +921,7 @@ class DatabaseRecoveryClient {
921
921
  * @param GetProtectedDatabaseRequest
922
922
  * @return GetProtectedDatabaseResponse
923
923
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
925
925
  */
926
926
  getProtectedDatabase(getProtectedDatabaseRequest) {
927
927
  return __awaiter(this, void 0, void 0, function* () {
@@ -984,7 +984,7 @@ class DatabaseRecoveryClient {
984
984
  * @param GetProtectionPolicyRequest
985
985
  * @return GetProtectionPolicyResponse
986
986
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
988
988
  */
989
989
  getProtectionPolicy(getProtectionPolicyRequest) {
990
990
  return __awaiter(this, void 0, void 0, function* () {
@@ -1047,7 +1047,7 @@ class DatabaseRecoveryClient {
1047
1047
  * @param GetRecoveryServiceSubnetRequest
1048
1048
  * @return GetRecoveryServiceSubnetResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
1051
1051
  */
1052
1052
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
1053
1053
  return __awaiter(this, void 0, void 0, function* () {
@@ -1110,7 +1110,7 @@ class DatabaseRecoveryClient {
1110
1110
  * @param GetWorkRequestRequest
1111
1111
  * @return GetWorkRequestResponse
1112
1112
  * @throws OciError when an error occurs
1113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1114
1114
  */
1115
1115
  getWorkRequest(getWorkRequestRequest) {
1116
1116
  return __awaiter(this, void 0, void 0, function* () {
@@ -1174,7 +1174,7 @@ class DatabaseRecoveryClient {
1174
1174
  * @param ListProtectedDatabasesRequest
1175
1175
  * @return ListProtectedDatabasesResponse
1176
1176
  * @throws OciError when an error occurs
1177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1178
1178
  */
1179
1179
  listProtectedDatabases(listProtectedDatabasesRequest) {
1180
1180
  return __awaiter(this, void 0, void 0, function* () {
@@ -1247,7 +1247,7 @@ class DatabaseRecoveryClient {
1247
1247
  * @param ListProtectionPoliciesRequest
1248
1248
  * @return ListProtectionPoliciesResponse
1249
1249
  * @throws OciError when an error occurs
1250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1251
1251
  */
1252
1252
  listProtectionPolicies(listProtectionPoliciesRequest) {
1253
1253
  return __awaiter(this, void 0, void 0, function* () {
@@ -1319,7 +1319,7 @@ class DatabaseRecoveryClient {
1319
1319
  * @param ListRecoveryServiceSubnetsRequest
1320
1320
  * @return ListRecoveryServiceSubnetsResponse
1321
1321
  * @throws OciError when an error occurs
1322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1323
1323
  */
1324
1324
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
1325
1325
  return __awaiter(this, void 0, void 0, function* () {
@@ -1391,7 +1391,7 @@ class DatabaseRecoveryClient {
1391
1391
  * @param ListWorkRequestErrorsRequest
1392
1392
  * @return ListWorkRequestErrorsResponse
1393
1393
  * @throws OciError when an error occurs
1394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1395
1395
  */
1396
1396
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1397
1397
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1460,7 @@ class DatabaseRecoveryClient {
1460
1460
  * @param ListWorkRequestLogsRequest
1461
1461
  * @return ListWorkRequestLogsResponse
1462
1462
  * @throws OciError when an error occurs
1463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1464
1464
  */
1465
1465
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1466
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1529,7 +1529,7 @@ class DatabaseRecoveryClient {
1529
1529
  * @param ListWorkRequestsRequest
1530
1530
  * @return ListWorkRequestsResponse
1531
1531
  * @throws OciError when an error occurs
1532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1533
1533
  */
1534
1534
  listWorkRequests(listWorkRequestsRequest) {
1535
1535
  return __awaiter(this, void 0, void 0, function* () {
@@ -1602,7 +1602,7 @@ class DatabaseRecoveryClient {
1602
1602
  * @param ScheduleProtectedDatabaseDeletionRequest
1603
1603
  * @return ScheduleProtectedDatabaseDeletionResponse
1604
1604
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletion API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletion API.
1606
1606
  */
1607
1607
  scheduleProtectedDatabaseDeletion(scheduleProtectedDatabaseDeletionRequest) {
1608
1608
  return __awaiter(this, void 0, void 0, function* () {
@@ -1663,7 +1663,7 @@ class DatabaseRecoveryClient {
1663
1663
  * @param UpdateProtectedDatabaseRequest
1664
1664
  * @return UpdateProtectedDatabaseResponse
1665
1665
  * @throws OciError when an error occurs
1666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1667
1667
  */
1668
1668
  updateProtectedDatabase(updateProtectedDatabaseRequest) {
1669
1669
  return __awaiter(this, void 0, void 0, function* () {
@@ -1724,7 +1724,7 @@ class DatabaseRecoveryClient {
1724
1724
  * @param UpdateProtectionPolicyRequest
1725
1725
  * @return UpdateProtectionPolicyResponse
1726
1726
  * @throws OciError when an error occurs
1727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1728
1728
  */
1729
1729
  updateProtectionPolicy(updateProtectionPolicyRequest) {
1730
1730
  return __awaiter(this, void 0, void 0, function* () {
@@ -1785,7 +1785,7 @@ class DatabaseRecoveryClient {
1785
1785
  * @param UpdateRecoveryServiceSubnetRequest
1786
1786
  * @return UpdateRecoveryServiceSubnetResponse
1787
1787
  * @throws OciError when an error occurs
1788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1789
1789
  */
1790
1790
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
1791
1791
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.89.3/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletionRequest.
16
16
  */
17
17
  export interface CancelProtectedDatabaseDeletionRequest extends common.BaseRequest {
18
18
  /**
@@ -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.89.3/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProtectedDatabaseCompartmentRequest 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.89.3/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProtectionPolicyCompartmentRequest 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.89.3/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRecoveryServiceSubnetCompartmentRequest 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.89.3/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabaseRequest.
17
17
  */
18
18
  export interface CreateProtectedDatabaseRequest 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.89.3/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicyRequest.
17
17
  */
18
18
  export interface CreateProtectionPolicyRequest 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.89.3/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
17
17
  */
18
18
  export interface CreateRecoveryServiceSubnetRequest 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.89.3/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
17
17
  */
18
18
  export interface DeleteProtectedDatabaseRequest 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.89.3/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicyRequest.
16
16
  */
17
17
  export interface DeleteProtectionPolicyRequest 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.89.3/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnetRequest.
16
16
  */
17
17
  export interface DeleteRecoveryServiceSubnetRequest extends common.BaseRequest {
18
18
  /**
@@ -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.89.3/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfigurationRequest.
17
17
  */
18
18
  export interface FetchProtectedDatabaseConfigurationRequest 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.89.3/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabaseRequest.
16
16
  */
17
17
  export interface GetProtectedDatabaseRequest 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.89.3/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicyRequest.
16
16
  */
17
17
  export interface GetProtectionPolicyRequest 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.89.3/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnetRequest.
16
16
  */
17
17
  export interface GetRecoveryServiceSubnetRequest 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.89.3/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -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.89.3/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabasesRequest.
17
17
  */
18
18
  export interface ListProtectedDatabasesRequest 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.89.3/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPoliciesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPoliciesRequest.
17
17
  */
18
18
  export interface ListProtectionPoliciesRequest 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.89.3/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnetsRequest.
17
17
  */
18
18
  export interface ListRecoveryServiceSubnetsRequest 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.89.3/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest 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.89.3/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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.89.3/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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.89.3/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletionRequest.
17
17
  */
18
18
  export interface ScheduleProtectedDatabaseDeletionRequest 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.89.3/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabaseRequest.
17
17
  */
18
18
  export interface UpdateProtectedDatabaseRequest 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.89.3/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicyRequest.
17
17
  */
18
18
  export interface UpdateProtectionPolicyRequest 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.89.3/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnetRequest.
17
17
  */
18
18
  export interface UpdateRecoveryServiceSubnetRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-recovery",
3
- "version": "2.89.3",
3
+ "version": "2.89.4",
4
4
  "description": "OCI NodeJS client for Recovery Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.89.3",
19
- "oci-workrequests": "2.89.3"
18
+ "oci-common": "2.89.4",
19
+ "oci-workrequests": "2.89.4"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"