oci-opsi 2.53.1 → 2.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/lib/client.d.ts +160 -133
  2. package/lib/client.js +337 -140
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/autonomous-database-insight-summary.d.ts +4 -0
  5. package/lib/model/autonomous-database-insight-summary.js.map +1 -1
  6. package/lib/model/autonomous-database-insight.d.ts +10 -0
  7. package/lib/model/autonomous-database-insight.js +16 -2
  8. package/lib/model/autonomous-database-insight.js.map +1 -1
  9. package/lib/model/change-autonomous-database-insight-advanced-features-details.d.ts +31 -0
  10. package/lib/model/change-autonomous-database-insight-advanced-features-details.js +66 -0
  11. package/lib/model/change-autonomous-database-insight-advanced-features-details.js.map +1 -0
  12. package/lib/model/enable-autonomous-database-insight-advanced-features-details.d.ts +31 -0
  13. package/lib/model/enable-autonomous-database-insight-advanced-features-details.js +66 -0
  14. package/lib/model/enable-autonomous-database-insight-advanced-features-details.js.map +1 -0
  15. package/lib/model/host-insight-summary.js +4 -0
  16. package/lib/model/host-insight-summary.js.map +1 -1
  17. package/lib/model/host-insight.js +4 -0
  18. package/lib/model/host-insight.js.map +1 -1
  19. package/lib/model/index.d.ts +8 -0
  20. package/lib/model/index.js +16 -8
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/pe-comanaged-host-insight-summary.d.ts +54 -0
  23. package/lib/model/pe-comanaged-host-insight-summary.js +69 -0
  24. package/lib/model/pe-comanaged-host-insight-summary.js.map +1 -0
  25. package/lib/model/pe-comanaged-host-insight.d.ts +58 -0
  26. package/lib/model/pe-comanaged-host-insight.js +67 -0
  27. package/lib/model/pe-comanaged-host-insight.js.map +1 -0
  28. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +8 -0
  29. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  30. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +8 -0
  31. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
  32. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +8 -0
  33. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
  34. package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.d.ts +8 -0
  35. package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.js.map +1 -1
  36. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  37. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +50 -0
  38. package/lib/request/change-autonomous-database-insight-advanced-features-request.js +15 -0
  39. package/lib/request/change-autonomous-database-insight-advanced-features-request.js.map +1 -0
  40. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  41. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  42. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  43. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  44. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  45. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  46. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  47. package/lib/request/create-awr-hub-request.d.ts +1 -1
  48. package/lib/request/create-database-insight-request.d.ts +1 -1
  49. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  50. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  51. package/lib/request/create-host-insight-request.d.ts +1 -1
  52. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  54. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  55. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  56. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  57. package/lib/request/delete-database-insight-request.d.ts +1 -1
  58. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  59. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  60. package/lib/request/delete-host-insight-request.d.ts +1 -1
  61. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  62. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  63. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  64. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  65. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +45 -0
  66. package/lib/request/disable-autonomous-database-insight-advanced-features-request.js +15 -0
  67. package/lib/request/disable-autonomous-database-insight-advanced-features-request.js.map +1 -0
  68. package/lib/request/disable-database-insight-request.d.ts +1 -1
  69. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  70. package/lib/request/disable-host-insight-request.d.ts +1 -1
  71. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  72. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +50 -0
  73. package/lib/request/enable-autonomous-database-insight-advanced-features-request.js +15 -0
  74. package/lib/request/enable-autonomous-database-insight-advanced-features-request.js.map +1 -0
  75. package/lib/request/enable-database-insight-request.d.ts +1 -1
  76. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  77. package/lib/request/enable-host-insight-request.d.ts +1 -1
  78. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  79. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  80. package/lib/request/get-awr-hub-request.d.ts +1 -1
  81. package/lib/request/get-awr-report-request.d.ts +1 -1
  82. package/lib/request/get-database-insight-request.d.ts +1 -1
  83. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  84. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  85. package/lib/request/get-host-insight-request.d.ts +1 -1
  86. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  88. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  89. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  90. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  91. package/lib/request/get-work-request-request.d.ts +1 -1
  92. package/lib/request/index.d.ts +6 -0
  93. package/lib/request/index.js.map +1 -1
  94. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  95. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  96. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  97. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  98. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  99. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  100. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  101. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  102. package/lib/request/list-awr-databases-request.d.ts +1 -1
  103. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  104. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  105. package/lib/request/list-database-configurations-request.d.ts +1 -1
  106. package/lib/request/list-database-insights-request.d.ts +1 -1
  107. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  108. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  109. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  110. package/lib/request/list-host-configurations-request.d.ts +2 -2
  111. package/lib/request/list-host-insights-request.d.ts +2 -2
  112. package/lib/request/list-hosted-entities-request.d.ts +2 -2
  113. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  114. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  115. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  116. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  117. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  118. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  119. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  120. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  121. package/lib/request/list-sql-plans-request.d.ts +1 -1
  122. package/lib/request/list-sql-searches-request.d.ts +1 -1
  123. package/lib/request/list-sql-texts-request.d.ts +1 -1
  124. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  125. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  126. package/lib/request/list-work-requests-request.d.ts +1 -1
  127. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  128. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  129. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  130. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  131. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  132. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  133. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  134. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  135. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  136. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  137. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  138. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  139. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  140. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +9 -1
  141. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  142. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +9 -1
  143. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  144. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +9 -1
  145. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  146. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  147. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  148. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  149. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  150. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +14 -1
  151. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  152. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  153. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  154. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  155. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  156. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  157. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  158. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  159. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  160. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  161. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  162. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +2 -2
  163. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +2 -2
  164. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +2 -2
  165. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -2
  166. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +2 -2
  167. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +2 -2
  168. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +2 -2
  169. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +2 -2
  170. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  171. package/lib/request/summarize-sql-insights-request.d.ts +6 -1
  172. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  173. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  174. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  175. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  176. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  177. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  178. package/lib/request/update-awr-hub-request.d.ts +1 -1
  179. package/lib/request/update-database-insight-request.d.ts +1 -1
  180. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  181. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  182. package/lib/request/update-host-insight-request.d.ts +1 -1
  183. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  184. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  185. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  186. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  187. package/lib/response/change-autonomous-database-insight-advanced-features-response.d.ts +25 -0
  188. package/lib/response/change-autonomous-database-insight-advanced-features-response.js +15 -0
  189. package/lib/response/change-autonomous-database-insight-advanced-features-response.js.map +1 -0
  190. package/lib/response/disable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
  191. package/lib/response/disable-autonomous-database-insight-advanced-features-response.js +15 -0
  192. package/lib/response/disable-autonomous-database-insight-advanced-features-response.js.map +1 -0
  193. package/lib/response/enable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
  194. package/lib/response/enable-autonomous-database-insight-advanced-features-response.js +15 -0
  195. package/lib/response/enable-autonomous-database-insight-advanced-features-response.js.map +1 -0
  196. package/lib/response/index.d.ts +6 -0
  197. 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.53.1/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHubRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHubRequest.
