oci-recovery 2.79.1 → 2.80.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 (27) hide show
  1. package/lib/client.d.ts +25 -24
  2. package/lib/client.js +123 -49
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-protected-database-compartment-request.d.ts +1 -1
  5. package/lib/request/change-protection-policy-compartment-request.d.ts +1 -1
  6. package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +1 -1
  7. package/lib/request/create-protected-database-request.d.ts +1 -1
  8. package/lib/request/create-protection-policy-request.d.ts +1 -1
  9. package/lib/request/create-recovery-service-subnet-request.d.ts +1 -1
  10. package/lib/request/delete-protected-database-request.d.ts +1 -1
  11. package/lib/request/delete-protection-policy-request.d.ts +1 -1
  12. package/lib/request/delete-recovery-service-subnet-request.d.ts +1 -1
  13. package/lib/request/fetch-protected-database-configuration-request.d.ts +1 -1
  14. package/lib/request/get-protected-database-request.d.ts +1 -1
  15. package/lib/request/get-protection-policy-request.d.ts +1 -1
  16. package/lib/request/get-recovery-service-subnet-request.d.ts +1 -1
  17. package/lib/request/get-work-request-request.d.ts +1 -1
  18. package/lib/request/list-protected-databases-request.d.ts +1 -1
  19. package/lib/request/list-protection-policies-request.d.ts +1 -1
  20. package/lib/request/list-recovery-service-subnets-request.d.ts +1 -1
  21. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  22. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  23. package/lib/request/list-work-requests-request.d.ts +1 -1
  24. package/lib/request/update-protected-database-request.d.ts +1 -1
  25. package/lib/request/update-protection-policy-request.d.ts +1 -1
  26. package/lib/request/update-recovery-service-subnet-request.d.ts +1 -1
  27. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -23,7 +23,7 @@ export declare enum DatabaseRecoveryApiKeys {
23
23
  export declare class DatabaseRecoveryClient {
24
24
  protected static serviceEndpointTemplate: string;
25
25
  protected static endpointServiceName: string;
26
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
26
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
27
27
  protected "_endpoint": string;
28
28
  protected "_defaultHeaders": any;
29
29
  protected "_waiters": DatabaseRecoveryWaiter;
@@ -46,6 +46,7 @@ export declare class DatabaseRecoveryClient {
46
46
  * @param endpoint The endpoint of the service.
47
47
  */
48
48
  set endpoint(endpoint: string);
49
+ get logger(): import("oci-common/lib/log").Logger;
49
50
  /**
50
51
  * Determines whether realm specific endpoint should be used or not.
51
52
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -90,7 +91,7 @@ export declare class DatabaseRecoveryClient {
90
91
  * @param ChangeProtectedDatabaseCompartmentRequest
91
92
  * @return ChangeProtectedDatabaseCompartmentResponse
92
93
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
94
95
  */
95
96
  changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
96
97
  /**
@@ -99,7 +100,7 @@ export declare class DatabaseRecoveryClient {
99
100
  * @param ChangeProtectionPolicyCompartmentRequest
100
101
  * @return ChangeProtectionPolicyCompartmentResponse
101
102
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
103
104
  */
104
105
  changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
105
106
  /**
@@ -108,7 +109,7 @@ export declare class DatabaseRecoveryClient {
108
109
  * @param ChangeRecoveryServiceSubnetCompartmentRequest
109
110
  * @return ChangeRecoveryServiceSubnetCompartmentResponse
110
111
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
112
113
  */
113
114
  changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
114
115
  /**
@@ -118,7 +119,7 @@ export declare class DatabaseRecoveryClient {
118
119
  * @param CreateProtectedDatabaseRequest
119
120
  * @return CreateProtectedDatabaseResponse
120
121
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
122
123
  */
123
124
  createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
124
125
  /**
@@ -128,7 +129,7 @@ export declare class DatabaseRecoveryClient {
128
129
  * @param CreateProtectionPolicyRequest
129
130
  * @return CreateProtectionPolicyResponse
130
131
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
132
133
  */
133
134
  createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
134
135
  /**
@@ -138,7 +139,7 @@ export declare class DatabaseRecoveryClient {
138
139
  * @param CreateRecoveryServiceSubnetRequest
139
140
  * @return CreateRecoveryServiceSubnetResponse
140
141
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
142
143
  */
143
144
  createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
144
145
  /**
@@ -147,7 +148,7 @@ export declare class DatabaseRecoveryClient {
147
148
  * @param DeleteProtectedDatabaseRequest
148
149
  * @return DeleteProtectedDatabaseResponse
149
150
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
151
152
  */
152
153
  deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
153
154
  /**
@@ -158,7 +159,7 @@ export declare class DatabaseRecoveryClient {
158
159
  * @param DeleteProtectionPolicyRequest
159
160
  * @return DeleteProtectionPolicyResponse
160
161
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
162
163
  */
163
164
  deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
164
165
  /**
@@ -167,7 +168,7 @@ export declare class DatabaseRecoveryClient {
167
168
  * @param DeleteRecoveryServiceSubnetRequest
168
169
  * @return DeleteRecoveryServiceSubnetResponse
169
170
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
171
172
  */
172
173
  deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
173
174
  /**
@@ -176,7 +177,7 @@ export declare class DatabaseRecoveryClient {
176
177
  * @param FetchProtectedDatabaseConfigurationRequest
177
178
  * @return FetchProtectedDatabaseConfigurationResponse
178
179
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
180
181
  */
181
182
  fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
182
183
  /**
@@ -185,7 +186,7 @@ export declare class DatabaseRecoveryClient {
185
186
  * @param GetProtectedDatabaseRequest
186
187
  * @return GetProtectedDatabaseResponse
187
188
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
189
190
  */
190
191
  getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
191
192
  /**
@@ -194,7 +195,7 @@ export declare class DatabaseRecoveryClient {
194
195
  * @param GetProtectionPolicyRequest
195
196
  * @return GetProtectionPolicyResponse
196
197
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
198
199
  */
199
200
  getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
200
201
  /**
@@ -203,7 +204,7 @@ export declare class DatabaseRecoveryClient {
203
204
  * @param GetRecoveryServiceSubnetRequest
204
205
  * @return GetRecoveryServiceSubnetResponse
205
206
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
207
208
  */
208
209
  getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
209
210
  /**
@@ -212,7 +213,7 @@ export declare class DatabaseRecoveryClient {
212
213
  * @param GetWorkRequestRequest
213
214
  * @return GetWorkRequestResponse
214
215
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
216
217
  */
217
218
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
218
219
  /**
@@ -222,7 +223,7 @@ export declare class DatabaseRecoveryClient {
222
223
  * @param ListProtectedDatabasesRequest
223
224
  * @return ListProtectedDatabasesResponse
224
225
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
226
227
  */
227
228
  listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
228
229
  /**
@@ -232,7 +233,7 @@ export declare class DatabaseRecoveryClient {
232
233
  * @param ListProtectionPoliciesRequest
233
234
  * @return ListProtectionPoliciesResponse
234
235
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
236
237
  */
237
238
  listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
238
239
  /**
@@ -242,7 +243,7 @@ export declare class DatabaseRecoveryClient {
242
243
  * @param ListRecoveryServiceSubnetsRequest
243
244
  * @return ListRecoveryServiceSubnetsResponse
244
245
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
246
247
  */
247
248
  listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
248
249
  /**
@@ -252,7 +253,7 @@ export declare class DatabaseRecoveryClient {
252
253
  * @param ListWorkRequestErrorsRequest
253
254
  * @return ListWorkRequestErrorsResponse
254
255
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
256
257
  */
257
258
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
258
259
  /**
@@ -262,7 +263,7 @@ export declare class DatabaseRecoveryClient {
262
263
  * @param ListWorkRequestLogsRequest
263
264
  * @return ListWorkRequestLogsResponse
264
265
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
266
267
  */
267
268
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
268
269
  /**
@@ -272,7 +273,7 @@ export declare class DatabaseRecoveryClient {
272
273
  * @param ListWorkRequestsRequest
273
274
  * @return ListWorkRequestsResponse
274
275
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
276
277
  */
277
278
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
278
279
  /**
@@ -281,7 +282,7 @@ export declare class DatabaseRecoveryClient {
281
282
  * @param UpdateProtectedDatabaseRequest
282
283
  * @return UpdateProtectedDatabaseResponse
283
284
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
285
286
  */
286
287
  updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
287
288
  /**
@@ -290,7 +291,7 @@ export declare class DatabaseRecoveryClient {
290
291
  * @param UpdateProtectionPolicyRequest
291
292
  * @return UpdateProtectionPolicyResponse
292
293
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
294
295
  */
295
296
  updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
296
297
  /**
@@ -299,7 +300,7 @@ export declare class DatabaseRecoveryClient {
299
300
  * @param UpdateRecoveryServiceSubnetRequest
300
301
  * @return UpdateRecoveryServiceSubnetResponse
301
302
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
303
304
  */
304
305
  updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
305
306
  }