oci-dns 2.82.2 → 2.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -100,7 +100,7 @@ export declare class DnsClient {
100
100
  * @param ChangeResolverCompartmentRequest
101
101
  * @return ChangeResolverCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
104
104
  */
105
105
  changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
106
106
  /**
@@ -110,7 +110,7 @@ export declare class DnsClient {
110
110
  * @param ChangeSteeringPolicyCompartmentRequest
111
111
  * @return ChangeSteeringPolicyCompartmentResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
114
114
  */
115
115
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
116
116
  /**
@@ -120,7 +120,7 @@ export declare class DnsClient {
120
120
  * @param ChangeTsigKeyCompartmentRequest
121
121
  * @return ChangeTsigKeyCompartmentResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
124
124
  */
125
125
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
126
126
  /**
@@ -132,7 +132,7 @@ export declare class DnsClient {
132
132
  * @param ChangeViewCompartmentRequest
133
133
  * @return ChangeViewCompartmentResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
136
136
  */
137
137
  changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
138
138
  /**
@@ -149,7 +149,7 @@ export declare class DnsClient {
149
149
  * @param ChangeZoneCompartmentRequest
150
150
  * @return ChangeZoneCompartmentResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
153
153
  */
154
154
  changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class DnsClient {
159
159
  * @param CreateResolverEndpointRequest
160
160
  * @return CreateResolverEndpointResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
163
163
  */
164
164
  createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
165
165
  /**
@@ -170,7 +170,7 @@ export declare class DnsClient {
170
170
  * @param CreateSteeringPolicyRequest
171
171
  * @return CreateSteeringPolicyResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
174
174
  */
175
175
  createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
176
176
  /**
@@ -185,7 +185,7 @@ export declare class DnsClient {
185
185
  * @param CreateSteeringPolicyAttachmentRequest
186
186
  * @return CreateSteeringPolicyAttachmentResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
189
189
  */
190
190
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
191
191
  /**
@@ -196,7 +196,7 @@ export declare class DnsClient {
196
196
  * @param CreateTsigKeyRequest
197
197
  * @return CreateTsigKeyResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
200
200
  */
201
201
  createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
202
202
  /**
@@ -206,7 +206,7 @@ export declare class DnsClient {
206
206
  * @param CreateViewRequest
207
207
  * @return CreateViewResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateView.ts.html |here} to see how to use CreateView API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
210
210
  */
211
211
  createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
212
212
  /**
@@ -219,7 +219,7 @@ export declare class DnsClient {
219
219
  * @param CreateZoneRequest
220
220
  * @return CreateZoneResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
223
223
  */
224
224
  createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
225
225
  /**
@@ -229,7 +229,7 @@ export declare class DnsClient {
229
229
  * @param CreateZoneFromZoneFileRequest
230
230
  * @return CreateZoneFromZoneFileResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
233
233
  */
234
234
  createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
235
235
  /**
@@ -242,7 +242,7 @@ export declare class DnsClient {
242
242
  * @param DeleteDomainRecordsRequest
243
243
  * @return DeleteDomainRecordsResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
246
246
  */
247
247
  deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
248
248
  /**
@@ -255,7 +255,7 @@ export declare class DnsClient {
255
255
  * @param DeleteRRSetRequest
256
256
  * @return DeleteRRSetResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
259
259
  */
260
260
  deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
261
261
  /**
@@ -269,7 +269,7 @@ export declare class DnsClient {
269
269
  * @param DeleteResolverEndpointRequest
270
270
  * @return DeleteResolverEndpointResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
273
273
  */
274
274
  deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
275
275
  /**
@@ -283,7 +283,7 @@ export declare class DnsClient {
283
283
  * @param DeleteSteeringPolicyRequest
284
284
  * @return DeleteSteeringPolicyResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
287
287
  */
288
288
  deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
289
289
  /**
@@ -294,7 +294,7 @@ export declare class DnsClient {
294
294
  * @param DeleteSteeringPolicyAttachmentRequest
295
295
  * @return DeleteSteeringPolicyAttachmentResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
298
298
  */
299
299
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
300
300
  /**
@@ -304,7 +304,7 @@ export declare class DnsClient {
304
304
  * @param DeleteTsigKeyRequest
305
305
  * @return DeleteTsigKeyResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
308
308
  */
309
309
  deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
310
310
  /**
@@ -319,7 +319,7 @@ export declare class DnsClient {
319
319
  * @param DeleteViewRequest
320
320
  * @return DeleteViewResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
323
323
  */
324
324
  deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
325
325
  /**
@@ -333,7 +333,7 @@ export declare class DnsClient {
333
333
  * @param DeleteZoneRequest
334
334
  * @return DeleteZoneResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
337
337
  */
338
338
  deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
339
339
  /**
@@ -347,7 +347,7 @@ export declare class DnsClient {
347
347
  * @param GetDomainRecordsRequest
348
348
  * @return GetDomainRecordsResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
351
351
  */
352
352
  getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
353
353
  /**
@@ -392,7 +392,7 @@ export declare class DnsClient {
392
392
  * @param GetRRSetRequest
393
393
  * @return GetRRSetResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
396
396
  */
397
397
  getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
398
398
  /**
@@ -437,7 +437,7 @@ export declare class DnsClient {
437
437
  * @param GetResolverRequest
438
438
  * @return GetResolverResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
441
441
  */
442
442
  getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
443
443
  /**
@@ -450,7 +450,7 @@ export declare class DnsClient {
450
450
  * @param GetResolverEndpointRequest
451
451
  * @return GetResolverEndpointResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
454
454
  */
455
455
  getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
456
456
  /**
@@ -460,7 +460,7 @@ export declare class DnsClient {
460
460
  * @param GetSteeringPolicyRequest
461
461
  * @return GetSteeringPolicyResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
464
464
  */
465
465
  getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
466
466
  /**
@@ -470,7 +470,7 @@ export declare class DnsClient {
470
470
  * @param GetSteeringPolicyAttachmentRequest
471
471
  * @return GetSteeringPolicyAttachmentResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
474
474
  */
475
475
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
476
476
  /**
@@ -480,7 +480,7 @@ export declare class DnsClient {
480
480
  * @param GetTsigKeyRequest
481
481
  * @return GetTsigKeyResponse
482
482
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
484
484
  */
485
485
  getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
486
486
  /**
@@ -494,7 +494,7 @@ export declare class DnsClient {
494
494
  * @param GetViewRequest
495
495
  * @return GetViewResponse
496
496
  * @throws OciError when an error occurs
497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetView.ts.html |here} to see how to use GetView API.
497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetView.ts.html |here} to see how to use GetView API.
498
498
  */
499
499
  getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
500
500
  /**
@@ -507,7 +507,7 @@ export declare class DnsClient {
507
507
  * @param GetZoneRequest
508
508
  * @return GetZoneResponse
509
509
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetZone.ts.html |here} to see how to use GetZone API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
511
511
  */
512
512
  getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
513
513
  /**
@@ -517,7 +517,7 @@ export declare class DnsClient {
517
517
  * @param GetZoneContentRequest
518
518
  * @return GetZoneContentResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
521
521
  */
522
522
  getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
523
523
  /**
@@ -532,7 +532,7 @@ export declare class DnsClient {
532
532
  * @param GetZoneRecordsRequest
533
533
  * @return GetZoneRecordsResponse
534
534
  * @throws OciError when an error occurs
535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
536
536
  */
537
537
  getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
538
538
  /**
@@ -577,7 +577,7 @@ export declare class DnsClient {
577
577
  * @param ListResolverEndpointsRequest
578
578
  * @return ListResolverEndpointsResponse
579
579
  * @throws OciError when an error occurs
580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
581
581
  */
582
582
  listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
583
583
  /**
@@ -624,7 +624,7 @@ export declare class DnsClient {
624
624
  * @param ListResolversRequest
625
625
  * @return ListResolversResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
628
628
  */
629
629
  listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
630
630
  /**
@@ -666,7 +666,7 @@ export declare class DnsClient {
666
666
  * @param ListSteeringPoliciesRequest
667
667
  * @return ListSteeringPoliciesResponse
668
668
  * @throws OciError when an error occurs
669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
670
670
  */
671
671
  listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
672
672
  /**
@@ -708,7 +708,7 @@ export declare class DnsClient {
708
708
  * @param ListSteeringPolicyAttachmentsRequest
709
709
  * @return ListSteeringPolicyAttachmentsResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
712
712
  */
713
713
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
714
714
  /**
@@ -750,7 +750,7 @@ export declare class DnsClient {
750
750
  * @param ListTsigKeysRequest
751
751
  * @return ListTsigKeysResponse
752
752
  * @throws OciError when an error occurs
753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
754
754
  */
755
755
  listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
756
756
  /**
@@ -797,7 +797,7 @@ export declare class DnsClient {
797
797
  * @param ListViewsRequest
798
798
  * @return ListViewsResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListViews.ts.html |here} to see how to use ListViews API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
801
801
  */
802
802
  listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
803
803
  /**
@@ -841,7 +841,7 @@ export declare class DnsClient {
841
841
  * @param ListZoneTransferServersRequest
842
842
  * @return ListZoneTransferServersResponse
843
843
  * @throws OciError when an error occurs
844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
845
845
  */
846
846
  listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
847
847
  /**
@@ -886,7 +886,7 @@ export declare class DnsClient {
886
886
  * @param ListZonesRequest
887
887
  * @return ListZonesResponse
888
888
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/ListZones.ts.html |here} to see how to use ListZones API.
889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
890
890
  */
891
891
  listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
892
892
  /**
@@ -933,7 +933,7 @@ export declare class DnsClient {
933
933
  * @param PatchDomainRecordsRequest
934
934
  * @return PatchDomainRecordsResponse
935
935
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
937
937
  */
938
938
  patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
939
939
  /**
@@ -946,7 +946,7 @@ export declare class DnsClient {
946
946
  * @param PatchRRSetRequest
947
947
  * @return PatchRRSetResponse
948
948
  * @throws OciError when an error occurs
949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
950
950
  */
951
951
  patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
952
952
  /**
@@ -961,7 +961,7 @@ export declare class DnsClient {
961
961
  * @param PatchZoneRecordsRequest
962
962
  * @return PatchZoneRecordsResponse
963
963
  * @throws OciError when an error occurs
964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
964
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
965
965
  */
966
966
  patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
967
967
  /**
@@ -976,7 +976,7 @@ export declare class DnsClient {
976
976
  * @param UpdateDomainRecordsRequest
977
977
  * @return UpdateDomainRecordsResponse
978
978
  * @throws OciError when an error occurs
979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
980
980
  */
981
981
  updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
982
982
  /**
@@ -989,7 +989,7 @@ export declare class DnsClient {
989
989
  * @param UpdateRRSetRequest
990
990
  * @return UpdateRRSetResponse
991
991
  * @throws OciError when an error occurs
992
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
993
993
  */
994
994
  updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
995
995
  /**
@@ -999,7 +999,7 @@ export declare class DnsClient {
999
999
  * @param UpdateResolverRequest
1000
1000
  * @return UpdateResolverResponse
1001
1001
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
1003
1003
  */
1004
1004
  updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
1005
1005
  /**
@@ -1009,7 +1009,7 @@ export declare class DnsClient {
1009
1009
  * @param UpdateResolverEndpointRequest
1010
1010
  * @return UpdateResolverEndpointResponse
1011
1011
  * @throws OciError when an error occurs
1012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1013
1013
  */
1014
1014
  updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
1015
1015
  /**
@@ -1019,7 +1019,7 @@ export declare class DnsClient {
1019
1019
  * @param UpdateSteeringPolicyRequest
1020
1020
  * @return UpdateSteeringPolicyResponse
1021
1021
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1023
1023
  */
1024
1024
  updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
1025
1025
  /**
@@ -1029,7 +1029,7 @@ export declare class DnsClient {
1029
1029
  * @param UpdateSteeringPolicyAttachmentRequest
1030
1030
  * @return UpdateSteeringPolicyAttachmentResponse
1031
1031
  * @throws OciError when an error occurs
1032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1033
1033
  */
1034
1034
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
1035
1035
  /**
@@ -1039,7 +1039,7 @@ export declare class DnsClient {
1039
1039
  * @param UpdateTsigKeyRequest
1040
1040
  * @return UpdateTsigKeyResponse
1041
1041
  * @throws OciError when an error occurs
1042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1043
1043
  */
1044
1044
  updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
1045
1045
  /**
@@ -1049,7 +1049,7 @@ export declare class DnsClient {
1049
1049
  * @param UpdateViewRequest
1050
1050
  * @return UpdateViewResponse
1051
1051
  * @throws OciError when an error occurs
1052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1053
1053
  */
1054
1054
  updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
1055
1055
  /**
@@ -1064,7 +1064,7 @@ export declare class DnsClient {
1064
1064
  * @param UpdateZoneRequest
1065
1065
  * @return UpdateZoneResponse
1066
1066
  * @throws OciError when an error occurs
1067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1068
1068
  */
1069
1069
  updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
1070
1070
  /**
@@ -1080,7 +1080,7 @@ export declare class DnsClient {
1080
1080
  * @param UpdateZoneRecordsRequest
1081
1081
  * @return UpdateZoneRecordsResponse
1082
1082
  * @throws OciError when an error occurs
1083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1084
1084
  */
1085
1085
  updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
1086
1086
  }