oci-dns 2.58.1 → 2.59.1

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
@@ -186,7 +186,7 @@ class DnsClient {
186
186
  * @param ChangeResolverCompartmentRequest
187
187
  * @return ChangeResolverCompartmentResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
190
190
  */
191
191
  changeResolverCompartment(changeResolverCompartmentRequest) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -251,7 +251,7 @@ class DnsClient {
251
251
  * @param ChangeSteeringPolicyCompartmentRequest
252
252
  * @return ChangeSteeringPolicyCompartmentResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
255
255
  */
256
256
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
257
257
  return __awaiter(this, void 0, void 0, function* () {
@@ -311,7 +311,7 @@ class DnsClient {
311
311
  * @param ChangeTsigKeyCompartmentRequest
312
312
  * @return ChangeTsigKeyCompartmentResponse
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.58.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
315
315
  */
316
316
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
317
317
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class DnsClient {
373
373
  * @param ChangeViewCompartmentRequest
374
374
  * @return ChangeViewCompartmentResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
377
377
  */
378
378
  changeViewCompartment(changeViewCompartmentRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -445,7 +445,7 @@ class DnsClient {
445
445
  * @param ChangeZoneCompartmentRequest
446
446
  * @return ChangeZoneCompartmentResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
449
449
  */
450
450
  changeZoneCompartment(changeZoneCompartmentRequest) {
451
451
  return __awaiter(this, void 0, void 0, function* () {
@@ -510,7 +510,7 @@ class DnsClient {
510
510
  * @param CreateResolverEndpointRequest
511
511
  * @return CreateResolverEndpointResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
514
514
  */
515
515
  createResolverEndpoint(createResolverEndpointRequest) {
516
516
  return __awaiter(this, void 0, void 0, function* () {
@@ -589,7 +589,7 @@ class DnsClient {
589
589
  * @param CreateSteeringPolicyRequest
590
590
  * @return CreateSteeringPolicyResponse
591
591
  * @throws OciError when an error occurs
592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
593
593
  */
594
594
  createSteeringPolicy(createSteeringPolicyRequest) {
595
595
  return __awaiter(this, void 0, void 0, function* () {
@@ -665,7 +665,7 @@ class DnsClient {
665
665
  * @param CreateSteeringPolicyAttachmentRequest
666
666
  * @return CreateSteeringPolicyAttachmentResponse
667
667
  * @throws OciError when an error occurs
668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
669
669
  */
670
670
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
671
671
  return __awaiter(this, void 0, void 0, function* () {
@@ -737,7 +737,7 @@ class DnsClient {
737
737
  * @param CreateTsigKeyRequest
738
738
  * @return CreateTsigKeyResponse
739
739
  * @throws OciError when an error occurs
740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
741
741
  */
742
742
  createTsigKey(createTsigKeyRequest) {
743
743
  return __awaiter(this, void 0, void 0, function* () {
@@ -812,7 +812,7 @@ class DnsClient {
812
812
  * @param CreateViewRequest
813
813
  * @return CreateViewResponse
814
814
  * @throws OciError when an error occurs
815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
816
816
  */
817
817
  createView(createViewRequest) {
818
818
  return __awaiter(this, void 0, void 0, function* () {
@@ -891,7 +891,7 @@ class DnsClient {
891
891
  * @param CreateZoneRequest
892
892
  * @return CreateZoneResponse
893
893
  * @throws OciError when an error occurs
894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
895
895
  */
896
896
  createZone(createZoneRequest) {
897
897
  return __awaiter(this, void 0, void 0, function* () {
@@ -971,7 +971,7 @@ class DnsClient {
971
971
  * @param DeleteDomainRecordsRequest
972
972
  * @return DeleteDomainRecordsResponse
973
973
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
975
975
  */
976
976
  deleteDomainRecords(deleteDomainRecordsRequest) {
977
977
  return __awaiter(this, void 0, void 0, function* () {
@@ -1036,7 +1036,7 @@ class DnsClient {
1036
1036
  * @param DeleteRRSetRequest
1037
1037
  * @return DeleteRRSetResponse
1038
1038
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
1040
1040
  */
1041
1041
  deleteRRSet(deleteRRSetRequest) {
1042
1042
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1103,7 @@ class DnsClient {
1103
1103
  * @param DeleteResolverEndpointRequest
1104
1104
  * @return DeleteResolverEndpointResponse
1105
1105
  * @throws OciError when an error occurs
1106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1107
1107
  */
1108
1108
  deleteResolverEndpoint(deleteResolverEndpointRequest) {
1109
1109
  return __awaiter(this, void 0, void 0, function* () {
@@ -1172,7 +1172,7 @@ class DnsClient {
1172
1172
  * @param DeleteSteeringPolicyRequest
1173
1173
  * @return DeleteSteeringPolicyResponse
1174
1174
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1176
1176
  */
1177
1177
  deleteSteeringPolicy(deleteSteeringPolicyRequest) {
1178
1178
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1232,7 @@ class DnsClient {
1232
1232
  * @param DeleteSteeringPolicyAttachmentRequest
1233
1233
  * @return DeleteSteeringPolicyAttachmentResponse
1234
1234
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1236
1236
  */
1237
1237
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
1238
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1291,7 +1291,7 @@ class DnsClient {
1291
1291
  * @param DeleteTsigKeyRequest
1292
1292
  * @return DeleteTsigKeyResponse
1293
1293
  * @throws OciError when an error occurs
1294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1295
1295
  */
1296
1296
  deleteTsigKey(deleteTsigKeyRequest) {
1297
1297
  return __awaiter(this, void 0, void 0, function* () {
@@ -1360,7 +1360,7 @@ class DnsClient {
1360
1360
  * @param DeleteViewRequest
1361
1361
  * @return DeleteViewResponse
1362
1362
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1364
1364
  */
1365
1365
  deleteView(deleteViewRequest) {
1366
1366
  return __awaiter(this, void 0, void 0, function* () {
@@ -1428,7 +1428,7 @@ class DnsClient {
1428
1428
  * @param DeleteZoneRequest
1429
1429
  * @return DeleteZoneResponse
1430
1430
  * @throws OciError when an error occurs
1431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1432
1432
  */
1433
1433
  deleteZone(deleteZoneRequest) {
1434
1434
  return __awaiter(this, void 0, void 0, function* () {
@@ -1498,7 +1498,7 @@ class DnsClient {
1498
1498
  * @param GetDomainRecordsRequest
1499
1499
  * @return GetDomainRecordsResponse
1500
1500
  * @throws OciError when an error occurs
1501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1502
1502
  */
1503
1503
  getDomainRecords(getDomainRecordsRequest) {
1504
1504
  return __awaiter(this, void 0, void 0, function* () {
@@ -1628,7 +1628,7 @@ class DnsClient {
1628
1628
  * @param GetRRSetRequest
1629
1629
  * @return GetRRSetResponse
1630
1630
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1632
1632
  */
1633
1633
  getRRSet(getRRSetRequest) {
1634
1634
  return __awaiter(this, void 0, void 0, function* () {
@@ -1756,7 +1756,7 @@ class DnsClient {
1756
1756
  * @param GetResolverRequest
1757
1757
  * @return GetResolverResponse
1758
1758
  * @throws OciError when an error occurs
1759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1760
1760
  */
1761
1761
  getResolver(getResolverRequest) {
1762
1762
  return __awaiter(this, void 0, void 0, function* () {
@@ -1827,7 +1827,7 @@ class DnsClient {
1827
1827
  * @param GetResolverEndpointRequest
1828
1828
  * @return GetResolverEndpointResponse
1829
1829
  * @throws OciError when an error occurs
1830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1831
1831
  */
1832
1832
  getResolverEndpoint(getResolverEndpointRequest) {
1833
1833
  return __awaiter(this, void 0, void 0, function* () {
@@ -1896,7 +1896,7 @@ class DnsClient {
1896
1896
  * @param GetSteeringPolicyRequest
1897
1897
  * @return GetSteeringPolicyResponse
1898
1898
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1900
1900
  */
1901
1901
  getSteeringPolicy(getSteeringPolicyRequest) {
1902
1902
  return __awaiter(this, void 0, void 0, function* () {
@@ -1964,7 +1964,7 @@ class DnsClient {
1964
1964
  * @param GetSteeringPolicyAttachmentRequest
1965
1965
  * @return GetSteeringPolicyAttachmentResponse
1966
1966
  * @throws OciError when an error occurs
1967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1968
1968
  */
1969
1969
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
1970
1970
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2032,7 @@ class DnsClient {
2032
2032
  * @param GetTsigKeyRequest
2033
2033
  * @return GetTsigKeyResponse
2034
2034
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
2035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
2036
2036
  */
2037
2037
  getTsigKey(getTsigKeyRequest) {
2038
2038
  return __awaiter(this, void 0, void 0, function* () {
@@ -2104,7 +2104,7 @@ class DnsClient {
2104
2104
  * @param GetViewRequest
2105
2105
  * @return GetViewResponse
2106
2106
  * @throws OciError when an error occurs
2107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetView.ts.html |here} to see how to use GetView API.
2107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetView.ts.html |here} to see how to use GetView API.
2108
2108
  */
2109
2109
  getView(getViewRequest) {
2110
2110
  return __awaiter(this, void 0, void 0, function* () {
@@ -2175,7 +2175,7 @@ class DnsClient {
2175
2175
  * @param GetZoneRequest
2176
2176
  * @return GetZoneResponse
2177
2177
  * @throws OciError when an error occurs
2178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
2178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
2179
2179
  */
2180
2180
  getZone(getZoneRequest) {
2181
2181
  return __awaiter(this, void 0, void 0, function* () {
@@ -2245,7 +2245,7 @@ class DnsClient {
2245
2245
  * @param GetZoneContentRequest
2246
2246
  * @return GetZoneContentResponse
2247
2247
  * @throws OciError when an error occurs
2248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2249
2249
  */
2250
2250
  getZoneContent(getZoneContentRequest) {
2251
2251
  return __awaiter(this, void 0, void 0, function* () {
@@ -2318,7 +2318,7 @@ class DnsClient {
2318
2318
  * @param GetZoneRecordsRequest
2319
2319
  * @return GetZoneRecordsResponse
2320
2320
  * @throws OciError when an error occurs
2321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2322
2322
  */
2323
2323
  getZoneRecords(getZoneRecordsRequest) {
2324
2324
  return __awaiter(this, void 0, void 0, function* () {
@@ -2449,7 +2449,7 @@ class DnsClient {
2449
2449
  * @param ListResolverEndpointsRequest
2450
2450
  * @return ListResolverEndpointsResponse
2451
2451
  * @throws OciError when an error occurs
2452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2453
2453
  */
2454
2454
  listResolverEndpoints(listResolverEndpointsRequest) {
2455
2455
  return __awaiter(this, void 0, void 0, function* () {
@@ -2566,7 +2566,7 @@ class DnsClient {
2566
2566
  * @param ListResolversRequest
2567
2567
  * @return ListResolversResponse
2568
2568
  * @throws OciError when an error occurs
2569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2570
2570
  */
2571
2571
  listResolvers(listResolversRequest) {
2572
2572
  return __awaiter(this, void 0, void 0, function* () {
@@ -2678,7 +2678,7 @@ class DnsClient {
2678
2678
  * @param ListSteeringPoliciesRequest
2679
2679
  * @return ListSteeringPoliciesResponse
2680
2680
  * @throws OciError when an error occurs
2681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2682
2682
  */
2683
2683
  listSteeringPolicies(listSteeringPoliciesRequest) {
2684
2684
  return __awaiter(this, void 0, void 0, function* () {
@@ -2800,7 +2800,7 @@ class DnsClient {
2800
2800
  * @param ListSteeringPolicyAttachmentsRequest
2801
2801
  * @return ListSteeringPolicyAttachmentsResponse
2802
2802
  * @throws OciError when an error occurs
2803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2804
2804
  */
2805
2805
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
2806
2806
  return __awaiter(this, void 0, void 0, function* () {
@@ -2923,7 +2923,7 @@ class DnsClient {
2923
2923
  * @param ListTsigKeysRequest
2924
2924
  * @return ListTsigKeysResponse
2925
2925
  * @throws OciError when an error occurs
2926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2927
2927
  */
2928
2928
  listTsigKeys(listTsigKeysRequest) {
2929
2929
  return __awaiter(this, void 0, void 0, function* () {
@@ -3040,7 +3040,7 @@ class DnsClient {
3040
3040
  * @param ListViewsRequest
3041
3041
  * @return ListViewsResponse
3042
3042
  * @throws OciError when an error occurs
3043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
3043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
3044
3044
  */
3045
3045
  listViews(listViewsRequest) {
3046
3046
  return __awaiter(this, void 0, void 0, function* () {
@@ -3154,7 +3154,7 @@ class DnsClient {
3154
3154
  * @param ListZoneTransferServersRequest
3155
3155
  * @return ListZoneTransferServersResponse
3156
3156
  * @throws OciError when an error occurs
3157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3158
3158
  */
3159
3159
  listZoneTransferServers(listZoneTransferServersRequest) {
3160
3160
  return __awaiter(this, void 0, void 0, function* () {
@@ -3263,7 +3263,7 @@ class DnsClient {
3263
3263
  * @param ListZonesRequest
3264
3264
  * @return ListZonesResponse
3265
3265
  * @throws OciError when an error occurs
3266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
3266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
3267
3267
  */
3268
3268
  listZones(listZonesRequest) {
3269
3269
  return __awaiter(this, void 0, void 0, function* () {
@@ -3390,7 +3390,7 @@ class DnsClient {
3390
3390
  * @param PatchDomainRecordsRequest
3391
3391
  * @return PatchDomainRecordsResponse
3392
3392
  * @throws OciError when an error occurs
3393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3394
3394
  */
3395
3395
  patchDomainRecords(patchDomainRecordsRequest) {
3396
3396
  return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3475,7 @@ class DnsClient {
3475
3475
  * @param PatchRRSetRequest
3476
3476
  * @return PatchRRSetResponse
3477
3477
  * @throws OciError when an error occurs
3478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3479
3479
  */
3480
3480
  patchRRSet(patchRRSetRequest) {
3481
3481
  return __awaiter(this, void 0, void 0, function* () {
@@ -3563,7 +3563,7 @@ class DnsClient {
3563
3563
  * @param PatchZoneRecordsRequest
3564
3564
  * @return PatchZoneRecordsResponse
3565
3565
  * @throws OciError when an error occurs
3566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3567
3567
  */
3568
3568
  patchZoneRecords(patchZoneRecordsRequest) {
3569
3569
  return __awaiter(this, void 0, void 0, function* () {
@@ -3649,7 +3649,7 @@ class DnsClient {
3649
3649
  * @param UpdateDomainRecordsRequest
3650
3650
  * @return UpdateDomainRecordsResponse
3651
3651
  * @throws OciError when an error occurs
3652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3653
3653
  */
3654
3654
  updateDomainRecords(updateDomainRecordsRequest) {
3655
3655
  return __awaiter(this, void 0, void 0, function* () {
@@ -3734,7 +3734,7 @@ class DnsClient {
3734
3734
  * @param UpdateRRSetRequest
3735
3735
  * @return UpdateRRSetResponse
3736
3736
  * @throws OciError when an error occurs
3737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3738
3738
  */
3739
3739
  updateRRSet(updateRRSetRequest) {
3740
3740
  return __awaiter(this, void 0, void 0, function* () {
@@ -3817,7 +3817,7 @@ class DnsClient {
3817
3817
  * @param UpdateResolverRequest
3818
3818
  * @return UpdateResolverResponse
3819
3819
  * @throws OciError when an error occurs
3820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3821
3821
  */
3822
3822
  updateResolver(updateResolverRequest) {
3823
3823
  return __awaiter(this, void 0, void 0, function* () {
@@ -3891,7 +3891,7 @@ class DnsClient {
3891
3891
  * @param UpdateResolverEndpointRequest
3892
3892
  * @return UpdateResolverEndpointResponse
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.58.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3895
3895
  */
3896
3896
  updateResolverEndpoint(updateResolverEndpointRequest) {
3897
3897
  return __awaiter(this, void 0, void 0, function* () {
@@ -3966,7 +3966,7 @@ class DnsClient {
3966
3966
  * @param UpdateSteeringPolicyRequest
3967
3967
  * @return UpdateSteeringPolicyResponse
3968
3968
  * @throws OciError when an error occurs
3969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3970
3970
  */
3971
3971
  updateSteeringPolicy(updateSteeringPolicyRequest) {
3972
3972
  return __awaiter(this, void 0, void 0, function* () {
@@ -4035,7 +4035,7 @@ class DnsClient {
4035
4035
  * @param UpdateSteeringPolicyAttachmentRequest
4036
4036
  * @return UpdateSteeringPolicyAttachmentResponse
4037
4037
  * @throws OciError when an error occurs
4038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
4038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
4039
4039
  */
4040
4040
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
4041
4041
  return __awaiter(this, void 0, void 0, function* () {
@@ -4104,7 +4104,7 @@ class DnsClient {
4104
4104
  * @param UpdateTsigKeyRequest
4105
4105
  * @return UpdateTsigKeyResponse
4106
4106
  * @throws OciError when an error occurs
4107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
4107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
4108
4108
  */
4109
4109
  updateTsigKey(updateTsigKeyRequest) {
4110
4110
  return __awaiter(this, void 0, void 0, function* () {
@@ -4178,7 +4178,7 @@ class DnsClient {
4178
4178
  * @param UpdateViewRequest
4179
4179
  * @return UpdateViewResponse
4180
4180
  * @throws OciError when an error occurs
4181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4182
4182
  */
4183
4183
  updateView(updateViewRequest) {
4184
4184
  return __awaiter(this, void 0, void 0, function* () {
@@ -4257,7 +4257,7 @@ class DnsClient {
4257
4257
  * @param UpdateZoneRequest
4258
4258
  * @return UpdateZoneResponse
4259
4259
  * @throws OciError when an error occurs
4260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4261
4261
  */
4262
4262
  updateZone(updateZoneRequest) {
4263
4263
  return __awaiter(this, void 0, void 0, function* () {
@@ -4339,7 +4339,7 @@ class DnsClient {
4339
4339
  * @param UpdateZoneRecordsRequest
4340
4340
  * @return UpdateZoneRecordsResponse
4341
4341
  * @throws OciError when an error occurs
4342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4343
4343
  */
4344
4344
  updateZoneRecords(updateZoneRecordsRequest) {
4345
4345
  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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/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.58.1/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.59.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**