oci-datacatalog 2.76.1 → 2.77.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 (233) hide show
  1. package/lib/client.d.ts +154 -148
  2. package/lib/client.js +156 -147
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/attribute-summary.d.ts +2 -2
  5. package/lib/model/attribute-tag-summary.d.ts +1 -1
  6. package/lib/model/attribute-tag.d.ts +1 -1
  7. package/lib/model/attribute.d.ts +2 -2
  8. package/lib/model/base-tag-summary.d.ts +1 -1
  9. package/lib/model/base-tag.d.ts +1 -1
  10. package/lib/model/catalog-private-endpoint-summary.d.ts +3 -3
  11. package/lib/model/catalog-private-endpoint.d.ts +3 -3
  12. package/lib/model/catalog-summary.d.ts +3 -3
  13. package/lib/model/catalog.d.ts +3 -3
  14. package/lib/model/connection-summary.d.ts +1 -1
  15. package/lib/model/connection.d.ts +2 -2
  16. package/lib/model/create-attribute-details.d.ts +1 -1
  17. package/lib/model/create-catalog-details.d.ts +2 -2
  18. package/lib/model/create-catalog-private-endpoint-details.d.ts +2 -2
  19. package/lib/model/create-connection-details.d.ts +2 -2
  20. package/lib/model/create-custom-property-details.d.ts +1 -1
  21. package/lib/model/create-data-asset-details.d.ts +1 -1
  22. package/lib/model/create-entity-details.d.ts +1 -1
  23. package/lib/model/create-folder-details.d.ts +1 -1
  24. package/lib/model/create-job-definition-details.d.ts +1 -1
  25. package/lib/model/create-job-execution-details.d.ts +1 -1
  26. package/lib/model/create-metastore-details.d.ts +2 -2
  27. package/lib/model/create-pattern-details.d.ts +1 -1
  28. package/lib/model/custom-property-summary.d.ts +1 -1
  29. package/lib/model/custom-property.d.ts +2 -2
  30. package/lib/model/data-asset-summary.d.ts +1 -1
  31. package/lib/model/data-asset-tag-summary.d.ts +1 -1
  32. package/lib/model/data-asset-tag.d.ts +1 -1
  33. package/lib/model/data-asset.d.ts +2 -2
  34. package/lib/model/entity-lineage.d.ts +1 -1
  35. package/lib/model/entity-summary.d.ts +2 -2
  36. package/lib/model/entity-tag-summary.d.ts +1 -1
  37. package/lib/model/entity-tag.d.ts +1 -1
  38. package/lib/model/entity.d.ts +2 -2
  39. package/lib/model/event-config.d.ts +1 -1
  40. package/lib/model/folder-summary.d.ts +1 -1
  41. package/lib/model/folder-tag-summary.d.ts +1 -1
  42. package/lib/model/folder-tag.d.ts +1 -1
  43. package/lib/model/folder.d.ts +2 -2
  44. package/lib/model/glossary-summary.d.ts +1 -1
  45. package/lib/model/glossary-tree-element.d.ts +1 -1
  46. package/lib/model/glossary.d.ts +1 -1
  47. package/lib/model/job-definition-summary.d.ts +1 -1
  48. package/lib/model/job-definition.d.ts +2 -2
  49. package/lib/model/job-execution-summary.d.ts +1 -1
  50. package/lib/model/job-execution.d.ts +2 -2
  51. package/lib/model/job-log-summary.d.ts +1 -1
  52. package/lib/model/job-log.d.ts +1 -1
  53. package/lib/model/job-metric-summary.d.ts +1 -1
  54. package/lib/model/job-metric.d.ts +1 -1
  55. package/lib/model/job-summary.d.ts +2 -2
  56. package/lib/model/job.d.ts +2 -2
  57. package/lib/model/lineage-object.d.ts +1 -1
  58. package/lib/model/metastore-summary.d.ts +3 -3
  59. package/lib/model/metastore.d.ts +3 -3
  60. package/lib/model/namespace-summary.d.ts +1 -1
  61. package/lib/model/namespace.d.ts +1 -1
  62. package/lib/model/object-lineage.d.ts +1 -1
  63. package/lib/model/object-relationship.d.ts +1 -1
  64. package/lib/model/pattern-summary.d.ts +1 -1
  65. package/lib/model/pattern.d.ts +2 -2
  66. package/lib/model/process-recommendation-details.d.ts +2 -2
  67. package/lib/model/recommendation-details.d.ts +2 -2
  68. package/lib/model/rule-summary.d.ts +1 -1
  69. package/lib/model/search-result.d.ts +3 -3
  70. package/lib/model/term-relationship-summary.d.ts +1 -1
  71. package/lib/model/term-relationship.d.ts +1 -1
  72. package/lib/model/term-summary.d.ts +1 -1
  73. package/lib/model/term.d.ts +1 -1
  74. package/lib/model/type.d.ts +2 -2
  75. package/lib/model/update-attribute-details.d.ts +1 -1
  76. package/lib/model/update-catalog-details.d.ts +2 -2
  77. package/lib/model/update-catalog-private-endpoint-details.d.ts +2 -2
  78. package/lib/model/update-connection-details.d.ts +2 -2
  79. package/lib/model/update-custom-property-details.d.ts +1 -1
  80. package/lib/model/update-data-asset-details.d.ts +1 -1
  81. package/lib/model/update-entity-details.d.ts +1 -1
  82. package/lib/model/update-folder-details.d.ts +1 -1
  83. package/lib/model/update-job-definition-details.d.ts +1 -1
  84. package/lib/model/update-metastore-details.d.ts +2 -2
  85. package/lib/model/update-pattern-details.d.ts +1 -1
  86. package/lib/request/add-catalog-lock-request.d.ts +2 -2
  87. package/lib/request/add-catalog-private-endpoint-lock-request.d.ts +2 -2
  88. package/lib/request/add-data-selector-patterns-request.d.ts +2 -2
  89. package/lib/request/add-metastore-lock-request.d.ts +2 -2
  90. package/lib/request/associate-custom-property-request.d.ts +2 -2
  91. package/lib/request/asynchronous-export-glossary-request.d.ts +1 -1
  92. package/lib/request/attach-catalog-private-endpoint-request.d.ts +2 -2
  93. package/lib/request/change-catalog-compartment-request.d.ts +2 -2
  94. package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +2 -2
  95. package/lib/request/change-metastore-compartment-request.d.ts +2 -2
  96. package/lib/request/create-attribute-request.d.ts +1 -1
  97. package/lib/request/create-attribute-tag-request.d.ts +1 -1
  98. package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
  99. package/lib/request/create-catalog-request.d.ts +1 -1
  100. package/lib/request/create-connection-request.d.ts +1 -1
  101. package/lib/request/create-custom-property-request.d.ts +1 -1
  102. package/lib/request/create-data-asset-request.d.ts +1 -1
  103. package/lib/request/create-data-asset-tag-request.d.ts +1 -1
  104. package/lib/request/create-entity-request.d.ts +1 -1
  105. package/lib/request/create-entity-tag-request.d.ts +1 -1
  106. package/lib/request/create-folder-request.d.ts +1 -1
  107. package/lib/request/create-folder-tag-request.d.ts +1 -1
  108. package/lib/request/create-glossary-request.d.ts +1 -1
  109. package/lib/request/create-job-definition-request.d.ts +1 -1
  110. package/lib/request/create-job-execution-request.d.ts +1 -1
  111. package/lib/request/create-job-request.d.ts +1 -1
  112. package/lib/request/create-metastore-request.d.ts +1 -1
  113. package/lib/request/create-namespace-request.d.ts +1 -1
  114. package/lib/request/create-pattern-request.d.ts +1 -1
  115. package/lib/request/create-term-relationship-request.d.ts +1 -1
  116. package/lib/request/create-term-request.d.ts +1 -1
  117. package/lib/request/delete-attribute-request.d.ts +2 -2
  118. package/lib/request/delete-attribute-tag-request.d.ts +2 -2
  119. package/lib/request/delete-catalog-private-endpoint-request.d.ts +2 -2
  120. package/lib/request/delete-catalog-request.d.ts +2 -2
  121. package/lib/request/delete-connection-request.d.ts +2 -2
  122. package/lib/request/delete-custom-property-request.d.ts +2 -2
  123. package/lib/request/delete-data-asset-request.d.ts +2 -2
  124. package/lib/request/delete-data-asset-tag-request.d.ts +2 -2
  125. package/lib/request/delete-entity-request.d.ts +2 -2
  126. package/lib/request/delete-entity-tag-request.d.ts +2 -2
  127. package/lib/request/delete-folder-request.d.ts +2 -2
  128. package/lib/request/delete-folder-tag-request.d.ts +2 -2
  129. package/lib/request/delete-glossary-request.d.ts +2 -2
  130. package/lib/request/delete-job-definition-request.d.ts +2 -2
  131. package/lib/request/delete-job-request.d.ts +2 -2
  132. package/lib/request/delete-metastore-request.d.ts +2 -2
  133. package/lib/request/delete-namespace-request.d.ts +2 -2
  134. package/lib/request/delete-pattern-request.d.ts +2 -2
  135. package/lib/request/delete-term-relationship-request.d.ts +2 -2
  136. package/lib/request/delete-term-request.d.ts +2 -2
  137. package/lib/request/detach-catalog-private-endpoint-request.d.ts +2 -2
  138. package/lib/request/disassociate-custom-property-request.d.ts +2 -2
  139. package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
  140. package/lib/request/export-glossary-request.d.ts +1 -1
  141. package/lib/request/fetch-entity-lineage-request.d.ts +2 -2
  142. package/lib/request/get-attribute-request.d.ts +1 -1
  143. package/lib/request/get-attribute-tag-request.d.ts +1 -1
  144. package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
  145. package/lib/request/get-catalog-request.d.ts +1 -1
  146. package/lib/request/get-connection-request.d.ts +1 -1
  147. package/lib/request/get-custom-property-request.d.ts +1 -1
  148. package/lib/request/get-data-asset-request.d.ts +1 -1
  149. package/lib/request/get-data-asset-tag-request.d.ts +1 -1
  150. package/lib/request/get-entity-request.d.ts +1 -1
  151. package/lib/request/get-entity-tag-request.d.ts +1 -1
  152. package/lib/request/get-folder-request.d.ts +1 -1
  153. package/lib/request/get-folder-tag-request.d.ts +1 -1
  154. package/lib/request/get-glossary-request.d.ts +1 -1
  155. package/lib/request/get-job-definition-request.d.ts +1 -1
  156. package/lib/request/get-job-execution-request.d.ts +1 -1
  157. package/lib/request/get-job-log-request.d.ts +1 -1
  158. package/lib/request/get-job-metrics-request.d.ts +1 -1
  159. package/lib/request/get-job-request.d.ts +1 -1
  160. package/lib/request/get-metastore-request.d.ts +1 -1
  161. package/lib/request/get-namespace-request.d.ts +1 -1
  162. package/lib/request/get-pattern-request.d.ts +1 -1
  163. package/lib/request/get-term-relationship-request.d.ts +1 -1
  164. package/lib/request/get-term-request.d.ts +1 -1
  165. package/lib/request/get-type-request.d.ts +1 -1
  166. package/lib/request/get-work-request-request.d.ts +1 -1
  167. package/lib/request/import-connection-request.d.ts +2 -2
  168. package/lib/request/import-data-asset-request.d.ts +1 -1
  169. package/lib/request/import-glossary-request.d.ts +1 -1
  170. package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
  171. package/lib/request/list-attribute-tags-request.d.ts +1 -1
  172. package/lib/request/list-attributes-request.d.ts +1 -1
  173. package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
  174. package/lib/request/list-catalogs-request.d.ts +1 -1
  175. package/lib/request/list-connections-request.d.ts +1 -1
  176. package/lib/request/list-custom-properties-request.d.ts +1 -1
  177. package/lib/request/list-data-asset-tags-request.d.ts +1 -1
  178. package/lib/request/list-data-assets-request.d.ts +1 -1
  179. package/lib/request/list-derived-logical-entities-request.d.ts +2 -2
  180. package/lib/request/list-entities-request.d.ts +1 -1
  181. package/lib/request/list-entity-tags-request.d.ts +1 -1
  182. package/lib/request/list-folder-tags-request.d.ts +1 -1
  183. package/lib/request/list-folders-request.d.ts +1 -1
  184. package/lib/request/list-glossaries-request.d.ts +1 -1
  185. package/lib/request/list-job-definitions-request.d.ts +1 -1
  186. package/lib/request/list-job-executions-request.d.ts +1 -1
  187. package/lib/request/list-job-logs-request.d.ts +1 -1
  188. package/lib/request/list-job-metrics-request.d.ts +1 -1
  189. package/lib/request/list-jobs-request.d.ts +2 -2
  190. package/lib/request/list-metastores-request.d.ts +1 -1
  191. package/lib/request/list-namespaces-request.d.ts +1 -1
  192. package/lib/request/list-patterns-request.d.ts +1 -1
  193. package/lib/request/list-rules-request.d.ts +1 -1
  194. package/lib/request/list-tags-request.d.ts +1 -1
  195. package/lib/request/list-term-relationships-request.d.ts +1 -1
  196. package/lib/request/list-terms-request.d.ts +1 -1
  197. package/lib/request/list-types-request.d.ts +1 -1
  198. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  199. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  200. package/lib/request/list-work-requests-request.d.ts +1 -1
  201. package/lib/request/object-stats-request.d.ts +1 -1
  202. package/lib/request/parse-connection-request.d.ts +1 -1
  203. package/lib/request/process-recommendation-request.d.ts +2 -2
  204. package/lib/request/recommendations-request.d.ts +1 -1
  205. package/lib/request/remove-catalog-lock-request.d.ts +2 -2
  206. package/lib/request/remove-catalog-private-endpoint-lock-request.d.ts +2 -2
  207. package/lib/request/remove-data-selector-patterns-request.d.ts +2 -2
  208. package/lib/request/remove-metastore-lock-request.d.ts +2 -2
  209. package/lib/request/search-criteria-request.d.ts +1 -1
  210. package/lib/request/suggest-matches-request.d.ts +1 -1
  211. package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
  212. package/lib/request/test-connection-request.d.ts +1 -1
  213. package/lib/request/update-attribute-request.d.ts +2 -2
  214. package/lib/request/update-catalog-private-endpoint-request.d.ts +2 -2
  215. package/lib/request/update-catalog-request.d.ts +2 -2
  216. package/lib/request/update-connection-request.d.ts +2 -2
  217. package/lib/request/update-custom-property-request.d.ts +2 -2
  218. package/lib/request/update-data-asset-request.d.ts +2 -2
  219. package/lib/request/update-entity-request.d.ts +2 -2
  220. package/lib/request/update-folder-request.d.ts +2 -2
  221. package/lib/request/update-glossary-request.d.ts +2 -2
  222. package/lib/request/update-job-definition-request.d.ts +2 -2
  223. package/lib/request/update-job-request.d.ts +2 -2
  224. package/lib/request/update-metastore-request.d.ts +2 -2
  225. package/lib/request/update-namespace-request.d.ts +2 -2
  226. package/lib/request/update-pattern-request.d.ts +2 -2
  227. package/lib/request/update-term-relationship-request.d.ts +2 -2
  228. package/lib/request/update-term-request.d.ts +2 -2
  229. package/lib/request/upload-credentials-request.d.ts +2 -2
  230. package/lib/request/users-request.d.ts +1 -1
  231. package/lib/request/validate-connection-request.d.ts +1 -1
  232. package/lib/request/validate-pattern-request.d.ts +1 -1
  233. 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.76.1/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastoreRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastoreRequest.
