oci-dns 2.78.0 → 2.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +52 -53
- package/lib/client.js +106 -267
- package/lib/client.js.map +1 -1
- package/lib/model/create-resolver-endpoint-details.js +2 -4
- package/lib/model/create-resolver-endpoint-details.js.map +1 -1
- package/lib/model/create-zone-base-details.js +2 -4
- package/lib/model/create-zone-base-details.js.map +1 -1
- package/lib/model/resolver-endpoint-summary.js +2 -4
- package/lib/model/resolver-endpoint-summary.js.map +1 -1
- package/lib/model/resolver-endpoint.js +2 -4
- package/lib/model/resolver-endpoint.js.map +1 -1
- package/lib/model/resolver-rule-details.js +2 -4
- package/lib/model/resolver-rule-details.js.map +1 -1
- package/lib/model/resolver-rule.js +2 -4
- package/lib/model/resolver-rule.js.map +1 -1
- package/lib/model/steering-policy-rule.js +2 -4
- package/lib/model/steering-policy-rule.js.map +1 -1
- package/lib/model/update-resolver-endpoint-details.js +2 -4
- 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-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
|
@@ -50,7 +50,6 @@ export declare class DnsClient {
|
|
|
50
50
|
* @param endpoint The endpoint of the service.
|
|
51
51
|
*/
|
|
52
52
|
set endpoint(endpoint: string);
|
|
53
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
54
53
|
/**
|
|
55
54
|
* Determines whether realm specific endpoint should be used or not.
|
|
56
55
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -100,7 +99,7 @@ export declare class DnsClient {
|
|
|
100
99
|
* @param ChangeResolverCompartmentRequest
|
|
101
100
|
* @return ChangeResolverCompartmentResponse
|
|
102
101
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
104
103
|
*/
|
|
105
104
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
106
105
|
/**
|
|
@@ -110,7 +109,7 @@ export declare class DnsClient {
|
|
|
110
109
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
111
110
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
112
111
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
114
113
|
*/
|
|
115
114
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
116
115
|
/**
|
|
@@ -120,7 +119,7 @@ export declare class DnsClient {
|
|
|
120
119
|
* @param ChangeTsigKeyCompartmentRequest
|
|
121
120
|
* @return ChangeTsigKeyCompartmentResponse
|
|
122
121
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
124
123
|
*/
|
|
125
124
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
126
125
|
/**
|
|
@@ -132,7 +131,7 @@ export declare class DnsClient {
|
|
|
132
131
|
* @param ChangeViewCompartmentRequest
|
|
133
132
|
* @return ChangeViewCompartmentResponse
|
|
134
133
|
* @throws OciError when an error occurs
|
|
135
|
-
* @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.79.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
136
135
|
*/
|
|
137
136
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
138
137
|
/**
|
|
@@ -149,7 +148,7 @@ export declare class DnsClient {
|
|
|
149
148
|
* @param ChangeZoneCompartmentRequest
|
|
150
149
|
* @return ChangeZoneCompartmentResponse
|
|
151
150
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
153
152
|
*/
|
|
154
153
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
155
154
|
/**
|
|
@@ -159,7 +158,7 @@ export declare class DnsClient {
|
|
|
159
158
|
* @param CreateResolverEndpointRequest
|
|
160
159
|
* @return CreateResolverEndpointResponse
|
|
161
160
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
163
162
|
*/
|
|
164
163
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
165
164
|
/**
|
|
@@ -170,7 +169,7 @@ export declare class DnsClient {
|
|
|
170
169
|
* @param CreateSteeringPolicyRequest
|
|
171
170
|
* @return CreateSteeringPolicyResponse
|
|
172
171
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
174
173
|
*/
|
|
175
174
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
176
175
|
/**
|
|
@@ -185,7 +184,7 @@ export declare class DnsClient {
|
|
|
185
184
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
186
185
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
187
186
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
189
188
|
*/
|
|
190
189
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
191
190
|
/**
|
|
@@ -196,7 +195,7 @@ export declare class DnsClient {
|
|
|
196
195
|
* @param CreateTsigKeyRequest
|
|
197
196
|
* @return CreateTsigKeyResponse
|
|
198
197
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
200
199
|
*/
|
|
201
200
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
202
201
|
/**
|
|
@@ -206,7 +205,7 @@ export declare class DnsClient {
|
|
|
206
205
|
* @param CreateViewRequest
|
|
207
206
|
* @return CreateViewResponse
|
|
208
207
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
210
209
|
*/
|
|
211
210
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
212
211
|
/**
|
|
@@ -219,7 +218,7 @@ export declare class DnsClient {
|
|
|
219
218
|
* @param CreateZoneRequest
|
|
220
219
|
* @return CreateZoneResponse
|
|
221
220
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
223
222
|
*/
|
|
224
223
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
225
224
|
/**
|
|
@@ -229,7 +228,7 @@ export declare class DnsClient {
|
|
|
229
228
|
* @param CreateZoneFromZoneFileRequest
|
|
230
229
|
* @return CreateZoneFromZoneFileResponse
|
|
231
230
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
|
|
233
232
|
*/
|
|
234
233
|
createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
|
|
235
234
|
/**
|
|
@@ -242,7 +241,7 @@ export declare class DnsClient {
|
|
|
242
241
|
* @param DeleteDomainRecordsRequest
|
|
243
242
|
* @return DeleteDomainRecordsResponse
|
|
244
243
|
* @throws OciError when an error occurs
|
|
245
|
-
* @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.79.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
246
245
|
*/
|
|
247
246
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
248
247
|
/**
|
|
@@ -255,7 +254,7 @@ export declare class DnsClient {
|
|
|
255
254
|
* @param DeleteRRSetRequest
|
|
256
255
|
* @return DeleteRRSetResponse
|
|
257
256
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
259
258
|
*/
|
|
260
259
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
261
260
|
/**
|
|
@@ -269,7 +268,7 @@ export declare class DnsClient {
|
|
|
269
268
|
* @param DeleteResolverEndpointRequest
|
|
270
269
|
* @return DeleteResolverEndpointResponse
|
|
271
270
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
273
272
|
*/
|
|
274
273
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
275
274
|
/**
|
|
@@ -283,7 +282,7 @@ export declare class DnsClient {
|
|
|
283
282
|
* @param DeleteSteeringPolicyRequest
|
|
284
283
|
* @return DeleteSteeringPolicyResponse
|
|
285
284
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
287
286
|
*/
|
|
288
287
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
289
288
|
/**
|
|
@@ -294,7 +293,7 @@ export declare class DnsClient {
|
|
|
294
293
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
295
294
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
296
295
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
298
297
|
*/
|
|
299
298
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
300
299
|
/**
|
|
@@ -304,7 +303,7 @@ export declare class DnsClient {
|
|
|
304
303
|
* @param DeleteTsigKeyRequest
|
|
305
304
|
* @return DeleteTsigKeyResponse
|
|
306
305
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
308
307
|
*/
|
|
309
308
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
310
309
|
/**
|
|
@@ -319,7 +318,7 @@ export declare class DnsClient {
|
|
|
319
318
|
* @param DeleteViewRequest
|
|
320
319
|
* @return DeleteViewResponse
|
|
321
320
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
323
322
|
*/
|
|
324
323
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
325
324
|
/**
|
|
@@ -333,7 +332,7 @@ export declare class DnsClient {
|
|
|
333
332
|
* @param DeleteZoneRequest
|
|
334
333
|
* @return DeleteZoneResponse
|
|
335
334
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
337
336
|
*/
|
|
338
337
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
339
338
|
/**
|
|
@@ -347,7 +346,7 @@ export declare class DnsClient {
|
|
|
347
346
|
* @param GetDomainRecordsRequest
|
|
348
347
|
* @return GetDomainRecordsResponse
|
|
349
348
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
351
350
|
*/
|
|
352
351
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
353
352
|
/**
|
|
@@ -392,7 +391,7 @@ export declare class DnsClient {
|
|
|
392
391
|
* @param GetRRSetRequest
|
|
393
392
|
* @return GetRRSetResponse
|
|
394
393
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
396
395
|
*/
|
|
397
396
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
398
397
|
/**
|
|
@@ -437,7 +436,7 @@ export declare class DnsClient {
|
|
|
437
436
|
* @param GetResolverRequest
|
|
438
437
|
* @return GetResolverResponse
|
|
439
438
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
441
440
|
*/
|
|
442
441
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
443
442
|
/**
|
|
@@ -450,7 +449,7 @@ export declare class DnsClient {
|
|
|
450
449
|
* @param GetResolverEndpointRequest
|
|
451
450
|
* @return GetResolverEndpointResponse
|
|
452
451
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
454
453
|
*/
|
|
455
454
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
456
455
|
/**
|
|
@@ -460,7 +459,7 @@ export declare class DnsClient {
|
|
|
460
459
|
* @param GetSteeringPolicyRequest
|
|
461
460
|
* @return GetSteeringPolicyResponse
|
|
462
461
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
464
463
|
*/
|
|
465
464
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
466
465
|
/**
|
|
@@ -470,7 +469,7 @@ export declare class DnsClient {
|
|
|
470
469
|
* @param GetSteeringPolicyAttachmentRequest
|
|
471
470
|
* @return GetSteeringPolicyAttachmentResponse
|
|
472
471
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
474
473
|
*/
|
|
475
474
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
476
475
|
/**
|
|
@@ -480,7 +479,7 @@ export declare class DnsClient {
|
|
|
480
479
|
* @param GetTsigKeyRequest
|
|
481
480
|
* @return GetTsigKeyResponse
|
|
482
481
|
* @throws OciError when an error occurs
|
|
483
|
-
* @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.79.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
484
483
|
*/
|
|
485
484
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
486
485
|
/**
|
|
@@ -494,7 +493,7 @@ export declare class DnsClient {
|
|
|
494
493
|
* @param GetViewRequest
|
|
495
494
|
* @return GetViewResponse
|
|
496
495
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
498
497
|
*/
|
|
499
498
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
500
499
|
/**
|
|
@@ -507,7 +506,7 @@ export declare class DnsClient {
|
|
|
507
506
|
* @param GetZoneRequest
|
|
508
507
|
* @return GetZoneResponse
|
|
509
508
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
511
510
|
*/
|
|
512
511
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
513
512
|
/**
|
|
@@ -517,7 +516,7 @@ export declare class DnsClient {
|
|
|
517
516
|
* @param GetZoneContentRequest
|
|
518
517
|
* @return GetZoneContentResponse
|
|
519
518
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
521
520
|
*/
|
|
522
521
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
523
522
|
/**
|
|
@@ -532,7 +531,7 @@ export declare class DnsClient {
|
|
|
532
531
|
* @param GetZoneRecordsRequest
|
|
533
532
|
* @return GetZoneRecordsResponse
|
|
534
533
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
536
535
|
*/
|
|
537
536
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
538
537
|
/**
|
|
@@ -577,7 +576,7 @@ export declare class DnsClient {
|
|
|
577
576
|
* @param ListResolverEndpointsRequest
|
|
578
577
|
* @return ListResolverEndpointsResponse
|
|
579
578
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
581
580
|
*/
|
|
582
581
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
583
582
|
/**
|
|
@@ -624,7 +623,7 @@ export declare class DnsClient {
|
|
|
624
623
|
* @param ListResolversRequest
|
|
625
624
|
* @return ListResolversResponse
|
|
626
625
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
628
627
|
*/
|
|
629
628
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
630
629
|
/**
|
|
@@ -666,7 +665,7 @@ export declare class DnsClient {
|
|
|
666
665
|
* @param ListSteeringPoliciesRequest
|
|
667
666
|
* @return ListSteeringPoliciesResponse
|
|
668
667
|
* @throws OciError when an error occurs
|
|
669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
670
669
|
*/
|
|
671
670
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
672
671
|
/**
|
|
@@ -708,7 +707,7 @@ export declare class DnsClient {
|
|
|
708
707
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
709
708
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
710
709
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
712
711
|
*/
|
|
713
712
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
714
713
|
/**
|
|
@@ -750,7 +749,7 @@ export declare class DnsClient {
|
|
|
750
749
|
* @param ListTsigKeysRequest
|
|
751
750
|
* @return ListTsigKeysResponse
|
|
752
751
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
754
753
|
*/
|
|
755
754
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
756
755
|
/**
|
|
@@ -797,7 +796,7 @@ export declare class DnsClient {
|
|
|
797
796
|
* @param ListViewsRequest
|
|
798
797
|
* @return ListViewsResponse
|
|
799
798
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
801
800
|
*/
|
|
802
801
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
803
802
|
/**
|
|
@@ -841,7 +840,7 @@ export declare class DnsClient {
|
|
|
841
840
|
* @param ListZoneTransferServersRequest
|
|
842
841
|
* @return ListZoneTransferServersResponse
|
|
843
842
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
845
844
|
*/
|
|
846
845
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
847
846
|
/**
|
|
@@ -886,7 +885,7 @@ export declare class DnsClient {
|
|
|
886
885
|
* @param ListZonesRequest
|
|
887
886
|
* @return ListZonesResponse
|
|
888
887
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
890
889
|
*/
|
|
891
890
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
892
891
|
/**
|
|
@@ -933,7 +932,7 @@ export declare class DnsClient {
|
|
|
933
932
|
* @param PatchDomainRecordsRequest
|
|
934
933
|
* @return PatchDomainRecordsResponse
|
|
935
934
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
937
936
|
*/
|
|
938
937
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
939
938
|
/**
|
|
@@ -946,7 +945,7 @@ export declare class DnsClient {
|
|
|
946
945
|
* @param PatchRRSetRequest
|
|
947
946
|
* @return PatchRRSetResponse
|
|
948
947
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
950
949
|
*/
|
|
951
950
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
952
951
|
/**
|
|
@@ -961,7 +960,7 @@ export declare class DnsClient {
|
|
|
961
960
|
* @param PatchZoneRecordsRequest
|
|
962
961
|
* @return PatchZoneRecordsResponse
|
|
963
962
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
965
964
|
*/
|
|
966
965
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
967
966
|
/**
|
|
@@ -976,7 +975,7 @@ export declare class DnsClient {
|
|
|
976
975
|
* @param UpdateDomainRecordsRequest
|
|
977
976
|
* @return UpdateDomainRecordsResponse
|
|
978
977
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
980
979
|
*/
|
|
981
980
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
982
981
|
/**
|
|
@@ -989,7 +988,7 @@ export declare class DnsClient {
|
|
|
989
988
|
* @param UpdateRRSetRequest
|
|
990
989
|
* @return UpdateRRSetResponse
|
|
991
990
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
993
992
|
*/
|
|
994
993
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
995
994
|
/**
|
|
@@ -999,7 +998,7 @@ export declare class DnsClient {
|
|
|
999
998
|
* @param UpdateResolverRequest
|
|
1000
999
|
* @return UpdateResolverResponse
|
|
1001
1000
|
* @throws OciError when an error occurs
|
|
1002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
1003
1002
|
*/
|
|
1004
1003
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
1005
1004
|
/**
|
|
@@ -1009,7 +1008,7 @@ export declare class DnsClient {
|
|
|
1009
1008
|
* @param UpdateResolverEndpointRequest
|
|
1010
1009
|
* @return UpdateResolverEndpointResponse
|
|
1011
1010
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
1013
1012
|
*/
|
|
1014
1013
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
1015
1014
|
/**
|
|
@@ -1019,7 +1018,7 @@ export declare class DnsClient {
|
|
|
1019
1018
|
* @param UpdateSteeringPolicyRequest
|
|
1020
1019
|
* @return UpdateSteeringPolicyResponse
|
|
1021
1020
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
1023
1022
|
*/
|
|
1024
1023
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
1025
1024
|
/**
|
|
@@ -1029,7 +1028,7 @@ export declare class DnsClient {
|
|
|
1029
1028
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
1030
1029
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
1031
1030
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
1033
1032
|
*/
|
|
1034
1033
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
1035
1034
|
/**
|
|
@@ -1039,7 +1038,7 @@ export declare class DnsClient {
|
|
|
1039
1038
|
* @param UpdateTsigKeyRequest
|
|
1040
1039
|
* @return UpdateTsigKeyResponse
|
|
1041
1040
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
1043
1042
|
*/
|
|
1044
1043
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
1045
1044
|
/**
|
|
@@ -1049,7 +1048,7 @@ export declare class DnsClient {
|
|
|
1049
1048
|
* @param UpdateViewRequest
|
|
1050
1049
|
* @return UpdateViewResponse
|
|
1051
1050
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1053
1052
|
*/
|
|
1054
1053
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1055
1054
|
/**
|
|
@@ -1064,7 +1063,7 @@ export declare class DnsClient {
|
|
|
1064
1063
|
* @param UpdateZoneRequest
|
|
1065
1064
|
* @return UpdateZoneResponse
|
|
1066
1065
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1068
1067
|
*/
|
|
1069
1068
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1070
1069
|
/**
|
|
@@ -1080,7 +1079,7 @@ export declare class DnsClient {
|
|
|
1080
1079
|
* @param UpdateZoneRecordsRequest
|
|
1081
1080
|
* @return UpdateZoneRecordsResponse
|
|
1082
1081
|
* @throws OciError when an error occurs
|
|
1083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1084
1083
|
*/
|
|
1085
1084
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1086
1085
|
}
|