oci-dataflow 2.102.1 → 2.103.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 (94) hide show
  1. package/lib/client.d.ts +45 -45
  2. package/lib/client.js +45 -45
  3. package/lib/model/application-summary.d.ts +2 -2
  4. package/lib/model/application.d.ts +6 -6
  5. package/lib/model/create-application-details.d.ts +6 -6
  6. package/lib/model/create-pool-details.d.ts +2 -2
  7. package/lib/model/create-private-endpoint-details.d.ts +2 -2
  8. package/lib/model/create-run-details.d.ts +5 -5
  9. package/lib/model/create-sql-endpoint-details.d.ts +2 -2
  10. package/lib/model/pool-summary.d.ts +2 -2
  11. package/lib/model/pool.d.ts +2 -2
  12. package/lib/model/private-endpoint-summary.d.ts +2 -2
  13. package/lib/model/private-endpoint.d.ts +2 -2
  14. package/lib/model/run-summary.d.ts +2 -2
  15. package/lib/model/run.d.ts +6 -6
  16. package/lib/model/shape-config.d.ts +1 -1
  17. package/lib/model/sql-endpoint-summary.d.ts +3 -3
  18. package/lib/model/sql-endpoint.d.ts +3 -3
  19. package/lib/model/update-application-details.d.ts +6 -6
  20. package/lib/model/update-pool-details.d.ts +2 -2
  21. package/lib/model/update-private-endpoint-details.d.ts +2 -2
  22. package/lib/model/update-run-details.d.ts +2 -2
  23. package/lib/model/update-sql-endpoint-details.d.ts +2 -2
  24. package/lib/request/cascading-delete-application-request.d.ts +1 -1
  25. package/lib/request/change-application-compartment-request.d.ts +1 -1
  26. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  27. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  28. package/lib/request/change-run-compartment-request.d.ts +1 -1
  29. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  30. package/lib/request/create-application-request.d.ts +1 -1
  31. package/lib/request/create-pool-request.d.ts +1 -1
  32. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  33. package/lib/request/create-run-request.d.ts +1 -1
  34. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  35. package/lib/request/create-statement-request.d.ts +1 -1
  36. package/lib/request/delete-application-request.d.ts +1 -1
  37. package/lib/request/delete-pool-request.d.ts +1 -1
  38. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  39. package/lib/request/delete-run-request.d.ts +1 -1
  40. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  41. package/lib/request/delete-statement-request.d.ts +1 -1
  42. package/lib/request/get-application-request.d.ts +1 -1
  43. package/lib/request/get-pool-request.d.ts +1 -1
  44. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  45. package/lib/request/get-run-log-request.d.ts +1 -1
  46. package/lib/request/get-run-request.d.ts +1 -1
  47. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  48. package/lib/request/get-statement-request.d.ts +1 -1
  49. package/lib/request/get-work-request-request.d.ts +1 -1
  50. package/lib/request/list-applications-request.d.ts +1 -1
  51. package/lib/request/list-pools-request.d.ts +1 -1
  52. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  53. package/lib/request/list-run-logs-request.d.ts +1 -1
  54. package/lib/request/list-runs-request.d.ts +1 -1
  55. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  56. package/lib/request/list-statements-request.d.ts +1 -1
  57. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  58. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  59. package/lib/request/list-work-requests-request.d.ts +1 -1
  60. package/lib/request/start-pool-request.d.ts +1 -1
  61. package/lib/request/start-sql-endpoint-request.d.ts +1 -1
  62. package/lib/request/stop-pool-request.d.ts +1 -1
  63. package/lib/request/stop-sql-endpoint-request.d.ts +1 -1
  64. package/lib/request/update-application-request.d.ts +1 -1
  65. package/lib/request/update-pool-request.d.ts +1 -1
  66. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  67. package/lib/request/update-run-request.d.ts +1 -1
  68. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  69. package/lib/response/create-application-response.d.ts +1 -1
  70. package/lib/response/create-pool-response.d.ts +1 -1
  71. package/lib/response/create-private-endpoint-response.d.ts +1 -1
  72. package/lib/response/create-run-response.d.ts +1 -1
  73. package/lib/response/create-sql-endpoint-response.d.ts +1 -1
  74. package/lib/response/create-statement-response.d.ts +1 -1
  75. package/lib/response/get-application-response.d.ts +1 -1
  76. package/lib/response/get-pool-response.d.ts +1 -1
  77. package/lib/response/get-private-endpoint-response.d.ts +1 -1
  78. package/lib/response/get-run-log-response.d.ts +1 -1
  79. package/lib/response/get-run-response.d.ts +1 -1
  80. package/lib/response/get-sql-endpoint-response.d.ts +1 -1
  81. package/lib/response/get-statement-response.d.ts +1 -1
  82. package/lib/response/list-applications-response.d.ts +2 -2
  83. package/lib/response/list-pools-response.d.ts +2 -2
  84. package/lib/response/list-private-endpoints-response.d.ts +2 -2
  85. package/lib/response/list-run-logs-response.d.ts +2 -2
  86. package/lib/response/list-runs-response.d.ts +2 -2
  87. package/lib/response/list-sql-endpoints-response.d.ts +1 -1
  88. package/lib/response/list-statements-response.d.ts +2 -2
  89. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  90. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  91. package/lib/response/list-work-requests-response.d.ts +2 -2
  92. package/lib/response/update-application-response.d.ts +1 -1
  93. package/lib/response/update-run-response.d.ts +1 -1
  94. 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/latest/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest 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/latest/dataflow/ListPools.ts.html |here} to see how to use ListPoolsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPools.ts.html |here} to see how to use ListPoolsRequest.
