oci-dataflow 2.102.2 → 2.104.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.
- package/lib/client.d.ts +45 -45
- package/lib/client.js +45 -45
- package/lib/model/application-summary.d.ts +2 -2
- package/lib/model/application.d.ts +6 -6
- package/lib/model/create-application-details.d.ts +6 -6
- package/lib/model/create-pool-details.d.ts +2 -2
- package/lib/model/create-private-endpoint-details.d.ts +2 -2
- package/lib/model/create-run-details.d.ts +5 -5
- package/lib/model/create-sql-endpoint-details.d.ts +2 -2
- package/lib/model/pool-summary.d.ts +2 -2
- package/lib/model/pool.d.ts +2 -2
- package/lib/model/private-endpoint-summary.d.ts +2 -2
- package/lib/model/private-endpoint.d.ts +2 -2
- package/lib/model/run-summary.d.ts +2 -2
- package/lib/model/run.d.ts +6 -6
- package/lib/model/shape-config.d.ts +1 -1
- package/lib/model/sql-endpoint-summary.d.ts +3 -3
- package/lib/model/sql-endpoint.d.ts +3 -3
- package/lib/model/update-application-details.d.ts +6 -6
- package/lib/model/update-pool-details.d.ts +2 -2
- package/lib/model/update-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-run-details.d.ts +2 -2
- package/lib/model/update-sql-endpoint-details.d.ts +2 -2
- package/lib/request/cascading-delete-application-request.d.ts +1 -1
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/change-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-run-compartment-request.d.ts +1 -1
- package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/delete-pool-request.d.ts +1 -1
- package/lib/request/delete-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-run-request.d.ts +1 -1
- package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
- package/lib/request/delete-statement-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-pools-request.d.ts +1 -1
- package/lib/request/list-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-run-logs-request.d.ts +1 -1
- package/lib/request/list-runs-request.d.ts +1 -1
- package/lib/request/list-sql-endpoints-request.d.ts +1 -1
- package/lib/request/list-statements-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/start-pool-request.d.ts +1 -1
- package/lib/request/start-sql-endpoint-request.d.ts +1 -1
- package/lib/request/stop-pool-request.d.ts +1 -1
- package/lib/request/stop-sql-endpoint-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-pool-request.d.ts +1 -1
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/lib/request/update-sql-endpoint-request.d.ts +1 -1
- package/lib/response/create-application-response.d.ts +1 -1
- package/lib/response/create-pool-response.d.ts +1 -1
- package/lib/response/create-private-endpoint-response.d.ts +1 -1
- package/lib/response/create-run-response.d.ts +1 -1
- package/lib/response/create-sql-endpoint-response.d.ts +1 -1
- package/lib/response/create-statement-response.d.ts +1 -1
- package/lib/response/get-application-response.d.ts +1 -1
- package/lib/response/get-pool-response.d.ts +1 -1
- package/lib/response/get-private-endpoint-response.d.ts +1 -1
- package/lib/response/get-run-log-response.d.ts +1 -1
- package/lib/response/get-run-response.d.ts +1 -1
- package/lib/response/get-sql-endpoint-response.d.ts +1 -1
- package/lib/response/get-statement-response.d.ts +1 -1
- package/lib/response/list-applications-response.d.ts +2 -2
- package/lib/response/list-pools-response.d.ts +2 -2
- package/lib/response/list-private-endpoints-response.d.ts +2 -2
- package/lib/response/list-run-logs-response.d.ts +2 -2
- package/lib/response/list-runs-response.d.ts +2 -2
- package/lib/response/list-sql-endpoints-response.d.ts +1 -1
- package/lib/response/list-statements-response.d.ts +2 -2
- package/lib/response/list-work-request-errors-response.d.ts +2 -2
- package/lib/response/list-work-request-logs-response.d.ts +2 -2
- package/lib/response/list-work-requests-response.d.ts +2 -2
- package/lib/response/update-application-response.d.ts +1 -1
- package/lib/response/update-run-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -23,7 +23,7 @@ export interface PoolSummary {
|
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
/**
|
|
26
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
26
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
@@ -39,7 +39,7 @@ export interface PoolSummary {
|
|
|
39
39
|
"displayName": string;
|
|
40
40
|
/**
|
|
41
41
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
42
|
-
* For more information, see [Resource Tags](https://docs.
|
|
42
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
44
44
|
*
|
|
45
45
|
*/
|
package/lib/model/pool.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface Pool {
|
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
/**
|
|
26
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
26
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
@@ -44,7 +44,7 @@ export interface Pool {
|
|
|
44
44
|
"displayName": string;
|
|
45
45
|
/**
|
|
46
46
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
47
|
-
* For more information, see [Resource Tags](https://docs.
|
|
47
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
48
48
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
@@ -23,7 +23,7 @@ export interface PrivateEndpointSummary {
|
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
/**
|
|
26
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
26
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
@@ -45,7 +45,7 @@ export interface PrivateEndpointSummary {
|
|
|
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
|
-
* For more information, see [Resource Tags](https://docs.
|
|
48
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
49
49
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
@@ -23,7 +23,7 @@ export interface PrivateEndpoint {
|
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
/**
|
|
26
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
26
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
@@ -50,7 +50,7 @@ export interface PrivateEndpoint {
|
|
|
50
50
|
"dnsZones": Array<string>;
|
|
51
51
|
/**
|
|
52
52
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
53
|
-
* For more information, see [Resource Tags](https://docs.
|
|
53
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
@@ -38,7 +38,7 @@ export interface RunSummary {
|
|
|
38
38
|
*/
|
|
39
39
|
"dataWrittenInBytes"?: number;
|
|
40
40
|
/**
|
|
41
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
41
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
42
42
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
@@ -54,7 +54,7 @@ export interface RunSummary {
|
|
|
54
54
|
"displayName"?: string;
|
|
55
55
|
/**
|
|
56
56
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
57
|
-
* For more information, see [Resource Tags](https://docs.
|
|
57
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
58
58
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
59
59
|
*
|
|
60
60
|
*/
|
package/lib/model/run.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
export interface Run {
|
|
20
20
|
/**
|
|
21
21
|
* 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.
|
|
22
|
-
* See https://docs.
|
|
22
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"archiveUri"?: string;
|
|
@@ -73,7 +73,7 @@ export interface Run {
|
|
|
73
73
|
*/
|
|
74
74
|
"dataWrittenInBytes"?: number;
|
|
75
75
|
/**
|
|
76
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
76
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
77
77
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
@@ -110,13 +110,13 @@ export interface Run {
|
|
|
110
110
|
"executorShapeConfig"?: model.ShapeConfig;
|
|
111
111
|
/**
|
|
112
112
|
* An Oracle Cloud Infrastructure URI of the file containing the application to execute.
|
|
113
|
-
* See https://docs.
|
|
113
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
"fileUri": string;
|
|
117
117
|
/**
|
|
118
118
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
119
|
-
* For more information, see [Resource Tags](https://docs.
|
|
119
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
120
120
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
121
121
|
*
|
|
122
122
|
*/
|
|
@@ -145,7 +145,7 @@ export interface Run {
|
|
|
145
145
|
"lifecycleState": model.RunLifecycleState;
|
|
146
146
|
/**
|
|
147
147
|
* An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
|
|
148
|
-
* See https://docs.
|
|
148
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
149
149
|
*
|
|
150
150
|
*/
|
|
151
151
|
"logsBucketUri"?: string;
|
|
@@ -253,7 +253,7 @@ export interface Run {
|
|
|
253
253
|
/**
|
|
254
254
|
* An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory
|
|
255
255
|
* for BATCH SQL runs.
|
|
256
|
-
* See https://docs.
|
|
256
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
257
257
|
*
|
|
258
258
|
*/
|
|
259
259
|
"warehouseBucketUri"?: string;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
export interface ShapeConfig {
|
|
19
19
|
/**
|
|
20
20
|
* The total number of OCPUs used for the driver or executors.
|
|
21
|
-
* See [here](https://docs.
|
|
21
|
+
* See [here](https://docs.oracle.com/iaas/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
|
22
22
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
23
|
*/
|
|
24
24
|
"ocpus"?: number;
|
|
@@ -99,7 +99,7 @@ export interface SqlEndpointSummary {
|
|
|
99
99
|
"lastAcceptedRequestToken"?: string;
|
|
100
100
|
/**
|
|
101
101
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
102
|
-
* For more information, see [Resource Tags](https://docs.
|
|
102
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
103
103
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
@@ -107,7 +107,7 @@ export interface SqlEndpointSummary {
|
|
|
107
107
|
[key: string]: string;
|
|
108
108
|
};
|
|
109
109
|
/**
|
|
110
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
110
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
111
111
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
112
112
|
*
|
|
113
113
|
*/
|
|
@@ -118,7 +118,7 @@ export interface SqlEndpointSummary {
|
|
|
118
118
|
};
|
|
119
119
|
/**
|
|
120
120
|
* The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
|
|
121
|
-
* For more information, see [Resource Tags](https://docs.
|
|
121
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
122
122
|
* Example: {@code {orcl-cloud: {free-tier-retain: true}}}
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
@@ -94,7 +94,7 @@ export interface SqlEndpoint {
|
|
|
94
94
|
"lastAcceptedRequestToken"?: string;
|
|
95
95
|
/**
|
|
96
96
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
97
|
-
* For more information, see [Resource Tags](https://docs.
|
|
97
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
98
98
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
@@ -102,7 +102,7 @@ export interface SqlEndpoint {
|
|
|
102
102
|
[key: string]: string;
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
105
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
106
106
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
@@ -113,7 +113,7 @@ export interface SqlEndpoint {
|
|
|
113
113
|
};
|
|
114
114
|
/**
|
|
115
115
|
* The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
|
|
116
|
-
* For more information, see [Resource Tags](https://docs.
|
|
116
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
117
117
|
* Example: {@code {orcl-cloud: {free-tier-retain: true}}}
|
|
118
118
|
*
|
|
119
119
|
*/
|
|
@@ -24,7 +24,7 @@ export interface UpdateApplicationDetails {
|
|
|
24
24
|
"className"?: string;
|
|
25
25
|
/**
|
|
26
26
|
* An Oracle Cloud Infrastructure URI of the file containing the application to execute.
|
|
27
|
-
* See https://docs.
|
|
27
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"fileUri"?: string;
|
|
@@ -41,7 +41,7 @@ export interface UpdateApplicationDetails {
|
|
|
41
41
|
"applicationLogConfig"?: model.ApplicationLogConfig;
|
|
42
42
|
/**
|
|
43
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
|
-
* See https://docs.
|
|
44
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"archiveUri"?: string;
|
|
@@ -69,7 +69,7 @@ export interface UpdateApplicationDetails {
|
|
|
69
69
|
[key: string]: string;
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
72
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
73
73
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
@@ -111,7 +111,7 @@ export interface UpdateApplicationDetails {
|
|
|
111
111
|
"executorShapeConfig"?: model.ShapeConfig;
|
|
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
|
-
* For more information, see [Resource Tags](https://docs.
|
|
114
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
115
115
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
@@ -120,7 +120,7 @@ export interface UpdateApplicationDetails {
|
|
|
120
120
|
};
|
|
121
121
|
/**
|
|
122
122
|
* An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
|
|
123
|
-
* See https://docs.
|
|
123
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
124
124
|
*
|
|
125
125
|
*/
|
|
126
126
|
"logsBucketUri"?: string;
|
|
@@ -155,7 +155,7 @@ export interface UpdateApplicationDetails {
|
|
|
155
155
|
/**
|
|
156
156
|
* An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory
|
|
157
157
|
* for BATCH SQL runs.
|
|
158
|
-
* See https://docs.
|
|
158
|
+
* See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
159
159
|
*
|
|
160
160
|
*/
|
|
161
161
|
"warehouseBucketUri"?: string;
|
|
@@ -45,7 +45,7 @@ export interface UpdatePoolDetails {
|
|
|
45
45
|
"idleTimeoutInMinutes"?: number;
|
|
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
|
-
* For more information, see [Resource Tags](https://docs.
|
|
48
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
49
49
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
@@ -53,7 +53,7 @@ export interface UpdatePoolDetails {
|
|
|
53
53
|
[key: string]: string;
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
56
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
57
57
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface UpdatePrivateEndpointDetails {
|
|
20
20
|
/**
|
|
21
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
21
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
22
22
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -45,7 +45,7 @@ export interface UpdatePrivateEndpointDetails {
|
|
|
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
|
-
* For more information, see [Resource Tags](https://docs.
|
|
48
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
49
49
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRunDetails {
|
|
19
19
|
/**
|
|
20
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
20
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
21
21
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
@@ -28,7 +28,7 @@ export interface UpdateRunDetails {
|
|
|
28
28
|
};
|
|
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
|
-
* For more information, see [Resource Tags](https://docs.
|
|
31
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
32
32
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -17,7 +17,7 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSqlEndpointDetails {
|
|
19
19
|
/**
|
|
20
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
20
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
21
21
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
@@ -28,7 +28,7 @@ export interface UpdateSqlEndpointDetails {
|
|
|
28
28
|
};
|
|
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
|
-
* For more information, see [Resource Tags](https://docs.
|
|
31
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
32
32
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CascadingDeleteApplication.ts.html |here} to see how to use CascadingDeleteApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CascadingDeleteApplicationRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeApplicationCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePoolCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePrivateEndpointCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRunCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeSqlEndpointCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteApplicationRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePoolRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePrivateEndpointRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRunRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSqlEndpointRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteStatementRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|