16
16
  */
17
17
  export interface DeleteMetastoreRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteMetastoreRequest extends common.BaseRequest {
21
21
  "metastoreId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespaceRequest.
16
16
  */
17
17
  export interface DeleteNamespaceRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteNamespaceRequest extends common.BaseRequest {
25
25
  "namespaceId": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePatternRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePatternRequest.
16
16
  */
17
17
  export interface DeletePatternRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeletePatternRequest extends common.BaseRequest {
25
25
  "patternKey": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationshipRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationshipRequest.
16
16
  */
17
17
  export interface DeleteTermRelationshipRequest extends common.BaseRequest {
18
18
  /**
@@ -33,7 +33,7 @@ export interface DeleteTermRelationshipRequest extends common.BaseRequest {
33
33
  "termRelationshipKey": string;
34
34
  /**
35
35
  * For optimistic concurrency control. In the PUT or DELETE call
36
- * for a resource, set the `if-match` parameter to the value of the
36
+ * for a resource, set the {@code if-match} parameter to the value of the
37
37
  * etag from a previous GET or POST response for that resource.
38
38
  * The resource will be updated or deleted only if the etag you
39
39
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTermRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTermRequest.
16
16
  */
17
17
  export interface DeleteTermRequest extends common.BaseRequest {
18
18
  /**
@@ -29,7 +29,7 @@ export interface DeleteTermRequest extends common.BaseRequest {
29
29
  "termKey": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpointRequest.
17
17
  */
18
18
  export interface DetachCatalogPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface DetachCatalogPrivateEndpointRequest extends common.BaseRequest
26
26
  "catalogId": string;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomPropertyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomPropertyRequest.
17
17
  */
18
18
  export interface DisassociateCustomPropertyRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface DisassociateCustomPropertyRequest extends common.BaseRequest {
35
35
  "opcRequestId"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossaryRequest.
16
16
  */
17
17
  export interface ExpandTreeForGlossaryRequest 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.76.1/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossaryRequest.
16
16
  */
17
17
  export interface ExportGlossaryRequest 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.76.1/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineageRequest.
17
17
  */
18
18
  export interface FetchEntityLineageRequest extends common.BaseRequest {
19
19
  /**
@@ -46,7 +46,7 @@ export interface FetchEntityLineageRequest extends common.BaseRequest {
46
46
  "opcRequestId"?: string;
47
47
  /**
48
48
  * For optimistic concurrency control. In the PUT or DELETE call
49
- * for a resource, set the `if-match` parameter to the value of the
49
+ * for a resource, set the {@code if-match} parameter to the value of the
50
50
  * etag from a previous GET or POST response for that resource.
51
51
  * The resource will be updated or deleted only if the etag you
52
52
  * provide matches the resource's current etag value.
@@ -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.76.1/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttributeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttributeRequest.
16
16
  */
17
17
  export interface GetAttributeRequest 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.76.1/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTagRequest.
16
16
  */
17
17
  export interface GetAttributeTagRequest 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.76.1/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetCatalogPrivateEndpointRequest 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.76.1/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalogRequest.
16
16
  */
17
17
  export interface GetCatalogRequest 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.76.1/datacatalog/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
16
16
  */
17
17
  export interface GetConnectionRequest 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.76.1/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomPropertyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomPropertyRequest.
16
16
  */
17
17
  export interface GetCustomPropertyRequest 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.76.1/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAssetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAssetRequest.
16
16
  */
17
17
  export interface GetDataAssetRequest 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.76.1/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTagRequest.
16
16
  */
17
17
  export interface GetDataAssetTagRequest 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.76.1/datacatalog/GetEntity.ts.html |here} to see how to use GetEntityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetEntity.ts.html |here} to see how to use GetEntityRequest.
16
16
  */
17
17
  export interface GetEntityRequest 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.76.1/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTagRequest.
16
16
  */
17
17
  export interface GetEntityTagRequest 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.76.1/datacatalog/GetFolder.ts.html |here} to see how to use GetFolderRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetFolder.ts.html |here} to see how to use GetFolderRequest.
16
16
  */
17
17
  export interface GetFolderRequest 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.76.1/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTagRequest.
16
16
  */
17
17
  export interface GetFolderTagRequest 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.76.1/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossaryRequest.
16
16
  */
17
17
  export interface GetGlossaryRequest 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.76.1/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinitionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinitionRequest.
16
16
  */
17
17
  export interface GetJobDefinitionRequest 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.76.1/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecutionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecutionRequest.
16
16
  */
17
17
  export interface GetJobExecutionRequest 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.76.1/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLogRequest.
16
16
  */
17
17
  export interface GetJobLogRequest 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.76.1/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetricsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetricsRequest.
16
16
  */
17
17
  export interface GetJobMetricsRequest 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.76.1/datacatalog/GetJob.ts.html |here} to see how to use GetJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetJob.ts.html |here} to see how to use GetJobRequest.
16
16
  */
17
17
  export interface GetJobRequest 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.76.1/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastoreRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastoreRequest.
16
16
  */
17
17
  export interface GetMetastoreRequest 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.76.1/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
16
16
  */
17
17
  export interface GetNamespaceRequest 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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnectionRequest.
17
17
  */
18
18
  export interface ImportConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface ImportConnectionRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call
37
- * for a resource, set the `if-match` parameter to the value of the
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
38
  * etag from a previous GET or POST response for that resource.
39
39
  * The resource will be updated or deleted only if the etag you
40
40
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.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.76.1/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.77.1/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossaryRequest.
17
17
  */
18
18
  export interface ImportGlossaryRequest 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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntitiesRequest.
16
16
  */
17
17
  export interface ListDerivedLogicalEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -53,7 +53,7 @@ export interface ListDerivedLogicalEntitiesRequest extends common.BaseRequest {
53
53
  "opcRequestId"?: string;
54
54
  /**
55
55
  * For optimistic concurrency control. In the PUT or DELETE call
56
- * for a resource, set the `if-match` parameter to the value of the
56
+ * for a resource, set the {@code if-match} parameter to the value of the
57
57
  * etag from a previous GET or POST response for that resource.
58
58
  * The resource will be updated or deleted only if the etag you
59
59
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.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.76.1/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.77.1/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTagsRequest.
17
17
  */
18
18
  export interface ListEntityTagsRequest extends common.BaseRequest {
19
19
  /**