oci-disasterrecovery 2.76.1 → 2.77.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 (145) hide show
  1. package/lib/client.d.ts +36 -30
  2. package/lib/client.js +38 -29
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/associate-dr-protection-group-details.d.ts +3 -3
  5. package/lib/model/block-volume-attachment-details.d.ts +1 -1
  6. package/lib/model/block-volume-mount-details.d.ts +1 -1
  7. package/lib/model/change-dr-protection-group-compartment-details.d.ts +1 -1
  8. package/lib/model/compute-instance-movable-file-system-operation.d.ts +2 -2
  9. package/lib/model/compute-instance-movable-vnic-mapping-details.d.ts +5 -5
  10. package/lib/model/compute-instance-movable-vnic-mapping.d.ts +5 -5
  11. package/lib/model/compute-instance-non-movable-block-volume-operation.d.ts +1 -1
  12. package/lib/model/compute-instance-non-movable-file-system-operation.d.ts +3 -3
  13. package/lib/model/compute-instance-vnic-mapping-details.d.ts +5 -5
  14. package/lib/model/compute-instance-vnic-mapping.d.ts +3 -3
  15. package/lib/model/create-block-volume-attachment-details.d.ts +1 -1
  16. package/lib/model/create-block-volume-mount-details.d.ts +1 -1
  17. package/lib/model/create-compute-instance-movable-file-system-operation-details.d.ts +2 -2
  18. package/lib/model/create-compute-instance-non-movable-block-volume-operation-details.d.ts +1 -1
  19. package/lib/model/create-compute-instance-non-movable-file-system-operation-details.d.ts +3 -3
  20. package/lib/model/create-dr-plan-details.d.ts +4 -4
  21. package/lib/model/create-dr-plan-execution-details.d.ts +4 -4
  22. package/lib/model/create-dr-protection-group-details.d.ts +4 -4
  23. package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +3 -3
  24. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.d.ts +4 -4
  25. package/lib/model/create-dr-protection-group-member-database-details.d.ts +1 -1
  26. package/lib/model/create-dr-protection-group-member-details.d.ts +1 -1
  27. package/lib/model/create-dr-protection-group-member-file-system-details.d.ts +1 -1
  28. package/lib/model/create-dr-protection-group-member-load-balancer-details.d.ts +1 -1
  29. package/lib/model/create-dr-protection-group-member-network-load-balancer-details.d.ts +1 -1
  30. package/lib/model/create-file-system-mount-details.d.ts +1 -1
  31. package/lib/model/create-file-system-unmount-details.d.ts +1 -1
  32. package/lib/model/create-object-storage-log-location-details.d.ts +2 -2
  33. package/lib/model/dr-plan-execution-summary.d.ts +15 -15
  34. package/lib/model/dr-plan-execution.d.ts +15 -15
  35. package/lib/model/dr-plan-group-execution.d.ts +7 -7
  36. package/lib/model/dr-plan-group.d.ts +3 -3
  37. package/lib/model/dr-plan-step-execution.d.ts +7 -7
  38. package/lib/model/dr-plan-step.d.ts +6 -6
  39. package/lib/model/dr-plan-summary.d.ts +13 -13
  40. package/lib/model/dr-plan.d.ts +11 -11
  41. package/lib/model/dr-protection-group-member-compute-instance-movable.d.ts +4 -4
  42. package/lib/model/dr-protection-group-member-compute-instance.d.ts +3 -3
  43. package/lib/model/dr-protection-group-member-database.d.ts +1 -1
  44. package/lib/model/dr-protection-group-member-file-system.d.ts +1 -1
  45. package/lib/model/dr-protection-group-member-load-balancer.d.ts +1 -1
  46. package/lib/model/dr-protection-group-member-network-load-balancer.d.ts +1 -1
  47. package/lib/model/dr-protection-group-member.d.ts +1 -1
  48. package/lib/model/dr-protection-group-summary.d.ts +10 -10
  49. package/lib/model/dr-protection-group.d.ts +10 -10
  50. package/lib/model/failover-execution-option-details.d.ts +2 -2
  51. package/lib/model/failover-execution-options.d.ts +2 -2
  52. package/lib/model/failover-precheck-execution-option-details.d.ts +1 -1
  53. package/lib/model/failover-precheck-execution-options.d.ts +1 -1
  54. package/lib/model/file-system-export-mapping-details.d.ts +2 -2
  55. package/lib/model/file-system-export-mapping.d.ts +2 -2
  56. package/lib/model/file-system-mount-details.d.ts +1 -1
  57. package/lib/model/file-system-unmount-details.d.ts +1 -1
  58. package/lib/model/ignore-dr-plan-execution-details.d.ts +2 -2
  59. package/lib/model/invoke-function-step.d.ts +3 -3
  60. package/lib/model/load-balancer-backend-set-mapping-details.d.ts +3 -3
  61. package/lib/model/load-balancer-backend-set-mapping.d.ts +3 -3
  62. package/lib/model/network-load-balancer-backend-set-mapping-details.d.ts +3 -3
  63. package/lib/model/network-load-balancer-backend-set-mapping.d.ts +3 -3
  64. package/lib/model/object-storage-log-location.d.ts +3 -3
  65. package/lib/model/object-storage-script-location.d.ts +3 -3
  66. package/lib/model/retry-dr-plan-execution-details.d.ts +2 -2
  67. package/lib/model/run-local-script-user-defined-step.d.ts +4 -4
  68. package/lib/model/run-object-store-script-user-defined-step.d.ts +2 -2
  69. package/lib/model/start-drill-execution-option-details.d.ts +2 -2
  70. package/lib/model/start-drill-execution-options.d.ts +2 -2
  71. package/lib/model/start-drill-precheck-execution-option-details.d.ts +1 -1
  72. package/lib/model/start-drill-precheck-execution-options.d.ts +1 -1
  73. package/lib/model/stop-drill-execution-option-details.d.ts +2 -2
  74. package/lib/model/stop-drill-execution-options.d.ts +2 -2
  75. package/lib/model/stop-drill-precheck-execution-option-details.d.ts +1 -1
  76. package/lib/model/stop-drill-precheck-execution-options.d.ts +1 -1
  77. package/lib/model/switchover-execution-option-details.d.ts +2 -2
  78. package/lib/model/switchover-execution-options.d.ts +2 -2
  79. package/lib/model/switchover-precheck-execution-option-details.d.ts +1 -1
  80. package/lib/model/switchover-precheck-execution-options.d.ts +1 -1
  81. package/lib/model/update-block-volume-attachment-details.d.ts +1 -1
  82. package/lib/model/update-block-volume-mount-details.d.ts +1 -1
  83. package/lib/model/update-compute-instance-movable-file-system-operation-details.d.ts +2 -2
  84. package/lib/model/update-compute-instance-non-movable-block-volume-operation-details.d.ts +1 -1
  85. package/lib/model/update-compute-instance-non-movable-file-system-operation-details.d.ts +3 -3
  86. package/lib/model/update-dr-plan-details.d.ts +3 -3
  87. package/lib/model/update-dr-plan-execution-details.d.ts +3 -3
  88. package/lib/model/update-dr-plan-group-details.d.ts +3 -3
  89. package/lib/model/update-dr-plan-step-details.d.ts +4 -4
  90. package/lib/model/update-dr-protection-group-details.d.ts +3 -3
  91. package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +3 -3
  92. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.d.ts +4 -4
  93. package/lib/model/update-dr-protection-group-member-database-details.d.ts +1 -1
  94. package/lib/model/update-dr-protection-group-member-details.d.ts +1 -1
  95. package/lib/model/update-dr-protection-group-member-file-system-details.d.ts +1 -1
  96. package/lib/model/update-dr-protection-group-member-load-balancer-details.d.ts +1 -1
  97. package/lib/model/update-dr-protection-group-member-network-load-balancer-details.d.ts +1 -1
  98. package/lib/model/update-file-system-mount-details.d.ts +1 -1
  99. package/lib/model/update-file-system-unmount-details.d.ts +1 -1
  100. package/lib/model/update-invoke-function-user-defined-step-details.d.ts +2 -2
  101. package/lib/model/update-object-storage-log-location-details.d.ts +2 -2
  102. package/lib/model/update-object-storage-script-location-details.d.ts +3 -3
  103. package/lib/model/update-run-local-script-user-defined-step-details.d.ts +3 -3
  104. package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +1 -1
  105. package/lib/model/work-request-error.d.ts +3 -3
  106. package/lib/model/work-request-log-entry.d.ts +2 -2
  107. package/lib/model/work-request-resource.d.ts +2 -2
  108. package/lib/model/work-request-summary.d.ts +6 -6
  109. package/lib/model/work-request.d.ts +6 -6
  110. package/lib/request/associate-dr-protection-group-request.d.ts +3 -3
  111. package/lib/request/cancel-dr-plan-execution-request.d.ts +3 -3
  112. package/lib/request/cancel-work-request-request.d.ts +3 -3
  113. package/lib/request/change-dr-protection-group-compartment-request.d.ts +3 -3
  114. package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
  115. package/lib/request/create-dr-plan-request.d.ts +1 -1
  116. package/lib/request/create-dr-protection-group-request.d.ts +1 -1
  117. package/lib/request/delete-dr-plan-execution-request.d.ts +3 -3
  118. package/lib/request/delete-dr-plan-request.d.ts +3 -3
  119. package/lib/request/delete-dr-protection-group-request.d.ts +3 -3
  120. package/lib/request/disassociate-dr-protection-group-request.d.ts +3 -3
  121. package/lib/request/get-dr-plan-execution-request.d.ts +2 -2
  122. package/lib/request/get-dr-plan-request.d.ts +2 -2
  123. package/lib/request/get-dr-protection-group-request.d.ts +2 -2
  124. package/lib/request/get-work-request-request.d.ts +2 -2
  125. package/lib/request/ignore-dr-plan-execution-request.d.ts +3 -3
  126. package/lib/request/list-dr-plan-executions-request.d.ts +7 -7
  127. package/lib/request/list-dr-plans-request.d.ts +7 -7
  128. package/lib/request/list-dr-protection-groups-request.d.ts +7 -7
  129. package/lib/request/list-work-request-errors-request.d.ts +4 -4
  130. package/lib/request/list-work-request-logs-request.d.ts +4 -4
  131. package/lib/request/list-work-requests-request.d.ts +6 -6
  132. package/lib/request/pause-dr-plan-execution-request.d.ts +3 -3
  133. package/lib/request/resume-dr-plan-execution-request.d.ts +3 -3
  134. package/lib/request/retry-dr-plan-execution-request.d.ts +3 -3
  135. package/lib/request/update-dr-plan-execution-request.d.ts +3 -3
  136. package/lib/request/update-dr-plan-request.d.ts +3 -3
  137. package/lib/request/update-dr-protection-group-request.d.ts +3 -3
  138. package/lib/request/update-dr-protection-group-role-request.d.ts +3 -3
  139. package/lib/response/list-dr-plan-executions-response.d.ts +1 -1
  140. package/lib/response/list-dr-plans-response.d.ts +1 -1
  141. package/lib/response/list-dr-protection-groups-response.d.ts +1 -1
  142. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  143. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  144. package/lib/response/list-work-requests-response.d.ts +1 -1
  145. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -18,6 +18,7 @@ import common = require("oci-common");
