oci-dataflow 2.62.1 → 2.62.3

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 (145) hide show
  1. package/lib/client.d.ts +113 -28
  2. package/lib/client.js +549 -28
  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-summary.d.ts +7 -2
  8. package/lib/model/application-summary.js.map +1 -1
  9. package/lib/model/application.d.ts +7 -2
  10. package/lib/model/application.js.map +1 -1
  11. package/lib/model/change-pool-compartment-details.d.ts +28 -0
  12. package/lib/model/change-pool-compartment-details.js +30 -0
  13. package/lib/model/change-pool-compartment-details.js.map +1 -0
  14. package/lib/model/create-application-details.d.ts +5 -0
  15. package/lib/model/create-application-details.js.map +1 -1
  16. package/lib/model/create-pool-details.d.ts +74 -0
  17. package/lib/model/create-pool-details.js +72 -0
  18. package/lib/model/create-pool-details.js.map +1 -0
  19. package/lib/model/create-run-details.d.ts +5 -0
  20. package/lib/model/create-run-details.js.map +1 -1
  21. package/lib/model/day-of-week.d.ts +35 -0
  22. package/lib/model/day-of-week.js +46 -0
  23. package/lib/model/day-of-week.js.map +1 -0
  24. package/lib/model/index.d.ts +24 -0
  25. package/lib/model/index.js +26 -1
  26. package/lib/model/index.js.map +1 -1
  27. package/lib/model/node-count.d.ts +33 -0
  28. package/lib/model/node-count.js +30 -0
  29. package/lib/model/node-count.js.map +1 -0
  30. package/lib/model/pool-collection.d.ts +29 -0
  31. package/lib/model/pool-collection.js +62 -0
  32. package/lib/model/pool-collection.js.map +1 -0
  33. package/lib/model/pool-config.d.ts +40 -0
  34. package/lib/model/pool-config.js +56 -0
  35. package/lib/model/pool-config.js.map +1 -0
  36. package/lib/model/pool-lifecycle-state.d.ts +38 -0
  37. package/lib/model/pool-lifecycle-state.js +49 -0
  38. package/lib/model/pool-lifecycle-state.js.map +1 -0
  39. package/lib/model/pool-metrics.d.ts +54 -0
  40. package/lib/model/pool-metrics.js +62 -0
  41. package/lib/model/pool-metrics.js.map +1 -0
  42. package/lib/model/pool-schedule.d.ts +36 -0
  43. package/lib/model/pool-schedule.js +30 -0
  44. package/lib/model/pool-schedule.js.map +1 -0
  45. package/lib/model/pool-summary.d.ts +86 -0
  46. package/lib/model/pool-summary.js +30 -0
  47. package/lib/model/pool-summary.js.map +1 -0
  48. package/lib/model/pool.d.ts +113 -0
  49. package/lib/model/pool.js +76 -0
  50. package/lib/model/pool.js.map +1 -0
  51. package/lib/model/private-endpoint-summary.d.ts +2 -2
  52. package/lib/model/private-endpoint.d.ts +2 -2
  53. package/lib/model/run-summary.d.ts +7 -2
  54. package/lib/model/run-summary.js.map +1 -1
  55. package/lib/model/run.d.ts +7 -2
  56. package/lib/model/run.js.map +1 -1
  57. package/lib/model/statement-summary.d.ts +1 -1
  58. package/lib/model/statement.d.ts +1 -1
  59. package/lib/model/update-application-details.d.ts +5 -0
  60. package/lib/model/update-application-details.js.map +1 -1
  61. package/lib/model/update-pool-details.d.ts +69 -0
  62. package/lib/model/update-pool-details.js +72 -0
  63. package/lib/model/update-pool-details.js.map +1 -0
  64. package/lib/request/change-application-compartment-request.d.ts +1 -1
  65. package/lib/request/change-pool-compartment-request.d.ts +50 -0
  66. package/lib/request/change-pool-compartment-request.js +15 -0
  67. package/lib/request/change-pool-compartment-request.js.map +1 -0
  68. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  69. package/lib/request/change-run-compartment-request.d.ts +1 -1
  70. package/lib/request/create-application-request.d.ts +1 -1
  71. package/lib/request/create-pool-request.d.ts +38 -0
  72. package/lib/request/create-pool-request.js +15 -0
  73. package/lib/request/create-pool-request.js.map +1 -0
  74. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  75. package/lib/request/create-run-request.d.ts +1 -1
  76. package/lib/request/create-statement-request.d.ts +1 -1
  77. package/lib/request/delete-application-request.d.ts +1 -1
  78. package/lib/request/delete-pool-request.d.ts +36 -0
  79. package/lib/request/delete-pool-request.js +15 -0
  80. package/lib/request/delete-pool-request.js.map +1 -0
  81. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  82. package/lib/request/delete-run-request.d.ts +1 -1
  83. package/lib/request/delete-statement-request.d.ts +1 -1
  84. package/lib/request/get-application-request.d.ts +1 -1
  85. package/lib/request/get-pool-request.d.ts +29 -0
  86. package/lib/request/get-pool-request.js +15 -0
  87. package/lib/request/get-pool-request.js.map +1 -0
  88. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  89. package/lib/request/get-run-log-request.d.ts +1 -1
  90. package/lib/request/get-run-request.d.ts +1 -1
  91. package/lib/request/get-statement-request.d.ts +1 -1
  92. package/lib/request/get-work-request-request.d.ts +1 -1
  93. package/lib/request/index.d.ts +16 -0
  94. package/lib/request/index.js +3 -1
  95. package/lib/request/index.js.map +1 -1
  96. package/lib/request/list-applications-request.d.ts +1 -1
  97. package/lib/request/list-pools-request.d.ts +80 -0
  98. package/lib/request/list-pools-request.js +28 -0
  99. package/lib/request/list-pools-request.js.map +1 -0
  100. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  101. package/lib/request/list-run-logs-request.d.ts +1 -1
  102. package/lib/request/list-runs-request.d.ts +6 -1
  103. package/lib/request/list-runs-request.js.map +1 -1
  104. package/lib/request/list-statements-request.d.ts +1 -1
  105. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  106. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  107. package/lib/request/list-work-requests-request.d.ts +1 -1
  108. package/lib/request/start-pool-request.d.ts +44 -0
  109. package/lib/request/start-pool-request.js +15 -0
  110. package/lib/request/start-pool-request.js.map +1 -0
  111. package/lib/request/stop-pool-request.d.ts +44 -0
  112. package/lib/request/stop-pool-request.js +15 -0
  113. package/lib/request/stop-pool-request.js.map +1 -0
  114. package/lib/request/update-application-request.d.ts +1 -1
  115. package/lib/request/update-pool-request.d.ts +42 -0
  116. package/lib/request/update-pool-request.js +15 -0
  117. package/lib/request/update-pool-request.js.map +1 -0
  118. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  119. package/lib/request/update-run-request.d.ts +1 -1
  120. package/lib/response/change-pool-compartment-response.d.ts +20 -0
  121. package/lib/response/change-pool-compartment-response.js +15 -0
  122. package/lib/response/change-pool-compartment-response.js.map +1 -0
  123. package/lib/response/create-pool-response.d.ts +41 -0
  124. package/lib/response/create-pool-response.js +15 -0
  125. package/lib/response/create-pool-response.js.map +1 -0
  126. package/lib/response/delete-pool-response.d.ts +20 -0
  127. package/lib/response/delete-pool-response.js +15 -0
  128. package/lib/response/delete-pool-response.js.map +1 -0
  129. package/lib/response/get-pool-response.d.ts +31 -0
  130. package/lib/response/get-pool-response.js +15 -0
  131. package/lib/response/get-pool-response.js.map +1 -0
  132. package/lib/response/index.d.ts +16 -0
  133. package/lib/response/list-pools-response.d.ts +38 -0
  134. package/lib/response/list-pools-response.js +15 -0
  135. package/lib/response/list-pools-response.js.map +1 -0
  136. package/lib/response/start-pool-response.d.ts +25 -0
  137. package/lib/response/start-pool-response.js +15 -0
  138. package/lib/response/start-pool-response.js.map +1 -0
  139. package/lib/response/stop-pool-response.d.ts +25 -0
  140. package/lib/response/stop-pool-response.js +15 -0
  141. package/lib/response/stop-pool-response.js.map +1 -0
  142. package/lib/response/update-pool-response.d.ts +25 -0
  143. package/lib/response/update-pool-response.js +15 -0
  144. package/lib/response/update-pool-response.js.map +1 -0
  145. package/package.json +3 -3
