oci-dns 2.67.0 → 2.68.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.
Files changed (56) hide show
  1. package/lib/client.d.ts +53 -52
  2. package/lib/client.js +57 -53
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-resolver-compartment-request.d.ts +1 -1
  5. package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
  6. package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
  7. package/lib/request/change-view-compartment-request.d.ts +1 -1
  8. package/lib/request/change-zone-compartment-request.d.ts +1 -1
  9. package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
  10. package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
  11. package/lib/request/create-steering-policy-request.d.ts +1 -1
  12. package/lib/request/create-tsig-key-request.d.ts +1 -1
  13. package/lib/request/create-view-request.d.ts +1 -1
  14. package/lib/request/create-zone-from-zone-file-request.d.ts +1 -1
  15. package/lib/request/create-zone-request.d.ts +1 -1
  16. package/lib/request/delete-domain-records-request.d.ts +1 -1
  17. package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
  18. package/lib/request/delete-rrset-request.d.ts +1 -1
  19. package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
  20. package/lib/request/delete-steering-policy-request.d.ts +1 -1
  21. package/lib/request/delete-tsig-key-request.d.ts +1 -1
  22. package/lib/request/delete-view-request.d.ts +1 -1
  23. package/lib/request/delete-zone-request.d.ts +1 -1
  24. package/lib/request/get-domain-records-request.d.ts +1 -1
  25. package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
  26. package/lib/request/get-resolver-request.d.ts +1 -1
  27. package/lib/request/get-rrset-request.d.ts +1 -1
  28. package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
  29. package/lib/request/get-steering-policy-request.d.ts +1 -1
  30. package/lib/request/get-tsig-key-request.d.ts +1 -1
  31. package/lib/request/get-view-request.d.ts +1 -1
  32. package/lib/request/get-zone-content-request.d.ts +1 -1
  33. package/lib/request/get-zone-records-request.d.ts +1 -1
  34. package/lib/request/get-zone-request.d.ts +1 -1
  35. package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
  36. package/lib/request/list-resolvers-request.d.ts +1 -1
  37. package/lib/request/list-steering-policies-request.d.ts +1 -1
  38. package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
  39. package/lib/request/list-tsig-keys-request.d.ts +1 -1
  40. package/lib/request/list-views-request.d.ts +1 -1
  41. package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
  42. package/lib/request/list-zones-request.d.ts +1 -1
  43. package/lib/request/patch-domain-records-request.d.ts +1 -1
  44. package/lib/request/patch-rrset-request.d.ts +1 -1
  45. package/lib/request/patch-zone-records-request.d.ts +1 -1
  46. package/lib/request/update-domain-records-request.d.ts +1 -1
  47. package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
  48. package/lib/request/update-resolver-request.d.ts +1 -1
  49. package/lib/request/update-rrset-request.d.ts +1 -1
  50. package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
  51. package/lib/request/update-steering-policy-request.d.ts +1 -1
  52. package/lib/request/update-tsig-key-request.d.ts +1 -1
  53. package/lib/request/update-view-request.d.ts +1 -1
  54. package/lib/request/update-zone-records-request.d.ts +1 -1
  55. package/lib/request/update-zone-request.d.ts +1 -1
  56. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -32,6 +32,7 @@ export declare class DnsClient {
32
32
  protected "_clientConfiguration": common.ClientConfiguration;
33
33
  protected _circuitBreaker: null;
34
34
  protected _httpOptions: any;
35
+ protected _bodyDuplexMode: any;
35
36
  targetService: string;
36
37
  protected _regionId: string;
37
38
  protected "_region": common.Region;
@@ -92,7 +93,7 @@ export declare class DnsClient {
92
93
  * @param ChangeResolverCompartmentRequest
93
94
  * @return ChangeResolverCompartmentResponse
94
95
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
96
97
  */
97
98
  changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
98
99
  /**
@@ -102,7 +103,7 @@ export declare class DnsClient {
102
103
  * @param ChangeSteeringPolicyCompartmentRequest
103
104
  * @return ChangeSteeringPolicyCompartmentResponse
104
105
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
106
107
  */
107
108
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
108
109
  /**
@@ -112,7 +113,7 @@ export declare class DnsClient {
112
113
  * @param ChangeTsigKeyCompartmentRequest
113
114
  * @return ChangeTsigKeyCompartmentResponse
114
115
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
116
117
  */
117
118
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
118
119
  /**
@@ -124,7 +125,7 @@ export declare class DnsClient {
124
125
  * @param ChangeViewCompartmentRequest
125
126
  * @return ChangeViewCompartmentResponse
126
127
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
128
129
  */
129
130
  changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
130
131
  /**
@@ -141,7 +142,7 @@ export declare class DnsClient {
141
142
  * @param ChangeZoneCompartmentRequest
142
143
  * @return ChangeZoneCompartmentResponse
143
144
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
145
146
  */
146
147
  changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
147
148
  /**
@@ -151,7 +152,7 @@ export declare class DnsClient {
151
152
  * @param CreateResolverEndpointRequest
152
153
  * @return CreateResolverEndpointResponse
153
154
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
155
156
  */
156
157
  createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
157
158
  /**
@@ -162,7 +163,7 @@ export declare class DnsClient {
162
163
  * @param CreateSteeringPolicyRequest
163
164
  * @return CreateSteeringPolicyResponse
164
165
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
166
167
  */
167
168
  createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
168
169
  /**
@@ -177,7 +178,7 @@ export declare class DnsClient {
177
178
  * @param CreateSteeringPolicyAttachmentRequest
178
179
  * @return CreateSteeringPolicyAttachmentResponse
179
180
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
181
182
  */
182
183
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
183
184
  /**
@@ -188,7 +189,7 @@ export declare class DnsClient {
188
189
  * @param CreateTsigKeyRequest
189
190
  * @return CreateTsigKeyResponse
190
191
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
192
193
  */
193
194
  createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
194
195
  /**
@@ -198,7 +199,7 @@ export declare class DnsClient {
198
199
  * @param CreateViewRequest
199
200
  * @return CreateViewResponse
200
201
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
202
203
  */
203
204
  createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
204
205
  /**
@@ -211,7 +212,7 @@ export declare class DnsClient {
211
212
  * @param CreateZoneRequest
212
213
  * @return CreateZoneResponse
213
214
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
215
216
  */
216
217
  createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
217
218
  /**
@@ -221,7 +222,7 @@ export declare class DnsClient {
221
222
  * @param CreateZoneFromZoneFileRequest
222
223
  * @return CreateZoneFromZoneFileResponse
223
224
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
225
226
  */
226
227
  createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
227
228
  /**
@@ -234,7 +235,7 @@ export declare class DnsClient {
234
235
  * @param DeleteDomainRecordsRequest
235
236
  * @return DeleteDomainRecordsResponse
236
237
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
238
239
  */
239
240
  deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
240
241
  /**
@@ -247,7 +248,7 @@ export declare class DnsClient {
247
248
  * @param DeleteRRSetRequest
248
249
  * @return DeleteRRSetResponse
249
250
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
251
252
  */
252
253
  deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
253
254
  /**
@@ -261,7 +262,7 @@ export declare class DnsClient {
261
262
  * @param DeleteResolverEndpointRequest
262
263
  * @return DeleteResolverEndpointResponse
263
264
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
265
266
  */
266
267
  deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
267
268
  /**
@@ -275,7 +276,7 @@ export declare class DnsClient {
275
276
  * @param DeleteSteeringPolicyRequest
276
277
  * @return DeleteSteeringPolicyResponse
277
278
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
279
280
  */
280
281
  deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
281
282
  /**
@@ -286,7 +287,7 @@ export declare class DnsClient {
286
287
  * @param DeleteSteeringPolicyAttachmentRequest
287
288
  * @return DeleteSteeringPolicyAttachmentResponse
288
289
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
290
291
  */
291
292
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
292
293
  /**
@@ -296,7 +297,7 @@ export declare class DnsClient {
296
297
  * @param DeleteTsigKeyRequest
297
298
  * @return DeleteTsigKeyResponse
298
299
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
300
301
  */
301
302
  deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
302
303
  /**
@@ -311,7 +312,7 @@ export declare class DnsClient {
311
312
  * @param DeleteViewRequest
312
313
  * @return DeleteViewResponse
313
314
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
315
316
  */
316
317
  deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
317
318
  /**
@@ -325,7 +326,7 @@ export declare class DnsClient {
325
326
  * @param DeleteZoneRequest
326
327
  * @return DeleteZoneResponse
327
328
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
329
330
  */
330
331
  deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
331
332
  /**
@@ -339,7 +340,7 @@ export declare class DnsClient {
339
340
  * @param GetDomainRecordsRequest
340
341
  * @return GetDomainRecordsResponse
341
342
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
343
344
  */
344
345
  getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
345
346
  /**
@@ -384,7 +385,7 @@ export declare class DnsClient {
384
385
  * @param GetRRSetRequest
385
386
  * @return GetRRSetResponse
386
387
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
388
389
  */
389
390
  getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
390
391
  /**
@@ -429,7 +430,7 @@ export declare class DnsClient {
429
430
  * @param GetResolverRequest
430
431
  * @return GetResolverResponse
431
432
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
433
434
  */
434
435
  getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
435
436
  /**
@@ -442,7 +443,7 @@ export declare class DnsClient {
442
443
  * @param GetResolverEndpointRequest
443
444
  * @return GetResolverEndpointResponse
444
445
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
446
447
  */
447
448
  getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
448
449
  /**
@@ -452,7 +453,7 @@ export declare class DnsClient {
452
453
  * @param GetSteeringPolicyRequest
453
454
  * @return GetSteeringPolicyResponse
454
455
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
456
457
  */
457
458
  getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
458
459
  /**
@@ -462,7 +463,7 @@ export declare class DnsClient {
462
463
  * @param GetSteeringPolicyAttachmentRequest
463
464
  * @return GetSteeringPolicyAttachmentResponse
464
465
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
466
467
  */
467
468
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
468
469
  /**
@@ -472,7 +473,7 @@ export declare class DnsClient {
472
473
  * @param GetTsigKeyRequest
473
474
  * @return GetTsigKeyResponse
474
475
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
476
477
  */
477
478
  getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
478
479
  /**
@@ -486,7 +487,7 @@ export declare class DnsClient {
486
487
  * @param GetViewRequest
487
488
  * @return GetViewResponse
488
489
  * @throws OciError when an error occurs
489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetView.ts.html |here} to see how to use GetView API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetView.ts.html |here} to see how to use GetView API.
490
491
  */
491
492
  getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
492
493
  /**
@@ -499,7 +500,7 @@ export declare class DnsClient {
499
500
  * @param GetZoneRequest
500
501
  * @return GetZoneResponse
501
502
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
503
504
  */
504
505
  getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
505
506
  /**
@@ -509,7 +510,7 @@ export declare class DnsClient {
509
510
  * @param GetZoneContentRequest
510
511
  * @return GetZoneContentResponse
511
512
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
513
514
  */
514
515
  getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
515
516
  /**
@@ -524,7 +525,7 @@ export declare class DnsClient {
524
525
  * @param GetZoneRecordsRequest
525
526
  * @return GetZoneRecordsResponse
526
527
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
528
529
  */
529
530
  getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
530
531
  /**
@@ -569,7 +570,7 @@ export declare class DnsClient {
569
570
  * @param ListResolverEndpointsRequest
570
571
  * @return ListResolverEndpointsResponse
571
572
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
573
574
  */
574
575
  listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
575
576
  /**
@@ -616,7 +617,7 @@ export declare class DnsClient {
616
617
  * @param ListResolversRequest
617
618
  * @return ListResolversResponse
618
619
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
620
621
  */
621
622
  listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
622
623
  /**
@@ -658,7 +659,7 @@ export declare class DnsClient {
658
659
  * @param ListSteeringPoliciesRequest
659
660
  * @return ListSteeringPoliciesResponse
660
661
  * @throws OciError when an error occurs
661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
662
663
  */
663
664
  listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
664
665
  /**
@@ -700,7 +701,7 @@ export declare class DnsClient {
700
701
  * @param ListSteeringPolicyAttachmentsRequest
701
702
  * @return ListSteeringPolicyAttachmentsResponse
702
703
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
704
705
  */
705
706
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
706
707
  /**
@@ -742,7 +743,7 @@ export declare class DnsClient {
742
743
  * @param ListTsigKeysRequest
743
744
  * @return ListTsigKeysResponse
744
745
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
746
747
  */
747
748
  listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
748
749
  /**
@@ -789,7 +790,7 @@ export declare class DnsClient {
789
790
  * @param ListViewsRequest
790
791
  * @return ListViewsResponse
791
792
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
793
794
  */
794
795
  listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
795
796
  /**
@@ -833,7 +834,7 @@ export declare class DnsClient {
833
834
  * @param ListZoneTransferServersRequest
834
835
  * @return ListZoneTransferServersResponse
835
836
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
837
838
  */
838
839
  listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
839
840
  /**
@@ -878,7 +879,7 @@ export declare class DnsClient {
878
879
  * @param ListZonesRequest
879
880
  * @return ListZonesResponse
880
881
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
882
883
  */
883
884
  listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
884
885
  /**
@@ -925,7 +926,7 @@ export declare class DnsClient {
925
926
  * @param PatchDomainRecordsRequest
926
927
  * @return PatchDomainRecordsResponse
927
928
  * @throws OciError when an error occurs
928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
929
930
  */
930
931
  patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
931
932
  /**
@@ -938,7 +939,7 @@ export declare class DnsClient {
938
939
  * @param PatchRRSetRequest
939
940
  * @return PatchRRSetResponse
940
941
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
942
943
  */
943
944
  patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
944
945
  /**
@@ -953,7 +954,7 @@ export declare class DnsClient {
953
954
  * @param PatchZoneRecordsRequest
954
955
  * @return PatchZoneRecordsResponse
955
956
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
957
958
  */
958
959
  patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
959
960
  /**
@@ -968,7 +969,7 @@ export declare class DnsClient {
968
969
  * @param UpdateDomainRecordsRequest
969
970
  * @return UpdateDomainRecordsResponse
970
971
  * @throws OciError when an error occurs
971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
972
973
  */
973
974
  updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
974
975
  /**
@@ -981,7 +982,7 @@ export declare class DnsClient {
981
982
  * @param UpdateRRSetRequest
982
983
  * @return UpdateRRSetResponse
983
984
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
985
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
985
986
  */
986
987
  updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
987
988
  /**
@@ -991,7 +992,7 @@ export declare class DnsClient {
991
992
  * @param UpdateResolverRequest
992
993
  * @return UpdateResolverResponse
993
994
  * @throws OciError when an error occurs
994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
995
996
  */
996
997
  updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
997
998
  /**
@@ -1001,7 +1002,7 @@ export declare class DnsClient {
1001
1002
  * @param UpdateResolverEndpointRequest
1002
1003
  * @return UpdateResolverEndpointResponse
1003
1004
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1005
1006
  */
1006
1007
  updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
1007
1008
  /**
@@ -1011,7 +1012,7 @@ export declare class DnsClient {
1011
1012
  * @param UpdateSteeringPolicyRequest
1012
1013
  * @return UpdateSteeringPolicyResponse
1013
1014
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1015
1016
  */
1016
1017
  updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
1017
1018
  /**
@@ -1021,7 +1022,7 @@ export declare class DnsClient {
1021
1022
  * @param UpdateSteeringPolicyAttachmentRequest
1022
1023
  * @return UpdateSteeringPolicyAttachmentResponse
1023
1024
  * @throws OciError when an error occurs
1024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1025
1026
  */
1026
1027
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
1027
1028
  /**
@@ -1031,7 +1032,7 @@ export declare class DnsClient {
1031
1032
  * @param UpdateTsigKeyRequest
1032
1033
  * @return UpdateTsigKeyResponse
1033
1034
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1035
1036
  */
1036
1037
  updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
1037
1038
  /**
@@ -1041,7 +1042,7 @@ export declare class DnsClient {
1041
1042
  * @param UpdateViewRequest
1042
1043
  * @return UpdateViewResponse
1043
1044
  * @throws OciError when an error occurs
1044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1045
1046
  */
1046
1047
  updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
1047
1048
  /**
@@ -1056,7 +1057,7 @@ export declare class DnsClient {
1056
1057
  * @param UpdateZoneRequest
1057
1058
  * @return UpdateZoneResponse
1058
1059
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1060
1061
  */
1061
1062
  updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
1062
1063
  /**
@@ -1072,7 +1073,7 @@ export declare class DnsClient {
1072
1073
  * @param UpdateZoneRecordsRequest
1073
1074
  * @return UpdateZoneRecordsResponse
1074
1075
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1076
1077
  */
1077
1078
  updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
1078
1079
  }