18
18
  import * as requests from "./request";
19
19
  import * as responses from "./response";
20
20
  import { DisasterRecoveryWaiter } from "./disasterrecovery-waiter";
21
+ declare const Breaker: any;
21
22
  export declare enum DisasterRecoveryApiKeys {
22
23
  }
23
24
  /**
@@ -31,7 +32,7 @@ export declare class DisasterRecoveryClient {
31
32
  protected "_defaultHeaders": any;
32
33
  protected "_waiters": DisasterRecoveryWaiter;
33
34
  protected "_clientConfiguration": common.ClientConfiguration;
34
- protected _circuitBreaker: null;
35
+ protected _circuitBreaker: typeof Breaker | null;
35
36
  protected _httpOptions: any;
36
37
  protected _bodyDuplexMode: any;
37
38
  targetService: string;
@@ -84,6 +85,10 @@ export declare class DisasterRecoveryClient {
84
85
  * @return The service waiters.
85
86
  */
86
87
  getWaiters(): DisasterRecoveryWaiter;
88
+ /**
89
+ * Shutdown the circuit breaker used by the client when it is no longer needed
90
+ */
91
+ shutdownCircuitBreaker(): void;
87
92
  /**
88
93
  * Create an association between the DR protection group identified by *drProtectionGroupId* and
89
94
  * another DR protection group.
@@ -92,7 +97,7 @@ export declare class DisasterRecoveryClient {
92
97
  * @param AssociateDrProtectionGroupRequest
93
98
  * @return AssociateDrProtectionGroupResponse
94
99
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
96
101
  */
