oci-dns 2.89.2 → 2.89.3

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
@@ -104,7 +104,7 @@ export declare class DnsClient {
104
104
  * @param ChangeResolverCompartmentRequest
105
105
  * @return ChangeResolverCompartmentResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
108
108
  */
109
109
  changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
110
110
  /**
@@ -114,7 +114,7 @@ export declare class DnsClient {
114
114
  * @param ChangeSteeringPolicyCompartmentRequest
115
115
  * @return ChangeSteeringPolicyCompartmentResponse
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.89.2/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
118
118
  */
119
119
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
120
120
  /**
@@ -124,7 +124,7 @@ export declare class DnsClient {
124
124
  * @param ChangeTsigKeyCompartmentRequest
125
125
  * @return ChangeTsigKeyCompartmentResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
128
128
  */
129
129
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
130
130
  /**
@@ -136,7 +136,7 @@ export declare class DnsClient {
136
136
  * @param ChangeViewCompartmentRequest
137
137
  * @return ChangeViewCompartmentResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
140
140
  */
141
141
  changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
142
142
  /**
@@ -153,7 +153,7 @@ export declare class DnsClient {
153
153
  * @param ChangeZoneCompartmentRequest
154
154
  * @return ChangeZoneCompartmentResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
157
157
  */
158
158
  changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
159
159
  /**
@@ -163,7 +163,7 @@ export declare class DnsClient {
163
163
  * @param CreateResolverEndpointRequest
164
164
  * @return CreateResolverEndpointResponse
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.89.2/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
167
167
  */
168
168
  createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
169
169
  /**
@@ -174,7 +174,7 @@ export declare class DnsClient {
174
174
  * @param CreateSteeringPolicyRequest
175
175
  * @return CreateSteeringPolicyResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
178
178
  */
179
179
  createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
180
180
  /**
@@ -189,7 +189,7 @@ export declare class DnsClient {
189
189
  * @param CreateSteeringPolicyAttachmentRequest
190
190
  * @return CreateSteeringPolicyAttachmentResponse
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.89.2/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
193
193
  */
194
194
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
195
195
  /**
@@ -200,7 +200,7 @@ export declare class DnsClient {
200
200
  * @param CreateTsigKeyRequest
201
201
  * @return CreateTsigKeyResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
204
204
  */
205
205
  createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
206
206
  /**
@@ -210,7 +210,7 @@ export declare class DnsClient {
210
210
  * @param CreateViewRequest
211
211
  * @return CreateViewResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/CreateView.ts.html |here} to see how to use CreateView API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateView.ts.html |here} to see how to use CreateView API.
214
214
  */
215
215
  createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
216
216
  /**
@@ -223,7 +223,7 @@ export declare class DnsClient {
223
223
  * @param CreateZoneRequest
224
224
  * @return CreateZoneResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
227
227
  */
228
228
  createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
229
229
  /**
@@ -233,7 +233,7 @@ export declare class DnsClient {
233
233
  * @param CreateZoneFromZoneFileRequest
234
234
  * @return CreateZoneFromZoneFileResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
237
237
  */
238
238
  createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
239
239
  /**
@@ -246,7 +246,7 @@ export declare class DnsClient {
246
246
  * @param DeleteDomainRecordsRequest
247
247
  * @return DeleteDomainRecordsResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
250
250
  */
251
251
  deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
252
252
  /**
@@ -259,7 +259,7 @@ export declare class DnsClient {
259
259
  * @param DeleteRRSetRequest
260
260
  * @return DeleteRRSetResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
263
263
  */
264
264
  deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
265
265
  /**
@@ -273,7 +273,7 @@ export declare class DnsClient {
273
273
  * @param DeleteResolverEndpointRequest
274
274
  * @return DeleteResolverEndpointResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
277
277
  */
278
278
  deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
279
279
  /**
@@ -287,7 +287,7 @@ export declare class DnsClient {
287
287
  * @param DeleteSteeringPolicyRequest
288
288
  * @return DeleteSteeringPolicyResponse
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.89.2/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
291
291
  */
292
292
  deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
293
293
  /**
@@ -298,7 +298,7 @@ export declare class DnsClient {
298
298
  * @param DeleteSteeringPolicyAttachmentRequest
299
299
  * @return DeleteSteeringPolicyAttachmentResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
302
302
  */
303
303
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
304
304
  /**
@@ -308,7 +308,7 @@ export declare class DnsClient {
308
308
  * @param DeleteTsigKeyRequest
309
309
  * @return DeleteTsigKeyResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
312
312
  */
313
313
  deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
314
314
  /**
@@ -323,7 +323,7 @@ export declare class DnsClient {
323
323
  * @param DeleteViewRequest
324
324
  * @return DeleteViewResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
327
327
  */
328
328
  deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
329
329
  /**
@@ -337,7 +337,7 @@ export declare class DnsClient {
337
337
  * @param DeleteZoneRequest
338
338
  * @return DeleteZoneResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
341
341
  */
342
342
  deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
343
343
  /**
@@ -351,7 +351,7 @@ export declare class DnsClient {
351
351
  * @param GetDomainRecordsRequest
352
352
  * @return GetDomainRecordsResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
355
355
  */
356
356
  getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
357
357
  /**
@@ -396,7 +396,7 @@ export declare class DnsClient {
396
396
  * @param GetRRSetRequest
397
397
  * @return GetRRSetResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
400
400
  */
401
401
  getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
402
402
  /**
@@ -441,7 +441,7 @@ export declare class DnsClient {
441
441
  * @param GetResolverRequest
442
442
  * @return GetResolverResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
445
445
  */
446
446
  getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
447
447
  /**
@@ -454,7 +454,7 @@ export declare class DnsClient {
454
454
  * @param GetResolverEndpointRequest
455
455
  * @return GetResolverEndpointResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
458
458
  */
459
459
  getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
460
460
  /**
@@ -464,7 +464,7 @@ export declare class DnsClient {
464
464
  * @param GetSteeringPolicyRequest
465
465
  * @return GetSteeringPolicyResponse
466
466
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
468
468
  */
469
469
  getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
470
470
  /**
@@ -474,7 +474,7 @@ export declare class DnsClient {
474
474
  * @param GetSteeringPolicyAttachmentRequest
475
475
  * @return GetSteeringPolicyAttachmentResponse
476
476
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
478
478
  */
479
479
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
480
480
  /**
@@ -484,7 +484,7 @@ export declare class DnsClient {
484
484
  * @param GetTsigKeyRequest
485
485
  * @return GetTsigKeyResponse
486
486
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
488
488
  */
489
489
  getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
490
490
  /**
@@ -498,7 +498,7 @@ export declare class DnsClient {
498
498
  * @param GetViewRequest
499
499
  * @return GetViewResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetView.ts.html |here} to see how to use GetView API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetView.ts.html |here} to see how to use GetView API.
502
502
  */
503
503
  getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
504
504
  /**
@@ -511,7 +511,7 @@ export declare class DnsClient {
511
511
  * @param GetZoneRequest
512
512
  * @return GetZoneResponse
513
513
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetZone.ts.html |here} to see how to use GetZone API.
514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetZone.ts.html |here} to see how to use GetZone API.
515
515
  */
516
516
  getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
517
517
  /**
@@ -521,7 +521,7 @@ export declare class DnsClient {
521
521
  * @param GetZoneContentRequest
522
522
  * @return GetZoneContentResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
525
525
  */
526
526
  getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
527
527
  /**
@@ -536,7 +536,7 @@ export declare class DnsClient {
536
536
  * @param GetZoneRecordsRequest
537
537
  * @return GetZoneRecordsResponse
538
538
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
540
540
  */
541
541
  getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
542
542
  /**
@@ -581,7 +581,7 @@ export declare class DnsClient {
581
581
  * @param ListResolverEndpointsRequest
582
582
  * @return ListResolverEndpointsResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
585
585
  */
586
586
  listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
587
587
  /**
@@ -628,7 +628,7 @@ export declare class DnsClient {
628
628
  * @param ListResolversRequest
629
629
  * @return ListResolversResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
632
632
  */
633
633
  listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
634
634
  /**
@@ -670,7 +670,7 @@ export declare class DnsClient {
670
670
  * @param ListSteeringPoliciesRequest
671
671
  * @return ListSteeringPoliciesResponse
672
672
  * @throws OciError when an error occurs
673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
674
674
  */
675
675
  listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
676
676
  /**
@@ -712,7 +712,7 @@ export declare class DnsClient {
712
712
  * @param ListSteeringPolicyAttachmentsRequest
713
713
  * @return ListSteeringPolicyAttachmentsResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
716
716
  */
717
717
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
718
718
  /**
@@ -754,7 +754,7 @@ export declare class DnsClient {
754
754
  * @param ListTsigKeysRequest
755
755
  * @return ListTsigKeysResponse
756
756
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
758
758
  */
759
759
  listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
760
760
  /**
@@ -801,7 +801,7 @@ export declare class DnsClient {
801
801
  * @param ListViewsRequest
802
802
  * @return ListViewsResponse
803
803
  * @throws OciError when an error occurs
804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListViews.ts.html |here} to see how to use ListViews API.
804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListViews.ts.html |here} to see how to use ListViews API.
805
805
  */
806
806
  listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
807
807
  /**
@@ -845,7 +845,7 @@ export declare class DnsClient {
845
845
  * @param ListZoneTransferServersRequest
846
846
  * @return ListZoneTransferServersResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
849
849
  */
850
850
  listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
851
851
  /**
@@ -890,7 +890,7 @@ export declare class DnsClient {
890
890
  * @param ListZonesRequest
891
891
  * @return ListZonesResponse
892
892
  * @throws OciError when an error occurs
893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListZones.ts.html |here} to see how to use ListZones API.
893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/ListZones.ts.html |here} to see how to use ListZones API.
894
894
  */
895
895
  listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
896
896
  /**
@@ -937,7 +937,7 @@ export declare class DnsClient {
937
937
  * @param PatchDomainRecordsRequest
938
938
  * @return PatchDomainRecordsResponse
939
939
  * @throws OciError when an error occurs
940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
941
941
  */
942
942
  patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
943
943
  /**
@@ -950,7 +950,7 @@ export declare class DnsClient {
950
950
  * @param PatchRRSetRequest
951
951
  * @return PatchRRSetResponse
952
952
  * @throws OciError when an error occurs
953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
954
954
  */
955
955
  patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
956
956
  /**
@@ -965,7 +965,7 @@ export declare class DnsClient {
965
965
  * @param PatchZoneRecordsRequest
966
966
  * @return PatchZoneRecordsResponse
967
967
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
969
969
  */
970
970
  patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
971
971
  /**
@@ -980,7 +980,7 @@ export declare class DnsClient {
980
980
  * @param UpdateDomainRecordsRequest
981
981
  * @return UpdateDomainRecordsResponse
982
982
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
984
984
  */
985
985
  updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
986
986
  /**
@@ -993,7 +993,7 @@ export declare class DnsClient {
993
993
  * @param UpdateRRSetRequest
994
994
  * @return UpdateRRSetResponse
995
995
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
997
997
  */
998
998
  updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
999
999
  /**
@@ -1003,7 +1003,7 @@ export declare class DnsClient {
1003
1003
  * @param UpdateResolverRequest
1004
1004
  * @return UpdateResolverResponse
1005
1005
  * @throws OciError when an error occurs
1006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
1007
1007
  */
1008
1008
  updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
1009
1009
  /**
@@ -1013,7 +1013,7 @@ export declare class DnsClient {
1013
1013
  * @param UpdateResolverEndpointRequest
1014
1014
  * @return UpdateResolverEndpointResponse
1015
1015
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1017
1017
  */
1018
1018
  updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
1019
1019
  /**
@@ -1023,7 +1023,7 @@ export declare class DnsClient {
1023
1023
  * @param UpdateSteeringPolicyRequest
1024
1024
  * @return UpdateSteeringPolicyResponse
1025
1025
  * @throws OciError when an error occurs
1026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1026
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1027
1027
  */
1028
1028
  updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
1029
1029
  /**
@@ -1033,7 +1033,7 @@ export declare class DnsClient {
1033
1033
  * @param UpdateSteeringPolicyAttachmentRequest
1034
1034
  * @return UpdateSteeringPolicyAttachmentResponse
1035
1035
  * @throws OciError when an error occurs
1036
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1037
1037
  */
1038
1038
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
1039
1039
  /**
@@ -1043,7 +1043,7 @@ export declare class DnsClient {
1043
1043
  * @param UpdateTsigKeyRequest
1044
1044
  * @return UpdateTsigKeyResponse
1045
1045
  * @throws OciError when an error occurs
1046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1047
1047
  */
1048
1048
  updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
1049
1049
  /**
@@ -1053,7 +1053,7 @@ export declare class DnsClient {
1053
1053
  * @param UpdateViewRequest
1054
1054
  * @return UpdateViewResponse
1055
1055
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1057
1057
  */
1058
1058
  updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
1059
1059
  /**
@@ -1068,7 +1068,7 @@ export declare class DnsClient {
1068
1068
  * @param UpdateZoneRequest
1069
1069
  * @return UpdateZoneResponse
1070
1070
  * @throws OciError when an error occurs
1071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1072
1072
  */
1073
1073
  updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
1074
1074
  /**
@@ -1084,7 +1084,7 @@ export declare class DnsClient {
1084
1084
  * @param UpdateZoneRecordsRequest
1085
1085
  * @return UpdateZoneRecordsResponse
1086
1086
  * @throws OciError when an error occurs
1087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1088
1088
  */
1089
1089
  updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
1090
1090
  }