oci-recovery 2.102.1 → 2.103.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.
- package/lib/client.d.ts +26 -26
- package/lib/client.js +26 -26
- package/lib/model/change-protected-database-compartment-details.d.ts +1 -1
- package/lib/model/change-protection-policy-compartment-details.d.ts +1 -1
- package/lib/model/change-recovery-service-subnet-compartment-details.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/cancel-protected-database-deletion-request.d.ts +1 -1
- package/lib/request/change-protected-database-compartment-request.d.ts +1 -1
- package/lib/request/change-protected-database-subscription-request.d.ts +1 -1
- package/lib/request/change-protection-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +1 -1
- package/lib/request/create-protected-database-request.d.ts +1 -1
- package/lib/request/create-protection-policy-request.d.ts +1 -1
- package/lib/request/create-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/delete-protected-database-request.d.ts +1 -1
- package/lib/request/delete-protection-policy-request.d.ts +1 -1
- package/lib/request/delete-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/fetch-protected-database-configuration-request.d.ts +1 -1
- package/lib/request/get-protected-database-request.d.ts +1 -1
- package/lib/request/get-protection-policy-request.d.ts +1 -1
- package/lib/request/get-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-protected-databases-request.d.ts +1 -1
- package/lib/request/list-protection-policies-request.d.ts +1 -1
- package/lib/request/list-recovery-service-subnets-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/schedule-protected-database-deletion-request.d.ts +1 -1
- package/lib/request/update-protected-database-request.d.ts +1 -1
- package/lib/request/update-protection-policy-request.d.ts +1 -1
- package/lib/request/update-recovery-service-subnet-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
100
100
|
* @param CancelProtectedDatabaseDeletionRequest
|
|
101
101
|
* @return CancelProtectedDatabaseDeletionResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletion API.
|
|
104
104
|
*/
|
|
105
105
|
cancelProtectedDatabaseDeletion(cancelProtectedDatabaseDeletionRequest: requests.CancelProtectedDatabaseDeletionRequest): Promise<responses.CancelProtectedDatabaseDeletionResponse>;
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
109
109
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
110
110
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.
|
|
112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
118
118
|
* @param ChangeProtectedDatabaseSubscriptionRequest
|
|
119
119
|
* @return ChangeProtectedDatabaseSubscriptionResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.
|
|
121
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectedDatabaseSubscription.ts.html |here} to see how to use ChangeProtectedDatabaseSubscription API.
|
|
122
122
|
*/
|
|
123
123
|
changeProtectedDatabaseSubscription(changeProtectedDatabaseSubscriptionRequest: requests.ChangeProtectedDatabaseSubscriptionRequest): Promise<responses.ChangeProtectedDatabaseSubscriptionResponse>;
|
|
124
124
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
127
127
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
128
128
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.
|
|
130
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
131
131
|
*/
|
|
132
132
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
|
|
133
133
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
136
136
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
137
137
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.
|
|
139
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
140
140
|
*/
|
|
141
141
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
|
|
142
142
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
146
146
|
* @param CreateProtectedDatabaseRequest
|
|
147
147
|
* @return CreateProtectedDatabaseResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
150
150
|
*/
|
|
151
151
|
createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
156
156
|
* @param CreateProtectionPolicyRequest
|
|
157
157
|
* @return CreateProtectionPolicyResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.
|
|
159
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
160
160
|
*/
|
|
161
161
|
createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
166
166
|
* @param CreateRecoveryServiceSubnetRequest
|
|
167
167
|
* @return CreateRecoveryServiceSubnetResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.
|
|
169
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
170
170
|
*/
|
|
171
171
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
175
175
|
* @param DeleteProtectedDatabaseRequest
|
|
176
176
|
* @return DeleteProtectedDatabaseResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.
|
|
178
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
179
179
|
*/
|
|
180
180
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
|
|
181
181
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
186
186
|
* @param DeleteProtectionPolicyRequest
|
|
187
187
|
* @return DeleteProtectionPolicyResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.
|
|
189
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
190
190
|
*/
|
|
191
191
|
deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
195
195
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
196
196
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.
|
|
198
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
199
199
|
*/
|
|
200
200
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
204
204
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
205
205
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
208
208
|
*/
|
|
209
209
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
213
213
|
* @param GetProtectedDatabaseRequest
|
|
214
214
|
* @return GetProtectedDatabaseResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
217
217
|
*/
|
|
218
218
|
getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
222
222
|
* @param GetProtectionPolicyRequest
|
|
223
223
|
* @return GetProtectionPolicyResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.
|
|
225
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
226
226
|
*/
|
|
227
227
|
getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
231
231
|
* @param GetRecoveryServiceSubnetRequest
|
|
232
232
|
* @return GetRecoveryServiceSubnetResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.
|
|
234
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
235
235
|
*/
|
|
236
236
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
240
240
|
* @param GetWorkRequestRequest
|
|
241
241
|
* @return GetWorkRequestResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.
|
|
243
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
244
244
|
*/
|
|
245
245
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
246
246
|
/**
|
|
@@ -250,7 +250,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
250
250
|
* @param ListProtectedDatabasesRequest
|
|
251
251
|
* @return ListProtectedDatabasesResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.
|
|
253
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
254
254
|
*/
|
|
255
255
|
listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
|
|
256
256
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
260
260
|
* @param ListProtectionPoliciesRequest
|
|
261
261
|
* @return ListProtectionPoliciesResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.
|
|
263
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
264
264
|
*/
|
|
265
265
|
listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
|
|
266
266
|
/**
|
|
@@ -270,7 +270,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
270
270
|
* @param ListRecoveryServiceSubnetsRequest
|
|
271
271
|
* @return ListRecoveryServiceSubnetsResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.
|
|
273
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
274
274
|
*/
|
|
275
275
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
|
|
276
276
|
/**
|
|
@@ -280,7 +280,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
280
280
|
* @param ListWorkRequestErrorsRequest
|
|
281
281
|
* @return ListWorkRequestErrorsResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.
|
|
283
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
284
284
|
*/
|
|
285
285
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
286
286
|
/**
|
|
@@ -290,7 +290,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
290
290
|
* @param ListWorkRequestLogsRequest
|
|
291
291
|
* @return ListWorkRequestLogsResponse
|
|
292
292
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.
|
|
293
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
294
294
|
*/
|
|
295
295
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
296
296
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
300
300
|
* @param ListWorkRequestsRequest
|
|
301
301
|
* @return ListWorkRequestsResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.
|
|
303
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
304
304
|
*/
|
|
305
305
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
306
306
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
312
312
|
* @param ScheduleProtectedDatabaseDeletionRequest
|
|
313
313
|
* @return ScheduleProtectedDatabaseDeletionResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.
|
|
315
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletion API.
|
|
316
316
|
*/
|
|
317
317
|
scheduleProtectedDatabaseDeletion(scheduleProtectedDatabaseDeletionRequest: requests.ScheduleProtectedDatabaseDeletionRequest): Promise<responses.ScheduleProtectedDatabaseDeletionResponse>;
|
|
318
318
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
321
321
|
* @param UpdateProtectedDatabaseRequest
|
|
322
322
|
* @return UpdateProtectedDatabaseResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.
|
|
324
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
325
325
|
*/
|
|
326
326
|
updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
|
|
327
327
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
330
330
|
* @param UpdateProtectionPolicyRequest
|
|
331
331
|
* @return UpdateProtectionPolicyResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.
|
|
333
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
334
334
|
*/
|
|
335
335
|
updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
|
|
336
336
|
/**
|
|
@@ -339,7 +339,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
339
339
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
340
340
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
341
341
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.
|
|
342
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
343
343
|
*/
|
|
344
344
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
|
|
345
345
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class DatabaseRecoveryClient {
|
|
|
213
213
|
* @param CancelProtectedDatabaseDeletionRequest
|
|
214
214
|
* @return CancelProtectedDatabaseDeletionResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletion API.
|
|
217
217
|
*/
|
|
218
218
|
cancelProtectedDatabaseDeletion(cancelProtectedDatabaseDeletionRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class DatabaseRecoveryClient {
|
|
|
268
268
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
269
269
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.
|
|
271
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
272
272
|
*/
|
|
273
273
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class DatabaseRecoveryClient {
|
|
|
329
329
|
* @param ChangeProtectedDatabaseSubscriptionRequest
|
|
330
330
|
* @return ChangeProtectedDatabaseSubscriptionResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.
|
|
332
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectedDatabaseSubscription.ts.html |here} to see how to use ChangeProtectedDatabaseSubscription API.
|
|
333
333
|
*/
|
|
334
334
|
changeProtectedDatabaseSubscription(changeProtectedDatabaseSubscriptionRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -390,7 +390,7 @@ class DatabaseRecoveryClient {
|
|
|
390
390
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
391
391
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.
|
|
393
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
394
394
|
*/
|
|
395
395
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
|
|
396
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -451,7 +451,7 @@ class DatabaseRecoveryClient {
|
|
|
451
451
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
452
452
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.
|
|
454
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
455
455
|
*/
|
|
456
456
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
|
|
457
457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -513,7 +513,7 @@ class DatabaseRecoveryClient {
|
|
|
513
513
|
* @param CreateProtectedDatabaseRequest
|
|
514
514
|
* @return CreateProtectedDatabaseResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.
|
|
516
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
517
517
|
*/
|
|
518
518
|
createProtectedDatabase(createProtectedDatabaseRequest) {
|
|
519
519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -588,7 +588,7 @@ class DatabaseRecoveryClient {
|
|
|
588
588
|
* @param CreateProtectionPolicyRequest
|
|
589
589
|
* @return CreateProtectionPolicyResponse
|
|
590
590
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.
|
|
591
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
592
592
|
*/
|
|
593
593
|
createProtectionPolicy(createProtectionPolicyRequest) {
|
|
594
594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -662,7 +662,7 @@ class DatabaseRecoveryClient {
|
|
|
662
662
|
* @param CreateRecoveryServiceSubnetRequest
|
|
663
663
|
* @return CreateRecoveryServiceSubnetResponse
|
|
664
664
|
* @throws OciError when an error occurs
|
|
665
|
-
* @example Click {@link https://docs.
|
|
665
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
666
666
|
*/
|
|
667
667
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
|
|
668
668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -735,7 +735,7 @@ class DatabaseRecoveryClient {
|
|
|
735
735
|
* @param DeleteProtectedDatabaseRequest
|
|
736
736
|
* @return DeleteProtectedDatabaseResponse
|
|
737
737
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.
|
|
738
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
739
739
|
*/
|
|
740
740
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
|
|
741
741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -799,7 +799,7 @@ class DatabaseRecoveryClient {
|
|
|
799
799
|
* @param DeleteProtectionPolicyRequest
|
|
800
800
|
* @return DeleteProtectionPolicyResponse
|
|
801
801
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.
|
|
802
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
803
803
|
*/
|
|
804
804
|
deleteProtectionPolicy(deleteProtectionPolicyRequest) {
|
|
805
805
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -859,7 +859,7 @@ class DatabaseRecoveryClient {
|
|
|
859
859
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
860
860
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
861
861
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.
|
|
862
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
863
863
|
*/
|
|
864
864
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
|
|
865
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +919,7 @@ class DatabaseRecoveryClient {
|
|
|
919
919
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
920
920
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
921
921
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.
|
|
922
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
923
923
|
*/
|
|
924
924
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
|
|
925
925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -993,7 +993,7 @@ class DatabaseRecoveryClient {
|
|
|
993
993
|
* @param GetProtectedDatabaseRequest
|
|
994
994
|
* @return GetProtectedDatabaseResponse
|
|
995
995
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.
|
|
996
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
997
997
|
*/
|
|
998
998
|
getProtectedDatabase(getProtectedDatabaseRequest) {
|
|
999
999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1056,7 +1056,7 @@ class DatabaseRecoveryClient {
|
|
|
1056
1056
|
* @param GetProtectionPolicyRequest
|
|
1057
1057
|
* @return GetProtectionPolicyResponse
|
|
1058
1058
|
* @throws OciError when an error occurs
|
|
1059
|
-
* @example Click {@link https://docs.
|
|
1059
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
1060
1060
|
*/
|
|
1061
1061
|
getProtectionPolicy(getProtectionPolicyRequest) {
|
|
1062
1062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1119,7 +1119,7 @@ class DatabaseRecoveryClient {
|
|
|
1119
1119
|
* @param GetRecoveryServiceSubnetRequest
|
|
1120
1120
|
* @return GetRecoveryServiceSubnetResponse
|
|
1121
1121
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.
|
|
1122
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
1123
1123
|
*/
|
|
1124
1124
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
|
|
1125
1125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1182,7 +1182,7 @@ class DatabaseRecoveryClient {
|
|
|
1182
1182
|
* @param GetWorkRequestRequest
|
|
1183
1183
|
* @return GetWorkRequestResponse
|
|
1184
1184
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.
|
|
1185
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1186
1186
|
*/
|
|
1187
1187
|
getWorkRequest(getWorkRequestRequest) {
|
|
1188
1188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1246,7 +1246,7 @@ class DatabaseRecoveryClient {
|
|
|
1246
1246
|
* @param ListProtectedDatabasesRequest
|
|
1247
1247
|
* @return ListProtectedDatabasesResponse
|
|
1248
1248
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.
|
|
1249
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
1250
1250
|
*/
|
|
1251
1251
|
listProtectedDatabases(listProtectedDatabasesRequest) {
|
|
1252
1252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1319,7 +1319,7 @@ class DatabaseRecoveryClient {
|
|
|
1319
1319
|
* @param ListProtectionPoliciesRequest
|
|
1320
1320
|
* @return ListProtectionPoliciesResponse
|
|
1321
1321
|
* @throws OciError when an error occurs
|
|
1322
|
-
* @example Click {@link https://docs.
|
|
1322
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
1323
1323
|
*/
|
|
1324
1324
|
listProtectionPolicies(listProtectionPoliciesRequest) {
|
|
1325
1325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1391,7 +1391,7 @@ class DatabaseRecoveryClient {
|
|
|
1391
1391
|
* @param ListRecoveryServiceSubnetsRequest
|
|
1392
1392
|
* @return ListRecoveryServiceSubnetsResponse
|
|
1393
1393
|
* @throws OciError when an error occurs
|
|
1394
|
-
* @example Click {@link https://docs.
|
|
1394
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
1395
1395
|
*/
|
|
1396
1396
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
|
|
1397
1397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1463,7 +1463,7 @@ class DatabaseRecoveryClient {
|
|
|
1463
1463
|
* @param ListWorkRequestErrorsRequest
|
|
1464
1464
|
* @return ListWorkRequestErrorsResponse
|
|
1465
1465
|
* @throws OciError when an error occurs
|
|
1466
|
-
* @example Click {@link https://docs.
|
|
1466
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1467
1467
|
*/
|
|
1468
1468
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1469
1469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1532,7 +1532,7 @@ class DatabaseRecoveryClient {
|
|
|
1532
1532
|
* @param ListWorkRequestLogsRequest
|
|
1533
1533
|
* @return ListWorkRequestLogsResponse
|
|
1534
1534
|
* @throws OciError when an error occurs
|
|
1535
|
-
* @example Click {@link https://docs.
|
|
1535
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1536
1536
|
*/
|
|
1537
1537
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1538
1538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1601,7 +1601,7 @@ class DatabaseRecoveryClient {
|
|
|
1601
1601
|
* @param ListWorkRequestsRequest
|
|
1602
1602
|
* @return ListWorkRequestsResponse
|
|
1603
1603
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.
|
|
1604
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1605
1605
|
*/
|
|
1606
1606
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1607
1607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1674,7 +1674,7 @@ class DatabaseRecoveryClient {
|
|
|
1674
1674
|
* @param ScheduleProtectedDatabaseDeletionRequest
|
|
1675
1675
|
* @return ScheduleProtectedDatabaseDeletionResponse
|
|
1676
1676
|
* @throws OciError when an error occurs
|
|
1677
|
-
* @example Click {@link https://docs.
|
|
1677
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletion API.
|
|
1678
1678
|
*/
|
|
1679
1679
|
scheduleProtectedDatabaseDeletion(scheduleProtectedDatabaseDeletionRequest) {
|
|
1680
1680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1735,7 +1735,7 @@ class DatabaseRecoveryClient {
|
|
|
1735
1735
|
* @param UpdateProtectedDatabaseRequest
|
|
1736
1736
|
* @return UpdateProtectedDatabaseResponse
|
|
1737
1737
|
* @throws OciError when an error occurs
|
|
1738
|
-
* @example Click {@link https://docs.
|
|
1738
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
1739
1739
|
*/
|
|
1740
1740
|
updateProtectedDatabase(updateProtectedDatabaseRequest) {
|
|
1741
1741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1796,7 +1796,7 @@ class DatabaseRecoveryClient {
|
|
|
1796
1796
|
* @param UpdateProtectionPolicyRequest
|
|
1797
1797
|
* @return UpdateProtectionPolicyResponse
|
|
1798
1798
|
* @throws OciError when an error occurs
|
|
1799
|
-
* @example Click {@link https://docs.
|
|
1799
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
1800
1800
|
*/
|
|
1801
1801
|
updateProtectionPolicy(updateProtectionPolicyRequest) {
|
|
1802
1802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1857,7 +1857,7 @@ class DatabaseRecoveryClient {
|
|
|
1857
1857
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
1858
1858
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
1859
1859
|
* @throws OciError when an error occurs
|
|
1860
|
-
* @example Click {@link https://docs.
|
|
1860
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
1861
1861
|
*/
|
|
1862
1862
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
|
|
1863
1863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeProtectedDatabaseCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the protected database should be moved.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeProtectionPolicyCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the Protection Policy should be moved.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeRecoveryServiceSubnetCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the Recovery Service subnet should be moved.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelProtectedDatabaseDeletionRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ChangeProtectedDatabaseSubscription.ts.html |here} to see how to use ChangeProtectedDatabaseSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProtectedDatabaseSubscriptionRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRecoveryServiceSubnetRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeleteProtectedDatabaseRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/recovery/ScheduleProtectedDatabaseDeletion.ts.html |here} to see how to use ScheduleProtectedDatabaseDeletionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScheduleProtectedDatabaseDeletionRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
3
|
+
"version": "2.103.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|