97
102
  associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
98
103
  /**
@@ -101,7 +106,7 @@ export declare class DisasterRecoveryClient {
101
106
  * @param CancelDrPlanExecutionRequest
102
107
  * @return CancelDrPlanExecutionResponse
103
108
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
105
110
  */
106
111
  cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
107
112
  /**
@@ -110,7 +115,7 @@ export declare class DisasterRecoveryClient {
110
115
  * @param CancelWorkRequestRequest
111
116
  * @return CancelWorkRequestResponse
112
117
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
114
119
  */
115
120
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
116
121
  /**
@@ -119,7 +124,7 @@ export declare class DisasterRecoveryClient {
119
124
  * @param ChangeDrProtectionGroupCompartmentRequest
120
125
  * @return ChangeDrProtectionGroupCompartmentResponse
121
126
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
123
128
  */
124
129
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
125
130
  /**
@@ -128,7 +133,7 @@ export declare class DisasterRecoveryClient {
128
133
  * @param CreateDrPlanRequest
129
134
  * @return CreateDrPlanResponse
130
135
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
132
137
  */
133
138
  createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
134
139
  /**
@@ -137,7 +142,7 @@ export declare class DisasterRecoveryClient {
137
142
  * @param CreateDrPlanExecutionRequest
138
143
  * @return CreateDrPlanExecutionResponse
139
144
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
141
146
  */
