oci-emwarehouse 2.33.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +194 -0
- package/lib/client.js +1000 -0
- package/lib/client.js.map +1 -0
- package/lib/emdatalake-waiter.d.ts +36 -0
- package/lib/emdatalake-waiter.js +76 -0
- package/lib/emdatalake-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-em-warehouse-compartment-details.d.ts +27 -0
- package/lib/model/change-em-warehouse-compartment-details.js +29 -0
- package/lib/model/change-em-warehouse-compartment-details.js.map +1 -0
- package/lib/model/create-em-warehouse-details.d.ts +55 -0
- package/lib/model/create-em-warehouse-details.js +29 -0
- package/lib/model/create-em-warehouse-details.js.map +1 -0
- package/lib/model/em-instances-details.d.ts +33 -0
- package/lib/model/em-instances-details.js +29 -0
- package/lib/model/em-instances-details.js.map +1 -0
- package/lib/model/em-warehouse-collection.d.ts +26 -0
- package/lib/model/em-warehouse-collection.js +61 -0
- package/lib/model/em-warehouse-collection.js.map +1 -0
- package/lib/model/em-warehouse-summary.d.ts +101 -0
- package/lib/model/em-warehouse-summary.js +29 -0
- package/lib/model/em-warehouse-summary.js.map +1 -0
- package/lib/model/em-warehouse.d.ts +114 -0
- package/lib/model/em-warehouse.js +43 -0
- package/lib/model/em-warehouse.js.map +1 -0
- package/lib/model/etl-run-collection.d.ts +26 -0
- package/lib/model/etl-run-collection.js +61 -0
- package/lib/model/etl-run-collection.js.map +1 -0
- package/lib/model/etl-run-summary.d.ts +88 -0
- package/lib/model/etl-run-summary.js +43 -0
- package/lib/model/etl-run-summary.js.map +1 -0
- package/lib/model/index.d.ts +58 -0
- package/lib/model/index.js +81 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +30 -0
- package/lib/model/operation-type.js +41 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/resource-usage.d.ts +42 -0
- package/lib/model/resource-usage.js +61 -0
- package/lib/model/resource-usage.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-em-warehouse-details.d.ts +47 -0
- package/lib/model/update-em-warehouse-details.js +29 -0
- package/lib/model/update-em-warehouse-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +35 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-em-warehouse-compartment-request.d.ts +49 -0
- package/lib/request/change-em-warehouse-compartment-request.js +15 -0
- package/lib/request/change-em-warehouse-compartment-request.js.map +1 -0
- package/lib/request/create-em-warehouse-request.d.ts +36 -0
- package/lib/request/create-em-warehouse-request.js +15 -0
- package/lib/request/create-em-warehouse-request.js.map +1 -0
- package/lib/request/delete-em-warehouse-request.d.ts +35 -0
- package/lib/request/delete-em-warehouse-request.js +15 -0
- package/lib/request/delete-em-warehouse-request.js.map +1 -0
- package/lib/request/get-em-warehouse-request.d.ts +26 -0
- package/lib/request/get-em-warehouse-request.js +15 -0
- package/lib/request/get-em-warehouse-request.js.map +1 -0
- package/lib/request/get-em-warehouse-resource-usage-request.d.ts +26 -0
- package/lib/request/get-em-warehouse-resource-usage-request.js +15 -0
- package/lib/request/get-em-warehouse-resource-usage-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-em-warehouses-request.d.ts +66 -0
- package/lib/request/list-em-warehouses-request.js +24 -0
- package/lib/request/list-em-warehouses-request.js.map +1 -0
- package/lib/request/list-etl-runs-request.d.ts +58 -0
- package/lib/request/list-etl-runs-request.js +24 -0
- package/lib/request/list-etl-runs-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +49 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +61 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-em-warehouse-request.d.ts +40 -0
- package/lib/request/update-em-warehouse-request.js +15 -0
- package/lib/request/update-em-warehouse-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-em-warehouse-compartment-response.d.ts +25 -0
- package/lib/response/change-em-warehouse-compartment-response.js +15 -0
- package/lib/response/change-em-warehouse-compartment-response.js.map +1 -0
- package/lib/response/create-em-warehouse-response.d.ts +25 -0
- package/lib/response/create-em-warehouse-response.js +15 -0
- package/lib/response/create-em-warehouse-response.js.map +1 -0
- package/lib/response/delete-em-warehouse-response.d.ts +25 -0
- package/lib/response/delete-em-warehouse-response.js +15 -0
- package/lib/response/delete-em-warehouse-response.js.map +1 -0
- package/lib/response/get-em-warehouse-resource-usage-response.d.ts +30 -0
- package/lib/response/get-em-warehouse-resource-usage-response.js +15 -0
- package/lib/response/get-em-warehouse-resource-usage-response.js.map +1 -0
- package/lib/response/get-em-warehouse-response.d.ts +30 -0
- package/lib/response/get-em-warehouse-response.js +15 -0
- package/lib/response/get-em-warehouse-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +38 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-em-warehouses-response.d.ts +32 -0
- package/lib/response/list-em-warehouses-response.js +15 -0
- package/lib/response/list-em-warehouses-response.js.map +1 -0
- package/lib/response/list-etl-runs-response.d.ts +32 -0
- package/lib/response/list-etl-runs-response.js +15 -0
- package/lib/response/list-etl-runs-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-em-warehouse-response.d.ts +25 -0
- package/lib/response/update-em-warehouse-response.js +15 -0
- package/lib/response/update-em-warehouse-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=cancel-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeEmWarehouseCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique EmWarehouse identifier
|
|
21
|
+
*/
|
|
22
|
+
"emWarehouseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeEmWarehouseCompartmentDetails": model.ChangeEmWarehouseCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-em-warehouse-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-em-warehouse-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/change-em-warehouse-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouseRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateEmWarehouseRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new EmWarehouse.
|
|
21
|
+
*/
|
|
22
|
+
"createEmWarehouseDetails": model.CreateEmWarehouseDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-em-warehouse-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-em-warehouse-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/create-em-warehouse-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouseRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteEmWarehouseRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique EmWarehouse identifier
|
|
20
|
+
*/
|
|
21
|
+
"emWarehouseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-em-warehouse-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-em-warehouse-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/delete-em-warehouse-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouseRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetEmWarehouseRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique EmWarehouse identifier
|
|
20
|
+
*/
|
|
21
|
+
"emWarehouseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-em-warehouse-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-em-warehouse-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/get-em-warehouse-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsageRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetEmWarehouseResourceUsageRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique EmWarehouse identifier
|
|
20
|
+
*/
|
|
21
|
+
"emWarehouseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-em-warehouse-resource-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-em-warehouse-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/get-em-warehouse-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EmdwControlPlane API
|
|
3
|
+
* A description of the EmdwControlPlane API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
|
14
|
+
export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
|
|
15
|
+
import * as ChangeEmWarehouseCompartmentRequest from "./change-em-warehouse-compartment-request";
|
|
16
|
+
export import ChangeEmWarehouseCompartmentRequest = ChangeEmWarehouseCompartmentRequest.ChangeEmWarehouseCompartmentRequest;
|
|
17
|
+
import * as CreateEmWarehouseRequest from "./create-em-warehouse-request";
|
|
18
|
+
export import CreateEmWarehouseRequest = CreateEmWarehouseRequest.CreateEmWarehouseRequest;
|
|
19
|
+
import * as DeleteEmWarehouseRequest from "./delete-em-warehouse-request";
|
|
20
|
+
export import DeleteEmWarehouseRequest = DeleteEmWarehouseRequest.DeleteEmWarehouseRequest;
|
|
21
|
+
import * as GetEmWarehouseRequest from "./get-em-warehouse-request";
|
|
22
|
+
export import GetEmWarehouseRequest = GetEmWarehouseRequest.GetEmWarehouseRequest;
|
|
23
|
+
import * as GetEmWarehouseResourceUsageRequest from "./get-em-warehouse-resource-usage-request";
|
|
24
|
+
export import GetEmWarehouseResourceUsageRequest = GetEmWarehouseResourceUsageRequest.GetEmWarehouseResourceUsageRequest;
|
|
25
|
+
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
26
|
+
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
27
|
+
import * as ListEmWarehousesRequest from "./list-em-warehouses-request";
|
|
28
|
+
export import ListEmWarehousesRequest = ListEmWarehousesRequest.ListEmWarehousesRequest;
|
|
29
|
+
import * as ListEtlRunsRequest from "./list-etl-runs-request";
|
|
30
|
+
export import ListEtlRunsRequest = ListEtlRunsRequest.ListEtlRunsRequest;
|
|
31
|
+
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
32
|
+
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
33
|
+
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
34
|
+
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
35
|
+
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
36
|
+
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
37
|
+
import * as UpdateEmWarehouseRequest from "./update-em-warehouse-request";
|
|
38
|
+
export import UpdateEmWarehouseRequest = UpdateEmWarehouseRequest.UpdateEmWarehouseRequest;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* EmdwControlPlane API
|
|
4
|
+
* A description of the EmdwControlPlane API
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListEtlRunsRequest = exports.ListEmWarehousesRequest = void 0;
|
|
35
|
+
const ListEmWarehousesRequest = __importStar(require("./list-em-warehouses-request"));
|
|
36
|
+
exports.ListEmWarehousesRequest = ListEmWarehousesRequest.ListEmWarehousesRequest;
|
|
37
|
+
const ListEtlRunsRequest = __importStar(require("./list-etl-runs-request"));
|
|
38
|
+
exports.ListEtlRunsRequest = ListEtlRunsRequest.ListEtlRunsRequest;
|
|
39
|
+
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
40
|
+
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
41
|
+
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
|
|
42
|
+
exports.ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
43
|
+
const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
|
|
44
|
+
exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAgBH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehousesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListEmWarehousesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources their lifecycleState matches the given lifecycleState.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources that match the entire display name given.
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* unique operationsInsightsWarehouseId identifier
|
|
33
|
+
*/
|
|
34
|
+
"operationsInsightsWarehouseId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* unique EmWarehouse identifier
|
|
37
|
+
*/
|
|
38
|
+
"id"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The maximum number of items to return.
|
|
41
|
+
*/
|
|
42
|
+
"limit"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
45
|
+
*/
|
|
46
|
+
"page"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
49
|
+
*/
|
|
50
|
+
"sortOrder"?: model.SortOrder;
|
|
51
|
+
/**
|
|
52
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"sortBy"?: ListEmWarehousesRequest.SortBy;
|
|
56
|
+
/**
|
|
57
|
+
* The client request ID for tracing.
|
|
58
|
+
*/
|
|
59
|
+
"opcRequestId"?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace ListEmWarehousesRequest {
|
|
62
|
+
enum SortBy {
|
|
63
|
+
TimeCreated = "timeCreated",
|
|
64
|
+
DisplayName = "displayName"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListEmWarehousesRequest = void 0;
|
|
16
|
+
var ListEmWarehousesRequest;
|
|
17
|
+
(function (ListEmWarehousesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListEmWarehousesRequest.SortBy || (ListEmWarehousesRequest.SortBy = {}));
|
|
23
|
+
})(ListEmWarehousesRequest = exports.ListEmWarehousesRequest || (exports.ListEmWarehousesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-em-warehouses-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-em-warehouses-request.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/request/list-em-warehouses-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,uBAAuB,CAKvC;AALD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;AACH,CAAC,EALgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKvC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRunsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListEtlRunsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique EmWarehouse identifier
|
|
21
|
+
*/
|
|
22
|
+
"emWarehouseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources that match the entire display name given.
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum number of items to return.
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
37
|
+
*/
|
|
38
|
+
"page"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
41
|
+
*/
|
|
42
|
+
"sortOrder"?: model.SortOrder;
|
|
43
|
+
/**
|
|
44
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"sortBy"?: ListEtlRunsRequest.SortBy;
|
|
48
|
+
/**
|
|
49
|
+
* The client request ID for tracing.
|
|
50
|
+
*/
|
|
51
|
+
"opcRequestId"?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListEtlRunsRequest {
|
|
54
|
+
enum SortBy {
|
|
55
|
+
TimeCreated = "timeCreated",
|
|
56
|
+
DisplayName = "displayName"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListEtlRunsRequest = void 0;
|
|
16
|
+
var ListEtlRunsRequest;
|
|
17
|
+
(function (ListEtlRunsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListEtlRunsRequest.SortBy || (ListEtlRunsRequest.SortBy = {}));
|
|
23
|
+
})(ListEtlRunsRequest = exports.ListEtlRunsRequest || (exports.ListEtlRunsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-etl-runs-request.js.map
|