oci-dataflow 2.76.1 → 2.77.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 (68) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +42 -42
  3. package/lib/model/application-summary.d.ts +5 -5
  4. package/lib/model/application.d.ts +14 -14
  5. package/lib/model/create-application-details.d.ts +11 -11
  6. package/lib/model/create-pool-details.d.ts +2 -2
  7. package/lib/model/create-private-endpoint-details.d.ts +3 -3
  8. package/lib/model/create-run-details.d.ts +11 -11
  9. package/lib/model/create-sql-endpoint-details.d.ts +2 -2
  10. package/lib/model/create-statement-details.d.ts +1 -1
  11. package/lib/model/pool-summary.d.ts +5 -5
  12. package/lib/model/pool.d.ts +5 -5
  13. package/lib/model/private-endpoint-summary.d.ts +6 -6
  14. package/lib/model/private-endpoint.d.ts +6 -6
  15. package/lib/model/run-summary.d.ts +5 -5
  16. package/lib/model/run.d.ts +15 -15
  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/statement-summary.d.ts +2 -2
  20. package/lib/model/statement.d.ts +3 -3
  21. package/lib/model/update-application-details.d.ts +11 -11
  22. package/lib/model/update-pool-details.d.ts +3 -3
  23. package/lib/model/update-private-endpoint-details.d.ts +3 -3
  24. package/lib/model/update-run-details.d.ts +4 -4
  25. package/lib/model/update-sql-endpoint-details.d.ts +2 -2
  26. package/lib/request/change-application-compartment-request.d.ts +2 -2
  27. package/lib/request/change-pool-compartment-request.d.ts +2 -2
  28. package/lib/request/change-private-endpoint-compartment-request.d.ts +2 -2
  29. package/lib/request/change-run-compartment-request.d.ts +2 -2
  30. package/lib/request/change-sql-endpoint-compartment-request.d.ts +2 -2
  31. package/lib/request/create-application-request.d.ts +1 -1
  32. package/lib/request/create-pool-request.d.ts +1 -1
  33. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  34. package/lib/request/create-run-request.d.ts +1 -1
  35. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  36. package/lib/request/create-statement-request.d.ts +1 -1
  37. package/lib/request/delete-application-request.d.ts +2 -2
  38. package/lib/request/delete-pool-request.d.ts +2 -2
  39. package/lib/request/delete-private-endpoint-request.d.ts +2 -2
  40. package/lib/request/delete-run-request.d.ts +2 -2
  41. package/lib/request/delete-sql-endpoint-request.d.ts +2 -2
  42. package/lib/request/delete-statement-request.d.ts +2 -2
  43. package/lib/request/get-application-request.d.ts +1 -1
  44. package/lib/request/get-pool-request.d.ts +1 -1
  45. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  46. package/lib/request/get-run-log-request.d.ts +1 -1
  47. package/lib/request/get-run-request.d.ts +1 -1
  48. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  49. package/lib/request/get-statement-request.d.ts +1 -1
  50. package/lib/request/get-work-request-request.d.ts +1 -1
  51. package/lib/request/list-applications-request.d.ts +3 -3
  52. package/lib/request/list-pools-request.d.ts +3 -3
  53. package/lib/request/list-private-endpoints-request.d.ts +3 -3
  54. package/lib/request/list-run-logs-request.d.ts +2 -2
  55. package/lib/request/list-runs-request.d.ts +3 -3
  56. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  57. package/lib/request/list-statements-request.d.ts +3 -3
  58. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  59. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  60. package/lib/request/list-work-requests-request.d.ts +3 -3
  61. package/lib/request/start-pool-request.d.ts +2 -2
  62. package/lib/request/stop-pool-request.d.ts +2 -2
  63. package/lib/request/update-application-request.d.ts +2 -2
  64. package/lib/request/update-pool-request.d.ts +2 -2
  65. package/lib/request/update-private-endpoint-request.d.ts +2 -2
  66. package/lib/request/update-run-request.d.ts +2 -2
  67. package/lib/request/update-sql-endpoint-request.d.ts +2 -2
  68. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
16
16
  */
17
17
  export interface ListRunLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -32,7 +32,7 @@ export interface ListRunLogsRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
35
+ * The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
36
36
  * to sent back to server for getting the next page of results.
37
37
  *
