oci-dns 2.60.0 → 2.62.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 (79) hide show
  1. package/lib/client.d.ts +61 -51
  2. package/lib/client.js +128 -51
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-zone-details.d.ts +6 -0
  5. package/lib/model/create-zone-details.js +10 -0
  6. package/lib/model/create-zone-details.js.map +1 -1
  7. package/lib/model/external-downstream.d.ts +41 -0
  8. package/lib/model/external-downstream.js +31 -0
  9. package/lib/model/external-downstream.js.map +1 -0
  10. package/lib/model/index.d.ts +2 -0
  11. package/lib/model/index.js +4 -2
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/update-zone-details.d.ts +6 -0
  14. package/lib/model/update-zone-details.js +10 -0
  15. package/lib/model/update-zone-details.js.map +1 -1
  16. package/lib/model/zone.d.ts +6 -0
  17. package/lib/model/zone.js +10 -0
  18. package/lib/model/zone.js.map +1 -1
  19. package/lib/request/change-resolver-compartment-request.d.ts +1 -1
  20. package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
  21. package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
  22. package/lib/request/change-view-compartment-request.d.ts +1 -1
  23. package/lib/request/change-zone-compartment-request.d.ts +1 -1
  24. package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
  25. package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
  26. package/lib/request/create-steering-policy-request.d.ts +1 -1
  27. package/lib/request/create-tsig-key-request.d.ts +1 -1
  28. package/lib/request/create-view-request.d.ts +1 -1
  29. package/lib/request/create-zone-from-zone-file-request.d.ts +45 -0
  30. package/lib/request/create-zone-from-zone-file-request.js +15 -0
  31. package/lib/request/create-zone-from-zone-file-request.js.map +1 -0
  32. package/lib/request/create-zone-request.d.ts +1 -1
  33. package/lib/request/delete-domain-records-request.d.ts +1 -1
  34. package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
  35. package/lib/request/delete-rrset-request.d.ts +1 -1
  36. package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
  37. package/lib/request/delete-steering-policy-request.d.ts +1 -1
  38. package/lib/request/delete-tsig-key-request.d.ts +1 -1
  39. package/lib/request/delete-view-request.d.ts +1 -1
  40. package/lib/request/delete-zone-request.d.ts +1 -1
  41. package/lib/request/get-domain-records-request.d.ts +1 -1
  42. package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
  43. package/lib/request/get-resolver-request.d.ts +1 -1
  44. package/lib/request/get-rrset-request.d.ts +1 -1
  45. package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
  46. package/lib/request/get-steering-policy-request.d.ts +1 -1
  47. package/lib/request/get-tsig-key-request.d.ts +1 -1
  48. package/lib/request/get-view-request.d.ts +1 -1
  49. package/lib/request/get-zone-content-request.d.ts +1 -1
  50. package/lib/request/get-zone-records-request.d.ts +1 -1
  51. package/lib/request/get-zone-request.d.ts +1 -1
  52. package/lib/request/index.d.ts +2 -0
  53. package/lib/request/index.js.map +1 -1
  54. package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
  55. package/lib/request/list-resolvers-request.d.ts +1 -1
  56. package/lib/request/list-steering-policies-request.d.ts +1 -1
  57. package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
  58. package/lib/request/list-tsig-keys-request.d.ts +1 -1
  59. package/lib/request/list-views-request.d.ts +1 -1
  60. package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
  61. package/lib/request/list-zones-request.d.ts +1 -1
  62. package/lib/request/patch-domain-records-request.d.ts +1 -1
  63. package/lib/request/patch-rrset-request.d.ts +1 -1
  64. package/lib/request/patch-zone-records-request.d.ts +1 -1
  65. package/lib/request/update-domain-records-request.d.ts +1 -1
  66. package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
  67. package/lib/request/update-resolver-request.d.ts +1 -1
  68. package/lib/request/update-rrset-request.d.ts +1 -1
  69. package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
  70. package/lib/request/update-steering-policy-request.d.ts +1 -1
  71. package/lib/request/update-tsig-key-request.d.ts +1 -1
  72. package/lib/request/update-view-request.d.ts +1 -1
  73. package/lib/request/update-zone-records-request.d.ts +1 -1
  74. package/lib/request/update-zone-request.d.ts +1 -1
  75. package/lib/response/create-zone-from-zone-file-response.d.ts +43 -0
  76. package/lib/response/create-zone-from-zone-file-response.js +15 -0
  77. package/lib/response/create-zone-from-zone-file-response.js.map +1 -0
  78. package/lib/response/index.d.ts +2 -0
  79. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -186,7 +186,7 @@ class DnsClient {
186
186
  * @param ChangeResolverCompartmentRequest
187
187
  * @return ChangeResolverCompartmentResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
190
190
  */
191
191
  changeResolverCompartment(changeResolverCompartmentRequest) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -251,7 +251,7 @@ class DnsClient {
251
251
  * @param ChangeSteeringPolicyCompartmentRequest
252
252
  * @return ChangeSteeringPolicyCompartmentResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
255
255
  */
256
256
  changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
257
257
  return __awaiter(this, void 0, void 0, function* () {
@@ -311,7 +311,7 @@ class DnsClient {
311
311
  * @param ChangeTsigKeyCompartmentRequest
312
312
  * @return ChangeTsigKeyCompartmentResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
315
315
  */
316
316
  changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
317
317
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class DnsClient {
373
373
  * @param ChangeViewCompartmentRequest
374
374
  * @return ChangeViewCompartmentResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
377
377
  */
378
378
  changeViewCompartment(changeViewCompartmentRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -445,7 +445,7 @@ class DnsClient {
445
445
  * @param ChangeZoneCompartmentRequest
446
446
  * @return ChangeZoneCompartmentResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
449
449
  */
450
450
  changeZoneCompartment(changeZoneCompartmentRequest) {
451
451
  return __awaiter(this, void 0, void 0, function* () {
@@ -510,7 +510,7 @@ class DnsClient {
510
510
  * @param CreateResolverEndpointRequest
511
511
  * @return CreateResolverEndpointResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
514
514
  */
515
515
  createResolverEndpoint(createResolverEndpointRequest) {
516
516
  return __awaiter(this, void 0, void 0, function* () {
@@ -589,7 +589,7 @@ class DnsClient {
589
589
  * @param CreateSteeringPolicyRequest
590
590
  * @return CreateSteeringPolicyResponse
591
591
  * @throws OciError when an error occurs
592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
593
593
  */
594
594
  createSteeringPolicy(createSteeringPolicyRequest) {
595
595
  return __awaiter(this, void 0, void 0, function* () {
@@ -665,7 +665,7 @@ class DnsClient {
665
665
  * @param CreateSteeringPolicyAttachmentRequest
666
666
  * @return CreateSteeringPolicyAttachmentResponse
667
667
  * @throws OciError when an error occurs
668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
669
669
  */
670
670
  createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
671
671
  return __awaiter(this, void 0, void 0, function* () {
@@ -737,7 +737,7 @@ class DnsClient {
737
737
  * @param CreateTsigKeyRequest
738
738
  * @return CreateTsigKeyResponse
739
739
  * @throws OciError when an error occurs
740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
741
741
  */
742
742
  createTsigKey(createTsigKeyRequest) {
743
743
  return __awaiter(this, void 0, void 0, function* () {
@@ -812,7 +812,7 @@ class DnsClient {
812
812
  * @param CreateViewRequest
813
813
  * @return CreateViewResponse
814
814
  * @throws OciError when an error occurs
815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
816
816
  */
817
817
  createView(createViewRequest) {
818
818
  return __awaiter(this, void 0, void 0, function* () {
@@ -891,7 +891,7 @@ class DnsClient {
891
891
  * @param CreateZoneRequest
892
892
  * @return CreateZoneResponse
893
893
  * @throws OciError when an error occurs
894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
895
895
  */
896
896
  createZone(createZoneRequest) {
897
897
  return __awaiter(this, void 0, void 0, function* () {
@@ -961,6 +961,83 @@ class DnsClient {
961
961
  }
962
962
  });
963
963
  }
964
+ /**
965
+ * Creates a new zone from a zone file in the specified compartment. Not supported for private zones.
966
+ *
967
+ * This operation does not retry by default if the user has not defined a retry configuration.
968
+ * @param CreateZoneFromZoneFileRequest
969
+ * @return CreateZoneFromZoneFileResponse
970
+ * @throws OciError when an error occurs
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
972
+ */
973
+ createZoneFromZoneFile(createZoneFromZoneFileRequest) {
974
+ return __awaiter(this, void 0, void 0, function* () {
975
+ if (this.logger)
976
+ this.logger.debug("Calling operation DnsClient#createZoneFromZoneFile.");
977
+ const operationName = "createZoneFromZoneFile";
978
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Zone/CreateZoneFromZoneFile";
979
+ const pathParams = {};
980
+ const queryParams = {
981
+ "compartmentId": createZoneFromZoneFileRequest.compartmentId,
982
+ "scope": createZoneFromZoneFileRequest.scope,
983
+ "viewId": createZoneFromZoneFileRequest.viewId
984
+ };
985
+ let headerParams = {
986
+ "opc-request-id": createZoneFromZoneFileRequest.opcRequestId
987
+ };
988
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
989
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createZoneFromZoneFileRequest.retryConfiguration, specRetryConfiguration);
990
+ if (this.logger)
991
+ retrier.logger = this.logger;
992
+ const request = yield oci_common_2.composeRequest({
993
+ baseEndpoint: this._endpoint,
994
+ defaultHeaders: this._defaultHeaders,
995
+ path: "/actions/createZoneFromZoneFile",
996
+ method: "POST",
997
+ bodyContent: createZoneFromZoneFileRequest.createZoneFromZoneFileDetails,
998
+ pathParams: pathParams,
999
+ headerParams: headerParams,
1000
+ backupBinaryBody: retrier.backUpBinaryBody,
1001
+ queryParams: queryParams
1002
+ });
1003
+ try {
1004
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1005
+ const sdkResponse = oci_common_2.composeResponse({
1006
+ responseObject: {},
1007
+ body: yield response.json(),
1008
+ bodyKey: "zone",
1009
+ bodyModel: model.Zone,
1010
+ type: "model.Zone",
1011
+ responseHeaders: [
1012
+ {
1013
+ value: response.headers.get("etag"),
1014
+ key: "etag",
1015
+ dataType: "string"
1016
+ },
1017
+ {
1018
+ value: response.headers.get("Location"),
1019
+ key: "location",
1020
+ dataType: "string"
1021
+ },
1022
+ {
1023
+ value: response.headers.get("opc-request-id"),
1024
+ key: "opcRequestId",
1025
+ dataType: "string"
1026
+ },
1027
+ {
1028
+ value: response.headers.get("opc-work-request-id"),
1029
+ key: "opcWorkRequestId",
1030
+ dataType: "string"
1031
+ }
1032
+ ]
1033
+ });
1034
+ return sdkResponse;
1035
+ }
1036
+ catch (err) {
1037
+ throw err;
1038
+ }
1039
+ });
1040
+ }
964
1041
  /**
965
1042
  * Deletes all records at the specified zone and domain.
966
1043
  * <p>
@@ -971,7 +1048,7 @@ class DnsClient {
971
1048
  * @param DeleteDomainRecordsRequest
972
1049
  * @return DeleteDomainRecordsResponse
973
1050
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
1051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
975
1052
  */
976
1053
  deleteDomainRecords(deleteDomainRecordsRequest) {
977
1054
  return __awaiter(this, void 0, void 0, function* () {
@@ -1036,7 +1113,7 @@ class DnsClient {
1036
1113
  * @param DeleteRRSetRequest
1037
1114
  * @return DeleteRRSetResponse
1038
1115
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
1116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
1040
1117
  */
1041
1118
  deleteRRSet(deleteRRSetRequest) {
1042
1119
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1180,7 @@ class DnsClient {
1103
1180
  * @param DeleteResolverEndpointRequest
1104
1181
  * @return DeleteResolverEndpointResponse
1105
1182
  * @throws OciError when an error occurs
1106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
1107
1184
  */
1108
1185
  deleteResolverEndpoint(deleteResolverEndpointRequest) {
1109
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1172,7 +1249,7 @@ class DnsClient {
1172
1249
  * @param DeleteSteeringPolicyRequest
1173
1250
  * @return DeleteSteeringPolicyResponse
1174
1251
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
1176
1253
  */
1177
1254
  deleteSteeringPolicy(deleteSteeringPolicyRequest) {
1178
1255
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1309,7 @@ class DnsClient {
1232
1309
  * @param DeleteSteeringPolicyAttachmentRequest
1233
1310
  * @return DeleteSteeringPolicyAttachmentResponse
1234
1311
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
1236
1313
  */
1237
1314
  deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
1238
1315
  return __awaiter(this, void 0, void 0, function* () {
@@ -1291,7 +1368,7 @@ class DnsClient {
1291
1368
  * @param DeleteTsigKeyRequest
1292
1369
  * @return DeleteTsigKeyResponse
1293
1370
  * @throws OciError when an error occurs
1294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
1295
1372
  */
1296
1373
  deleteTsigKey(deleteTsigKeyRequest) {
1297
1374
  return __awaiter(this, void 0, void 0, function* () {
@@ -1360,7 +1437,7 @@ class DnsClient {
1360
1437
  * @param DeleteViewRequest
1361
1438
  * @return DeleteViewResponse
1362
1439
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
1364
1441
  */
1365
1442
  deleteView(deleteViewRequest) {
1366
1443
  return __awaiter(this, void 0, void 0, function* () {
@@ -1428,7 +1505,7 @@ class DnsClient {
1428
1505
  * @param DeleteZoneRequest
1429
1506
  * @return DeleteZoneResponse
1430
1507
  * @throws OciError when an error occurs
1431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
1432
1509
  */
1433
1510
  deleteZone(deleteZoneRequest) {
1434
1511
  return __awaiter(this, void 0, void 0, function* () {
@@ -1498,7 +1575,7 @@ class DnsClient {
1498
1575
  * @param GetDomainRecordsRequest
1499
1576
  * @return GetDomainRecordsResponse
1500
1577
  * @throws OciError when an error occurs
1501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
1502
1579
  */
1503
1580
  getDomainRecords(getDomainRecordsRequest) {
1504
1581
  return __awaiter(this, void 0, void 0, function* () {
@@ -1628,7 +1705,7 @@ class DnsClient {
1628
1705
  * @param GetRRSetRequest
1629
1706
  * @return GetRRSetResponse
1630
1707
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
1632
1709
  */
1633
1710
  getRRSet(getRRSetRequest) {
1634
1711
  return __awaiter(this, void 0, void 0, function* () {
@@ -1756,7 +1833,7 @@ class DnsClient {
1756
1833
  * @param GetResolverRequest
1757
1834
  * @return GetResolverResponse
1758
1835
  * @throws OciError when an error occurs
1759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
1760
1837
  */
1761
1838
  getResolver(getResolverRequest) {
1762
1839
  return __awaiter(this, void 0, void 0, function* () {
@@ -1827,7 +1904,7 @@ class DnsClient {
1827
1904
  * @param GetResolverEndpointRequest
1828
1905
  * @return GetResolverEndpointResponse
1829
1906
  * @throws OciError when an error occurs
1830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
1831
1908
  */
1832
1909
  getResolverEndpoint(getResolverEndpointRequest) {
1833
1910
  return __awaiter(this, void 0, void 0, function* () {
@@ -1896,7 +1973,7 @@ class DnsClient {
1896
1973
  * @param GetSteeringPolicyRequest
1897
1974
  * @return GetSteeringPolicyResponse
1898
1975
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
1900
1977
  */
1901
1978
  getSteeringPolicy(getSteeringPolicyRequest) {
1902
1979
  return __awaiter(this, void 0, void 0, function* () {
@@ -1964,7 +2041,7 @@ class DnsClient {
1964
2041
  * @param GetSteeringPolicyAttachmentRequest
1965
2042
  * @return GetSteeringPolicyAttachmentResponse
1966
2043
  * @throws OciError when an error occurs
1967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
2044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
1968
2045
  */
1969
2046
  getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
1970
2047
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2109,7 @@ class DnsClient {
2032
2109
  * @param GetTsigKeyRequest
2033
2110
  * @return GetTsigKeyResponse
2034
2111
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
2112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
2036
2113
  */
2037
2114
  getTsigKey(getTsigKeyRequest) {
2038
2115
  return __awaiter(this, void 0, void 0, function* () {
@@ -2104,7 +2181,7 @@ class DnsClient {
2104
2181
  * @param GetViewRequest
2105
2182
  * @return GetViewResponse
2106
2183
  * @throws OciError when an error occurs
2107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetView.ts.html |here} to see how to use GetView API.
2184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetView.ts.html |here} to see how to use GetView API.
2108
2185
  */
2109
2186
  getView(getViewRequest) {
2110
2187
  return __awaiter(this, void 0, void 0, function* () {
@@ -2175,7 +2252,7 @@ class DnsClient {
2175
2252
  * @param GetZoneRequest
2176
2253
  * @return GetZoneResponse
2177
2254
  * @throws OciError when an error occurs
2178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
2255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
2179
2256
  */
2180
2257
  getZone(getZoneRequest) {
2181
2258
  return __awaiter(this, void 0, void 0, function* () {
@@ -2245,7 +2322,7 @@ class DnsClient {
2245
2322
  * @param GetZoneContentRequest
2246
2323
  * @return GetZoneContentResponse
2247
2324
  * @throws OciError when an error occurs
2248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
2249
2326
  */
2250
2327
  getZoneContent(getZoneContentRequest) {
2251
2328
  return __awaiter(this, void 0, void 0, function* () {
@@ -2318,7 +2395,7 @@ class DnsClient {
2318
2395
  * @param GetZoneRecordsRequest
2319
2396
  * @return GetZoneRecordsResponse
2320
2397
  * @throws OciError when an error occurs
2321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
2322
2399
  */
2323
2400
  getZoneRecords(getZoneRecordsRequest) {
2324
2401
  return __awaiter(this, void 0, void 0, function* () {
@@ -2449,7 +2526,7 @@ class DnsClient {
2449
2526
  * @param ListResolverEndpointsRequest
2450
2527
  * @return ListResolverEndpointsResponse
2451
2528
  * @throws OciError when an error occurs
2452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
2453
2530
  */
2454
2531
  listResolverEndpoints(listResolverEndpointsRequest) {
2455
2532
  return __awaiter(this, void 0, void 0, function* () {
@@ -2566,7 +2643,7 @@ class DnsClient {
2566
2643
  * @param ListResolversRequest
2567
2644
  * @return ListResolversResponse
2568
2645
  * @throws OciError when an error occurs
2569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
2570
2647
  */
2571
2648
  listResolvers(listResolversRequest) {
2572
2649
  return __awaiter(this, void 0, void 0, function* () {
@@ -2678,7 +2755,7 @@ class DnsClient {
2678
2755
  * @param ListSteeringPoliciesRequest
2679
2756
  * @return ListSteeringPoliciesResponse
2680
2757
  * @throws OciError when an error occurs
2681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
2682
2759
  */
2683
2760
  listSteeringPolicies(listSteeringPoliciesRequest) {
2684
2761
  return __awaiter(this, void 0, void 0, function* () {
@@ -2800,7 +2877,7 @@ class DnsClient {
2800
2877
  * @param ListSteeringPolicyAttachmentsRequest
2801
2878
  * @return ListSteeringPolicyAttachmentsResponse
2802
2879
  * @throws OciError when an error occurs
2803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
2804
2881
  */
2805
2882
  listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
2806
2883
  return __awaiter(this, void 0, void 0, function* () {
@@ -2923,7 +3000,7 @@ class DnsClient {
2923
3000
  * @param ListTsigKeysRequest
2924
3001
  * @return ListTsigKeysResponse
2925
3002
  * @throws OciError when an error occurs
2926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
3003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
2927
3004
  */
2928
3005
  listTsigKeys(listTsigKeysRequest) {
2929
3006
  return __awaiter(this, void 0, void 0, function* () {
@@ -3040,7 +3117,7 @@ class DnsClient {
3040
3117
  * @param ListViewsRequest
3041
3118
  * @return ListViewsResponse
3042
3119
  * @throws OciError when an error occurs
3043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
3120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
3044
3121
  */
3045
3122
  listViews(listViewsRequest) {
3046
3123
  return __awaiter(this, void 0, void 0, function* () {
@@ -3154,7 +3231,7 @@ class DnsClient {
3154
3231
  * @param ListZoneTransferServersRequest
3155
3232
  * @return ListZoneTransferServersResponse
3156
3233
  * @throws OciError when an error occurs
3157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
3158
3235
  */
3159
3236
  listZoneTransferServers(listZoneTransferServersRequest) {
3160
3237
  return __awaiter(this, void 0, void 0, function* () {
@@ -3263,7 +3340,7 @@ class DnsClient {
3263
3340
  * @param ListZonesRequest
3264
3341
  * @return ListZonesResponse
3265
3342
  * @throws OciError when an error occurs
3266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
3343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
3267
3344
  */
3268
3345
  listZones(listZonesRequest) {
3269
3346
  return __awaiter(this, void 0, void 0, function* () {
@@ -3390,7 +3467,7 @@ class DnsClient {
3390
3467
  * @param PatchDomainRecordsRequest
3391
3468
  * @return PatchDomainRecordsResponse
3392
3469
  * @throws OciError when an error occurs
3393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
3394
3471
  */
3395
3472
  patchDomainRecords(patchDomainRecordsRequest) {
3396
3473
  return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3552,7 @@ class DnsClient {
3475
3552
  * @param PatchRRSetRequest
3476
3553
  * @return PatchRRSetResponse
3477
3554
  * @throws OciError when an error occurs
3478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
3479
3556
  */
3480
3557
  patchRRSet(patchRRSetRequest) {
3481
3558
  return __awaiter(this, void 0, void 0, function* () {
@@ -3563,7 +3640,7 @@ class DnsClient {
3563
3640
  * @param PatchZoneRecordsRequest
3564
3641
  * @return PatchZoneRecordsResponse
3565
3642
  * @throws OciError when an error occurs
3566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
3567
3644
  */
3568
3645
  patchZoneRecords(patchZoneRecordsRequest) {
3569
3646
  return __awaiter(this, void 0, void 0, function* () {
@@ -3649,7 +3726,7 @@ class DnsClient {
3649
3726
  * @param UpdateDomainRecordsRequest
3650
3727
  * @return UpdateDomainRecordsResponse
3651
3728
  * @throws OciError when an error occurs
3652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
3653
3730
  */
3654
3731
  updateDomainRecords(updateDomainRecordsRequest) {
3655
3732
  return __awaiter(this, void 0, void 0, function* () {
@@ -3734,7 +3811,7 @@ class DnsClient {
3734
3811
  * @param UpdateRRSetRequest
3735
3812
  * @return UpdateRRSetResponse
3736
3813
  * @throws OciError when an error occurs
3737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
3738
3815
  */
3739
3816
  updateRRSet(updateRRSetRequest) {
3740
3817
  return __awaiter(this, void 0, void 0, function* () {
@@ -3817,7 +3894,7 @@ class DnsClient {
3817
3894
  * @param UpdateResolverRequest
3818
3895
  * @return UpdateResolverResponse
3819
3896
  * @throws OciError when an error occurs
3820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
3821
3898
  */
3822
3899
  updateResolver(updateResolverRequest) {
3823
3900
  return __awaiter(this, void 0, void 0, function* () {
@@ -3891,7 +3968,7 @@ class DnsClient {
3891
3968
  * @param UpdateResolverEndpointRequest
3892
3969
  * @return UpdateResolverEndpointResponse
3893
3970
  * @throws OciError when an error occurs
3894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
3895
3972
  */
3896
3973
  updateResolverEndpoint(updateResolverEndpointRequest) {
3897
3974
  return __awaiter(this, void 0, void 0, function* () {
@@ -3966,7 +4043,7 @@ class DnsClient {
3966
4043
  * @param UpdateSteeringPolicyRequest
3967
4044
  * @return UpdateSteeringPolicyResponse
3968
4045
  * @throws OciError when an error occurs
3969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
4046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
3970
4047
  */
3971
4048
  updateSteeringPolicy(updateSteeringPolicyRequest) {
3972
4049
  return __awaiter(this, void 0, void 0, function* () {
@@ -4035,7 +4112,7 @@ class DnsClient {
4035
4112
  * @param UpdateSteeringPolicyAttachmentRequest
4036
4113
  * @return UpdateSteeringPolicyAttachmentResponse
4037
4114
  * @throws OciError when an error occurs
4038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
4115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
4039
4116
  */
4040
4117
  updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
4041
4118
  return __awaiter(this, void 0, void 0, function* () {
@@ -4104,7 +4181,7 @@ class DnsClient {
4104
4181
  * @param UpdateTsigKeyRequest
4105
4182
  * @return UpdateTsigKeyResponse
4106
4183
  * @throws OciError when an error occurs
4107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
4184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
4108
4185
  */
4109
4186
  updateTsigKey(updateTsigKeyRequest) {
4110
4187
  return __awaiter(this, void 0, void 0, function* () {
@@ -4178,7 +4255,7 @@ class DnsClient {
4178
4255
  * @param UpdateViewRequest
4179
4256
  * @return UpdateViewResponse
4180
4257
  * @throws OciError when an error occurs
4181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
4182
4259
  */
4183
4260
  updateView(updateViewRequest) {
4184
4261
  return __awaiter(this, void 0, void 0, function* () {
@@ -4257,7 +4334,7 @@ class DnsClient {
4257
4334
  * @param UpdateZoneRequest
4258
4335
  * @return UpdateZoneResponse
4259
4336
  * @throws OciError when an error occurs
4260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
4261
4338
  */
4262
4339
  updateZone(updateZoneRequest) {
4263
4340
  return __awaiter(this, void 0, void 0, function* () {
@@ -4339,7 +4416,7 @@ class DnsClient {
4339
4416
  * @param UpdateZoneRecordsRequest
4340
4417
  * @return UpdateZoneRecordsResponse
4341
4418
  * @throws OciError when an error occurs
4342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
4343
4420
  */
4344
4421
  updateZoneRecords(updateZoneRecordsRequest) {
4345
4422
  return __awaiter(this, void 0, void 0, function* () {