16
16
  */
17
17
  export interface DeleteAwrHubRequest 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.53.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
16
16
  */
17
17
  export interface DeleteDatabaseInsightRequest 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.53.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface DeleteEnterpriseManagerBridgeRequest 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.53.1/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
16
16
  */
17
17
  export interface DeleteExadataInsightRequest 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.53.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
16
16
  */
17
17
  export interface DeleteHostInsightRequest 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.53.1/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsPrivateEndpointRequest 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.53.1/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsWarehouseRequest 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.53.1/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUserRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsWarehouseUserRequest 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.53.1/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfigurationRequest.
16
16
  */
17
17
  export interface DeleteOpsiConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,45 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeaturesRequest.
16
+ */
17
+ export interface DisableAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique database insight identifier
20
+ */
21
+ "databaseInsightId": string;
22
+ /**
23
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
24
+ * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
25
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
+ *
27
+ */
28
+ "ifMatch"?: string;
29
+ /**
30
+ * Unique Oracle-assigned identifier for the request. If you need to contact
31
+ * Oracle about a particular request, please provide the request ID.
32
+ *
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request that can be retried in case of a timeout or
37
+ * server error without risk of executing the same action again. Retry tokens expire after 24
38
+ * hours.
39
+ * <p>
40
+ *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
41
+ * operations, such as a resource being deleted or purged from the system.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=disable-autonomous-database-insight-advanced-features-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-autonomous-database-insight-advanced-features-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/disable-autonomous-database-insight-advanced-features-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.53.1/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
16
16
  */
17
17
  export interface DisableDatabaseInsightRequest 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.53.1/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
16
16
  */
17
17
  export interface DisableExadataInsightRequest 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.53.1/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
16
16
  */
17
17
  export interface DisableHostInsightRequest 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.53.1/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
17
17
  */
18
18
  export interface DownloadOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeaturesRequest.
17
+ */
18
+ export interface EnableAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
19
+ /**
20
+ * Connection Details for the Autonomous Database in Operations Insights.
21
+ */
22
+ "enableAutonomousDatabaseInsightAdvancedFeaturesDetails": model.EnableAutonomousDatabaseInsightAdvancedFeaturesDetails;
23
+ /**
24
+ * Unique database insight identifier
25
+ */
26
+ "databaseInsightId": string;
27
+ /**
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
29
+ * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique Oracle-assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request that can be retried in case of a timeout or
42
+ * server error without risk of executing the same action again. Retry tokens expire after 24
43
+ * hours.
44
+ * <p>
45
+ *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
46
+ * operations, such as a resource being deleted or purged from the system.
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=enable-autonomous-database-insight-advanced-features-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-autonomous-database-insight-advanced-features-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/enable-autonomous-database-insight-advanced-features-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.53.1/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
17
17
  */