@@ -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, 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
+ export interface DeletePoolResponse {
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, 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=delete-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-pool-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/delete-pool-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, 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
+ export interface GetPoolResponse {
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.Pool instance.
29
+ */
30
+ "pool": model.Pool;
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, 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=get-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pool-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/get-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,12 +13,16 @@
13
13
  */
14
14
  import * as ChangeApplicationCompartmentResponse from "./change-application-compartment-response";
15
15
  export import ChangeApplicationCompartmentResponse = ChangeApplicationCompartmentResponse.ChangeApplicationCompartmentResponse;
16
+ import * as ChangePoolCompartmentResponse from "./change-pool-compartment-response";
17
+ export import ChangePoolCompartmentResponse = ChangePoolCompartmentResponse.ChangePoolCompartmentResponse;
16
18
  import * as ChangePrivateEndpointCompartmentResponse from "./change-private-endpoint-compartment-response";
17
19
  export import ChangePrivateEndpointCompartmentResponse = ChangePrivateEndpointCompartmentResponse.ChangePrivateEndpointCompartmentResponse;
18
20
  import * as ChangeRunCompartmentResponse from "./change-run-compartment-response";
19
21
  export import ChangeRunCompartmentResponse = ChangeRunCompartmentResponse.ChangeRunCompartmentResponse;
20
22
  import * as CreateApplicationResponse from "./create-application-response";
21
23
  export import CreateApplicationResponse = CreateApplicationResponse.CreateApplicationResponse;
24
+ import * as CreatePoolResponse from "./create-pool-response";
25
+ export import CreatePoolResponse = CreatePoolResponse.CreatePoolResponse;
22
26
  import * as CreatePrivateEndpointResponse from "./create-private-endpoint-response";
23
27
  export import CreatePrivateEndpointResponse = CreatePrivateEndpointResponse.CreatePrivateEndpointResponse;
24
28
  import * as CreateRunResponse from "./create-run-response";
@@ -27,6 +31,8 @@ import * as CreateStatementResponse from "./create-statement-response";
27
31
  export import CreateStatementResponse = CreateStatementResponse.CreateStatementResponse;
28
32
  import * as DeleteApplicationResponse from "./delete-application-response";
29
33
  export import DeleteApplicationResponse = DeleteApplicationResponse.DeleteApplicationResponse;
34
+ import * as DeletePoolResponse from "./delete-pool-response";
35
+ export import DeletePoolResponse = DeletePoolResponse.DeletePoolResponse;
30
36
  import * as DeletePrivateEndpointResponse from "./delete-private-endpoint-response";
31
37
  export import DeletePrivateEndpointResponse = DeletePrivateEndpointResponse.DeletePrivateEndpointResponse;
32
38
  import * as DeleteRunResponse from "./delete-run-response";
@@ -35,6 +41,8 @@ import * as DeleteStatementResponse from "./delete-statement-response";
35
41
  export import DeleteStatementResponse = DeleteStatementResponse.DeleteStatementResponse;
36
42
  import * as GetApplicationResponse from "./get-application-response";
37
43
  export import GetApplicationResponse = GetApplicationResponse.GetApplicationResponse;
44
+ import * as GetPoolResponse from "./get-pool-response";
45
+ export import GetPoolResponse = GetPoolResponse.GetPoolResponse;
38
46
  import * as GetPrivateEndpointResponse from "./get-private-endpoint-response";
39
47
  export import GetPrivateEndpointResponse = GetPrivateEndpointResponse.GetPrivateEndpointResponse;
40
48
  import * as GetRunResponse from "./get-run-response";
@@ -47,6 +55,8 @@ import * as GetWorkRequestResponse from "./get-work-request-response";
47
55
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
48
56
  import * as ListApplicationsResponse from "./list-applications-response";
49
57
  export import ListApplicationsResponse = ListApplicationsResponse.ListApplicationsResponse;
58
+ import * as ListPoolsResponse from "./list-pools-response";
59
+ export import ListPoolsResponse = ListPoolsResponse.ListPoolsResponse;
50
60
  import * as ListPrivateEndpointsResponse from "./list-private-endpoints-response";
51
61
  export import ListPrivateEndpointsResponse = ListPrivateEndpointsResponse.ListPrivateEndpointsResponse;
52
62
  import * as ListRunLogsResponse from "./list-run-logs-response";
@@ -61,8 +71,14 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
61
71
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
62
72
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
63
73
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
74
+ import * as StartPoolResponse from "./start-pool-response";
75
+ export import StartPoolResponse = StartPoolResponse.StartPoolResponse;
76
+ import * as StopPoolResponse from "./stop-pool-response";
77
+ export import StopPoolResponse = StopPoolResponse.StopPoolResponse;
64
78
  import * as UpdateApplicationResponse from "./update-application-response";
65
79
  export import UpdateApplicationResponse = UpdateApplicationResponse.UpdateApplicationResponse;
80
+ import * as UpdatePoolResponse from "./update-pool-response";
81
+ export import UpdatePoolResponse = UpdatePoolResponse.UpdatePoolResponse;
66
82
  import * as UpdatePrivateEndpointResponse from "./update-private-endpoint-response";
67
83
  export import UpdatePrivateEndpointResponse = UpdatePrivateEndpointResponse.UpdatePrivateEndpointResponse;
68
84
  import * as UpdateRunResponse from "./update-run-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, 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
+ export interface ListPoolsResponse {
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.PoolCollection instance.
36
+ */
37
+ "poolCollection": model.PoolCollection;
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, 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=list-pools-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-pools-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/list-pools-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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, 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
+ export interface StartPoolResponse {
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
+ /**
21
+ * Unique Oracle assigned identifier for a work request.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -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, 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=start-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-pool-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/start-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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, 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
+ export interface StopPoolResponse {
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
+ /**
21
+ * Unique Oracle assigned identifier for a work request.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -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, 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=stop-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-pool-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/stop-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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, 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
+ export interface UpdatePoolResponse {
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
+ /**
21
+ * Unique Oracle assigned identifier for a work request.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -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, 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=update-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-pool-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/update-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dataflow",
3
- "version": "2.62.1",
3
+ "version": "2.62.3",
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.62.1",
19
- "oci-workrequests": "2.62.1"
18
+ "oci-common": "2.62.3",
19
+ "oci-workrequests": "2.62.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"