oci-dataflow 2.44.0 → 2.46.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 (107) hide show
  1. package/lib/client.d.ts +64 -24
  2. package/lib/client.js +286 -24
  3. package/lib/client.js.map +1 -1
  4. package/lib/dataflow-waiter.d.ts +8 -0
  5. package/lib/dataflow-waiter.js +12 -0
  6. package/lib/dataflow-waiter.js.map +1 -1
  7. package/lib/model/application-type.d.ts +1 -0
  8. package/lib/model/application-type.js +1 -0
  9. package/lib/model/application-type.js.map +1 -1
  10. package/lib/model/application.d.ts +13 -1
  11. package/lib/model/application.js.map +1 -1
  12. package/lib/model/create-application-details.d.ts +14 -2
  13. package/lib/model/create-application-details.js.map +1 -1
  14. package/lib/model/create-run-details.d.ts +13 -1
  15. package/lib/model/create-run-details.js.map +1 -1
  16. package/lib/model/create-statement-details.d.ts +29 -0
  17. package/lib/model/create-statement-details.js +30 -0
  18. package/lib/model/create-statement-details.js.map +1 -0
  19. package/lib/model/image-png-statement-output-data.d.ts +33 -0
  20. package/lib/model/image-png-statement-output-data.js +55 -0
  21. package/lib/model/image-png-statement-output-data.js.map +1 -0
  22. package/lib/model/index.d.ts +20 -0
  23. package/lib/model/index.js +21 -1
  24. package/lib/model/index.js.map +1 -1
  25. package/lib/model/run.d.ts +13 -1
  26. package/lib/model/run.js.map +1 -1
  27. package/lib/model/statement-collection.d.ts +29 -0
  28. package/lib/model/statement-collection.js +62 -0
  29. package/lib/model/statement-collection.js.map +1 -0
  30. package/lib/model/statement-lifecycle-state.d.ts +34 -0
  31. package/lib/model/statement-lifecycle-state.js +45 -0
  32. package/lib/model/statement-lifecycle-state.js.map +1 -0
  33. package/lib/model/statement-output-data.d.ts +24 -0
  34. package/lib/model/statement-output-data.js +77 -0
  35. package/lib/model/statement-output-data.js.map +1 -0
  36. package/lib/model/statement-output.d.ts +54 -0
  37. package/lib/model/statement-output.js +64 -0
  38. package/lib/model/statement-output.js.map +1 -0
  39. package/lib/model/statement-summary.d.ts +51 -0
  40. package/lib/model/statement-summary.js +30 -0
  41. package/lib/model/statement-summary.js.map +1 -0
  42. package/lib/model/statement.d.ts +63 -0
  43. package/lib/model/statement.js +54 -0
  44. package/lib/model/statement.js.map +1 -0
  45. package/lib/model/text-html-statement-output-data.d.ts +31 -0
  46. package/lib/model/text-html-statement-output-data.js +55 -0
  47. package/lib/model/text-html-statement-output-data.js.map +1 -0
  48. package/lib/model/text-plain-statement-output-data.d.ts +31 -0
  49. package/lib/model/text-plain-statement-output-data.js +55 -0
  50. package/lib/model/text-plain-statement-output-data.js.map +1 -0
  51. package/lib/model/update-application-details.d.ts +13 -1
  52. package/lib/model/update-application-details.js.map +1 -1
  53. package/lib/model/update-run-details.d.ts +13 -1
  54. package/lib/model/update-run-details.js.map +1 -1
  55. package/lib/request/change-application-compartment-request.d.ts +1 -1
  56. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  57. package/lib/request/change-run-compartment-request.d.ts +1 -1
  58. package/lib/request/create-application-request.d.ts +1 -1
  59. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  60. package/lib/request/create-run-request.d.ts +1 -1
  61. package/lib/request/create-statement-request.d.ts +35 -0
  62. package/lib/request/create-statement-request.js +15 -0
  63. package/lib/request/create-statement-request.js.map +1 -0
  64. package/lib/request/delete-application-request.d.ts +1 -1
  65. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  66. package/lib/request/delete-run-request.d.ts +1 -1
  67. package/lib/request/delete-statement-request.d.ts +41 -0
  68. package/lib/request/delete-statement-request.js +15 -0
  69. package/lib/request/delete-statement-request.js.map +1 -0
  70. package/lib/request/get-application-request.d.ts +1 -1
  71. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  72. package/lib/request/get-run-log-request.d.ts +1 -1
  73. package/lib/request/get-run-request.d.ts +1 -1
  74. package/lib/request/get-statement-request.d.ts +34 -0
  75. package/lib/request/get-statement-request.js +15 -0
  76. package/lib/request/get-statement-request.js.map +1 -0
  77. package/lib/request/get-work-request-request.d.ts +1 -1
  78. package/lib/request/index.d.ts +8 -0
  79. package/lib/request/index.js +3 -1
  80. package/lib/request/index.js.map +1 -1
  81. package/lib/request/list-applications-request.d.ts +1 -1
  82. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  83. package/lib/request/list-run-logs-request.d.ts +1 -1
  84. package/lib/request/list-runs-request.d.ts +1 -1
  85. package/lib/request/list-statements-request.d.ts +65 -0
  86. package/lib/request/list-statements-request.js +28 -0
  87. package/lib/request/list-statements-request.js.map +1 -0
  88. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  89. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  90. package/lib/request/list-work-requests-request.d.ts +1 -1
  91. package/lib/request/update-application-request.d.ts +1 -1
  92. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  93. package/lib/request/update-run-request.d.ts +1 -1
  94. package/lib/response/create-statement-response.d.ts +31 -0
  95. package/lib/response/create-statement-response.js +15 -0
  96. package/lib/response/create-statement-response.js.map +1 -0
  97. package/lib/response/delete-statement-response.d.ts +20 -0
  98. package/lib/response/delete-statement-response.js +15 -0
  99. package/lib/response/delete-statement-response.js.map +1 -0
  100. package/lib/response/get-statement-response.d.ts +31 -0
  101. package/lib/response/get-statement-response.js +15 -0
  102. package/lib/response/get-statement-response.js.map +1 -0
  103. package/lib/response/index.d.ts +8 -0
  104. package/lib/response/list-statements-response.d.ts +38 -0
  105. package/lib/response/list-statements-response.js +15 -0
  106. package/lib/response/list-statements-response.js.map +1 -0
  107. package/package.json +3 -3
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.46.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
16
+ */
17
+ export interface GetStatementRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique ID for the run
20
+ *
21
+ */
22
+ "runId": string;
23
+ /**
24
+ * The unique ID for the statement.
25
+ *
26
+ */
27
+ "statementId": string;
28
+ /**
29
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
30
+ * Otherwise, a random request ID will be generated by the service.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=get-statement-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-statement-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/get-statement-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.44.0/dataflow/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.46.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -23,12 +23,16 @@ import * as CreatePrivateEndpointRequest from "./create-private-endpoint-request
23
23
  export import CreatePrivateEndpointRequest = CreatePrivateEndpointRequest.CreatePrivateEndpointRequest;
24
24
  import * as CreateRunRequest from "./create-run-request";
25
25
  export import CreateRunRequest = CreateRunRequest.CreateRunRequest;
26
+ import * as CreateStatementRequest from "./create-statement-request";
27
+ export import CreateStatementRequest = CreateStatementRequest.CreateStatementRequest;
26
28
  import * as DeleteApplicationRequest from "./delete-application-request";
27
29
  export import DeleteApplicationRequest = DeleteApplicationRequest.DeleteApplicationRequest;
28
30
  import * as DeletePrivateEndpointRequest from "./delete-private-endpoint-request";
29
31
  export import DeletePrivateEndpointRequest = DeletePrivateEndpointRequest.DeletePrivateEndpointRequest;
30
32
  import * as DeleteRunRequest from "./delete-run-request";
31
33
  export import DeleteRunRequest = DeleteRunRequest.DeleteRunRequest;
34
+ import * as DeleteStatementRequest from "./delete-statement-request";
35
+ export import DeleteStatementRequest = DeleteStatementRequest.DeleteStatementRequest;
32
36
  import * as GetApplicationRequest from "./get-application-request";
33
37
  export import GetApplicationRequest = GetApplicationRequest.GetApplicationRequest;
34
38
  import * as GetPrivateEndpointRequest from "./get-private-endpoint-request";
@@ -37,6 +41,8 @@ import * as GetRunRequest from "./get-run-request";
37
41
  export import GetRunRequest = GetRunRequest.GetRunRequest;
38
42
  import * as GetRunLogRequest from "./get-run-log-request";
39
43
  export import GetRunLogRequest = GetRunLogRequest.GetRunLogRequest;
44
+ import * as GetStatementRequest from "./get-statement-request";
45
+ export import GetStatementRequest = GetStatementRequest.GetStatementRequest;
40
46
  import * as GetWorkRequestRequest from "./get-work-request-request";
41
47
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
42
48
  import * as ListApplicationsRequest from "./list-applications-request";
@@ -47,6 +53,8 @@ import * as ListRunLogsRequest from "./list-run-logs-request";
47
53
  export import ListRunLogsRequest = ListRunLogsRequest.ListRunLogsRequest;
48
54
  import * as ListRunsRequest from "./list-runs-request";
49
55
  export import ListRunsRequest = ListRunsRequest.ListRunsRequest;
56
+ import * as ListStatementsRequest from "./list-statements-request";
57
+ export import ListStatementsRequest = ListStatementsRequest.ListStatementsRequest;
50
58
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
51
59
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
52
60
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
@@ -32,11 +32,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListRunsRequest = exports.ListPrivateEndpointsRequest = exports.ListApplicationsRequest = void 0;
35
+ exports.ListStatementsRequest = exports.ListRunsRequest = exports.ListPrivateEndpointsRequest = exports.ListApplicationsRequest = void 0;
36
36
  const ListApplicationsRequest = __importStar(require("./list-applications-request"));
37
37
  exports.ListApplicationsRequest = ListApplicationsRequest.ListApplicationsRequest;
38
38
  const ListPrivateEndpointsRequest = __importStar(require("./list-private-endpoints-request"));
39
39
  exports.ListPrivateEndpointsRequest = ListPrivateEndpointsRequest.ListPrivateEndpointsRequest;
40
40
  const ListRunsRequest = __importStar(require("./list-runs-request"));
41
41
  exports.ListRunsRequest = ListRunsRequest.ListRunsRequest;
42
+ const ListStatementsRequest = __importStar(require("./list-statements-request"));
43
+ exports.ListStatementsRequest = ListStatementsRequest.ListStatementsRequest;
42
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA8BH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAGpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAoCH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAGpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
@@ -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.44.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/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/2.44.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/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/2.44.0/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.46.0/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/2.44.0/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.46.0/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,65 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.46.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
17
+ */
18
+ export interface ListStatementsRequest extends common.BaseRequest {
19
+ /**
20
+ * The unique ID for the run
21
+ *
22
+ */
23
+ "runId": string;
24
+ /**
25
+ * The LifecycleState of the statement.
26
+ *
27
+ */
28
+ "lifecycleState"?: model.StatementLifecycleState;
29
+ /**
30
+ * The field used to sort the results. Multiple fields are not supported.
31
+ *
32
+ */
33
+ "sortBy"?: ListStatementsRequest.SortBy;
34
+ /**
35
+ * The ordering of results in ascending or descending order.
36
+ *
37
+ */
38
+ "sortOrder"?: ListStatementsRequest.SortOrder;
39
+ /**
40
+ * The maximum number of results to return in a paginated `List` call.
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
46
+ * to sent back to server for getting the next page of results.
47
+ *
48
+ */
49
+ "page"?: string;
50
+ /**
51
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
52
+ * Otherwise, a random request ID will be generated by the service.
53
+ *
54
+ */
55
+ "opcRequestId"?: string;
56
+ }
57
+ export declare namespace ListStatementsRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated"
60
+ }
61
+ enum SortOrder {
62
+ Asc = "ASC",
63
+ Desc = "DESC"
64
+ }
65
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ exports.ListStatementsRequest = void 0;
16
+ var ListStatementsRequest;
17
+ (function (ListStatementsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ })(SortBy = ListStatementsRequest.SortBy || (ListStatementsRequest.SortBy = {}));
22
+ let SortOrder;
23
+ (function (SortOrder) {
24
+ SortOrder["Asc"] = "ASC";
25
+ SortOrder["Desc"] = "DESC";
26
+ })(SortOrder = ListStatementsRequest.SortOrder || (ListStatementsRequest.SortOrder = {}));
27
+ })(ListStatementsRequest = exports.ListStatementsRequest || (exports.ListStatementsRequest = {}));
28
+ //# sourceMappingURL=list-statements-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-statements-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/list-statements-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,qBAAqB,CASrC;AATD,WAAiB,qBAAqB;IACpC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAEjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+BAAS,KAAT,+BAAS,QAGpB;AACH,CAAC,EATgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QASrC"}
@@ -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.44.0/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.46.0/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/2.44.0/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.46.0/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/2.44.0/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.46.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.44.0/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.46.0/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/2.44.0/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.46.0/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/2.44.0/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.46.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
17
17
  */
