oci-disasterrecovery 2.68.1 → 2.68.2

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
@@ -91,7 +91,7 @@ export declare class DisasterRecoveryClient {
91
91
  * @param AssociateDrProtectionGroupRequest
92
92
  * @return AssociateDrProtectionGroupResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
95
95
  */
96
96
  associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
97
97
  /**
@@ -100,7 +100,7 @@ export declare class DisasterRecoveryClient {
100
100
  * @param CancelDrPlanExecutionRequest
101
101
  * @return CancelDrPlanExecutionResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
104
104
  */
105
105
  cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
106
106
  /**
@@ -109,7 +109,7 @@ export declare class DisasterRecoveryClient {
109
109
  * @param CancelWorkRequestRequest
110
110
  * @return CancelWorkRequestResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
113
113
  */
114
114
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
115
115
  /**
@@ -118,7 +118,7 @@ export declare class DisasterRecoveryClient {
118
118
  * @param ChangeDrProtectionGroupCompartmentRequest
119
119
  * @return ChangeDrProtectionGroupCompartmentResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
122
122
  */
123
123
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
124
124
  /**
@@ -127,7 +127,7 @@ export declare class DisasterRecoveryClient {
127
127
  * @param CreateDrPlanRequest
128
128
  * @return CreateDrPlanResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
131
131
  */
132
132
  createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class DisasterRecoveryClient {
136
136
  * @param CreateDrPlanExecutionRequest
137
137
  * @return CreateDrPlanExecutionResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
140
140
  */
141
141
  createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
142
142
  /**
@@ -145,7 +145,7 @@ export declare class DisasterRecoveryClient {
145
145
  * @param CreateDrProtectionGroupRequest
146
146
  * @return CreateDrProtectionGroupResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
149
149
  */
150
150
  createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
151
151
  /**
@@ -154,7 +154,7 @@ export declare class DisasterRecoveryClient {
154
154
  * @param DeleteDrPlanRequest
155
155
  * @return DeleteDrPlanResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
158
158
  */
159
159
  deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class DisasterRecoveryClient {
163
163
  * @param DeleteDrPlanExecutionRequest
164
164
  * @return DeleteDrPlanExecutionResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
167
167
  */
168
168
  deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class DisasterRecoveryClient {
172
172
  * @param DeleteDrProtectionGroupRequest
173
173
  * @return DeleteDrProtectionGroupResponse
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.68.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
176
176
  */
177
177
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
178
178
  /**
@@ -183,7 +183,7 @@ export declare class DisasterRecoveryClient {
183
183
  * @param DisassociateDrProtectionGroupRequest
184
184
  * @return DisassociateDrProtectionGroupResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
187
187
  */
188
188
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
189
189
  /**
@@ -192,7 +192,7 @@ export declare class DisasterRecoveryClient {
192
192
  * @param GetDrPlanRequest
193
193
  * @return GetDrPlanResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
196
196
  */
197
197
  getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
198
198
  /**
@@ -201,7 +201,7 @@ export declare class DisasterRecoveryClient {
201
201
  * @param GetDrPlanExecutionRequest
202
202
  * @return GetDrPlanExecutionResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
205
205
  */
206
206
  getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
207
207
  /**
@@ -210,7 +210,7 @@ export declare class DisasterRecoveryClient {
210
210
  * @param GetDrProtectionGroupRequest
211
211
  * @return GetDrProtectionGroupResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
214
214
  */
215
215
  getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
216
216
  /**
@@ -219,7 +219,7 @@ export declare class DisasterRecoveryClient {
219
219
  * @param GetWorkRequestRequest
220
220
  * @return GetWorkRequestResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
223
223
  */
224
224
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
225
225
  /**
@@ -228,7 +228,7 @@ export declare class DisasterRecoveryClient {
228
228
  * @param IgnoreDrPlanExecutionRequest
229
229
  * @return IgnoreDrPlanExecutionResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
232
232
  */
233
233
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
234
234
  /**
@@ -237,7 +237,7 @@ export declare class DisasterRecoveryClient {
237
237
  * @param ListDrPlanExecutionsRequest
238
238
  * @return ListDrPlanExecutionsResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
241
241
  */
242
242
  listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
243
243
  /**
@@ -246,7 +246,7 @@ export declare class DisasterRecoveryClient {
246
246
  * @param ListDrPlansRequest
247
247
  * @return ListDrPlansResponse
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.68.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
250
250
  */
251
251
  listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
252
252
  /**
@@ -255,7 +255,7 @@ export declare class DisasterRecoveryClient {
255
255
  * @param ListDrProtectionGroupsRequest
256
256
  * @return ListDrProtectionGroupsResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
259
259
  */
260
260
  listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
261
261
  /**
@@ -265,7 +265,7 @@ export declare class DisasterRecoveryClient {
265
265
  * @param ListWorkRequestErrorsRequest
266
266
  * @return ListWorkRequestErrorsResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
269
269
  */
270
270
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
271
271
  /**
@@ -275,7 +275,7 @@ export declare class DisasterRecoveryClient {
275
275
  * @param ListWorkRequestLogsRequest
276
276
  * @return ListWorkRequestLogsResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
279
279
  */
280
280
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
281
281
  /**
@@ -285,7 +285,7 @@ export declare class DisasterRecoveryClient {
285
285
  * @param ListWorkRequestsRequest
286
286
  * @return ListWorkRequestsResponse
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.68.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
289
289
  */
290
290
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
291
291
  /**
@@ -294,7 +294,7 @@ export declare class DisasterRecoveryClient {
294
294
  * @param PauseDrPlanExecutionRequest
295
295
  * @return PauseDrPlanExecutionResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
298
298
  */
299
299
  pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
300
300
  /**
@@ -303,7 +303,7 @@ export declare class DisasterRecoveryClient {
303
303
  * @param ResumeDrPlanExecutionRequest
304
304
  * @return ResumeDrPlanExecutionResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
307
307
  */
308
308
  resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
309
309
  /**
@@ -312,7 +312,7 @@ export declare class DisasterRecoveryClient {
312
312
  * @param RetryDrPlanExecutionRequest
313
313
  * @return RetryDrPlanExecutionResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
316
316
  */
317
317
  retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
318
318
  /**
@@ -321,7 +321,7 @@ export declare class DisasterRecoveryClient {
321
321
  * @param UpdateDrPlanRequest
322
322
  * @return UpdateDrPlanResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
325
325
  */
326
326
  updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
327
327
  /**
@@ -330,7 +330,7 @@ export declare class DisasterRecoveryClient {
330
330
  * @param UpdateDrPlanExecutionRequest
331
331
  * @return UpdateDrPlanExecutionResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
334
334
  */
335
335
  updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
336
336
  /**
@@ -339,7 +339,7 @@ export declare class DisasterRecoveryClient {
339
339
  * @param UpdateDrProtectionGroupRequest
340
340
  * @return UpdateDrProtectionGroupResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
343
343
  */
344
344
  updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
345
345
  /**
@@ -348,7 +348,7 @@ export declare class DisasterRecoveryClient {
348
348
  * @param UpdateDrProtectionGroupRoleRequest
349
349
  * @return UpdateDrProtectionGroupRoleResponse
350
350
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
352
352
  */
353
353
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
354
354
  }
package/lib/client.js CHANGED
@@ -188,7 +188,7 @@ class DisasterRecoveryClient {
188
188
  * @param AssociateDrProtectionGroupRequest
189
189
  * @return AssociateDrProtectionGroupResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
192
192
  */
193
193
  associateDrProtectionGroup(associateDrProtectionGroupRequest) {
194
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -250,7 +250,7 @@ class DisasterRecoveryClient {
250
250
  * @param CancelDrPlanExecutionRequest
251
251
  * @return CancelDrPlanExecutionResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
254
254
  */
255
255
  cancelDrPlanExecution(cancelDrPlanExecutionRequest) {
256
256
  return __awaiter(this, void 0, void 0, function* () {
@@ -312,7 +312,7 @@ class DisasterRecoveryClient {
312
312
  * @param CancelWorkRequestRequest
313
313
  * @return CancelWorkRequestResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
316
316
  */
317
317
  cancelWorkRequest(cancelWorkRequestRequest) {
318
318
  return __awaiter(this, void 0, void 0, function* () {
@@ -367,7 +367,7 @@ class DisasterRecoveryClient {
367
367
  * @param ChangeDrProtectionGroupCompartmentRequest
368
368
  * @return ChangeDrProtectionGroupCompartmentResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
371
371
  */
372
372
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest) {
373
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -429,7 +429,7 @@ class DisasterRecoveryClient {
429
429
  * @param CreateDrPlanRequest
430
430
  * @return CreateDrPlanResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
433
433
  */
434
434
  createDrPlan(createDrPlanRequest) {
435
435
  return __awaiter(this, void 0, void 0, function* () {
@@ -502,7 +502,7 @@ class DisasterRecoveryClient {
502
502
  * @param CreateDrPlanExecutionRequest
503
503
  * @return CreateDrPlanExecutionResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
506
506
  */
507
507
  createDrPlanExecution(createDrPlanExecutionRequest) {
508
508
  return __awaiter(this, void 0, void 0, function* () {
@@ -575,7 +575,7 @@ class DisasterRecoveryClient {
575
575
  * @param CreateDrProtectionGroupRequest
576
576
  * @return CreateDrProtectionGroupResponse
577
577
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
579
579
  */
580
580
  createDrProtectionGroup(createDrProtectionGroupRequest) {
581
581
  return __awaiter(this, void 0, void 0, function* () {
@@ -648,7 +648,7 @@ class DisasterRecoveryClient {
648
648
  * @param DeleteDrPlanRequest
649
649
  * @return DeleteDrPlanResponse
650
650
  * @throws OciError when an error occurs
651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
652
652
  */
653
653
  deleteDrPlan(deleteDrPlanRequest) {
654
654
  return __awaiter(this, void 0, void 0, function* () {
@@ -703,7 +703,7 @@ class DisasterRecoveryClient {
703
703
  * @param DeleteDrPlanExecutionRequest
704
704
  * @return DeleteDrPlanExecutionResponse
705
705
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
706
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
707
707
  */
708
708
  deleteDrPlanExecution(deleteDrPlanExecutionRequest) {
709
709
  return __awaiter(this, void 0, void 0, function* () {
@@ -763,7 +763,7 @@ class DisasterRecoveryClient {
763
763
  * @param DeleteDrProtectionGroupRequest
764
764
  * @return DeleteDrProtectionGroupResponse
765
765
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
767
767
  */
768
768
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest) {
769
769
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class DisasterRecoveryClient {
825
825
  * @param DisassociateDrProtectionGroupRequest
826
826
  * @return DisassociateDrProtectionGroupResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
829
829
  */
830
830
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -887,7 +887,7 @@ class DisasterRecoveryClient {
887
887
  * @param GetDrPlanRequest
888
888
  * @return GetDrPlanResponse
889
889
  * @throws OciError when an error occurs
890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
891
891
  */
892
892
  getDrPlan(getDrPlanRequest) {
893
893
  return __awaiter(this, void 0, void 0, function* () {
@@ -950,7 +950,7 @@ class DisasterRecoveryClient {
950
950
  * @param GetDrPlanExecutionRequest
951
951
  * @return GetDrPlanExecutionResponse
952
952
  * @throws OciError when an error occurs
953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
954
954
  */
955
955
  getDrPlanExecution(getDrPlanExecutionRequest) {
956
956
  return __awaiter(this, void 0, void 0, function* () {
@@ -1013,7 +1013,7 @@ class DisasterRecoveryClient {
1013
1013
  * @param GetDrProtectionGroupRequest
1014
1014
  * @return GetDrProtectionGroupResponse
1015
1015
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1017
1017
  */
1018
1018
  getDrProtectionGroup(getDrProtectionGroupRequest) {
1019
1019
  return __awaiter(this, void 0, void 0, function* () {
@@ -1076,7 +1076,7 @@ class DisasterRecoveryClient {
1076
1076
  * @param GetWorkRequestRequest
1077
1077
  * @return GetWorkRequestResponse
1078
1078
  * @throws OciError when an error occurs
1079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1080
1080
  */
1081
1081
  getWorkRequest(getWorkRequestRequest) {
1082
1082
  return __awaiter(this, void 0, void 0, function* () {
@@ -1144,7 +1144,7 @@ class DisasterRecoveryClient {
1144
1144
  * @param IgnoreDrPlanExecutionRequest
1145
1145
  * @return IgnoreDrPlanExecutionResponse
1146
1146
  * @throws OciError when an error occurs
1147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1148
1148
  */
1149
1149
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest) {
1150
1150
  return __awaiter(this, void 0, void 0, function* () {
@@ -1206,7 +1206,7 @@ class DisasterRecoveryClient {
1206
1206
  * @param ListDrPlanExecutionsRequest
1207
1207
  * @return ListDrPlanExecutionsResponse
1208
1208
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1210
1210
  */
1211
1211
  listDrPlanExecutions(listDrPlanExecutionsRequest) {
1212
1212
  return __awaiter(this, void 0, void 0, function* () {
@@ -1277,7 +1277,7 @@ class DisasterRecoveryClient {
1277
1277
  * @param ListDrPlansRequest
1278
1278
  * @return ListDrPlansResponse
1279
1279
  * @throws OciError when an error occurs
1280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1281
1281
  */
1282
1282
  listDrPlans(listDrPlansRequest) {
1283
1283
  return __awaiter(this, void 0, void 0, function* () {
@@ -1348,7 +1348,7 @@ class DisasterRecoveryClient {
1348
1348
  * @param ListDrProtectionGroupsRequest
1349
1349
  * @return ListDrProtectionGroupsResponse
1350
1350
  * @throws OciError when an error occurs
1351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1352
1352
  */
1353
1353
  listDrProtectionGroups(listDrProtectionGroupsRequest) {
1354
1354
  return __awaiter(this, void 0, void 0, function* () {
@@ -1420,7 +1420,7 @@ class DisasterRecoveryClient {
1420
1420
  * @param ListWorkRequestErrorsRequest
1421
1421
  * @return ListWorkRequestErrorsResponse
1422
1422
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1424
1424
  */
1425
1425
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1426
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1489,7 +1489,7 @@ class DisasterRecoveryClient {
1489
1489
  * @param ListWorkRequestLogsRequest
1490
1490
  * @return ListWorkRequestLogsResponse
1491
1491
  * @throws OciError when an error occurs
1492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1493
1493
  */
1494
1494
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1495
1495
  return __awaiter(this, void 0, void 0, function* () {
@@ -1558,7 +1558,7 @@ class DisasterRecoveryClient {
1558
1558
  * @param ListWorkRequestsRequest
1559
1559
  * @return ListWorkRequestsResponse
1560
1560
  * @throws OciError when an error occurs
1561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1562
1562
  */
1563
1563
  listWorkRequests(listWorkRequestsRequest) {
1564
1564
  return __awaiter(this, void 0, void 0, function* () {
@@ -1628,7 +1628,7 @@ class DisasterRecoveryClient {
1628
1628
  * @param PauseDrPlanExecutionRequest
1629
1629
  * @return PauseDrPlanExecutionResponse
1630
1630
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1632
1632
  */
1633
1633
  pauseDrPlanExecution(pauseDrPlanExecutionRequest) {
1634
1634
  return __awaiter(this, void 0, void 0, function* () {
@@ -1690,7 +1690,7 @@ class DisasterRecoveryClient {
1690
1690
  * @param ResumeDrPlanExecutionRequest
1691
1691
  * @return ResumeDrPlanExecutionResponse
1692
1692
  * @throws OciError when an error occurs
1693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1694
1694
  */
1695
1695
  resumeDrPlanExecution(resumeDrPlanExecutionRequest) {
1696
1696
  return __awaiter(this, void 0, void 0, function* () {
@@ -1752,7 +1752,7 @@ class DisasterRecoveryClient {
1752
1752
  * @param RetryDrPlanExecutionRequest
1753
1753
  * @return RetryDrPlanExecutionResponse
1754
1754
  * @throws OciError when an error occurs
1755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1756
1756
  */
1757
1757
  retryDrPlanExecution(retryDrPlanExecutionRequest) {
1758
1758
  return __awaiter(this, void 0, void 0, function* () {
@@ -1814,7 +1814,7 @@ class DisasterRecoveryClient {
1814
1814
  * @param UpdateDrPlanRequest
1815
1815
  * @return UpdateDrPlanResponse
1816
1816
  * @throws OciError when an error occurs
1817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1818
1818
  */
1819
1819
  updateDrPlan(updateDrPlanRequest) {
1820
1820
  return __awaiter(this, void 0, void 0, function* () {
@@ -1875,7 +1875,7 @@ class DisasterRecoveryClient {
1875
1875
  * @param UpdateDrPlanExecutionRequest
1876
1876
  * @return UpdateDrPlanExecutionResponse
1877
1877
  * @throws OciError when an error occurs
1878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1879
1879
  */
1880
1880
  updateDrPlanExecution(updateDrPlanExecutionRequest) {
1881
1881
  return __awaiter(this, void 0, void 0, function* () {
@@ -1936,7 +1936,7 @@ class DisasterRecoveryClient {
1936
1936
  * @param UpdateDrProtectionGroupRequest
1937
1937
  * @return UpdateDrProtectionGroupResponse
1938
1938
  * @throws OciError when an error occurs
1939
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1940
1940
  */
1941
1941
  updateDrProtectionGroup(updateDrProtectionGroupRequest) {
1942
1942
  return __awaiter(this, void 0, void 0, function* () {
@@ -1997,7 +1997,7 @@ class DisasterRecoveryClient {
1997
1997
  * @param UpdateDrProtectionGroupRoleRequest
1998
1998
  * @return UpdateDrProtectionGroupRoleResponse
1999
1999
  * @throws OciError when an error occurs
2000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
2000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
2001
2001
  */
2002
2002
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest) {
2003
2003
  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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1",
3
+ "version": "2.68.2",
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.68.1",
19
- "oci-workrequests": "2.68.1"
18
+ "oci-common": "2.68.2",
19
+ "oci-workrequests": "2.68.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"