oci-dns 2.58.1 → 2.59.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 +51 -51
- package/lib/client.js +51 -51
- 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
|
@@ -92,7 +92,7 @@ export declare class DnsClient {
|
|
|
92
92
|
* @param ChangeResolverCompartmentRequest
|
|
93
93
|
* @return ChangeResolverCompartmentResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
96
96
|
*/
|
|
97
97
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
98
98
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class DnsClient {
|
|
|
102
102
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
103
103
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
106
106
|
*/
|
|
107
107
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
108
108
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DnsClient {
|
|
|
112
112
|
* @param ChangeTsigKeyCompartmentRequest
|
|
113
113
|
* @return ChangeTsigKeyCompartmentResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
116
116
|
*/
|
|
117
117
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
118
118
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DnsClient {
|
|
|
124
124
|
* @param ChangeViewCompartmentRequest
|
|
125
125
|
* @return ChangeViewCompartmentResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
128
128
|
*/
|
|
129
129
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
130
130
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class DnsClient {
|
|
|
141
141
|
* @param ChangeZoneCompartmentRequest
|
|
142
142
|
* @return ChangeZoneCompartmentResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
145
145
|
*/
|
|
146
146
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class DnsClient {
|
|
|
151
151
|
* @param CreateResolverEndpointRequest
|
|
152
152
|
* @return CreateResolverEndpointResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
155
155
|
*/
|
|
156
156
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
157
157
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class DnsClient {
|
|
|
162
162
|
* @param CreateSteeringPolicyRequest
|
|
163
163
|
* @return CreateSteeringPolicyResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
166
166
|
*/
|
|
167
167
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
168
168
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class DnsClient {
|
|
|
177
177
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
178
178
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
181
181
|
*/
|
|
182
182
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
183
183
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class DnsClient {
|
|
|
188
188
|
* @param CreateTsigKeyRequest
|
|
189
189
|
* @return CreateTsigKeyResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
192
192
|
*/
|
|
193
193
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class DnsClient {
|
|
|
198
198
|
* @param CreateViewRequest
|
|
199
199
|
* @return CreateViewResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
202
202
|
*/
|
|
203
203
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
204
204
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class DnsClient {
|
|
|
211
211
|
* @param CreateZoneRequest
|
|
212
212
|
* @return CreateZoneResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
215
215
|
*/
|
|
216
216
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
217
217
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class DnsClient {
|
|
|
224
224
|
* @param DeleteDomainRecordsRequest
|
|
225
225
|
* @return DeleteDomainRecordsResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
228
228
|
*/
|
|
229
229
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
230
230
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class DnsClient {
|
|
|
237
237
|
* @param DeleteRRSetRequest
|
|
238
238
|
* @return DeleteRRSetResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
241
241
|
*/
|
|
242
242
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
243
243
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class DnsClient {
|
|
|
251
251
|
* @param DeleteResolverEndpointRequest
|
|
252
252
|
* @return DeleteResolverEndpointResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
255
255
|
*/
|
|
256
256
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
257
257
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class DnsClient {
|
|
|
265
265
|
* @param DeleteSteeringPolicyRequest
|
|
266
266
|
* @return DeleteSteeringPolicyResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
269
269
|
*/
|
|
270
270
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
271
271
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class DnsClient {
|
|
|
276
276
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
277
277
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @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.59.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
280
280
|
*/
|
|
281
281
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
282
282
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class DnsClient {
|
|
|
286
286
|
* @param DeleteTsigKeyRequest
|
|
287
287
|
* @return DeleteTsigKeyResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
290
290
|
*/
|
|
291
291
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
292
292
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class DnsClient {
|
|
|
301
301
|
* @param DeleteViewRequest
|
|
302
302
|
* @return DeleteViewResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
305
305
|
*/
|
|
306
306
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
307
307
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class DnsClient {
|
|
|
315
315
|
* @param DeleteZoneRequest
|
|
316
316
|
* @return DeleteZoneResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
319
319
|
*/
|
|
320
320
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
321
321
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class DnsClient {
|
|
|
329
329
|
* @param GetDomainRecordsRequest
|
|
330
330
|
* @return GetDomainRecordsResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
333
333
|
*/
|
|
334
334
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
335
335
|
/**
|
|
@@ -374,7 +374,7 @@ export declare class DnsClient {
|
|
|
374
374
|
* @param GetRRSetRequest
|
|
375
375
|
* @return GetRRSetResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
378
378
|
*/
|
|
379
379
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
380
380
|
/**
|
|
@@ -419,7 +419,7 @@ export declare class DnsClient {
|
|
|
419
419
|
* @param GetResolverRequest
|
|
420
420
|
* @return GetResolverResponse
|
|
421
421
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
423
423
|
*/
|
|
424
424
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
425
425
|
/**
|
|
@@ -432,7 +432,7 @@ export declare class DnsClient {
|
|
|
432
432
|
* @param GetResolverEndpointRequest
|
|
433
433
|
* @return GetResolverEndpointResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @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.59.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
436
436
|
*/
|
|
437
437
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
438
438
|
/**
|
|
@@ -442,7 +442,7 @@ export declare class DnsClient {
|
|
|
442
442
|
* @param GetSteeringPolicyRequest
|
|
443
443
|
* @return GetSteeringPolicyResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @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.59.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
446
446
|
*/
|
|
447
447
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
448
448
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class DnsClient {
|
|
|
452
452
|
* @param GetSteeringPolicyAttachmentRequest
|
|
453
453
|
* @return GetSteeringPolicyAttachmentResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @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.59.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
456
456
|
*/
|
|
457
457
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
458
458
|
/**
|
|
@@ -462,7 +462,7 @@ export declare class DnsClient {
|
|
|
462
462
|
* @param GetTsigKeyRequest
|
|
463
463
|
* @return GetTsigKeyResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
466
466
|
*/
|
|
467
467
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
468
468
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class DnsClient {
|
|
|
476
476
|
* @param GetViewRequest
|
|
477
477
|
* @return GetViewResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
480
480
|
*/
|
|
481
481
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
482
482
|
/**
|
|
@@ -489,7 +489,7 @@ export declare class DnsClient {
|
|
|
489
489
|
* @param GetZoneRequest
|
|
490
490
|
* @return GetZoneResponse
|
|
491
491
|
* @throws OciError when an error occurs
|
|
492
|
-
* @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.59.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
493
493
|
*/
|
|
494
494
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
495
495
|
/**
|
|
@@ -499,7 +499,7 @@ export declare class DnsClient {
|
|
|
499
499
|
* @param GetZoneContentRequest
|
|
500
500
|
* @return GetZoneContentResponse
|
|
501
501
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
503
503
|
*/
|
|
504
504
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
505
505
|
/**
|
|
@@ -514,7 +514,7 @@ export declare class DnsClient {
|
|
|
514
514
|
* @param GetZoneRecordsRequest
|
|
515
515
|
* @return GetZoneRecordsResponse
|
|
516
516
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
518
518
|
*/
|
|
519
519
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
520
520
|
/**
|
|
@@ -559,7 +559,7 @@ export declare class DnsClient {
|
|
|
559
559
|
* @param ListResolverEndpointsRequest
|
|
560
560
|
* @return ListResolverEndpointsResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
563
563
|
*/
|
|
564
564
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
565
565
|
/**
|
|
@@ -606,7 +606,7 @@ export declare class DnsClient {
|
|
|
606
606
|
* @param ListResolversRequest
|
|
607
607
|
* @return ListResolversResponse
|
|
608
608
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
610
610
|
*/
|
|
611
611
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
612
612
|
/**
|
|
@@ -648,7 +648,7 @@ export declare class DnsClient {
|
|
|
648
648
|
* @param ListSteeringPoliciesRequest
|
|
649
649
|
* @return ListSteeringPoliciesResponse
|
|
650
650
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
652
652
|
*/
|
|
653
653
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
654
654
|
/**
|
|
@@ -690,7 +690,7 @@ export declare class DnsClient {
|
|
|
690
690
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
691
691
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
694
694
|
*/
|
|
695
695
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
696
696
|
/**
|
|
@@ -732,7 +732,7 @@ export declare class DnsClient {
|
|
|
732
732
|
* @param ListTsigKeysRequest
|
|
733
733
|
* @return ListTsigKeysResponse
|
|
734
734
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
736
736
|
*/
|
|
737
737
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
738
738
|
/**
|
|
@@ -779,7 +779,7 @@ export declare class DnsClient {
|
|
|
779
779
|
* @param ListViewsRequest
|
|
780
780
|
* @return ListViewsResponse
|
|
781
781
|
* @throws OciError when an error occurs
|
|
782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
783
783
|
*/
|
|
784
784
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
785
785
|
/**
|
|
@@ -823,7 +823,7 @@ export declare class DnsClient {
|
|
|
823
823
|
* @param ListZoneTransferServersRequest
|
|
824
824
|
* @return ListZoneTransferServersResponse
|
|
825
825
|
* @throws OciError when an error occurs
|
|
826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
827
827
|
*/
|
|
828
828
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
829
829
|
/**
|
|
@@ -868,7 +868,7 @@ export declare class DnsClient {
|
|
|
868
868
|
* @param ListZonesRequest
|
|
869
869
|
* @return ListZonesResponse
|
|
870
870
|
* @throws OciError when an error occurs
|
|
871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
872
872
|
*/
|
|
873
873
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
874
874
|
/**
|
|
@@ -915,7 +915,7 @@ export declare class DnsClient {
|
|
|
915
915
|
* @param PatchDomainRecordsRequest
|
|
916
916
|
* @return PatchDomainRecordsResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
919
919
|
*/
|
|
920
920
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
921
921
|
/**
|
|
@@ -928,7 +928,7 @@ export declare class DnsClient {
|
|
|
928
928
|
* @param PatchRRSetRequest
|
|
929
929
|
* @return PatchRRSetResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
932
932
|
*/
|
|
933
933
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
934
934
|
/**
|
|
@@ -943,7 +943,7 @@ export declare class DnsClient {
|
|
|
943
943
|
* @param PatchZoneRecordsRequest
|
|
944
944
|
* @return PatchZoneRecordsResponse
|
|
945
945
|
* @throws OciError when an error occurs
|
|
946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
947
947
|
*/
|
|
948
948
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
949
949
|
/**
|
|
@@ -958,7 +958,7 @@ export declare class DnsClient {
|
|
|
958
958
|
* @param UpdateDomainRecordsRequest
|
|
959
959
|
* @return UpdateDomainRecordsResponse
|
|
960
960
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
962
962
|
*/
|
|
963
963
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
964
964
|
/**
|
|
@@ -971,7 +971,7 @@ export declare class DnsClient {
|
|
|
971
971
|
* @param UpdateRRSetRequest
|
|
972
972
|
* @return UpdateRRSetResponse
|
|
973
973
|
* @throws OciError when an error occurs
|
|
974
|
-
* @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.59.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
975
975
|
*/
|
|
976
976
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
977
977
|
/**
|
|
@@ -981,7 +981,7 @@ export declare class DnsClient {
|
|
|
981
981
|
* @param UpdateResolverRequest
|
|
982
982
|
* @return UpdateResolverResponse
|
|
983
983
|
* @throws OciError when an error occurs
|
|
984
|
-
* @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.59.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
985
985
|
*/
|
|
986
986
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
987
987
|
/**
|
|
@@ -991,7 +991,7 @@ export declare class DnsClient {
|
|
|
991
991
|
* @param UpdateResolverEndpointRequest
|
|
992
992
|
* @return UpdateResolverEndpointResponse
|
|
993
993
|
* @throws OciError when an error occurs
|
|
994
|
-
* @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.59.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
995
995
|
*/
|
|
996
996
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
997
997
|
/**
|
|
@@ -1001,7 +1001,7 @@ export declare class DnsClient {
|
|
|
1001
1001
|
* @param UpdateSteeringPolicyRequest
|
|
1002
1002
|
* @return UpdateSteeringPolicyResponse
|
|
1003
1003
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @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.59.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
1005
1005
|
*/
|
|
1006
1006
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
1007
1007
|
/**
|
|
@@ -1011,7 +1011,7 @@ export declare class DnsClient {
|
|
|
1011
1011
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
1012
1012
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
1013
1013
|
* @throws OciError when an error occurs
|
|
1014
|
-
* @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.59.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
1015
1015
|
*/
|
|
1016
1016
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
1017
1017
|
/**
|
|
@@ -1021,7 +1021,7 @@ export declare class DnsClient {
|
|
|
1021
1021
|
* @param UpdateTsigKeyRequest
|
|
1022
1022
|
* @return UpdateTsigKeyResponse
|
|
1023
1023
|
* @throws OciError when an error occurs
|
|
1024
|
-
* @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.59.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
1025
1025
|
*/
|
|
1026
1026
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
1027
1027
|
/**
|
|
@@ -1031,7 +1031,7 @@ export declare class DnsClient {
|
|
|
1031
1031
|
* @param UpdateViewRequest
|
|
1032
1032
|
* @return UpdateViewResponse
|
|
1033
1033
|
* @throws OciError when an error occurs
|
|
1034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1034
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1035
1035
|
*/
|
|
1036
1036
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1037
1037
|
/**
|
|
@@ -1046,7 +1046,7 @@ export declare class DnsClient {
|
|
|
1046
1046
|
* @param UpdateZoneRequest
|
|
1047
1047
|
* @return UpdateZoneResponse
|
|
1048
1048
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1050
1050
|
*/
|
|
1051
1051
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1052
1052
|
/**
|
|
@@ -1062,7 +1062,7 @@ export declare class DnsClient {
|
|
|
1062
1062
|
* @param UpdateZoneRecordsRequest
|
|
1063
1063
|
* @return UpdateZoneRecordsResponse
|
|
1064
1064
|
* @throws OciError when an error occurs
|
|
1065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1066
1066
|
*/
|
|
1067
1067
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1068
1068
|
}
|