38
38
  */
@@ -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/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -58,12 +58,12 @@ export interface ListRunsRequest extends common.BaseRequest {
58
58
  */
59
59
  "timeCreatedGreaterThan"?: Date;
60
60
  /**
61
- * The maximum number of results to return in a paginated `List` call.
61
+ * The maximum number of results to return in a paginated {@code List} call.
62
62
  *
63
63
  */
64
64
  "limit"?: number;
65
65
  /**
66
- * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
66
+ * The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
67
67
  * to sent back to server for getting the next page of results.
68
68
  *
69
69
  */
@@ -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/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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/2.76.1/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
17
17
  */
18
18
  export interface ListStatementsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,12 +37,12 @@ export interface ListStatementsRequest extends common.BaseRequest {
37
37
  */
38
38
  "sortOrder"?: ListStatementsRequest.SortOrder;
39
39
  /**
40
- * The maximum number of results to return in a paginated `List` call.
40
+ * The maximum number of results to return in a paginated {@code List} call.
41
41
  *
42
42
  */
43
43
  "limit"?: number;
44
44
  /**
45
- * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
45
+ * The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
46
46
  * to sent back to server for getting the next page of results.
47
47
  *
48
48
  */
@@ -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/dataflow/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.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
21
21
  */
22
22
  "workRequestId": string;
23
23
  /**
24
- * The maximum number of results to return in a paginated `List` call.
24
+ * The maximum number of results to return in a paginated {@code List} call.
25
25
  *
26
26
  */
27
27
  "limit"?: number;
@@ -32,7 +32,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
32
32
  */
33
33
  "opcRequestId"?: string;
34
34
  /**
35
- * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
35
+ * The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
36
36
  * to sent back to server for getting the next page of results.
37
37
  *
38
38
  */
@@ -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/dataflow/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.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
21
21
  */
22
22
  "workRequestId": string;
23
23
  /**
24
- * The maximum number of results to return in a paginated `List` call.
24
+ * The maximum number of results to return in a paginated {@code List} call.
25
25
  *
26
26
  */
27
27
  "limit"?: number;
@@ -32,7 +32,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
32
32
  */
33
33
  "opcRequestId"?: string;
34
34
  /**
35
- * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
35
+ * The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
36
36
  * to sent back to server for getting the next page of results.
37
37
  *
38
38
  */
@@ -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/dataflow/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.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The maximum number of results to return in a paginated `List` call.
24
+ * The maximum number of results to return in a paginated {@code List} call.
25
25
  *
26
26
  */
27
27
  "limit"?: number;
@@ -32,7 +32,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
32
32
  */
33
33
  "opcRequestId"?: string;
34
34
  /**
35
- * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
35
+ * The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
36
36
  * to sent back to server for getting the next page of results.
37
37
  *
38
38
  */
@@ -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/dataflow/StartPool.ts.html |here} to see how to use StartPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/StartPool.ts.html |here} to see how to use StartPoolRequest.
16
16
  */
17
17
  export interface StartPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface StartPoolRequest extends common.BaseRequest {
22
22
  "poolId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
25
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
25
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
27
  *
28
28
  */
@@ -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/dataflow/StopPool.ts.html |here} to see how to use StopPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/StopPool.ts.html |here} to see how to use StopPoolRequest.
16
16
  */
17
17
  export interface StopPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface StopPoolRequest extends common.BaseRequest {
22
22
  "poolId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
25
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
25
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
27
  *
28
28
  */
@@ -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/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateApplicationRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
37
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
37
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
38
38
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
39
39
  *
40
40
  */
@@ -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/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
17
17
  */
18
18
  export interface UpdatePoolRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdatePoolRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
37
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
37
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
38
38
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
39
39
  *
40
40
  */
@@ -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/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdatePrivateEndpointRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
37
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
37
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
38
38
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
39
39
  *
40
40
  */
@@ -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/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
17
17
  */
18
18
  export interface UpdateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateRunRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
37
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
37
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
38
38
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
39
39
  *
40
40
  */
@@ -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/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpointRequest.
17
17
  */
18
18
  export interface UpdateSqlEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateSqlEndpointRequest extends common.BaseRequest {
26
26
  "sqlEndpointId": string;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
- * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
29
+ * set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
32
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dataflow",
3
- "version": "2.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"