17
17
  */
18
18
  export interface ListPoolsRequest 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/latest/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListPrivateEndpointsRequest 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/latest/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
16
16
  */
17
17
  export interface ListRunLogsRequest 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/latest/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest 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/latest/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpointsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpointsRequest.
17
17
  */
18
18
  export interface ListSqlEndpointsRequest 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/latest/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
17
17
  */
18
18
  export interface ListStatementsRequest 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/latest/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/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/latest/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/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/latest/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/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/latest/dataflow/StartPool.ts.html |here} to see how to use StartPoolRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartPool.ts.html |here} to see how to use StartPoolRequest.
16
16
  */
17
17
  export interface StartPoolRequest 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/latest/dataflow/StartSqlEndpoint.ts.html |here} to see how to use StartSqlEndpointRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartSqlEndpoint.ts.html |here} to see how to use StartSqlEndpointRequest.
16
16
  */
17
17
  export interface StartSqlEndpointRequest 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/latest/dataflow/StopPool.ts.html |here} to see how to use StopPoolRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopPool.ts.html |here} to see how to use StopPoolRequest.
16
16
  */
17
17
  export interface StopPoolRequest 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/latest/dataflow/StopSqlEndpoint.ts.html |here} to see how to use StopSqlEndpointRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopSqlEndpoint.ts.html |here} to see how to use StopSqlEndpointRequest.
16
16
  */
17
17
  export interface StopSqlEndpointRequest 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/latest/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest 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/latest/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
17
17
  */
18
18
  export interface UpdatePoolRequest 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/latest/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest 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/latest/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
17
17
  */
18
18
  export interface UpdateRunRequest 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/latest/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpointRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpointRequest.
17
17
  */
18
18
  export interface UpdateSqlEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface CreateApplicationResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface CreatePoolResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface CreatePrivateEndpointResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface CreateRunResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -25,7 +25,7 @@ export interface CreateSqlEndpointResponse {
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
27
  * For optimistic concurrency control.
28
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
28
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
29
29
  *
30
30
  */
31
31
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface CreateStatementResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface GetApplicationResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface GetPoolResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface GetPrivateEndpointResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -21,7 +21,7 @@ export interface GetRunLogResponse {
21
21
  "opcRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control.
24
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
24
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
25
25
  *
26
26
  */
27
27
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface GetRunResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface GetSqlEndpointResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface GetStatementResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -15,13 +15,13 @@ export interface ListApplicationsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListPoolsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListPrivateEndpointsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -21,13 +21,13 @@ export interface ListRunLogsResponse {
21
21
  /**
22
22
  * Retrieves the previous page of results.
23
23
  * When this header appears in the response, previous pages of results exist.
24
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcPrevPage": string;
28
28
  /**
29
29
  * Retrieves the next page of results. When this header appears in the response,
30
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
30
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
31
31
  *
32
32
  */
33
33
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListRunsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListSqlEndpointsResponse {
15
15
  /**
16
16
  * Retrieves the next page of results. When this header appears in the response,
17
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
18
  *
19
19
  */
20
20
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListStatementsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -15,13 +15,13 @@ export interface ListWorkRequestsResponse {
15
15
  /**
16
16
  * Retrieves the previous page of results.
17
17
  * When this header appears in the response, previous pages of results exist.
18
- * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcPrevPage": string;
22
22
  /**
23
23
  * Retrieves the next page of results. When this header appears in the response,
24
- * additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ * additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface UpdateApplicationResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface UpdateRunResponse {
15
15
  /**
16
16
  * For optimistic concurrency control.
17
- * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
18
  *
19
19
  */
20
20
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dataflow",
3
- "version": "2.102.1",
3
+ "version": "2.103.0",
4
4
  "description": "OCI NodeJS client for Dataflow service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.102.1",
19
- "oci-workrequests": "2.102.1"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"