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
package/lib/request/index.d.ts
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
|
+
import * as ActivateBdsMetastoreConfigurationRequest from "./activate-bds-metastore-configuration-request";
|
|
15
|
+
export import ActivateBdsMetastoreConfigurationRequest = ActivateBdsMetastoreConfigurationRequest.ActivateBdsMetastoreConfigurationRequest;
|
|
14
16
|
import * as AddAutoScalingConfigurationRequest from "./add-auto-scaling-configuration-request";
|
|
15
17
|
export import AddAutoScalingConfigurationRequest = AddAutoScalingConfigurationRequest.AddAutoScalingConfigurationRequest;
|
|
16
18
|
import * as AddBlockStorageRequest from "./add-block-storage-request";
|
|
@@ -23,20 +25,36 @@ import * as ChangeBdsInstanceCompartmentRequest from "./change-bds-instance-comp
|
|
|
23
25
|
export import ChangeBdsInstanceCompartmentRequest = ChangeBdsInstanceCompartmentRequest.ChangeBdsInstanceCompartmentRequest;
|
|
24
26
|
import * as ChangeShapeRequest from "./change-shape-request";
|
|
25
27
|
export import ChangeShapeRequest = ChangeShapeRequest.ChangeShapeRequest;
|
|
28
|
+
import * as CreateBdsApiKeyRequest from "./create-bds-api-key-request";
|
|
29
|
+
export import CreateBdsApiKeyRequest = CreateBdsApiKeyRequest.CreateBdsApiKeyRequest;
|
|
26
30
|
import * as CreateBdsInstanceRequest from "./create-bds-instance-request";
|
|
27
31
|
export import CreateBdsInstanceRequest = CreateBdsInstanceRequest.CreateBdsInstanceRequest;
|
|
32
|
+
import * as CreateBdsMetastoreConfigurationRequest from "./create-bds-metastore-configuration-request";
|
|
33
|
+
export import CreateBdsMetastoreConfigurationRequest = CreateBdsMetastoreConfigurationRequest.CreateBdsMetastoreConfigurationRequest;
|
|
34
|
+
import * as DeleteBdsApiKeyRequest from "./delete-bds-api-key-request";
|
|
35
|
+
export import DeleteBdsApiKeyRequest = DeleteBdsApiKeyRequest.DeleteBdsApiKeyRequest;
|
|
28
36
|
import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
|
|
29
37
|
export import DeleteBdsInstanceRequest = DeleteBdsInstanceRequest.DeleteBdsInstanceRequest;
|
|
38
|
+
import * as DeleteBdsMetastoreConfigurationRequest from "./delete-bds-metastore-configuration-request";
|
|
39
|
+
export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest;
|
|
30
40
|
import * as GetAutoScalingConfigurationRequest from "./get-auto-scaling-configuration-request";
|
|
31
41
|
export import GetAutoScalingConfigurationRequest = GetAutoScalingConfigurationRequest.GetAutoScalingConfigurationRequest;
|
|
42
|
+
import * as GetBdsApiKeyRequest from "./get-bds-api-key-request";
|
|
43
|
+
export import GetBdsApiKeyRequest = GetBdsApiKeyRequest.GetBdsApiKeyRequest;
|
|
32
44
|
import * as GetBdsInstanceRequest from "./get-bds-instance-request";
|
|
33
45
|
export import GetBdsInstanceRequest = GetBdsInstanceRequest.GetBdsInstanceRequest;
|
|
46
|
+
import * as GetBdsMetastoreConfigurationRequest from "./get-bds-metastore-configuration-request";
|
|
47
|
+
export import GetBdsMetastoreConfigurationRequest = GetBdsMetastoreConfigurationRequest.GetBdsMetastoreConfigurationRequest;
|
|
34
48
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
35
49
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
36
50
|
import * as ListAutoScalingConfigurationsRequest from "./list-auto-scaling-configurations-request";
|
|
37
51
|
export import ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
|
|
52
|
+
import * as ListBdsApiKeysRequest from "./list-bds-api-keys-request";
|
|
53
|
+
export import ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
|
|
38
54
|
import * as ListBdsInstancesRequest from "./list-bds-instances-request";
|
|
39
55
|
export import ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
|
|
56
|
+
import * as ListBdsMetastoreConfigurationsRequest from "./list-bds-metastore-configurations-request";
|
|
57
|
+
export import ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
|
|
40
58
|
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
41
59
|
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
42
60
|
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
@@ -49,7 +67,13 @@ import * as RemoveCloudSqlRequest from "./remove-cloud-sql-request";
|
|
|
49
67
|
export import RemoveCloudSqlRequest = RemoveCloudSqlRequest.RemoveCloudSqlRequest;
|
|
50
68
|
import * as RestartNodeRequest from "./restart-node-request";
|
|
51
69
|
export import RestartNodeRequest = RestartNodeRequest.RestartNodeRequest;
|
|
70
|
+
import * as TestBdsMetastoreConfigurationRequest from "./test-bds-metastore-configuration-request";
|
|
71
|
+
export import TestBdsMetastoreConfigurationRequest = TestBdsMetastoreConfigurationRequest.TestBdsMetastoreConfigurationRequest;
|
|
72
|
+
import * as TestBdsObjectStorageConnectionRequest from "./test-bds-object-storage-connection-request";
|
|
73
|
+
export import TestBdsObjectStorageConnectionRequest = TestBdsObjectStorageConnectionRequest.TestBdsObjectStorageConnectionRequest;
|
|
52
74
|
import * as UpdateAutoScalingConfigurationRequest from "./update-auto-scaling-configuration-request";
|
|
53
75
|
export import UpdateAutoScalingConfigurationRequest = UpdateAutoScalingConfigurationRequest.UpdateAutoScalingConfigurationRequest;
|
|
54
76
|
import * as UpdateBdsInstanceRequest from "./update-bds-instance-request";
|
|
55
77
|
export import UpdateBdsInstanceRequest = UpdateBdsInstanceRequest.UpdateBdsInstanceRequest;
|
|
78
|
+
import * as UpdateBdsMetastoreConfigurationRequest from "./update-bds-metastore-configuration-request";
|
|
79
|
+
export import UpdateBdsMetastoreConfigurationRequest = UpdateBdsMetastoreConfigurationRequest.UpdateBdsMetastoreConfigurationRequest;
|
package/lib/request/index.js
CHANGED
|
@@ -32,11 +32,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListBdsInstancesRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
|
|
35
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
|
|
36
36
|
const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
|
|
37
37
|
exports.ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
|
|
38
|
+
const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
|
|
39
|
+
exports.ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
|
|
38
40
|
const ListBdsInstancesRequest = __importStar(require("./list-bds-instances-request"));
|
|
39
41
|
exports.ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
|
|
42
|
+
const ListBdsMetastoreConfigurationsRequest = __importStar(require("./list-bds-metastore-configurations-request"));
|
|
43
|
+
exports.ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
|
|
40
44
|
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
41
45
|
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
42
46
|
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAsCH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,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"}
|
|
@@ -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/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,62 @@
|
|
|
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/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListBdsApiKeysRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The state of the API key.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The OCID of the user for whom the API key belongs.
|
|
29
|
+
*/
|
|
30
|
+
"userId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
33
|
+
*/
|
|
34
|
+
"page"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"sortBy"?: ListBdsApiKeysRequest.SortBy;
|
|
44
|
+
/**
|
|
45
|
+
* The sort order to use, either 'asc' or 'desc'.
|
|
46
|
+
*/
|
|
47
|
+
"sortOrder"?: model.SortOrders;
|
|
48
|
+
/**
|
|
49
|
+
* A filter to return only resources that match the entire display name given.
|
|
50
|
+
*/
|
|
51
|
+
"displayName"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The client request ID for tracing.
|
|
54
|
+
*/
|
|
55
|
+
"opcRequestId"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListBdsApiKeysRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeCreated = "timeCreated",
|
|
60
|
+
DisplayName = "displayName"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListBdsApiKeysRequest = void 0;
|
|
16
|
+
var ListBdsApiKeysRequest;
|
|
17
|
+
(function (ListBdsApiKeysRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListBdsApiKeysRequest.SortBy || (ListBdsApiKeysRequest.SortBy = {}));
|
|
23
|
+
})(ListBdsApiKeysRequest = exports.ListBdsApiKeysRequest || (exports.ListBdsApiKeysRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-bds-api-keys-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bds-api-keys-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-bds-api-keys-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;AACH,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
|
|
@@ -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/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBdsInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,70 @@
|
|
|
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/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The type of the metastore in the metastore configuration
|
|
25
|
+
*/
|
|
26
|
+
"metastoreType"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The OCID of the Data Catalog metastore in the metastore configuration
|
|
29
|
+
*/
|
|
30
|
+
"metastoreId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The lifecycle state of the metastore in the metastore configuration
|
|
33
|
+
*/
|
|
34
|
+
"lifecycleState"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the API key that is associated with the external metastore in the metastore configuration
|
|
37
|
+
*/
|
|
38
|
+
"bdsApiKeyId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The maximum number of items to return.
|
|
45
|
+
*/
|
|
46
|
+
"limit"?: number;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortBy"?: ListBdsMetastoreConfigurationsRequest.SortBy;
|
|
52
|
+
/**
|
|
53
|
+
* The sort order to use, either 'asc' or 'desc'.
|
|
54
|
+
*/
|
|
55
|
+
"sortOrder"?: model.SortOrders;
|
|
56
|
+
/**
|
|
57
|
+
* A filter to return only resources that match the entire display name given.
|
|
58
|
+
*/
|
|
59
|
+
"displayName"?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The client request ID for tracing.
|
|
62
|
+
*/
|
|
63
|
+
"opcRequestId"?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace ListBdsMetastoreConfigurationsRequest {
|
|
66
|
+
enum SortBy {
|
|
67
|
+
TimeCreated = "timeCreated",
|
|
68
|
+
DisplayName = "displayName"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListBdsMetastoreConfigurationsRequest = void 0;
|
|
16
|
+
var ListBdsMetastoreConfigurationsRequest;
|
|
17
|
+
(function (ListBdsMetastoreConfigurationsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListBdsMetastoreConfigurationsRequest.SortBy || (ListBdsMetastoreConfigurationsRequest.SortBy = {}));
|
|
23
|
+
})(ListBdsMetastoreConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest || (exports.ListBdsMetastoreConfigurationsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-bds-metastore-configurations-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bds-metastore-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-bds-metastore-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,qCAAqC,CAKrD;AALD,WAAiB,qCAAqC;IACpD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAGjB;AACH,CAAC,EALgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAKrD"}
|
|
@@ -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/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest 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/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest 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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveAutoScalingConfigurationRequest 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/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveCloudSqlRequest 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/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestartNodeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,44 @@
|
|
|
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/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface TestBdsMetastoreConfigurationRequest 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
|
+
* Request body for testing BDS metastore configuration.
|
|
29
|
+
*/
|
|
30
|
+
"testBdsMetastoreConfigurationDetails": model.TestBdsMetastoreConfigurationDetails;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
38
|
+
* etag from a previous GET or POST response for that resource.
|
|
39
|
+
* The resource will be updated or deleted only if the etag you
|
|
40
|
+
* provide matches the resource's current etag value.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
44
|
+
}
|
|
@@ -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=test-bds-metastore-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/test-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The API key identifier.
|
|
25
|
+
*/
|
|
26
|
+
"apiKeyId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Parameters required to validate access to the specified Object Storage bucket using the API key.
|
|
29
|
+
*/
|
|
30
|
+
"testBdsObjectStorageConnectionDetails": model.TestBdsObjectStorageConnectionDetails;
|
|
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: 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=test-bds-object-storage-connection-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-bds-object-storage-connection-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/test-bds-object-storage-connection-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/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAutoScalingConfigurationRequest 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/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBdsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,44 @@
|
|
|
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/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateBdsMetastoreConfigurationRequest 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
|
+
* Request body for updating BDS metastore configuration.
|
|
29
|
+
*/
|
|
30
|
+
"updateBdsMetastoreConfigurationDetails": model.UpdateBdsMetastoreConfigurationDetails;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
38
|
+
* etag from a previous GET or POST response for that resource.
|
|
39
|
+
* The resource will be updated or deleted only if the etag you
|
|
40
|
+
* provide matches the resource's current etag value.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
44
|
+
}
|
|
@@ -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=update-bds-metastore-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/update-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export interface ActivateBdsMetastoreConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-bds-metastore-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/activate-bds-metastore-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|