oci-dns 2.62.1 → 2.62.2

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
@@ -92,7 +92,7 @@ export declare class DnsClient {
92
92
  * @param ChangeResolverCompartmentRequest
93
93
  * @return ChangeResolverCompartmentResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
96
96
  */
97
97
  changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
98
98
  /**
@@ -102,7 +102,7 @@ export declare class DnsClient {
102
102
  * @param ChangeSteeringPolicyCompartmentRequest
103
103
  * @return ChangeSteeringPolicyCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
106
106
  */
107
107
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class DnsClient {
112
112
  * @param ChangeTsigKeyCompartmentRequest
113
113
  * @return ChangeTsigKeyCompartmentResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
116
116
  */
117
117
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
118
118
  /**
@@ -124,7 +124,7 @@ export declare class DnsClient {
124
124
  * @param ChangeViewCompartmentRequest
125
125
  * @return ChangeViewCompartmentResponse
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.62.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
128
128
  */
129
129
  changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
130
130
  /**
@@ -141,7 +141,7 @@ export declare class DnsClient {
141
141
  * @param ChangeZoneCompartmentRequest
142
142
  * @return ChangeZoneCompartmentResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
145
145
  */
146
146
  changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
147
147
  /**
@@ -151,7 +151,7 @@ export declare class DnsClient {
151
151
  * @param CreateResolverEndpointRequest
152
152
  * @return CreateResolverEndpointResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
155
155
  */
156
156
  createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
157
157
  /**
@@ -162,7 +162,7 @@ export declare class DnsClient {
162
162
  * @param CreateSteeringPolicyRequest
163
163
  * @return CreateSteeringPolicyResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
166
166
  */
167
167
  createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
168
168
  /**
@@ -177,7 +177,7 @@ export declare class DnsClient {
177
177
  * @param CreateSteeringPolicyAttachmentRequest
178
178
  * @return CreateSteeringPolicyAttachmentResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
181
181
  */
182
182
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
183
183
  /**
@@ -188,7 +188,7 @@ export declare class DnsClient {
188
188
  * @param CreateTsigKeyRequest
189
189
  * @return CreateTsigKeyResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
192
192
  */
193
193
  createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
194
194
  /**
@@ -198,7 +198,7 @@ export declare class DnsClient {
198
198
  * @param CreateViewRequest
199
199
  * @return CreateViewResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateView.ts.html |here} to see how to use CreateView API.
202
202
  */
203
203
  createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
204
204
  /**
@@ -211,7 +211,7 @@ export declare class DnsClient {
211
211
  * @param CreateZoneRequest
212
212
  * @return CreateZoneResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
215
215
  */
216
216
  createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
217
217
  /**
@@ -221,7 +221,7 @@ export declare class DnsClient {
221
221
  * @param CreateZoneFromZoneFileRequest
222
222
  * @return CreateZoneFromZoneFileResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
225
225
  */
226
226
  createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
227
227
  /**
@@ -234,7 +234,7 @@ export declare class DnsClient {
234
234
  * @param DeleteDomainRecordsRequest
235
235
  * @return DeleteDomainRecordsResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
238
238
  */
239
239
  deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
240
240
  /**
@@ -247,7 +247,7 @@ export declare class DnsClient {
247
247
  * @param DeleteRRSetRequest
248
248
  * @return DeleteRRSetResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
251
251
  */
252
252
  deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
253
253
  /**
@@ -261,7 +261,7 @@ export declare class DnsClient {
261
261
  * @param DeleteResolverEndpointRequest
262
262
  * @return DeleteResolverEndpointResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
265
265
  */
266
266
  deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
267
267
  /**
@@ -275,7 +275,7 @@ export declare class DnsClient {
275
275
  * @param DeleteSteeringPolicyRequest
276
276
  * @return DeleteSteeringPolicyResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
279
279
  */
280
280
  deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
281
281
  /**
@@ -286,7 +286,7 @@ export declare class DnsClient {
286
286
  * @param DeleteSteeringPolicyAttachmentRequest
287
287
  * @return DeleteSteeringPolicyAttachmentResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
290
290
  */
291
291
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
292
292
  /**
@@ -296,7 +296,7 @@ export declare class DnsClient {
296
296
  * @param DeleteTsigKeyRequest
297
297
  * @return DeleteTsigKeyResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
300
300
  */
301
301
  deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
302
302
  /**
@@ -311,7 +311,7 @@ export declare class DnsClient {
311
311
  * @param DeleteViewRequest
312
312
  * @return DeleteViewResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
315
315
  */
316
316
  deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
317
317
  /**
@@ -325,7 +325,7 @@ export declare class DnsClient {
325
325
  * @param DeleteZoneRequest
326
326
  * @return DeleteZoneResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
329
329
  */
330
330
  deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
331
331
  /**
@@ -339,7 +339,7 @@ export declare class DnsClient {
339
339
  * @param GetDomainRecordsRequest
340
340
  * @return GetDomainRecordsResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
343
343
  */
344
344
  getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
345
345
  /**
@@ -384,7 +384,7 @@ export declare class DnsClient {
384
384
  * @param GetRRSetRequest
385
385
  * @return GetRRSetResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
388
388
  */
389
389
  getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
390
390
  /**
@@ -429,7 +429,7 @@ export declare class DnsClient {
429
429
  * @param GetResolverRequest
430
430
  * @return GetResolverResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
433
433
  */
434
434
  getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
435
435
  /**
@@ -442,7 +442,7 @@ export declare class DnsClient {
442
442
  * @param GetResolverEndpointRequest
443
443
  * @return GetResolverEndpointResponse
444
444
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
446
446
  */
447
447
  getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
448
448
  /**
@@ -452,7 +452,7 @@ export declare class DnsClient {
452
452
  * @param GetSteeringPolicyRequest
453
453
  * @return GetSteeringPolicyResponse
454
454
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
456
456
  */
457
457
  getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
458
458
  /**
@@ -462,7 +462,7 @@ export declare class DnsClient {
462
462
  * @param GetSteeringPolicyAttachmentRequest
463
463
  * @return GetSteeringPolicyAttachmentResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
466
466
  */
467
467
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
468
468
  /**
@@ -472,7 +472,7 @@ export declare class DnsClient {
472
472
  * @param GetTsigKeyRequest
473
473
  * @return GetTsigKeyResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
476
476
  */
477
477
  getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
478
478
  /**
@@ -486,7 +486,7 @@ export declare class DnsClient {
486
486
  * @param GetViewRequest
487
487
  * @return GetViewResponse
488
488
  * @throws OciError when an error occurs
489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetView.ts.html |here} to see how to use GetView API.
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetView.ts.html |here} to see how to use GetView API.
490
490
  */
491
491
  getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
492
492
  /**
@@ -499,7 +499,7 @@ export declare class DnsClient {
499
499
  * @param GetZoneRequest
500
500
  * @return GetZoneResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetZone.ts.html |here} to see how to use GetZone API.
503
503
  */
504
504
  getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
505
505
  /**
@@ -509,7 +509,7 @@ export declare class DnsClient {
509
509
  * @param GetZoneContentRequest
510
510
  * @return GetZoneContentResponse
511
511
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
513
513
  */
514
514
  getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
515
515
  /**
@@ -524,7 +524,7 @@ export declare class DnsClient {
524
524
  * @param GetZoneRecordsRequest
525
525
  * @return GetZoneRecordsResponse
526
526
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
528
528
  */
529
529
  getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
530
530
  /**
@@ -569,7 +569,7 @@ export declare class DnsClient {
569
569
  * @param ListResolverEndpointsRequest
570
570
  * @return ListResolverEndpointsResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
573
573
  */
574
574
  listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
575
575
  /**
@@ -616,7 +616,7 @@ export declare class DnsClient {
616
616
  * @param ListResolversRequest
617
617
  * @return ListResolversResponse
618
618
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
620
620
  */
621
621
  listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
622
622
  /**
@@ -658,7 +658,7 @@ export declare class DnsClient {
658
658
  * @param ListSteeringPoliciesRequest
659
659
  * @return ListSteeringPoliciesResponse
660
660
  * @throws OciError when an error occurs
661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
662
662
  */
663
663
  listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
664
664
  /**
@@ -700,7 +700,7 @@ export declare class DnsClient {
700
700
  * @param ListSteeringPolicyAttachmentsRequest
701
701
  * @return ListSteeringPolicyAttachmentsResponse
702
702
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
704
704
  */
705
705
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
706
706
  /**
@@ -742,7 +742,7 @@ export declare class DnsClient {
742
742
  * @param ListTsigKeysRequest
743
743
  * @return ListTsigKeysResponse
744
744
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
746
746
  */
747
747
  listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
748
748
  /**
@@ -789,7 +789,7 @@ export declare class DnsClient {
789
789
  * @param ListViewsRequest
790
790
  * @return ListViewsResponse
791
791
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListViews.ts.html |here} to see how to use ListViews API.
793
793
  */
794
794
  listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
795
795
  /**
@@ -833,7 +833,7 @@ export declare class DnsClient {
833
833
  * @param ListZoneTransferServersRequest
834
834
  * @return ListZoneTransferServersResponse
835
835
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
837
837
  */
838
838
  listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
839
839
  /**
@@ -878,7 +878,7 @@ export declare class DnsClient {
878
878
  * @param ListZonesRequest
879
879
  * @return ListZonesResponse
880
880
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/ListZones.ts.html |here} to see how to use ListZones API.
882
882
  */
883
883
  listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
884
884
  /**
@@ -925,7 +925,7 @@ export declare class DnsClient {
925
925
  * @param PatchDomainRecordsRequest
926
926
  * @return PatchDomainRecordsResponse
927
927
  * @throws OciError when an error occurs
928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
929
929
  */
930
930
  patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
931
931
  /**
@@ -938,7 +938,7 @@ export declare class DnsClient {
938
938
  * @param PatchRRSetRequest
939
939
  * @return PatchRRSetResponse
940
940
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
942
942
  */
943
943
  patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
944
944
  /**
@@ -953,7 +953,7 @@ export declare class DnsClient {
953
953
  * @param PatchZoneRecordsRequest
954
954
  * @return PatchZoneRecordsResponse
955
955
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
957
957
  */
958
958
  patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
959
959
  /**
@@ -968,7 +968,7 @@ export declare class DnsClient {
968
968
  * @param UpdateDomainRecordsRequest
969
969
  * @return UpdateDomainRecordsResponse
970
970
  * @throws OciError when an error occurs
971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
972
972
  */
973
973
  updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
974
974
  /**
@@ -981,7 +981,7 @@ export declare class DnsClient {
981
981
  * @param UpdateRRSetRequest
982
982
  * @return UpdateRRSetResponse
983
983
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
985
985
  */
986
986
  updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
987
987
  /**
@@ -991,7 +991,7 @@ export declare class DnsClient {
991
991
  * @param UpdateResolverRequest
992
992
  * @return UpdateResolverResponse
993
993
  * @throws OciError when an error occurs
994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
995
995
  */
996
996
  updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
997
997
  /**
@@ -1001,7 +1001,7 @@ export declare class DnsClient {
1001
1001
  * @param UpdateResolverEndpointRequest
1002
1002
  * @return UpdateResolverEndpointResponse
1003
1003
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
1005
1005
  */
1006
1006
  updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
1007
1007
  /**
@@ -1011,7 +1011,7 @@ export declare class DnsClient {
1011
1011
  * @param UpdateSteeringPolicyRequest
1012
1012
  * @return UpdateSteeringPolicyResponse
1013
1013
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
1015
1015
  */
1016
1016
  updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
1017
1017
  /**
@@ -1021,7 +1021,7 @@ export declare class DnsClient {
1021
1021
  * @param UpdateSteeringPolicyAttachmentRequest
1022
1022
  * @return UpdateSteeringPolicyAttachmentResponse
1023
1023
  * @throws OciError when an error occurs
1024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
1025
1025
  */
1026
1026
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
1027
1027
  /**
@@ -1031,7 +1031,7 @@ export declare class DnsClient {
1031
1031
  * @param UpdateTsigKeyRequest
1032
1032
  * @return UpdateTsigKeyResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
1035
1035
  */
1036
1036
  updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
1037
1037
  /**
@@ -1041,7 +1041,7 @@ export declare class DnsClient {
1041
1041
  * @param UpdateViewRequest
1042
1042
  * @return UpdateViewResponse
1043
1043
  * @throws OciError when an error occurs
1044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
1045
1045
  */
1046
1046
  updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
1047
1047
  /**
@@ -1056,7 +1056,7 @@ export declare class DnsClient {
1056
1056
  * @param UpdateZoneRequest
1057
1057
  * @return UpdateZoneResponse
1058
1058
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1060
1060
  */
1061
1061
  updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
1062
1062
  /**
@@ -1072,7 +1072,7 @@ export declare class DnsClient {
1072
1072
  * @param UpdateZoneRecordsRequest
1073
1073
  * @return UpdateZoneRecordsResponse
1074
1074
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1076
1076
  */
1077
1077
  updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
1078
1078
  }