oci-disasterrecovery 2.78.0 → 2.79.1

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 (51) hide show
  1. package/lib/client.d.ts +29 -30
  2. package/lib/client.js +60 -152
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-dr-protection-group-member-details.js +2 -4
  5. package/lib/model/create-dr-protection-group-member-details.js.map +1 -1
  6. package/lib/model/disassociate-dr-protection-group-details.js +2 -4
  7. package/lib/model/disassociate-dr-protection-group-details.js.map +1 -1
  8. package/lib/model/dr-plan-execution-control-details.js +2 -4
  9. package/lib/model/dr-plan-execution-control-details.js.map +1 -1
  10. package/lib/model/dr-plan-execution-option-details.js +2 -4
  11. package/lib/model/dr-plan-execution-option-details.js.map +1 -1
  12. package/lib/model/dr-plan-execution-options.js +2 -4
  13. package/lib/model/dr-plan-execution-options.js.map +1 -1
  14. package/lib/model/dr-plan-user-defined-step.js +2 -4
  15. package/lib/model/dr-plan-user-defined-step.js.map +1 -1
  16. package/lib/model/dr-protection-group-member.js +2 -4
  17. package/lib/model/dr-protection-group-member.js.map +1 -1
  18. package/lib/model/update-dr-plan-user-defined-step-details.js +2 -4
  19. package/lib/model/update-dr-plan-user-defined-step-details.js.map +1 -1
  20. package/lib/model/update-dr-protection-group-member-details.js +2 -4
  21. package/lib/model/update-dr-protection-group-member-details.js.map +1 -1
  22. package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
  23. package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
  24. package/lib/request/cancel-work-request-request.d.ts +1 -1
  25. package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
  26. package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
  27. package/lib/request/create-dr-plan-request.d.ts +1 -1
  28. package/lib/request/create-dr-protection-group-request.d.ts +1 -1
  29. package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
  30. package/lib/request/delete-dr-plan-request.d.ts +1 -1
  31. package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
  32. package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
  33. package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
  34. package/lib/request/get-dr-plan-request.d.ts +1 -1
  35. package/lib/request/get-dr-protection-group-request.d.ts +1 -1
  36. package/lib/request/get-work-request-request.d.ts +1 -1
  37. package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
  38. package/lib/request/list-dr-plan-executions-request.d.ts +1 -1
  39. package/lib/request/list-dr-plans-request.d.ts +1 -1
  40. package/lib/request/list-dr-protection-groups-request.d.ts +1 -1
  41. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  42. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  43. package/lib/request/list-work-requests-request.d.ts +1 -1
  44. package/lib/request/pause-dr-plan-execution-request.d.ts +1 -1
  45. package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
  46. package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
  47. package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
  48. package/lib/request/update-dr-plan-request.d.ts +1 -1
  49. package/lib/request/update-dr-protection-group-request.d.ts +1 -1
  50. package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
  51. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -50,7 +50,6 @@ export declare class DisasterRecoveryClient {
50
50
  * @param endpoint The endpoint of the service.
51
51
  */
52
52
  set endpoint(endpoint: string);
53
- get logger(): import("oci-common/lib/log").Logger;
54
53
  /**
55
54
  * Determines whether realm specific endpoint should be used or not.
56
55
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -97,7 +96,7 @@ export declare class DisasterRecoveryClient {
97
96
  * @param AssociateDrProtectionGroupRequest
98
97
  * @return AssociateDrProtectionGroupResponse
99
98
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
101
100
  */
102
101
  associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
103
102
  /**
@@ -106,7 +105,7 @@ export declare class DisasterRecoveryClient {
106
105
  * @param CancelDrPlanExecutionRequest
107
106
  * @return CancelDrPlanExecutionResponse
108
107
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
110
109
  */
111
110
  cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
112
111
  /**
@@ -115,7 +114,7 @@ export declare class DisasterRecoveryClient {
115
114
  * @param CancelWorkRequestRequest
116
115
  * @return CancelWorkRequestResponse
117
116
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
119
118
  */
120
119
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
121
120
  /**
@@ -124,7 +123,7 @@ export declare class DisasterRecoveryClient {
124
123
  * @param ChangeDrProtectionGroupCompartmentRequest
125
124
  * @return ChangeDrProtectionGroupCompartmentResponse
126
125
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
128
127
  */
129
128
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
130
129
  /**
@@ -133,7 +132,7 @@ export declare class DisasterRecoveryClient {
133
132
  * @param CreateDrPlanRequest
134
133
  * @return CreateDrPlanResponse
135
134
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
137
136
  */
138
137
  createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
139
138
  /**
@@ -142,7 +141,7 @@ export declare class DisasterRecoveryClient {
142
141
  * @param CreateDrPlanExecutionRequest
143
142
  * @return CreateDrPlanExecutionResponse
144
143
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
146
145
  */
147
146
  createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
148
147
  /**
@@ -151,7 +150,7 @@ export declare class DisasterRecoveryClient {
151
150
  * @param CreateDrProtectionGroupRequest
152
151
  * @return CreateDrProtectionGroupResponse
153
152
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
155
154
  */
156
155
  createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
157
156
  /**
@@ -160,7 +159,7 @@ export declare class DisasterRecoveryClient {
160
159
  * @param DeleteDrPlanRequest
161
160
  * @return DeleteDrPlanResponse
162
161
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
164
163
  */
165
164
  deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
166
165
  /**
@@ -169,7 +168,7 @@ export declare class DisasterRecoveryClient {
169
168
  * @param DeleteDrPlanExecutionRequest
170
169
  * @return DeleteDrPlanExecutionResponse
171
170
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
173
172
  */
174
173
  deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
175
174
  /**
@@ -178,7 +177,7 @@ export declare class DisasterRecoveryClient {
178
177
  * @param DeleteDrProtectionGroupRequest
179
178
  * @return DeleteDrProtectionGroupResponse
180
179
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
182
181
  */
183
182
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
184
183
  /**
@@ -189,7 +188,7 @@ export declare class DisasterRecoveryClient {
189
188
  * @param DisassociateDrProtectionGroupRequest
190
189
  * @return DisassociateDrProtectionGroupResponse
191
190
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
193
192
  */
194
193
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
195
194
  /**
@@ -198,7 +197,7 @@ export declare class DisasterRecoveryClient {
198
197
  * @param GetDrPlanRequest
199
198
  * @return GetDrPlanResponse
200
199
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
202
201
  */
203
202
  getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
204
203
  /**
@@ -207,7 +206,7 @@ export declare class DisasterRecoveryClient {
207
206
  * @param GetDrPlanExecutionRequest
208
207
  * @return GetDrPlanExecutionResponse
209
208
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
211
210
  */
212
211
  getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
213
212
  /**
@@ -216,7 +215,7 @@ export declare class DisasterRecoveryClient {
216
215
  * @param GetDrProtectionGroupRequest
217
216
  * @return GetDrProtectionGroupResponse
218
217
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
220
219
  */
221
220
  getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
222
221
  /**
@@ -225,7 +224,7 @@ export declare class DisasterRecoveryClient {
225
224
  * @param GetWorkRequestRequest
226
225
  * @return GetWorkRequestResponse
227
226
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
229
228
  */
230
229
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
231
230
  /**
@@ -234,7 +233,7 @@ export declare class DisasterRecoveryClient {
234
233
  * @param IgnoreDrPlanExecutionRequest
235
234
  * @return IgnoreDrPlanExecutionResponse
236
235
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
238
237
  */
239
238
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
240
239
  /**
@@ -243,7 +242,7 @@ export declare class DisasterRecoveryClient {
243
242
  * @param ListDrPlanExecutionsRequest
244
243
  * @return ListDrPlanExecutionsResponse
245
244
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
247
246
  */
248
247
  listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
249
248
  /**
@@ -252,7 +251,7 @@ export declare class DisasterRecoveryClient {
252
251
  * @param ListDrPlansRequest
253
252
  * @return ListDrPlansResponse
254
253
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
256
255
  */
257
256
  listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
258
257
  /**
@@ -261,7 +260,7 @@ export declare class DisasterRecoveryClient {
261
260
  * @param ListDrProtectionGroupsRequest
262
261
  * @return ListDrProtectionGroupsResponse
263
262
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
265
264
  */
266
265
  listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
267
266
  /**
@@ -271,7 +270,7 @@ export declare class DisasterRecoveryClient {
271
270
  * @param ListWorkRequestErrorsRequest
272
271
  * @return ListWorkRequestErrorsResponse
273
272
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
275
274
  */
276
275
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
277
276
  /**
@@ -281,7 +280,7 @@ export declare class DisasterRecoveryClient {
281
280
  * @param ListWorkRequestLogsRequest
282
281
  * @return ListWorkRequestLogsResponse
283
282
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
285
284
  */
286
285
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
287
286
  /**
@@ -291,7 +290,7 @@ export declare class DisasterRecoveryClient {
291
290
  * @param ListWorkRequestsRequest
292
291
  * @return ListWorkRequestsResponse
293
292
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
295
294
  */
296
295
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
297
296
  /**
@@ -300,7 +299,7 @@ export declare class DisasterRecoveryClient {
300
299
  * @param PauseDrPlanExecutionRequest
301
300
  * @return PauseDrPlanExecutionResponse
302
301
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
304
303
  */
305
304
  pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
306
305
  /**
@@ -309,7 +308,7 @@ export declare class DisasterRecoveryClient {
309
308
  * @param ResumeDrPlanExecutionRequest
310
309
  * @return ResumeDrPlanExecutionResponse
311
310
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
313
312
  */
314
313
  resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
315
314
  /**
@@ -318,7 +317,7 @@ export declare class DisasterRecoveryClient {
318
317
  * @param RetryDrPlanExecutionRequest
319
318
  * @return RetryDrPlanExecutionResponse
320
319
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
322
321
  */
323
322
  retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
324
323
  /**
@@ -327,7 +326,7 @@ export declare class DisasterRecoveryClient {
327
326
  * @param UpdateDrPlanRequest
328
327
  * @return UpdateDrPlanResponse
329
328
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
331
330
  */
332
331
  updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
333
332
  /**
@@ -336,7 +335,7 @@ export declare class DisasterRecoveryClient {
336
335
  * @param UpdateDrPlanExecutionRequest
337
336
  * @return UpdateDrPlanExecutionResponse
338
337
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
340
339
  */
341
340
  updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
342
341
  /**
@@ -345,7 +344,7 @@ export declare class DisasterRecoveryClient {
345
344
  * @param UpdateDrProtectionGroupRequest
346
345
  * @return UpdateDrProtectionGroupResponse
347
346
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
349
348
  */
350
349
  updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
351
350
  /**
@@ -354,7 +353,7 @@ export declare class DisasterRecoveryClient {
354
353
  * @param UpdateDrProtectionGroupRoleRequest
355
354
  * @return UpdateDrProtectionGroupRoleResponse
356
355
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
358
357
  */
359
358
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
360
359
  }