142
147
  createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
143
148
  /**
@@ -146,7 +151,7 @@ export declare class DisasterRecoveryClient {
146
151
  * @param CreateDrProtectionGroupRequest
147
152
  * @return CreateDrProtectionGroupResponse
148
153
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
150
155
  */
151
156
  createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
152
157
  /**
@@ -155,7 +160,7 @@ export declare class DisasterRecoveryClient {
155
160
  * @param DeleteDrPlanRequest
156
161
  * @return DeleteDrPlanResponse
157
162
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
159
164
  */
160
165
  deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
161
166
  /**
@@ -164,7 +169,7 @@ export declare class DisasterRecoveryClient {
164
169
  * @param DeleteDrPlanExecutionRequest
165
170
  * @return DeleteDrPlanExecutionResponse
166
171
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
168
173
  */
169
174
  deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
170
175
  /**
@@ -173,7 +178,7 @@ export declare class DisasterRecoveryClient {
173
178
  * @param DeleteDrProtectionGroupRequest
174
179
  * @return DeleteDrProtectionGroupResponse
175
180
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
177
182
  */
178
183
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
179
184
  /**
@@ -184,7 +189,7 @@ export declare class DisasterRecoveryClient {
184
189
  * @param DisassociateDrProtectionGroupRequest
185
190
  * @return DisassociateDrProtectionGroupResponse
186
191
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
188
193
  */
189
194
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
190
195
  /**
@@ -193,7 +198,7 @@ export declare class DisasterRecoveryClient {
193
198
  * @param GetDrPlanRequest
194
199
  * @return GetDrPlanResponse
195
200
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
197
202
  */
198
203
  getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
199
204
  /**
@@ -202,7 +207,7 @@ export declare class DisasterRecoveryClient {
202
207
  * @param GetDrPlanExecutionRequest
203
208
  * @return GetDrPlanExecutionResponse
204
209
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
206
211
  */
207
212
  getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
