oci-dns 2.60.0 → 2.62.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 +61 -51
- package/lib/client.js +128 -51
- package/lib/client.js.map +1 -1
- package/lib/model/create-zone-details.d.ts +6 -0
- package/lib/model/create-zone-details.js +10 -0
- package/lib/model/create-zone-details.js.map +1 -1
- package/lib/model/external-downstream.d.ts +41 -0
- package/lib/model/external-downstream.js +31 -0
- package/lib/model/external-downstream.js.map +1 -0
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +4 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-zone-details.d.ts +6 -0
- package/lib/model/update-zone-details.js +10 -0
- package/lib/model/update-zone-details.js.map +1 -1
- package/lib/model/zone.d.ts +6 -0
- package/lib/model/zone.js +10 -0
- package/lib/model/zone.js.map +1 -1
- package/lib/request/change-resolver-compartment-request.d.ts +1 -1
- package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
- package/lib/request/change-view-compartment-request.d.ts +1 -1
- package/lib/request/change-zone-compartment-request.d.ts +1 -1
- package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/create-steering-policy-request.d.ts +1 -1
- package/lib/request/create-tsig-key-request.d.ts +1 -1
- package/lib/request/create-view-request.d.ts +1 -1
- package/lib/request/create-zone-from-zone-file-request.d.ts +45 -0
- package/lib/request/create-zone-from-zone-file-request.js +15 -0
- package/lib/request/create-zone-from-zone-file-request.js.map +1 -0
- package/lib/request/create-zone-request.d.ts +1 -1
- package/lib/request/delete-domain-records-request.d.ts +1 -1
- package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/delete-rrset-request.d.ts +1 -1
- package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/delete-steering-policy-request.d.ts +1 -1
- package/lib/request/delete-tsig-key-request.d.ts +1 -1
- package/lib/request/delete-view-request.d.ts +1 -1
- package/lib/request/delete-zone-request.d.ts +1 -1
- package/lib/request/get-domain-records-request.d.ts +1 -1
- package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/get-resolver-request.d.ts +1 -1
- package/lib/request/get-rrset-request.d.ts +1 -1
- package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/get-steering-policy-request.d.ts +1 -1
- package/lib/request/get-tsig-key-request.d.ts +1 -1
- package/lib/request/get-view-request.d.ts +1 -1
- package/lib/request/get-zone-content-request.d.ts +1 -1
- package/lib/request/get-zone-records-request.d.ts +1 -1
- package/lib/request/get-zone-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
- package/lib/request/list-resolvers-request.d.ts +1 -1
- package/lib/request/list-steering-policies-request.d.ts +1 -1
- package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
- package/lib/request/list-tsig-keys-request.d.ts +1 -1
- package/lib/request/list-views-request.d.ts +1 -1
- package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
- package/lib/request/list-zones-request.d.ts +1 -1
- package/lib/request/patch-domain-records-request.d.ts +1 -1
- package/lib/request/patch-rrset-request.d.ts +1 -1
- package/lib/request/patch-zone-records-request.d.ts +1 -1
- package/lib/request/update-domain-records-request.d.ts +1 -1
- package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/update-resolver-request.d.ts +1 -1
- package/lib/request/update-rrset-request.d.ts +1 -1
- package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/update-steering-policy-request.d.ts +1 -1
- package/lib/request/update-tsig-key-request.d.ts +1 -1
- package/lib/request/update-view-request.d.ts +1 -1
- package/lib/request/update-zone-records-request.d.ts +1 -1
- package/lib/request/update-zone-request.d.ts +1 -1
- package/lib/response/create-zone-from-zone-file-response.d.ts +43 -0
- package/lib/response/create-zone-from-zone-file-response.js +15 -0
- package/lib/response/create-zone-from-zone-file-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export declare class DnsClient {
|
|
|
92
92
|
* @param ChangeResolverCompartmentRequest
|
|
93
93
|
* @return ChangeResolverCompartmentResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
96
96
|
*/
|
|
97
97
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
98
98
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class DnsClient {
|
|
|
102
102
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
103
103
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
106
106
|
*/
|
|
107
107
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
108
108
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DnsClient {
|
|
|
112
112
|
* @param ChangeTsigKeyCompartmentRequest
|
|
113
113
|
* @return ChangeTsigKeyCompartmentResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
116
116
|
*/
|
|
117
117
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
118
118
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DnsClient {
|
|
|
124
124
|
* @param ChangeViewCompartmentRequest
|
|
125
125
|
* @return ChangeViewCompartmentResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
128
128
|
*/
|
|
129
129
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
130
130
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class DnsClient {
|
|
|
141
141
|
* @param ChangeZoneCompartmentRequest
|
|
142
142
|
* @return ChangeZoneCompartmentResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
145
145
|
*/
|
|
146
146
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class DnsClient {
|
|
|
151
151
|
* @param CreateResolverEndpointRequest
|
|
152
152
|
* @return CreateResolverEndpointResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
155
155
|
*/
|
|
156
156
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
157
157
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class DnsClient {
|
|
|
162
162
|
* @param CreateSteeringPolicyRequest
|
|
163
163
|
* @return CreateSteeringPolicyResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
166
166
|
*/
|
|
167
167
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
168
168
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class DnsClient {
|
|
|
177
177
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
178
178
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
181
181
|
*/
|
|
182
182
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
183
183
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class DnsClient {
|
|
|
188
188
|
* @param CreateTsigKeyRequest
|
|
189
189
|
* @return CreateTsigKeyResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
192
192
|
*/
|
|
193
193
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class DnsClient {
|
|
|
198
198
|
* @param CreateViewRequest
|
|
199
199
|
* @return CreateViewResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
202
202
|
*/
|
|
203
203
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
204
204
|
/**
|
|
@@ -211,9 +211,19 @@ export declare class DnsClient {
|
|
|
211
211
|
* @param CreateZoneRequest
|
|
212
212
|
* @return CreateZoneResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
215
215
|
*/
|
|
216
216
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
217
|
+
/**
|
|
218
|
+
* Creates a new zone from a zone file in the specified compartment. Not supported for private zones.
|
|
219
|
+
*
|
|
220
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
221
|
+
* @param CreateZoneFromZoneFileRequest
|
|
222
|
+
* @return CreateZoneFromZoneFileResponse
|
|
223
|
+
* @throws OciError when an error occurs
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
|
|
225
|
+
*/
|
|
226
|
+
createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
|
|
217
227
|
/**
|
|
218
228
|
* Deletes all records at the specified zone and domain.
|
|
219
229
|
* <p>
|
|
@@ -224,7 +234,7 @@ export declare class DnsClient {
|
|
|
224
234
|
* @param DeleteDomainRecordsRequest
|
|
225
235
|
* @return DeleteDomainRecordsResponse
|
|
226
236
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
228
238
|
*/
|
|
229
239
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
230
240
|
/**
|
|
@@ -237,7 +247,7 @@ export declare class DnsClient {
|
|
|
237
247
|
* @param DeleteRRSetRequest
|
|
238
248
|
* @return DeleteRRSetResponse
|
|
239
249
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
241
251
|
*/
|
|
242
252
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
243
253
|
/**
|
|
@@ -251,7 +261,7 @@ export declare class DnsClient {
|
|
|
251
261
|
* @param DeleteResolverEndpointRequest
|
|
252
262
|
* @return DeleteResolverEndpointResponse
|
|
253
263
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
255
265
|
*/
|
|
256
266
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
257
267
|
/**
|
|
@@ -265,7 +275,7 @@ export declare class DnsClient {
|
|
|
265
275
|
* @param DeleteSteeringPolicyRequest
|
|
266
276
|
* @return DeleteSteeringPolicyResponse
|
|
267
277
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
269
279
|
*/
|
|
270
280
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
271
281
|
/**
|
|
@@ -276,7 +286,7 @@ export declare class DnsClient {
|
|
|
276
286
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
277
287
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
278
288
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
280
290
|
*/
|
|
281
291
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
282
292
|
/**
|
|
@@ -286,7 +296,7 @@ export declare class DnsClient {
|
|
|
286
296
|
* @param DeleteTsigKeyRequest
|
|
287
297
|
* @return DeleteTsigKeyResponse
|
|
288
298
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
290
300
|
*/
|
|
291
301
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
292
302
|
/**
|
|
@@ -301,7 +311,7 @@ export declare class DnsClient {
|
|
|
301
311
|
* @param DeleteViewRequest
|
|
302
312
|
* @return DeleteViewResponse
|
|
303
313
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
305
315
|
*/
|
|
306
316
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
307
317
|
/**
|
|
@@ -315,7 +325,7 @@ export declare class DnsClient {
|
|
|
315
325
|
* @param DeleteZoneRequest
|
|
316
326
|
* @return DeleteZoneResponse
|
|
317
327
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
319
329
|
*/
|
|
320
330
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
321
331
|
/**
|
|
@@ -329,7 +339,7 @@ export declare class DnsClient {
|
|
|
329
339
|
* @param GetDomainRecordsRequest
|
|
330
340
|
* @return GetDomainRecordsResponse
|
|
331
341
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
333
343
|
*/
|
|
334
344
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
335
345
|
/**
|
|
@@ -374,7 +384,7 @@ export declare class DnsClient {
|
|
|
374
384
|
* @param GetRRSetRequest
|
|
375
385
|
* @return GetRRSetResponse
|
|
376
386
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
378
388
|
*/
|
|
379
389
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
380
390
|
/**
|
|
@@ -419,7 +429,7 @@ export declare class DnsClient {
|
|
|
419
429
|
* @param GetResolverRequest
|
|
420
430
|
* @return GetResolverResponse
|
|
421
431
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
423
433
|
*/
|
|
424
434
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
425
435
|
/**
|
|
@@ -432,7 +442,7 @@ export declare class DnsClient {
|
|
|
432
442
|
* @param GetResolverEndpointRequest
|
|
433
443
|
* @return GetResolverEndpointResponse
|
|
434
444
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
436
446
|
*/
|
|
437
447
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
438
448
|
/**
|
|
@@ -442,7 +452,7 @@ export declare class DnsClient {
|
|
|
442
452
|
* @param GetSteeringPolicyRequest
|
|
443
453
|
* @return GetSteeringPolicyResponse
|
|
444
454
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
446
456
|
*/
|
|
447
457
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
448
458
|
/**
|
|
@@ -452,7 +462,7 @@ export declare class DnsClient {
|
|
|
452
462
|
* @param GetSteeringPolicyAttachmentRequest
|
|
453
463
|
* @return GetSteeringPolicyAttachmentResponse
|
|
454
464
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
456
466
|
*/
|
|
457
467
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
458
468
|
/**
|
|
@@ -462,7 +472,7 @@ export declare class DnsClient {
|
|
|
462
472
|
* @param GetTsigKeyRequest
|
|
463
473
|
* @return GetTsigKeyResponse
|
|
464
474
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
466
476
|
*/
|
|
467
477
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
468
478
|
/**
|
|
@@ -476,7 +486,7 @@ export declare class DnsClient {
|
|
|
476
486
|
* @param GetViewRequest
|
|
477
487
|
* @return GetViewResponse
|
|
478
488
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
480
490
|
*/
|
|
481
491
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
482
492
|
/**
|
|
@@ -489,7 +499,7 @@ export declare class DnsClient {
|
|
|
489
499
|
* @param GetZoneRequest
|
|
490
500
|
* @return GetZoneResponse
|
|
491
501
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
493
503
|
*/
|
|
494
504
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
495
505
|
/**
|
|
@@ -499,7 +509,7 @@ export declare class DnsClient {
|
|
|
499
509
|
* @param GetZoneContentRequest
|
|
500
510
|
* @return GetZoneContentResponse
|
|
501
511
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
503
513
|
*/
|
|
504
514
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
505
515
|
/**
|
|
@@ -514,7 +524,7 @@ export declare class DnsClient {
|
|
|
514
524
|
* @param GetZoneRecordsRequest
|
|
515
525
|
* @return GetZoneRecordsResponse
|
|
516
526
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
518
528
|
*/
|
|
519
529
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
520
530
|
/**
|
|
@@ -559,7 +569,7 @@ export declare class DnsClient {
|
|
|
559
569
|
* @param ListResolverEndpointsRequest
|
|
560
570
|
* @return ListResolverEndpointsResponse
|
|
561
571
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
563
573
|
*/
|
|
564
574
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
565
575
|
/**
|
|
@@ -606,7 +616,7 @@ export declare class DnsClient {
|
|
|
606
616
|
* @param ListResolversRequest
|
|
607
617
|
* @return ListResolversResponse
|
|
608
618
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
610
620
|
*/
|
|
611
621
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
612
622
|
/**
|
|
@@ -648,7 +658,7 @@ export declare class DnsClient {
|
|
|
648
658
|
* @param ListSteeringPoliciesRequest
|
|
649
659
|
* @return ListSteeringPoliciesResponse
|
|
650
660
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
652
662
|
*/
|
|
653
663
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
654
664
|
/**
|
|
@@ -690,7 +700,7 @@ export declare class DnsClient {
|
|
|
690
700
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
691
701
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
692
702
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
694
704
|
*/
|
|
695
705
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
696
706
|
/**
|
|
@@ -732,7 +742,7 @@ export declare class DnsClient {
|
|
|
732
742
|
* @param ListTsigKeysRequest
|
|
733
743
|
* @return ListTsigKeysResponse
|
|
734
744
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
736
746
|
*/
|
|
737
747
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
738
748
|
/**
|
|
@@ -779,7 +789,7 @@ export declare class DnsClient {
|
|
|
779
789
|
* @param ListViewsRequest
|
|
780
790
|
* @return ListViewsResponse
|
|
781
791
|
* @throws OciError when an error occurs
|
|
782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
783
793
|
*/
|
|
784
794
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
785
795
|
/**
|
|
@@ -823,7 +833,7 @@ export declare class DnsClient {
|
|
|
823
833
|
* @param ListZoneTransferServersRequest
|
|
824
834
|
* @return ListZoneTransferServersResponse
|
|
825
835
|
* @throws OciError when an error occurs
|
|
826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
827
837
|
*/
|
|
828
838
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
829
839
|
/**
|
|
@@ -868,7 +878,7 @@ export declare class DnsClient {
|
|
|
868
878
|
* @param ListZonesRequest
|
|
869
879
|
* @return ListZonesResponse
|
|
870
880
|
* @throws OciError when an error occurs
|
|
871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
872
882
|
*/
|
|
873
883
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
874
884
|
/**
|
|
@@ -915,7 +925,7 @@ export declare class DnsClient {
|
|
|
915
925
|
* @param PatchDomainRecordsRequest
|
|
916
926
|
* @return PatchDomainRecordsResponse
|
|
917
927
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
919
929
|
*/
|
|
920
930
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
921
931
|
/**
|
|
@@ -928,7 +938,7 @@ export declare class DnsClient {
|
|
|
928
938
|
* @param PatchRRSetRequest
|
|
929
939
|
* @return PatchRRSetResponse
|
|
930
940
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
932
942
|
*/
|
|
933
943
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
934
944
|
/**
|
|
@@ -943,7 +953,7 @@ export declare class DnsClient {
|
|
|
943
953
|
* @param PatchZoneRecordsRequest
|
|
944
954
|
* @return PatchZoneRecordsResponse
|
|
945
955
|
* @throws OciError when an error occurs
|
|
946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
947
957
|
*/
|
|
948
958
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
949
959
|
/**
|
|
@@ -958,7 +968,7 @@ export declare class DnsClient {
|
|
|
958
968
|
* @param UpdateDomainRecordsRequest
|
|
959
969
|
* @return UpdateDomainRecordsResponse
|
|
960
970
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
962
972
|
*/
|
|
963
973
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
964
974
|
/**
|
|
@@ -971,7 +981,7 @@ export declare class DnsClient {
|
|
|
971
981
|
* @param UpdateRRSetRequest
|
|
972
982
|
* @return UpdateRRSetResponse
|
|
973
983
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
975
985
|
*/
|
|
976
986
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
977
987
|
/**
|
|
@@ -981,7 +991,7 @@ export declare class DnsClient {
|
|
|
981
991
|
* @param UpdateResolverRequest
|
|
982
992
|
* @return UpdateResolverResponse
|
|
983
993
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
985
995
|
*/
|
|
986
996
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
987
997
|
/**
|
|
@@ -991,7 +1001,7 @@ export declare class DnsClient {
|
|
|
991
1001
|
* @param UpdateResolverEndpointRequest
|
|
992
1002
|
* @return UpdateResolverEndpointResponse
|
|
993
1003
|
* @throws OciError when an error occurs
|
|
994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
995
1005
|
*/
|
|
996
1006
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
997
1007
|
/**
|
|
@@ -1001,7 +1011,7 @@ export declare class DnsClient {
|
|
|
1001
1011
|
* @param UpdateSteeringPolicyRequest
|
|
1002
1012
|
* @return UpdateSteeringPolicyResponse
|
|
1003
1013
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
1005
1015
|
*/
|
|
1006
1016
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
1007
1017
|
/**
|
|
@@ -1011,7 +1021,7 @@ export declare class DnsClient {
|
|
|
1011
1021
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
1012
1022
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
1013
1023
|
* @throws OciError when an error occurs
|
|
1014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1024
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
1015
1025
|
*/
|
|
1016
1026
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
1017
1027
|
/**
|
|
@@ -1021,7 +1031,7 @@ export declare class DnsClient {
|
|
|
1021
1031
|
* @param UpdateTsigKeyRequest
|
|
1022
1032
|
* @return UpdateTsigKeyResponse
|
|
1023
1033
|
* @throws OciError when an error occurs
|
|
1024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1034
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
1025
1035
|
*/
|
|
1026
1036
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
1027
1037
|
/**
|
|
@@ -1031,7 +1041,7 @@ export declare class DnsClient {
|
|
|
1031
1041
|
* @param UpdateViewRequest
|
|
1032
1042
|
* @return UpdateViewResponse
|
|
1033
1043
|
* @throws OciError when an error occurs
|
|
1034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1035
1045
|
*/
|
|
1036
1046
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1037
1047
|
/**
|
|
@@ -1046,7 +1056,7 @@ export declare class DnsClient {
|
|
|
1046
1056
|
* @param UpdateZoneRequest
|
|
1047
1057
|
* @return UpdateZoneResponse
|
|
1048
1058
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1050
1060
|
*/
|
|
1051
1061
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1052
1062
|
/**
|
|
@@ -1062,7 +1072,7 @@ export declare class DnsClient {
|
|
|
1062
1072
|
* @param UpdateZoneRecordsRequest
|
|
1063
1073
|
* @return UpdateZoneRecordsResponse
|
|
1064
1074
|
* @throws OciError when an error occurs
|
|
1065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1066
1076
|
*/
|
|
1067
1077
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1068
1078
|
}
|