oci-dataflow 2.76.1 → 2.77.1
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.
- package/lib/client.d.ts +49 -43
- package/lib/client.js +51 -42
- package/lib/client.js.map +1 -1
- package/lib/model/application-summary.d.ts +5 -5
- package/lib/model/application.d.ts +14 -14
- package/lib/model/create-application-details.d.ts +11 -11
- package/lib/model/create-pool-details.d.ts +2 -2
- package/lib/model/create-private-endpoint-details.d.ts +3 -3
- package/lib/model/create-run-details.d.ts +11 -11
- package/lib/model/create-sql-endpoint-details.d.ts +2 -2
- package/lib/model/create-statement-details.d.ts +1 -1
- package/lib/model/pool-summary.d.ts +5 -5
- package/lib/model/pool.d.ts +5 -5
- package/lib/model/private-endpoint-summary.d.ts +6 -6
- package/lib/model/private-endpoint.d.ts +6 -6
- package/lib/model/run-summary.d.ts +5 -5
- package/lib/model/run.d.ts +15 -15
- package/lib/model/sql-endpoint-summary.d.ts +3 -3
- package/lib/model/sql-endpoint.d.ts +3 -3
- package/lib/model/statement-summary.d.ts +2 -2
- package/lib/model/statement.d.ts +3 -3
- package/lib/model/update-application-details.d.ts +11 -11
- package/lib/model/update-pool-details.d.ts +3 -3
- package/lib/model/update-private-endpoint-details.d.ts +3 -3
- package/lib/model/update-run-details.d.ts +4 -4
- package/lib/model/update-sql-endpoint-details.d.ts +2 -2
- package/lib/request/change-application-compartment-request.d.ts +2 -2
- package/lib/request/change-pool-compartment-request.d.ts +2 -2
- package/lib/request/change-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/change-run-compartment-request.d.ts +2 -2
- package/lib/request/change-sql-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-pool-request.d.ts +1 -1
- package/lib/request/create-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-run-request.d.ts +1 -1
- package/lib/request/create-sql-endpoint-request.d.ts +1 -1
- package/lib/request/create-statement-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +2 -2
- package/lib/request/delete-pool-request.d.ts +2 -2
- package/lib/request/delete-private-endpoint-request.d.ts +2 -2
- package/lib/request/delete-run-request.d.ts +2 -2
- package/lib/request/delete-sql-endpoint-request.d.ts +2 -2
- package/lib/request/delete-statement-request.d.ts +2 -2
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-pool-request.d.ts +1 -1
- package/lib/request/get-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-run-log-request.d.ts +1 -1
- package/lib/request/get-run-request.d.ts +1 -1
- package/lib/request/get-sql-endpoint-request.d.ts +1 -1
- package/lib/request/get-statement-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +3 -3
- package/lib/request/list-pools-request.d.ts +3 -3
- package/lib/request/list-private-endpoints-request.d.ts +3 -3
- package/lib/request/list-run-logs-request.d.ts +2 -2
- package/lib/request/list-runs-request.d.ts +3 -3
- package/lib/request/list-sql-endpoints-request.d.ts +1 -1
- package/lib/request/list-statements-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/start-pool-request.d.ts +2 -2
- package/lib/request/stop-pool-request.d.ts +2 -2
- package/lib/request/update-application-request.d.ts +2 -2
- package/lib/request/update-pool-request.d.ts +2 -2
- package/lib/request/update-private-endpoint-request.d.ts +2 -2
- package/lib/request/update-run-request.d.ts +2 -2
- package/lib/request/update-sql-endpoint-request.d.ts +2 -2
- package/package.json +3 -3
|
@@ -40,7 +40,7 @@ export interface UpdateApplicationDetails {
|
|
|
40
40
|
"language"?: model.ApplicationLanguage;
|
|
41
41
|
"applicationLogConfig"?: model.ApplicationLogConfig;
|
|
42
42
|
/**
|
|
43
|
-
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example,
|
|
43
|
+
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, {@code oci://path/to/a.zip,oci://path/to/b.zip}. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
|
|
44
44
|
* See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
@@ -50,10 +50,10 @@ export interface UpdateApplicationDetails {
|
|
|
50
50
|
* either a plain text or a placeholder. Placeholders are replaced using values from the parameters
|
|
51
51
|
* map. Each placeholder specified must be represented in the parameters map else the request
|
|
52
52
|
* (POST or PUT) will fail with a HTTP 400 status code. Placeholders are specified as
|
|
53
|
-
*
|
|
54
|
-
* Example:
|
|
53
|
+
* {@code Service Api Spec}, where {@code name} is the name of the parameter.
|
|
54
|
+
* Example: {@code [ \"--input\", \"${input_file}\", \"--name\", \"John Doe\" ]}
|
|
55
55
|
* If \"input_file\" has a value of \"mydata.xml\", then the value above will be translated to
|
|
56
|
-
*
|
|
56
|
+
* {@code --input mydata.xml --name \"John Doe\"}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"arguments"?: Array<string>;
|
|
@@ -70,7 +70,7 @@ export interface UpdateApplicationDetails {
|
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
72
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
73
|
-
* Example:
|
|
73
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"definedTags"?: {
|
|
@@ -96,8 +96,8 @@ export interface UpdateApplicationDetails {
|
|
|
96
96
|
"driverShapeConfig"?: model.ShapeConfig;
|
|
97
97
|
/**
|
|
98
98
|
* The input used for spark-submit command. For more details see https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit.
|
|
99
|
-
* Supported options include
|
|
100
|
-
* Example:
|
|
99
|
+
* Supported options include {@code --class}{@code , }{@code --file}{@code , }{@code --jars}{@code , }{@code --conf}{@code , }{@code --py-files}{@code , and main application file with arguments.
|
|
100
|
+
* Example: }{@code --jars oci://path/to/a.jar,oci://path/to/b.jar --files oci://path/to/a.json,oci://path/to/b.csv --py-files oci://path/to/a.py,oci://path/to/b.py --conf spark.sql.crossJoin.enabled=true --class org.apache.spark.examples.SparkPi oci://path/to/main.jar 10}
|
|
101
101
|
* Note: If execute is specified together with applicationId, className, configuration, fileUri, language, arguments, parameters during application create/update, or run create/submit,
|
|
102
102
|
* Data Flow service will use derived information from execute input only.
|
|
103
103
|
*
|
|
@@ -112,7 +112,7 @@ export interface UpdateApplicationDetails {
|
|
|
112
112
|
/**
|
|
113
113
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
114
114
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
115
|
-
* Example:
|
|
115
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
118
118
|
"freeformTags"?: {
|
|
@@ -136,7 +136,7 @@ export interface UpdateApplicationDetails {
|
|
|
136
136
|
"numExecutors"?: number;
|
|
137
137
|
/**
|
|
138
138
|
* An array of name/value pairs used to fill placeholders found in properties like
|
|
139
|
-
*
|
|
139
|
+
* {@code Application.arguments}. The name must be a string of one or more word characters
|
|
140
140
|
* (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind.
|
|
141
141
|
* Example: [ { name: \"iterations\", value: \"10\"}, { name: \"input_file\", value: \"mydata.xml\" }, { name: \"variable_x\", value: \"${x}\"} ]
|
|
142
142
|
*
|
|
@@ -161,13 +161,13 @@ export interface UpdateApplicationDetails {
|
|
|
161
161
|
"warehouseBucketUri"?: string;
|
|
162
162
|
/**
|
|
163
163
|
* The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
|
|
164
|
-
* once it reaches this duration from the time it transitions to
|
|
164
|
+
* once it reaches this duration from the time it transitions to {@code IN_PROGRESS} state.
|
|
165
165
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
166
166
|
*/
|
|
167
167
|
"maxDurationInMinutes"?: number;
|
|
168
168
|
/**
|
|
169
169
|
* The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
|
|
170
|
-
* Note: This parameter is currently only applicable for Runs of type
|
|
170
|
+
* Note: This parameter is currently only applicable for Runs of type {@code SESSION}. Default value is 2880 minutes (2 days)
|
|
171
171
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
172
172
|
*/
|
|
173
173
|
"idleTimeoutInMinutes"?: number;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import * as model from "../model";
|
|
15
15
|
/**
|
|
16
|
-
* The details required to update a given pool with
|
|
16
|
+
* The details required to update a given pool with {@code poolId}.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export interface UpdatePoolDetails {
|
|
@@ -46,7 +46,7 @@ export interface UpdatePoolDetails {
|
|
|
46
46
|
/**
|
|
47
47
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
48
48
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
49
|
-
* Example:
|
|
49
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"freeformTags"?: {
|
|
@@ -54,7 +54,7 @@ export interface UpdatePoolDetails {
|
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
56
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
57
|
-
* Example:
|
|
57
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"definedTags"?: {
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
export interface UpdatePrivateEndpointDetails {
|
|
20
20
|
/**
|
|
21
21
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
22
|
-
* Example:
|
|
22
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"definedTags"?: {
|
|
@@ -39,14 +39,14 @@ export interface UpdatePrivateEndpointDetails {
|
|
|
39
39
|
"displayName"?: string;
|
|
40
40
|
/**
|
|
41
41
|
* An array of DNS zone names.
|
|
42
|
-
* Example:
|
|
42
|
+
* Example: {@code [ \"app.examplecorp.com\", \"app.examplecorp2.com\" ]}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"dnsZones"?: Array<string>;
|
|
46
46
|
/**
|
|
47
47
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
48
48
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
49
|
-
* Example:
|
|
49
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"freeformTags"?: {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
export interface UpdateRunDetails {
|
|
19
19
|
/**
|
|
20
20
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
21
|
-
* Example:
|
|
21
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"definedTags"?: {
|
|
@@ -29,7 +29,7 @@ export interface UpdateRunDetails {
|
|
|
29
29
|
/**
|
|
30
30
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
31
31
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
32
|
-
* Example:
|
|
32
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"freeformTags"?: {
|
|
@@ -37,13 +37,13 @@ export interface UpdateRunDetails {
|
|
|
37
37
|
};
|
|
38
38
|
/**
|
|
39
39
|
* The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
|
|
40
|
-
* once it reaches this duration from the time it transitions to
|
|
40
|
+
* once it reaches this duration from the time it transitions to {@code IN_PROGRESS} state.
|
|
41
41
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
42
42
|
*/
|
|
43
43
|
"maxDurationInMinutes"?: number;
|
|
44
44
|
/**
|
|
45
45
|
* The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
|
|
46
|
-
* Note: This parameter is currently only applicable for Runs of type
|
|
46
|
+
* Note: This parameter is currently only applicable for Runs of type {@code SESSION}. Default value is 2880 minutes (2 days)
|
|
47
47
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
48
48
|
*/
|
|
49
49
|
"idleTimeoutInMinutes"?: number;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
export interface UpdateSqlEndpointDetails {
|
|
18
18
|
/**
|
|
19
19
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
20
|
-
* Example:
|
|
20
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"definedTags"?: {
|
|
@@ -28,7 +28,7 @@ export interface UpdateSqlEndpointDetails {
|
|
|
28
28
|
/**
|
|
29
29
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
30
30
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
31
|
-
* Example:
|
|
31
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"freeformTags"?: {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -34,7 +34,7 @@ export interface ChangeApplicationCompartmentRequest 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
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePoolCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,7 +28,7 @@ export interface ChangePoolCompartmentRequest extends common.BaseRequest {
|
|
|
28
28
|
"changePoolCompartmentDetails": model.ChangePoolCompartmentDetails;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
31
|
-
* set the
|
|
31
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -34,7 +34,7 @@ export interface ChangePrivateEndpointCompartmentRequest extends common.BaseRequ
|
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
35
|
/**
|
|
36
36
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
37
|
-
* set the
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRunCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -34,7 +34,7 @@ export interface ChangeRunCompartmentRequest 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
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeSqlEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeSqlEndpointCompartmentRequest extends common.BaseRequest
|
|
|
26
26
|
"changeSqlEndpointCompartmentDetails": model.ChangeSqlEndpointCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
29
|
-
* set the
|
|
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
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateApplicationRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/CreatePool.ts.html |here} to see how to use CreatePoolRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePoolRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePrivateEndpointRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRunRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSqlEndpointRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateStatementRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteApplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -28,7 +28,7 @@ export interface DeleteApplicationRequest extends common.BaseRequest {
|
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
31
|
-
* set the
|
|
31
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePoolRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -28,7 +28,7 @@ export interface DeletePoolRequest extends common.BaseRequest {
|
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
31
|
-
* set the
|
|
31
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -28,7 +28,7 @@ export interface DeletePrivateEndpointRequest extends common.BaseRequest {
|
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
31
|
-
* set the
|
|
31
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRunRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -28,7 +28,7 @@ export interface DeleteRunRequest extends common.BaseRequest {
|
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
31
|
-
* set the
|
|
31
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSqlEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteSqlEndpointRequest extends common.BaseRequest {
|
|
|
21
21
|
"sqlEndpointId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
24
|
-
* set the
|
|
24
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
25
25
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteStatementRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,7 +33,7 @@ export interface DeleteStatementRequest extends common.BaseRequest {
|
|
|
33
33
|
"opcRequestId"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
36
|
-
* set the
|
|
36
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
37
37
|
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApplicationRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetPool.ts.html |here} to see how to use GetPoolRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPoolRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateEndpointRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRunLogRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRunRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSqlEndpointRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetStatementRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApplicationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,12 +27,12 @@ export interface ListApplicationsRequest extends common.BaseRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The maximum number of results to return in a paginated
|
|
30
|
+
* The maximum number of results to return in a paginated {@code List} call.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"limit"?: number;
|
|
34
34
|
/**
|
|
35
|
-
* The value of the
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ListPools.ts.html |here} to see how to use ListPoolsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPoolsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,12 +28,12 @@ export interface ListPoolsRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
|
-
* The maximum number of results to return in a paginated
|
|
31
|
+
* The maximum number of results to return in a paginated {@code List} call.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The value of the
|
|
36
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
|
|
37
37
|
* to sent back to server for getting the next page of results.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPrivateEndpointsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,12 +28,12 @@ export interface ListPrivateEndpointsRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
|
-
* The maximum number of results to return in a paginated
|
|
31
|
+
* The maximum number of results to return in a paginated {@code List} call.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The value of the
|
|
36
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from the last {@code List} call
|
|
37
37
|
* to sent back to server for getting the next page of results.
|
|
38
38
|
*
|
|
39
39
|
*/
|