oci-recovery 2.54.0 → 2.55.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
@@ -75,7 +75,7 @@ export declare class DatabaseRecoveryClient {
75
75
  * @param ChangeProtectedDatabaseCompartmentRequest
76
76
  * @return ChangeProtectedDatabaseCompartmentResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
79
79
  */
80
80
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
81
81
  /**
@@ -84,7 +84,7 @@ export declare class DatabaseRecoveryClient {
84
84
  * @param ChangeProtectionPolicyCompartmentRequest
85
85
  * @return ChangeProtectionPolicyCompartmentResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
88
88
  */
89
89
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class DatabaseRecoveryClient {
93
93
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
94
94
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
97
97
  */
98
98
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
99
99
  /**
@@ -103,7 +103,7 @@ export declare class DatabaseRecoveryClient {
103
103
  * @param CreateProtectedDatabaseRequest
104
104
  * @return CreateProtectedDatabaseResponse
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.54.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
107
107
  */
108
108
  createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
109
109
  /**
@@ -113,7 +113,7 @@ export declare class DatabaseRecoveryClient {
113
113
  * @param CreateProtectionPolicyRequest
114
114
  * @return CreateProtectionPolicyResponse
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.54.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
117
117
  */
118
118
  createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
119
119
  /**
@@ -123,7 +123,7 @@ export declare class DatabaseRecoveryClient {
123
123
  * @param CreateRecoveryServiceSubnetRequest
124
124
  * @return CreateRecoveryServiceSubnetResponse
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.54.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
127
127
  */
128
128
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class DatabaseRecoveryClient {
132
132
  * @param DeleteProtectedDatabaseRequest
133
133
  * @return DeleteProtectedDatabaseResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
136
136
  */
137
137
  deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
138
138
  /**
@@ -143,7 +143,7 @@ export declare class DatabaseRecoveryClient {
143
143
  * @param DeleteProtectionPolicyRequest
144
144
  * @return DeleteProtectionPolicyResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
147
147
  */
148
148
  deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class DatabaseRecoveryClient {
152
152
  * @param DeleteRecoveryServiceSubnetRequest
153
153
  * @return DeleteRecoveryServiceSubnetResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
156
156
  */
157
157
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class DatabaseRecoveryClient {
161
161
  * @param FetchProtectedDatabaseConfigurationRequest
162
162
  * @return FetchProtectedDatabaseConfigurationResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
165
165
  */
166
166
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class DatabaseRecoveryClient {
170
170
  * @param GetProtectedDatabaseRequest
171
171
  * @return GetProtectedDatabaseResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
174
174
  */
175
175
  getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class DatabaseRecoveryClient {
179
179
  * @param GetProtectionPolicyRequest
180
180
  * @return GetProtectionPolicyResponse
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.54.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
183
183
  */
184
184
  getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class DatabaseRecoveryClient {
188
188
  * @param GetRecoveryServiceSubnetRequest
189
189
  * @return GetRecoveryServiceSubnetResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
192
192
  */
193
193
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
194
194
  /**
@@ -197,7 +197,7 @@ export declare class DatabaseRecoveryClient {
197
197
  * @param GetWorkRequestRequest
198
198
  * @return GetWorkRequestResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
201
201
  */
202
202
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class DatabaseRecoveryClient {
207
207
  * @param ListProtectedDatabasesRequest
208
208
  * @return ListProtectedDatabasesResponse
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.54.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
211
211
  */
212
212
  listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class DatabaseRecoveryClient {
217
217
  * @param ListProtectionPoliciesRequest
218
218
  * @return ListProtectionPoliciesResponse
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.54.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
221
221
  */
222
222
  listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class DatabaseRecoveryClient {
227
227
  * @param ListRecoveryServiceSubnetsRequest
228
228
  * @return ListRecoveryServiceSubnetsResponse
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.54.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
231
231
  */
232
232
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
233
233
  /**
@@ -237,7 +237,7 @@ export declare class DatabaseRecoveryClient {
237
237
  * @param ListWorkRequestErrorsRequest
238
238
  * @return ListWorkRequestErrorsResponse
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.54.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
241
241
  */
242
242
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
243
243
  /**
@@ -247,7 +247,7 @@ export declare class DatabaseRecoveryClient {
247
247
  * @param ListWorkRequestLogsRequest
248
248
  * @return ListWorkRequestLogsResponse
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.54.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
251
251
  */
252
252
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
253
253
  /**
@@ -257,7 +257,7 @@ export declare class DatabaseRecoveryClient {
257
257
  * @param ListWorkRequestsRequest
258
258
  * @return ListWorkRequestsResponse
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.54.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
261
261
  */
262
262
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
263
263
  /**
@@ -266,7 +266,7 @@ export declare class DatabaseRecoveryClient {
266
266
  * @param UpdateProtectedDatabaseRequest
267
267
  * @return UpdateProtectedDatabaseResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
270
270
  */
271
271
  updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
272
272
  /**
@@ -275,7 +275,7 @@ export declare class DatabaseRecoveryClient {
275
275
  * @param UpdateProtectionPolicyRequest
276
276
  * @return UpdateProtectionPolicyResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
279
279
  */
280
280
  updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
281
281
  /**
@@ -284,7 +284,7 @@ export declare class DatabaseRecoveryClient {
284
284
  * @param UpdateRecoveryServiceSubnetRequest
285
285
  * @return UpdateRecoveryServiceSubnetResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
288
288
  */
289
289
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
290
290
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class DatabaseRecoveryClient {
156
156
  * @param ChangeProtectedDatabaseCompartmentRequest
157
157
  * @return ChangeProtectedDatabaseCompartmentResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
160
160
  */
161
161
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -217,7 +217,7 @@ class DatabaseRecoveryClient {
217
217
  * @param ChangeProtectionPolicyCompartmentRequest
218
218
  * @return ChangeProtectionPolicyCompartmentResponse
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.54.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
221
221
  */
222
222
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
223
223
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class DatabaseRecoveryClient {
278
278
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
279
279
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
282
282
  */
283
283
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class DatabaseRecoveryClient {
340
340
  * @param CreateProtectedDatabaseRequest
341
341
  * @return CreateProtectedDatabaseResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
344
344
  */
345
345
  createProtectedDatabase(createProtectedDatabaseRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -414,7 +414,7 @@ class DatabaseRecoveryClient {
414
414
  * @param CreateProtectionPolicyRequest
415
415
  * @return CreateProtectionPolicyResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
418
418
  */
419
419
  createProtectionPolicy(createProtectionPolicyRequest) {
420
420
  return __awaiter(this, void 0, void 0, function* () {
@@ -488,7 +488,7 @@ class DatabaseRecoveryClient {
488
488
  * @param CreateRecoveryServiceSubnetRequest
489
489
  * @return CreateRecoveryServiceSubnetResponse
490
490
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
492
492
  */
493
493
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
494
494
  return __awaiter(this, void 0, void 0, function* () {
@@ -561,7 +561,7 @@ class DatabaseRecoveryClient {
561
561
  * @param DeleteProtectedDatabaseRequest
562
562
  * @return DeleteProtectedDatabaseResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
565
565
  */
566
566
  deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
567
567
  return __awaiter(this, void 0, void 0, function* () {
@@ -623,7 +623,7 @@ class DatabaseRecoveryClient {
623
623
  * @param DeleteProtectionPolicyRequest
624
624
  * @return DeleteProtectionPolicyResponse
625
625
  * @throws OciError when an error occurs
626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
627
627
  */
628
628
  deleteProtectionPolicy(deleteProtectionPolicyRequest) {
629
629
  return __awaiter(this, void 0, void 0, function* () {
@@ -683,7 +683,7 @@ class DatabaseRecoveryClient {
683
683
  * @param DeleteRecoveryServiceSubnetRequest
684
684
  * @return DeleteRecoveryServiceSubnetResponse
685
685
  * @throws OciError when an error occurs
686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
687
687
  */
688
688
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
689
689
  return __awaiter(this, void 0, void 0, function* () {
@@ -743,7 +743,7 @@ class DatabaseRecoveryClient {
743
743
  * @param FetchProtectedDatabaseConfigurationRequest
744
744
  * @return FetchProtectedDatabaseConfigurationResponse
745
745
  * @throws OciError when an error occurs
746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
747
747
  */
748
748
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
749
749
  return __awaiter(this, void 0, void 0, function* () {
@@ -807,7 +807,7 @@ class DatabaseRecoveryClient {
807
807
  * @param GetProtectedDatabaseRequest
808
808
  * @return GetProtectedDatabaseResponse
809
809
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
811
811
  */
812
812
  getProtectedDatabase(getProtectedDatabaseRequest) {
813
813
  return __awaiter(this, void 0, void 0, function* () {
@@ -870,7 +870,7 @@ class DatabaseRecoveryClient {
870
870
  * @param GetProtectionPolicyRequest
871
871
  * @return GetProtectionPolicyResponse
872
872
  * @throws OciError when an error occurs
873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
874
874
  */
875
875
  getProtectionPolicy(getProtectionPolicyRequest) {
876
876
  return __awaiter(this, void 0, void 0, function* () {
@@ -933,7 +933,7 @@ class DatabaseRecoveryClient {
933
933
  * @param GetRecoveryServiceSubnetRequest
934
934
  * @return GetRecoveryServiceSubnetResponse
935
935
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
937
937
  */
938
938
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
939
939
  return __awaiter(this, void 0, void 0, function* () {
@@ -996,7 +996,7 @@ class DatabaseRecoveryClient {
996
996
  * @param GetWorkRequestRequest
997
997
  * @return GetWorkRequestResponse
998
998
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1000
1000
  */
1001
1001
  getWorkRequest(getWorkRequestRequest) {
1002
1002
  return __awaiter(this, void 0, void 0, function* () {
@@ -1060,7 +1060,7 @@ class DatabaseRecoveryClient {
1060
1060
  * @param ListProtectedDatabasesRequest
1061
1061
  * @return ListProtectedDatabasesResponse
1062
1062
  * @throws OciError when an error occurs
1063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
1064
1064
  */
1065
1065
  listProtectedDatabases(listProtectedDatabasesRequest) {
1066
1066
  return __awaiter(this, void 0, void 0, function* () {
@@ -1133,7 +1133,7 @@ class DatabaseRecoveryClient {
1133
1133
  * @param ListProtectionPoliciesRequest
1134
1134
  * @return ListProtectionPoliciesResponse
1135
1135
  * @throws OciError when an error occurs
1136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
1137
1137
  */
1138
1138
  listProtectionPolicies(listProtectionPoliciesRequest) {
1139
1139
  return __awaiter(this, void 0, void 0, function* () {
@@ -1205,7 +1205,7 @@ class DatabaseRecoveryClient {
1205
1205
  * @param ListRecoveryServiceSubnetsRequest
1206
1206
  * @return ListRecoveryServiceSubnetsResponse
1207
1207
  * @throws OciError when an error occurs
1208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
1209
1209
  */
1210
1210
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
1211
1211
  return __awaiter(this, void 0, void 0, function* () {
@@ -1277,7 +1277,7 @@ class DatabaseRecoveryClient {
1277
1277
  * @param ListWorkRequestErrorsRequest
1278
1278
  * @return ListWorkRequestErrorsResponse
1279
1279
  * @throws OciError when an error occurs
1280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1281
1281
  */
1282
1282
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1283
1283
  return __awaiter(this, void 0, void 0, function* () {
@@ -1346,7 +1346,7 @@ class DatabaseRecoveryClient {
1346
1346
  * @param ListWorkRequestLogsRequest
1347
1347
  * @return ListWorkRequestLogsResponse
1348
1348
  * @throws OciError when an error occurs
1349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1350
1350
  */
1351
1351
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1352
1352
  return __awaiter(this, void 0, void 0, function* () {
@@ -1415,7 +1415,7 @@ class DatabaseRecoveryClient {
1415
1415
  * @param ListWorkRequestsRequest
1416
1416
  * @return ListWorkRequestsResponse
1417
1417
  * @throws OciError when an error occurs
1418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1419
1419
  */
1420
1420
  listWorkRequests(listWorkRequestsRequest) {
1421
1421
  return __awaiter(this, void 0, void 0, function* () {
@@ -1485,7 +1485,7 @@ class DatabaseRecoveryClient {
1485
1485
  * @param UpdateProtectedDatabaseRequest
1486
1486
  * @return UpdateProtectedDatabaseResponse
1487
1487
  * @throws OciError when an error occurs
1488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
1489
1489
  */
1490
1490
  updateProtectedDatabase(updateProtectedDatabaseRequest) {
1491
1491
  return __awaiter(this, void 0, void 0, function* () {
@@ -1546,7 +1546,7 @@ class DatabaseRecoveryClient {
1546
1546
  * @param UpdateProtectionPolicyRequest
1547
1547
  * @return UpdateProtectionPolicyResponse
1548
1548
  * @throws OciError when an error occurs
1549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
1550
1550
  */
1551
1551
  updateProtectionPolicy(updateProtectionPolicyRequest) {
1552
1552
  return __awaiter(this, void 0, void 0, function* () {
@@ -1607,7 +1607,7 @@ class DatabaseRecoveryClient {
1607
1607
  * @param UpdateRecoveryServiceSubnetRequest
1608
1608
  * @return UpdateRecoveryServiceSubnetResponse
1609
1609
  * @throws OciError when an error occurs
1610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
1611
1611
  */
1612
1612
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
1613
1613
  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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.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.55.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.54.0",
3
+ "version": "2.55.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.54.0",
19
- "oci-workrequests": "2.54.0"
18
+ "oci-common": "2.55.0",
19
+ "oci-workrequests": "2.55.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"