208
213
  /**
@@ -211,7 +216,7 @@ export declare class DisasterRecoveryClient {
211
216
  * @param GetDrProtectionGroupRequest
212
217
  * @return GetDrProtectionGroupResponse
213
218
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
215
220
  */
216
221
  getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
217
222
  /**
@@ -220,7 +225,7 @@ export declare class DisasterRecoveryClient {
220
225
  * @param GetWorkRequestRequest
221
226
  * @return GetWorkRequestResponse
222
227
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
224
229
  */
225
230
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
226
231
  /**
@@ -229,7 +234,7 @@ export declare class DisasterRecoveryClient {
229
234
  * @param IgnoreDrPlanExecutionRequest
230
235
  * @return IgnoreDrPlanExecutionResponse
231
236
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
233
238
  */
234
239
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
235
240
  /**
@@ -238,7 +243,7 @@ export declare class DisasterRecoveryClient {
238
243
  * @param ListDrPlanExecutionsRequest
239
244
  * @return ListDrPlanExecutionsResponse
240
245
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
242
247
  */
243
248
  listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
244
249
  /**
@@ -247,7 +252,7 @@ export declare class DisasterRecoveryClient {
247
252
  * @param ListDrPlansRequest
248
253
  * @return ListDrPlansResponse
249
254
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
251
256
  */
252
257
  listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
253
258
  /**
@@ -256,7 +261,7 @@ export declare class DisasterRecoveryClient {
256
261
  * @param ListDrProtectionGroupsRequest
257
262
  * @return ListDrProtectionGroupsResponse
258
263
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
260
265
  */
261
266
  listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
262
267
  /**
@@ -266,7 +271,7 @@ export declare class DisasterRecoveryClient {
266
271
  * @param ListWorkRequestErrorsRequest
267
272
  * @return ListWorkRequestErrorsResponse
268
273
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
270
275
  */
271
276
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
272
277
  /**
@@ -276,7 +281,7 @@ export declare class DisasterRecoveryClient {
276
281
  * @param ListWorkRequestLogsRequest
277
282
  * @return ListWorkRequestLogsResponse
278
283
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
280
285
  */
281
286
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
282
287
  /**
@@ -286,7 +291,7 @@ export declare class DisasterRecoveryClient {
286
291
  * @param ListWorkRequestsRequest
287
292
  * @return ListWorkRequestsResponse
288
293
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
290
295
  */
291
296
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
292
297
  /**
@@ -295,7 +300,7 @@ export declare class DisasterRecoveryClient {
295
300
  * @param PauseDrPlanExecutionRequest
296
301
  * @return PauseDrPlanExecutionResponse
297
302
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
299
304
  */
300
305
  pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
301
306
  /**
@@ -304,7 +309,7 @@ export declare class DisasterRecoveryClient {
304
309
  * @param ResumeDrPlanExecutionRequest
305
310
  * @return ResumeDrPlanExecutionResponse
306
311
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
308
313
  */
309
314
  resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
310
315
  /**
@@ -313,7 +318,7 @@ export declare class DisasterRecoveryClient {
313
318
  * @param RetryDrPlanExecutionRequest
314
319
  * @return RetryDrPlanExecutionResponse
315
320
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
317
322
  */
318
323
  retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
319
324
  /**
@@ -322,7 +327,7 @@ export declare class DisasterRecoveryClient {
322
327
  * @param UpdateDrPlanRequest
323
328
  * @return UpdateDrPlanResponse
324
329
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
326
331
  */
327
332
  updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
328
333
  /**
@@ -331,7 +336,7 @@ export declare class DisasterRecoveryClient {
331
336
  * @param UpdateDrPlanExecutionRequest
332
337
  * @return UpdateDrPlanExecutionResponse
333
338
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
335
340
  */
336
341
  updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
337
342
  /**
@@ -340,7 +345,7 @@ export declare class DisasterRecoveryClient {
340
345
  * @param UpdateDrProtectionGroupRequest
341
346
  * @return UpdateDrProtectionGroupResponse
342
347
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
344
349
  */
345
350
  updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
346
351
  /**
@@ -349,7 +354,8 @@ export declare class DisasterRecoveryClient {
349
354
  * @param UpdateDrProtectionGroupRoleRequest
350
355
  * @return UpdateDrProtectionGroupRoleResponse
351
356
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
353
358
  */