18
18
  export interface UpdateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,31 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface CreateStatementResponse {
15
+ /**
16
+ * For optimistic concurrency control.
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
+ *
19
+ */
20
+ "etag": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for the request.
23
+ * If you need to contact Oracle about a particular request, please provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The returned model.Statement instance.
29
+ */
30
+ "statement": model.Statement;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=create-statement-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-statement-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/create-statement-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface DeleteStatementResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request.
16
+ * If you need to contact Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=delete-statement-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-statement-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/delete-statement-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface GetStatementResponse {
15
+ /**
16
+ * For optimistic concurrency control.
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
+ *
19
+ */
20
+ "etag": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for the request.
23
+ * If you need to contact Oracle about a particular request, please provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The returned model.Statement instance.
29
+ */
30
+ "statement": model.Statement;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=get-statement-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-statement-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/get-statement-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -23,12 +23,16 @@ import * as CreatePrivateEndpointResponse from "./create-private-endpoint-respon
23
23
  export import CreatePrivateEndpointResponse = CreatePrivateEndpointResponse.CreatePrivateEndpointResponse;
24
24
  import * as CreateRunResponse from "./create-run-response";
25
25
  export import CreateRunResponse = CreateRunResponse.CreateRunResponse;
26
+ import * as CreateStatementResponse from "./create-statement-response";
27
+ export import CreateStatementResponse = CreateStatementResponse.CreateStatementResponse;
26
28
  import * as DeleteApplicationResponse from "./delete-application-response";
27
29
  export import DeleteApplicationResponse = DeleteApplicationResponse.DeleteApplicationResponse;
28
30
  import * as DeletePrivateEndpointResponse from "./delete-private-endpoint-response";
29
31
  export import DeletePrivateEndpointResponse = DeletePrivateEndpointResponse.DeletePrivateEndpointResponse;
30
32
  import * as DeleteRunResponse from "./delete-run-response";
31
33
  export import DeleteRunResponse = DeleteRunResponse.DeleteRunResponse;
34
+ import * as DeleteStatementResponse from "./delete-statement-response";
35
+ export import DeleteStatementResponse = DeleteStatementResponse.DeleteStatementResponse;
32
36
  import * as GetApplicationResponse from "./get-application-response";
33
37
  export import GetApplicationResponse = GetApplicationResponse.GetApplicationResponse;
34
38
  import * as GetPrivateEndpointResponse from "./get-private-endpoint-response";
@@ -37,6 +41,8 @@ import * as GetRunResponse from "./get-run-response";
37
41
  export import GetRunResponse = GetRunResponse.GetRunResponse;
38
42
  import * as GetRunLogResponse from "./get-run-log-response";
39
43
  export import GetRunLogResponse = GetRunLogResponse.GetRunLogResponse;
44
+ import * as GetStatementResponse from "./get-statement-response";
45
+ export import GetStatementResponse = GetStatementResponse.GetStatementResponse;
40
46
  import * as GetWorkRequestResponse from "./get-work-request-response";
41
47
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
42
48
  import * as ListApplicationsResponse from "./list-applications-response";
@@ -47,6 +53,8 @@ import * as ListRunLogsResponse from "./list-run-logs-response";
47
53
  export import ListRunLogsResponse = ListRunLogsResponse.ListRunLogsResponse;
48
54
  import * as ListRunsResponse from "./list-runs-response";
49
55
  export import ListRunsResponse = ListRunsResponse.ListRunsResponse;
56
+ import * as ListStatementsResponse from "./list-statements-response";
57
+ export import ListStatementsResponse = ListStatementsResponse.ListStatementsResponse;
50
58
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
51
59
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
52
60
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface ListStatementsResponse {
15
+ /**
16
+ * Retrieves the previous page of results.
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).
19
+ *
20
+ */
21
+ "opcPrevPage": string;
22
+ /**
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).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * Unique Oracle assigned identifier for the request.
30
+ * If you need to contact Oracle about a particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId": string;
34
+ /**
35
+ * The returned model.StatementCollection instance.
36
+ */
37
+ "statementCollection": model.StatementCollection;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=list-statements-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-statements-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/list-statements-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dataflow",
3
- "version": "2.44.0",
3
+ "version": "2.46.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.44.0",
19
- "oci-workrequests": "2.44.0"
18
+ "oci-common": "2.46.0",
19
+ "oci-workrequests": "2.46.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"