oci-dataflow 2.62.2 → 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.
- package/lib/client.d.ts +113 -28
- package/lib/client.js +549 -28
- package/lib/client.js.map +1 -1
- package/lib/dataflow-waiter.d.ts +8 -0
- package/lib/dataflow-waiter.js +12 -0
- package/lib/dataflow-waiter.js.map +1 -1
- package/lib/model/application-summary.d.ts +7 -2
- package/lib/model/application-summary.js.map +1 -1
- package/lib/model/application.d.ts +7 -2
- package/lib/model/application.js.map +1 -1
- package/lib/model/change-pool-compartment-details.d.ts +28 -0
- package/lib/model/change-pool-compartment-details.js +30 -0
- package/lib/model/change-pool-compartment-details.js.map +1 -0
- package/lib/model/create-application-details.d.ts +5 -0
- package/lib/model/create-application-details.js.map +1 -1
- package/lib/model/create-pool-details.d.ts +74 -0
- package/lib/model/create-pool-details.js +72 -0
- package/lib/model/create-pool-details.js.map +1 -0
- package/lib/model/create-run-details.d.ts +5 -0
- package/lib/model/create-run-details.js.map +1 -1
- package/lib/model/day-of-week.d.ts +35 -0
- package/lib/model/day-of-week.js +46 -0
- package/lib/model/day-of-week.js.map +1 -0
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +26 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/node-count.d.ts +33 -0
- package/lib/model/node-count.js +30 -0
- package/lib/model/node-count.js.map +1 -0
- package/lib/model/pool-collection.d.ts +29 -0
- package/lib/model/pool-collection.js +62 -0
- package/lib/model/pool-collection.js.map +1 -0
- package/lib/model/pool-config.d.ts +40 -0
- package/lib/model/pool-config.js +56 -0
- package/lib/model/pool-config.js.map +1 -0
- package/lib/model/pool-lifecycle-state.d.ts +38 -0
- package/lib/model/pool-lifecycle-state.js +49 -0
- package/lib/model/pool-lifecycle-state.js.map +1 -0
- package/lib/model/pool-metrics.d.ts +54 -0
- package/lib/model/pool-metrics.js +62 -0
- package/lib/model/pool-metrics.js.map +1 -0
- package/lib/model/pool-schedule.d.ts +36 -0
- package/lib/model/pool-schedule.js +30 -0
- package/lib/model/pool-schedule.js.map +1 -0
- package/lib/model/pool-summary.d.ts +86 -0
- package/lib/model/pool-summary.js +30 -0
- package/lib/model/pool-summary.js.map +1 -0
- package/lib/model/pool.d.ts +113 -0
- package/lib/model/pool.js +76 -0
- package/lib/model/pool.js.map +1 -0
- 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 +7 -2
- package/lib/model/run-summary.js.map +1 -1
- package/lib/model/run.d.ts +7 -2
- package/lib/model/run.js.map +1 -1
- package/lib/model/statement-summary.d.ts +1 -1
- package/lib/model/statement.d.ts +1 -1
- package/lib/model/update-application-details.d.ts +5 -0
- package/lib/model/update-application-details.js.map +1 -1
- package/lib/model/update-pool-details.d.ts +69 -0
- package/lib/model/update-pool-details.js +72 -0
- package/lib/model/update-pool-details.js.map +1 -0
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/change-pool-compartment-request.d.ts +50 -0
- package/lib/request/change-pool-compartment-request.js +15 -0
- package/lib/request/change-pool-compartment-request.js.map +1 -0
- 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/create-application-request.d.ts +1 -1
- package/lib/request/create-pool-request.d.ts +38 -0
- package/lib/request/create-pool-request.js +15 -0
- package/lib/request/create-pool-request.js.map +1 -0
- 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-statement-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-pool-request.d.ts +36 -0
- package/lib/request/delete-pool-request.js +15 -0
- package/lib/request/delete-pool-request.js.map +1 -0
- 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-statement-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-pool-request.d.ts +29 -0
- package/lib/request/get-pool-request.js +15 -0
- package/lib/request/get-pool-request.js.map +1 -0
- 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-statement-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-pools-request.d.ts +80 -0
- package/lib/request/list-pools-request.js +28 -0
- package/lib/request/list-pools-request.js.map +1 -0
- 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 +6 -1
- package/lib/request/list-runs-request.js.map +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 +44 -0
- package/lib/request/start-pool-request.js +15 -0
- package/lib/request/start-pool-request.js.map +1 -0
- package/lib/request/stop-pool-request.d.ts +44 -0
- package/lib/request/stop-pool-request.js +15 -0
- package/lib/request/stop-pool-request.js.map +1 -0
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-pool-request.d.ts +42 -0
- package/lib/request/update-pool-request.js +15 -0
- package/lib/request/update-pool-request.js.map +1 -0
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/lib/response/change-pool-compartment-response.d.ts +20 -0
- package/lib/response/change-pool-compartment-response.js +15 -0
- package/lib/response/change-pool-compartment-response.js.map +1 -0
- package/lib/response/create-pool-response.d.ts +41 -0
- package/lib/response/create-pool-response.js +15 -0
- package/lib/response/create-pool-response.js.map +1 -0
- package/lib/response/delete-pool-response.d.ts +20 -0
- package/lib/response/delete-pool-response.js +15 -0
- package/lib/response/delete-pool-response.js.map +1 -0
- package/lib/response/get-pool-response.d.ts +31 -0
- package/lib/response/get-pool-response.js +15 -0
- package/lib/response/get-pool-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-pools-response.d.ts +38 -0
- package/lib/response/list-pools-response.js +15 -0
- package/lib/response/list-pools-response.js.map +1 -0
- package/lib/response/start-pool-response.d.ts +25 -0
- package/lib/response/start-pool-response.js +15 -0
- package/lib/response/start-pool-response.js.map +1 -0
- package/lib/response/stop-pool-response.d.ts +25 -0
- package/lib/response/stop-pool-response.js +15 -0
- package/lib/response/stop-pool-response.js.map +1 -0
- package/lib/response/update-pool-response.d.ts +25 -0
- package/lib/response/update-pool-response.js +15 -0
- package/lib/response/update-pool-response.js.map +1 -0
- package/package.json +3 -3
package/lib/request/index.d.ts
CHANGED
|
@@ -13,12 +13,16 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import * as ChangeApplicationCompartmentRequest from "./change-application-compartment-request";
|
|
15
15
|
export import ChangeApplicationCompartmentRequest = ChangeApplicationCompartmentRequest.ChangeApplicationCompartmentRequest;
|
|
16
|
+
import * as ChangePoolCompartmentRequest from "./change-pool-compartment-request";
|
|
17
|
+
export import ChangePoolCompartmentRequest = ChangePoolCompartmentRequest.ChangePoolCompartmentRequest;
|
|
16
18
|
import * as ChangePrivateEndpointCompartmentRequest from "./change-private-endpoint-compartment-request";
|
|
17
19
|
export import ChangePrivateEndpointCompartmentRequest = ChangePrivateEndpointCompartmentRequest.ChangePrivateEndpointCompartmentRequest;
|
|
18
20
|
import * as ChangeRunCompartmentRequest from "./change-run-compartment-request";
|
|
19
21
|
export import ChangeRunCompartmentRequest = ChangeRunCompartmentRequest.ChangeRunCompartmentRequest;
|
|
20
22
|
import * as CreateApplicationRequest from "./create-application-request";
|
|
21
23
|
export import CreateApplicationRequest = CreateApplicationRequest.CreateApplicationRequest;
|
|
24
|
+
import * as CreatePoolRequest from "./create-pool-request";
|
|
25
|
+
export import CreatePoolRequest = CreatePoolRequest.CreatePoolRequest;
|
|
22
26
|
import * as CreatePrivateEndpointRequest from "./create-private-endpoint-request";
|
|
23
27
|
export import CreatePrivateEndpointRequest = CreatePrivateEndpointRequest.CreatePrivateEndpointRequest;
|
|
24
28
|
import * as CreateRunRequest from "./create-run-request";
|
|
@@ -27,6 +31,8 @@ import * as CreateStatementRequest from "./create-statement-request";
|
|
|
27
31
|
export import CreateStatementRequest = CreateStatementRequest.CreateStatementRequest;
|
|
28
32
|
import * as DeleteApplicationRequest from "./delete-application-request";
|
|
29
33
|
export import DeleteApplicationRequest = DeleteApplicationRequest.DeleteApplicationRequest;
|
|
34
|
+
import * as DeletePoolRequest from "./delete-pool-request";
|
|
35
|
+
export import DeletePoolRequest = DeletePoolRequest.DeletePoolRequest;
|
|
30
36
|
import * as DeletePrivateEndpointRequest from "./delete-private-endpoint-request";
|
|
31
37
|
export import DeletePrivateEndpointRequest = DeletePrivateEndpointRequest.DeletePrivateEndpointRequest;
|
|
32
38
|
import * as DeleteRunRequest from "./delete-run-request";
|
|
@@ -35,6 +41,8 @@ import * as DeleteStatementRequest from "./delete-statement-request";
|
|
|
35
41
|
export import DeleteStatementRequest = DeleteStatementRequest.DeleteStatementRequest;
|
|
36
42
|
import * as GetApplicationRequest from "./get-application-request";
|
|
37
43
|
export import GetApplicationRequest = GetApplicationRequest.GetApplicationRequest;
|
|
44
|
+
import * as GetPoolRequest from "./get-pool-request";
|
|
45
|
+
export import GetPoolRequest = GetPoolRequest.GetPoolRequest;
|
|
38
46
|
import * as GetPrivateEndpointRequest from "./get-private-endpoint-request";
|
|
39
47
|
export import GetPrivateEndpointRequest = GetPrivateEndpointRequest.GetPrivateEndpointRequest;
|
|
40
48
|
import * as GetRunRequest from "./get-run-request";
|
|
@@ -47,6 +55,8 @@ import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
|
47
55
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
48
56
|
import * as ListApplicationsRequest from "./list-applications-request";
|
|
49
57
|
export import ListApplicationsRequest = ListApplicationsRequest.ListApplicationsRequest;
|
|
58
|
+
import * as ListPoolsRequest from "./list-pools-request";
|
|
59
|
+
export import ListPoolsRequest = ListPoolsRequest.ListPoolsRequest;
|
|
50
60
|
import * as ListPrivateEndpointsRequest from "./list-private-endpoints-request";
|
|
51
61
|
export import ListPrivateEndpointsRequest = ListPrivateEndpointsRequest.ListPrivateEndpointsRequest;
|
|
52
62
|
import * as ListRunLogsRequest from "./list-run-logs-request";
|
|
@@ -61,8 +71,14 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
|
61
71
|
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
62
72
|
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
63
73
|
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
74
|
+
import * as StartPoolRequest from "./start-pool-request";
|
|
75
|
+
export import StartPoolRequest = StartPoolRequest.StartPoolRequest;
|
|
76
|
+
import * as StopPoolRequest from "./stop-pool-request";
|
|
77
|
+
export import StopPoolRequest = StopPoolRequest.StopPoolRequest;
|
|
64
78
|
import * as UpdateApplicationRequest from "./update-application-request";
|
|
65
79
|
export import UpdateApplicationRequest = UpdateApplicationRequest.UpdateApplicationRequest;
|
|
80
|
+
import * as UpdatePoolRequest from "./update-pool-request";
|
|
81
|
+
export import UpdatePoolRequest = UpdatePoolRequest.UpdatePoolRequest;
|
|
66
82
|
import * as UpdatePrivateEndpointRequest from "./update-private-endpoint-request";
|
|
67
83
|
export import UpdatePrivateEndpointRequest = UpdatePrivateEndpointRequest.UpdatePrivateEndpointRequest;
|
|
68
84
|
import * as UpdateRunRequest from "./update-run-request";
|
package/lib/request/index.js
CHANGED
|
@@ -32,9 +32,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.ListStatementsRequest = exports.ListRunsRequest = exports.ListPrivateEndpointsRequest = exports.ListApplicationsRequest = void 0;
|
|
35
|
+
exports.ListStatementsRequest = exports.ListRunsRequest = exports.ListPrivateEndpointsRequest = exports.ListPoolsRequest = exports.ListApplicationsRequest = void 0;
|
|
36
36
|
const ListApplicationsRequest = __importStar(require("./list-applications-request"));
|
|
37
37
|
exports.ListApplicationsRequest = ListApplicationsRequest.ListApplicationsRequest;
|
|
38
|
+
const ListPoolsRequest = __importStar(require("./list-pools-request"));
|
|
39
|
+
exports.ListPoolsRequest = ListPoolsRequest.ListPoolsRequest;
|
|
38
40
|
const ListPrivateEndpointsRequest = __importStar(require("./list-private-endpoints-request"));
|
|
39
41
|
exports.ListPrivateEndpointsRequest = ListPrivateEndpointsRequest.ListPrivateEndpointsRequest;
|
|
40
42
|
const ListRunsRequest = __importStar(require("./list-runs-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA4CH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAGpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApplicationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListPools.ts.html |here} to see how to use ListPoolsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPoolsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the compartment.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier for the request. If provided, the returned request ID will include this value.
|
|
26
|
+
* Otherwise, a random request ID will be generated by the service.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The maximum number of results to return in a paginated `List` call.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The value of the `opc-next-page` or `opc-prev-page` response header from the last `List` call
|
|
37
|
+
* to sent back to server for getting the next page of results.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"page"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The LifecycleState of the pool.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"lifecycleState"?: model.PoolLifecycleState;
|
|
46
|
+
/**
|
|
47
|
+
* The field used to sort the results. Multiple fields are not supported.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"sortBy"?: ListPoolsRequest.SortBy;
|
|
51
|
+
/**
|
|
52
|
+
* The ordering of results in ascending or descending order.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"sortOrder"?: ListPoolsRequest.SortOrder;
|
|
56
|
+
/**
|
|
57
|
+
* The query parameter for the Spark application name.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"displayName"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The OCID of the user who created the resource.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"ownerPrincipalId"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The displayName prefix.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"displayNameStartsWith"?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace ListPoolsRequest {
|
|
73
|
+
enum SortBy {
|
|
74
|
+
TimeCreated = "timeCreated"
|
|
75
|
+
}
|
|
76
|
+
enum SortOrder {
|
|
77
|
+
Asc = "ASC",
|
|
78
|
+
Desc = "DESC"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200129
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
exports.ListPoolsRequest = void 0;
|
|
16
|
+
var ListPoolsRequest;
|
|
17
|
+
(function (ListPoolsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
})(SortBy = ListPoolsRequest.SortBy || (ListPoolsRequest.SortBy = {}));
|
|
22
|
+
let SortOrder;
|
|
23
|
+
(function (SortOrder) {
|
|
24
|
+
SortOrder["Asc"] = "ASC";
|
|
25
|
+
SortOrder["Desc"] = "DESC";
|
|
26
|
+
})(SortOrder = ListPoolsRequest.SortOrder || (ListPoolsRequest.SortOrder = {}));
|
|
27
|
+
})(ListPoolsRequest = exports.ListPoolsRequest || (exports.ListPoolsRequest = {}));
|
|
28
|
+
//# sourceMappingURL=list-pools-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pools-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/list-pools-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,gBAAgB,CAShC;AATD,WAAiB,gBAAgB;IAC/B,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,uBAAM,KAAN,uBAAM,QAEjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,0BAAS,KAAT,0BAAS,QAGpB;AACH,CAAC,EATgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAShC"}
|
|
@@ -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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPrivateEndpointsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRunLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListRunsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -32,6 +32,11 @@ export interface ListRunsRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"applicationId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the pool.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"poolId"?: string;
|
|
35
40
|
/**
|
|
36
41
|
* The OCID of the user who created the resource.
|
|
37
42
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-runs-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/list-runs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-runs-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/list-runs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8EH,IAAiB,eAAe,CAgB/B;AAhBD,WAAiB,eAAe;IAC9B,IAAY,MASX;IATD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,+BAAqB,CAAA;QACrB,iEAAuD,CAAA;QACvD,2CAAiC,CAAA;QACjC,iCAAuB,CAAA;QACvB,6CAAmC,CAAA;QACnC,mDAAyC,CAAA;IAC3C,CAAC,EATW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QASjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yBAAS,KAAT,yBAAS,QAGpB;AACH,CAAC,EAhBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAgB/B"}
|
|
@@ -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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListStatementsRequest 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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,44 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/StartPool.ts.html |here} to see how to use StartPoolRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface StartPoolRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique ID for a pool.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"poolId": string;
|
|
23
|
+
/**
|
|
24
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
25
|
+
* set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or server error
|
|
32
|
+
* without risk of executing that same action again. Retry tokens expire after 24 hours,
|
|
33
|
+
* but can be invalidated before then due to conflicting operations.
|
|
34
|
+
* For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRetryToken"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Unique identifier for the request. If provided, the returned request ID will include this value.
|
|
40
|
+
* Otherwise, a random request ID will be generated by the service.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-pool-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/start-pool-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/StopPool.ts.html |here} to see how to use StopPoolRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface StopPoolRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique ID for a pool.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"poolId": string;
|
|
23
|
+
/**
|
|
24
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
25
|
+
* set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or server error
|
|
32
|
+
* without risk of executing that same action again. Retry tokens expire after 24 hours,
|
|
33
|
+
* but can be invalidated before then due to conflicting operations.
|
|
34
|
+
* For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRetryToken"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Unique identifier for the request. If provided, the returned request ID will include this value.
|
|
40
|
+
* Otherwise, a random request ID will be generated by the service.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-pool-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/stop-pool-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdatePoolRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for updating a pool.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"updatePoolDetails": model.UpdatePoolDetails;
|
|
24
|
+
/**
|
|
25
|
+
* The unique ID for a pool.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"poolId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the request. If provided, the returned request ID will include this value.
|
|
31
|
+
* Otherwise, a random request ID will be generated by the service.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
37
|
+
* set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
38
|
+
* The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"ifMatch"?: string;
|
|
42
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-pool-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/update-pool-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRunRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,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 ChangePoolCompartmentResponse {
|
|
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=change-pool-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-pool-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/change-pool-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 CreatePoolResponse {
|
|
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
|
+
* Unique Oracle assigned identifier for a work request.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcWorkRequestId": string;
|
|
32
|
+
/**
|
|
33
|
+
* Provides information about the location of a newly created resource.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"location": string;
|
|
37
|
+
/**
|
|
38
|
+
* The returned model.Pool instance.
|
|
39
|
+
*/
|
|
40
|
+
"pool": model.Pool;
|
|
41
|
+
}
|
|
@@ -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=create-pool-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-pool-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/create-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|