18
18
  export interface EnableDatabaseInsightRequest 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.53.1/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
17
17
  */
18
18
  export interface EnableExadataInsightRequest 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.53.1/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
17
17
  */
18
18
  export interface EnableHostInsightRequest 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.53.1/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReportRequest.
16
16
  */
17
17
  export interface GetAwrDatabaseReportRequest 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.53.1/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReportRequest.
16
16
  */
17
17
  export interface GetAwrDatabaseSqlReportRequest 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.53.1/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHubRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHubRequest.
16
16
  */
17
17
  export interface GetAwrHubRequest 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.53.1/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReportRequest.
17
17
  */
18
18
  export interface GetAwrReportRequest 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.53.1/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
16
16
  */
17
17
  export interface GetDatabaseInsightRequest 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.53.1/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface GetEnterpriseManagerBridgeRequest 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.53.1/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
16
16
  */
17
17
  export interface GetExadataInsightRequest 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.53.1/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
16
16
  */
17
17
  export interface GetHostInsightRequest 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.53.1/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsPrivateEndpointRequest 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.53.1/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouseRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsWarehouseRequest 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.53.1/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUserRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsWarehouseUserRequest 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.53.1/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfigurationRequest.
16
16
  */
17
17
  export interface GetOpsiConfigurationRequest 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.53.1/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObjectRequest.
16
16
  */
17
17
  export interface GetOpsiDataObjectRequest 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.53.1/opsi/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.54.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -15,6 +15,8 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
15
15
  */
16
16
  import * as AddExadataInsightMembersRequest from "./add-exadata-insight-members-request";
17
17
  export import AddExadataInsightMembersRequest = AddExadataInsightMembersRequest.AddExadataInsightMembersRequest;
18
+ import * as ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest from "./change-autonomous-database-insight-advanced-features-request";
19
+ export import ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest = ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest.ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest;
18
20
  import * as ChangeDatabaseInsightCompartmentRequest from "./change-database-insight-compartment-request";
19
21
  export import ChangeDatabaseInsightCompartmentRequest = ChangeDatabaseInsightCompartmentRequest.ChangeDatabaseInsightCompartmentRequest;
20
22
  import * as ChangeEnterpriseManagerBridgeCompartmentRequest from "./change-enterprise-manager-bridge-compartment-request";
@@ -65,6 +67,8 @@ import * as DeleteOperationsInsightsWarehouseUserRequest from "./delete-operatio
65
67
  export import DeleteOperationsInsightsWarehouseUserRequest = DeleteOperationsInsightsWarehouseUserRequest.DeleteOperationsInsightsWarehouseUserRequest;
66
68
  import * as DeleteOpsiConfigurationRequest from "./delete-opsi-configuration-request";
67
69
  export import DeleteOpsiConfigurationRequest = DeleteOpsiConfigurationRequest.DeleteOpsiConfigurationRequest;
70
+ import * as DisableAutonomousDatabaseInsightAdvancedFeaturesRequest from "./disable-autonomous-database-insight-advanced-features-request";
71
+ export import DisableAutonomousDatabaseInsightAdvancedFeaturesRequest = DisableAutonomousDatabaseInsightAdvancedFeaturesRequest.DisableAutonomousDatabaseInsightAdvancedFeaturesRequest;
68
72
  import * as DisableDatabaseInsightRequest from "./disable-database-insight-request";
69
73
  export import DisableDatabaseInsightRequest = DisableDatabaseInsightRequest.DisableDatabaseInsightRequest;
70
74
  import * as DisableExadataInsightRequest from "./disable-exadata-insight-request";
@@ -73,6 +77,8 @@ import * as DisableHostInsightRequest from "./disable-host-insight-request";
73
77
  export import DisableHostInsightRequest = DisableHostInsightRequest.DisableHostInsightRequest;
74
78
  import * as DownloadOperationsInsightsWarehouseWalletRequest from "./download-operations-insights-warehouse-wallet-request";
75
79
  export import DownloadOperationsInsightsWarehouseWalletRequest = DownloadOperationsInsightsWarehouseWalletRequest.DownloadOperationsInsightsWarehouseWalletRequest;
