oci-disasterrecovery 2.52.0 → 2.53.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 (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
@@ -80,7 +80,7 @@ export declare class DisasterRecoveryClient {
80
80
  * @param AssociateDrProtectionGroupRequest
81
81
  * @return AssociateDrProtectionGroupResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
84
84
  */
85
85
  associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
86
86
  /**
@@ -89,7 +89,7 @@ export declare class DisasterRecoveryClient {
89
89
  * @param CancelDrPlanExecutionRequest
90
90
  * @return CancelDrPlanExecutionResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
93
93
  */
94
94
  cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
95
95
  /**
@@ -98,7 +98,7 @@ export declare class DisasterRecoveryClient {
98
98
  * @param CancelWorkRequestRequest
99
99
  * @return CancelWorkRequestResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
102
102
  */
103
103
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
104
104
  /**
@@ -107,7 +107,7 @@ export declare class DisasterRecoveryClient {
107
107
  * @param ChangeDrProtectionGroupCompartmentRequest
108
108
  * @return ChangeDrProtectionGroupCompartmentResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
111
111
  */
112
112
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
113
113
  /**
@@ -116,7 +116,7 @@ export declare class DisasterRecoveryClient {
116
116
  * @param CreateDrPlanRequest
117
117
  * @return CreateDrPlanResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
120
120
  */
121
121
  createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
122
122
  /**
@@ -125,7 +125,7 @@ export declare class DisasterRecoveryClient {
125
125
  * @param CreateDrPlanExecutionRequest
126
126
  * @return CreateDrPlanExecutionResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
129
129
  */
130
130
  createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
131
131
  /**
@@ -134,7 +134,7 @@ export declare class DisasterRecoveryClient {
134
134
  * @param CreateDrProtectionGroupRequest
135
135
  * @return CreateDrProtectionGroupResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
138
138
  */
139
139
  createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class DisasterRecoveryClient {
143
143
  * @param DeleteDrPlanRequest
144
144
  * @return DeleteDrPlanResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
147
147
  */
148
148
  deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class DisasterRecoveryClient {
152
152
  * @param DeleteDrPlanExecutionRequest
153
153
  * @return DeleteDrPlanExecutionResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
156
156
  */
157
157
  deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class DisasterRecoveryClient {
161
161
  * @param DeleteDrProtectionGroupRequest
162
162
  * @return DeleteDrProtectionGroupResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
165
165
  */
166
166
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
167
167
  /**
@@ -172,7 +172,7 @@ export declare class DisasterRecoveryClient {
172
172
  * @param DisassociateDrProtectionGroupRequest
173
173
  * @return DisassociateDrProtectionGroupResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
176
176
  */
177
177
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class DisasterRecoveryClient {
181
181
  * @param GetDrPlanRequest
182
182
  * @return GetDrPlanResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
185
185
  */
186
186
  getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare class DisasterRecoveryClient {
190
190
  * @param GetDrPlanExecutionRequest
191
191
  * @return GetDrPlanExecutionResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
194
194
  */
195
195
  getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
196
196
  /**
@@ -199,7 +199,7 @@ export declare class DisasterRecoveryClient {
199
199
  * @param GetDrProtectionGroupRequest
200
200
  * @return GetDrProtectionGroupResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
203
203
  */
204
204
  getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class DisasterRecoveryClient {
208
208
  * @param GetWorkRequestRequest
209
209
  * @return GetWorkRequestResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
212
212
  */
213
213
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class DisasterRecoveryClient {
217
217
  * @param IgnoreDrPlanExecutionRequest
218
218
  * @return IgnoreDrPlanExecutionResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
221
221
  */
222
222
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class DisasterRecoveryClient {
226
226
  * @param ListDrPlanExecutionsRequest
227
227
  * @return ListDrPlanExecutionsResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
230
230
  */
231
231
  listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
232
232
  /**
@@ -235,7 +235,7 @@ export declare class DisasterRecoveryClient {
235
235
  * @param ListDrPlansRequest
236
236
  * @return ListDrPlansResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
239
239
  */
240
240
  listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
241
241
  /**
@@ -244,7 +244,7 @@ export declare class DisasterRecoveryClient {
244
244
  * @param ListDrProtectionGroupsRequest
245
245
  * @return ListDrProtectionGroupsResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
248
248
  */
249
249
  listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
250
250
  /**
@@ -254,7 +254,7 @@ export declare class DisasterRecoveryClient {
254
254
  * @param ListWorkRequestErrorsRequest
255
255
  * @return ListWorkRequestErrorsResponse
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.52.0/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
258
258
  */
259
259
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class DisasterRecoveryClient {
264
264
  * @param ListWorkRequestLogsRequest
265
265
  * @return ListWorkRequestLogsResponse
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.52.0/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
268
268
  */
269
269
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
270
270
  /**
@@ -274,7 +274,7 @@ export declare class DisasterRecoveryClient {
274
274
  * @param ListWorkRequestsRequest
275
275
  * @return ListWorkRequestsResponse
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.52.0/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
278
278
  */
279
279
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
280
280
  /**
@@ -283,7 +283,7 @@ export declare class DisasterRecoveryClient {
283
283
  * @param PauseDrPlanExecutionRequest
284
284
  * @return PauseDrPlanExecutionResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
287
287
  */
288
288
  pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class DisasterRecoveryClient {
292
292
  * @param ResumeDrPlanExecutionRequest
293
293
  * @return ResumeDrPlanExecutionResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
296
296
  */
297
297
  resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class DisasterRecoveryClient {
301
301
  * @param RetryDrPlanExecutionRequest
302
302
  * @return RetryDrPlanExecutionResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
305
305
  */
306
306
  retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
307
307
  /**
@@ -310,7 +310,7 @@ export declare class DisasterRecoveryClient {
310
310
  * @param UpdateDrPlanRequest
311
311
  * @return UpdateDrPlanResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
314
314
  */
315
315
  updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
316
316
  /**
@@ -319,7 +319,7 @@ export declare class DisasterRecoveryClient {
319
319
  * @param UpdateDrPlanExecutionRequest
320
320
  * @return UpdateDrPlanExecutionResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
323
323
  */
324
324
  updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
325
325
  /**
@@ -328,7 +328,7 @@ export declare class DisasterRecoveryClient {
328
328
  * @param UpdateDrProtectionGroupRequest
329
329
  * @return UpdateDrProtectionGroupResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
332
332
  */
333
333
  updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
334
334
  /**
@@ -337,7 +337,7 @@ export declare class DisasterRecoveryClient {
337
337
  * @param UpdateDrProtectionGroupRoleRequest
338
338
  * @return UpdateDrProtectionGroupRoleResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
341
341
  */
342
342
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
343
343
  }
package/lib/client.js CHANGED
@@ -161,7 +161,7 @@ class DisasterRecoveryClient {
161
161
  * @param AssociateDrProtectionGroupRequest
162
162
  * @return AssociateDrProtectionGroupResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
165
165
  */
166
166
  associateDrProtectionGroup(associateDrProtectionGroupRequest) {
167
167
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class DisasterRecoveryClient {
223
223
  * @param CancelDrPlanExecutionRequest
224
224
  * @return CancelDrPlanExecutionResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
227
227
  */
228
228
  cancelDrPlanExecution(cancelDrPlanExecutionRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -285,7 +285,7 @@ class DisasterRecoveryClient {
285
285
  * @param CancelWorkRequestRequest
286
286
  * @return CancelWorkRequestResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
289
289
  */
290
290
  cancelWorkRequest(cancelWorkRequestRequest) {
291
291
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class DisasterRecoveryClient {
340
340
  * @param ChangeDrProtectionGroupCompartmentRequest
341
341
  * @return ChangeDrProtectionGroupCompartmentResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
344
344
  */
345
345
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -402,7 +402,7 @@ class DisasterRecoveryClient {
402
402
  * @param CreateDrPlanRequest
403
403
  * @return CreateDrPlanResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
406
406
  */
407
407
  createDrPlan(createDrPlanRequest) {
408
408
  return __awaiter(this, void 0, void 0, function* () {
@@ -475,7 +475,7 @@ class DisasterRecoveryClient {
475
475
  * @param CreateDrPlanExecutionRequest
476
476
  * @return CreateDrPlanExecutionResponse
477
477
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
479
479
  */
480
480
  createDrPlanExecution(createDrPlanExecutionRequest) {
481
481
  return __awaiter(this, void 0, void 0, function* () {
@@ -548,7 +548,7 @@ class DisasterRecoveryClient {
548
548
  * @param CreateDrProtectionGroupRequest
549
549
  * @return CreateDrProtectionGroupResponse
550
550
  * @throws OciError when an error occurs
551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
552
552
  */
553
553
  createDrProtectionGroup(createDrProtectionGroupRequest) {
554
554
  return __awaiter(this, void 0, void 0, function* () {
@@ -621,7 +621,7 @@ class DisasterRecoveryClient {
621
621
  * @param DeleteDrPlanRequest
622
622
  * @return DeleteDrPlanResponse
623
623
  * @throws OciError when an error occurs
624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
625
625
  */
626
626
  deleteDrPlan(deleteDrPlanRequest) {
627
627
  return __awaiter(this, void 0, void 0, function* () {
@@ -676,7 +676,7 @@ class DisasterRecoveryClient {
676
676
  * @param DeleteDrPlanExecutionRequest
677
677
  * @return DeleteDrPlanExecutionResponse
678
678
  * @throws OciError when an error occurs
679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
680
680
  */
681
681
  deleteDrPlanExecution(deleteDrPlanExecutionRequest) {
682
682
  return __awaiter(this, void 0, void 0, function* () {
@@ -736,7 +736,7 @@ class DisasterRecoveryClient {
736
736
  * @param DeleteDrProtectionGroupRequest
737
737
  * @return DeleteDrProtectionGroupResponse
738
738
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
740
740
  */
741
741
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest) {
742
742
  return __awaiter(this, void 0, void 0, function* () {
@@ -798,7 +798,7 @@ class DisasterRecoveryClient {
798
798
  * @param DisassociateDrProtectionGroupRequest
799
799
  * @return DisassociateDrProtectionGroupResponse
800
800
  * @throws OciError when an error occurs
801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
802
802
  */
803
803
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest) {
804
804
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class DisasterRecoveryClient {
860
860
  * @param GetDrPlanRequest
861
861
  * @return GetDrPlanResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
864
864
  */
865
865
  getDrPlan(getDrPlanRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -923,7 +923,7 @@ class DisasterRecoveryClient {
923
923
  * @param GetDrPlanExecutionRequest
924
924
  * @return GetDrPlanExecutionResponse
925
925
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
927
927
  */
928
928
  getDrPlanExecution(getDrPlanExecutionRequest) {
929
929
  return __awaiter(this, void 0, void 0, function* () {
@@ -986,7 +986,7 @@ class DisasterRecoveryClient {
986
986
  * @param GetDrProtectionGroupRequest
987
987
  * @return GetDrProtectionGroupResponse
988
988
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
990
990
  */
991
991
  getDrProtectionGroup(getDrProtectionGroupRequest) {
992
992
  return __awaiter(this, void 0, void 0, function* () {
@@ -1049,7 +1049,7 @@ class DisasterRecoveryClient {
1049
1049
  * @param GetWorkRequestRequest
1050
1050
  * @return GetWorkRequestResponse
1051
1051
  * @throws OciError when an error occurs
1052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1053
1053
  */
1054
1054
  getWorkRequest(getWorkRequestRequest) {
1055
1055
  return __awaiter(this, void 0, void 0, function* () {
@@ -1117,7 +1117,7 @@ class DisasterRecoveryClient {
1117
1117
  * @param IgnoreDrPlanExecutionRequest
1118
1118
  * @return IgnoreDrPlanExecutionResponse
1119
1119
  * @throws OciError when an error occurs
1120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1121
1121
  */
1122
1122
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest) {
1123
1123
  return __awaiter(this, void 0, void 0, function* () {
@@ -1179,7 +1179,7 @@ class DisasterRecoveryClient {
1179
1179
  * @param ListDrPlanExecutionsRequest
1180
1180
  * @return ListDrPlanExecutionsResponse
1181
1181
  * @throws OciError when an error occurs
1182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1183
1183
  */
1184
1184
  listDrPlanExecutions(listDrPlanExecutionsRequest) {
1185
1185
  return __awaiter(this, void 0, void 0, function* () {
@@ -1250,7 +1250,7 @@ class DisasterRecoveryClient {
1250
1250
  * @param ListDrPlansRequest
1251
1251
  * @return ListDrPlansResponse
1252
1252
  * @throws OciError when an error occurs
1253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1254
1254
  */
1255
1255
  listDrPlans(listDrPlansRequest) {
1256
1256
  return __awaiter(this, void 0, void 0, function* () {
@@ -1321,7 +1321,7 @@ class DisasterRecoveryClient {
1321
1321
  * @param ListDrProtectionGroupsRequest
1322
1322
  * @return ListDrProtectionGroupsResponse
1323
1323
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1325
1325
  */
1326
1326
  listDrProtectionGroups(listDrProtectionGroupsRequest) {
1327
1327
  return __awaiter(this, void 0, void 0, function* () {
@@ -1392,7 +1392,7 @@ class DisasterRecoveryClient {
1392
1392
  * @param ListWorkRequestErrorsRequest
1393
1393
  * @return ListWorkRequestErrorsResponse
1394
1394
  * @throws OciError when an error occurs
1395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1396
1396
  */
1397
1397
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1398
1398
  return __awaiter(this, void 0, void 0, function* () {
@@ -1461,7 +1461,7 @@ class DisasterRecoveryClient {
1461
1461
  * @param ListWorkRequestLogsRequest
1462
1462
  * @return ListWorkRequestLogsResponse
1463
1463
  * @throws OciError when an error occurs
1464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1465
1465
  */
1466
1466
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1467
1467
  return __awaiter(this, void 0, void 0, function* () {
@@ -1530,7 +1530,7 @@ class DisasterRecoveryClient {
1530
1530
  * @param ListWorkRequestsRequest
1531
1531
  * @return ListWorkRequestsResponse
1532
1532
  * @throws OciError when an error occurs
1533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1534
1534
  */
1535
1535
  listWorkRequests(listWorkRequestsRequest) {
1536
1536
  return __awaiter(this, void 0, void 0, function* () {
@@ -1600,7 +1600,7 @@ class DisasterRecoveryClient {
1600
1600
  * @param PauseDrPlanExecutionRequest
1601
1601
  * @return PauseDrPlanExecutionResponse
1602
1602
  * @throws OciError when an error occurs
1603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1604
1604
  */
1605
1605
  pauseDrPlanExecution(pauseDrPlanExecutionRequest) {
1606
1606
  return __awaiter(this, void 0, void 0, function* () {
@@ -1662,7 +1662,7 @@ class DisasterRecoveryClient {
1662
1662
  * @param ResumeDrPlanExecutionRequest
1663
1663
  * @return ResumeDrPlanExecutionResponse
1664
1664
  * @throws OciError when an error occurs
1665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1666
1666
  */
1667
1667
  resumeDrPlanExecution(resumeDrPlanExecutionRequest) {
1668
1668
  return __awaiter(this, void 0, void 0, function* () {
@@ -1724,7 +1724,7 @@ class DisasterRecoveryClient {
1724
1724
  * @param RetryDrPlanExecutionRequest
1725
1725
  * @return RetryDrPlanExecutionResponse
1726
1726
  * @throws OciError when an error occurs
1727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1728
1728
  */
1729
1729
  retryDrPlanExecution(retryDrPlanExecutionRequest) {
1730
1730
  return __awaiter(this, void 0, void 0, function* () {
@@ -1786,7 +1786,7 @@ class DisasterRecoveryClient {
1786
1786
  * @param UpdateDrPlanRequest
1787
1787
  * @return UpdateDrPlanResponse
1788
1788
  * @throws OciError when an error occurs
1789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1790
1790
  */
1791
1791
  updateDrPlan(updateDrPlanRequest) {
1792
1792
  return __awaiter(this, void 0, void 0, function* () {
@@ -1847,7 +1847,7 @@ class DisasterRecoveryClient {
1847
1847
  * @param UpdateDrPlanExecutionRequest
1848
1848
  * @return UpdateDrPlanExecutionResponse
1849
1849
  * @throws OciError when an error occurs
1850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1851
1851
  */
1852
1852
  updateDrPlanExecution(updateDrPlanExecutionRequest) {
1853
1853
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1908,7 @@ class DisasterRecoveryClient {
1908
1908
  * @param UpdateDrProtectionGroupRequest
1909
1909
  * @return UpdateDrProtectionGroupResponse
1910
1910
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1912
1912
  */
1913
1913
  updateDrProtectionGroup(updateDrProtectionGroupRequest) {
1914
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -1969,7 +1969,7 @@ class DisasterRecoveryClient {
1969
1969
  * @param UpdateDrProtectionGroupRoleRequest
1970
1970
  * @return UpdateDrProtectionGroupRoleResponse
1971
1971
  * @throws OciError when an error occurs
1972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
1972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
1973
1973
  */
1974
1974
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest) {
1975
1975
  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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0/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.53.0/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.52.0",
3
+ "version": "2.53.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.52.0",
19
- "oci-workrequests": "2.52.0"
18
+ "oci-common": "2.53.0",
19
+ "oci-workrequests": "2.53.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"