oci-datacatalog 2.80.0 → 2.82.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/lib/client.d.ts +156 -147
  2. package/lib/client.js +210 -147
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/asynchronous-export-data-asset-details.d.ts +29 -0
  5. package/lib/model/asynchronous-export-data-asset-details.js +69 -0
  6. package/lib/model/asynchronous-export-data-asset-details.js.map +1 -0
  7. package/lib/model/asynchronous-export-data-asset-result.d.ts +43 -0
  8. package/lib/model/asynchronous-export-data-asset-result.js +31 -0
  9. package/lib/model/asynchronous-export-data-asset-result.js.map +1 -0
  10. package/lib/model/index.d.ts +4 -0
  11. package/lib/model/index.js +8 -4
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/job-type.d.ts +2 -0
  14. package/lib/model/job-type.js +2 -0
  15. package/lib/model/job-type.js.map +1 -1
  16. package/lib/request/add-catalog-lock-request.d.ts +1 -1
  17. package/lib/request/add-catalog-private-endpoint-lock-request.d.ts +1 -1
  18. package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
  19. package/lib/request/add-metastore-lock-request.d.ts +1 -1
  20. package/lib/request/associate-custom-property-request.d.ts +1 -1
  21. package/lib/request/asynchronous-export-data-asset-request.d.ts +48 -0
  22. package/lib/request/asynchronous-export-data-asset-request.js +15 -0
  23. package/lib/request/asynchronous-export-data-asset-request.js.map +1 -0
  24. package/lib/request/asynchronous-export-glossary-request.d.ts +1 -1
  25. package/lib/request/attach-catalog-private-endpoint-request.d.ts +1 -1
  26. package/lib/request/change-catalog-compartment-request.d.ts +1 -1
  27. package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +1 -1
  28. package/lib/request/change-metastore-compartment-request.d.ts +1 -1
  29. package/lib/request/create-attribute-request.d.ts +1 -1
  30. package/lib/request/create-attribute-tag-request.d.ts +1 -1
  31. package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
  32. package/lib/request/create-catalog-request.d.ts +1 -1
  33. package/lib/request/create-connection-request.d.ts +1 -1
  34. package/lib/request/create-custom-property-request.d.ts +1 -1
  35. package/lib/request/create-data-asset-request.d.ts +1 -1
  36. package/lib/request/create-data-asset-tag-request.d.ts +1 -1
  37. package/lib/request/create-entity-request.d.ts +1 -1
  38. package/lib/request/create-entity-tag-request.d.ts +1 -1
  39. package/lib/request/create-folder-request.d.ts +1 -1
  40. package/lib/request/create-folder-tag-request.d.ts +1 -1
  41. package/lib/request/create-glossary-request.d.ts +1 -1
  42. package/lib/request/create-job-definition-request.d.ts +1 -1
  43. package/lib/request/create-job-execution-request.d.ts +1 -1
  44. package/lib/request/create-job-request.d.ts +1 -1
  45. package/lib/request/create-metastore-request.d.ts +1 -1
  46. package/lib/request/create-namespace-request.d.ts +1 -1
  47. package/lib/request/create-pattern-request.d.ts +1 -1
  48. package/lib/request/create-term-relationship-request.d.ts +1 -1
  49. package/lib/request/create-term-request.d.ts +1 -1
  50. package/lib/request/delete-attribute-request.d.ts +1 -1
  51. package/lib/request/delete-attribute-tag-request.d.ts +1 -1
  52. package/lib/request/delete-catalog-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/delete-catalog-request.d.ts +1 -1
  54. package/lib/request/delete-connection-request.d.ts +1 -1
  55. package/lib/request/delete-custom-property-request.d.ts +1 -1
  56. package/lib/request/delete-data-asset-request.d.ts +1 -1
  57. package/lib/request/delete-data-asset-tag-request.d.ts +1 -1
  58. package/lib/request/delete-entity-request.d.ts +1 -1
  59. package/lib/request/delete-entity-tag-request.d.ts +1 -1
  60. package/lib/request/delete-folder-request.d.ts +1 -1
  61. package/lib/request/delete-folder-tag-request.d.ts +1 -1
  62. package/lib/request/delete-glossary-request.d.ts +1 -1
  63. package/lib/request/delete-job-definition-request.d.ts +1 -1
  64. package/lib/request/delete-job-request.d.ts +1 -1
  65. package/lib/request/delete-metastore-request.d.ts +1 -1
  66. package/lib/request/delete-namespace-request.d.ts +1 -1
  67. package/lib/request/delete-pattern-request.d.ts +1 -1
  68. package/lib/request/delete-term-relationship-request.d.ts +1 -1
  69. package/lib/request/delete-term-request.d.ts +1 -1
  70. package/lib/request/detach-catalog-private-endpoint-request.d.ts +1 -1
  71. package/lib/request/disassociate-custom-property-request.d.ts +1 -1
  72. package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
  73. package/lib/request/export-glossary-request.d.ts +1 -1
  74. package/lib/request/fetch-entity-lineage-request.d.ts +1 -1
  75. package/lib/request/get-attribute-request.d.ts +1 -1
  76. package/lib/request/get-attribute-tag-request.d.ts +1 -1
  77. package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
  78. package/lib/request/get-catalog-request.d.ts +1 -1
  79. package/lib/request/get-connection-request.d.ts +1 -1
  80. package/lib/request/get-custom-property-request.d.ts +1 -1
  81. package/lib/request/get-data-asset-request.d.ts +1 -1
  82. package/lib/request/get-data-asset-tag-request.d.ts +1 -1
  83. package/lib/request/get-entity-request.d.ts +1 -1
  84. package/lib/request/get-entity-tag-request.d.ts +1 -1
  85. package/lib/request/get-folder-request.d.ts +1 -1
  86. package/lib/request/get-folder-tag-request.d.ts +1 -1
  87. package/lib/request/get-glossary-request.d.ts +1 -1
  88. package/lib/request/get-job-definition-request.d.ts +1 -1
  89. package/lib/request/get-job-execution-request.d.ts +1 -1
  90. package/lib/request/get-job-log-request.d.ts +1 -1
  91. package/lib/request/get-job-metrics-request.d.ts +1 -1
  92. package/lib/request/get-job-request.d.ts +1 -1
  93. package/lib/request/get-metastore-request.d.ts +1 -1
  94. package/lib/request/get-namespace-request.d.ts +1 -1
  95. package/lib/request/get-pattern-request.d.ts +1 -1
  96. package/lib/request/get-term-relationship-request.d.ts +1 -1
  97. package/lib/request/get-term-request.d.ts +1 -1
  98. package/lib/request/get-type-request.d.ts +1 -1
  99. package/lib/request/get-work-request-request.d.ts +1 -1
  100. package/lib/request/import-connection-request.d.ts +1 -1
  101. package/lib/request/import-data-asset-request.d.ts +1 -1
  102. package/lib/request/import-glossary-request.d.ts +1 -1
  103. package/lib/request/index.d.ts +2 -0
  104. package/lib/request/index.js.map +1 -1
  105. package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
  106. package/lib/request/list-attribute-tags-request.d.ts +1 -1
  107. package/lib/request/list-attributes-request.d.ts +1 -1
  108. package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
  109. package/lib/request/list-catalogs-request.d.ts +1 -1
  110. package/lib/request/list-connections-request.d.ts +1 -1
  111. package/lib/request/list-custom-properties-request.d.ts +1 -1
  112. package/lib/request/list-data-asset-tags-request.d.ts +1 -1
  113. package/lib/request/list-data-assets-request.d.ts +1 -1
  114. package/lib/request/list-derived-logical-entities-request.d.ts +1 -1
  115. package/lib/request/list-entities-request.d.ts +1 -1
  116. package/lib/request/list-entity-tags-request.d.ts +1 -1
  117. package/lib/request/list-folder-tags-request.d.ts +1 -1
  118. package/lib/request/list-folders-request.d.ts +1 -1
  119. package/lib/request/list-glossaries-request.d.ts +1 -1
  120. package/lib/request/list-job-definitions-request.d.ts +1 -1
  121. package/lib/request/list-job-executions-request.d.ts +1 -1
  122. package/lib/request/list-job-logs-request.d.ts +1 -1
  123. package/lib/request/list-job-metrics-request.d.ts +1 -1
  124. package/lib/request/list-jobs-request.d.ts +1 -1
  125. package/lib/request/list-metastores-request.d.ts +1 -1
  126. package/lib/request/list-namespaces-request.d.ts +1 -1
  127. package/lib/request/list-patterns-request.d.ts +1 -1
  128. package/lib/request/list-rules-request.d.ts +1 -1
  129. package/lib/request/list-tags-request.d.ts +1 -1
  130. package/lib/request/list-term-relationships-request.d.ts +1 -1
  131. package/lib/request/list-terms-request.d.ts +1 -1
  132. package/lib/request/list-types-request.d.ts +1 -1
  133. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  134. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  135. package/lib/request/list-work-requests-request.d.ts +1 -1
  136. package/lib/request/object-stats-request.d.ts +1 -1
  137. package/lib/request/parse-connection-request.d.ts +1 -1
  138. package/lib/request/process-recommendation-request.d.ts +1 -1
  139. package/lib/request/recommendations-request.d.ts +1 -1
  140. package/lib/request/remove-catalog-lock-request.d.ts +1 -1
  141. package/lib/request/remove-catalog-private-endpoint-lock-request.d.ts +1 -1
  142. package/lib/request/remove-data-selector-patterns-request.d.ts +1 -1
  143. package/lib/request/remove-metastore-lock-request.d.ts +1 -1
  144. package/lib/request/search-criteria-request.d.ts +1 -1
  145. package/lib/request/suggest-matches-request.d.ts +1 -1
  146. package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
  147. package/lib/request/test-connection-request.d.ts +1 -1
  148. package/lib/request/update-attribute-request.d.ts +1 -1
  149. package/lib/request/update-catalog-private-endpoint-request.d.ts +1 -1
  150. package/lib/request/update-catalog-request.d.ts +1 -1
  151. package/lib/request/update-connection-request.d.ts +1 -1
  152. package/lib/request/update-custom-property-request.d.ts +1 -1
  153. package/lib/request/update-data-asset-request.d.ts +1 -1
  154. package/lib/request/update-entity-request.d.ts +1 -1
  155. package/lib/request/update-folder-request.d.ts +1 -1
  156. package/lib/request/update-glossary-request.d.ts +1 -1
  157. package/lib/request/update-job-definition-request.d.ts +1 -1
  158. package/lib/request/update-job-request.d.ts +1 -1
  159. package/lib/request/update-metastore-request.d.ts +1 -1
  160. package/lib/request/update-namespace-request.d.ts +1 -1
  161. package/lib/request/update-pattern-request.d.ts +1 -1
  162. package/lib/request/update-term-relationship-request.d.ts +1 -1
  163. package/lib/request/update-term-request.d.ts +1 -1
  164. package/lib/request/upload-credentials-request.d.ts +1 -1
  165. package/lib/request/users-request.d.ts +1 -1
  166. package/lib/request/validate-connection-request.d.ts +1 -1
  167. package/lib/request/validate-pattern-request.d.ts +1 -1
  168. package/lib/response/asynchronous-export-data-asset-response.d.ts +25 -0
  169. package/lib/response/asynchronous-export-data-asset-response.js +15 -0
  170. package/lib/response/asynchronous-export-data-asset-response.js.map +1 -0
  171. package/lib/response/index.d.ts +2 -0
  172. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -199,7 +199,7 @@ class DataCatalogClient {
199
199
  * @param AddCatalogLockRequest
200
200
  * @return AddCatalogLockResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AddCatalogLock.ts.html |here} to see how to use AddCatalogLock API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AddCatalogLock.ts.html |here} to see how to use AddCatalogLock API.
