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
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 GetPatternRequest.
15
+ * @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 GetPatternRequest.
16
16
  */
17
17
  export interface GetPatternRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 GetTermRelationshipRequest.
15
+ * @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 GetTermRelationshipRequest.
16
16
  */
17
17
  export interface GetTermRelationshipRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 GetTermRequest.
15
+ * @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 GetTermRequest.
16
16
  */
17
17
  export interface GetTermRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 GetTypeRequest.
15
+ * @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 GetTypeRequest.
16
16
  */
17
17
  export interface GetTypeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 GetWorkRequestRequest.
15
+ * @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 GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnectionRequest.
16
+ * @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 ImportConnectionRequest.
17
17
  */
18
18
  export interface ImportConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAssetRequest.
16
+ * @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 ImportDataAssetRequest.
17
17
  */
18
18
  export interface ImportDataAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossaryRequest.
16
+ * @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 ImportGlossaryRequest.
17
17
  */
18
18
  export interface ImportGlossaryRequest extends common.BaseRequest {
19
19
  /**
@@ -22,6 +22,8 @@ import * as AddMetastoreLockRequest from "./add-metastore-lock-request";
22
22
  export import AddMetastoreLockRequest = AddMetastoreLockRequest.AddMetastoreLockRequest;
23
23
  import * as AssociateCustomPropertyRequest from "./associate-custom-property-request";
24
24
  export import AssociateCustomPropertyRequest = AssociateCustomPropertyRequest.AssociateCustomPropertyRequest;
25
+ import * as AsynchronousExportDataAssetRequest from "./asynchronous-export-data-asset-request";
26
+ export import AsynchronousExportDataAssetRequest = AsynchronousExportDataAssetRequest.AsynchronousExportDataAssetRequest;
25
27
  import * as AsynchronousExportGlossaryRequest from "./asynchronous-export-glossary-request";
26
28
  export import AsynchronousExportGlossaryRequest = AsynchronousExportGlossaryRequest.AsynchronousExportGlossaryRequest;
27
29
  import * as AttachCatalogPrivateEndpointRequest from "./attach-catalog-private-endpoint-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ListAggregatedPhysicalEntitiesRequest.
15
+ * @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 ListAggregatedPhysicalEntitiesRequest.
16
16
  */
17
17
  export interface ListAggregatedPhysicalEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTagsRequest.
16
+ * @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 ListAttributeTagsRequest.
17
17
  */
18
18
  export interface ListAttributeTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributesRequest.
16
+ * @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 ListAttributesRequest.
17
17
  */
18
18
  export interface ListAttributesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpointsRequest.
16
+ * @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 ListCatalogPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListCatalogPrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogsRequest.
16
+ * @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 ListCatalogsRequest.
17
17
  */
18
18
  export interface ListCatalogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
16
+ * @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 ListConnectionsRequest.
17
17
  */
18
18
  export interface ListConnectionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomPropertiesRequest.
16
+ * @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 ListCustomPropertiesRequest.
17
17
  */
18
18
  export interface ListCustomPropertiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTagsRequest.
16
+ * @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 ListDataAssetTagsRequest.
17
17
  */
18
18
  export interface ListDataAssetTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssetsRequest.
16
+ * @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 ListDataAssetsRequest.
17
17
  */
18
18
  export interface ListDataAssetsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ListDerivedLogicalEntitiesRequest.
15
+ * @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 ListDerivedLogicalEntitiesRequest.
16
16
  */
17
17
  export interface ListDerivedLogicalEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListEntities.ts.html |here} to see how to use ListEntitiesRequest.
16
+ * @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 ListEntitiesRequest.
17
17
  */
18
18
  export interface ListEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTagsRequest.
16
+ * @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 ListEntityTagsRequest.
17
17
  */
18
18
  export interface ListEntityTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTagsRequest.
16
+ * @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 ListFolderTagsRequest.
17
17
  */
18
18
  export interface ListFolderTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListFolders.ts.html |here} to see how to use ListFoldersRequest.
16
+ * @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 ListFoldersRequest.
17
17
  */
18
18
  export interface ListFoldersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossariesRequest.
16
+ * @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 ListGlossariesRequest.
17
17
  */