354
359
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
355
360
  }
361
+ export {};
package/lib/client.js CHANGED
@@ -49,6 +49,7 @@ const common = require("oci-common");
49
49
  const model = __importStar(require("./model"));
50
50
  const disasterrecovery_waiter_1 = require("./disasterrecovery-waiter");
51
51
  const oci_common_1 = require("oci-common");
52
+ const Breaker = require("opossum");
52
53
  // ===============================================
53
54
  // This file is autogenerated - Please do not edit
54
55
  // ===============================================
@@ -185,6 +186,14 @@ class DisasterRecoveryClient {
185
186
  }
186
187
  throw Error("Waiters do not exist. Please create waiters.");
187
188
  }
189
+ /**
190
+ * Shutdown the circuit breaker used by the client when it is no longer needed
191
+ */
192
+ shutdownCircuitBreaker() {
193
+ if (this._circuitBreaker) {
194
+ this._circuitBreaker.shutdown();
195
+ }
196
+ }
188
197
  /**
189
198
  * Create an association between the DR protection group identified by *drProtectionGroupId* and
190
199
  * another DR protection group.
@@ -193,7 +202,7 @@ class DisasterRecoveryClient {
193
202
  * @param AssociateDrProtectionGroupRequest
194
203
  * @return AssociateDrProtectionGroupResponse
195
204
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
197
206
  */
