oci-bds 2.7.0 → 2.10.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/bds-waiter.d.ts +16 -0
- package/lib/bds-waiter.js +24 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +200 -22
- package/lib/client.js +883 -57
- package/lib/client.js.map +1 -1
- package/lib/model/activate-bds-metastore-configuration-details.d.ts +30 -0
- package/lib/model/activate-bds-metastore-configuration-details.js +30 -0
- package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -0
- package/lib/model/bds-api-key-summary.d.ts +46 -0
- package/lib/model/bds-api-key-summary.js +30 -0
- package/lib/model/bds-api-key-summary.js.map +1 -0
- package/lib/model/bds-api-key.d.ts +74 -0
- package/lib/model/bds-api-key.js +43 -0
- package/lib/model/bds-api-key.js.map +1 -0
- package/lib/model/bds-metastore-configuration-summary.d.ts +54 -0
- package/lib/model/bds-metastore-configuration-summary.js +30 -0
- package/lib/model/bds-metastore-configuration-summary.js.map +1 -0
- package/lib/model/bds-metastore-configuration.d.ts +78 -0
- package/lib/model/bds-metastore-configuration.js +56 -0
- package/lib/model/bds-metastore-configuration.js.map +1 -0
- package/lib/model/create-bds-api-key-details.d.ts +42 -0
- package/lib/model/create-bds-api-key-details.js +30 -0
- package/lib/model/create-bds-api-key-details.js.map +1 -0
- package/lib/model/create-bds-metastore-configuration-details.d.ts +42 -0
- package/lib/model/create-bds-metastore-configuration-details.js +30 -0
- package/lib/model/create-bds-metastore-configuration-details.js.map +1 -0
- package/lib/model/index.d.ts +20 -0
- package/lib/model/index.js +21 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/operation-types.d.ts +8 -0
- package/lib/model/operation-types.js +8 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/test-bds-metastore-configuration-details.d.ts +26 -0
- package/lib/model/test-bds-metastore-configuration-details.js +30 -0
- package/lib/model/test-bds-metastore-configuration-details.js.map +1 -0
- package/lib/model/test-bds-object-storage-connection-details.d.ts +34 -0
- package/lib/model/test-bds-object-storage-connection-details.js +30 -0
- package/lib/model/test-bds-object-storage-connection-details.js.map +1 -0
- package/lib/model/update-bds-metastore-configuration-details.d.ts +38 -0
- package/lib/model/update-bds-metastore-configuration-details.js +30 -0
- package/lib/model/update-bds-metastore-configuration-details.js.map +1 -0
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +53 -0
- package/lib/request/activate-bds-metastore-configuration-request.js +15 -0
- package/lib/request/activate-bds-metastore-configuration-request.js.map +1 -0
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +40 -0
- package/lib/request/create-bds-api-key-request.js +15 -0
- package/lib/request/create-bds-api-key-request.js.map +1 -0
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +40 -0
- package/lib/request/create-bds-metastore-configuration-request.js +15 -0
- package/lib/request/create-bds-metastore-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-api-key-request.d.ts +39 -0
- package/lib/request/delete-bds-api-key-request.js +15 -0
- package/lib/request/delete-bds-api-key-request.js.map +1 -0
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +39 -0
- package/lib/request/delete-bds-metastore-configuration-request.js +15 -0
- package/lib/request/delete-bds-metastore-configuration-request.js.map +1 -0
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +30 -0
- package/lib/request/get-bds-api-key-request.js +15 -0
- package/lib/request/get-bds-api-key-request.js.map +1 -0
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +30 -0
- package/lib/request/get-bds-metastore-configuration-request.js +15 -0
- package/lib/request/get-bds-metastore-configuration-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +62 -0
- package/lib/request/list-bds-api-keys-request.js +24 -0
- package/lib/request/list-bds-api-keys-request.js.map +1 -0
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +70 -0
- package/lib/request/list-bds-metastore-configurations-request.js +24 -0
- package/lib/request/list-bds-metastore-configurations-request.js.map +1 -0
- 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/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +44 -0
- package/lib/request/test-bds-metastore-configuration-request.js +15 -0
- package/lib/request/test-bds-metastore-configuration-request.js.map +1 -0
- package/lib/request/test-bds-object-storage-connection-request.d.ts +35 -0
- package/lib/request/test-bds-object-storage-connection-request.js +15 -0
- package/lib/request/test-bds-object-storage-connection-request.js.map +1 -0
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +44 -0
- package/lib/request/update-bds-metastore-configuration-request.js +15 -0
- package/lib/request/update-bds-metastore-configuration-request.js.map +1 -0
- package/lib/response/activate-bds-metastore-configuration-response.d.ts +25 -0
- package/lib/response/activate-bds-metastore-configuration-response.js +15 -0
- package/lib/response/activate-bds-metastore-configuration-response.js.map +1 -0
- package/lib/response/create-bds-api-key-response.d.ts +25 -0
- package/lib/response/create-bds-api-key-response.js +15 -0
- package/lib/response/create-bds-api-key-response.js.map +1 -0
- package/lib/response/create-bds-metastore-configuration-response.d.ts +25 -0
- package/lib/response/create-bds-metastore-configuration-response.js +15 -0
- package/lib/response/create-bds-metastore-configuration-response.js.map +1 -0
- package/lib/response/delete-bds-api-key-response.d.ts +25 -0
- package/lib/response/delete-bds-api-key-response.js +15 -0
- package/lib/response/delete-bds-api-key-response.js.map +1 -0
- package/lib/response/delete-bds-metastore-configuration-response.d.ts +25 -0
- package/lib/response/delete-bds-metastore-configuration-response.js +15 -0
- package/lib/response/delete-bds-metastore-configuration-response.js.map +1 -0
- package/lib/response/get-bds-api-key-response.d.ts +30 -0
- package/lib/response/get-bds-api-key-response.js +15 -0
- package/lib/response/get-bds-api-key-response.js.map +1 -0
- package/lib/response/get-bds-metastore-configuration-response.d.ts +30 -0
- package/lib/response/get-bds-metastore-configuration-response.js +15 -0
- package/lib/response/get-bds-metastore-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-bds-api-keys-response.d.ts +32 -0
- package/lib/response/list-bds-api-keys-response.js +15 -0
- package/lib/response/list-bds-api-keys-response.js.map +1 -0
- package/lib/response/list-bds-metastore-configurations-response.d.ts +32 -0
- package/lib/response/list-bds-metastore-configurations-response.js +15 -0
- package/lib/response/list-bds-metastore-configurations-response.js.map +1 -0
- package/lib/response/test-bds-metastore-configuration-response.d.ts +25 -0
- package/lib/response/test-bds-metastore-configuration-response.js +15 -0
- package/lib/response/test-bds-metastore-configuration-response.js.map +1 -0
- package/lib/response/test-bds-object-storage-connection-response.d.ts +25 -0
- package/lib/response/test-bds-object-storage-connection-response.js +15 -0
- package/lib/response/test-bds-object-storage-connection-response.js.map +1 -0
- package/lib/response/update-bds-metastore-configuration-response.d.ts +25 -0
- package/lib/response/update-bds-metastore-configuration-response.js +15 -0
- package/lib/response/update-bds-metastore-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
15
|
+
* The request body when updating BDS metastore configuration.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateBdsMetastoreConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The display name of the metastore configuration.
|
|
20
|
+
*/
|
|
21
|
+
"displayName"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The ID of BDS Api Key used for Data Catalog metastore integration. Set only if metastore's type is EXTERNAL.
|
|
24
|
+
*/
|
|
25
|
+
"bdsApiKeyId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Base-64 encoded passphrase of the BDS Api Key.
|
|
28
|
+
*/
|
|
29
|
+
"bdsApiKeyPassphrase"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Base-64 encoded password for the cluster admin user.
|
|
32
|
+
*/
|
|
33
|
+
"clusterAdminPassword"?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace UpdateBdsMetastoreConfigurationDetails {
|
|
36
|
+
function getJsonObj(obj: UpdateBdsMetastoreConfigurationDetails): object;
|
|
37
|
+
function getDeserializedJsonObj(obj: UpdateBdsMetastoreConfigurationDetails): object;
|
|
38
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UpdateBdsMetastoreConfigurationDetails = void 0;
|
|
17
|
+
var UpdateBdsMetastoreConfigurationDetails;
|
|
18
|
+
(function (UpdateBdsMetastoreConfigurationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
UpdateBdsMetastoreConfigurationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
UpdateBdsMetastoreConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsMetastoreConfigurationDetails || (exports.UpdateBdsMetastoreConfigurationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=update-bds-metastore-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/update-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The metastore configuration ID
|
|
25
|
+
*/
|
|
26
|
+
"metastoreConfigId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The request body when activating specified metastore configuration.
|
|
29
|
+
*/
|
|
30
|
+
"activateBdsMetastoreConfigurationDetails": model.ActivateBdsMetastoreConfigurationDetails;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
37
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
46
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
47
|
+
* etag from a previous GET or POST response for that resource.
|
|
48
|
+
* The resource will be updated or deleted only if the etag you
|
|
49
|
+
* provide matches the resource's current etag value.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"ifMatch"?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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=activate-bds-metastore-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/activate-bds-metastore-configuration-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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddBlockStorageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddCloudSqlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddWorkerNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeShapeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateBdsApiKeyRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Create a new user's API key.
|
|
25
|
+
*/
|
|
26
|
+
"createBdsApiKeyDetails": model.CreateBdsApiKeyDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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-bds-api-key-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-bds-api-key-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-bds-api-key-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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The request body when creating and activating external metastore configuration.
|
|
25
|
+
*/
|
|
26
|
+
"createBdsMetastoreConfigurationDetails": model.CreateBdsMetastoreConfigurationDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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-bds-metastore-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The API key identifier.
|
|
24
|
+
*/
|
|
25
|
+
"apiKeyId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
33
|
+
* etag from a previous GET or POST response for that resource.
|
|
34
|
+
* The resource will be updated or deleted only if the etag you
|
|
35
|
+
* provide matches the resource's current etag value.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"ifMatch"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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-bds-api-key-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-bds-api-key-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/delete-bds-api-key-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The metastore configuration ID
|
|
24
|
+
*/
|
|
25
|
+
"metastoreConfigId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
33
|
+
* etag from a previous GET or POST response for that resource.
|
|
34
|
+
* The resource will be updated or deleted only if the etag you
|
|
35
|
+
* provide matches the resource's current etag value.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"ifMatch"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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-bds-metastore-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/delete-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetBdsApiKeyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The API key identifier.
|
|
24
|
+
*/
|
|
25
|
+
"apiKeyId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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-bds-api-key-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-bds-api-key-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-bds-api-key-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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.10.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The metastore configuration ID
|
|
24
|
+
*/
|
|
25
|
+
"metastoreConfigId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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-bds-metastore-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|