203
203
  */
204
204
  addCatalogLock(addCatalogLockRequest) {
205
205
  return __awaiter(this, void 0, void 0, function* () {
@@ -264,7 +264,7 @@ class DataCatalogClient {
264
264
  * @param AddCatalogPrivateEndpointLockRequest
265
265
  * @return AddCatalogPrivateEndpointLockResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AddCatalogPrivateEndpointLock.ts.html |here} to see how to use AddCatalogPrivateEndpointLock API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AddCatalogPrivateEndpointLock.ts.html |here} to see how to use AddCatalogPrivateEndpointLock API.
268
268
  */
269
269
  addCatalogPrivateEndpointLock(addCatalogPrivateEndpointLockRequest) {
270
270
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class DataCatalogClient {
329
329
  * @param AddDataSelectorPatternsRequest
330
330
  * @return AddDataSelectorPatternsResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
333
333
  */
334
334
  addDataSelectorPatterns(addDataSelectorPatternsRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class DataCatalogClient {
396
396
  * @param AddMetastoreLockRequest
397
397
  * @return AddMetastoreLockResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AddMetastoreLock.ts.html |here} to see how to use AddMetastoreLock API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AddMetastoreLock.ts.html |here} to see how to use AddMetastoreLock API.
400
400
  */
401
401
  addMetastoreLock(addMetastoreLockRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -461,7 +461,7 @@ class DataCatalogClient {
461
461
  * @param AssociateCustomPropertyRequest
462
462
  * @return AssociateCustomPropertyResponse
463
463
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
465
465
  */
466
466
  associateCustomProperty(associateCustomPropertyRequest) {
467
467
  return __awaiter(this, void 0, void 0, function* () {
@@ -522,6 +522,69 @@ class DataCatalogClient {
522
522
  }
523
523
  });
524
524
  }
525
+ /**
526
+ * Export technical objects from a Data Asset in Excel format. Returns details about the job which actually performs the export.
527
+ * This operation does not retry by default if the user has not defined a retry configuration.
528
+ * @param AsynchronousExportDataAssetRequest
529
+ * @return AsynchronousExportDataAssetResponse
530
+ * @throws OciError when an error occurs
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AsynchronousExportDataAsset.ts.html |here} to see how to use AsynchronousExportDataAsset API.
532
+ */
533
+ asynchronousExportDataAsset(asynchronousExportDataAssetRequest) {
534
+ return __awaiter(this, void 0, void 0, function* () {
535
+ if (this.logger)
536
+ this.logger.debug("Calling operation DataCatalogClient#asynchronousExportDataAsset.");
537
+ const operationName = "asynchronousExportDataAsset";
538
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/AsynchronousExportDataAsset";
539
+ const pathParams = {
540
+ "{catalogId}": asynchronousExportDataAssetRequest.catalogId,
541
+ "{dataAssetKey}": asynchronousExportDataAssetRequest.dataAssetKey
542
+ };
543
+ const queryParams = {
544
+ "exportType": asynchronousExportDataAssetRequest.exportType
545
+ };
546
+ let headerParams = {
547
+ "Content-Type": common.Constants.APPLICATION_JSON,
548
+ "opc-request-id": asynchronousExportDataAssetRequest.opcRequestId,
549
+ "opc-retry-token": asynchronousExportDataAssetRequest.opcRetryToken
550
+ };
551
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
552
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, asynchronousExportDataAssetRequest.retryConfiguration, specRetryConfiguration);
553
+ if (this.logger)
554
+ retrier.logger = this.logger;
555
+ const request = yield oci_common_2.composeRequest({
556
+ baseEndpoint: this._endpoint,
557
+ defaultHeaders: this._defaultHeaders,
558
+ path: "/catalogs/{catalogId}/dataAssets/{dataAssetKey}/actions/asynchronousExport",
559
+ method: "POST",
560
+ bodyContent: common.ObjectSerializer.serialize(asynchronousExportDataAssetRequest.asynchronousExportDataAssetDetails, "AsynchronousExportDataAssetDetails", model.AsynchronousExportDataAssetDetails.getJsonObj),
561
+ pathParams: pathParams,
562
+ headerParams: headerParams,
563
+ queryParams: queryParams
564
+ });
565
+ try {
566
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
567
+ const sdkResponse = oci_common_2.composeResponse({
568
+ responseObject: {},
569
+ body: yield response.json(),
570
+ bodyKey: "asynchronousExportDataAssetResult",
571
+ bodyModel: model.AsynchronousExportDataAssetResult,
572
+ type: "model.AsynchronousExportDataAssetResult",
573
+ responseHeaders: [
574
+ {
575
+ value: response.headers.get("opc-request-id"),
576
+ key: "opcRequestId",
577
+ dataType: "string"
578
+ }
579
+ ]
580
+ });
581
+ return sdkResponse;
582
+ }
583
+ catch (err) {
584
+ throw err;
585
+ }
586
+ });
587
+ }
525
588
  /**
526
589
  * Exports the contents of a glossary in Excel format. Returns details about the job which actually performs the export.
527
590
  *
@@ -529,7 +592,7 @@ class DataCatalogClient {
529
592
  * @param AsynchronousExportGlossaryRequest
530
593
  * @return AsynchronousExportGlossaryResponse
531
594
  * @throws OciError when an error occurs
532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
533
596
  */
534
597
  asynchronousExportGlossary(asynchronousExportGlossaryRequest) {
535
598
  return __awaiter(this, void 0, void 0, function* () {
@@ -595,7 +658,7 @@ class DataCatalogClient {
595
658
  * @param AttachCatalogPrivateEndpointRequest
596
659
  * @return AttachCatalogPrivateEndpointResponse
597
660
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
599
662
  */
600
663
  attachCatalogPrivateEndpoint(attachCatalogPrivateEndpointRequest) {
601
664
  return __awaiter(this, void 0, void 0, function* () {
@@ -659,7 +722,7 @@ class DataCatalogClient {
659
722
  * @param ChangeCatalogCompartmentRequest
660
723
  * @return ChangeCatalogCompartmentResponse
661
724
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
663
726
  */
664
727
  changeCatalogCompartment(changeCatalogCompartmentRequest) {
665
728
  return __awaiter(this, void 0, void 0, function* () {
@@ -722,7 +785,7 @@ class DataCatalogClient {
722
785
  * @param ChangeCatalogPrivateEndpointCompartmentRequest
723
786
  * @return ChangeCatalogPrivateEndpointCompartmentResponse
724
787
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
726
789
  */
727
790
  changeCatalogPrivateEndpointCompartment(changeCatalogPrivateEndpointCompartmentRequest) {
728
791
  return __awaiter(this, void 0, void 0, function* () {
@@ -785,7 +848,7 @@ class DataCatalogClient {
785
848
  * @param ChangeMetastoreCompartmentRequest
786
849
  * @return ChangeMetastoreCompartmentResponse
787
850
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
789
852
  */
790
853
  changeMetastoreCompartment(changeMetastoreCompartmentRequest) {
791
854
  return __awaiter(this, void 0, void 0, function* () {
@@ -848,7 +911,7 @@ class DataCatalogClient {
848
911
  * @param CreateAttributeRequest
849
912
  * @return CreateAttributeResponse
850
913
  * @throws OciError when an error occurs
851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
852
915
  */
853
916
  createAttribute(createAttributeRequest) {
854
917
  return __awaiter(this, void 0, void 0, function* () {
@@ -915,7 +978,7 @@ class DataCatalogClient {
915
978
  * @param CreateAttributeTagRequest
916
979
  * @return CreateAttributeTagResponse
917
980
  * @throws OciError when an error occurs
918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
919
982
  */
920
983
  createAttributeTag(createAttributeTagRequest) {
921
984
  return __awaiter(this, void 0, void 0, function* () {
@@ -985,7 +1048,7 @@ class DataCatalogClient {
985
1048
  * @param CreateCatalogRequest
986
1049
  * @return CreateCatalogResponse
987
1050
  * @throws OciError when an error occurs
988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
1051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
989
1052
  */
990
1053
  createCatalog(createCatalogRequest) {
991
1054
  return __awaiter(this, void 0, void 0, function* () {
@@ -1044,7 +1107,7 @@ class DataCatalogClient {
1044
1107
  * @param CreateCatalogPrivateEndpointRequest
1045
1108
  * @return CreateCatalogPrivateEndpointResponse
1046
1109
  * @throws OciError when an error occurs
1047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
1110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
1048
1111
  */
1049
1112
  createCatalogPrivateEndpoint(createCatalogPrivateEndpointRequest) {
1050
1113
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1166,7 @@ class DataCatalogClient {
1103
1166
  * @param CreateConnectionRequest
1104
1167
  * @return CreateConnectionResponse
1105
1168
  * @throws OciError when an error occurs
1106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
1169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
1107
1170
  */
1108
1171
  createConnection(createConnectionRequest) {
1109
1172
  return __awaiter(this, void 0, void 0, function* () {
@@ -1169,7 +1232,7 @@ class DataCatalogClient {
1169
1232
  * @param CreateCustomPropertyRequest
1170
1233
  * @return CreateCustomPropertyResponse
1171
1234
  * @throws OciError when an error occurs
1172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
1173
1236
  */
1174
1237
  createCustomProperty(createCustomPropertyRequest) {
1175
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1298,7 @@ class DataCatalogClient {
1235
1298
  * @param CreateDataAssetRequest
1236
1299
  * @return CreateDataAssetResponse
1237
1300
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
1239
1302
  */
1240
1303
  createDataAsset(createDataAssetRequest) {
1241
1304
  return __awaiter(this, void 0, void 0, function* () {
@@ -1300,7 +1363,7 @@ class DataCatalogClient {
1300
1363
  * @param CreateDataAssetTagRequest
1301
1364
  * @return CreateDataAssetTagResponse
1302
1365
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
1366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
1304
1367
  */
1305
1368
  createDataAssetTag(createDataAssetTagRequest) {
1306
1369
  return __awaiter(this, void 0, void 0, function* () {
@@ -1366,7 +1429,7 @@ class DataCatalogClient {
1366
1429
  * @param CreateEntityRequest
1367
1430
  * @return CreateEntityResponse
1368
1431
  * @throws OciError when an error occurs
1369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
1432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
1370
1433
  */
1371
1434
  createEntity(createEntityRequest) {
1372
1435
  return __awaiter(this, void 0, void 0, function* () {
@@ -1432,7 +1495,7 @@ class DataCatalogClient {
1432
1495
  * @param CreateEntityTagRequest
1433
1496
  * @return CreateEntityTagResponse
1434
1497
  * @throws OciError when an error occurs
1435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
1498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
1436
1499
  */
1437
1500
  createEntityTag(createEntityTagRequest) {
1438
1501
  return __awaiter(this, void 0, void 0, function* () {
@@ -1499,7 +1562,7 @@ class DataCatalogClient {
1499
1562
  * @param CreateFolderRequest
1500
1563
  * @return CreateFolderResponse
1501
1564
  * @throws OciError when an error occurs
1502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
1565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
1503
1566
  */
1504
1567
  createFolder(createFolderRequest) {
1505
1568
  return __awaiter(this, void 0, void 0, function* () {
@@ -1565,7 +1628,7 @@ class DataCatalogClient {
1565
1628
  * @param CreateFolderTagRequest
1566
1629
  * @return CreateFolderTagResponse
1567
1630
  * @throws OciError when an error occurs
1568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
1569
1632
  */
1570
1633
  createFolderTag(createFolderTagRequest) {
1571
1634
  return __awaiter(this, void 0, void 0, function* () {
@@ -1632,7 +1695,7 @@ class DataCatalogClient {
1632
1695
  * @param CreateGlossaryRequest
1633
1696
  * @return CreateGlossaryResponse
1634
1697
  * @throws OciError when an error occurs
1635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
1698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
1636
1699
  */
1637
1700
  createGlossary(createGlossaryRequest) {
1638
1701
  return __awaiter(this, void 0, void 0, function* () {
@@ -1697,7 +1760,7 @@ class DataCatalogClient {
1697
1760
  * @param CreateJobRequest
1698
1761
  * @return CreateJobResponse
1699
1762
  * @throws OciError when an error occurs
1700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
1763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
1701
1764
  */
1702
1765
  createJob(createJobRequest) {
1703
1766
  return __awaiter(this, void 0, void 0, function* () {
@@ -1762,7 +1825,7 @@ class DataCatalogClient {
1762
1825
  * @param CreateJobDefinitionRequest
1763
1826
  * @return CreateJobDefinitionResponse
1764
1827
  * @throws OciError when an error occurs
1765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
1828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
1766
1829
  */
1767
1830
  createJobDefinition(createJobDefinitionRequest) {
1768
1831
  return __awaiter(this, void 0, void 0, function* () {
@@ -1827,7 +1890,7 @@ class DataCatalogClient {
1827
1890
  * @param CreateJobExecutionRequest
1828
1891
  * @return CreateJobExecutionResponse
1829
1892
  * @throws OciError when an error occurs
1830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
1893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
1831
1894
  */
1832
1895
  createJobExecution(createJobExecutionRequest) {
1833
1896
  return __awaiter(this, void 0, void 0, function* () {
@@ -1894,7 +1957,7 @@ class DataCatalogClient {
1894
1957
  * @param CreateMetastoreRequest
1895
1958
  * @return CreateMetastoreResponse
1896
1959
  * @throws OciError when an error occurs
1897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
1960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
1898
1961
  */
1899
1962
  createMetastore(createMetastoreRequest) {
1900
1963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1953,7 +2016,7 @@ class DataCatalogClient {
1953
2016
  * @param CreateNamespaceRequest
1954
2017
  * @return CreateNamespaceResponse
1955
2018
  * @throws OciError when an error occurs
1956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
2019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
1957
2020
  */
1958
2021
  createNamespace(createNamespaceRequest) {
1959
2022
  return __awaiter(this, void 0, void 0, function* () {
@@ -2018,7 +2081,7 @@ class DataCatalogClient {
2018
2081
  * @param CreatePatternRequest
2019
2082
  * @return CreatePatternResponse
2020
2083
  * @throws OciError when an error occurs
2021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
2084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
2022
2085
  */
2023
2086
  createPattern(createPatternRequest) {
2024
2087
  return __awaiter(this, void 0, void 0, function* () {
@@ -2083,7 +2146,7 @@ class DataCatalogClient {
2083
2146
  * @param CreateTermRequest
2084
2147
  * @return CreateTermResponse
2085
2148
  * @throws OciError when an error occurs
2086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
2149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
2087
2150
  */
2088
2151
  createTerm(createTermRequest) {
2089
2152
  return __awaiter(this, void 0, void 0, function* () {
@@ -2149,7 +2212,7 @@ class DataCatalogClient {
2149
2212
  * @param CreateTermRelationshipRequest
2150
2213
  * @return CreateTermRelationshipResponse
2151
2214
  * @throws OciError when an error occurs
2152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
2215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
2153
2216
  */
2154
2217
  createTermRelationship(createTermRelationshipRequest) {
2155
2218
  return __awaiter(this, void 0, void 0, function* () {
@@ -2216,7 +2279,7 @@ class DataCatalogClient {
2216
2279
  * @param DeleteAttributeRequest
2217
2280
  * @return DeleteAttributeResponse
2218
2281
  * @throws OciError when an error occurs
2219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
2282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
2220
2283
  */
2221
2284
  deleteAttribute(deleteAttributeRequest) {
2222
2285
  return __awaiter(this, void 0, void 0, function* () {
@@ -2274,7 +2337,7 @@ class DataCatalogClient {
2274
2337
  * @param DeleteAttributeTagRequest
2275
2338
  * @return DeleteAttributeTagResponse
2276
2339
  * @throws OciError when an error occurs
2277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
2340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
2278
2341
  */
2279
2342
  deleteAttributeTag(deleteAttributeTagRequest) {
2280
2343
  return __awaiter(this, void 0, void 0, function* () {
@@ -2333,7 +2396,7 @@ class DataCatalogClient {
2333
2396
  * @param DeleteCatalogRequest
2334
2397
  * @return DeleteCatalogResponse
2335
2398
  * @throws OciError when an error occurs
2336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
2399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
2337
2400
  */
2338
2401
  deleteCatalog(deleteCatalogRequest) {
2339
2402
  return __awaiter(this, void 0, void 0, function* () {
@@ -2395,7 +2458,7 @@ class DataCatalogClient {
2395
2458
  * @param DeleteCatalogPrivateEndpointRequest
2396
2459
  * @return DeleteCatalogPrivateEndpointResponse
2397
2460
  * @throws OciError when an error occurs
2398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
2461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
2399
2462
  */
2400
2463
  deleteCatalogPrivateEndpoint(deleteCatalogPrivateEndpointRequest) {
2401
2464
  return __awaiter(this, void 0, void 0, function* () {
@@ -2457,7 +2520,7 @@ class DataCatalogClient {
2457
2520
  * @param DeleteConnectionRequest
2458
2521
  * @return DeleteConnectionResponse
2459
2522
  * @throws OciError when an error occurs
2460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
2523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
2461
2524
  */
2462
2525
  deleteConnection(deleteConnectionRequest) {
2463
2526
  return __awaiter(this, void 0, void 0, function* () {
@@ -2514,7 +2577,7 @@ class DataCatalogClient {
2514
2577
  * @param DeleteCustomPropertyRequest
2515
2578
  * @return DeleteCustomPropertyResponse
2516
2579
  * @throws OciError when an error occurs
2517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
2580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
2518
2581
  */
2519
2582
  deleteCustomProperty(deleteCustomPropertyRequest) {
2520
2583
  return __awaiter(this, void 0, void 0, function* () {
@@ -2571,7 +2634,7 @@ class DataCatalogClient {
2571
2634
  * @param DeleteDataAssetRequest
2572
2635
  * @return DeleteDataAssetResponse
2573
2636
  * @throws OciError when an error occurs
2574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
2637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
2575
2638
  */
2576
2639
  deleteDataAsset(deleteDataAssetRequest) {
2577
2640
  return __awaiter(this, void 0, void 0, function* () {
@@ -2627,7 +2690,7 @@ class DataCatalogClient {
2627
2690
  * @param DeleteDataAssetTagRequest
2628
2691
  * @return DeleteDataAssetTagResponse
2629
2692
  * @throws OciError when an error occurs
2630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
2693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
2631
2694
  */
2632
2695
  deleteDataAssetTag(deleteDataAssetTagRequest) {
2633
2696
  return __awaiter(this, void 0, void 0, function* () {
@@ -2684,7 +2747,7 @@ class DataCatalogClient {
2684
2747
  * @param DeleteEntityRequest
2685
2748
  * @return DeleteEntityResponse
2686
2749
  * @throws OciError when an error occurs
2687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
2750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
2688
2751
  */
2689
2752
  deleteEntity(deleteEntityRequest) {
2690
2753
  return __awaiter(this, void 0, void 0, function* () {
@@ -2741,7 +2804,7 @@ class DataCatalogClient {
2741
2804
  * @param DeleteEntityTagRequest
2742
2805
  * @return DeleteEntityTagResponse
2743
2806
  * @throws OciError when an error occurs
2744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
2807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
2745
2808
  */
2746
2809
  deleteEntityTag(deleteEntityTagRequest) {
2747
2810
  return __awaiter(this, void 0, void 0, function* () {
@@ -2799,7 +2862,7 @@ class DataCatalogClient {
2799
2862
  * @param DeleteFolderRequest
2800
2863
  * @return DeleteFolderResponse
2801
2864
  * @throws OciError when an error occurs
2802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
2865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
2803
2866
  */
2804
2867
  deleteFolder(deleteFolderRequest) {
2805
2868
  return __awaiter(this, void 0, void 0, function* () {
@@ -2856,7 +2919,7 @@ class DataCatalogClient {
2856
2919
  * @param DeleteFolderTagRequest
2857
2920
  * @return DeleteFolderTagResponse
2858
2921
  * @throws OciError when an error occurs
2859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
2922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
2860
2923
  */
2861
2924
  deleteFolderTag(deleteFolderTagRequest) {
2862
2925
  return __awaiter(this, void 0, void 0, function* () {
@@ -2914,7 +2977,7 @@ class DataCatalogClient {
2914
2977
  * @param DeleteGlossaryRequest
2915
2978
  * @return DeleteGlossaryResponse
2916
2979
  * @throws OciError when an error occurs
2917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
2980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
2918
2981
  */
2919
2982
  deleteGlossary(deleteGlossaryRequest) {
2920
2983
  return __awaiter(this, void 0, void 0, function* () {
@@ -2970,7 +3033,7 @@ class DataCatalogClient {
2970
3033
  * @param DeleteJobRequest
2971
3034
  * @return DeleteJobResponse
2972
3035
  * @throws OciError when an error occurs
2973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
3036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
2974
3037
  */
2975
3038
  deleteJob(deleteJobRequest) {
2976
3039
  return __awaiter(this, void 0, void 0, function* () {
@@ -3026,7 +3089,7 @@ class DataCatalogClient {
3026
3089
  * @param DeleteJobDefinitionRequest
3027
3090
  * @return DeleteJobDefinitionResponse
3028
3091
  * @throws OciError when an error occurs
3029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
3092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
3030
3093
  */
3031
3094
  deleteJobDefinition(deleteJobDefinitionRequest) {
3032
3095
  return __awaiter(this, void 0, void 0, function* () {
@@ -3082,7 +3145,7 @@ class DataCatalogClient {
3082
3145
  * @param DeleteMetastoreRequest
3083
3146
  * @return DeleteMetastoreResponse
3084
3147
  * @throws OciError when an error occurs
3085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
3148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
3086
3149
  */
3087
3150
  deleteMetastore(deleteMetastoreRequest) {
3088
3151
  return __awaiter(this, void 0, void 0, function* () {
@@ -3144,7 +3207,7 @@ class DataCatalogClient {
3144
3207
  * @param DeleteNamespaceRequest
3145
3208
  * @return DeleteNamespaceResponse
3146
3209
  * @throws OciError when an error occurs
3147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
3210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
3148
3211
  */
3149
3212
  deleteNamespace(deleteNamespaceRequest) {
3150
3213
  return __awaiter(this, void 0, void 0, function* () {
@@ -3200,7 +3263,7 @@ class DataCatalogClient {
3200
3263
  * @param DeletePatternRequest
3201
3264
  * @return DeletePatternResponse
3202
3265
  * @throws OciError when an error occurs
3203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
3266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
3204
3267
  */
3205
3268
  deletePattern(deletePatternRequest) {
3206
3269
  return __awaiter(this, void 0, void 0, function* () {
@@ -3256,7 +3319,7 @@ class DataCatalogClient {
3256
3319
  * @param DeleteTermRequest
3257
3320
  * @return DeleteTermResponse
3258
3321
  * @throws OciError when an error occurs
3259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
3322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
3260
3323
  */
3261
3324
  deleteTerm(deleteTermRequest) {
3262
3325
  return __awaiter(this, void 0, void 0, function* () {
@@ -3313,7 +3376,7 @@ class DataCatalogClient {
3313
3376
  * @param DeleteTermRelationshipRequest
3314
3377
  * @return DeleteTermRelationshipResponse
3315
3378
  * @throws OciError when an error occurs
3316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
3379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
3317
3380
  */
3318
3381
  deleteTermRelationship(deleteTermRelationshipRequest) {
3319
3382
  return __awaiter(this, void 0, void 0, function* () {
@@ -3371,7 +3434,7 @@ class DataCatalogClient {
3371
3434
  * @param DetachCatalogPrivateEndpointRequest
3372
3435
  * @return DetachCatalogPrivateEndpointResponse
3373
3436
  * @throws OciError when an error occurs
3374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
3437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
3375
3438
  */
3376
3439
  detachCatalogPrivateEndpoint(detachCatalogPrivateEndpointRequest) {
3377
3440
  return __awaiter(this, void 0, void 0, function* () {
@@ -3434,7 +3497,7 @@ class DataCatalogClient {
3434
3497
  * @param DisassociateCustomPropertyRequest
3435
3498
  * @return DisassociateCustomPropertyResponse
3436
3499
  * @throws OciError when an error occurs
3437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
3500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
3438
3501
  */
3439
3502
  disassociateCustomProperty(disassociateCustomPropertyRequest) {
3440
3503
  return __awaiter(this, void 0, void 0, function* () {
@@ -3501,7 +3564,7 @@ class DataCatalogClient {
3501
3564
  * @param ExpandTreeForGlossaryRequest
3502
3565
  * @return ExpandTreeForGlossaryResponse
3503
3566
  * @throws OciError when an error occurs
3504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
3567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
3505
3568
  */
3506
3569
  expandTreeForGlossary(expandTreeForGlossaryRequest) {
3507
3570
  return __awaiter(this, void 0, void 0, function* () {
@@ -3566,7 +3629,7 @@ class DataCatalogClient {
3566
3629
  * @param ExportGlossaryRequest
3567
3630
  * @return ExportGlossaryResponse
3568
3631
  * @throws OciError when an error occurs
3569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
3632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
3570
3633
  */
3571
3634
  exportGlossary(exportGlossaryRequest) {
3572
3635
  return __awaiter(this, void 0, void 0, function* () {
@@ -3633,7 +3696,7 @@ class DataCatalogClient {
3633
3696
  * @param FetchEntityLineageRequest
3634
3697
  * @return FetchEntityLineageResponse
3635
3698
  * @throws OciError when an error occurs
3636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
3699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
3637
3700
  */
3638
3701
  fetchEntityLineage(fetchEntityLineageRequest) {
3639
3702
  return __awaiter(this, void 0, void 0, function* () {
@@ -3703,7 +3766,7 @@ class DataCatalogClient {
3703
3766
  * @param GetAttributeRequest
3704
3767
  * @return GetAttributeResponse
3705
3768
  * @throws OciError when an error occurs
3706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
3769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
3707
3770
  */
3708
3771
  getAttribute(getAttributeRequest) {
3709
3772
  return __awaiter(this, void 0, void 0, function* () {
@@ -3772,7 +3835,7 @@ class DataCatalogClient {
3772
3835
  * @param GetAttributeTagRequest
3773
3836
  * @return GetAttributeTagResponse
3774
3837
  * @throws OciError when an error occurs
3775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
3838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
3776
3839
  */
3777
3840
  getAttributeTag(getAttributeTagRequest) {
3778
3841
  return __awaiter(this, void 0, void 0, function* () {
@@ -3841,7 +3904,7 @@ class DataCatalogClient {
3841
3904
  * @param GetCatalogRequest
3842
3905
  * @return GetCatalogResponse
3843
3906
  * @throws OciError when an error occurs
3844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
3907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
3845
3908
  */
3846
3909
  getCatalog(getCatalogRequest) {
3847
3910
  return __awaiter(this, void 0, void 0, function* () {
@@ -3904,7 +3967,7 @@ class DataCatalogClient {
3904
3967
  * @param GetCatalogPrivateEndpointRequest
3905
3968
  * @return GetCatalogPrivateEndpointResponse
3906
3969
  * @throws OciError when an error occurs
3907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
3970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
3908
3971
  */
3909
3972
  getCatalogPrivateEndpoint(getCatalogPrivateEndpointRequest) {
3910
3973
  return __awaiter(this, void 0, void 0, function* () {
@@ -3967,7 +4030,7 @@ class DataCatalogClient {
3967
4030
  * @param GetConnectionRequest
3968
4031
  * @return GetConnectionResponse
3969
4032
  * @throws OciError when an error occurs
3970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
4033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
3971
4034
  */
3972
4035
  getConnection(getConnectionRequest) {
3973
4036
  return __awaiter(this, void 0, void 0, function* () {
@@ -4034,7 +4097,7 @@ class DataCatalogClient {
4034
4097
  * @param GetCustomPropertyRequest
4035
4098
  * @return GetCustomPropertyResponse
4036
4099
  * @throws OciError when an error occurs
4037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
4100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
4038
4101
  */
4039
4102
  getCustomProperty(getCustomPropertyRequest) {
4040
4103
  return __awaiter(this, void 0, void 0, function* () {
@@ -4101,7 +4164,7 @@ class DataCatalogClient {
4101
4164
  * @param GetDataAssetRequest
4102
4165
  * @return GetDataAssetResponse
4103
4166
  * @throws OciError when an error occurs
4104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
4167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
4105
4168
  */
4106
4169
  getDataAsset(getDataAssetRequest) {
4107
4170
  return __awaiter(this, void 0, void 0, function* () {
@@ -4167,7 +4230,7 @@ class DataCatalogClient {
4167
4230
  * @param GetDataAssetTagRequest
4168
4231
  * @return GetDataAssetTagResponse
4169
4232
  * @throws OciError when an error occurs
4170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
4233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
4171
4234
  */
4172
4235
  getDataAssetTag(getDataAssetTagRequest) {
4173
4236
  return __awaiter(this, void 0, void 0, function* () {
@@ -4234,7 +4297,7 @@ class DataCatalogClient {
4234
4297
  * @param GetEntityRequest
4235
4298
  * @return GetEntityResponse
4236
4299
  * @throws OciError when an error occurs
4237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
4300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
4238
4301
  */
4239
4302
  getEntity(getEntityRequest) {
4240
4303
  return __awaiter(this, void 0, void 0, function* () {
@@ -4302,7 +4365,7 @@ class DataCatalogClient {
4302
4365
  * @param GetEntityTagRequest
4303
4366
  * @return GetEntityTagResponse
4304
4367
  * @throws OciError when an error occurs
4305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
4368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
4306
4369
  */
4307
4370
  getEntityTag(getEntityTagRequest) {
4308
4371
  return __awaiter(this, void 0, void 0, function* () {
@@ -4370,7 +4433,7 @@ class DataCatalogClient {
4370
4433
  * @param GetFolderRequest
4371
4434
  * @return GetFolderResponse
4372
4435
  * @throws OciError when an error occurs
4373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
4436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
4374
4437
  */
4375
4438
  getFolder(getFolderRequest) {
4376
4439
  return __awaiter(this, void 0, void 0, function* () {
@@ -4438,7 +4501,7 @@ class DataCatalogClient {
4438
4501
  * @param GetFolderTagRequest
4439
4502
  * @return GetFolderTagResponse
4440
4503
  * @throws OciError when an error occurs
4441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
4504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
4442
4505
  */
4443
4506
  getFolderTag(getFolderTagRequest) {
4444
4507
  return __awaiter(this, void 0, void 0, function* () {
@@ -4506,7 +4569,7 @@ class DataCatalogClient {
4506
4569
  * @param GetGlossaryRequest
4507
4570
  * @return GetGlossaryResponse
4508
4571
  * @throws OciError when an error occurs
4509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
4572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
4510
4573
  */
4511
4574
  getGlossary(getGlossaryRequest) {
4512
4575
  return __awaiter(this, void 0, void 0, function* () {
@@ -4572,7 +4635,7 @@ class DataCatalogClient {
4572
4635
  * @param GetJobRequest
4573
4636
  * @return GetJobResponse
4574
4637
  * @throws OciError when an error occurs
4575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
4638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
4576
4639
  */
4577
4640
  getJob(getJobRequest) {
4578
4641
  return __awaiter(this, void 0, void 0, function* () {
@@ -4638,7 +4701,7 @@ class DataCatalogClient {
4638
4701
  * @param GetJobDefinitionRequest
4639
4702
  * @return GetJobDefinitionResponse
4640
4703
  * @throws OciError when an error occurs
4641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
4704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
4642
4705
  */
4643
4706
  getJobDefinition(getJobDefinitionRequest) {
4644
4707
  return __awaiter(this, void 0, void 0, function* () {
@@ -4704,7 +4767,7 @@ class DataCatalogClient {
4704
4767
  * @param GetJobExecutionRequest
4705
4768
  * @return GetJobExecutionResponse
4706
4769
  * @throws OciError when an error occurs
4707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
4770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
4708
4771
  */
4709
4772
  getJobExecution(getJobExecutionRequest) {
4710
4773
  return __awaiter(this, void 0, void 0, function* () {
@@ -4771,7 +4834,7 @@ class DataCatalogClient {
4771
4834
  * @param GetJobLogRequest
4772
4835
  * @return GetJobLogResponse
4773
4836
  * @throws OciError when an error occurs
4774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
4837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
4775
4838
  */
4776
4839
  getJobLog(getJobLogRequest) {
4777
4840
  return __awaiter(this, void 0, void 0, function* () {
@@ -4839,7 +4902,7 @@ class DataCatalogClient {
4839
4902
  * @param GetJobMetricsRequest
4840
4903
  * @return GetJobMetricsResponse
4841
4904
  * @throws OciError when an error occurs
4842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
4905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
4843
4906
  */
4844
4907
  getJobMetrics(getJobMetricsRequest) {
4845
4908
  return __awaiter(this, void 0, void 0, function* () {
@@ -4907,7 +4970,7 @@ class DataCatalogClient {
4907
4970
  * @param GetMetastoreRequest
4908
4971
  * @return GetMetastoreResponse
4909
4972
  * @throws OciError when an error occurs
4910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
4973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
4911
4974
  */
4912
4975
  getMetastore(getMetastoreRequest) {
4913
4976
  return __awaiter(this, void 0, void 0, function* () {
@@ -4970,7 +5033,7 @@ class DataCatalogClient {
4970
5033
  * @param GetNamespaceRequest
4971
5034
  * @return GetNamespaceResponse
4972
5035
  * @throws OciError when an error occurs
4973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
5036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4974
5037
  */
4975
5038
  getNamespace(getNamespaceRequest) {
4976
5039
  return __awaiter(this, void 0, void 0, function* () {
@@ -5036,7 +5099,7 @@ class DataCatalogClient {
5036
5099
  * @param GetPatternRequest
5037
5100
  * @return GetPatternResponse
5038
5101
  * @throws OciError when an error occurs
5039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
5102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
5040
5103
  */
5041
5104
  getPattern(getPatternRequest) {
5042
5105
  return __awaiter(this, void 0, void 0, function* () {
@@ -5102,7 +5165,7 @@ class DataCatalogClient {
5102
5165
  * @param GetTermRequest
5103
5166
  * @return GetTermResponse
5104
5167
  * @throws OciError when an error occurs
5105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
5168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
5106
5169
  */
5107
5170
  getTerm(getTermRequest) {
5108
5171
  return __awaiter(this, void 0, void 0, function* () {
@@ -5169,7 +5232,7 @@ class DataCatalogClient {
5169
5232
  * @param GetTermRelationshipRequest
5170
5233
  * @return GetTermRelationshipResponse
5171
5234
  * @throws OciError when an error occurs
5172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
5235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
5173
5236
  */
5174
5237
  getTermRelationship(getTermRelationshipRequest) {
5175
5238
  return __awaiter(this, void 0, void 0, function* () {
@@ -5237,7 +5300,7 @@ class DataCatalogClient {
5237
5300
  * @param GetTypeRequest
5238
5301
  * @return GetTypeResponse
5239
5302
  * @throws OciError when an error occurs
5240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetType.ts.html |here} to see how to use GetType API.
5303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetType.ts.html |here} to see how to use GetType API.
5241
5304
  */
5242
5305
  getType(getTypeRequest) {
5243
5306
  return __awaiter(this, void 0, void 0, function* () {
@@ -5303,7 +5366,7 @@ class DataCatalogClient {
5303
5366
  * @param GetWorkRequestRequest
5304
5367
  * @return GetWorkRequestResponse
5305
5368
  * @throws OciError when an error occurs
5306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5307
5370
  */
5308
5371
  getWorkRequest(getWorkRequestRequest) {
5309
5372
  return __awaiter(this, void 0, void 0, function* () {
@@ -5371,7 +5434,7 @@ class DataCatalogClient {
5371
5434
  * @param ImportConnectionRequest
5372
5435
  * @return ImportConnectionResponse
5373
5436
  * @throws OciError when an error occurs
5374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
5437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
5375
5438
  */
5376
5439
  importConnection(importConnectionRequest) {
5377
5440
  return __awaiter(this, void 0, void 0, function* () {
@@ -5438,7 +5501,7 @@ class DataCatalogClient {
5438
5501
  * @param ImportDataAssetRequest
5439
5502
  * @return ImportDataAssetResponse
5440
5503
  * @throws OciError when an error occurs
5441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
5504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
5442
5505
  */
5443
5506
  importDataAsset(importDataAssetRequest) {
5444
5507
  return __awaiter(this, void 0, void 0, function* () {
@@ -5502,7 +5565,7 @@ class DataCatalogClient {
5502
5565
  * @param ImportGlossaryRequest
5503
5566
  * @return ImportGlossaryResponse
5504
5567
  * @throws OciError when an error occurs
5505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
5568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
5506
5569
  */
5507
5570
  importGlossary(importGlossaryRequest) {
5508
5571
  return __awaiter(this, void 0, void 0, function* () {
@@ -5566,7 +5629,7 @@ class DataCatalogClient {
5566
5629
  * @param ListAggregatedPhysicalEntitiesRequest
5567
5630
  * @return ListAggregatedPhysicalEntitiesResponse
5568
5631
  * @throws OciError when an error occurs
5569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
5632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
5570
5633
  */
5571
5634
  listAggregatedPhysicalEntities(listAggregatedPhysicalEntitiesRequest) {
5572
5635
  return __awaiter(this, void 0, void 0, function* () {
@@ -5634,7 +5697,7 @@ class DataCatalogClient {
5634
5697
  * @param ListAttributeTagsRequest
5635
5698
  * @return ListAttributeTagsResponse
5636
5699
  * @throws OciError when an error occurs
5637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
5700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
5638
5701
  */
5639
5702
  listAttributeTags(listAttributeTagsRequest) {
5640
5703
  return __awaiter(this, void 0, void 0, function* () {
@@ -5712,7 +5775,7 @@ class DataCatalogClient {
5712
5775
  * @param ListAttributesRequest
5713
5776
  * @return ListAttributesResponse
5714
5777
  * @throws OciError when an error occurs
5715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
5778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
5716
5779
  */
5717
5780
  listAttributes(listAttributesRequest) {
5718
5781
  return __awaiter(this, void 0, void 0, function* () {
@@ -5802,7 +5865,7 @@ class DataCatalogClient {
5802
5865
  * @param ListCatalogPrivateEndpointsRequest
5803
5866
  * @return ListCatalogPrivateEndpointsResponse
5804
5867
  * @throws OciError when an error occurs
5805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
5868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
5806
5869
  */
5807
5870
  listCatalogPrivateEndpoints(listCatalogPrivateEndpointsRequest) {
5808
5871
  return __awaiter(this, void 0, void 0, function* () {
@@ -5912,7 +5975,7 @@ class DataCatalogClient {
5912
5975
  * @param ListCatalogsRequest
5913
5976
  * @return ListCatalogsResponse
5914
5977
  * @throws OciError when an error occurs
5915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
5978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
5916
5979
  */
5917
5980
  listCatalogs(listCatalogsRequest) {
5918
5981
  return __awaiter(this, void 0, void 0, function* () {
@@ -6021,7 +6084,7 @@ class DataCatalogClient {
6021
6084
  * @param ListConnectionsRequest
6022
6085
  * @return ListConnectionsResponse
6023
6086
  * @throws OciError when an error occurs
6024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
6087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
6025
6088
  */
6026
6089
  listConnections(listConnectionsRequest) {
6027
6090
  return __awaiter(this, void 0, void 0, function* () {
@@ -6101,7 +6164,7 @@ class DataCatalogClient {
6101
6164
  * @param ListCustomPropertiesRequest
6102
6165
  * @return ListCustomPropertiesResponse
6103
6166
  * @throws OciError when an error occurs
6104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
6167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
6105
6168
  */
6106
6169
  listCustomProperties(listCustomPropertiesRequest) {
6107
6170
  return __awaiter(this, void 0, void 0, function* () {
@@ -6180,7 +6243,7 @@ class DataCatalogClient {
6180
6243
  * @param ListDataAssetTagsRequest
6181
6244
  * @return ListDataAssetTagsResponse
6182
6245
  * @throws OciError when an error occurs
6183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
6246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
6184
6247
  */
6185
6248
  listDataAssetTags(listDataAssetTagsRequest) {
6186
6249
  return __awaiter(this, void 0, void 0, function* () {
@@ -6256,7 +6319,7 @@ class DataCatalogClient {
6256
6319
  * @param ListDataAssetsRequest
6257
6320
  * @return ListDataAssetsResponse
6258
6321
  * @throws OciError when an error occurs
6259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
6322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
6260
6323
  */
6261
6324
  listDataAssets(listDataAssetsRequest) {
6262
6325
  return __awaiter(this, void 0, void 0, function* () {
@@ -6334,7 +6397,7 @@ class DataCatalogClient {
6334
6397
  * @param ListDerivedLogicalEntitiesRequest
6335
6398
  * @return ListDerivedLogicalEntitiesResponse
6336
6399
  * @throws OciError when an error occurs
6337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
6400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
6338
6401
  */
6339
6402
  listDerivedLogicalEntities(listDerivedLogicalEntitiesRequest) {
6340
6403
  return __awaiter(this, void 0, void 0, function* () {
@@ -6401,7 +6464,7 @@ class DataCatalogClient {
6401
6464
  * @param ListEntitiesRequest
6402
6465
  * @return ListEntitiesResponse
6403
6466
  * @throws OciError when an error occurs
6404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
6467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
6405
6468
  */
6406
6469
  listEntities(listEntitiesRequest) {
6407
6470
  return __awaiter(this, void 0, void 0, function* () {
@@ -6491,7 +6554,7 @@ class DataCatalogClient {
6491
6554
  * @param ListEntityTagsRequest
6492
6555
  * @return ListEntityTagsResponse
6493
6556
  * @throws OciError when an error occurs
6494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
6557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
6495
6558
  */
6496
6559
  listEntityTags(listEntityTagsRequest) {
6497
6560
  return __awaiter(this, void 0, void 0, function* () {
@@ -6568,7 +6631,7 @@ class DataCatalogClient {
6568
6631
  * @param ListFolderTagsRequest
6569
6632
  * @return ListFolderTagsResponse
6570
6633
  * @throws OciError when an error occurs
6571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
6634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
6572
6635
  */
6573
6636
  listFolderTags(listFolderTagsRequest) {
6574
6637
  return __awaiter(this, void 0, void 0, function* () {
@@ -6645,7 +6708,7 @@ class DataCatalogClient {
6645
6708
  * @param ListFoldersRequest
6646
6709
  * @return ListFoldersResponse
6647
6710
  * @throws OciError when an error occurs
6648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
6711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
6649
6712
  */
6650
6713
  listFolders(listFoldersRequest) {
6651
6714
  return __awaiter(this, void 0, void 0, function* () {
@@ -6730,7 +6793,7 @@ class DataCatalogClient {
6730
6793
  * @param ListGlossariesRequest
6731
6794
  * @return ListGlossariesResponse
6732
6795
  * @throws OciError when an error occurs
6733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
6796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
6734
6797
  */
6735
6798
  listGlossaries(listGlossariesRequest) {
6736
6799
  return __awaiter(this, void 0, void 0, function* () {
@@ -6806,7 +6869,7 @@ class DataCatalogClient {
6806
6869
  * @param ListJobDefinitionsRequest
6807
6870
  * @return ListJobDefinitionsResponse
6808
6871
  * @throws OciError when an error occurs
6809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
6872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
6810
6873
  */
6811
6874
  listJobDefinitions(listJobDefinitionsRequest) {
6812
6875
  return __awaiter(this, void 0, void 0, function* () {
@@ -6889,7 +6952,7 @@ class DataCatalogClient {
6889
6952
  * @param ListJobExecutionsRequest
6890
6953
  * @return ListJobExecutionsResponse
6891
6954
  * @throws OciError when an error occurs
6892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
6955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
6893
6956
  */
6894
6957
  listJobExecutions(listJobExecutionsRequest) {
6895
6958
  return __awaiter(this, void 0, void 0, function* () {
@@ -6975,7 +7038,7 @@ class DataCatalogClient {
6975
7038
  * @param ListJobLogsRequest
6976
7039
  * @return ListJobLogsResponse
6977
7040
  * @throws OciError when an error occurs
6978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
7041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
6979
7042
  */
6980
7043
  listJobLogs(listJobLogsRequest) {
6981
7044
  return __awaiter(this, void 0, void 0, function* () {
@@ -7052,7 +7115,7 @@ class DataCatalogClient {
7052
7115
  * @param ListJobMetricsRequest
7053
7116
  * @return ListJobMetricsResponse
7054
7117
  * @throws OciError when an error occurs
7055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
7118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
7056
7119
  */
7057
7120
  listJobMetrics(listJobMetricsRequest) {
7058
7121
  return __awaiter(this, void 0, void 0, function* () {
@@ -7135,7 +7198,7 @@ class DataCatalogClient {
7135
7198
  * @param ListJobsRequest
7136
7199
  * @return ListJobsResponse
7137
7200
  * @throws OciError when an error occurs
7138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
7201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
7139
7202
  */
7140
7203
  listJobs(listJobsRequest) {
7141
7204
  return __awaiter(this, void 0, void 0, function* () {
@@ -7223,7 +7286,7 @@ class DataCatalogClient {
7223
7286
  * @param ListMetastoresRequest
7224
7287
  * @return ListMetastoresResponse
7225
7288
  * @throws OciError when an error occurs
7226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
7289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
7227
7290
  */
7228
7291
  listMetastores(listMetastoresRequest) {
7229
7292
  return __awaiter(this, void 0, void 0, function* () {
@@ -7332,7 +7395,7 @@ class DataCatalogClient {
7332
7395
  * @param ListNamespacesRequest
7333
7396
  * @return ListNamespacesResponse
7334
7397
  * @throws OciError when an error occurs
7335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7336
7399
  */
7337
7400
  listNamespaces(listNamespacesRequest) {
7338
7401
  return __awaiter(this, void 0, void 0, function* () {
@@ -7408,7 +7471,7 @@ class DataCatalogClient {
7408
7471
  * @param ListPatternsRequest
7409
7472
  * @return ListPatternsResponse
7410
7473
  * @throws OciError when an error occurs
7411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
7474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
7412
7475
  */
7413
7476
  listPatterns(listPatternsRequest) {
7414
7477
  return __awaiter(this, void 0, void 0, function* () {
@@ -7484,7 +7547,7 @@ class DataCatalogClient {
7484
7547
  * @param ListRulesRequest
7485
7548
  * @return ListRulesResponse
7486
7549
  * @throws OciError when an error occurs
7487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
7550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
7488
7551
  */
7489
7552
  listRules(listRulesRequest) {
7490
7553
  return __awaiter(this, void 0, void 0, function* () {
@@ -7565,7 +7628,7 @@ class DataCatalogClient {
7565
7628
  * @param ListTagsRequest
7566
7629
  * @return ListTagsResponse
7567
7630
  * @throws OciError when an error occurs
7568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
7631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
7569
7632
  */
7570
7633
  listTags(listTagsRequest) {
7571
7634
  return __awaiter(this, void 0, void 0, function* () {
@@ -7637,7 +7700,7 @@ class DataCatalogClient {
7637
7700
  * @param ListTermRelationshipsRequest
7638
7701
  * @return ListTermRelationshipsResponse
7639
7702
  * @throws OciError when an error occurs
7640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
7703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
7641
7704
  */
7642
7705
  listTermRelationships(listTermRelationshipsRequest) {
7643
7706
  return __awaiter(this, void 0, void 0, function* () {
@@ -7711,7 +7774,7 @@ class DataCatalogClient {
7711
7774
  * @param ListTermsRequest
7712
7775
  * @return ListTermsResponse
7713
7776
  * @throws OciError when an error occurs
7714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
7777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
7715
7778
  */
7716
7779
  listTerms(listTermsRequest) {
7717
7780
  return __awaiter(this, void 0, void 0, function* () {
@@ -7788,7 +7851,7 @@ class DataCatalogClient {
7788
7851
  * @param ListTypesRequest
7789
7852
  * @return ListTypesResponse
7790
7853
  * @throws OciError when an error occurs
7791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
7854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
7792
7855
  */
7793
7856
  listTypes(listTypesRequest) {
7794
7857
  return __awaiter(this, void 0, void 0, function* () {
@@ -7865,7 +7928,7 @@ class DataCatalogClient {
7865
7928
  * @param ListWorkRequestErrorsRequest
7866
7929
  * @return ListWorkRequestErrorsResponse
7867
7930
  * @throws OciError when an error occurs
7868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7869
7932
  */
7870
7933
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
7871
7934
  return __awaiter(this, void 0, void 0, function* () {
@@ -7974,7 +8037,7 @@ class DataCatalogClient {
7974
8037
  * @param ListWorkRequestLogsRequest
7975
8038
  * @return ListWorkRequestLogsResponse
7976
8039
  * @throws OciError when an error occurs
7977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
8040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
7978
8041
  */
7979
8042
  listWorkRequestLogs(listWorkRequestLogsRequest) {
7980
8043
  return __awaiter(this, void 0, void 0, function* () {
@@ -8083,7 +8146,7 @@ class DataCatalogClient {
8083
8146
  * @param ListWorkRequestsRequest
8084
8147
  * @return ListWorkRequestsResponse
8085
8148
  * @throws OciError when an error occurs
8086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
8149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
8087
8150
  */
8088
8151
  listWorkRequests(listWorkRequestsRequest) {
8089
8152
  return __awaiter(this, void 0, void 0, function* () {
@@ -8188,7 +8251,7 @@ class DataCatalogClient {
8188
8251
  * @param ObjectStatsRequest
8189
8252
  * @return ObjectStatsResponse
8190
8253
  * @throws OciError when an error occurs
8191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
8254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
8192
8255
  */
8193
8256
  objectStats(objectStatsRequest) {
8194
8257
  return __awaiter(this, void 0, void 0, function* () {
@@ -8256,7 +8319,7 @@ class DataCatalogClient {
8256
8319
  * @param ParseConnectionRequest
8257
8320
  * @return ParseConnectionResponse
8258
8321
  * @throws OciError when an error occurs
8259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
8322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
8260
8323
  */
8261
8324
  parseConnection(parseConnectionRequest) {
8262
8325
  return __awaiter(this, void 0, void 0, function* () {
@@ -8326,7 +8389,7 @@ class DataCatalogClient {
8326
8389
  * @param ProcessRecommendationRequest
8327
8390
  * @return ProcessRecommendationResponse
8328
8391
  * @throws OciError when an error occurs
8329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
8392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
8330
8393
  */
8331
8394
  processRecommendation(processRecommendationRequest) {
8332
8395
  return __awaiter(this, void 0, void 0, function* () {
@@ -8394,7 +8457,7 @@ class DataCatalogClient {
8394
8457
  * @param RecommendationsRequest
8395
8458
  * @return RecommendationsResponse
8396
8459
  * @throws OciError when an error occurs
8397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
8460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
8398
8461
  */
8399
8462
  recommendations(recommendationsRequest) {
8400
8463
  return __awaiter(this, void 0, void 0, function* () {
@@ -8457,7 +8520,7 @@ class DataCatalogClient {
8457
8520
  * @param RemoveCatalogLockRequest
8458
8521
  * @return RemoveCatalogLockResponse
8459
8522
  * @throws OciError when an error occurs
8460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLock API.
8523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLock API.
8461
8524
  */
8462
8525
  removeCatalogLock(removeCatalogLockRequest) {
8463
8526
  return __awaiter(this, void 0, void 0, function* () {
@@ -8522,7 +8585,7 @@ class DataCatalogClient {
8522
8585
  * @param RemoveCatalogPrivateEndpointLockRequest
8523
8586
  * @return RemoveCatalogPrivateEndpointLockResponse
8524
8587
  * @throws OciError when an error occurs
8525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLock API.
8588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLock API.
8526
8589
  */
8527
8590
  removeCatalogPrivateEndpointLock(removeCatalogPrivateEndpointLockRequest) {
8528
8591
  return __awaiter(this, void 0, void 0, function* () {
@@ -8587,7 +8650,7 @@ class DataCatalogClient {
8587
8650
  * @param RemoveDataSelectorPatternsRequest
8588
8651
  * @return RemoveDataSelectorPatternsResponse
8589
8652
  * @throws OciError when an error occurs
8590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
8653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
8591
8654
  */
8592
8655
  removeDataSelectorPatterns(removeDataSelectorPatternsRequest) {
8593
8656
  return __awaiter(this, void 0, void 0, function* () {
@@ -8654,7 +8717,7 @@ class DataCatalogClient {
8654
8717
  * @param RemoveMetastoreLockRequest
8655
8718
  * @return RemoveMetastoreLockResponse
8656
8719
  * @throws OciError when an error occurs
8657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLock API.
8720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLock API.
8658
8721
  */
8659
8722
  removeMetastoreLock(removeMetastoreLockRequest) {
8660
8723
  return __awaiter(this, void 0, void 0, function* () {
@@ -8719,7 +8782,7 @@ class DataCatalogClient {
8719
8782
  * @param SearchCriteriaRequest
8720
8783
  * @return SearchCriteriaResponse
8721
8784
  * @throws OciError when an error occurs
8722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
8785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
8723
8786
  */
8724
8787
  searchCriteria(searchCriteriaRequest) {
8725
8788
  return __awaiter(this, void 0, void 0, function* () {
@@ -8792,7 +8855,7 @@ class DataCatalogClient {
8792
8855
  * @param SuggestMatchesRequest
8793
8856
  * @return SuggestMatchesResponse
8794
8857
  * @throws OciError when an error occurs
8795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
8858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
8796
8859
  */
8797
8860
  suggestMatches(suggestMatchesRequest) {
8798
8861
  return __awaiter(this, void 0, void 0, function* () {
@@ -8854,7 +8917,7 @@ class DataCatalogClient {
8854
8917
  * @param SynchronousExportDataAssetRequest
8855
8918
  * @return SynchronousExportDataAssetResponse
8856
8919
  * @throws OciError when an error occurs
8857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
8920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
8858
8921
  */
8859
8922
  synchronousExportDataAsset(synchronousExportDataAssetRequest) {
8860
8923
  return __awaiter(this, void 0, void 0, function* () {
@@ -8916,7 +8979,7 @@ class DataCatalogClient {
8916
8979
  * @param TestConnectionRequest
8917
8980
  * @return TestConnectionResponse
8918
8981
  * @throws OciError when an error occurs
8919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
8982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
8920
8983
  */
8921
8984
  testConnection(testConnectionRequest) {
8922
8985
  return __awaiter(this, void 0, void 0, function* () {
@@ -8982,7 +9045,7 @@ class DataCatalogClient {
8982
9045
  * @param UpdateAttributeRequest
8983
9046
  * @return UpdateAttributeResponse
8984
9047
  * @throws OciError when an error occurs
8985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
9048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
8986
9049
  */
8987
9050
  updateAttribute(updateAttributeRequest) {
8988
9051
  return __awaiter(this, void 0, void 0, function* () {
@@ -9050,7 +9113,7 @@ class DataCatalogClient {
9050
9113
  * @param UpdateCatalogRequest
9051
9114
  * @return UpdateCatalogResponse
9052
9115
  * @throws OciError when an error occurs
9053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
9116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
9054
9117
  */
9055
9118
  updateCatalog(updateCatalogRequest) {
9056
9119
  return __awaiter(this, void 0, void 0, function* () {
@@ -9117,7 +9180,7 @@ class DataCatalogClient {
9117
9180
  * @param UpdateCatalogPrivateEndpointRequest
9118
9181
  * @return UpdateCatalogPrivateEndpointResponse
9119
9182
  * @throws OciError when an error occurs
9120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
9183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
9121
9184
  */
9122
9185
  updateCatalogPrivateEndpoint(updateCatalogPrivateEndpointRequest) {
9123
9186
  return __awaiter(this, void 0, void 0, function* () {
@@ -9180,7 +9243,7 @@ class DataCatalogClient {
9180
9243
  * @param UpdateConnectionRequest
9181
9244
  * @return UpdateConnectionResponse
9182
9245
  * @throws OciError when an error occurs
9183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
9246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
9184
9247
  */
9185
9248
  updateConnection(updateConnectionRequest) {
9186
9249
  return __awaiter(this, void 0, void 0, function* () {
@@ -9247,7 +9310,7 @@ class DataCatalogClient {
9247
9310
  * @param UpdateCustomPropertyRequest
9248
9311
  * @return UpdateCustomPropertyResponse
9249
9312
  * @throws OciError when an error occurs
9250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
9313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
9251
9314
  */
9252
9315
  updateCustomProperty(updateCustomPropertyRequest) {
9253
9316
  return __awaiter(this, void 0, void 0, function* () {
@@ -9314,7 +9377,7 @@ class DataCatalogClient {
9314
9377
  * @param UpdateDataAssetRequest
9315
9378
  * @return UpdateDataAssetResponse
9316
9379
  * @throws OciError when an error occurs
9317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
9380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
9318
9381
  */
9319
9382
  updateDataAsset(updateDataAssetRequest) {
9320
9383
  return __awaiter(this, void 0, void 0, function* () {
@@ -9380,7 +9443,7 @@ class DataCatalogClient {
9380
9443
  * @param UpdateEntityRequest
9381
9444
  * @return UpdateEntityResponse
9382
9445
  * @throws OciError when an error occurs
9383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
9446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
9384
9447
  */
9385
9448
  updateEntity(updateEntityRequest) {
9386
9449
  return __awaiter(this, void 0, void 0, function* () {
@@ -9447,7 +9510,7 @@ class DataCatalogClient {
9447
9510
  * @param UpdateFolderRequest
9448
9511
  * @return UpdateFolderResponse
9449
9512
  * @throws OciError when an error occurs
9450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
9513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
9451
9514
  */
9452
9515
  updateFolder(updateFolderRequest) {
9453
9516
  return __awaiter(this, void 0, void 0, function* () {
@@ -9514,7 +9577,7 @@ class DataCatalogClient {
9514
9577
  * @param UpdateGlossaryRequest
9515
9578
  * @return UpdateGlossaryResponse
9516
9579
  * @throws OciError when an error occurs
9517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
9580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
9518
9581
  */
9519
9582
  updateGlossary(updateGlossaryRequest) {
9520
9583
  return __awaiter(this, void 0, void 0, function* () {
@@ -9580,7 +9643,7 @@ class DataCatalogClient {
9580
9643
  * @param UpdateJobRequest
9581
9644
  * @return UpdateJobResponse
9582
9645
  * @throws OciError when an error occurs
9583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
9646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
9584
9647
  */
9585
9648
  updateJob(updateJobRequest) {
9586
9649
  return __awaiter(this, void 0, void 0, function* () {
@@ -9646,7 +9709,7 @@ class DataCatalogClient {
9646
9709
  * @param UpdateJobDefinitionRequest
9647
9710
  * @return UpdateJobDefinitionResponse
9648
9711
  * @throws OciError when an error occurs
9649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
9712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
9650
9713
  */
9651
9714
  updateJobDefinition(updateJobDefinitionRequest) {
9652
9715
  return __awaiter(this, void 0, void 0, function* () {
@@ -9712,7 +9775,7 @@ class DataCatalogClient {
9712
9775
  * @param UpdateMetastoreRequest
9713
9776
  * @return UpdateMetastoreResponse
9714
9777
  * @throws OciError when an error occurs
9715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
9778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
9716
9779
  */
9717
9780
  updateMetastore(updateMetastoreRequest) {
9718
9781
  return __awaiter(this, void 0, void 0, function* () {
@@ -9779,7 +9842,7 @@ class DataCatalogClient {
9779
9842
  * @param UpdateNamespaceRequest
9780
9843
  * @return UpdateNamespaceResponse
9781
9844
  * @throws OciError when an error occurs
9782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
9845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
9783
9846
  */
9784
9847
  updateNamespace(updateNamespaceRequest) {
9785
9848
  return __awaiter(this, void 0, void 0, function* () {
@@ -9845,7 +9908,7 @@ class DataCatalogClient {
9845
9908
  * @param UpdatePatternRequest
9846
9909
  * @return UpdatePatternResponse
9847
9910
  * @throws OciError when an error occurs
9848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
9911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
9849
9912
  */
9850
9913
  updatePattern(updatePatternRequest) {
9851
9914
  return __awaiter(this, void 0, void 0, function* () {
@@ -9911,7 +9974,7 @@ class DataCatalogClient {
9911
9974
  * @param UpdateTermRequest
9912
9975
  * @return UpdateTermResponse
9913
9976
  * @throws OciError when an error occurs
9914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
9977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
9915
9978
  */
9916
9979
  updateTerm(updateTermRequest) {
9917
9980
  return __awaiter(this, void 0, void 0, function* () {
@@ -9978,7 +10041,7 @@ class DataCatalogClient {
9978
10041
  * @param UpdateTermRelationshipRequest
9979
10042
  * @return UpdateTermRelationshipResponse
9980
10043
  * @throws OciError when an error occurs
9981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
10044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
9982
10045
  */
9983
10046
  updateTermRelationship(updateTermRelationshipRequest) {
9984
10047
  return __awaiter(this, void 0, void 0, function* () {
@@ -10046,7 +10109,7 @@ class DataCatalogClient {
10046
10109
  * @param UploadCredentialsRequest
10047
10110
  * @return UploadCredentialsResponse
10048
10111
  * @throws OciError when an error occurs
10049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
10112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
10050
10113
  */
10051
10114
  uploadCredentials(uploadCredentialsRequest) {
10052
10115
  return __awaiter(this, void 0, void 0, function* () {
@@ -10114,7 +10177,7 @@ class DataCatalogClient {
10114
10177
  * @param UsersRequest
10115
10178
  * @return UsersResponse
10116
10179
  * @throws OciError when an error occurs
10117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/Users.ts.html |here} to see how to use Users API.
10180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/Users.ts.html |here} to see how to use Users API.
10118
10181
  */
10119
10182
  users(usersRequest) {
10120
10183
  return __awaiter(this, void 0, void 0, function* () {
@@ -10182,7 +10245,7 @@ class DataCatalogClient {
10182
10245
  * @param ValidateConnectionRequest
10183
10246
  * @return ValidateConnectionResponse
10184
10247
  * @throws OciError when an error occurs
10185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
10248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
10186
10249
  */
10187
10250
  validateConnection(validateConnectionRequest) {
10188
10251
  return __awaiter(this, void 0, void 0, function* () {
@@ -10248,7 +10311,7 @@ class DataCatalogClient {
10248
10311
  * @param ValidatePatternRequest
10249
10312
  * @return ValidatePatternResponse
10250
10313
  * @throws OciError when an error occurs
10251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
10314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
10252
10315
  */
10253
10316
  validatePattern(validatePatternRequest) {
10254
10317
  return __awaiter(this, void 0, void 0, function* () {