oci-dns 2.12.1 → 2.13.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 -51
  2. package/lib/client.js +54 -53
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-resolver-compartment-request.d.ts +1 -1
  5. package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
  6. package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
  7. package/lib/request/change-view-compartment-request.d.ts +1 -1
  8. package/lib/request/change-zone-compartment-request.d.ts +1 -1
  9. package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
  10. package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
  11. package/lib/request/create-steering-policy-request.d.ts +1 -1
  12. package/lib/request/create-tsig-key-request.d.ts +1 -1
  13. package/lib/request/create-view-request.d.ts +1 -1
  14. package/lib/request/create-zone-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
@@ -24,6 +24,7 @@ export declare enum DnsApiKeys {
24
24
  */
25
25
  export declare class DnsClient {
26
26
  protected static serviceEndpointTemplate: string;
27
+ protected static endpointServiceName: string;
27
28
  protected "_endpoint": string;
28
29
  protected "_defaultHeaders": any;
29
30
  protected "_waiters": DnsWaiter;
@@ -77,7 +78,7 @@ export declare class DnsClient {
77
78
  * @param ChangeResolverCompartmentRequest
78
79
  * @return ChangeResolverCompartmentResponse
79
80
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
81
82
  */
82
83
  changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
83
84
  /**
@@ -87,7 +88,7 @@ export declare class DnsClient {
87
88
  * @param ChangeSteeringPolicyCompartmentRequest
88
89
  * @return ChangeSteeringPolicyCompartmentResponse
89
90
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
91
92
  */
92
93
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
93
94
  /**
@@ -97,7 +98,7 @@ export declare class DnsClient {
97
98
  * @param ChangeTsigKeyCompartmentRequest
98
99
  * @return ChangeTsigKeyCompartmentResponse
99
100
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
101
102
  */
102
103
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
103
104
  /**
@@ -108,7 +109,7 @@ export declare class DnsClient {
108
109
  * @param ChangeViewCompartmentRequest
109
110
  * @return ChangeViewCompartmentResponse
110
111
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
112
113
  */
113
114
  changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
114
115
  /**
@@ -122,7 +123,7 @@ export declare class DnsClient {
122
123
  * @param ChangeZoneCompartmentRequest
123
124
  * @return ChangeZoneCompartmentResponse
124
125
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
126
127
  */
127
128
  changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
128
129
  /**
@@ -132,7 +133,7 @@ export declare class DnsClient {
132
133
  * @param CreateResolverEndpointRequest
133
134
  * @return CreateResolverEndpointResponse
134
135
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
136
137
  */
137
138
  createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
138
139
  /**
@@ -143,7 +144,7 @@ export declare class DnsClient {
143
144
  * @param CreateSteeringPolicyRequest
144
145
  * @return CreateSteeringPolicyResponse
145
146
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
147
148
  */
148
149
  createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
149
150
  /**
@@ -158,7 +159,7 @@ export declare class DnsClient {
158
159
  * @param CreateSteeringPolicyAttachmentRequest
159
160
  * @return CreateSteeringPolicyAttachmentResponse
160
161
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
162
163
  */
163
164
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
164
165
  /**
@@ -169,7 +170,7 @@ export declare class DnsClient {
169
170
  * @param CreateTsigKeyRequest
170
171
  * @return CreateTsigKeyResponse
171
172
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
173
174
  */
174
175
  createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
175
176
  /**
@@ -179,7 +180,7 @@ export declare class DnsClient {
179
180
  * @param CreateViewRequest
180
181
  * @return CreateViewResponse
181
182
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
183
184
  */
184
185
  createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
185
186
  /**
@@ -193,7 +194,7 @@ export declare class DnsClient {
193
194
  * @param CreateZoneRequest
194
195
  * @return CreateZoneResponse
195
196
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
197
198
  */
198
199
  createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
199
200
  /**
@@ -205,7 +206,7 @@ export declare class DnsClient {
205
206
  * @param DeleteDomainRecordsRequest
206
207
  * @return DeleteDomainRecordsResponse
207
208
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
209
210
  */
210
211
  deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
211
212
  /**
@@ -217,7 +218,7 @@ export declare class DnsClient {
217
218
  * @param DeleteRRSetRequest
218
219
  * @return DeleteRRSetResponse
219
220
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
221
222
  */
222
223
  deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
223
224
  /**
@@ -230,7 +231,7 @@ export declare class DnsClient {
230
231
  * @param DeleteResolverEndpointRequest
231
232
  * @return DeleteResolverEndpointResponse
232
233
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
234
235
  */
235
236
  deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
236
237
  /**
@@ -243,7 +244,7 @@ export declare class DnsClient {
243
244
  * @param DeleteSteeringPolicyRequest
244
245
  * @return DeleteSteeringPolicyResponse
245
246
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
247
248
  */
248
249
  deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
249
250
  /**
@@ -254,7 +255,7 @@ export declare class DnsClient {
254
255
  * @param DeleteSteeringPolicyAttachmentRequest
255
256
  * @return DeleteSteeringPolicyAttachmentResponse
256
257
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
258
259
  */
259
260
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
260
261
  /**
@@ -264,7 +265,7 @@ export declare class DnsClient {
264
265
  * @param DeleteTsigKeyRequest
265
266
  * @return DeleteTsigKeyResponse
266
267
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
268
269
  */
269
270
  deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
270
271
  /**
@@ -278,7 +279,7 @@ export declare class DnsClient {
278
279
  * @param DeleteViewRequest
279
280
  * @return DeleteViewResponse
280
281
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
282
283
  */
283
284
  deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
284
285
  /**
@@ -291,7 +292,7 @@ export declare class DnsClient {
291
292
  * @param DeleteZoneRequest
292
293
  * @return DeleteZoneResponse
293
294
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
295
296
  */
296
297
  deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
297
298
  /**
@@ -305,7 +306,7 @@ export declare class DnsClient {
305
306
  * @param GetDomainRecordsRequest
306
307
  * @return GetDomainRecordsResponse
307
308
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
309
310
  */
310
311
  getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
311
312
  /**
@@ -350,7 +351,7 @@ export declare class DnsClient {
350
351
  * @param GetRRSetRequest
351
352
  * @return GetRRSetResponse
352
353
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
354
355
  */
355
356
  getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
356
357
  /**
@@ -394,7 +395,7 @@ export declare class DnsClient {
394
395
  * @param GetResolverRequest
395
396
  * @return GetResolverResponse
396
397
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
398
399
  */
399
400
  getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
400
401
  /**
@@ -406,7 +407,7 @@ export declare class DnsClient {
406
407
  * @param GetResolverEndpointRequest
407
408
  * @return GetResolverEndpointResponse
408
409
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
410
411
  */
411
412
  getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
412
413
  /**
@@ -416,7 +417,7 @@ export declare class DnsClient {
416
417
  * @param GetSteeringPolicyRequest
417
418
  * @return GetSteeringPolicyResponse
418
419
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
420
421
  */
421
422
  getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
422
423
  /**
@@ -426,7 +427,7 @@ export declare class DnsClient {
426
427
  * @param GetSteeringPolicyAttachmentRequest
427
428
  * @return GetSteeringPolicyAttachmentResponse
428
429
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
430
431
  */
431
432
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
432
433
  /**
@@ -436,7 +437,7 @@ export declare class DnsClient {
436
437
  * @param GetTsigKeyRequest
437
438
  * @return GetTsigKeyResponse
438
439
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
440
441
  */
441
442
  getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
442
443
  /**
@@ -448,7 +449,7 @@ export declare class DnsClient {
448
449
  * @param GetViewRequest
449
450
  * @return GetViewResponse
450
451
  * @throws OciError when an error occurs
451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetView.ts.html |here} to see how to use GetView API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetView.ts.html |here} to see how to use GetView API.
452
453
  */
453
454
  getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
454
455
  /**
@@ -460,7 +461,7 @@ export declare class DnsClient {
460
461
  * @param GetZoneRequest
461
462
  * @return GetZoneResponse
462
463
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
464
465
  */
465
466
  getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
466
467
  /**
@@ -470,7 +471,7 @@ export declare class DnsClient {
470
471
  * @param GetZoneContentRequest
471
472
  * @return GetZoneContentResponse
472
473
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
474
475
  */
475
476
  getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
476
477
  /**
@@ -484,7 +485,7 @@ export declare class DnsClient {
484
485
  * @param GetZoneRecordsRequest
485
486
  * @return GetZoneRecordsResponse
486
487
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
488
489
  */
489
490
  getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
490
491
  /**
@@ -529,7 +530,7 @@ export declare class DnsClient {
529
530
  * @param ListResolverEndpointsRequest
530
531
  * @return ListResolverEndpointsResponse
531
532
  * @throws OciError when an error occurs
532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
533
534
  */
534
535
  listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
535
536
  /**
@@ -576,7 +577,7 @@ export declare class DnsClient {
576
577
  * @param ListResolversRequest
577
578
  * @return ListResolversResponse
578
579
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
580
581
  */
581
582
  listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
582
583
  /**
@@ -618,7 +619,7 @@ export declare class DnsClient {
618
619
  * @param ListSteeringPoliciesRequest
619
620
  * @return ListSteeringPoliciesResponse
620
621
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
622
623
  */
623
624
  listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
624
625
  /**
@@ -660,7 +661,7 @@ export declare class DnsClient {
660
661
  * @param ListSteeringPolicyAttachmentsRequest
661
662
  * @return ListSteeringPolicyAttachmentsResponse
662
663
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
664
665
  */
665
666
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
666
667
  /**
@@ -702,7 +703,7 @@ export declare class DnsClient {
702
703
  * @param ListTsigKeysRequest
703
704
  * @return ListTsigKeysResponse
704
705
  * @throws OciError when an error occurs
705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
706
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
706
707
  */
707
708
  listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
708
709
  /**
@@ -749,7 +750,7 @@ export declare class DnsClient {
749
750
  * @param ListViewsRequest
750
751
  * @return ListViewsResponse
751
752
  * @throws OciError when an error occurs
752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
753
754
  */
754
755
  listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
755
756
  /**
@@ -793,7 +794,7 @@ export declare class DnsClient {
793
794
  * @param ListZoneTransferServersRequest
794
795
  * @return ListZoneTransferServersResponse
795
796
  * @throws OciError when an error occurs
796
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
797
798
  */
798
799
  listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
799
800
  /**
@@ -836,7 +837,7 @@ export declare class DnsClient {
836
837
  * @param ListZonesRequest
837
838
  * @return ListZonesResponse
838
839
  * @throws OciError when an error occurs
839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
840
841
  */
841
842
  listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
842
843
  /**
@@ -882,7 +883,7 @@ export declare class DnsClient {
882
883
  * @param PatchDomainRecordsRequest
883
884
  * @return PatchDomainRecordsResponse
884
885
  * @throws OciError when an error occurs
885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
886
887
  */
887
888
  patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
888
889
  /**
@@ -894,7 +895,7 @@ export declare class DnsClient {
894
895
  * @param PatchRRSetRequest
895
896
  * @return PatchRRSetResponse
896
897
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
898
899
  */
899
900
  patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
900
901
  /**
@@ -908,7 +909,7 @@ export declare class DnsClient {
908
909
  * @param PatchZoneRecordsRequest
909
910
  * @return PatchZoneRecordsResponse
910
911
  * @throws OciError when an error occurs
911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
912
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
912
913
  */
913
914
  patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
914
915
  /**
@@ -923,7 +924,7 @@ export declare class DnsClient {
923
924
  * @param UpdateDomainRecordsRequest
924
925
  * @return UpdateDomainRecordsResponse
925
926
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
927
928
  */
928
929
  updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
929
930
  /**
@@ -935,7 +936,7 @@ export declare class DnsClient {
935
936
  * @param UpdateRRSetRequest
936
937
  * @return UpdateRRSetResponse
937
938
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
939
940
  */
940
941
  updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
941
942
  /**
@@ -945,7 +946,7 @@ export declare class DnsClient {
945
946
  * @param UpdateResolverRequest
946
947
  * @return UpdateResolverResponse
947
948
  * @throws OciError when an error occurs
948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
949
950
  */
950
951
  updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
951
952
  /**
@@ -955,7 +956,7 @@ export declare class DnsClient {
955
956
  * @param UpdateResolverEndpointRequest
956
957
  * @return UpdateResolverEndpointResponse
957
958
  * @throws OciError when an error occurs
958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
959
960
  */
960
961
  updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
961
962
  /**
@@ -965,7 +966,7 @@ export declare class DnsClient {
965
966
  * @param UpdateSteeringPolicyRequest
966
967
  * @return UpdateSteeringPolicyResponse
967
968
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
969
970
  */
970
971
  updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
971
972
  /**
@@ -975,7 +976,7 @@ export declare class DnsClient {
975
976
  * @param UpdateSteeringPolicyAttachmentRequest
976
977
  * @return UpdateSteeringPolicyAttachmentResponse
977
978
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
979
980
  */
980
981
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
981
982
  /**
@@ -985,7 +986,7 @@ export declare class DnsClient {
985
986
  * @param UpdateTsigKeyRequest
986
987
  * @return UpdateTsigKeyResponse
987
988
  * @throws OciError when an error occurs
988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
989
990
  */
990
991
  updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
991
992
  /**
@@ -995,7 +996,7 @@ export declare class DnsClient {
995
996
  * @param UpdateViewRequest
996
997
  * @return UpdateViewResponse
997
998
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
999
1000
  */
1000
1001
  updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
1001
1002
  /**
@@ -1009,7 +1010,7 @@ export declare class DnsClient {
1009
1010
  * @param UpdateZoneRequest
1010
1011
  * @return UpdateZoneResponse
1011
1012
  * @throws OciError when an error occurs
1012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
1013
1014
  */
1014
1015
  updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
1015
1016
  /**
@@ -1024,7 +1025,7 @@ export declare class DnsClient {
1024
1025
  * @param UpdateZoneRecordsRequest
1025
1026
  * @return UpdateZoneRecordsResponse
1026
1027
  * @throws OciError when an error occurs
1027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
1028
1029
  */
1029
1030
  updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
1030
1031
  }