80
+ import * as EnableAutonomousDatabaseInsightAdvancedFeaturesRequest from "./enable-autonomous-database-insight-advanced-features-request";
81
+ export import EnableAutonomousDatabaseInsightAdvancedFeaturesRequest = EnableAutonomousDatabaseInsightAdvancedFeaturesRequest.EnableAutonomousDatabaseInsightAdvancedFeaturesRequest;
76
82
  import * as EnableDatabaseInsightRequest from "./enable-database-insight-request";
77
83
  export import EnableDatabaseInsightRequest = EnableDatabaseInsightRequest.EnableDatabaseInsightRequest;
78
84
  import * as EnableExadataInsightRequest from "./enable-exadata-insight-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;;AAkCH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAiC7G,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sGAAwF;AAC1E,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAmB7G,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAmBpG,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAG/H,oIAAsH;AACxG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,gIAAkH;AACpG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AACpJ,uHAAyG;AAC3F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAOjG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,kHAAoG;AACtF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,gIAAkH;AACpG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AACpJ,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,4HAA8G;AAChG,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,2HAA6G;AAC/F,QAAA,wCAAwC,GAAG,wCAAwC,CAAC,wCAAwC,CAAC;AAC3I,iIAAmH;AACrG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AACpJ,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,4GAA8F;AAChF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,mJAAqI;AACvH,QAAA,oDAAoD,GAAG,oDAAoD,CAAC,oDAAoD,CAAC;AAC/K,mJAAqI;AACvH,QAAA,oDAAoD,GAAG,oDAAoD,CAAC,oDAAoD,CAAC;AAC/K,4IAA8H;AAChH,QAAA,iDAAiD,GAAG,iDAAiD,CAAC,iDAAiD,CAAC;AACtK,kIAAoH;AACtG,QAAA,4CAA4C,GAAG,4CAA4C,CAAC,4CAA4C,CAAC;AACvJ,6IAA+H;AACjH,QAAA,iDAAiD,GAAG,iDAAiD,CAAC,iDAAiD,CAAC;AACtK,6JAA+I;AACjI,QAAA,yDAAyD,GAAG,yDAAyD,CAAC,yDAAyD,CAAC;AAG9L,iJAAmI;AACrH,QAAA,mDAAmD,GAAG,mDAAmD,CAAC,mDAAmD,CAAC;AAC5K,sKAAwJ;AAC1I,QAAA,6DAA6D,GAAG,6DAA6D,CAAC,6DAA6D,CAAC;AAC1M,iJAAmI;AACrH,QAAA,mDAAmD,GAAG,mDAAmD,CAAC,mDAAmD,CAAC;AAC5K,sKAAwJ;AAC1I,QAAA,6DAA6D,GAAG,6DAA6D,CAAC,6DAA6D,CAAC;AAC1M,0IAA4H;AAC9G,QAAA,gDAAgD,GAAG,gDAAgD,CAAC,gDAAgD,CAAC;AACnK,gIAAkH;AACpG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AAKpJ,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2IAA6H;AAC/G,QAAA,gDAAgD,GAAG,gDAAgD,CAAC,gDAAgD,CAAC;AACnK,2IAA6H;AAC/G,QAAA,gDAAgD,GAAG,gDAAgD,CAAC,gDAAgD,CAAC;AACnK,oIAAsH;AACxG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,0HAA4G;AAC9F,QAAA,wCAAwC,GAAG,wCAAwC,CAAC,wCAAwC,CAAC;AAC3I,qIAAuH;AACzG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,qJAAuI;AACzH,QAAA,qDAAqD,GAAG,qDAAqD,CAAC,qDAAqD,CAAC;AAOlL,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAKpG,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -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.53.1/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfigurationRequest.
17
17
  */
18
18
  export interface IngestDatabaseConfigurationRequest 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.53.1/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfigurationRequest.
17
17
  */
18
18
  export interface IngestHostConfigurationRequest 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.53.1/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetricsRequest.
17
17
  */
18
18
  export interface IngestHostMetricsRequest 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.53.1/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucketRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucketRequest.
17
17
  */
18
18
  export interface IngestSqlBucketRequest 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.53.1/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLinesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLinesRequest.
17
17
  */
18
18
  export interface IngestSqlPlanLinesRequest 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.53.1/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStatsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStatsRequest.
17
17
  */
18
18
  export interface IngestSqlStatsRequest 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.53.1/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlTextRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlTextRequest.
17
17
  */
18
18
  export interface IngestSqlTextRequest 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.53.1/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshotsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshotsRequest.
17
17
  */
18
18
  export interface ListAwrDatabaseSnapshotsRequest 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.53.1/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabasesRequest.
17
17
  */
18
18
  export interface ListAwrDatabasesRequest 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.53.1/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubsRequest.
17
17
  */
18
18
  export interface ListAwrHubsRequest extends common.BaseRequest {
19
19
  /**