oci-dns 2.50.3 → 2.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/lib/client.d.ts +51 -51
  2. package/lib/client.js +51 -51
  3. package/lib/request/change-resolver-compartment-request.d.ts +1 -1
  4. package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
  5. package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
  6. package/lib/request/change-view-compartment-request.d.ts +1 -1
  7. package/lib/request/change-zone-compartment-request.d.ts +1 -1
  8. package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
  9. package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
  10. package/lib/request/create-steering-policy-request.d.ts +1 -1
  11. package/lib/request/create-tsig-key-request.d.ts +1 -1
  12. package/lib/request/create-view-request.d.ts +1 -1
  13. package/lib/request/create-zone-request.d.ts +1 -1
  14. package/lib/request/delete-domain-records-request.d.ts +1 -1
  15. package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
  16. package/lib/request/delete-rrset-request.d.ts +1 -1
  17. package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
  18. package/lib/request/delete-steering-policy-request.d.ts +1 -1
  19. package/lib/request/delete-tsig-key-request.d.ts +1 -1
  20. package/lib/request/delete-view-request.d.ts +1 -1
  21. package/lib/request/delete-zone-request.d.ts +1 -1
  22. package/lib/request/get-domain-records-request.d.ts +1 -1
  23. package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
  24. package/lib/request/get-resolver-request.d.ts +1 -1
  25. package/lib/request/get-rrset-request.d.ts +1 -1
  26. package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
  27. package/lib/request/get-steering-policy-request.d.ts +1 -1
  28. package/lib/request/get-tsig-key-request.d.ts +1 -1
  29. package/lib/request/get-view-request.d.ts +1 -1
  30. package/lib/request/get-zone-content-request.d.ts +1 -1
  31. package/lib/request/get-zone-records-request.d.ts +1 -1
  32. package/lib/request/get-zone-request.d.ts +1 -1
  33. package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
  34. package/lib/request/list-resolvers-request.d.ts +1 -1
  35. package/lib/request/list-steering-policies-request.d.ts +1 -1
  36. package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
  37. package/lib/request/list-tsig-keys-request.d.ts +1 -1
  38. package/lib/request/list-views-request.d.ts +1 -1
  39. package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
  40. package/lib/request/list-zones-request.d.ts +1 -1
  41. package/lib/request/patch-domain-records-request.d.ts +1 -1
  42. package/lib/request/patch-rrset-request.d.ts +1 -1
  43. package/lib/request/patch-zone-records-request.d.ts +1 -1
  44. package/lib/request/update-domain-records-request.d.ts +1 -1
  45. package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
  46. package/lib/request/update-resolver-request.d.ts +1 -1
  47. package/lib/request/update-rrset-request.d.ts +1 -1
  48. package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
  49. package/lib/request/update-steering-policy-request.d.ts +1 -1
  50. package/lib/request/update-tsig-key-request.d.ts +1 -1
  51. package/lib/request/update-view-request.d.ts +1 -1
  52. package/lib/request/update-zone-records-request.d.ts +1 -1
  53. package/lib/request/update-zone-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -163,7 +163,7 @@ class DnsClient {
163
163
  * @param ChangeResolverCompartmentRequest
164
164
  * @return ChangeResolverCompartmentResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
167
167
  */
168
168
  changeResolverCompartment(changeResolverCompartmentRequest) {
169
169
  return __awaiter(this, void 0, void 0, function* () {
@@ -228,7 +228,7 @@ class DnsClient {
228
228
  * @param ChangeSteeringPolicyCompartmentRequest
229
229
  * @return ChangeSteeringPolicyCompartmentResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
232
232
  */
233
233
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
234
234
  return __awaiter(this, void 0, void 0, function* () {
@@ -288,7 +288,7 @@ class DnsClient {
288
288
  * @param ChangeTsigKeyCompartmentRequest
289
289
  * @return ChangeTsigKeyCompartmentResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
292
292
  */
293
293
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
294
294
  return __awaiter(this, void 0, void 0, function* () {
@@ -350,7 +350,7 @@ class DnsClient {
350
350
  * @param ChangeViewCompartmentRequest
351
351
  * @return ChangeViewCompartmentResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
354
354
  */
355
355
  changeViewCompartment(changeViewCompartmentRequest) {
356
356
  return __awaiter(this, void 0, void 0, function* () {
@@ -422,7 +422,7 @@ class DnsClient {
422
422
  * @param ChangeZoneCompartmentRequest
423
423
  * @return ChangeZoneCompartmentResponse
424
424
  * @throws OciError when an error occurs
425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
426
426
  */
427
427
  changeZoneCompartment(changeZoneCompartmentRequest) {
428
428
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +487,7 @@ class DnsClient {
487
487
  * @param CreateResolverEndpointRequest
488
488
  * @return CreateResolverEndpointResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
491
491
  */
492
492
  createResolverEndpoint(createResolverEndpointRequest) {
493
493
  return __awaiter(this, void 0, void 0, function* () {
@@ -566,7 +566,7 @@ class DnsClient {
566
566
  * @param CreateSteeringPolicyRequest
567
567
  * @return CreateSteeringPolicyResponse
568
568
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
570
570
  */
571
571
  createSteeringPolicy(createSteeringPolicyRequest) {
572
572
  return __awaiter(this, void 0, void 0, function* () {
@@ -642,7 +642,7 @@ class DnsClient {
642
642
  * @param CreateSteeringPolicyAttachmentRequest
643
643
  * @return CreateSteeringPolicyAttachmentResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
646
646
  */
647
647
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
648
648
  return __awaiter(this, void 0, void 0, function* () {
@@ -714,7 +714,7 @@ class DnsClient {
714
714
  * @param CreateTsigKeyRequest
715
715
  * @return CreateTsigKeyResponse
716
716
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
718
718
  */
719
719
  createTsigKey(createTsigKeyRequest) {
720
720
  return __awaiter(this, void 0, void 0, function* () {
@@ -789,7 +789,7 @@ class DnsClient {
789
789
  * @param CreateViewRequest
790
790
  * @return CreateViewResponse
791
791
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/CreateView.ts.html |here} to see how to use CreateView API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
793
793
  */
794
794
  createView(createViewRequest) {
795
795
  return __awaiter(this, void 0, void 0, function* () {
@@ -868,7 +868,7 @@ class DnsClient {
868
868
  * @param CreateZoneRequest
869
869
  * @return CreateZoneResponse
870
870
  * @throws OciError when an error occurs
871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
872
872
  */
873
873
  createZone(createZoneRequest) {
874
874
  return __awaiter(this, void 0, void 0, function* () {
@@ -948,7 +948,7 @@ class DnsClient {
948
948
  * @param DeleteDomainRecordsRequest
949
949
  * @return DeleteDomainRecordsResponse
950
950
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
952
952
  */
953
953
  deleteDomainRecords(deleteDomainRecordsRequest) {
954
954
  return __awaiter(this, void 0, void 0, function* () {
@@ -1013,7 +1013,7 @@ class DnsClient {
1013
1013
  * @param DeleteRRSetRequest
1014
1014
  * @return DeleteRRSetResponse
1015
1015
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
1017
1017
  */
1018
1018
  deleteRRSet(deleteRRSetRequest) {
1019
1019
  return __awaiter(this, void 0, void 0, function* () {
@@ -1080,7 +1080,7 @@ class DnsClient {
1080
1080
  * @param DeleteResolverEndpointRequest
1081
1081
  * @return DeleteResolverEndpointResponse
1082
1082
  * @throws OciError when an error occurs
1083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1084
1084
  */
1085
1085
  deleteResolverEndpoint(deleteResolverEndpointRequest) {
1086
1086
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1149,7 @@ class DnsClient {
1149
1149
  * @param DeleteSteeringPolicyRequest
1150
1150
  * @return DeleteSteeringPolicyResponse
1151
1151
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1153
1153
  */
1154
1154
  deleteSteeringPolicy(deleteSteeringPolicyRequest) {
1155
1155
  return __awaiter(this, void 0, void 0, function* () {
@@ -1209,7 +1209,7 @@ class DnsClient {
1209
1209
  * @param DeleteSteeringPolicyAttachmentRequest
1210
1210
  * @return DeleteSteeringPolicyAttachmentResponse
1211
1211
  * @throws OciError when an error occurs
1212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1213
1213
  */
1214
1214
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
1215
1215
  return __awaiter(this, void 0, void 0, function* () {
@@ -1268,7 +1268,7 @@ class DnsClient {
1268
1268
  * @param DeleteTsigKeyRequest
1269
1269
  * @return DeleteTsigKeyResponse
1270
1270
  * @throws OciError when an error occurs
1271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1272
1272
  */
1273
1273
  deleteTsigKey(deleteTsigKeyRequest) {
1274
1274
  return __awaiter(this, void 0, void 0, function* () {
@@ -1337,7 +1337,7 @@ class DnsClient {
1337
1337
  * @param DeleteViewRequest
1338
1338
  * @return DeleteViewResponse
1339
1339
  * @throws OciError when an error occurs
1340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1341
1341
  */
1342
1342
  deleteView(deleteViewRequest) {
1343
1343
  return __awaiter(this, void 0, void 0, function* () {
@@ -1405,7 +1405,7 @@ class DnsClient {
1405
1405
  * @param DeleteZoneRequest
1406
1406
  * @return DeleteZoneResponse
1407
1407
  * @throws OciError when an error occurs
1408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1409
1409
  */
1410
1410
  deleteZone(deleteZoneRequest) {
1411
1411
  return __awaiter(this, void 0, void 0, function* () {
@@ -1475,7 +1475,7 @@ class DnsClient {
1475
1475
  * @param GetDomainRecordsRequest
1476
1476
  * @return GetDomainRecordsResponse
1477
1477
  * @throws OciError when an error occurs
1478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1479
1479
  */
1480
1480
  getDomainRecords(getDomainRecordsRequest) {
1481
1481
  return __awaiter(this, void 0, void 0, function* () {
@@ -1605,7 +1605,7 @@ class DnsClient {
1605
1605
  * @param GetRRSetRequest
1606
1606
  * @return GetRRSetResponse
1607
1607
  * @throws OciError when an error occurs
1608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1609
1609
  */
1610
1610
  getRRSet(getRRSetRequest) {
1611
1611
  return __awaiter(this, void 0, void 0, function* () {
@@ -1733,7 +1733,7 @@ class DnsClient {
1733
1733
  * @param GetResolverRequest
1734
1734
  * @return GetResolverResponse
1735
1735
  * @throws OciError when an error occurs
1736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1737
1737
  */
1738
1738
  getResolver(getResolverRequest) {
1739
1739
  return __awaiter(this, void 0, void 0, function* () {
@@ -1804,7 +1804,7 @@ class DnsClient {
1804
1804
  * @param GetResolverEndpointRequest
1805
1805
  * @return GetResolverEndpointResponse
1806
1806
  * @throws OciError when an error occurs
1807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1808
1808
  */
1809
1809
  getResolverEndpoint(getResolverEndpointRequest) {
1810
1810
  return __awaiter(this, void 0, void 0, function* () {
@@ -1873,7 +1873,7 @@ class DnsClient {
1873
1873
  * @param GetSteeringPolicyRequest
1874
1874
  * @return GetSteeringPolicyResponse
1875
1875
  * @throws OciError when an error occurs
1876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1877
1877
  */
1878
1878
  getSteeringPolicy(getSteeringPolicyRequest) {
1879
1879
  return __awaiter(this, void 0, void 0, function* () {
@@ -1941,7 +1941,7 @@ class DnsClient {
1941
1941
  * @param GetSteeringPolicyAttachmentRequest
1942
1942
  * @return GetSteeringPolicyAttachmentResponse
1943
1943
  * @throws OciError when an error occurs
1944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1945
1945
  */
1946
1946
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
1947
1947
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2009,7 @@ class DnsClient {
2009
2009
  * @param GetTsigKeyRequest
2010
2010
  * @return GetTsigKeyResponse
2011
2011
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
2012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
2013
2013
  */
2014
2014
  getTsigKey(getTsigKeyRequest) {
2015
2015
  return __awaiter(this, void 0, void 0, function* () {
@@ -2081,7 +2081,7 @@ class DnsClient {
2081
2081
  * @param GetViewRequest
2082
2082
  * @return GetViewResponse
2083
2083
  * @throws OciError when an error occurs
2084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetView.ts.html |here} to see how to use GetView API.
2084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetView.ts.html |here} to see how to use GetView API.
2085
2085
  */
2086
2086
  getView(getViewRequest) {
2087
2087
  return __awaiter(this, void 0, void 0, function* () {
@@ -2152,7 +2152,7 @@ class DnsClient {
2152
2152
  * @param GetZoneRequest
2153
2153
  * @return GetZoneResponse
2154
2154
  * @throws OciError when an error occurs
2155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetZone.ts.html |here} to see how to use GetZone API.
2155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
2156
2156
  */
2157
2157
  getZone(getZoneRequest) {
2158
2158
  return __awaiter(this, void 0, void 0, function* () {
@@ -2222,7 +2222,7 @@ class DnsClient {
2222
2222
  * @param GetZoneContentRequest
2223
2223
  * @return GetZoneContentResponse
2224
2224
  * @throws OciError when an error occurs
2225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2226
2226
  */
2227
2227
  getZoneContent(getZoneContentRequest) {
2228
2228
  return __awaiter(this, void 0, void 0, function* () {
@@ -2295,7 +2295,7 @@ class DnsClient {
2295
2295
  * @param GetZoneRecordsRequest
2296
2296
  * @return GetZoneRecordsResponse
2297
2297
  * @throws OciError when an error occurs
2298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2299
2299
  */
2300
2300
  getZoneRecords(getZoneRecordsRequest) {
2301
2301
  return __awaiter(this, void 0, void 0, function* () {
@@ -2426,7 +2426,7 @@ class DnsClient {
2426
2426
  * @param ListResolverEndpointsRequest
2427
2427
  * @return ListResolverEndpointsResponse
2428
2428
  * @throws OciError when an error occurs
2429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2430
2430
  */
2431
2431
  listResolverEndpoints(listResolverEndpointsRequest) {
2432
2432
  return __awaiter(this, void 0, void 0, function* () {
@@ -2543,7 +2543,7 @@ class DnsClient {
2543
2543
  * @param ListResolversRequest
2544
2544
  * @return ListResolversResponse
2545
2545
  * @throws OciError when an error occurs
2546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2547
2547
  */
2548
2548
  listResolvers(listResolversRequest) {
2549
2549
  return __awaiter(this, void 0, void 0, function* () {
@@ -2655,7 +2655,7 @@ class DnsClient {
2655
2655
  * @param ListSteeringPoliciesRequest
2656
2656
  * @return ListSteeringPoliciesResponse
2657
2657
  * @throws OciError when an error occurs
2658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2659
2659
  */
2660
2660
  listSteeringPolicies(listSteeringPoliciesRequest) {
2661
2661
  return __awaiter(this, void 0, void 0, function* () {
@@ -2777,7 +2777,7 @@ class DnsClient {
2777
2777
  * @param ListSteeringPolicyAttachmentsRequest
2778
2778
  * @return ListSteeringPolicyAttachmentsResponse
2779
2779
  * @throws OciError when an error occurs
2780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2781
2781
  */
2782
2782
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
2783
2783
  return __awaiter(this, void 0, void 0, function* () {
@@ -2900,7 +2900,7 @@ class DnsClient {
2900
2900
  * @param ListTsigKeysRequest
2901
2901
  * @return ListTsigKeysResponse
2902
2902
  * @throws OciError when an error occurs
2903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2904
2904
  */
2905
2905
  listTsigKeys(listTsigKeysRequest) {
2906
2906
  return __awaiter(this, void 0, void 0, function* () {
@@ -3017,7 +3017,7 @@ class DnsClient {
3017
3017
  * @param ListViewsRequest
3018
3018
  * @return ListViewsResponse
3019
3019
  * @throws OciError when an error occurs
3020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListViews.ts.html |here} to see how to use ListViews API.
3020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
3021
3021
  */
3022
3022
  listViews(listViewsRequest) {
3023
3023
  return __awaiter(this, void 0, void 0, function* () {
@@ -3131,7 +3131,7 @@ class DnsClient {
3131
3131
  * @param ListZoneTransferServersRequest
3132
3132
  * @return ListZoneTransferServersResponse
3133
3133
  * @throws OciError when an error occurs
3134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3135
3135
  */
3136
3136
  listZoneTransferServers(listZoneTransferServersRequest) {
3137
3137
  return __awaiter(this, void 0, void 0, function* () {
@@ -3240,7 +3240,7 @@ class DnsClient {
3240
3240
  * @param ListZonesRequest
3241
3241
  * @return ListZonesResponse
3242
3242
  * @throws OciError when an error occurs
3243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/ListZones.ts.html |here} to see how to use ListZones API.
3243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
3244
3244
  */
3245
3245
  listZones(listZonesRequest) {
3246
3246
  return __awaiter(this, void 0, void 0, function* () {
@@ -3367,7 +3367,7 @@ class DnsClient {
3367
3367
  * @param PatchDomainRecordsRequest
3368
3368
  * @return PatchDomainRecordsResponse
3369
3369
  * @throws OciError when an error occurs
3370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3371
3371
  */
3372
3372
  patchDomainRecords(patchDomainRecordsRequest) {
3373
3373
  return __awaiter(this, void 0, void 0, function* () {
@@ -3452,7 +3452,7 @@ class DnsClient {
3452
3452
  * @param PatchRRSetRequest
3453
3453
  * @return PatchRRSetResponse
3454
3454
  * @throws OciError when an error occurs
3455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3456
3456
  */
3457
3457
  patchRRSet(patchRRSetRequest) {
3458
3458
  return __awaiter(this, void 0, void 0, function* () {
@@ -3540,7 +3540,7 @@ class DnsClient {
3540
3540
  * @param PatchZoneRecordsRequest
3541
3541
  * @return PatchZoneRecordsResponse
3542
3542
  * @throws OciError when an error occurs
3543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3544
3544
  */
3545
3545
  patchZoneRecords(patchZoneRecordsRequest) {
3546
3546
  return __awaiter(this, void 0, void 0, function* () {
@@ -3626,7 +3626,7 @@ class DnsClient {
3626
3626
  * @param UpdateDomainRecordsRequest
3627
3627
  * @return UpdateDomainRecordsResponse
3628
3628
  * @throws OciError when an error occurs
3629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3630
3630
  */
3631
3631
  updateDomainRecords(updateDomainRecordsRequest) {
3632
3632
  return __awaiter(this, void 0, void 0, function* () {
@@ -3711,7 +3711,7 @@ class DnsClient {
3711
3711
  * @param UpdateRRSetRequest
3712
3712
  * @return UpdateRRSetResponse
3713
3713
  * @throws OciError when an error occurs
3714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3715
3715
  */
3716
3716
  updateRRSet(updateRRSetRequest) {
3717
3717
  return __awaiter(this, void 0, void 0, function* () {
@@ -3794,7 +3794,7 @@ class DnsClient {
3794
3794
  * @param UpdateResolverRequest
3795
3795
  * @return UpdateResolverResponse
3796
3796
  * @throws OciError when an error occurs
3797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3798
3798
  */
3799
3799
  updateResolver(updateResolverRequest) {
3800
3800
  return __awaiter(this, void 0, void 0, function* () {
@@ -3868,7 +3868,7 @@ class DnsClient {
3868
3868
  * @param UpdateResolverEndpointRequest
3869
3869
  * @return UpdateResolverEndpointResponse
3870
3870
  * @throws OciError when an error occurs
3871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3872
3872
  */
3873
3873
  updateResolverEndpoint(updateResolverEndpointRequest) {
3874
3874
  return __awaiter(this, void 0, void 0, function* () {
@@ -3943,7 +3943,7 @@ class DnsClient {
3943
3943
  * @param UpdateSteeringPolicyRequest
3944
3944
  * @return UpdateSteeringPolicyResponse
3945
3945
  * @throws OciError when an error occurs
3946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3947
3947
  */
3948
3948
  updateSteeringPolicy(updateSteeringPolicyRequest) {
3949
3949
  return __awaiter(this, void 0, void 0, function* () {
@@ -4012,7 +4012,7 @@ class DnsClient {
4012
4012
  * @param UpdateSteeringPolicyAttachmentRequest
4013
4013
  * @return UpdateSteeringPolicyAttachmentResponse
4014
4014
  * @throws OciError when an error occurs
4015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
4015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
4016
4016
  */
4017
4017
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
4018
4018
  return __awaiter(this, void 0, void 0, function* () {
@@ -4081,7 +4081,7 @@ class DnsClient {
4081
4081
  * @param UpdateTsigKeyRequest
4082
4082
  * @return UpdateTsigKeyResponse
4083
4083
  * @throws OciError when an error occurs
4084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
4084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
4085
4085
  */
4086
4086
  updateTsigKey(updateTsigKeyRequest) {
4087
4087
  return __awaiter(this, void 0, void 0, function* () {
@@ -4155,7 +4155,7 @@ class DnsClient {
4155
4155
  * @param UpdateViewRequest
4156
4156
  * @return UpdateViewResponse
4157
4157
  * @throws OciError when an error occurs
4158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4159
4159
  */
4160
4160
  updateView(updateViewRequest) {
4161
4161
  return __awaiter(this, void 0, void 0, function* () {
@@ -4234,7 +4234,7 @@ class DnsClient {
4234
4234
  * @param UpdateZoneRequest
4235
4235
  * @return UpdateZoneResponse
4236
4236
  * @throws OciError when an error occurs
4237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4238
4238
  */
4239
4239
  updateZone(updateZoneRequest) {
4240
4240
  return __awaiter(this, void 0, void 0, function* () {
@@ -4316,7 +4316,7 @@ class DnsClient {
4316
4316
  * @param UpdateZoneRecordsRequest
4317
4317
  * @return UpdateZoneRecordsResponse
4318
4318
  * @throws OciError when an error occurs
4319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4320
4320
  */
4321
4321
  updateZoneRecords(updateZoneRecordsRequest) {
4322
4322
  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.50.3/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.51.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartmentRequest.
17
17
  */
18
18
  export interface ChangeResolverCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSteeringPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTsigKeyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartmentRequest.
17
17
  */
18
18
  export interface ChangeViewCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartmentRequest.
17
17
  */
18
18
  export interface ChangeZoneCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpointRequest.
17
17
  */
18
18
  export interface CreateResolverEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface CreateSteeringPolicyAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicyRequest.
17
17
  */
18
18
  export interface CreateSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKeyRequest.
17
17
  */
18
18
  export interface CreateTsigKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/CreateView.ts.html |here} to see how to use CreateViewRequest.
17
17
  */
18
18
  export interface CreateViewRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/CreateZone.ts.html |here} to see how to use CreateZoneRequest.
17
17
  */
18
18
  export interface CreateZoneRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecordsRequest.
17
17
  */
18
18
  export interface DeleteDomainRecordsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpointRequest.
17
17
  */
18
18
  export interface DeleteResolverEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSetRequest.
17
17
  */
18
18
  export interface DeleteRRSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/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.51.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**