oci-dns 2.26.0 → 2.29.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 +52 -51
- package/lib/client.js +205 -102
- package/lib/client.js.map +1 -1
- package/lib/model/create-resolver-endpoint-details.js +2 -2
- package/lib/model/create-resolver-endpoint-details.js.map +1 -1
- package/lib/model/create-zone-base-details.js +2 -2
- package/lib/model/create-zone-base-details.js.map +1 -1
- package/lib/model/resolver-endpoint-summary.js +2 -2
- package/lib/model/resolver-endpoint-summary.js.map +1 -1
- package/lib/model/resolver-endpoint.js +2 -2
- package/lib/model/resolver-endpoint.js.map +1 -1
- package/lib/model/resolver-rule-details.js +2 -2
- package/lib/model/resolver-rule-details.js.map +1 -1
- package/lib/model/resolver-rule.js +2 -2
- package/lib/model/resolver-rule.js.map +1 -1
- package/lib/model/steering-policy-rule.js +2 -2
- package/lib/model/steering-policy-rule.js.map +1 -1
- package/lib/model/update-resolver-endpoint-details.js +2 -2
- package/lib/model/update-resolver-endpoint-details.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-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
|
@@ -31,6 +31,7 @@ export declare class DnsClient {
|
|
|
31
31
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
32
32
|
protected _circuitBreaker: null;
|
|
33
33
|
protected _httpOptions: any;
|
|
34
|
+
targetService: string;
|
|
34
35
|
protected _httpClient: common.HttpClient;
|
|
35
36
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
36
37
|
/**
|
|
@@ -81,7 +82,7 @@ export declare class DnsClient {
|
|
|
81
82
|
* @param ChangeResolverCompartmentRequest
|
|
82
83
|
* @return ChangeResolverCompartmentResponse
|
|
83
84
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
85
86
|
*/
|
|
86
87
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
87
88
|
/**
|
|
@@ -91,7 +92,7 @@ export declare class DnsClient {
|
|
|
91
92
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
92
93
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
93
94
|
* @throws OciError when an error occurs
|
|
94
|
-
* @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.29.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
95
96
|
*/
|
|
96
97
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
97
98
|
/**
|
|
@@ -101,7 +102,7 @@ export declare class DnsClient {
|
|
|
101
102
|
* @param ChangeTsigKeyCompartmentRequest
|
|
102
103
|
* @return ChangeTsigKeyCompartmentResponse
|
|
103
104
|
* @throws OciError when an error occurs
|
|
104
|
-
* @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.29.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
105
106
|
*/
|
|
106
107
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
107
108
|
/**
|
|
@@ -113,7 +114,7 @@ export declare class DnsClient {
|
|
|
113
114
|
* @param ChangeViewCompartmentRequest
|
|
114
115
|
* @return ChangeViewCompartmentResponse
|
|
115
116
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
117
118
|
*/
|
|
118
119
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
119
120
|
/**
|
|
@@ -130,7 +131,7 @@ export declare class DnsClient {
|
|
|
130
131
|
* @param ChangeZoneCompartmentRequest
|
|
131
132
|
* @return ChangeZoneCompartmentResponse
|
|
132
133
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
134
135
|
*/
|
|
135
136
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
136
137
|
/**
|
|
@@ -140,7 +141,7 @@ export declare class DnsClient {
|
|
|
140
141
|
* @param CreateResolverEndpointRequest
|
|
141
142
|
* @return CreateResolverEndpointResponse
|
|
142
143
|
* @throws OciError when an error occurs
|
|
143
|
-
* @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.29.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
144
145
|
*/
|
|
145
146
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
146
147
|
/**
|
|
@@ -151,7 +152,7 @@ export declare class DnsClient {
|
|
|
151
152
|
* @param CreateSteeringPolicyRequest
|
|
152
153
|
* @return CreateSteeringPolicyResponse
|
|
153
154
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
155
156
|
*/
|
|
156
157
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
157
158
|
/**
|
|
@@ -166,7 +167,7 @@ export declare class DnsClient {
|
|
|
166
167
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
167
168
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
168
169
|
* @throws OciError when an error occurs
|
|
169
|
-
* @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.29.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
170
171
|
*/
|
|
171
172
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
172
173
|
/**
|
|
@@ -177,7 +178,7 @@ export declare class DnsClient {
|
|
|
177
178
|
* @param CreateTsigKeyRequest
|
|
178
179
|
* @return CreateTsigKeyResponse
|
|
179
180
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
181
182
|
*/
|
|
182
183
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
183
184
|
/**
|
|
@@ -187,7 +188,7 @@ export declare class DnsClient {
|
|
|
187
188
|
* @param CreateViewRequest
|
|
188
189
|
* @return CreateViewResponse
|
|
189
190
|
* @throws OciError when an error occurs
|
|
190
|
-
* @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.29.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
191
192
|
*/
|
|
192
193
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
193
194
|
/**
|
|
@@ -200,7 +201,7 @@ export declare class DnsClient {
|
|
|
200
201
|
* @param CreateZoneRequest
|
|
201
202
|
* @return CreateZoneResponse
|
|
202
203
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
204
205
|
*/
|
|
205
206
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
206
207
|
/**
|
|
@@ -213,7 +214,7 @@ export declare class DnsClient {
|
|
|
213
214
|
* @param DeleteDomainRecordsRequest
|
|
214
215
|
* @return DeleteDomainRecordsResponse
|
|
215
216
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
217
218
|
*/
|
|
218
219
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
219
220
|
/**
|
|
@@ -226,7 +227,7 @@ export declare class DnsClient {
|
|
|
226
227
|
* @param DeleteRRSetRequest
|
|
227
228
|
* @return DeleteRRSetResponse
|
|
228
229
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
230
231
|
*/
|
|
231
232
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
232
233
|
/**
|
|
@@ -240,7 +241,7 @@ export declare class DnsClient {
|
|
|
240
241
|
* @param DeleteResolverEndpointRequest
|
|
241
242
|
* @return DeleteResolverEndpointResponse
|
|
242
243
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
244
245
|
*/
|
|
245
246
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
246
247
|
/**
|
|
@@ -254,7 +255,7 @@ export declare class DnsClient {
|
|
|
254
255
|
* @param DeleteSteeringPolicyRequest
|
|
255
256
|
* @return DeleteSteeringPolicyResponse
|
|
256
257
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
258
259
|
*/
|
|
259
260
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
260
261
|
/**
|
|
@@ -265,7 +266,7 @@ export declare class DnsClient {
|
|
|
265
266
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
266
267
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
267
268
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
269
270
|
*/
|
|
270
271
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
271
272
|
/**
|
|
@@ -275,7 +276,7 @@ export declare class DnsClient {
|
|
|
275
276
|
* @param DeleteTsigKeyRequest
|
|
276
277
|
* @return DeleteTsigKeyResponse
|
|
277
278
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
279
280
|
*/
|
|
280
281
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
281
282
|
/**
|
|
@@ -290,7 +291,7 @@ export declare class DnsClient {
|
|
|
290
291
|
* @param DeleteViewRequest
|
|
291
292
|
* @return DeleteViewResponse
|
|
292
293
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
294
295
|
*/
|
|
295
296
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
296
297
|
/**
|
|
@@ -304,7 +305,7 @@ export declare class DnsClient {
|
|
|
304
305
|
* @param DeleteZoneRequest
|
|
305
306
|
* @return DeleteZoneResponse
|
|
306
307
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
308
309
|
*/
|
|
309
310
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
310
311
|
/**
|
|
@@ -318,7 +319,7 @@ export declare class DnsClient {
|
|
|
318
319
|
* @param GetDomainRecordsRequest
|
|
319
320
|
* @return GetDomainRecordsResponse
|
|
320
321
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
322
323
|
*/
|
|
323
324
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
324
325
|
/**
|
|
@@ -363,7 +364,7 @@ export declare class DnsClient {
|
|
|
363
364
|
* @param GetRRSetRequest
|
|
364
365
|
* @return GetRRSetResponse
|
|
365
366
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
367
368
|
*/
|
|
368
369
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
369
370
|
/**
|
|
@@ -408,7 +409,7 @@ export declare class DnsClient {
|
|
|
408
409
|
* @param GetResolverRequest
|
|
409
410
|
* @return GetResolverResponse
|
|
410
411
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
412
413
|
*/
|
|
413
414
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
414
415
|
/**
|
|
@@ -421,7 +422,7 @@ export declare class DnsClient {
|
|
|
421
422
|
* @param GetResolverEndpointRequest
|
|
422
423
|
* @return GetResolverEndpointResponse
|
|
423
424
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
425
426
|
*/
|
|
426
427
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
427
428
|
/**
|
|
@@ -431,7 +432,7 @@ export declare class DnsClient {
|
|
|
431
432
|
* @param GetSteeringPolicyRequest
|
|
432
433
|
* @return GetSteeringPolicyResponse
|
|
433
434
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
435
436
|
*/
|
|
436
437
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
437
438
|
/**
|
|
@@ -441,7 +442,7 @@ export declare class DnsClient {
|
|
|
441
442
|
* @param GetSteeringPolicyAttachmentRequest
|
|
442
443
|
* @return GetSteeringPolicyAttachmentResponse
|
|
443
444
|
* @throws OciError when an error occurs
|
|
444
|
-
* @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.29.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
445
446
|
*/
|
|
446
447
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
447
448
|
/**
|
|
@@ -451,7 +452,7 @@ export declare class DnsClient {
|
|
|
451
452
|
* @param GetTsigKeyRequest
|
|
452
453
|
* @return GetTsigKeyResponse
|
|
453
454
|
* @throws OciError when an error occurs
|
|
454
|
-
* @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.29.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
455
456
|
*/
|
|
456
457
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
457
458
|
/**
|
|
@@ -465,7 +466,7 @@ export declare class DnsClient {
|
|
|
465
466
|
* @param GetViewRequest
|
|
466
467
|
* @return GetViewResponse
|
|
467
468
|
* @throws OciError when an error occurs
|
|
468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
469
470
|
*/
|
|
470
471
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
471
472
|
/**
|
|
@@ -478,7 +479,7 @@ export declare class DnsClient {
|
|
|
478
479
|
* @param GetZoneRequest
|
|
479
480
|
* @return GetZoneResponse
|
|
480
481
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
482
483
|
*/
|
|
483
484
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
484
485
|
/**
|
|
@@ -488,7 +489,7 @@ export declare class DnsClient {
|
|
|
488
489
|
* @param GetZoneContentRequest
|
|
489
490
|
* @return GetZoneContentResponse
|
|
490
491
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
492
493
|
*/
|
|
493
494
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
494
495
|
/**
|
|
@@ -503,7 +504,7 @@ export declare class DnsClient {
|
|
|
503
504
|
* @param GetZoneRecordsRequest
|
|
504
505
|
* @return GetZoneRecordsResponse
|
|
505
506
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
507
508
|
*/
|
|
508
509
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
509
510
|
/**
|
|
@@ -548,7 +549,7 @@ export declare class DnsClient {
|
|
|
548
549
|
* @param ListResolverEndpointsRequest
|
|
549
550
|
* @return ListResolverEndpointsResponse
|
|
550
551
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
552
553
|
*/
|
|
553
554
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
554
555
|
/**
|
|
@@ -595,7 +596,7 @@ export declare class DnsClient {
|
|
|
595
596
|
* @param ListResolversRequest
|
|
596
597
|
* @return ListResolversResponse
|
|
597
598
|
* @throws OciError when an error occurs
|
|
598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
599
600
|
*/
|
|
600
601
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
601
602
|
/**
|
|
@@ -637,7 +638,7 @@ export declare class DnsClient {
|
|
|
637
638
|
* @param ListSteeringPoliciesRequest
|
|
638
639
|
* @return ListSteeringPoliciesResponse
|
|
639
640
|
* @throws OciError when an error occurs
|
|
640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
641
642
|
*/
|
|
642
643
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
643
644
|
/**
|
|
@@ -679,7 +680,7 @@ export declare class DnsClient {
|
|
|
679
680
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
680
681
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
681
682
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
683
684
|
*/
|
|
684
685
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
685
686
|
/**
|
|
@@ -721,7 +722,7 @@ export declare class DnsClient {
|
|
|
721
722
|
* @param ListTsigKeysRequest
|
|
722
723
|
* @return ListTsigKeysResponse
|
|
723
724
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
725
726
|
*/
|
|
726
727
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
727
728
|
/**
|
|
@@ -768,7 +769,7 @@ export declare class DnsClient {
|
|
|
768
769
|
* @param ListViewsRequest
|
|
769
770
|
* @return ListViewsResponse
|
|
770
771
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
772
773
|
*/
|
|
773
774
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
774
775
|
/**
|
|
@@ -812,7 +813,7 @@ export declare class DnsClient {
|
|
|
812
813
|
* @param ListZoneTransferServersRequest
|
|
813
814
|
* @return ListZoneTransferServersResponse
|
|
814
815
|
* @throws OciError when an error occurs
|
|
815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
816
817
|
*/
|
|
817
818
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
818
819
|
/**
|
|
@@ -857,7 +858,7 @@ export declare class DnsClient {
|
|
|
857
858
|
* @param ListZonesRequest
|
|
858
859
|
* @return ListZonesResponse
|
|
859
860
|
* @throws OciError when an error occurs
|
|
860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
861
862
|
*/
|
|
862
863
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
863
864
|
/**
|
|
@@ -904,7 +905,7 @@ export declare class DnsClient {
|
|
|
904
905
|
* @param PatchDomainRecordsRequest
|
|
905
906
|
* @return PatchDomainRecordsResponse
|
|
906
907
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
908
909
|
*/
|
|
909
910
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
910
911
|
/**
|
|
@@ -917,7 +918,7 @@ export declare class DnsClient {
|
|
|
917
918
|
* @param PatchRRSetRequest
|
|
918
919
|
* @return PatchRRSetResponse
|
|
919
920
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
921
922
|
*/
|
|
922
923
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
923
924
|
/**
|
|
@@ -932,7 +933,7 @@ export declare class DnsClient {
|
|
|
932
933
|
* @param PatchZoneRecordsRequest
|
|
933
934
|
* @return PatchZoneRecordsResponse
|
|
934
935
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
936
937
|
*/
|
|
937
938
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
938
939
|
/**
|
|
@@ -947,7 +948,7 @@ export declare class DnsClient {
|
|
|
947
948
|
* @param UpdateDomainRecordsRequest
|
|
948
949
|
* @return UpdateDomainRecordsResponse
|
|
949
950
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
951
952
|
*/
|
|
952
953
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
953
954
|
/**
|
|
@@ -960,7 +961,7 @@ export declare class DnsClient {
|
|
|
960
961
|
* @param UpdateRRSetRequest
|
|
961
962
|
* @return UpdateRRSetResponse
|
|
962
963
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
964
965
|
*/
|
|
965
966
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
966
967
|
/**
|
|
@@ -970,7 +971,7 @@ export declare class DnsClient {
|
|
|
970
971
|
* @param UpdateResolverRequest
|
|
971
972
|
* @return UpdateResolverResponse
|
|
972
973
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
974
975
|
*/
|
|
975
976
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
976
977
|
/**
|
|
@@ -980,7 +981,7 @@ export declare class DnsClient {
|
|
|
980
981
|
* @param UpdateResolverEndpointRequest
|
|
981
982
|
* @return UpdateResolverEndpointResponse
|
|
982
983
|
* @throws OciError when an error occurs
|
|
983
|
-
* @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.29.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
984
985
|
*/
|
|
985
986
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
986
987
|
/**
|
|
@@ -990,7 +991,7 @@ export declare class DnsClient {
|
|
|
990
991
|
* @param UpdateSteeringPolicyRequest
|
|
991
992
|
* @return UpdateSteeringPolicyResponse
|
|
992
993
|
* @throws OciError when an error occurs
|
|
993
|
-
* @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.29.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
994
995
|
*/
|
|
995
996
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
996
997
|
/**
|
|
@@ -1000,7 +1001,7 @@ export declare class DnsClient {
|
|
|
1000
1001
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
1001
1002
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
1002
1003
|
* @throws OciError when an error occurs
|
|
1003
|
-
* @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.29.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
1004
1005
|
*/
|
|
1005
1006
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
1006
1007
|
/**
|
|
@@ -1010,7 +1011,7 @@ export declare class DnsClient {
|
|
|
1010
1011
|
* @param UpdateTsigKeyRequest
|
|
1011
1012
|
* @return UpdateTsigKeyResponse
|
|
1012
1013
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @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.29.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
1014
1015
|
*/
|
|
1015
1016
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
1016
1017
|
/**
|
|
@@ -1020,7 +1021,7 @@ export declare class DnsClient {
|
|
|
1020
1021
|
* @param UpdateViewRequest
|
|
1021
1022
|
* @return UpdateViewResponse
|
|
1022
1023
|
* @throws OciError when an error occurs
|
|
1023
|
-
* @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.29.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1024
1025
|
*/
|
|
1025
1026
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1026
1027
|
/**
|
|
@@ -1035,7 +1036,7 @@ export declare class DnsClient {
|
|
|
1035
1036
|
* @param UpdateZoneRequest
|
|
1036
1037
|
* @return UpdateZoneResponse
|
|
1037
1038
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1039
1040
|
*/
|
|
1040
1041
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1041
1042
|
/**
|
|
@@ -1051,7 +1052,7 @@ export declare class DnsClient {
|
|
|
1051
1052
|
* @param UpdateZoneRecordsRequest
|
|
1052
1053
|
* @return UpdateZoneRecordsResponse
|
|
1053
1054
|
* @throws OciError when an error occurs
|
|
1054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1055
1056
|
*/
|
|
1056
1057
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1057
1058
|
}
|