oci-dns 2.17.0 → 2.18.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 (54) hide show
  1. package/lib/client.d.ts +51 -51
  2. package/lib/client.js +51 -51
  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-request.d.ts +1 -1
  14. package/lib/request/delete-domain-records-request.d.ts +1 -1
  15. package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
  16. package/lib/request/delete-rrset-request.d.ts +1 -1
  17. package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
  18. package/lib/request/delete-steering-policy-request.d.ts +1 -1
  19. package/lib/request/delete-tsig-key-request.d.ts +1 -1
  20. package/lib/request/delete-view-request.d.ts +1 -1
  21. package/lib/request/delete-zone-request.d.ts +1 -1
  22. package/lib/request/get-domain-records-request.d.ts +1 -1
  23. package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
  24. package/lib/request/get-resolver-request.d.ts +1 -1
  25. package/lib/request/get-rrset-request.d.ts +1 -1
  26. package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
  27. package/lib/request/get-steering-policy-request.d.ts +1 -1
  28. package/lib/request/get-tsig-key-request.d.ts +1 -1
  29. package/lib/request/get-view-request.d.ts +1 -1
  30. package/lib/request/get-zone-content-request.d.ts +1 -1
  31. package/lib/request/get-zone-records-request.d.ts +1 -1
  32. package/lib/request/get-zone-request.d.ts +1 -1
  33. package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
  34. package/lib/request/list-resolvers-request.d.ts +1 -1
  35. package/lib/request/list-steering-policies-request.d.ts +1 -1
  36. package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
  37. package/lib/request/list-tsig-keys-request.d.ts +1 -1
  38. package/lib/request/list-views-request.d.ts +1 -1
  39. package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
  40. package/lib/request/list-zones-request.d.ts +1 -1
  41. package/lib/request/patch-domain-records-request.d.ts +1 -1
  42. package/lib/request/patch-rrset-request.d.ts +1 -1
  43. package/lib/request/patch-zone-records-request.d.ts +1 -1
  44. package/lib/request/update-domain-records-request.d.ts +1 -1
  45. package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
  46. package/lib/request/update-resolver-request.d.ts +1 -1
  47. package/lib/request/update-rrset-request.d.ts +1 -1
  48. package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
  49. package/lib/request/update-steering-policy-request.d.ts +1 -1
  50. package/lib/request/update-tsig-key-request.d.ts +1 -1
  51. package/lib/request/update-view-request.d.ts +1 -1
  52. package/lib/request/update-zone-records-request.d.ts +1 -1
  53. package/lib/request/update-zone-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -155,7 +155,7 @@ class DnsClient {
155
155
  * @param ChangeResolverCompartmentRequest
156
156
  * @return ChangeResolverCompartmentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
159
159
  */
160
160
  changeResolverCompartment(changeResolverCompartmentRequest) {
161
161
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class DnsClient {
218
218
  * @param ChangeSteeringPolicyCompartmentRequest
219
219
  * @return ChangeSteeringPolicyCompartmentResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
222
222
  */
223
223
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -276,7 +276,7 @@ class DnsClient {
276
276
  * @param ChangeTsigKeyCompartmentRequest
277
277
  * @return ChangeTsigKeyCompartmentResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
280
280
  */
281
281
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
282
282
  return __awaiter(this, void 0, void 0, function* () {
@@ -335,7 +335,7 @@ class DnsClient {
335
335
  * @param ChangeViewCompartmentRequest
336
336
  * @return ChangeViewCompartmentResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
339
339
  */
340
340
  changeViewCompartment(changeViewCompartmentRequest) {
341
341
  return __awaiter(this, void 0, void 0, function* () {
@@ -402,7 +402,7 @@ class DnsClient {
402
402
  * @param ChangeZoneCompartmentRequest
403
403
  * @return ChangeZoneCompartmentResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
406
406
  */
407
407
  changeZoneCompartment(changeZoneCompartmentRequest) {
408
408
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class DnsClient {
465
465
  * @param CreateResolverEndpointRequest
466
466
  * @return CreateResolverEndpointResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
469
469
  */
470
470
  createResolverEndpoint(createResolverEndpointRequest) {
471
471
  return __awaiter(this, void 0, void 0, function* () {
@@ -542,7 +542,7 @@ class DnsClient {
542
542
  * @param CreateSteeringPolicyRequest
543
543
  * @return CreateSteeringPolicyResponse
544
544
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
546
546
  */
547
547
  createSteeringPolicy(createSteeringPolicyRequest) {
548
548
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +616,7 @@ class DnsClient {
616
616
  * @param CreateSteeringPolicyAttachmentRequest
617
617
  * @return CreateSteeringPolicyAttachmentResponse
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.17.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
620
620
  */
621
621
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
622
622
  return __awaiter(this, void 0, void 0, function* () {
@@ -686,7 +686,7 @@ class DnsClient {
686
686
  * @param CreateTsigKeyRequest
687
687
  * @return CreateTsigKeyResponse
688
688
  * @throws OciError when an error occurs
689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
690
690
  */
691
691
  createTsigKey(createTsigKeyRequest) {
692
692
  return __awaiter(this, void 0, void 0, function* () {
@@ -759,7 +759,7 @@ class DnsClient {
759
759
  * @param CreateViewRequest
760
760
  * @return CreateViewResponse
761
761
  * @throws OciError when an error occurs
762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
763
763
  */
764
764
  createView(createViewRequest) {
765
765
  return __awaiter(this, void 0, void 0, function* () {
@@ -837,7 +837,7 @@ class DnsClient {
837
837
  * @param CreateZoneRequest
838
838
  * @return CreateZoneResponse
839
839
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
841
841
  */
842
842
  createZone(createZoneRequest) {
843
843
  return __awaiter(this, void 0, void 0, function* () {
@@ -914,7 +914,7 @@ class DnsClient {
914
914
  * @param DeleteDomainRecordsRequest
915
915
  * @return DeleteDomainRecordsResponse
916
916
  * @throws OciError when an error occurs
917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
918
918
  */
919
919
  deleteDomainRecords(deleteDomainRecordsRequest) {
920
920
  return __awaiter(this, void 0, void 0, function* () {
@@ -976,7 +976,7 @@ class DnsClient {
976
976
  * @param DeleteRRSetRequest
977
977
  * @return DeleteRRSetResponse
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.17.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
980
980
  */
981
981
  deleteRRSet(deleteRRSetRequest) {
982
982
  return __awaiter(this, void 0, void 0, function* () {
@@ -1040,7 +1040,7 @@ class DnsClient {
1040
1040
  * @param DeleteResolverEndpointRequest
1041
1041
  * @return DeleteResolverEndpointResponse
1042
1042
  * @throws OciError when an error occurs
1043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1044
1044
  */
1045
1045
  deleteResolverEndpoint(deleteResolverEndpointRequest) {
1046
1046
  return __awaiter(this, void 0, void 0, function* () {
@@ -1106,7 +1106,7 @@ class DnsClient {
1106
1106
  * @param DeleteSteeringPolicyRequest
1107
1107
  * @return DeleteSteeringPolicyResponse
1108
1108
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1110
1110
  */
1111
1111
  deleteSteeringPolicy(deleteSteeringPolicyRequest) {
1112
1112
  return __awaiter(this, void 0, void 0, function* () {
@@ -1164,7 +1164,7 @@ class DnsClient {
1164
1164
  * @param DeleteSteeringPolicyAttachmentRequest
1165
1165
  * @return DeleteSteeringPolicyAttachmentResponse
1166
1166
  * @throws OciError when an error occurs
1167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1168
1168
  */
1169
1169
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
1170
1170
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class DnsClient {
1221
1221
  * @param DeleteTsigKeyRequest
1222
1222
  * @return DeleteTsigKeyResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1225
1225
  */
1226
1226
  deleteTsigKey(deleteTsigKeyRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1287,7 +1287,7 @@ class DnsClient {
1287
1287
  * @param DeleteViewRequest
1288
1288
  * @return DeleteViewResponse
1289
1289
  * @throws OciError when an error occurs
1290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1291
1291
  */
1292
1292
  deleteView(deleteViewRequest) {
1293
1293
  return __awaiter(this, void 0, void 0, function* () {
@@ -1352,7 +1352,7 @@ class DnsClient {
1352
1352
  * @param DeleteZoneRequest
1353
1353
  * @return DeleteZoneResponse
1354
1354
  * @throws OciError when an error occurs
1355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1356
1356
  */
1357
1357
  deleteZone(deleteZoneRequest) {
1358
1358
  return __awaiter(this, void 0, void 0, function* () {
@@ -1420,7 +1420,7 @@ class DnsClient {
1420
1420
  * @param GetDomainRecordsRequest
1421
1421
  * @return GetDomainRecordsResponse
1422
1422
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1424
1424
  */
1425
1425
  getDomainRecords(getDomainRecordsRequest) {
1426
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class DnsClient {
1548
1548
  * @param GetRRSetRequest
1549
1549
  * @return GetRRSetResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1552
1552
  */
1553
1553
  getRRSet(getRRSetRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1673,7 +1673,7 @@ class DnsClient {
1673
1673
  * @param GetResolverRequest
1674
1674
  * @return GetResolverResponse
1675
1675
  * @throws OciError when an error occurs
1676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1677
1677
  */
1678
1678
  getResolver(getResolverRequest) {
1679
1679
  return __awaiter(this, void 0, void 0, function* () {
@@ -1741,7 +1741,7 @@ class DnsClient {
1741
1741
  * @param GetResolverEndpointRequest
1742
1742
  * @return GetResolverEndpointResponse
1743
1743
  * @throws OciError when an error occurs
1744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1745
1745
  */
1746
1746
  getResolverEndpoint(getResolverEndpointRequest) {
1747
1747
  return __awaiter(this, void 0, void 0, function* () {
@@ -1808,7 +1808,7 @@ class DnsClient {
1808
1808
  * @param GetSteeringPolicyRequest
1809
1809
  * @return GetSteeringPolicyResponse
1810
1810
  * @throws OciError when an error occurs
1811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1812
1812
  */
1813
1813
  getSteeringPolicy(getSteeringPolicyRequest) {
1814
1814
  return __awaiter(this, void 0, void 0, function* () {
@@ -1874,7 +1874,7 @@ class DnsClient {
1874
1874
  * @param GetSteeringPolicyAttachmentRequest
1875
1875
  * @return GetSteeringPolicyAttachmentResponse
1876
1876
  * @throws OciError when an error occurs
1877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1878
1878
  */
1879
1879
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
1880
1880
  return __awaiter(this, void 0, void 0, function* () {
@@ -1940,7 +1940,7 @@ class DnsClient {
1940
1940
  * @param GetTsigKeyRequest
1941
1941
  * @return GetTsigKeyResponse
1942
1942
  * @throws OciError when an error occurs
1943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
1943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
1944
1944
  */
1945
1945
  getTsigKey(getTsigKeyRequest) {
1946
1946
  return __awaiter(this, void 0, void 0, function* () {
@@ -2008,7 +2008,7 @@ class DnsClient {
2008
2008
  * @param GetViewRequest
2009
2009
  * @return GetViewResponse
2010
2010
  * @throws OciError when an error occurs
2011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetView.ts.html |here} to see how to use GetView API.
2011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetView.ts.html |here} to see how to use GetView API.
2012
2012
  */
2013
2013
  getView(getViewRequest) {
2014
2014
  return __awaiter(this, void 0, void 0, function* () {
@@ -2076,7 +2076,7 @@ class DnsClient {
2076
2076
  * @param GetZoneRequest
2077
2077
  * @return GetZoneResponse
2078
2078
  * @throws OciError when an error occurs
2079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
2079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
2080
2080
  */
2081
2081
  getZone(getZoneRequest) {
2082
2082
  return __awaiter(this, void 0, void 0, function* () {
@@ -2144,7 +2144,7 @@ class DnsClient {
2144
2144
  * @param GetZoneContentRequest
2145
2145
  * @return GetZoneContentResponse
2146
2146
  * @throws OciError when an error occurs
2147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2148
2148
  */
2149
2149
  getZoneContent(getZoneContentRequest) {
2150
2150
  return __awaiter(this, void 0, void 0, function* () {
@@ -2214,7 +2214,7 @@ class DnsClient {
2214
2214
  * @param GetZoneRecordsRequest
2215
2215
  * @return GetZoneRecordsResponse
2216
2216
  * @throws OciError when an error occurs
2217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2218
2218
  */
2219
2219
  getZoneRecords(getZoneRecordsRequest) {
2220
2220
  return __awaiter(this, void 0, void 0, function* () {
@@ -2343,7 +2343,7 @@ class DnsClient {
2343
2343
  * @param ListResolverEndpointsRequest
2344
2344
  * @return ListResolverEndpointsResponse
2345
2345
  * @throws OciError when an error occurs
2346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2347
2347
  */
2348
2348
  listResolverEndpoints(listResolverEndpointsRequest) {
2349
2349
  return __awaiter(this, void 0, void 0, function* () {
@@ -2458,7 +2458,7 @@ class DnsClient {
2458
2458
  * @param ListResolversRequest
2459
2459
  * @return ListResolversResponse
2460
2460
  * @throws OciError when an error occurs
2461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2462
2462
  */
2463
2463
  listResolvers(listResolversRequest) {
2464
2464
  return __awaiter(this, void 0, void 0, function* () {
@@ -2568,7 +2568,7 @@ class DnsClient {
2568
2568
  * @param ListSteeringPoliciesRequest
2569
2569
  * @return ListSteeringPoliciesResponse
2570
2570
  * @throws OciError when an error occurs
2571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2572
2572
  */
2573
2573
  listSteeringPolicies(listSteeringPoliciesRequest) {
2574
2574
  return __awaiter(this, void 0, void 0, function* () {
@@ -2688,7 +2688,7 @@ class DnsClient {
2688
2688
  * @param ListSteeringPolicyAttachmentsRequest
2689
2689
  * @return ListSteeringPolicyAttachmentsResponse
2690
2690
  * @throws OciError when an error occurs
2691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2692
2692
  */
2693
2693
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
2694
2694
  return __awaiter(this, void 0, void 0, function* () {
@@ -2809,7 +2809,7 @@ class DnsClient {
2809
2809
  * @param ListTsigKeysRequest
2810
2810
  * @return ListTsigKeysResponse
2811
2811
  * @throws OciError when an error occurs
2812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2813
2813
  */
2814
2814
  listTsigKeys(listTsigKeysRequest) {
2815
2815
  return __awaiter(this, void 0, void 0, function* () {
@@ -2924,7 +2924,7 @@ class DnsClient {
2924
2924
  * @param ListViewsRequest
2925
2925
  * @return ListViewsResponse
2926
2926
  * @throws OciError when an error occurs
2927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
2927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
2928
2928
  */
2929
2929
  listViews(listViewsRequest) {
2930
2930
  return __awaiter(this, void 0, void 0, function* () {
@@ -3036,7 +3036,7 @@ class DnsClient {
3036
3036
  * @param ListZoneTransferServersRequest
3037
3037
  * @return ListZoneTransferServersResponse
3038
3038
  * @throws OciError when an error occurs
3039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3040
3040
  */
3041
3041
  listZoneTransferServers(listZoneTransferServersRequest) {
3042
3042
  return __awaiter(this, void 0, void 0, function* () {
@@ -3141,7 +3141,7 @@ class DnsClient {
3141
3141
  * @param ListZonesRequest
3142
3142
  * @return ListZonesResponse
3143
3143
  * @throws OciError when an error occurs
3144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
3144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
3145
3145
  */
3146
3146
  listZones(listZonesRequest) {
3147
3147
  return __awaiter(this, void 0, void 0, function* () {
@@ -3265,7 +3265,7 @@ class DnsClient {
3265
3265
  * @param PatchDomainRecordsRequest
3266
3266
  * @return PatchDomainRecordsResponse
3267
3267
  * @throws OciError when an error occurs
3268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3269
3269
  */
3270
3270
  patchDomainRecords(patchDomainRecordsRequest) {
3271
3271
  return __awaiter(this, void 0, void 0, function* () {
@@ -3347,7 +3347,7 @@ class DnsClient {
3347
3347
  * @param PatchRRSetRequest
3348
3348
  * @return PatchRRSetResponse
3349
3349
  * @throws OciError when an error occurs
3350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3351
3351
  */
3352
3352
  patchRRSet(patchRRSetRequest) {
3353
3353
  return __awaiter(this, void 0, void 0, function* () {
@@ -3432,7 +3432,7 @@ class DnsClient {
3432
3432
  * @param PatchZoneRecordsRequest
3433
3433
  * @return PatchZoneRecordsResponse
3434
3434
  * @throws OciError when an error occurs
3435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3436
3436
  */
3437
3437
  patchZoneRecords(patchZoneRecordsRequest) {
3438
3438
  return __awaiter(this, void 0, void 0, function* () {
@@ -3516,7 +3516,7 @@ class DnsClient {
3516
3516
  * @param UpdateDomainRecordsRequest
3517
3517
  * @return UpdateDomainRecordsResponse
3518
3518
  * @throws OciError when an error occurs
3519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3520
3520
  */
3521
3521
  updateDomainRecords(updateDomainRecordsRequest) {
3522
3522
  return __awaiter(this, void 0, void 0, function* () {
@@ -3598,7 +3598,7 @@ class DnsClient {
3598
3598
  * @param UpdateRRSetRequest
3599
3599
  * @return UpdateRRSetResponse
3600
3600
  * @throws OciError when an error occurs
3601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3602
3602
  */
3603
3603
  updateRRSet(updateRRSetRequest) {
3604
3604
  return __awaiter(this, void 0, void 0, function* () {
@@ -3679,7 +3679,7 @@ class DnsClient {
3679
3679
  * @param UpdateResolverRequest
3680
3680
  * @return UpdateResolverResponse
3681
3681
  * @throws OciError when an error occurs
3682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3683
3683
  */
3684
3684
  updateResolver(updateResolverRequest) {
3685
3685
  return __awaiter(this, void 0, void 0, function* () {
@@ -3751,7 +3751,7 @@ class DnsClient {
3751
3751
  * @param UpdateResolverEndpointRequest
3752
3752
  * @return UpdateResolverEndpointResponse
3753
3753
  * @throws OciError when an error occurs
3754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3755
3755
  */
3756
3756
  updateResolverEndpoint(updateResolverEndpointRequest) {
3757
3757
  return __awaiter(this, void 0, void 0, function* () {
@@ -3824,7 +3824,7 @@ class DnsClient {
3824
3824
  * @param UpdateSteeringPolicyRequest
3825
3825
  * @return UpdateSteeringPolicyResponse
3826
3826
  * @throws OciError when an error occurs
3827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3828
3828
  */
3829
3829
  updateSteeringPolicy(updateSteeringPolicyRequest) {
3830
3830
  return __awaiter(this, void 0, void 0, function* () {
@@ -3891,7 +3891,7 @@ class DnsClient {
3891
3891
  * @param UpdateSteeringPolicyAttachmentRequest
3892
3892
  * @return UpdateSteeringPolicyAttachmentResponse
3893
3893
  * @throws OciError when an error occurs
3894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
3894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
3895
3895
  */
3896
3896
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
3897
3897
  return __awaiter(this, void 0, void 0, function* () {
@@ -3958,7 +3958,7 @@ class DnsClient {
3958
3958
  * @param UpdateTsigKeyRequest
3959
3959
  * @return UpdateTsigKeyResponse
3960
3960
  * @throws OciError when an error occurs
3961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
3961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
3962
3962
  */
3963
3963
  updateTsigKey(updateTsigKeyRequest) {
3964
3964
  return __awaiter(this, void 0, void 0, function* () {
@@ -4030,7 +4030,7 @@ class DnsClient {
4030
4030
  * @param UpdateViewRequest
4031
4031
  * @return UpdateViewResponse
4032
4032
  * @throws OciError when an error occurs
4033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4034
4034
  */
4035
4035
  updateView(updateViewRequest) {
4036
4036
  return __awaiter(this, void 0, void 0, function* () {
@@ -4106,7 +4106,7 @@ class DnsClient {
4106
4106
  * @param UpdateZoneRequest
4107
4107
  * @return UpdateZoneResponse
4108
4108
  * @throws OciError when an error occurs
4109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4110
4110
  */
4111
4111
  updateZone(updateZoneRequest) {
4112
4112
  return __awaiter(this, void 0, void 0, function* () {
@@ -4185,7 +4185,7 @@ class DnsClient {
4185
4185
  * @param UpdateZoneRecordsRequest
4186
4186
  * @return UpdateZoneRecordsResponse
4187
4187
  * @throws OciError when an error occurs
4188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4189
4189
  */
4190
4190
  updateZoneRecords(updateZoneRecordsRequest) {
4191
4191
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartmentRequest.
17
17
  */
18
18
  export interface ChangeResolverCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSteeringPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTsigKeyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartmentRequest.
17
17
  */
18
18
  export interface ChangeViewCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartmentRequest.
17
17
  */
18
18
  export interface ChangeZoneCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpointRequest.
17
17
  */
18
18
  export interface CreateResolverEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface CreateSteeringPolicyAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicyRequest.
17
17
  */
18
18
  export interface CreateSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKeyRequest.
17
17
  */
18
18
  export interface CreateTsigKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateView.ts.html |here} to see how to use CreateViewRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateView.ts.html |here} to see how to use CreateViewRequest.
17
17
  */
18
18
  export interface CreateViewRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/CreateZone.ts.html |here} to see how to use CreateZoneRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/CreateZone.ts.html |here} to see how to use CreateZoneRequest.
17
17
  */
18
18
  export interface CreateZoneRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecordsRequest.
17
17
  */
18
18
  export interface DeleteDomainRecordsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpointRequest.
17
17
  */
18
18
  export interface DeleteResolverEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSetRequest.
17
17
  */
18
18
  export interface DeleteRRSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**