oci-disasterrecovery 2.79.1 → 2.81.0

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