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
@@ -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/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/datacatalog/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -102,7 +102,7 @@ export interface ListJobsRequest extends common.BaseRequest {
102
102
  "executionCount"?: number;
103
103
  /**
104
104
  * The date and time the most recent execution for this job ,in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
105
- * Example: `2019-03-25T21:10:29.600Z`
105
+ * Example: {@code 2019-03-25T21:10:29.600Z}
106
106
  *
107
107
  */
108
108
  "timeOfLatestExecution"?: Date;
@@ -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/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendationRequest.
17
17
  */
18
18
  export interface ProcessRecommendationRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ProcessRecommendationRequest extends common.BaseRequest {
26
26
  "processRecommendationDetails": model.ProcessRecommendationDetails;
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/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.77.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.76.1/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.77.1/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLockRequest.
17
17
  */
18
18
  export interface RemoveCatalogLockRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface RemoveCatalogLockRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
35
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
36
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -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/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.77.1/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLockRequest.
17
17
  */
18
18
  export interface RemoveCatalogPrivateEndpointLockRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface RemoveCatalogPrivateEndpointLockRequest extends common.BaseRequ
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
35
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
36
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -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/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.77.1/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatternsRequest.
17
17
  */
18
18
  export interface RemoveDataSelectorPatternsRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface RemoveDataSelectorPatternsRequest 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/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.77.1/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLockRequest.
17
17
  */
18
18
  export interface RemoveMetastoreLockRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface RemoveMetastoreLockRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
35
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
36
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -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/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttributeRequest.
17
17
  */
18
18
  export interface UpdateAttributeRequest extends common.BaseRequest {
19
19
  /**
@@ -38,7 +38,7 @@ export interface UpdateAttributeRequest extends common.BaseRequest {
38
38
  "updateAttributeDetails": model.UpdateAttributeDetails;
39
39
  /**
40
40
  * For optimistic concurrency control. In the PUT or DELETE call
41
- * for a resource, set the `if-match` parameter to the value of the
41
+ * for a resource, set the {@code if-match} parameter to the value of the
42
42
  * etag from a previous GET or POST response for that resource.
43
43
  * The resource will be updated or deleted only if the etag you
44
44
  * 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/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.77.1/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdateCatalogPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateCatalogPrivateEndpointRequest extends common.BaseRequest
26
26
  "updateCatalogPrivateEndpointDetails": model.UpdateCatalogPrivateEndpointDetails;
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/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.77.1/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalogRequest.
17
17
  */
18
18
  export interface UpdateCatalogRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateCatalogRequest extends common.BaseRequest {
26
26
  "updateCatalogDetails": model.UpdateCatalogDetails;
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/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
17
17
  */
18
18
  export interface UpdateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateConnectionRequest extends common.BaseRequest {
34
34
  "updateConnectionDetails": model.UpdateConnectionDetails;
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/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomPropertyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomPropertyRequest.
17
17
  */
18
18
  export interface UpdateCustomPropertyRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateCustomPropertyRequest extends common.BaseRequest {
34
34
  "updateCustomPropertyDetails": model.UpdateCustomPropertyDetails;
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/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAssetRequest.
17
17
  */
18
18
  export interface UpdateDataAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateDataAssetRequest extends common.BaseRequest {
30
30
  "updateDataAssetDetails": model.UpdateDataAssetDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * 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/UpdateEntity.ts.html |here} to see how to use UpdateEntityRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntityRequest.
17
17
  */
18
18
  export interface UpdateEntityRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateEntityRequest extends common.BaseRequest {
34
34
  "updateEntityDetails": model.UpdateEntityDetails;
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/UpdateFolder.ts.html |here} to see how to use UpdateFolderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolderRequest.
17
17
  */
18
18
  export interface UpdateFolderRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateFolderRequest extends common.BaseRequest {
34
34
  "updateFolderDetails": model.UpdateFolderDetails;
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/UpdateGlossary.ts.html |here} to see how to use UpdateGlossaryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossaryRequest.
17
17
  */
18
18
  export interface UpdateGlossaryRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateGlossaryRequest extends common.BaseRequest {
30
30
  "updateGlossaryDetails": model.UpdateGlossaryDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * 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/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinitionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinitionRequest.
17
17
  */
18
18
  export interface UpdateJobDefinitionRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateJobDefinitionRequest extends common.BaseRequest {
30
30
  "updateJobDefinitionDetails": model.UpdateJobDefinitionDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * 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/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateJobRequest extends common.BaseRequest {
30
30
  "updateJobDetails": model.UpdateJobDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * 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/UpdateMetastore.ts.html |here} to see how to use UpdateMetastoreRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastoreRequest.
17
17
  */
18
18
  export interface UpdateMetastoreRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateMetastoreRequest extends common.BaseRequest {
26
26
  "updateMetastoreDetails": model.UpdateMetastoreDetails;
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.