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