oci-recovery 2.78.0 → 2.79.1
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 +23 -24
- package/lib/client.js +48 -122
- package/lib/client.js.map +1 -1
- package/lib/request/change-protected-database-compartment-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/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
|
@@ -46,7 +46,6 @@ 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;
|
|
50
49
|
/**
|
|
51
50
|
* Determines whether realm specific endpoint should be used or not.
|
|
52
51
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -91,7 +90,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
91
90
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
92
91
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
93
92
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
95
94
|
*/
|
|
96
95
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
|
|
97
96
|
/**
|
|
@@ -100,7 +99,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
100
99
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
101
100
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
102
101
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
104
103
|
*/
|
|
105
104
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
|
|
106
105
|
/**
|
|
@@ -109,7 +108,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
109
108
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
110
109
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
111
110
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
113
112
|
*/
|
|
114
113
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
|
|
115
114
|
/**
|
|
@@ -119,7 +118,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
119
118
|
* @param CreateProtectedDatabaseRequest
|
|
120
119
|
* @return CreateProtectedDatabaseResponse
|
|
121
120
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
123
122
|
*/
|
|
124
123
|
createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
|
|
125
124
|
/**
|
|
@@ -129,7 +128,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
129
128
|
* @param CreateProtectionPolicyRequest
|
|
130
129
|
* @return CreateProtectionPolicyResponse
|
|
131
130
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
133
132
|
*/
|
|
134
133
|
createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
|
|
135
134
|
/**
|
|
@@ -139,7 +138,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
139
138
|
* @param CreateRecoveryServiceSubnetRequest
|
|
140
139
|
* @return CreateRecoveryServiceSubnetResponse
|
|
141
140
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
143
142
|
*/
|
|
144
143
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
|
|
145
144
|
/**
|
|
@@ -148,7 +147,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
148
147
|
* @param DeleteProtectedDatabaseRequest
|
|
149
148
|
* @return DeleteProtectedDatabaseResponse
|
|
150
149
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
152
151
|
*/
|
|
153
152
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
|
|
154
153
|
/**
|
|
@@ -159,7 +158,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
159
158
|
* @param DeleteProtectionPolicyRequest
|
|
160
159
|
* @return DeleteProtectionPolicyResponse
|
|
161
160
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
163
162
|
*/
|
|
164
163
|
deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
|
|
165
164
|
/**
|
|
@@ -168,7 +167,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
168
167
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
169
168
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
170
169
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
172
171
|
*/
|
|
173
172
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
|
|
174
173
|
/**
|
|
@@ -177,7 +176,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
177
176
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
178
177
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
179
178
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
181
180
|
*/
|
|
182
181
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
|
|
183
182
|
/**
|
|
@@ -186,7 +185,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
186
185
|
* @param GetProtectedDatabaseRequest
|
|
187
186
|
* @return GetProtectedDatabaseResponse
|
|
188
187
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
190
189
|
*/
|
|
191
190
|
getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
|
|
192
191
|
/**
|
|
@@ -195,7 +194,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
195
194
|
* @param GetProtectionPolicyRequest
|
|
196
195
|
* @return GetProtectionPolicyResponse
|
|
197
196
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
199
198
|
*/
|
|
200
199
|
getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
|
|
201
200
|
/**
|
|
@@ -204,7 +203,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
204
203
|
* @param GetRecoveryServiceSubnetRequest
|
|
205
204
|
* @return GetRecoveryServiceSubnetResponse
|
|
206
205
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
208
207
|
*/
|
|
209
208
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
|
|
210
209
|
/**
|
|
@@ -213,7 +212,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
213
212
|
* @param GetWorkRequestRequest
|
|
214
213
|
* @return GetWorkRequestResponse
|
|
215
214
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
217
216
|
*/
|
|
218
217
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
219
218
|
/**
|
|
@@ -223,7 +222,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
223
222
|
* @param ListProtectedDatabasesRequest
|
|
224
223
|
* @return ListProtectedDatabasesResponse
|
|
225
224
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
227
226
|
*/
|
|
228
227
|
listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
|
|
229
228
|
/**
|
|
@@ -233,7 +232,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
233
232
|
* @param ListProtectionPoliciesRequest
|
|
234
233
|
* @return ListProtectionPoliciesResponse
|
|
235
234
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
237
236
|
*/
|
|
238
237
|
listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
|
|
239
238
|
/**
|
|
@@ -243,7 +242,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
243
242
|
* @param ListRecoveryServiceSubnetsRequest
|
|
244
243
|
* @return ListRecoveryServiceSubnetsResponse
|
|
245
244
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
247
246
|
*/
|
|
248
247
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
|
|
249
248
|
/**
|
|
@@ -253,7 +252,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
253
252
|
* @param ListWorkRequestErrorsRequest
|
|
254
253
|
* @return ListWorkRequestErrorsResponse
|
|
255
254
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
257
256
|
*/
|
|
258
257
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
259
258
|
/**
|
|
@@ -263,7 +262,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
263
262
|
* @param ListWorkRequestLogsRequest
|
|
264
263
|
* @return ListWorkRequestLogsResponse
|
|
265
264
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
267
266
|
*/
|
|
268
267
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
269
268
|
/**
|
|
@@ -273,7 +272,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
273
272
|
* @param ListWorkRequestsRequest
|
|
274
273
|
* @return ListWorkRequestsResponse
|
|
275
274
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
277
276
|
*/
|
|
278
277
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
279
278
|
/**
|
|
@@ -282,7 +281,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
282
281
|
* @param UpdateProtectedDatabaseRequest
|
|
283
282
|
* @return UpdateProtectedDatabaseResponse
|
|
284
283
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
286
285
|
*/
|
|
287
286
|
updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
|
|
288
287
|
/**
|
|
@@ -291,7 +290,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
291
290
|
* @param UpdateProtectionPolicyRequest
|
|
292
291
|
* @return UpdateProtectionPolicyResponse
|
|
293
292
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
295
294
|
*/
|
|
296
295
|
updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
|
|
297
296
|
/**
|
|
@@ -300,7 +299,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
300
299
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
301
300
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
302
301
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
304
303
|
*/
|
|
305
304
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
|
|
306
305
|
}
|