oci-recovery 2.66.0 → 2.67.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
@@ -85,7 +85,7 @@ export declare class DatabaseRecoveryClient {
85
85
  * @param ChangeProtectedDatabaseCompartmentRequest
86
86
  * @return ChangeProtectedDatabaseCompartmentResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
89
89
  */
90
90
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
91
91
  /**
@@ -94,7 +94,7 @@ export declare class DatabaseRecoveryClient {
94
94
  * @param ChangeProtectionPolicyCompartmentRequest
95
95
  * @return ChangeProtectionPolicyCompartmentResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
98
98
  */
99
99
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
100
100
  /**
@@ -103,7 +103,7 @@ export declare class DatabaseRecoveryClient {
103
103
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
104
104
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
107
107
  */
108
108
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
109
109
  /**
@@ -113,7 +113,7 @@ export declare class DatabaseRecoveryClient {
113
113
  * @param CreateProtectedDatabaseRequest
114
114
  * @return CreateProtectedDatabaseResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
117
117
  */
118
118
  createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
119
119
  /**
@@ -123,7 +123,7 @@ export declare class DatabaseRecoveryClient {
123
123
  * @param CreateProtectionPolicyRequest
124
124
  * @return CreateProtectionPolicyResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
127
127
  */
128
128
  createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
129
129
  /**
@@ -133,7 +133,7 @@ export declare class DatabaseRecoveryClient {
133
133
  * @param CreateRecoveryServiceSubnetRequest
134
134
  * @return CreateRecoveryServiceSubnetResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
137
137
  */
138
138
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
139
139
  /**
@@ -142,7 +142,7 @@ export declare class DatabaseRecoveryClient {
142
142
  * @param DeleteProtectedDatabaseRequest
143
143
  * @return DeleteProtectedDatabaseResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
146
146
  */
147
147
  deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
148
148
  /**
@@ -153,7 +153,7 @@ export declare class DatabaseRecoveryClient {
153
153
  * @param DeleteProtectionPolicyRequest
154
154
  * @return DeleteProtectionPolicyResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
157
157
  */
158
158
  deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class DatabaseRecoveryClient {
162
162
  * @param DeleteRecoveryServiceSubnetRequest
163
163
  * @return DeleteRecoveryServiceSubnetResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
166
166
  */
167
167
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class DatabaseRecoveryClient {
171
171
  * @param FetchProtectedDatabaseConfigurationRequest
172
172
  * @return FetchProtectedDatabaseConfigurationResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
175
175
  */
176
176
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class DatabaseRecoveryClient {
180
180
  * @param GetProtectedDatabaseRequest
181
181
  * @return GetProtectedDatabaseResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
184
184
  */
185
185
  getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class DatabaseRecoveryClient {
189
189
  * @param GetProtectionPolicyRequest
190
190
  * @return GetProtectionPolicyResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
193
193
  */
194
194
  getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class DatabaseRecoveryClient {
198
198
  * @param GetRecoveryServiceSubnetRequest
199
199
  * @return GetRecoveryServiceSubnetResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
202
202
  */
203
203
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class DatabaseRecoveryClient {
207
207
  * @param GetWorkRequestRequest
208
208
  * @return GetWorkRequestResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
211
211
  */
212
212
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class DatabaseRecoveryClient {
217
217
  * @param ListProtectedDatabasesRequest
218
218
  * @return ListProtectedDatabasesResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
221
221
  */
222
222
  listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class DatabaseRecoveryClient {
227
227
  * @param ListProtectionPoliciesRequest
228
228
  * @return ListProtectionPoliciesResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
231
231
  */
232
232
  listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
233
233
  /**
@@ -237,7 +237,7 @@ export declare class DatabaseRecoveryClient {
237
237
  * @param ListRecoveryServiceSubnetsRequest
238
238
  * @return ListRecoveryServiceSubnetsResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
241
241
  */
242
242
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
243
243
  /**
@@ -247,7 +247,7 @@ export declare class DatabaseRecoveryClient {
247
247
  * @param ListWorkRequestErrorsRequest
248
248
  * @return ListWorkRequestErrorsResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
251
251
  */
252
252
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
253
253
  /**
@@ -257,7 +257,7 @@ export declare class DatabaseRecoveryClient {
257
257
  * @param ListWorkRequestLogsRequest
258
258
  * @return ListWorkRequestLogsResponse
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.66.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
261
261
  */
262
262
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
263
263
  /**
@@ -267,7 +267,7 @@ export declare class DatabaseRecoveryClient {
267
267
  * @param ListWorkRequestsRequest
268
268
  * @return ListWorkRequestsResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
271
271
  */
272
272
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
273
273
  /**
@@ -276,7 +276,7 @@ export declare class DatabaseRecoveryClient {
276
276
  * @param UpdateProtectedDatabaseRequest
277
277
  * @return UpdateProtectedDatabaseResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
280
280
  */
281
281
  updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
282
282
  /**
@@ -285,7 +285,7 @@ export declare class DatabaseRecoveryClient {
285
285
  * @param UpdateProtectionPolicyRequest
286
286
  * @return UpdateProtectionPolicyResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
289
289
  */
290
290
  updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
291
291
  /**
@@ -294,7 +294,7 @@ export declare class DatabaseRecoveryClient {
294
294
  * @param UpdateRecoveryServiceSubnetRequest
295
295
  * @return UpdateRecoveryServiceSubnetResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
298
298
  */
299
299
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
300
300
  }
package/lib/client.js CHANGED
@@ -179,7 +179,7 @@ class DatabaseRecoveryClient {
179
179
  * @param ChangeProtectedDatabaseCompartmentRequest
180
180
  * @return ChangeProtectedDatabaseCompartmentResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
183
183
  */
184
184
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
185
185
  return __awaiter(this, void 0, void 0, function* () {
@@ -240,7 +240,7 @@ class DatabaseRecoveryClient {
240
240
  * @param ChangeProtectionPolicyCompartmentRequest
241
241
  * @return ChangeProtectionPolicyCompartmentResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
244
244
  */
245
245
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
246
246
  return __awaiter(this, void 0, void 0, function* () {
@@ -301,7 +301,7 @@ class DatabaseRecoveryClient {
301
301
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
302
302
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
305
305
  */
306
306
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
307
307
  return __awaiter(this, void 0, void 0, function* () {
@@ -363,7 +363,7 @@ class DatabaseRecoveryClient {
363
363
  * @param CreateProtectedDatabaseRequest
364
364
  * @return CreateProtectedDatabaseResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
367
367
  */
368
368
  createProtectedDatabase(createProtectedDatabaseRequest) {
369
369
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +437,7 @@ class DatabaseRecoveryClient {
437
437
  * @param CreateProtectionPolicyRequest
438
438
  * @return CreateProtectionPolicyResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
441
441
  */
442
442
  createProtectionPolicy(createProtectionPolicyRequest) {
443
443
  return __awaiter(this, void 0, void 0, function* () {
@@ -511,7 +511,7 @@ class DatabaseRecoveryClient {
511
511
  * @param CreateRecoveryServiceSubnetRequest
512
512
  * @return CreateRecoveryServiceSubnetResponse
513
513
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
515
515
  */
516
516
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
517
517
  return __awaiter(this, void 0, void 0, function* () {
@@ -584,7 +584,7 @@ class DatabaseRecoveryClient {
584
584
  * @param DeleteProtectedDatabaseRequest
585
585
  * @return DeleteProtectedDatabaseResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
588
588
  */
589
589
  deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
590
590
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class DatabaseRecoveryClient {
646
646
  * @param DeleteProtectionPolicyRequest
647
647
  * @return DeleteProtectionPolicyResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
650
650
  */
651
651
  deleteProtectionPolicy(deleteProtectionPolicyRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -706,7 +706,7 @@ class DatabaseRecoveryClient {
706
706
  * @param DeleteRecoveryServiceSubnetRequest
707
707
  * @return DeleteRecoveryServiceSubnetResponse
708
708
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
710
710
  */
711
711
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
712
712
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +766,7 @@ class DatabaseRecoveryClient {
766
766
  * @param FetchProtectedDatabaseConfigurationRequest
767
767
  * @return FetchProtectedDatabaseConfigurationResponse
768
768
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
770
770
  */
771
771
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
772
772
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +830,7 @@ class DatabaseRecoveryClient {
830
830
  * @param GetProtectedDatabaseRequest
831
831
  * @return GetProtectedDatabaseResponse
832
832
  * @throws OciError when an error occurs
833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
834
834
  */
835
835
  getProtectedDatabase(getProtectedDatabaseRequest) {
836
836
  return __awaiter(this, void 0, void 0, function* () {
@@ -893,7 +893,7 @@ class DatabaseRecoveryClient {
893
893
  * @param GetProtectionPolicyRequest
894
894
  * @return GetProtectionPolicyResponse
895
895
  * @throws OciError when an error occurs
896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
897
897
  */
898
898
  getProtectionPolicy(getProtectionPolicyRequest) {
899
899
  return __awaiter(this, void 0, void 0, function* () {
@@ -956,7 +956,7 @@ class DatabaseRecoveryClient {
956
956
  * @param GetRecoveryServiceSubnetRequest
957
957
  * @return GetRecoveryServiceSubnetResponse
958
958
  * @throws OciError when an error occurs
959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
960
960
  */
961
961
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
962
962
  return __awaiter(this, void 0, void 0, function* () {
@@ -1019,7 +1019,7 @@ class DatabaseRecoveryClient {
1019
1019
  * @param GetWorkRequestRequest
1020
1020
  * @return GetWorkRequestResponse
1021
1021
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1023
1023
  */
1024
1024
  getWorkRequest(getWorkRequestRequest) {
1025
1025
  return __awaiter(this, void 0, void 0, function* () {
@@ -1083,7 +1083,7 @@ class DatabaseRecoveryClient {
1083
1083
  * @param ListProtectedDatabasesRequest
1084
1084
  * @return ListProtectedDatabasesResponse
1085
1085
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1087
1087
  */
1088
1088
  listProtectedDatabases(listProtectedDatabasesRequest) {
1089
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1156,7 +1156,7 @@ class DatabaseRecoveryClient {
1156
1156
  * @param ListProtectionPoliciesRequest
1157
1157
  * @return ListProtectionPoliciesResponse
1158
1158
  * @throws OciError when an error occurs
1159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1160
1160
  */
1161
1161
  listProtectionPolicies(listProtectionPoliciesRequest) {
1162
1162
  return __awaiter(this, void 0, void 0, function* () {
@@ -1228,7 +1228,7 @@ class DatabaseRecoveryClient {
1228
1228
  * @param ListRecoveryServiceSubnetsRequest
1229
1229
  * @return ListRecoveryServiceSubnetsResponse
1230
1230
  * @throws OciError when an error occurs
1231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1232
1232
  */
1233
1233
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
1234
1234
  return __awaiter(this, void 0, void 0, function* () {
@@ -1300,7 +1300,7 @@ class DatabaseRecoveryClient {
1300
1300
  * @param ListWorkRequestErrorsRequest
1301
1301
  * @return ListWorkRequestErrorsResponse
1302
1302
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1304
1304
  */
1305
1305
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1306
1306
  return __awaiter(this, void 0, void 0, function* () {
@@ -1369,7 +1369,7 @@ class DatabaseRecoveryClient {
1369
1369
  * @param ListWorkRequestLogsRequest
1370
1370
  * @return ListWorkRequestLogsResponse
1371
1371
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1373
1373
  */
1374
1374
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1375
1375
  return __awaiter(this, void 0, void 0, function* () {
@@ -1438,7 +1438,7 @@ class DatabaseRecoveryClient {
1438
1438
  * @param ListWorkRequestsRequest
1439
1439
  * @return ListWorkRequestsResponse
1440
1440
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1442
1442
  */
1443
1443
  listWorkRequests(listWorkRequestsRequest) {
1444
1444
  return __awaiter(this, void 0, void 0, function* () {
@@ -1508,7 +1508,7 @@ class DatabaseRecoveryClient {
1508
1508
  * @param UpdateProtectedDatabaseRequest
1509
1509
  * @return UpdateProtectedDatabaseResponse
1510
1510
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1512
1512
  */
1513
1513
  updateProtectedDatabase(updateProtectedDatabaseRequest) {
1514
1514
  return __awaiter(this, void 0, void 0, function* () {
@@ -1569,7 +1569,7 @@ class DatabaseRecoveryClient {
1569
1569
  * @param UpdateProtectionPolicyRequest
1570
1570
  * @return UpdateProtectionPolicyResponse
1571
1571
  * @throws OciError when an error occurs
1572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1573
1573
  */
1574
1574
  updateProtectionPolicy(updateProtectionPolicyRequest) {
1575
1575
  return __awaiter(this, void 0, void 0, function* () {
@@ -1630,7 +1630,7 @@ class DatabaseRecoveryClient {
1630
1630
  * @param UpdateRecoveryServiceSubnetRequest
1631
1631
  * @return UpdateRecoveryServiceSubnetResponse
1632
1632
  * @throws OciError when an error occurs
1633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1634
1634
  */
1635
1635
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
1636
1636
  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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0/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.67.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.66.0",
3
+ "version": "2.67.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.66.0",
19
- "oci-workrequests": "2.66.0"
18
+ "oci-common": "2.67.0",
19
+ "oci-workrequests": "2.67.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"