oci-recovery 2.82.1 → 2.83.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 (26) hide show
  1. package/lib/client.d.ts +23 -23
  2. package/lib/client.js +23 -23
  3. package/lib/request/change-protected-database-compartment-request.d.ts +1 -1
  4. package/lib/request/change-protection-policy-compartment-request.d.ts +1 -1
  5. package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +1 -1
  6. package/lib/request/create-protected-database-request.d.ts +1 -1
  7. package/lib/request/create-protection-policy-request.d.ts +1 -1
  8. package/lib/request/create-recovery-service-subnet-request.d.ts +1 -1
  9. package/lib/request/delete-protected-database-request.d.ts +1 -1
  10. package/lib/request/delete-protection-policy-request.d.ts +1 -1
  11. package/lib/request/delete-recovery-service-subnet-request.d.ts +1 -1
  12. package/lib/request/fetch-protected-database-configuration-request.d.ts +1 -1
  13. package/lib/request/get-protected-database-request.d.ts +1 -1
  14. package/lib/request/get-protection-policy-request.d.ts +1 -1
  15. package/lib/request/get-recovery-service-subnet-request.d.ts +1 -1
  16. package/lib/request/get-work-request-request.d.ts +1 -1
  17. package/lib/request/list-protected-databases-request.d.ts +1 -1
  18. package/lib/request/list-protection-policies-request.d.ts +1 -1
  19. package/lib/request/list-recovery-service-subnets-request.d.ts +1 -1
  20. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  21. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  22. package/lib/request/list-work-requests-request.d.ts +1 -1
  23. package/lib/request/update-protected-database-request.d.ts +1 -1
  24. package/lib/request/update-protection-policy-request.d.ts +1 -1
  25. package/lib/request/update-recovery-service-subnet-request.d.ts +1 -1
  26. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -91,7 +91,7 @@ export declare class DatabaseRecoveryClient {
91
91
  * @param ChangeProtectedDatabaseCompartmentRequest
92
92
  * @return ChangeProtectedDatabaseCompartmentResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
95
95
  */
96
96
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
97
97
  /**
@@ -100,7 +100,7 @@ export declare class DatabaseRecoveryClient {
100
100
  * @param ChangeProtectionPolicyCompartmentRequest
101
101
  * @return ChangeProtectionPolicyCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
104
104
  */
105
105
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
106
106
  /**
@@ -109,7 +109,7 @@ export declare class DatabaseRecoveryClient {
109
109
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
110
110
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
113
113
  */
114
114
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
115
115
  /**
@@ -119,7 +119,7 @@ export declare class DatabaseRecoveryClient {
119
119
  * @param CreateProtectedDatabaseRequest
120
120
  * @return CreateProtectedDatabaseResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
123
123
  */
124
124
  createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
125
125
  /**
@@ -129,7 +129,7 @@ export declare class DatabaseRecoveryClient {
129
129
  * @param CreateProtectionPolicyRequest
130
130
  * @return CreateProtectionPolicyResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
133
133
  */
134
134
  createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
135
135
  /**
@@ -139,7 +139,7 @@ export declare class DatabaseRecoveryClient {
139
139
  * @param CreateRecoveryServiceSubnetRequest
140
140
  * @return CreateRecoveryServiceSubnetResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
143
143
  */
144
144
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
145
145
  /**
@@ -148,7 +148,7 @@ export declare class DatabaseRecoveryClient {
148
148
  * @param DeleteProtectedDatabaseRequest
149
149
  * @return DeleteProtectedDatabaseResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
152
152
  */
153
153
  deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
154
154
  /**
@@ -159,7 +159,7 @@ export declare class DatabaseRecoveryClient {
159
159
  * @param DeleteProtectionPolicyRequest
160
160
  * @return DeleteProtectionPolicyResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
163
163
  */
164
164
  deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
165
165
  /**
@@ -168,7 +168,7 @@ export declare class DatabaseRecoveryClient {
168
168
  * @param DeleteRecoveryServiceSubnetRequest
169
169
  * @return DeleteRecoveryServiceSubnetResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
172
172
  */
173
173
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare class DatabaseRecoveryClient {
177
177
  * @param FetchProtectedDatabaseConfigurationRequest
178
178
  * @return FetchProtectedDatabaseConfigurationResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
181
181
  */
182
182
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
183
183
  /**
@@ -186,7 +186,7 @@ export declare class DatabaseRecoveryClient {
186
186
  * @param GetProtectedDatabaseRequest
187
187
  * @return GetProtectedDatabaseResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
190
190
  */
191
191
  getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
192
192
  /**
@@ -195,7 +195,7 @@ export declare class DatabaseRecoveryClient {
195
195
  * @param GetProtectionPolicyRequest
196
196
  * @return GetProtectionPolicyResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
199
199
  */
200
200
  getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
201
201
  /**
@@ -204,7 +204,7 @@ export declare class DatabaseRecoveryClient {
204
204
  * @param GetRecoveryServiceSubnetRequest
205
205
  * @return GetRecoveryServiceSubnetResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
208
208
  */
209
209
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
210
210
  /**
@@ -213,7 +213,7 @@ export declare class DatabaseRecoveryClient {
213
213
  * @param GetWorkRequestRequest
214
214
  * @return GetWorkRequestResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
217
217
  */
218
218
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class DatabaseRecoveryClient {
223
223
  * @param ListProtectedDatabasesRequest
224
224
  * @return ListProtectedDatabasesResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
227
227
  */
228
228
  listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
229
229
  /**
@@ -233,7 +233,7 @@ export declare class DatabaseRecoveryClient {
233
233
  * @param ListProtectionPoliciesRequest
234
234
  * @return ListProtectionPoliciesResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
237
237
  */
238
238
  listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
239
239
  /**
@@ -243,7 +243,7 @@ export declare class DatabaseRecoveryClient {
243
243
  * @param ListRecoveryServiceSubnetsRequest
244
244
  * @return ListRecoveryServiceSubnetsResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
247
247
  */
248
248
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
249
249
  /**
@@ -253,7 +253,7 @@ export declare class DatabaseRecoveryClient {
253
253
  * @param ListWorkRequestErrorsRequest
254
254
  * @return ListWorkRequestErrorsResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
257
257
  */
258
258
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
259
259
  /**
@@ -263,7 +263,7 @@ export declare class DatabaseRecoveryClient {
263
263
  * @param ListWorkRequestLogsRequest
264
264
  * @return ListWorkRequestLogsResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
267
267
  */
268
268
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class DatabaseRecoveryClient {
273
273
  * @param ListWorkRequestsRequest
274
274
  * @return ListWorkRequestsResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
277
277
  */
278
278
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
279
279
  /**
@@ -282,7 +282,7 @@ export declare class DatabaseRecoveryClient {
282
282
  * @param UpdateProtectedDatabaseRequest
283
283
  * @return UpdateProtectedDatabaseResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
286
286
  */
287
287
  updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
288
288
  /**
@@ -291,7 +291,7 @@ export declare class DatabaseRecoveryClient {
291
291
  * @param UpdateProtectionPolicyRequest
292
292
  * @return UpdateProtectionPolicyResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
295
295
  */
296
296
  updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
297
297
  /**
@@ -300,7 +300,7 @@ export declare class DatabaseRecoveryClient {
300
300
  * @param UpdateRecoveryServiceSubnetRequest
301
301
  * @return UpdateRecoveryServiceSubnetResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
304
304
  */
305
305
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
306
306
  }
package/lib/client.js CHANGED
@@ -196,7 +196,7 @@ class DatabaseRecoveryClient {
196
196
  * @param ChangeProtectedDatabaseCompartmentRequest
197
197
  * @return ChangeProtectedDatabaseCompartmentResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
200
200
  */
201
201
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
202
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -257,7 +257,7 @@ class DatabaseRecoveryClient {
257
257
  * @param ChangeProtectionPolicyCompartmentRequest
258
258
  * @return ChangeProtectionPolicyCompartmentResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
261
261
  */
262
262
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
263
263
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +318,7 @@ class DatabaseRecoveryClient {
318
318
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
319
319
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
322
322
  */
323
323
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
324
324
  return __awaiter(this, void 0, void 0, function* () {
@@ -380,7 +380,7 @@ class DatabaseRecoveryClient {
380
380
  * @param CreateProtectedDatabaseRequest
381
381
  * @return CreateProtectedDatabaseResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
384
384
  */
385
385
  createProtectedDatabase(createProtectedDatabaseRequest) {
386
386
  return __awaiter(this, void 0, void 0, function* () {
@@ -454,7 +454,7 @@ class DatabaseRecoveryClient {
454
454
  * @param CreateProtectionPolicyRequest
455
455
  * @return CreateProtectionPolicyResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
458
458
  */
459
459
  createProtectionPolicy(createProtectionPolicyRequest) {
460
460
  return __awaiter(this, void 0, void 0, function* () {
@@ -528,7 +528,7 @@ class DatabaseRecoveryClient {
528
528
  * @param CreateRecoveryServiceSubnetRequest
529
529
  * @return CreateRecoveryServiceSubnetResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
532
532
  */
533
533
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
534
534
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class DatabaseRecoveryClient {
601
601
  * @param DeleteProtectedDatabaseRequest
602
602
  * @return DeleteProtectedDatabaseResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
605
605
  */
606
606
  deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -663,7 +663,7 @@ class DatabaseRecoveryClient {
663
663
  * @param DeleteProtectionPolicyRequest
664
664
  * @return DeleteProtectionPolicyResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
667
667
  */
668
668
  deleteProtectionPolicy(deleteProtectionPolicyRequest) {
669
669
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +723,7 @@ class DatabaseRecoveryClient {
723
723
  * @param DeleteRecoveryServiceSubnetRequest
724
724
  * @return DeleteRecoveryServiceSubnetResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
727
727
  */
728
728
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
729
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -783,7 +783,7 @@ class DatabaseRecoveryClient {
783
783
  * @param FetchProtectedDatabaseConfigurationRequest
784
784
  * @return FetchProtectedDatabaseConfigurationResponse
785
785
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
787
787
  */
788
788
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
789
789
  return __awaiter(this, void 0, void 0, function* () {
@@ -847,7 +847,7 @@ class DatabaseRecoveryClient {
847
847
  * @param GetProtectedDatabaseRequest
848
848
  * @return GetProtectedDatabaseResponse
849
849
  * @throws OciError when an error occurs
850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
851
851
  */
852
852
  getProtectedDatabase(getProtectedDatabaseRequest) {
853
853
  return __awaiter(this, void 0, void 0, function* () {
@@ -910,7 +910,7 @@ class DatabaseRecoveryClient {
910
910
  * @param GetProtectionPolicyRequest
911
911
  * @return GetProtectionPolicyResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
914
914
  */
915
915
  getProtectionPolicy(getProtectionPolicyRequest) {
916
916
  return __awaiter(this, void 0, void 0, function* () {
@@ -973,7 +973,7 @@ class DatabaseRecoveryClient {
973
973
  * @param GetRecoveryServiceSubnetRequest
974
974
  * @return GetRecoveryServiceSubnetResponse
975
975
  * @throws OciError when an error occurs
976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
977
977
  */
978
978
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
979
979
  return __awaiter(this, void 0, void 0, function* () {
@@ -1036,7 +1036,7 @@ class DatabaseRecoveryClient {
1036
1036
  * @param GetWorkRequestRequest
1037
1037
  * @return GetWorkRequestResponse
1038
1038
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1040
1040
  */
1041
1041
  getWorkRequest(getWorkRequestRequest) {
1042
1042
  return __awaiter(this, void 0, void 0, function* () {
@@ -1100,7 +1100,7 @@ class DatabaseRecoveryClient {
1100
1100
  * @param ListProtectedDatabasesRequest
1101
1101
  * @return ListProtectedDatabasesResponse
1102
1102
  * @throws OciError when an error occurs
1103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1104
1104
  */
1105
1105
  listProtectedDatabases(listProtectedDatabasesRequest) {
1106
1106
  return __awaiter(this, void 0, void 0, function* () {
@@ -1173,7 +1173,7 @@ class DatabaseRecoveryClient {
1173
1173
  * @param ListProtectionPoliciesRequest
1174
1174
  * @return ListProtectionPoliciesResponse
1175
1175
  * @throws OciError when an error occurs
1176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1177
1177
  */
1178
1178
  listProtectionPolicies(listProtectionPoliciesRequest) {
1179
1179
  return __awaiter(this, void 0, void 0, function* () {
@@ -1245,7 +1245,7 @@ class DatabaseRecoveryClient {
1245
1245
  * @param ListRecoveryServiceSubnetsRequest
1246
1246
  * @return ListRecoveryServiceSubnetsResponse
1247
1247
  * @throws OciError when an error occurs
1248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1249
1249
  */
1250
1250
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
1251
1251
  return __awaiter(this, void 0, void 0, function* () {
@@ -1317,7 +1317,7 @@ class DatabaseRecoveryClient {
1317
1317
  * @param ListWorkRequestErrorsRequest
1318
1318
  * @return ListWorkRequestErrorsResponse
1319
1319
  * @throws OciError when an error occurs
1320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1321
1321
  */
1322
1322
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1323
1323
  return __awaiter(this, void 0, void 0, function* () {
@@ -1386,7 +1386,7 @@ class DatabaseRecoveryClient {
1386
1386
  * @param ListWorkRequestLogsRequest
1387
1387
  * @return ListWorkRequestLogsResponse
1388
1388
  * @throws OciError when an error occurs
1389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1390
1390
  */
1391
1391
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1392
1392
  return __awaiter(this, void 0, void 0, function* () {
@@ -1455,7 +1455,7 @@ class DatabaseRecoveryClient {
1455
1455
  * @param ListWorkRequestsRequest
1456
1456
  * @return ListWorkRequestsResponse
1457
1457
  * @throws OciError when an error occurs
1458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1459
1459
  */
1460
1460
  listWorkRequests(listWorkRequestsRequest) {
1461
1461
  return __awaiter(this, void 0, void 0, function* () {
@@ -1525,7 +1525,7 @@ class DatabaseRecoveryClient {
1525
1525
  * @param UpdateProtectedDatabaseRequest
1526
1526
  * @return UpdateProtectedDatabaseResponse
1527
1527
  * @throws OciError when an error occurs
1528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1529
1529
  */
1530
1530
  updateProtectedDatabase(updateProtectedDatabaseRequest) {
1531
1531
  return __awaiter(this, void 0, void 0, function* () {
@@ -1586,7 +1586,7 @@ class DatabaseRecoveryClient {
1586
1586
  * @param UpdateProtectionPolicyRequest
1587
1587
  * @return UpdateProtectionPolicyResponse
1588
1588
  * @throws OciError when an error occurs
1589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1590
1590
  */
1591
1591
  updateProtectionPolicy(updateProtectionPolicyRequest) {
1592
1592
  return __awaiter(this, void 0, void 0, function* () {
@@ -1647,7 +1647,7 @@ class DatabaseRecoveryClient {
1647
1647
  * @param UpdateRecoveryServiceSubnetRequest
1648
1648
  * @return UpdateRecoveryServiceSubnetResponse
1649
1649
  * @throws OciError when an error occurs
1650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1651
1651
  */
1652
1652
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
1653
1653
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProtectedDatabaseCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProtectionPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRecoveryServiceSubnetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabaseRequest.
17
17
  */
18
18
  export interface CreateProtectedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicyRequest.
17
17
  */
18
18
  export interface CreateProtectionPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
17
17
  */
18
18
  export interface CreateRecoveryServiceSubnetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
16
16
  */
17
17
  export interface DeleteProtectedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicyRequest.
16
16
  */
17
17
  export interface DeleteProtectionPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnetRequest.
16
16
  */
17
17
  export interface DeleteRecoveryServiceSubnetRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfigurationRequest.
17
17
  */
18
18
  export interface FetchProtectedDatabaseConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabaseRequest.
16
16
  */
17
17
  export interface GetProtectedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicyRequest.
16
16
  */
17
17
  export interface GetProtectionPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnetRequest.
16
16
  */
17
17
  export interface GetRecoveryServiceSubnetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabasesRequest.
17
17
  */
18
18
  export interface ListProtectedDatabasesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPoliciesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPoliciesRequest.
17
17
  */
18
18
  export interface ListProtectionPoliciesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnetsRequest.
17
17
  */
18
18
  export interface ListRecoveryServiceSubnetsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabaseRequest.
17
17
  */
18
18
  export interface UpdateProtectedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicyRequest.
17
17
  */
18
18
  export interface UpdateProtectionPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnetRequest.
17
17
  */
18
18
  export interface UpdateRecoveryServiceSubnetRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-recovery",
3
- "version": "2.82.1",
3
+ "version": "2.83.0",
4
4
  "description": "OCI NodeJS client for Recovery Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.82.1",
19
- "oci-workrequests": "2.82.1"
18
+ "oci-common": "2.83.0",
19
+ "oci-workrequests": "2.83.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"