oci-disasterrecovery 2.102.2 → 2.103.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 (42) hide show
  1. package/lib/client.d.ts +31 -31
  2. package/lib/client.js +31 -31
  3. package/lib/model/work-request-error.d.ts +1 -1
  4. package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
  5. package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
  6. package/lib/request/cancel-work-request-request.d.ts +1 -1
  7. package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
  8. package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
  9. package/lib/request/create-dr-plan-request.d.ts +1 -1
  10. package/lib/request/create-dr-protection-group-request.d.ts +1 -1
  11. package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
  12. package/lib/request/delete-dr-plan-request.d.ts +1 -1
  13. package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
  14. package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
  15. package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
  16. package/lib/request/get-dr-plan-request.d.ts +1 -1
  17. package/lib/request/get-dr-protection-group-request.d.ts +1 -1
  18. package/lib/request/get-work-request-request.d.ts +1 -1
  19. package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
  20. package/lib/request/list-dr-plan-executions-request.d.ts +3 -3
  21. package/lib/request/list-dr-plans-request.d.ts +3 -3
  22. package/lib/request/list-dr-protection-groups-request.d.ts +3 -3
  23. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  24. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  25. package/lib/request/list-work-requests-request.d.ts +3 -3
  26. package/lib/request/pause-dr-plan-execution-request.d.ts +1 -1
  27. package/lib/request/refresh-dr-plan-request.d.ts +1 -1
  28. package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
  29. package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
  30. package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
  31. package/lib/request/update-dr-plan-request.d.ts +1 -1
  32. package/lib/request/update-dr-protection-group-request.d.ts +1 -1
  33. package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
  34. package/lib/request/verify-dr-plan-request.d.ts +1 -1
  35. package/lib/response/create-dr-plan-execution-response.d.ts +1 -1
  36. package/lib/response/create-dr-plan-response.d.ts +1 -1
  37. package/lib/response/create-dr-protection-group-response.d.ts +1 -1
  38. package/lib/response/get-dr-plan-execution-response.d.ts +1 -1
  39. package/lib/response/get-dr-plan-response.d.ts +1 -1
  40. package/lib/response/get-dr-protection-group-response.d.ts +1 -1
  41. package/lib/response/get-work-request-response.d.ts +1 -1
  42. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -106,7 +106,7 @@ export declare class DisasterRecoveryClient {
106
106
  * @param AssociateDrProtectionGroupRequest
107
107
  * @return AssociateDrProtectionGroupResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
109
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
110
110
  */
111
111
  associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
112
112
  /**
@@ -115,7 +115,7 @@ export declare class DisasterRecoveryClient {
115
115
  * @param CancelDrPlanExecutionRequest
116
116
  * @return CancelDrPlanExecutionResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
118
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
119
119
  */
120
120
  cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class DisasterRecoveryClient {
124
124
  * @param CancelWorkRequestRequest
125
125
  * @return CancelWorkRequestResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
127
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
128
128
  */
129
129
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
130
130
  /**
@@ -133,7 +133,7 @@ export declare class DisasterRecoveryClient {
133
133
  * @param ChangeDrProtectionGroupCompartmentRequest
134
134
  * @return ChangeDrProtectionGroupCompartmentResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
136
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
137
137
  */
138
138
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
139
139
  /**
@@ -142,7 +142,7 @@ export declare class DisasterRecoveryClient {
142
142
  * @param CreateDrPlanRequest
143
143
  * @return CreateDrPlanResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
145
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
146
146
  */
147
147
  createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
148
148
  /**
@@ -151,7 +151,7 @@ export declare class DisasterRecoveryClient {
151
151
  * @param CreateDrPlanExecutionRequest
152
152
  * @return CreateDrPlanExecutionResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
154
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
155
155
  */
156
156
  createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
157
157
  /**
@@ -160,7 +160,7 @@ export declare class DisasterRecoveryClient {
160
160
  * @param CreateDrProtectionGroupRequest
161
161
  * @return CreateDrProtectionGroupResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
163
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
164
164
  */
165
165
  createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
166
166
  /**
@@ -169,7 +169,7 @@ export declare class DisasterRecoveryClient {
169
169
  * @param DeleteDrPlanRequest
170
170
  * @return DeleteDrPlanResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
172
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
173
173
  */
174
174
  deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
175
175
  /**
@@ -178,7 +178,7 @@ export declare class DisasterRecoveryClient {
178
178
  * @param DeleteDrPlanExecutionRequest
179
179
  * @return DeleteDrPlanExecutionResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
181
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
182
182
  */
183
183
  deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
184
184
  /**
@@ -187,7 +187,7 @@ export declare class DisasterRecoveryClient {
187
187
  * @param DeleteDrProtectionGroupRequest
188
188
  * @return DeleteDrProtectionGroupResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
190
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
191
191
  */
192
192
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
193
193
  /**
@@ -198,7 +198,7 @@ export declare class DisasterRecoveryClient {
198
198
  * @param DisassociateDrProtectionGroupRequest
199
199
  * @return DisassociateDrProtectionGroupResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
201
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
202
202
  */
203
203
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class DisasterRecoveryClient {
207
207
  * @param GetDrPlanRequest
208
208
  * @return GetDrPlanResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
210
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
211
211
  */
212
212
  getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class DisasterRecoveryClient {
216
216
  * @param GetDrPlanExecutionRequest
217
217
  * @return GetDrPlanExecutionResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
219
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
220
220
  */
221
221
  getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class DisasterRecoveryClient {
225
225
  * @param GetDrProtectionGroupRequest
226
226
  * @return GetDrProtectionGroupResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
228
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
229
229
  */
230
230
  getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
231
231
  /**
@@ -234,7 +234,7 @@ export declare class DisasterRecoveryClient {
234
234
  * @param GetWorkRequestRequest
235
235
  * @return GetWorkRequestResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
237
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
238
238
  */
239
239
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class DisasterRecoveryClient {
243
243
  * @param IgnoreDrPlanExecutionRequest
244
244
  * @return IgnoreDrPlanExecutionResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
246
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
247
247
  */
248
248
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
249
249
  /**
@@ -252,7 +252,7 @@ export declare class DisasterRecoveryClient {
252
252
  * @param ListDrPlanExecutionsRequest
253
253
  * @return ListDrPlanExecutionsResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
255
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
256
256
  */
257
257
  listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
258
258
  /**
@@ -261,7 +261,7 @@ export declare class DisasterRecoveryClient {
261
261
  * @param ListDrPlansRequest
262
262
  * @return ListDrPlansResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
264
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
265
265
  */
266
266
  listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
267
267
  /**
@@ -270,7 +270,7 @@ export declare class DisasterRecoveryClient {
270
270
  * @param ListDrProtectionGroupsRequest
271
271
  * @return ListDrProtectionGroupsResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
273
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
274
274
  */
275
275
  listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
276
276
  /**
@@ -280,7 +280,7 @@ export declare class DisasterRecoveryClient {
280
280
  * @param ListWorkRequestErrorsRequest
281
281
  * @return ListWorkRequestErrorsResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
283
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
284
284
  */
285
285
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
286
286
  /**
@@ -290,7 +290,7 @@ export declare class DisasterRecoveryClient {
290
290
  * @param ListWorkRequestLogsRequest
291
291
  * @return ListWorkRequestLogsResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
293
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
294
294
  */
295
295
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
296
296
  /**
@@ -300,7 +300,7 @@ export declare class DisasterRecoveryClient {
300
300
  * @param ListWorkRequestsRequest
301
301
  * @return ListWorkRequestsResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
303
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
304
304
  */
305
305
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
306
306
  /**
@@ -309,7 +309,7 @@ export declare class DisasterRecoveryClient {
309
309
  * @param PauseDrPlanExecutionRequest
310
310
  * @return PauseDrPlanExecutionResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
312
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
313
313
  */
314
314
  pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class DisasterRecoveryClient {
318
318
  * @param RefreshDrPlanRequest
319
319
  * @return RefreshDrPlanResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RefreshDrPlan.ts.html |here} to see how to use RefreshDrPlan API.
321
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RefreshDrPlan.ts.html |here} to see how to use RefreshDrPlan API.
322
322
  */
323
323
  refreshDrPlan(refreshDrPlanRequest: requests.RefreshDrPlanRequest): Promise<responses.RefreshDrPlanResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class DisasterRecoveryClient {
327
327
  * @param ResumeDrPlanExecutionRequest
328
328
  * @return ResumeDrPlanExecutionResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
330
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
331
331
  */
332
332
  resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
333
333
  /**
@@ -336,7 +336,7 @@ export declare class DisasterRecoveryClient {
336
336
  * @param RetryDrPlanExecutionRequest
337
337
  * @return RetryDrPlanExecutionResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
339
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
340
340
  */
341
341
  retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class DisasterRecoveryClient {
345
345
  * @param UpdateDrPlanRequest
346
346
  * @return UpdateDrPlanResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
348
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
349
349
  */
350
350
  updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
351
351
  /**
@@ -354,7 +354,7 @@ export declare class DisasterRecoveryClient {
354
354
  * @param UpdateDrPlanExecutionRequest
355
355
  * @return UpdateDrPlanExecutionResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
357
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
358
358
  */
359
359
  updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
360
360
  /**
@@ -363,7 +363,7 @@ export declare class DisasterRecoveryClient {
363
363
  * @param UpdateDrProtectionGroupRequest
364
364
  * @return UpdateDrProtectionGroupResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
366
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
367
367
  */
368
368
  updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
369
369
  /**
@@ -372,7 +372,7 @@ export declare class DisasterRecoveryClient {
372
372
  * @param UpdateDrProtectionGroupRoleRequest
373
373
  * @return UpdateDrProtectionGroupRoleResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
375
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
376
376
  */
377
377
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
378
378
  /**
@@ -381,7 +381,7 @@ export declare class DisasterRecoveryClient {
381
381
  * @param VerifyDrPlanRequest
382
382
  * @return VerifyDrPlanResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/VerifyDrPlan.ts.html |here} to see how to use VerifyDrPlan API.
384
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/VerifyDrPlan.ts.html |here} to see how to use VerifyDrPlan API.
385
385
  */
386
386
  verifyDrPlan(verifyDrPlanRequest: requests.VerifyDrPlanRequest): Promise<responses.VerifyDrPlanResponse>;
387
387
  }
package/lib/client.js CHANGED
@@ -219,7 +219,7 @@ class DisasterRecoveryClient {
219
219
  * @param AssociateDrProtectionGroupRequest
220
220
  * @return AssociateDrProtectionGroupResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
222
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
223
223
  */
224
224
  associateDrProtectionGroup(associateDrProtectionGroupRequest) {
225
225
  return __awaiter(this, void 0, void 0, function* () {
@@ -281,7 +281,7 @@ class DisasterRecoveryClient {
281
281
  * @param CancelDrPlanExecutionRequest
282
282
  * @return CancelDrPlanExecutionResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
284
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
285
285
  */
286
286
  cancelDrPlanExecution(cancelDrPlanExecutionRequest) {
287
287
  return __awaiter(this, void 0, void 0, function* () {
@@ -343,7 +343,7 @@ class DisasterRecoveryClient {
343
343
  * @param CancelWorkRequestRequest
344
344
  * @return CancelWorkRequestResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
346
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
347
347
  */
348
348
  cancelWorkRequest(cancelWorkRequestRequest) {
349
349
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +398,7 @@ class DisasterRecoveryClient {
398
398
  * @param ChangeDrProtectionGroupCompartmentRequest
399
399
  * @return ChangeDrProtectionGroupCompartmentResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
401
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
402
402
  */
403
403
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest) {
404
404
  return __awaiter(this, void 0, void 0, function* () {
@@ -460,7 +460,7 @@ class DisasterRecoveryClient {
460
460
  * @param CreateDrPlanRequest
461
461
  * @return CreateDrPlanResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
463
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
464
464
  */
465
465
  createDrPlan(createDrPlanRequest) {
466
466
  return __awaiter(this, void 0, void 0, function* () {
@@ -533,7 +533,7 @@ class DisasterRecoveryClient {
533
533
  * @param CreateDrPlanExecutionRequest
534
534
  * @return CreateDrPlanExecutionResponse
535
535
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
536
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
537
537
  */
538
538
  createDrPlanExecution(createDrPlanExecutionRequest) {
539
539
  return __awaiter(this, void 0, void 0, function* () {
@@ -606,7 +606,7 @@ class DisasterRecoveryClient {
606
606
  * @param CreateDrProtectionGroupRequest
607
607
  * @return CreateDrProtectionGroupResponse
608
608
  * @throws OciError when an error occurs
609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
609
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
610
610
  */
611
611
  createDrProtectionGroup(createDrProtectionGroupRequest) {
612
612
  return __awaiter(this, void 0, void 0, function* () {
@@ -679,7 +679,7 @@ class DisasterRecoveryClient {
679
679
  * @param DeleteDrPlanRequest
680
680
  * @return DeleteDrPlanResponse
681
681
  * @throws OciError when an error occurs
682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
682
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
683
683
  */
684
684
  deleteDrPlan(deleteDrPlanRequest) {
685
685
  return __awaiter(this, void 0, void 0, function* () {
@@ -734,7 +734,7 @@ class DisasterRecoveryClient {
734
734
  * @param DeleteDrPlanExecutionRequest
735
735
  * @return DeleteDrPlanExecutionResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
737
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
738
738
  */
739
739
  deleteDrPlanExecution(deleteDrPlanExecutionRequest) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -794,7 +794,7 @@ class DisasterRecoveryClient {
794
794
  * @param DeleteDrProtectionGroupRequest
795
795
  * @return DeleteDrProtectionGroupResponse
796
796
  * @throws OciError when an error occurs
797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
797
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
798
798
  */
799
799
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest) {
800
800
  return __awaiter(this, void 0, void 0, function* () {
@@ -856,7 +856,7 @@ class DisasterRecoveryClient {
856
856
  * @param DisassociateDrProtectionGroupRequest
857
857
  * @return DisassociateDrProtectionGroupResponse
858
858
  * @throws OciError when an error occurs
859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
859
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
860
860
  */
861
861
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest) {
862
862
  return __awaiter(this, void 0, void 0, function* () {
@@ -918,7 +918,7 @@ class DisasterRecoveryClient {
918
918
  * @param GetDrPlanRequest
919
919
  * @return GetDrPlanResponse
920
920
  * @throws OciError when an error occurs
921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
921
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
922
922
  */
923
923
  getDrPlan(getDrPlanRequest) {
924
924
  return __awaiter(this, void 0, void 0, function* () {
@@ -981,7 +981,7 @@ class DisasterRecoveryClient {
981
981
  * @param GetDrPlanExecutionRequest
982
982
  * @return GetDrPlanExecutionResponse
983
983
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
984
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
985
985
  */
986
986
  getDrPlanExecution(getDrPlanExecutionRequest) {
987
987
  return __awaiter(this, void 0, void 0, function* () {
@@ -1044,7 +1044,7 @@ class DisasterRecoveryClient {
1044
1044
  * @param GetDrProtectionGroupRequest
1045
1045
  * @return GetDrProtectionGroupResponse
1046
1046
  * @throws OciError when an error occurs
1047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1047
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1048
1048
  */
1049
1049
  getDrProtectionGroup(getDrProtectionGroupRequest) {
1050
1050
  return __awaiter(this, void 0, void 0, function* () {
@@ -1107,7 +1107,7 @@ class DisasterRecoveryClient {
1107
1107
  * @param GetWorkRequestRequest
1108
1108
  * @return GetWorkRequestResponse
1109
1109
  * @throws OciError when an error occurs
1110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1110
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1111
1111
  */
1112
1112
  getWorkRequest(getWorkRequestRequest) {
1113
1113
  return __awaiter(this, void 0, void 0, function* () {
@@ -1175,7 +1175,7 @@ class DisasterRecoveryClient {
1175
1175
  * @param IgnoreDrPlanExecutionRequest
1176
1176
  * @return IgnoreDrPlanExecutionResponse
1177
1177
  * @throws OciError when an error occurs
1178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1178
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1179
1179
  */
1180
1180
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest) {
1181
1181
  return __awaiter(this, void 0, void 0, function* () {
@@ -1237,7 +1237,7 @@ class DisasterRecoveryClient {
1237
1237
  * @param ListDrPlanExecutionsRequest
1238
1238
  * @return ListDrPlanExecutionsResponse
1239
1239
  * @throws OciError when an error occurs
1240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1240
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1241
1241
  */
1242
1242
  listDrPlanExecutions(listDrPlanExecutionsRequest) {
1243
1243
  return __awaiter(this, void 0, void 0, function* () {
@@ -1307,7 +1307,7 @@ class DisasterRecoveryClient {
1307
1307
  * @param ListDrPlansRequest
1308
1308
  * @return ListDrPlansResponse
1309
1309
  * @throws OciError when an error occurs
1310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1310
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1311
1311
  */
1312
1312
  listDrPlans(listDrPlansRequest) {
1313
1313
  return __awaiter(this, void 0, void 0, function* () {
@@ -1379,7 +1379,7 @@ class DisasterRecoveryClient {
1379
1379
  * @param ListDrProtectionGroupsRequest
1380
1380
  * @return ListDrProtectionGroupsResponse
1381
1381
  * @throws OciError when an error occurs
1382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1382
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1383
1383
  */
1384
1384
  listDrProtectionGroups(listDrProtectionGroupsRequest) {
1385
1385
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1452,7 @@ class DisasterRecoveryClient {
1452
1452
  * @param ListWorkRequestErrorsRequest
1453
1453
  * @return ListWorkRequestErrorsResponse
1454
1454
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1455
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1456
1456
  */
1457
1457
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1458
1458
  return __awaiter(this, void 0, void 0, function* () {
@@ -1521,7 +1521,7 @@ class DisasterRecoveryClient {
1521
1521
  * @param ListWorkRequestLogsRequest
1522
1522
  * @return ListWorkRequestLogsResponse
1523
1523
  * @throws OciError when an error occurs
1524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1524
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1525
1525
  */
1526
1526
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1527
1527
  return __awaiter(this, void 0, void 0, function* () {
@@ -1590,7 +1590,7 @@ class DisasterRecoveryClient {
1590
1590
  * @param ListWorkRequestsRequest
1591
1591
  * @return ListWorkRequestsResponse
1592
1592
  * @throws OciError when an error occurs
1593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1593
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1594
1594
  */
1595
1595
  listWorkRequests(listWorkRequestsRequest) {
1596
1596
  return __awaiter(this, void 0, void 0, function* () {
@@ -1660,7 +1660,7 @@ class DisasterRecoveryClient {
1660
1660
  * @param PauseDrPlanExecutionRequest
1661
1661
  * @return PauseDrPlanExecutionResponse
1662
1662
  * @throws OciError when an error occurs
1663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1663
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1664
1664
  */
1665
1665
  pauseDrPlanExecution(pauseDrPlanExecutionRequest) {
1666
1666
  return __awaiter(this, void 0, void 0, function* () {
@@ -1722,7 +1722,7 @@ class DisasterRecoveryClient {
1722
1722
  * @param RefreshDrPlanRequest
1723
1723
  * @return RefreshDrPlanResponse
1724
1724
  * @throws OciError when an error occurs
1725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RefreshDrPlan.ts.html |here} to see how to use RefreshDrPlan API.
1725
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RefreshDrPlan.ts.html |here} to see how to use RefreshDrPlan API.
1726
1726
  */
1727
1727
  refreshDrPlan(refreshDrPlanRequest) {
1728
1728
  return __awaiter(this, void 0, void 0, function* () {
@@ -1784,7 +1784,7 @@ class DisasterRecoveryClient {
1784
1784
  * @param ResumeDrPlanExecutionRequest
1785
1785
  * @return ResumeDrPlanExecutionResponse
1786
1786
  * @throws OciError when an error occurs
1787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1787
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1788
1788
  */
1789
1789
  resumeDrPlanExecution(resumeDrPlanExecutionRequest) {
1790
1790
  return __awaiter(this, void 0, void 0, function* () {
@@ -1846,7 +1846,7 @@ class DisasterRecoveryClient {
1846
1846
  * @param RetryDrPlanExecutionRequest
1847
1847
  * @return RetryDrPlanExecutionResponse
1848
1848
  * @throws OciError when an error occurs
1849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1849
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1850
1850
  */
1851
1851
  retryDrPlanExecution(retryDrPlanExecutionRequest) {
1852
1852
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1908,7 @@ class DisasterRecoveryClient {
1908
1908
  * @param UpdateDrPlanRequest
1909
1909
  * @return UpdateDrPlanResponse
1910
1910
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1911
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1912
1912
  */
1913
1913
  updateDrPlan(updateDrPlanRequest) {
1914
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -1969,7 +1969,7 @@ class DisasterRecoveryClient {
1969
1969
  * @param UpdateDrPlanExecutionRequest
1970
1970
  * @return UpdateDrPlanExecutionResponse
1971
1971
  * @throws OciError when an error occurs
1972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1972
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1973
1973
  */
1974
1974
  updateDrPlanExecution(updateDrPlanExecutionRequest) {
1975
1975
  return __awaiter(this, void 0, void 0, function* () {
@@ -2030,7 +2030,7 @@ class DisasterRecoveryClient {
2030
2030
  * @param UpdateDrProtectionGroupRequest
2031
2031
  * @return UpdateDrProtectionGroupResponse
2032
2032
  * @throws OciError when an error occurs
2033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
2033
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
2034
2034
  */
2035
2035
  updateDrProtectionGroup(updateDrProtectionGroupRequest) {
2036
2036
  return __awaiter(this, void 0, void 0, function* () {
@@ -2091,7 +2091,7 @@ class DisasterRecoveryClient {
2091
2091
  * @param UpdateDrProtectionGroupRoleRequest
2092
2092
  * @return UpdateDrProtectionGroupRoleResponse
2093
2093
  * @throws OciError when an error occurs
2094
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
2094
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
2095
2095
  */
2096
2096
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest) {
2097
2097
  return __awaiter(this, void 0, void 0, function* () {
@@ -2153,7 +2153,7 @@ class DisasterRecoveryClient {
2153
2153
  * @param VerifyDrPlanRequest
2154
2154
  * @return VerifyDrPlanResponse
2155
2155
  * @throws OciError when an error occurs
2156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/VerifyDrPlan.ts.html |here} to see how to use VerifyDrPlan API.
2156
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/VerifyDrPlan.ts.html |here} to see how to use VerifyDrPlan API.
2157
2157
  */
2158
2158
  verifyDrPlan(verifyDrPlanRequest) {
2159
2159
  return __awaiter(this, void 0, void 0, function* () {
@@ -20,7 +20,7 @@ and application.
20
20
  export interface WorkRequestError {
21
21
  /**
22
22
  * A machine-usable code for the error that occured. Error codes are listed here --
23
- * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
23
+ * (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
24
24
  * <p>
25
25
  Example: {@code 429}
26
26
  *
@@ -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/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface AssociateDrProtectionGroupRequest 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/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
17
17
  */
18
18
  export interface CancelDrPlanExecutionRequest 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/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest 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/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDrProtectionGroupCompartmentRequest 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/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecutionRequest.
17
17
  */
18
18
  export interface CreateDrPlanExecutionRequest 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/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlanRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlanRequest.
17
17
  */
18
18
  export interface CreateDrPlanRequest 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/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface CreateDrProtectionGroupRequest 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/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
16
16
  */
17
17
  export interface DeleteDrPlanExecutionRequest 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/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
16
16
  */
17
17
  export interface DeleteDrPlanRequest 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/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
16
16
  */
17
17
  export interface DeleteDrProtectionGroupRequest 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/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface DisassociateDrProtectionGroupRequest 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/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
16
16
  */
17
17
  export interface GetDrPlanExecutionRequest 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/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
16
16
  */
17
17
  export interface GetDrPlanRequest 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/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
16
16
  */
17
17
  export interface GetDrProtectionGroupRequest 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/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/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/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
17
17
  */
18
18
  export interface IgnoreDrPlanExecutionRequest 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/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
17
17
  */
18
18
  export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
19
19
  /**
@@ -48,7 +48,7 @@ export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
48
48
  * 1 is the minimum, 1000 is the maximum.
49
49
  * <p>
50
50
  For important details about how pagination works,
51
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
51
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
52
52
  * <p>
53
53
  Example: {@code 100}
54
54
  *
@@ -59,7 +59,7 @@ export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
59
59
  * header from the previous \"List\" call.
60
60
  * <p>
61
61
  For important details about how pagination works,
62
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
62
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
63
63
  *
64
64
  */
65
65
  "page"?: string;
@@ -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/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
17
17
  */
18
18
  export interface ListDrPlansRequest extends common.BaseRequest {
19
19
  /**
@@ -52,7 +52,7 @@ export interface ListDrPlansRequest extends common.BaseRequest {
52
52
  * 1 is the minimum, 1000 is the maximum.
53
53
  * <p>
54
54
  For important details about how pagination works,
55
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
55
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
56
  * <p>
57
57
  Example: {@code 100}
58
58
  *
@@ -63,7 +63,7 @@ export interface ListDrPlansRequest extends common.BaseRequest {
63
63
  * header from the previous \"List\" call.
64
64
  * <p>
65
65
  For important details about how pagination works,
66
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
66
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
67
67
  *
68
68
  */
69
69
  "page"?: string;
@@ -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/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
17
17
  */
18
18
  export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
19
19
  /**
@@ -48,7 +48,7 @@ export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
48
48
  * 1 is the minimum, 1000 is the maximum.
49
49
  * <p>
50
50
  For important details about how pagination works,
51
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
51
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
52
52
  * <p>
53
53
  Example: {@code 100}
54
54
  *
@@ -59,7 +59,7 @@ export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
59
59
  * header from the previous \"List\" call.
60
60
  * <p>
61
61
  For important details about how pagination works,
62
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
62
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
63
63
  *
64
64
  */
65
65
  "page"?: string;
@@ -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/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
33
33
  * header from the previous \"List\" call.
34
34
  * <p>
35
35
  For important details about how pagination works,
36
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -43,7 +43,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
43
43
  * 1 is the minimum, 1000 is the maximum.
44
44
  * <p>
45
45
  For important details about how pagination works,
46
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
47
  * <p>
48
48
  Example: {@code 100}
49
49
  *
@@ -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/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
33
33
  * header from the previous \"List\" call.
34
34
  * <p>
35
35
  For important details about how pagination works,
36
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -43,7 +43,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
43
43
  * 1 is the minimum, 1000 is the maximum.
44
44
  * <p>
45
45
  For important details about how pagination works,
46
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
47
  * <p>
48
48
  Example: {@code 100}
49
49
  *
@@ -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/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -52,7 +52,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
52
52
  * header from the previous \"List\" call.
53
53
  * <p>
54
54
  For important details about how pagination works,
55
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
55
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
56
  *
57
57
  */
58
58
  "page"?: string;
@@ -62,7 +62,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
62
62
  * 1 is the minimum, 1000 is the maximum.
63
63
  * <p>
64
64
  For important details about how pagination works,
65
- * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
65
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
66
66
  * <p>
67
67
  Example: {@code 100}
68
68
  *
@@ -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/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecutionRequest.
17
17
  */
18
18
  export interface PauseDrPlanExecutionRequest 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/latest/disasterrecovery/RefreshDrPlan.ts.html |here} to see how to use RefreshDrPlanRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RefreshDrPlan.ts.html |here} to see how to use RefreshDrPlanRequest.
17
17
  */
18
18
  export interface RefreshDrPlanRequest 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/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecutionRequest.
17
17
  */
18
18
  export interface ResumeDrPlanExecutionRequest 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/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecutionRequest.
17
17
  */
18
18
  export interface RetryDrPlanExecutionRequest 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/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecutionRequest.
17
17
  */
18
18
  export interface UpdateDrPlanExecutionRequest 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/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlanRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlanRequest.
17
17
  */
18
18
  export interface UpdateDrPlanRequest 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/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface UpdateDrProtectionGroupRequest 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/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
17
17
  */
18
18
  export interface UpdateDrProtectionGroupRoleRequest 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/latest/disasterrecovery/VerifyDrPlan.ts.html |here} to see how to use VerifyDrPlanRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/VerifyDrPlan.ts.html |here} to see how to use VerifyDrPlanRequest.
17
17
  */
18
18
  export interface VerifyDrPlanRequest extends common.BaseRequest {
19
19
  /**
@@ -17,7 +17,7 @@ export interface CreateDrPlanExecutionResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
20
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
21
21
  *
22
22
  */
23
23
  "etag": string;
@@ -17,7 +17,7 @@ export interface CreateDrPlanResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
20
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
21
21
  *
22
22
  */
23
23
  "etag": string;
@@ -17,7 +17,7 @@ export interface CreateDrProtectionGroupResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
20
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
21
21
  *
22
22
  */
23
23
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDrPlanExecutionResponse {
15
15
  /**
16
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDrPlanResponse {
15
15
  /**
16
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDrProtectionGroupResponse {
15
15
  /**
16
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ * For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-disasterrecovery",
3
- "version": "2.102.2",
3
+ "version": "2.103.0",
4
4
  "description": "OCI NodeJS client for Disaster 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.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"