oci-dns 2.5.0 → 2.5.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
@@ -144,7 +144,7 @@ class DnsClient {
144
144
  * @param ChangeResolverCompartmentRequest
145
145
  * @return ChangeResolverCompartmentResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
148
148
  */
149
149
  changeResolverCompartment(changeResolverCompartmentRequest) {
150
150
  return __awaiter(this, void 0, void 0, function* () {
@@ -205,7 +205,7 @@ class DnsClient {
205
205
  * @param ChangeSteeringPolicyCompartmentRequest
206
206
  * @return ChangeSteeringPolicyCompartmentResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
209
209
  */
210
210
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
211
211
  return __awaiter(this, void 0, void 0, function* () {
@@ -261,7 +261,7 @@ class DnsClient {
261
261
  * @param ChangeTsigKeyCompartmentRequest
262
262
  * @return ChangeTsigKeyCompartmentResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
265
265
  */
266
266
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
267
267
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +318,7 @@ class DnsClient {
318
318
  * @param ChangeViewCompartmentRequest
319
319
  * @return ChangeViewCompartmentResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
322
322
  */
323
323
  changeViewCompartment(changeViewCompartmentRequest) {
324
324
  return __awaiter(this, void 0, void 0, function* () {
@@ -383,7 +383,7 @@ class DnsClient {
383
383
  * @param ChangeZoneCompartmentRequest
384
384
  * @return ChangeZoneCompartmentResponse
385
385
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
387
387
  */
388
388
  changeZoneCompartment(changeZoneCompartmentRequest) {
389
389
  return __awaiter(this, void 0, void 0, function* () {
@@ -444,7 +444,7 @@ class DnsClient {
444
444
  * @param CreateResolverEndpointRequest
445
445
  * @return CreateResolverEndpointResponse
446
446
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
448
448
  */
449
449
  createResolverEndpoint(createResolverEndpointRequest) {
450
450
  return __awaiter(this, void 0, void 0, function* () {
@@ -519,7 +519,7 @@ class DnsClient {
519
519
  * @param CreateSteeringPolicyRequest
520
520
  * @return CreateSteeringPolicyResponse
521
521
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
523
523
  */
524
524
  createSteeringPolicy(createSteeringPolicyRequest) {
525
525
  return __awaiter(this, void 0, void 0, function* () {
@@ -591,7 +591,7 @@ class DnsClient {
591
591
  * @param CreateSteeringPolicyAttachmentRequest
592
592
  * @return CreateSteeringPolicyAttachmentResponse
593
593
  * @throws OciError when an error occurs
594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
595
595
  */
596
596
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
597
597
  return __awaiter(this, void 0, void 0, function* () {
@@ -659,7 +659,7 @@ class DnsClient {
659
659
  * @param CreateTsigKeyRequest
660
660
  * @return CreateTsigKeyResponse
661
661
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
663
663
  */
664
664
  createTsigKey(createTsigKeyRequest) {
665
665
  return __awaiter(this, void 0, void 0, function* () {
@@ -730,7 +730,7 @@ class DnsClient {
730
730
  * @param CreateViewRequest
731
731
  * @return CreateViewResponse
732
732
  * @throws OciError when an error occurs
733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
734
734
  */
735
735
  createView(createViewRequest) {
736
736
  return __awaiter(this, void 0, void 0, function* () {
@@ -806,7 +806,7 @@ class DnsClient {
806
806
  * @param CreateZoneRequest
807
807
  * @return CreateZoneResponse
808
808
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
810
810
  */
811
811
  createZone(createZoneRequest) {
812
812
  return __awaiter(this, void 0, void 0, function* () {
@@ -881,7 +881,7 @@ class DnsClient {
881
881
  * @param DeleteDomainRecordsRequest
882
882
  * @return DeleteDomainRecordsResponse
883
883
  * @throws OciError when an error occurs
884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
885
885
  */
886
886
  deleteDomainRecords(deleteDomainRecordsRequest) {
887
887
  return __awaiter(this, void 0, void 0, function* () {
@@ -941,7 +941,7 @@ class DnsClient {
941
941
  * @param DeleteRRSetRequest
942
942
  * @return DeleteRRSetResponse
943
943
  * @throws OciError when an error occurs
944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
945
945
  */
946
946
  deleteRRSet(deleteRRSetRequest) {
947
947
  return __awaiter(this, void 0, void 0, function* () {
@@ -1003,7 +1003,7 @@ class DnsClient {
1003
1003
  * @param DeleteResolverEndpointRequest
1004
1004
  * @return DeleteResolverEndpointResponse
1005
1005
  * @throws OciError when an error occurs
1006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1007
1007
  */
1008
1008
  deleteResolverEndpoint(deleteResolverEndpointRequest) {
1009
1009
  return __awaiter(this, void 0, void 0, function* () {
@@ -1067,7 +1067,7 @@ class DnsClient {
1067
1067
  * @param DeleteSteeringPolicyRequest
1068
1068
  * @return DeleteSteeringPolicyResponse
1069
1069
  * @throws OciError when an error occurs
1070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1071
1071
  */
1072
1072
  deleteSteeringPolicy(deleteSteeringPolicyRequest) {
1073
1073
  return __awaiter(this, void 0, void 0, function* () {
@@ -1123,7 +1123,7 @@ class DnsClient {
1123
1123
  * @param DeleteSteeringPolicyAttachmentRequest
1124
1124
  * @return DeleteSteeringPolicyAttachmentResponse
1125
1125
  * @throws OciError when an error occurs
1126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1127
1127
  */
1128
1128
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
1129
1129
  return __awaiter(this, void 0, void 0, function* () {
@@ -1178,7 +1178,7 @@ class DnsClient {
1178
1178
  * @param DeleteTsigKeyRequest
1179
1179
  * @return DeleteTsigKeyResponse
1180
1180
  * @throws OciError when an error occurs
1181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1182
1182
  */
1183
1183
  deleteTsigKey(deleteTsigKeyRequest) {
1184
1184
  return __awaiter(this, void 0, void 0, function* () {
@@ -1242,7 +1242,7 @@ class DnsClient {
1242
1242
  * @param DeleteViewRequest
1243
1243
  * @return DeleteViewResponse
1244
1244
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1246
1246
  */
1247
1247
  deleteView(deleteViewRequest) {
1248
1248
  return __awaiter(this, void 0, void 0, function* () {
@@ -1305,7 +1305,7 @@ class DnsClient {
1305
1305
  * @param DeleteZoneRequest
1306
1306
  * @return DeleteZoneResponse
1307
1307
  * @throws OciError when an error occurs
1308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1309
1309
  */
1310
1310
  deleteZone(deleteZoneRequest) {
1311
1311
  return __awaiter(this, void 0, void 0, function* () {
@@ -1371,7 +1371,7 @@ class DnsClient {
1371
1371
  * @param GetDomainRecordsRequest
1372
1372
  * @return GetDomainRecordsResponse
1373
1373
  * @throws OciError when an error occurs
1374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1375
1375
  */
1376
1376
  getDomainRecords(getDomainRecordsRequest) {
1377
1377
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1497,7 @@ class DnsClient {
1497
1497
  * @param GetRRSetRequest
1498
1498
  * @return GetRRSetResponse
1499
1499
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1501
1501
  */
1502
1502
  getRRSet(getRRSetRequest) {
1503
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1620,7 +1620,7 @@ class DnsClient {
1620
1620
  * @param GetResolverRequest
1621
1621
  * @return GetResolverResponse
1622
1622
  * @throws OciError when an error occurs
1623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1624
1624
  */
1625
1625
  getResolver(getResolverRequest) {
1626
1626
  return __awaiter(this, void 0, void 0, function* () {
@@ -1686,7 +1686,7 @@ class DnsClient {
1686
1686
  * @param GetResolverEndpointRequest
1687
1687
  * @return GetResolverEndpointResponse
1688
1688
  * @throws OciError when an error occurs
1689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1690
1690
  */
1691
1691
  getResolverEndpoint(getResolverEndpointRequest) {
1692
1692
  return __awaiter(this, void 0, void 0, function* () {
@@ -1751,7 +1751,7 @@ class DnsClient {
1751
1751
  * @param GetSteeringPolicyRequest
1752
1752
  * @return GetSteeringPolicyResponse
1753
1753
  * @throws OciError when an error occurs
1754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1755
1755
  */
1756
1756
  getSteeringPolicy(getSteeringPolicyRequest) {
1757
1757
  return __awaiter(this, void 0, void 0, function* () {
@@ -1815,7 +1815,7 @@ class DnsClient {
1815
1815
  * @param GetSteeringPolicyAttachmentRequest
1816
1816
  * @return GetSteeringPolicyAttachmentResponse
1817
1817
  * @throws OciError when an error occurs
1818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1819
1819
  */
1820
1820
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
1821
1821
  return __awaiter(this, void 0, void 0, function* () {
@@ -1879,7 +1879,7 @@ class DnsClient {
1879
1879
  * @param GetTsigKeyRequest
1880
1880
  * @return GetTsigKeyResponse
1881
1881
  * @throws OciError when an error occurs
1882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
1882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
1883
1883
  */
1884
1884
  getTsigKey(getTsigKeyRequest) {
1885
1885
  return __awaiter(this, void 0, void 0, function* () {
@@ -1945,7 +1945,7 @@ class DnsClient {
1945
1945
  * @param GetViewRequest
1946
1946
  * @return GetViewResponse
1947
1947
  * @throws OciError when an error occurs
1948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetView.ts.html |here} to see how to use GetView API.
1948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetView.ts.html |here} to see how to use GetView API.
1949
1949
  */
1950
1950
  getView(getViewRequest) {
1951
1951
  return __awaiter(this, void 0, void 0, function* () {
@@ -2011,7 +2011,7 @@ class DnsClient {
2011
2011
  * @param GetZoneRequest
2012
2012
  * @return GetZoneResponse
2013
2013
  * @throws OciError when an error occurs
2014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
2014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
2015
2015
  */
2016
2016
  getZone(getZoneRequest) {
2017
2017
  return __awaiter(this, void 0, void 0, function* () {
@@ -2077,7 +2077,7 @@ class DnsClient {
2077
2077
  * @param GetZoneContentRequest
2078
2078
  * @return GetZoneContentResponse
2079
2079
  * @throws OciError when an error occurs
2080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2081
2081
  */
2082
2082
  getZoneContent(getZoneContentRequest) {
2083
2083
  return __awaiter(this, void 0, void 0, function* () {
@@ -2145,7 +2145,7 @@ class DnsClient {
2145
2145
  * @param GetZoneRecordsRequest
2146
2146
  * @return GetZoneRecordsResponse
2147
2147
  * @throws OciError when an error occurs
2148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2149
2149
  */
2150
2150
  getZoneRecords(getZoneRecordsRequest) {
2151
2151
  return __awaiter(this, void 0, void 0, function* () {
@@ -2272,7 +2272,7 @@ class DnsClient {
2272
2272
  * @param ListResolverEndpointsRequest
2273
2273
  * @return ListResolverEndpointsResponse
2274
2274
  * @throws OciError when an error occurs
2275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2276
2276
  */
2277
2277
  listResolverEndpoints(listResolverEndpointsRequest) {
2278
2278
  return __awaiter(this, void 0, void 0, function* () {
@@ -2385,7 +2385,7 @@ class DnsClient {
2385
2385
  * @param ListResolversRequest
2386
2386
  * @return ListResolversResponse
2387
2387
  * @throws OciError when an error occurs
2388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2389
2389
  */
2390
2390
  listResolvers(listResolversRequest) {
2391
2391
  return __awaiter(this, void 0, void 0, function* () {
@@ -2493,7 +2493,7 @@ class DnsClient {
2493
2493
  * @param ListSteeringPoliciesRequest
2494
2494
  * @return ListSteeringPoliciesResponse
2495
2495
  * @throws OciError when an error occurs
2496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2497
2497
  */
2498
2498
  listSteeringPolicies(listSteeringPoliciesRequest) {
2499
2499
  return __awaiter(this, void 0, void 0, function* () {
@@ -2611,7 +2611,7 @@ class DnsClient {
2611
2611
  * @param ListSteeringPolicyAttachmentsRequest
2612
2612
  * @return ListSteeringPolicyAttachmentsResponse
2613
2613
  * @throws OciError when an error occurs
2614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2615
2615
  */
2616
2616
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
2617
2617
  return __awaiter(this, void 0, void 0, function* () {
@@ -2730,7 +2730,7 @@ class DnsClient {
2730
2730
  * @param ListTsigKeysRequest
2731
2731
  * @return ListTsigKeysResponse
2732
2732
  * @throws OciError when an error occurs
2733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2734
2734
  */
2735
2735
  listTsigKeys(listTsigKeysRequest) {
2736
2736
  return __awaiter(this, void 0, void 0, function* () {
@@ -2843,7 +2843,7 @@ class DnsClient {
2843
2843
  * @param ListViewsRequest
2844
2844
  * @return ListViewsResponse
2845
2845
  * @throws OciError when an error occurs
2846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
2846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
2847
2847
  */
2848
2848
  listViews(listViewsRequest) {
2849
2849
  return __awaiter(this, void 0, void 0, function* () {
@@ -2953,7 +2953,7 @@ class DnsClient {
2953
2953
  * @param ListZoneTransferServersRequest
2954
2954
  * @return ListZoneTransferServersResponse
2955
2955
  * @throws OciError when an error occurs
2956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
2956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
2957
2957
  */
2958
2958
  listZoneTransferServers(listZoneTransferServersRequest) {
2959
2959
  return __awaiter(this, void 0, void 0, function* () {
@@ -3056,7 +3056,7 @@ class DnsClient {
3056
3056
  * @param ListZonesRequest
3057
3057
  * @return ListZonesResponse
3058
3058
  * @throws OciError when an error occurs
3059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
3059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
3060
3060
  */
3061
3061
  listZones(listZonesRequest) {
3062
3062
  return __awaiter(this, void 0, void 0, function* () {
@@ -3178,7 +3178,7 @@ class DnsClient {
3178
3178
  * @param PatchDomainRecordsRequest
3179
3179
  * @return PatchDomainRecordsResponse
3180
3180
  * @throws OciError when an error occurs
3181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3182
3182
  */
3183
3183
  patchDomainRecords(patchDomainRecordsRequest) {
3184
3184
  return __awaiter(this, void 0, void 0, function* () {
@@ -3258,7 +3258,7 @@ class DnsClient {
3258
3258
  * @param PatchRRSetRequest
3259
3259
  * @return PatchRRSetResponse
3260
3260
  * @throws OciError when an error occurs
3261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3262
3262
  */
3263
3263
  patchRRSet(patchRRSetRequest) {
3264
3264
  return __awaiter(this, void 0, void 0, function* () {
@@ -3341,7 +3341,7 @@ class DnsClient {
3341
3341
  * @param PatchZoneRecordsRequest
3342
3342
  * @return PatchZoneRecordsResponse
3343
3343
  * @throws OciError when an error occurs
3344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3345
3345
  */
3346
3346
  patchZoneRecords(patchZoneRecordsRequest) {
3347
3347
  return __awaiter(this, void 0, void 0, function* () {
@@ -3423,7 +3423,7 @@ class DnsClient {
3423
3423
  * @param UpdateDomainRecordsRequest
3424
3424
  * @return UpdateDomainRecordsResponse
3425
3425
  * @throws OciError when an error occurs
3426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3427
3427
  */
3428
3428
  updateDomainRecords(updateDomainRecordsRequest) {
3429
3429
  return __awaiter(this, void 0, void 0, function* () {
@@ -3503,7 +3503,7 @@ class DnsClient {
3503
3503
  * @param UpdateRRSetRequest
3504
3504
  * @return UpdateRRSetResponse
3505
3505
  * @throws OciError when an error occurs
3506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3507
3507
  */
3508
3508
  updateRRSet(updateRRSetRequest) {
3509
3509
  return __awaiter(this, void 0, void 0, function* () {
@@ -3582,7 +3582,7 @@ class DnsClient {
3582
3582
  * @param UpdateResolverRequest
3583
3583
  * @return UpdateResolverResponse
3584
3584
  * @throws OciError when an error occurs
3585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3586
3586
  */
3587
3587
  updateResolver(updateResolverRequest) {
3588
3588
  return __awaiter(this, void 0, void 0, function* () {
@@ -3652,7 +3652,7 @@ class DnsClient {
3652
3652
  * @param UpdateResolverEndpointRequest
3653
3653
  * @return UpdateResolverEndpointResponse
3654
3654
  * @throws OciError when an error occurs
3655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3656
3656
  */
3657
3657
  updateResolverEndpoint(updateResolverEndpointRequest) {
3658
3658
  return __awaiter(this, void 0, void 0, function* () {
@@ -3723,7 +3723,7 @@ class DnsClient {
3723
3723
  * @param UpdateSteeringPolicyRequest
3724
3724
  * @return UpdateSteeringPolicyResponse
3725
3725
  * @throws OciError when an error occurs
3726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3727
3727
  */
3728
3728
  updateSteeringPolicy(updateSteeringPolicyRequest) {
3729
3729
  return __awaiter(this, void 0, void 0, function* () {
@@ -3788,7 +3788,7 @@ class DnsClient {
3788
3788
  * @param UpdateSteeringPolicyAttachmentRequest
3789
3789
  * @return UpdateSteeringPolicyAttachmentResponse
3790
3790
  * @throws OciError when an error occurs
3791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
3791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
3792
3792
  */
3793
3793
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
3794
3794
  return __awaiter(this, void 0, void 0, function* () {
@@ -3853,7 +3853,7 @@ class DnsClient {
3853
3853
  * @param UpdateTsigKeyRequest
3854
3854
  * @return UpdateTsigKeyResponse
3855
3855
  * @throws OciError when an error occurs
3856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
3856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
3857
3857
  */
3858
3858
  updateTsigKey(updateTsigKeyRequest) {
3859
3859
  return __awaiter(this, void 0, void 0, function* () {
@@ -3923,7 +3923,7 @@ class DnsClient {
3923
3923
  * @param UpdateViewRequest
3924
3924
  * @return UpdateViewResponse
3925
3925
  * @throws OciError when an error occurs
3926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
3926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
3927
3927
  */
3928
3928
  updateView(updateViewRequest) {
3929
3929
  return __awaiter(this, void 0, void 0, function* () {
@@ -3997,7 +3997,7 @@ class DnsClient {
3997
3997
  * @param UpdateZoneRequest
3998
3998
  * @return UpdateZoneResponse
3999
3999
  * @throws OciError when an error occurs
4000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4001
4001
  */
4002
4002
  updateZone(updateZoneRequest) {
4003
4003
  return __awaiter(this, void 0, void 0, function* () {
@@ -4074,7 +4074,7 @@ class DnsClient {
4074
4074
  * @param UpdateZoneRecordsRequest
4075
4075
  * @return UpdateZoneRecordsResponse
4076
4076
  * @throws OciError when an error occurs
4077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4078
4078
  */
4079
4079
  updateZoneRecords(updateZoneRecordsRequest) {
4080
4080
  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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**