198
207
  associateDrProtectionGroup(associateDrProtectionGroupRequest) {
199
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -255,7 +264,7 @@ class DisasterRecoveryClient {
255
264
  * @param CancelDrPlanExecutionRequest
256
265
  * @return CancelDrPlanExecutionResponse
257
266
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
259
268
  */
260
269
  cancelDrPlanExecution(cancelDrPlanExecutionRequest) {
261
270
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +326,7 @@ class DisasterRecoveryClient {
317
326
  * @param CancelWorkRequestRequest
318
327
  * @return CancelWorkRequestResponse
319
328
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
321
330
  */
322
331
  cancelWorkRequest(cancelWorkRequestRequest) {
323
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +381,7 @@ class DisasterRecoveryClient {
372
381
  * @param ChangeDrProtectionGroupCompartmentRequest
373
382
  * @return ChangeDrProtectionGroupCompartmentResponse
374
383
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
376
385
  */
377
386
  changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest) {
378
387
  return __awaiter(this, void 0, void 0, function* () {
@@ -434,7 +443,7 @@ class DisasterRecoveryClient {
434
443
  * @param CreateDrPlanRequest
435
444
  * @return CreateDrPlanResponse
436
445
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
438
447
  */
439
448
  createDrPlan(createDrPlanRequest) {
440
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -507,7 +516,7 @@ class DisasterRecoveryClient {
507
516
  * @param CreateDrPlanExecutionRequest
508
517
  * @return CreateDrPlanExecutionResponse
509
518
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
511
520
  */
512
521
  createDrPlanExecution(createDrPlanExecutionRequest) {
513
522
  return __awaiter(this, void 0, void 0, function* () {
@@ -580,7 +589,7 @@ class DisasterRecoveryClient {
580
589
  * @param CreateDrProtectionGroupRequest
581
590
  * @return CreateDrProtectionGroupResponse
582
591
  * @throws OciError when an error occurs
583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
584
593
  */
585
594
  createDrProtectionGroup(createDrProtectionGroupRequest) {
586
595
  return __awaiter(this, void 0, void 0, function* () {
@@ -653,7 +662,7 @@ class DisasterRecoveryClient {
653
662
  * @param DeleteDrPlanRequest
654
663
  * @return DeleteDrPlanResponse
655
664
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
657
666
  */
658
667
  deleteDrPlan(deleteDrPlanRequest) {
659
668
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +717,7 @@ class DisasterRecoveryClient {
708
717
  * @param DeleteDrPlanExecutionRequest
709
718
  * @return DeleteDrPlanExecutionResponse
710
719
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
712
721
  */
713
722
  deleteDrPlanExecution(deleteDrPlanExecutionRequest) {
714
723
  return __awaiter(this, void 0, void 0, function* () {
@@ -768,7 +777,7 @@ class DisasterRecoveryClient {
768
777
  * @param DeleteDrProtectionGroupRequest
769
778
  * @return DeleteDrProtectionGroupResponse
770
779
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
772
781
  */
773
782
  deleteDrProtectionGroup(deleteDrProtectionGroupRequest) {
774
783
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +839,7 @@ class DisasterRecoveryClient {
830
839
  * @param DisassociateDrProtectionGroupRequest
831
840
  * @return DisassociateDrProtectionGroupResponse
832
841
  * @throws OciError when an error occurs
833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
834
843
  */
835
844
  disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest) {
836
845
  return __awaiter(this, void 0, void 0, function* () {
@@ -892,7 +901,7 @@ class DisasterRecoveryClient {
892
901
  * @param GetDrPlanRequest
893
902
  * @return GetDrPlanResponse
894
903
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
896
905
  */
897
906
  getDrPlan(getDrPlanRequest) {
898
907
  return __awaiter(this, void 0, void 0, function* () {
@@ -955,7 +964,7 @@ class DisasterRecoveryClient {
955
964
  * @param GetDrPlanExecutionRequest
956
965
  * @return GetDrPlanExecutionResponse
957
966
  * @throws OciError when an error occurs
958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
959
968
  */
960
969
  getDrPlanExecution(getDrPlanExecutionRequest) {
961
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1018,7 +1027,7 @@ class DisasterRecoveryClient {
1018
1027
  * @param GetDrProtectionGroupRequest
1019
1028
  * @return GetDrProtectionGroupResponse
1020
1029
  * @throws OciError when an error occurs
1021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
1022
1031
  */
1023
1032
  getDrProtectionGroup(getDrProtectionGroupRequest) {
1024
1033
  return __awaiter(this, void 0, void 0, function* () {
@@ -1081,7 +1090,7 @@ class DisasterRecoveryClient {
1081
1090
  * @param GetWorkRequestRequest
1082
1091
  * @return GetWorkRequestResponse
1083
1092
  * @throws OciError when an error occurs
1084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1093
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1085
1094
  */
1086
1095
  getWorkRequest(getWorkRequestRequest) {
1087
1096
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1158,7 @@ class DisasterRecoveryClient {
1149
1158
  * @param IgnoreDrPlanExecutionRequest
1150
1159
  * @return IgnoreDrPlanExecutionResponse
1151
1160
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
1153
1162
  */
1154
1163
  ignoreDrPlanExecution(ignoreDrPlanExecutionRequest) {
1155
1164
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1220,7 @@ class DisasterRecoveryClient {
1211
1220
  * @param ListDrPlanExecutionsRequest
1212
1221
  * @return ListDrPlanExecutionsResponse
1213
1222
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
1215
1224
  */
1216
1225
  listDrPlanExecutions(listDrPlanExecutionsRequest) {
1217
1226
  return __awaiter(this, void 0, void 0, function* () {
@@ -1282,7 +1291,7 @@ class DisasterRecoveryClient {
1282
1291
  * @param ListDrPlansRequest
1283
1292
  * @return ListDrPlansResponse
1284
1293
  * @throws OciError when an error occurs
1285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
1286
1295
  */
1287
1296
  listDrPlans(listDrPlansRequest) {
1288
1297
  return __awaiter(this, void 0, void 0, function* () {
@@ -1353,7 +1362,7 @@ class DisasterRecoveryClient {
1353
1362
  * @param ListDrProtectionGroupsRequest
1354
1363
  * @return ListDrProtectionGroupsResponse
1355
1364
  * @throws OciError when an error occurs
1356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
1357
1366
  */
1358
1367
  listDrProtectionGroups(listDrProtectionGroupsRequest) {
1359
1368
  return __awaiter(this, void 0, void 0, function* () {
@@ -1426,7 +1435,7 @@ class DisasterRecoveryClient {
1426
1435
  * @param ListWorkRequestErrorsRequest
1427
1436
  * @return ListWorkRequestErrorsResponse
1428
1437
  * @throws OciError when an error occurs
1429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1430
1439
  */
1431
1440
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1432
1441
  return __awaiter(this, void 0, void 0, function* () {
@@ -1495,7 +1504,7 @@ class DisasterRecoveryClient {
1495
1504
  * @param ListWorkRequestLogsRequest
1496
1505
  * @return ListWorkRequestLogsResponse
1497
1506
  * @throws OciError when an error occurs
1498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1499
1508
  */
1500
1509
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1501
1510
  return __awaiter(this, void 0, void 0, function* () {
@@ -1564,7 +1573,7 @@ class DisasterRecoveryClient {
1564
1573
  * @param ListWorkRequestsRequest
1565
1574
  * @return ListWorkRequestsResponse
1566
1575
  * @throws OciError when an error occurs
1567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1568
1577
  */
1569
1578
  listWorkRequests(listWorkRequestsRequest) {
1570
1579
  return __awaiter(this, void 0, void 0, function* () {
@@ -1634,7 +1643,7 @@ class DisasterRecoveryClient {
1634
1643
  * @param PauseDrPlanExecutionRequest
1635
1644
  * @return PauseDrPlanExecutionResponse
1636
1645
  * @throws OciError when an error occurs
1637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
1638
1647
  */
1639
1648
  pauseDrPlanExecution(pauseDrPlanExecutionRequest) {
1640
1649
  return __awaiter(this, void 0, void 0, function* () {
@@ -1696,7 +1705,7 @@ class DisasterRecoveryClient {
1696
1705
  * @param ResumeDrPlanExecutionRequest
1697
1706
  * @return ResumeDrPlanExecutionResponse
1698
1707
  * @throws OciError when an error occurs
1699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
1700
1709
  */
1701
1710
  resumeDrPlanExecution(resumeDrPlanExecutionRequest) {
1702
1711
  return __awaiter(this, void 0, void 0, function* () {
@@ -1758,7 +1767,7 @@ class DisasterRecoveryClient {
1758
1767
  * @param RetryDrPlanExecutionRequest
1759
1768
  * @return RetryDrPlanExecutionResponse
1760
1769
  * @throws OciError when an error occurs
1761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
1762
1771
  */
1763
1772
  retryDrPlanExecution(retryDrPlanExecutionRequest) {
1764
1773
  return __awaiter(this, void 0, void 0, function* () {
@@ -1820,7 +1829,7 @@ class DisasterRecoveryClient {
1820
1829
  * @param UpdateDrPlanRequest
1821
1830
  * @return UpdateDrPlanResponse
1822
1831
  * @throws OciError when an error occurs
1823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
1824
1833
  */
1825
1834
  updateDrPlan(updateDrPlanRequest) {
1826
1835
  return __awaiter(this, void 0, void 0, function* () {
@@ -1881,7 +1890,7 @@ class DisasterRecoveryClient {
1881
1890
  * @param UpdateDrPlanExecutionRequest
1882
1891
  * @return UpdateDrPlanExecutionResponse
1883
1892
  * @throws OciError when an error occurs
1884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
1885
1894
  */
1886
1895
  updateDrPlanExecution(updateDrPlanExecutionRequest) {
1887
1896
  return __awaiter(this, void 0, void 0, function* () {
@@ -1942,7 +1951,7 @@ class DisasterRecoveryClient {
1942
1951
  * @param UpdateDrProtectionGroupRequest
1943
1952
  * @return UpdateDrProtectionGroupResponse
1944
1953
  * @throws OciError when an error occurs
1945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
1946
1955
  */
1947
1956
  updateDrProtectionGroup(updateDrProtectionGroupRequest) {
1948
1957
  return __awaiter(this, void 0, void 0, function* () {
@@ -2003,7 +2012,7 @@ class DisasterRecoveryClient {
2003
2012
  * @param UpdateDrProtectionGroupRoleRequest
2004
2013
  * @return UpdateDrProtectionGroupRoleResponse
2005
2014
  * @throws OciError when an error occurs
2006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
2015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
2007
2016
  */
2008
2017
  updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest) {
2009
2018
  return __awaiter(this, void 0, void 0, function* () {