oci-dns 2.84.0 → 2.84.2
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 +56 -52
- package/lib/client.js +58 -52
- package/lib/client.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 +1 -1
- 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/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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -90,6 +90,10 @@ export declare class DnsClient {
|
|
|
90
90
|
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
91
91
|
*/
|
|
92
92
|
shutdownCircuitBreaker(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Close the client once it is no longer needed
|
|
95
|
+
*/
|
|
96
|
+
close(): void;
|
|
93
97
|
/**
|
|
94
98
|
* Moves a resolver into a different compartment along with its protected default view and any endpoints.
|
|
95
99
|
* <p>
|
|
@@ -100,7 +104,7 @@ export declare class DnsClient {
|
|
|
100
104
|
* @param ChangeResolverCompartmentRequest
|
|
101
105
|
* @return ChangeResolverCompartmentResponse
|
|
102
106
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
104
108
|
*/
|
|
105
109
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
106
110
|
/**
|
|
@@ -110,7 +114,7 @@ export declare class DnsClient {
|
|
|
110
114
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
111
115
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
112
116
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
114
118
|
*/
|
|
115
119
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
116
120
|
/**
|
|
@@ -120,7 +124,7 @@ export declare class DnsClient {
|
|
|
120
124
|
* @param ChangeTsigKeyCompartmentRequest
|
|
121
125
|
* @return ChangeTsigKeyCompartmentResponse
|
|
122
126
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
124
128
|
*/
|
|
125
129
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
126
130
|
/**
|
|
@@ -132,7 +136,7 @@ export declare class DnsClient {
|
|
|
132
136
|
* @param ChangeViewCompartmentRequest
|
|
133
137
|
* @return ChangeViewCompartmentResponse
|
|
134
138
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
136
140
|
*/
|
|
137
141
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
138
142
|
/**
|
|
@@ -149,7 +153,7 @@ export declare class DnsClient {
|
|
|
149
153
|
* @param ChangeZoneCompartmentRequest
|
|
150
154
|
* @return ChangeZoneCompartmentResponse
|
|
151
155
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
153
157
|
*/
|
|
154
158
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
155
159
|
/**
|
|
@@ -159,7 +163,7 @@ export declare class DnsClient {
|
|
|
159
163
|
* @param CreateResolverEndpointRequest
|
|
160
164
|
* @return CreateResolverEndpointResponse
|
|
161
165
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
163
167
|
*/
|
|
164
168
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
165
169
|
/**
|
|
@@ -170,7 +174,7 @@ export declare class DnsClient {
|
|
|
170
174
|
* @param CreateSteeringPolicyRequest
|
|
171
175
|
* @return CreateSteeringPolicyResponse
|
|
172
176
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
174
178
|
*/
|
|
175
179
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
176
180
|
/**
|
|
@@ -185,7 +189,7 @@ export declare class DnsClient {
|
|
|
185
189
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
186
190
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
187
191
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
189
193
|
*/
|
|
190
194
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
191
195
|
/**
|
|
@@ -196,7 +200,7 @@ export declare class DnsClient {
|
|
|
196
200
|
* @param CreateTsigKeyRequest
|
|
197
201
|
* @return CreateTsigKeyResponse
|
|
198
202
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
200
204
|
*/
|
|
201
205
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
202
206
|
/**
|
|
@@ -206,7 +210,7 @@ export declare class DnsClient {
|
|
|
206
210
|
* @param CreateViewRequest
|
|
207
211
|
* @return CreateViewResponse
|
|
208
212
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
210
214
|
*/
|
|
211
215
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
212
216
|
/**
|
|
@@ -219,7 +223,7 @@ export declare class DnsClient {
|
|
|
219
223
|
* @param CreateZoneRequest
|
|
220
224
|
* @return CreateZoneResponse
|
|
221
225
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
223
227
|
*/
|
|
224
228
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
225
229
|
/**
|
|
@@ -229,7 +233,7 @@ export declare class DnsClient {
|
|
|
229
233
|
* @param CreateZoneFromZoneFileRequest
|
|
230
234
|
* @return CreateZoneFromZoneFileResponse
|
|
231
235
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
|
|
233
237
|
*/
|
|
234
238
|
createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
|
|
235
239
|
/**
|
|
@@ -242,7 +246,7 @@ export declare class DnsClient {
|
|
|
242
246
|
* @param DeleteDomainRecordsRequest
|
|
243
247
|
* @return DeleteDomainRecordsResponse
|
|
244
248
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
246
250
|
*/
|
|
247
251
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
248
252
|
/**
|
|
@@ -255,7 +259,7 @@ export declare class DnsClient {
|
|
|
255
259
|
* @param DeleteRRSetRequest
|
|
256
260
|
* @return DeleteRRSetResponse
|
|
257
261
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
259
263
|
*/
|
|
260
264
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
261
265
|
/**
|
|
@@ -269,7 +273,7 @@ export declare class DnsClient {
|
|
|
269
273
|
* @param DeleteResolverEndpointRequest
|
|
270
274
|
* @return DeleteResolverEndpointResponse
|
|
271
275
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
273
277
|
*/
|
|
274
278
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
275
279
|
/**
|
|
@@ -283,7 +287,7 @@ export declare class DnsClient {
|
|
|
283
287
|
* @param DeleteSteeringPolicyRequest
|
|
284
288
|
* @return DeleteSteeringPolicyResponse
|
|
285
289
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
287
291
|
*/
|
|
288
292
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
289
293
|
/**
|
|
@@ -294,7 +298,7 @@ export declare class DnsClient {
|
|
|
294
298
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
295
299
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
296
300
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
298
302
|
*/
|
|
299
303
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
300
304
|
/**
|
|
@@ -304,7 +308,7 @@ export declare class DnsClient {
|
|
|
304
308
|
* @param DeleteTsigKeyRequest
|
|
305
309
|
* @return DeleteTsigKeyResponse
|
|
306
310
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
308
312
|
*/
|
|
309
313
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
310
314
|
/**
|
|
@@ -319,7 +323,7 @@ export declare class DnsClient {
|
|
|
319
323
|
* @param DeleteViewRequest
|
|
320
324
|
* @return DeleteViewResponse
|
|
321
325
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
323
327
|
*/
|
|
324
328
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
325
329
|
/**
|
|
@@ -333,7 +337,7 @@ export declare class DnsClient {
|
|
|
333
337
|
* @param DeleteZoneRequest
|
|
334
338
|
* @return DeleteZoneResponse
|
|
335
339
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
337
341
|
*/
|
|
338
342
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
339
343
|
/**
|
|
@@ -347,7 +351,7 @@ export declare class DnsClient {
|
|
|
347
351
|
* @param GetDomainRecordsRequest
|
|
348
352
|
* @return GetDomainRecordsResponse
|
|
349
353
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
351
355
|
*/
|
|
352
356
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
353
357
|
/**
|
|
@@ -392,7 +396,7 @@ export declare class DnsClient {
|
|
|
392
396
|
* @param GetRRSetRequest
|
|
393
397
|
* @return GetRRSetResponse
|
|
394
398
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
396
400
|
*/
|
|
397
401
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
398
402
|
/**
|
|
@@ -437,7 +441,7 @@ export declare class DnsClient {
|
|
|
437
441
|
* @param GetResolverRequest
|
|
438
442
|
* @return GetResolverResponse
|
|
439
443
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
441
445
|
*/
|
|
442
446
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
443
447
|
/**
|
|
@@ -450,7 +454,7 @@ export declare class DnsClient {
|
|
|
450
454
|
* @param GetResolverEndpointRequest
|
|
451
455
|
* @return GetResolverEndpointResponse
|
|
452
456
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
454
458
|
*/
|
|
455
459
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
456
460
|
/**
|
|
@@ -460,7 +464,7 @@ export declare class DnsClient {
|
|
|
460
464
|
* @param GetSteeringPolicyRequest
|
|
461
465
|
* @return GetSteeringPolicyResponse
|
|
462
466
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
464
468
|
*/
|
|
465
469
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
466
470
|
/**
|
|
@@ -470,7 +474,7 @@ export declare class DnsClient {
|
|
|
470
474
|
* @param GetSteeringPolicyAttachmentRequest
|
|
471
475
|
* @return GetSteeringPolicyAttachmentResponse
|
|
472
476
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
474
478
|
*/
|
|
475
479
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
476
480
|
/**
|
|
@@ -480,7 +484,7 @@ export declare class DnsClient {
|
|
|
480
484
|
* @param GetTsigKeyRequest
|
|
481
485
|
* @return GetTsigKeyResponse
|
|
482
486
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
484
488
|
*/
|
|
485
489
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
486
490
|
/**
|
|
@@ -494,7 +498,7 @@ export declare class DnsClient {
|
|
|
494
498
|
* @param GetViewRequest
|
|
495
499
|
* @return GetViewResponse
|
|
496
500
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
498
502
|
*/
|
|
499
503
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
500
504
|
/**
|
|
@@ -507,7 +511,7 @@ export declare class DnsClient {
|
|
|
507
511
|
* @param GetZoneRequest
|
|
508
512
|
* @return GetZoneResponse
|
|
509
513
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
511
515
|
*/
|
|
512
516
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
513
517
|
/**
|
|
@@ -517,7 +521,7 @@ export declare class DnsClient {
|
|
|
517
521
|
* @param GetZoneContentRequest
|
|
518
522
|
* @return GetZoneContentResponse
|
|
519
523
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
521
525
|
*/
|
|
522
526
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
523
527
|
/**
|
|
@@ -532,7 +536,7 @@ export declare class DnsClient {
|
|
|
532
536
|
* @param GetZoneRecordsRequest
|
|
533
537
|
* @return GetZoneRecordsResponse
|
|
534
538
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
536
540
|
*/
|
|
537
541
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
538
542
|
/**
|
|
@@ -577,7 +581,7 @@ export declare class DnsClient {
|
|
|
577
581
|
* @param ListResolverEndpointsRequest
|
|
578
582
|
* @return ListResolverEndpointsResponse
|
|
579
583
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
581
585
|
*/
|
|
582
586
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
583
587
|
/**
|
|
@@ -624,7 +628,7 @@ export declare class DnsClient {
|
|
|
624
628
|
* @param ListResolversRequest
|
|
625
629
|
* @return ListResolversResponse
|
|
626
630
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
628
632
|
*/
|
|
629
633
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
630
634
|
/**
|
|
@@ -666,7 +670,7 @@ export declare class DnsClient {
|
|
|
666
670
|
* @param ListSteeringPoliciesRequest
|
|
667
671
|
* @return ListSteeringPoliciesResponse
|
|
668
672
|
* @throws OciError when an error occurs
|
|
669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
670
674
|
*/
|
|
671
675
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
672
676
|
/**
|
|
@@ -708,7 +712,7 @@ export declare class DnsClient {
|
|
|
708
712
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
709
713
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
710
714
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
712
716
|
*/
|
|
713
717
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
714
718
|
/**
|
|
@@ -750,7 +754,7 @@ export declare class DnsClient {
|
|
|
750
754
|
* @param ListTsigKeysRequest
|
|
751
755
|
* @return ListTsigKeysResponse
|
|
752
756
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
754
758
|
*/
|
|
755
759
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
756
760
|
/**
|
|
@@ -797,7 +801,7 @@ export declare class DnsClient {
|
|
|
797
801
|
* @param ListViewsRequest
|
|
798
802
|
* @return ListViewsResponse
|
|
799
803
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
801
805
|
*/
|
|
802
806
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
803
807
|
/**
|
|
@@ -841,7 +845,7 @@ export declare class DnsClient {
|
|
|
841
845
|
* @param ListZoneTransferServersRequest
|
|
842
846
|
* @return ListZoneTransferServersResponse
|
|
843
847
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
845
849
|
*/
|
|
846
850
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
847
851
|
/**
|
|
@@ -886,7 +890,7 @@ export declare class DnsClient {
|
|
|
886
890
|
* @param ListZonesRequest
|
|
887
891
|
* @return ListZonesResponse
|
|
888
892
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
890
894
|
*/
|
|
891
895
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
892
896
|
/**
|
|
@@ -933,7 +937,7 @@ export declare class DnsClient {
|
|
|
933
937
|
* @param PatchDomainRecordsRequest
|
|
934
938
|
* @return PatchDomainRecordsResponse
|
|
935
939
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
937
941
|
*/
|
|
938
942
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
939
943
|
/**
|
|
@@ -946,7 +950,7 @@ export declare class DnsClient {
|
|
|
946
950
|
* @param PatchRRSetRequest
|
|
947
951
|
* @return PatchRRSetResponse
|
|
948
952
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
950
954
|
*/
|
|
951
955
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
952
956
|
/**
|
|
@@ -961,7 +965,7 @@ export declare class DnsClient {
|
|
|
961
965
|
* @param PatchZoneRecordsRequest
|
|
962
966
|
* @return PatchZoneRecordsResponse
|
|
963
967
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
965
969
|
*/
|
|
966
970
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
967
971
|
/**
|
|
@@ -976,7 +980,7 @@ export declare class DnsClient {
|
|
|
976
980
|
* @param UpdateDomainRecordsRequest
|
|
977
981
|
* @return UpdateDomainRecordsResponse
|
|
978
982
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
980
984
|
*/
|
|
981
985
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
982
986
|
/**
|
|
@@ -989,7 +993,7 @@ export declare class DnsClient {
|
|
|
989
993
|
* @param UpdateRRSetRequest
|
|
990
994
|
* @return UpdateRRSetResponse
|
|
991
995
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
993
997
|
*/
|
|
994
998
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
995
999
|
/**
|
|
@@ -999,7 +1003,7 @@ export declare class DnsClient {
|
|
|
999
1003
|
* @param UpdateResolverRequest
|
|
1000
1004
|
* @return UpdateResolverResponse
|
|
1001
1005
|
* @throws OciError when an error occurs
|
|
1002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
1003
1007
|
*/
|
|
1004
1008
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
1005
1009
|
/**
|
|
@@ -1009,7 +1013,7 @@ export declare class DnsClient {
|
|
|
1009
1013
|
* @param UpdateResolverEndpointRequest
|
|
1010
1014
|
* @return UpdateResolverEndpointResponse
|
|
1011
1015
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
1013
1017
|
*/
|
|
1014
1018
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
1015
1019
|
/**
|
|
@@ -1019,7 +1023,7 @@ export declare class DnsClient {
|
|
|
1019
1023
|
* @param UpdateSteeringPolicyRequest
|
|
1020
1024
|
* @return UpdateSteeringPolicyResponse
|
|
1021
1025
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
1023
1027
|
*/
|
|
1024
1028
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
1025
1029
|
/**
|
|
@@ -1029,7 +1033,7 @@ export declare class DnsClient {
|
|
|
1029
1033
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
1030
1034
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
1031
1035
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
1033
1037
|
*/
|
|
1034
1038
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
1035
1039
|
/**
|
|
@@ -1039,7 +1043,7 @@ export declare class DnsClient {
|
|
|
1039
1043
|
* @param UpdateTsigKeyRequest
|
|
1040
1044
|
* @return UpdateTsigKeyResponse
|
|
1041
1045
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
1043
1047
|
*/
|
|
1044
1048
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
1045
1049
|
/**
|
|
@@ -1049,7 +1053,7 @@ export declare class DnsClient {
|
|
|
1049
1053
|
* @param UpdateViewRequest
|
|
1050
1054
|
* @return UpdateViewResponse
|
|
1051
1055
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1053
1057
|
*/
|
|
1054
1058
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1055
1059
|
/**
|
|
@@ -1064,7 +1068,7 @@ export declare class DnsClient {
|
|
|
1064
1068
|
* @param UpdateZoneRequest
|
|
1065
1069
|
* @return UpdateZoneResponse
|
|
1066
1070
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1068
1072
|
*/
|
|
1069
1073
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1070
1074
|
/**
|
|
@@ -1080,7 +1084,7 @@ export declare class DnsClient {
|
|
|
1080
1084
|
* @param UpdateZoneRecordsRequest
|
|
1081
1085
|
* @return UpdateZoneRecordsResponse
|
|
1082
1086
|
* @throws OciError when an error occurs
|
|
1083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1087
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1084
1088
|
*/
|
|
1085
1089
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1086
1090
|
}
|