18
18
  export interface ListGlossariesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitionsRequest.
16
+ * @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 ListJobDefinitionsRequest.
17
17
  */
18
18
  export interface ListJobDefinitionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutionsRequest.
16
+ * @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 ListJobExecutionsRequest.
17
17
  */
18
18
  export interface ListJobExecutionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogsRequest.
16
+ * @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 ListJobLogsRequest.
17
17
  */
18
18
  export interface ListJobLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ListJobMetricsRequest.
15
+ * @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 ListJobMetricsRequest.
16
16
  */
17
17
  export interface ListJobMetricsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @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 ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastoresRequest.
16
+ * @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 ListMetastoresRequest.
17
17
  */
18
18
  export interface ListMetastoresRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespacesRequest.
16
+ * @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 ListNamespacesRequest.
17
17
  */
18
18
  export interface ListNamespacesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatternsRequest.
16
+ * @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 ListPatternsRequest.
17
17
  */
18
18
  export interface ListPatternsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListRules.ts.html |here} to see how to use ListRulesRequest.
16
+ * @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 ListRulesRequest.
17
17
  */
18
18
  export interface ListRulesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTags.ts.html |here} to see how to use ListTagsRequest.
16
+ * @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 ListTagsRequest.
17
17
  */
18
18
  export interface ListTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationshipsRequest.
16
+ * @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 ListTermRelationshipsRequest.
17
17
  */
18
18
  export interface ListTermRelationshipsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTerms.ts.html |here} to see how to use ListTermsRequest.
16
+ * @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 ListTermsRequest.
17
17
  */
18
18
  export interface ListTermsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ListTypes.ts.html |here} to see how to use ListTypesRequest.
16
+ * @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 ListTypesRequest.
17
17
  */
18
18
  export interface ListTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ListWorkRequestErrorsRequest.
15
+ * @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 ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ListWorkRequestLogsRequest.
15
+ * @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 ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ListWorkRequestsRequest.
15
+ * @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 ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 ObjectStatsRequest.
15
+ * @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 ObjectStatsRequest.
16
16
  */
17
17
  export interface ObjectStatsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnectionRequest.
16
+ * @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 ParseConnectionRequest.
17
17
  */
18
18
  export interface ParseConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendationRequest.
16
+ * @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 ProcessRecommendationRequest.
17
17
  */
18
18
  export interface ProcessRecommendationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/Recommendations.ts.html |here} to see how to use RecommendationsRequest.
16
+ * @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 RecommendationsRequest.
17
17
  */
18
18
  export interface RecommendationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLockRequest.
16
+ * @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 RemoveCatalogLockRequest.
17
17
  */
18
18
  export interface RemoveCatalogLockRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLockRequest.
16
+ * @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 RemoveCatalogPrivateEndpointLockRequest.
17
17
  */
18
18
  export interface RemoveCatalogPrivateEndpointLockRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatternsRequest.
16
+ * @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 RemoveDataSelectorPatternsRequest.
17
17
  */
18
18
  export interface RemoveDataSelectorPatternsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLockRequest.
16
+ * @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 RemoveMetastoreLockRequest.
17
17
  */
18
18
  export interface RemoveMetastoreLockRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteriaRequest.
16
+ * @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 SearchCriteriaRequest.
17
17
  */
18
18
  export interface SearchCriteriaRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 SuggestMatchesRequest.
15
+ * @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 SuggestMatchesRequest.
16
16
  */
17
17
  export interface SuggestMatchesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAssetRequest.
16
+ * @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 SynchronousExportDataAssetRequest.
17
17
  */
18
18
  export interface SynchronousExportDataAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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 TestConnectionRequest.
15
+ * @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 TestConnectionRequest.
16
16
  */
17
17
  export interface TestConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttributeRequest.
16
+ * @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 UpdateAttributeRequest.
17
17
  */
18
18
  export interface UpdateAttributeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpointRequest.
16
+ * @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 UpdateCatalogPrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdateCatalogPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalogRequest.
16
+ * @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 UpdateCatalogRequest.
17
17
  */
18
18
  export interface UpdateCatalogRequest extends common.BaseRequest {
19
19
  /**