oci-dns 2.70.3 → 2.70.4

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