oci-disasterrecovery 2.62.2 → 2.62.3

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 (32) hide show
  1. package/lib/client.d.ts +29 -29
  2. package/lib/client.js +29 -29
  3. package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
  4. package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
  5. package/lib/request/cancel-work-request-request.d.ts +1 -1
  6. package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
  7. package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
  8. package/lib/request/create-dr-plan-request.d.ts +1 -1
  9. package/lib/request/create-dr-protection-group-request.d.ts +1 -1
  10. package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
  11. package/lib/request/delete-dr-plan-request.d.ts +1 -1
  12. package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
  13. package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
  14. package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
  15. package/lib/request/get-dr-plan-request.d.ts +1 -1
  16. package/lib/request/get-dr-protection-group-request.d.ts +1 -1
  17. package/lib/request/get-work-request-request.d.ts +1 -1
  18. package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
  19. package/lib/request/list-dr-plan-executions-request.d.ts +1 -1
  20. package/lib/request/list-dr-plans-request.d.ts +1 -1
  21. package/lib/request/list-dr-protection-groups-request.d.ts +1 -1
  22. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  23. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  24. package/lib/request/list-work-requests-request.d.ts +1 -1
  25. package/lib/request/pause-dr-plan-execution-request.d.ts +1 -1
  26. package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
  27. package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
  28. package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
  29. package/lib/request/update-dr-plan-request.d.ts +1 -1
  30. package/lib/request/update-dr-protection-group-request.d.ts +1 -1
  31. package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
  32. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -90,7 +90,7 @@ export declare class DisasterRecoveryClient {
90
90
  * @param AssociateDrProtectionGroupRequest
91
91
  * @return AssociateDrProtectionGroupResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
94
94
  */
95
95
  associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
96
96
  /**
@@ -99,7 +99,7 @@ export declare class DisasterRecoveryClient {
99
99
  * @param CancelDrPlanExecutionRequest
100
100
  * @return CancelDrPlanExecutionResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
103
103
  */
104
104
  cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
105
105
  /**
@@ -108,7 +108,7 @@ export declare class DisasterRecoveryClient {
108
108
  * @param CancelWorkRequestRequest
109
109
  * @return CancelWorkRequestResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
112
112
  */
113
113
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
114
114
  /**
@@ -117,7 +117,7 @@ export declare class DisasterRecoveryClient {
117
117
  * @param ChangeDrProtectionGroupCompartmentRequest
118
118
  * @return ChangeDrProtectionGroupCompartmentResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
121
121
  */
122
122
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
123
123
  /**
@@ -126,7 +126,7 @@ export declare class DisasterRecoveryClient {
126
126
  * @param CreateDrPlanRequest
127
127
  * @return CreateDrPlanResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
130
130
  */
131
131
  createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class DisasterRecoveryClient {
135
135
  * @param CreateDrPlanExecutionRequest
136
136
  * @return CreateDrPlanExecutionResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
139
139
  */
140
140
  createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class DisasterRecoveryClient {
144
144
  * @param CreateDrProtectionGroupRequest
145
145
  * @return CreateDrProtectionGroupResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
148
148
  */
149
149
  createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
150
150
  /**
@@ -153,7 +153,7 @@ export declare class DisasterRecoveryClient {
153
153
  * @param DeleteDrPlanRequest
154
154
  * @return DeleteDrPlanResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
157
157
  */
158
158
  deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class DisasterRecoveryClient {
162
162
  * @param DeleteDrPlanExecutionRequest
163
163
  * @return DeleteDrPlanExecutionResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
166
166
  */
167
167
  deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class DisasterRecoveryClient {
171
171
  * @param DeleteDrProtectionGroupRequest
172
172
  * @return DeleteDrProtectionGroupResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
175
175
  */
176
176
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
177
177
  /**
@@ -182,7 +182,7 @@ export declare class DisasterRecoveryClient {
182
182
  * @param DisassociateDrProtectionGroupRequest
183
183
  * @return DisassociateDrProtectionGroupResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
186
186
  */
187
187
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
188
188
  /**
@@ -191,7 +191,7 @@ export declare class DisasterRecoveryClient {
191
191
  * @param GetDrPlanRequest
192
192
  * @return GetDrPlanResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
195
195
  */
196
196
  getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
197
197
  /**
@@ -200,7 +200,7 @@ export declare class DisasterRecoveryClient {
200
200
  * @param GetDrPlanExecutionRequest
201
201
  * @return GetDrPlanExecutionResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
204
204
  */
205
205
  getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
206
206
  /**
@@ -209,7 +209,7 @@ export declare class DisasterRecoveryClient {
209
209
  * @param GetDrProtectionGroupRequest
210
210
  * @return GetDrProtectionGroupResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
213
213
  */
214
214
  getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
215
215
  /**
@@ -218,7 +218,7 @@ export declare class DisasterRecoveryClient {
218
218
  * @param GetWorkRequestRequest
219
219
  * @return GetWorkRequestResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
222
222
  */
223
223
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
224
224
  /**
@@ -227,7 +227,7 @@ export declare class DisasterRecoveryClient {
227
227
  * @param IgnoreDrPlanExecutionRequest
228
228
  * @return IgnoreDrPlanExecutionResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
231
231
  */
232
232
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
233
233
  /**
@@ -236,7 +236,7 @@ export declare class DisasterRecoveryClient {
236
236
  * @param ListDrPlanExecutionsRequest
237
237
  * @return ListDrPlanExecutionsResponse
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.62.2/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
240
240
  */
241
241
  listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
242
242
  /**
@@ -245,7 +245,7 @@ export declare class DisasterRecoveryClient {
245
245
  * @param ListDrPlansRequest
246
246
  * @return ListDrPlansResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
249
249
  */
250
250
  listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class DisasterRecoveryClient {
254
254
  * @param ListDrProtectionGroupsRequest
255
255
  * @return ListDrProtectionGroupsResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
258
258
  */
259
259
  listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class DisasterRecoveryClient {
264
264
  * @param ListWorkRequestErrorsRequest
265
265
  * @return ListWorkRequestErrorsResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
268
268
  */
269
269
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
270
270
  /**
@@ -274,7 +274,7 @@ export declare class DisasterRecoveryClient {
274
274
  * @param ListWorkRequestLogsRequest
275
275
  * @return ListWorkRequestLogsResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
278
278
  */
279
279
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
280
280
  /**
@@ -284,7 +284,7 @@ export declare class DisasterRecoveryClient {
284
284
  * @param ListWorkRequestsRequest
285
285
  * @return ListWorkRequestsResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
288
288
  */
289
289
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class DisasterRecoveryClient {
293
293
  * @param PauseDrPlanExecutionRequest
294
294
  * @return PauseDrPlanExecutionResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
297
297
  */
298
298
  pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class DisasterRecoveryClient {
302
302
  * @param ResumeDrPlanExecutionRequest
303
303
  * @return ResumeDrPlanExecutionResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
306
306
  */
307
307
  resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare class DisasterRecoveryClient {
311
311
  * @param RetryDrPlanExecutionRequest
312
312
  * @return RetryDrPlanExecutionResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
315
315
  */
316
316
  retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class DisasterRecoveryClient {
320
320
  * @param UpdateDrPlanRequest
321
321
  * @return UpdateDrPlanResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
324
324
  */
325
325
  updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
326
326
  /**
@@ -329,7 +329,7 @@ export declare class DisasterRecoveryClient {
329
329
  * @param UpdateDrPlanExecutionRequest
330
330
  * @return UpdateDrPlanExecutionResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
333
333
  */
334
334
  updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
335
335
  /**
@@ -338,7 +338,7 @@ export declare class DisasterRecoveryClient {
338
338
  * @param UpdateDrProtectionGroupRequest
339
339
  * @return UpdateDrProtectionGroupResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
342
342
  */
343
343
  updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
344
344
  /**
@@ -347,7 +347,7 @@ export declare class DisasterRecoveryClient {
347
347
  * @param UpdateDrProtectionGroupRoleRequest
348
348
  * @return UpdateDrProtectionGroupRoleResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
351
351
  */
352
352
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
353
353
  }
package/lib/client.js CHANGED
@@ -184,7 +184,7 @@ class DisasterRecoveryClient {
184
184
  * @param AssociateDrProtectionGroupRequest
185
185
  * @return AssociateDrProtectionGroupResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
188
188
  */
189
189
  associateDrProtectionGroup(associateDrProtectionGroupRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class DisasterRecoveryClient {
246
246
  * @param CancelDrPlanExecutionRequest
247
247
  * @return CancelDrPlanExecutionResponse
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.62.2/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
250
250
  */
251
251
  cancelDrPlanExecution(cancelDrPlanExecutionRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -308,7 +308,7 @@ class DisasterRecoveryClient {
308
308
  * @param CancelWorkRequestRequest
309
309
  * @return CancelWorkRequestResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
312
312
  */
313
313
  cancelWorkRequest(cancelWorkRequestRequest) {
314
314
  return __awaiter(this, void 0, void 0, function* () {
@@ -363,7 +363,7 @@ class DisasterRecoveryClient {
363
363
  * @param ChangeDrProtectionGroupCompartmentRequest
364
364
  * @return ChangeDrProtectionGroupCompartmentResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
367
367
  */
368
368
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest) {
369
369
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +425,7 @@ class DisasterRecoveryClient {
425
425
  * @param CreateDrPlanRequest
426
426
  * @return CreateDrPlanResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
429
429
  */
430
430
  createDrPlan(createDrPlanRequest) {
431
431
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class DisasterRecoveryClient {
498
498
  * @param CreateDrPlanExecutionRequest
499
499
  * @return CreateDrPlanExecutionResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
502
502
  */
503
503
  createDrPlanExecution(createDrPlanExecutionRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -571,7 +571,7 @@ class DisasterRecoveryClient {
571
571
  * @param CreateDrProtectionGroupRequest
572
572
  * @return CreateDrProtectionGroupResponse
573
573
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
575
575
  */
576
576
  createDrProtectionGroup(createDrProtectionGroupRequest) {
577
577
  return __awaiter(this, void 0, void 0, function* () {
@@ -644,7 +644,7 @@ class DisasterRecoveryClient {
644
644
  * @param DeleteDrPlanRequest
645
645
  * @return DeleteDrPlanResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
648
648
  */
649
649
  deleteDrPlan(deleteDrPlanRequest) {
650
650
  return __awaiter(this, void 0, void 0, function* () {
@@ -699,7 +699,7 @@ class DisasterRecoveryClient {
699
699
  * @param DeleteDrPlanExecutionRequest
700
700
  * @return DeleteDrPlanExecutionResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
703
703
  */
704
704
  deleteDrPlanExecution(deleteDrPlanExecutionRequest) {
705
705
  return __awaiter(this, void 0, void 0, function* () {
@@ -759,7 +759,7 @@ class DisasterRecoveryClient {
759
759
  * @param DeleteDrProtectionGroupRequest
760
760
  * @return DeleteDrProtectionGroupResponse
761
761
  * @throws OciError when an error occurs
762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
763
763
  */
764
764
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest) {
765
765
  return __awaiter(this, void 0, void 0, function* () {
@@ -821,7 +821,7 @@ class DisasterRecoveryClient {
821
821
  * @param DisassociateDrProtectionGroupRequest
822
822
  * @return DisassociateDrProtectionGroupResponse
823
823
  * @throws OciError when an error occurs
824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
825
825
  */
826
826
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest) {
827
827
  return __awaiter(this, void 0, void 0, function* () {
@@ -883,7 +883,7 @@ class DisasterRecoveryClient {
883
883
  * @param GetDrPlanRequest
884
884
  * @return GetDrPlanResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
887
887
  */
888
888
  getDrPlan(getDrPlanRequest) {
889
889
  return __awaiter(this, void 0, void 0, function* () {
@@ -946,7 +946,7 @@ class DisasterRecoveryClient {
946
946
  * @param GetDrPlanExecutionRequest
947
947
  * @return GetDrPlanExecutionResponse
948
948
  * @throws OciError when an error occurs
949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
950
950
  */
951
951
  getDrPlanExecution(getDrPlanExecutionRequest) {
952
952
  return __awaiter(this, void 0, void 0, function* () {
@@ -1009,7 +1009,7 @@ class DisasterRecoveryClient {
1009
1009
  * @param GetDrProtectionGroupRequest
1010
1010
  * @return GetDrProtectionGroupResponse
1011
1011
  * @throws OciError when an error occurs
1012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1013
1013
  */
1014
1014
  getDrProtectionGroup(getDrProtectionGroupRequest) {
1015
1015
  return __awaiter(this, void 0, void 0, function* () {
@@ -1072,7 +1072,7 @@ class DisasterRecoveryClient {
1072
1072
  * @param GetWorkRequestRequest
1073
1073
  * @return GetWorkRequestResponse
1074
1074
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1076
1076
  */
1077
1077
  getWorkRequest(getWorkRequestRequest) {
1078
1078
  return __awaiter(this, void 0, void 0, function* () {
@@ -1140,7 +1140,7 @@ class DisasterRecoveryClient {
1140
1140
  * @param IgnoreDrPlanExecutionRequest
1141
1141
  * @return IgnoreDrPlanExecutionResponse
1142
1142
  * @throws OciError when an error occurs
1143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1144
1144
  */
1145
1145
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest) {
1146
1146
  return __awaiter(this, void 0, void 0, function* () {
@@ -1202,7 +1202,7 @@ class DisasterRecoveryClient {
1202
1202
  * @param ListDrPlanExecutionsRequest
1203
1203
  * @return ListDrPlanExecutionsResponse
1204
1204
  * @throws OciError when an error occurs
1205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1206
1206
  */
1207
1207
  listDrPlanExecutions(listDrPlanExecutionsRequest) {
1208
1208
  return __awaiter(this, void 0, void 0, function* () {
@@ -1273,7 +1273,7 @@ class DisasterRecoveryClient {
1273
1273
  * @param ListDrPlansRequest
1274
1274
  * @return ListDrPlansResponse
1275
1275
  * @throws OciError when an error occurs
1276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1277
1277
  */
1278
1278
  listDrPlans(listDrPlansRequest) {
1279
1279
  return __awaiter(this, void 0, void 0, function* () {
@@ -1344,7 +1344,7 @@ class DisasterRecoveryClient {
1344
1344
  * @param ListDrProtectionGroupsRequest
1345
1345
  * @return ListDrProtectionGroupsResponse
1346
1346
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1348
1348
  */
1349
1349
  listDrProtectionGroups(listDrProtectionGroupsRequest) {
1350
1350
  return __awaiter(this, void 0, void 0, function* () {
@@ -1415,7 +1415,7 @@ class DisasterRecoveryClient {
1415
1415
  * @param ListWorkRequestErrorsRequest
1416
1416
  * @return ListWorkRequestErrorsResponse
1417
1417
  * @throws OciError when an error occurs
1418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1419
1419
  */
1420
1420
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1421
1421
  return __awaiter(this, void 0, void 0, function* () {
@@ -1484,7 +1484,7 @@ class DisasterRecoveryClient {
1484
1484
  * @param ListWorkRequestLogsRequest
1485
1485
  * @return ListWorkRequestLogsResponse
1486
1486
  * @throws OciError when an error occurs
1487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1488
1488
  */
1489
1489
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1490
1490
  return __awaiter(this, void 0, void 0, function* () {
@@ -1553,7 +1553,7 @@ class DisasterRecoveryClient {
1553
1553
  * @param ListWorkRequestsRequest
1554
1554
  * @return ListWorkRequestsResponse
1555
1555
  * @throws OciError when an error occurs
1556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1557
1557
  */
1558
1558
  listWorkRequests(listWorkRequestsRequest) {
1559
1559
  return __awaiter(this, void 0, void 0, function* () {
@@ -1623,7 +1623,7 @@ class DisasterRecoveryClient {
1623
1623
  * @param PauseDrPlanExecutionRequest
1624
1624
  * @return PauseDrPlanExecutionResponse
1625
1625
  * @throws OciError when an error occurs
1626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1627
1627
  */
1628
1628
  pauseDrPlanExecution(pauseDrPlanExecutionRequest) {
1629
1629
  return __awaiter(this, void 0, void 0, function* () {
@@ -1685,7 +1685,7 @@ class DisasterRecoveryClient {
1685
1685
  * @param ResumeDrPlanExecutionRequest
1686
1686
  * @return ResumeDrPlanExecutionResponse
1687
1687
  * @throws OciError when an error occurs
1688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1689
1689
  */
1690
1690
  resumeDrPlanExecution(resumeDrPlanExecutionRequest) {
1691
1691
  return __awaiter(this, void 0, void 0, function* () {
@@ -1747,7 +1747,7 @@ class DisasterRecoveryClient {
1747
1747
  * @param RetryDrPlanExecutionRequest
1748
1748
  * @return RetryDrPlanExecutionResponse
1749
1749
  * @throws OciError when an error occurs
1750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1751
1751
  */
1752
1752
  retryDrPlanExecution(retryDrPlanExecutionRequest) {
1753
1753
  return __awaiter(this, void 0, void 0, function* () {
@@ -1809,7 +1809,7 @@ class DisasterRecoveryClient {
1809
1809
  * @param UpdateDrPlanRequest
1810
1810
  * @return UpdateDrPlanResponse
1811
1811
  * @throws OciError when an error occurs
1812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1813
1813
  */
1814
1814
  updateDrPlan(updateDrPlanRequest) {
1815
1815
  return __awaiter(this, void 0, void 0, function* () {
@@ -1870,7 +1870,7 @@ class DisasterRecoveryClient {
1870
1870
  * @param UpdateDrPlanExecutionRequest
1871
1871
  * @return UpdateDrPlanExecutionResponse
1872
1872
  * @throws OciError when an error occurs
1873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1874
1874
  */
1875
1875
  updateDrPlanExecution(updateDrPlanExecutionRequest) {
1876
1876
  return __awaiter(this, void 0, void 0, function* () {
@@ -1931,7 +1931,7 @@ class DisasterRecoveryClient {
1931
1931
  * @param UpdateDrProtectionGroupRequest
1932
1932
  * @return UpdateDrProtectionGroupResponse
1933
1933
  * @throws OciError when an error occurs
1934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1935
1935
  */
1936
1936
  updateDrProtectionGroup(updateDrProtectionGroupRequest) {
1937
1937
  return __awaiter(this, void 0, void 0, function* () {
@@ -1992,7 +1992,7 @@ class DisasterRecoveryClient {
1992
1992
  * @param UpdateDrProtectionGroupRoleRequest
1993
1993
  * @return UpdateDrProtectionGroupRoleResponse
1994
1994
  * @throws OciError when an error occurs
1995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
1995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
1996
1996
  */
1997
1997
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest) {
1998
1998
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/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.62.3/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/2.62.2/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
17
17
  */
18
18
  export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
17
17
  */
18
18
  export interface ListDrPlansRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
17
17
  */
18
18
  export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/disasterrecovery/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.62.3/disasterrecovery/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.62.2/disasterrecovery/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.62.3/disasterrecovery/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.62.2/disasterrecovery/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.62.3/disasterrecovery/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.62.2/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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/2.62.2/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
17
17
  */
18
18
  export interface UpdateDrProtectionGroupRoleRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-disasterrecovery",
3
- "version": "2.62.2",
3
+ "version": "2.62.3",
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.62.2",
19
- "oci-workrequests": "2.62.2"
18
+ "oci-common": "2.62.3",
19
+ "oci-workrequests": "2.62.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"