oci-bds 2.8.0 → 2.11.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/bds-waiter.d.ts +9 -1
- package/lib/bds-waiter.js +13 -1
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +126 -27
- package/lib/client.js +503 -27
- package/lib/client.js.map +1 -1
- package/lib/model/action-types.d.ts +1 -1
- package/lib/model/action-types.js +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/add-auto-scaling-configuration-details.d.ts +1 -1
- package/lib/model/add-auto-scaling-configuration-details.js +1 -1
- package/lib/model/add-block-storage-details.d.ts +1 -1
- package/lib/model/add-block-storage-details.js +1 -1
- package/lib/model/add-cloud-sql-details.d.ts +1 -1
- package/lib/model/add-cloud-sql-details.js +1 -1
- package/lib/model/add-worker-nodes-details.d.ts +1 -1
- package/lib/model/add-worker-nodes-details.js +1 -1
- package/lib/model/auto-scale-policy-metric-rule.d.ts +1 -1
- package/lib/model/auto-scale-policy-metric-rule.js +1 -1
- package/lib/model/auto-scale-policy-rule.d.ts +1 -1
- package/lib/model/auto-scale-policy-rule.js +1 -1
- package/lib/model/auto-scale-policy.d.ts +1 -1
- package/lib/model/auto-scale-policy.js +1 -1
- package/lib/model/auto-scaling-configuration-summary.d.ts +1 -1
- package/lib/model/auto-scaling-configuration-summary.js +1 -1
- package/lib/model/auto-scaling-configuration.d.ts +1 -1
- package/lib/model/auto-scaling-configuration.js +1 -1
- package/lib/model/bds-api-key-summary.d.ts +1 -1
- package/lib/model/bds-api-key-summary.js +1 -1
- package/lib/model/bds-api-key.d.ts +1 -1
- package/lib/model/bds-api-key.js +1 -1
- package/lib/model/bds-instance-summary.d.ts +1 -1
- package/lib/model/bds-instance-summary.js +1 -1
- package/lib/model/bds-instance.d.ts +1 -1
- package/lib/model/bds-instance.js +1 -1
- 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/change-bds-instance-compartment-details.d.ts +1 -1
- package/lib/model/change-bds-instance-compartment-details.js +1 -1
- package/lib/model/change-shape-details.d.ts +1 -1
- package/lib/model/change-shape-details.js +1 -1
- package/lib/model/change-shape-nodes.d.ts +1 -1
- package/lib/model/change-shape-nodes.js +1 -1
- package/lib/model/cloud-sql-details.d.ts +1 -1
- package/lib/model/cloud-sql-details.js +1 -1
- package/lib/model/cluster-details.d.ts +1 -1
- package/lib/model/cluster-details.js +1 -1
- package/lib/model/create-bds-api-key-details.d.ts +1 -1
- package/lib/model/create-bds-api-key-details.js +1 -1
- package/lib/model/create-bds-instance-details.d.ts +1 -1
- package/lib/model/create-bds-instance-details.js +1 -1
- 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/create-node-details.d.ts +1 -1
- package/lib/model/create-node-details.js +1 -1
- package/lib/model/default-error.d.ts +1 -1
- package/lib/model/default-error.js +1 -1
- package/lib/model/index.d.ts +13 -1
- package/lib/model/index.js +14 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/kerberos-details.d.ts +1 -1
- package/lib/model/kerberos-details.js +1 -1
- package/lib/model/metric-threshold-rule.d.ts +1 -1
- package/lib/model/metric-threshold-rule.js +1 -1
- package/lib/model/network-config.d.ts +1 -1
- package/lib/model/network-config.js +1 -1
- package/lib/model/node.d.ts +1 -1
- package/lib/model/node.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-types.d.ts +9 -1
- package/lib/model/operation-types.js +9 -1
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/remove-auto-scaling-configuration-details.d.ts +1 -1
- package/lib/model/remove-auto-scaling-configuration-details.js +1 -1
- package/lib/model/remove-cloud-sql-details.d.ts +1 -1
- package/lib/model/remove-cloud-sql-details.js +1 -1
- package/lib/model/restart-node-details.d.ts +1 -1
- package/lib/model/restart-node-details.js +1 -1
- package/lib/model/sort-orders.d.ts +1 -1
- package/lib/model/sort-orders.js +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 +1 -1
- package/lib/model/test-bds-object-storage-connection-details.js +1 -1
- package/lib/model/update-auto-scaling-configuration-details.d.ts +1 -1
- package/lib/model/update-auto-scaling-configuration-details.js +1 -1
- package/lib/model/update-bds-instance-details.d.ts +1 -1
- package/lib/model/update-bds-instance-details.js +1 -1
- 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/model/volume-attachment-detail.d.ts +1 -1
- package/lib/model/volume-attachment-detail.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- 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 +2 -2
- package/lib/request/add-auto-scaling-configuration-request.js +1 -1
- package/lib/request/add-block-storage-request.d.ts +2 -2
- package/lib/request/add-block-storage-request.js +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +2 -2
- package/lib/request/add-cloud-sql-request.js +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +2 -2
- package/lib/request/add-worker-nodes-request.js +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +2 -2
- package/lib/request/change-bds-instance-compartment-request.js +1 -1
- package/lib/request/change-shape-request.d.ts +2 -2
- package/lib/request/change-shape-request.js +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +2 -2
- package/lib/request/create-bds-api-key-request.js +1 -1
- package/lib/request/create-bds-instance-request.d.ts +2 -2
- package/lib/request/create-bds-instance-request.js +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 +2 -2
- package/lib/request/delete-bds-api-key-request.js +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +2 -2
- package/lib/request/delete-bds-instance-request.js +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 +2 -2
- package/lib/request/get-auto-scaling-configuration-request.js +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +2 -2
- package/lib/request/get-bds-api-key-request.js +1 -1
- package/lib/request/get-bds-instance-request.d.ts +2 -2
- package/lib/request/get-bds-instance-request.js +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 +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +15 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +2 -2
- package/lib/request/list-auto-scaling-configurations-request.js +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +2 -2
- package/lib/request/list-bds-api-keys-request.js +1 -1
- package/lib/request/list-bds-instances-request.d.ts +2 -2
- package/lib/request/list-bds-instances-request.js +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 +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/remove-auto-scaling-configuration-request.js +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +2 -2
- package/lib/request/remove-cloud-sql-request.js +1 -1
- package/lib/request/restart-node-request.d.ts +2 -2
- package/lib/request/restart-node-request.js +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 +2 -2
- package/lib/request/test-bds-object-storage-connection-request.js +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/update-auto-scaling-configuration-request.js +1 -1
- package/lib/request/update-bds-instance-request.d.ts +2 -2
- package/lib/request/update-bds-instance-request.js +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/add-auto-scaling-configuration-response.d.ts +1 -1
- package/lib/response/add-auto-scaling-configuration-response.js +1 -1
- package/lib/response/add-block-storage-response.d.ts +1 -1
- package/lib/response/add-block-storage-response.js +1 -1
- package/lib/response/add-cloud-sql-response.d.ts +1 -1
- package/lib/response/add-cloud-sql-response.js +1 -1
- package/lib/response/add-worker-nodes-response.d.ts +1 -1
- package/lib/response/add-worker-nodes-response.js +1 -1
- package/lib/response/change-bds-instance-compartment-response.d.ts +1 -1
- package/lib/response/change-bds-instance-compartment-response.js +1 -1
- package/lib/response/change-shape-response.d.ts +1 -1
- package/lib/response/change-shape-response.js +1 -1
- package/lib/response/create-bds-api-key-response.d.ts +1 -1
- package/lib/response/create-bds-api-key-response.js +1 -1
- package/lib/response/create-bds-instance-response.d.ts +1 -1
- package/lib/response/create-bds-instance-response.js +1 -1
- 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 +1 -1
- package/lib/response/delete-bds-api-key-response.js +1 -1
- package/lib/response/delete-bds-instance-response.d.ts +1 -1
- package/lib/response/delete-bds-instance-response.js +1 -1
- 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-auto-scaling-configuration-response.d.ts +1 -1
- package/lib/response/get-auto-scaling-configuration-response.js +1 -1
- package/lib/response/get-bds-api-key-response.d.ts +1 -1
- package/lib/response/get-bds-api-key-response.js +1 -1
- package/lib/response/get-bds-instance-response.d.ts +1 -1
- package/lib/response/get-bds-instance-response.js +1 -1
- 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/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +15 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
- package/lib/response/list-auto-scaling-configurations-response.js +1 -1
- package/lib/response/list-bds-api-keys-response.d.ts +1 -1
- package/lib/response/list-bds-api-keys-response.js +1 -1
- package/lib/response/list-bds-instances-response.d.ts +1 -1
- package/lib/response/list-bds-instances-response.js +1 -1
- 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/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/remove-auto-scaling-configuration-response.d.ts +1 -1
- package/lib/response/remove-auto-scaling-configuration-response.js +1 -1
- package/lib/response/remove-cloud-sql-response.d.ts +1 -1
- package/lib/response/remove-cloud-sql-response.js +1 -1
- package/lib/response/restart-node-response.d.ts +1 -1
- package/lib/response/restart-node-response.js +1 -1
- 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 +1 -1
- package/lib/response/test-bds-object-storage-connection-response.js +1 -1
- package/lib/response/update-auto-scaling-configuration-response.d.ts +1 -1
- package/lib/response/update-auto-scaling-configuration-response.js +1 -1
- package/lib/response/update-bds-instance-response.d.ts +1 -1
- package/lib/response/update-bds-instance-response.js +1 -1
- 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
|
@@ -8,9 +8,11 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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";
|
|
@@ -27,16 +29,22 @@ import * as CreateBdsApiKeyRequest from "./create-bds-api-key-request";
|
|
|
27
29
|
export import CreateBdsApiKeyRequest = CreateBdsApiKeyRequest.CreateBdsApiKeyRequest;
|
|
28
30
|
import * as CreateBdsInstanceRequest from "./create-bds-instance-request";
|
|
29
31
|
export import CreateBdsInstanceRequest = CreateBdsInstanceRequest.CreateBdsInstanceRequest;
|
|
32
|
+
import * as CreateBdsMetastoreConfigurationRequest from "./create-bds-metastore-configuration-request";
|
|
33
|
+
export import CreateBdsMetastoreConfigurationRequest = CreateBdsMetastoreConfigurationRequest.CreateBdsMetastoreConfigurationRequest;
|
|
30
34
|
import * as DeleteBdsApiKeyRequest from "./delete-bds-api-key-request";
|
|
31
35
|
export import DeleteBdsApiKeyRequest = DeleteBdsApiKeyRequest.DeleteBdsApiKeyRequest;
|
|
32
36
|
import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
|
|
33
37
|
export import DeleteBdsInstanceRequest = DeleteBdsInstanceRequest.DeleteBdsInstanceRequest;
|
|
38
|
+
import * as DeleteBdsMetastoreConfigurationRequest from "./delete-bds-metastore-configuration-request";
|
|
39
|
+
export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest;
|
|
34
40
|
import * as GetAutoScalingConfigurationRequest from "./get-auto-scaling-configuration-request";
|
|
35
41
|
export import GetAutoScalingConfigurationRequest = GetAutoScalingConfigurationRequest.GetAutoScalingConfigurationRequest;
|
|
36
42
|
import * as GetBdsApiKeyRequest from "./get-bds-api-key-request";
|
|
37
43
|
export import GetBdsApiKeyRequest = GetBdsApiKeyRequest.GetBdsApiKeyRequest;
|
|
38
44
|
import * as GetBdsInstanceRequest from "./get-bds-instance-request";
|
|
39
45
|
export import GetBdsInstanceRequest = GetBdsInstanceRequest.GetBdsInstanceRequest;
|
|
46
|
+
import * as GetBdsMetastoreConfigurationRequest from "./get-bds-metastore-configuration-request";
|
|
47
|
+
export import GetBdsMetastoreConfigurationRequest = GetBdsMetastoreConfigurationRequest.GetBdsMetastoreConfigurationRequest;
|
|
40
48
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
41
49
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
42
50
|
import * as ListAutoScalingConfigurationsRequest from "./list-auto-scaling-configurations-request";
|
|
@@ -45,6 +53,8 @@ import * as ListBdsApiKeysRequest from "./list-bds-api-keys-request";
|
|
|
45
53
|
export import ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
|
|
46
54
|
import * as ListBdsInstancesRequest from "./list-bds-instances-request";
|
|
47
55
|
export import ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
|
|
56
|
+
import * as ListBdsMetastoreConfigurationsRequest from "./list-bds-metastore-configurations-request";
|
|
57
|
+
export import ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
|
|
48
58
|
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
49
59
|
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
50
60
|
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
@@ -57,9 +67,13 @@ import * as RemoveCloudSqlRequest from "./remove-cloud-sql-request";
|
|
|
57
67
|
export import RemoveCloudSqlRequest = RemoveCloudSqlRequest.RemoveCloudSqlRequest;
|
|
58
68
|
import * as RestartNodeRequest from "./restart-node-request";
|
|
59
69
|
export import RestartNodeRequest = RestartNodeRequest.RestartNodeRequest;
|
|
70
|
+
import * as TestBdsMetastoreConfigurationRequest from "./test-bds-metastore-configuration-request";
|
|
71
|
+
export import TestBdsMetastoreConfigurationRequest = TestBdsMetastoreConfigurationRequest.TestBdsMetastoreConfigurationRequest;
|
|
60
72
|
import * as TestBdsObjectStorageConnectionRequest from "./test-bds-object-storage-connection-request";
|
|
61
73
|
export import TestBdsObjectStorageConnectionRequest = TestBdsObjectStorageConnectionRequest.TestBdsObjectStorageConnectionRequest;
|
|
62
74
|
import * as UpdateAutoScalingConfigurationRequest from "./update-auto-scaling-configuration-request";
|
|
63
75
|
export import UpdateAutoScalingConfigurationRequest = UpdateAutoScalingConfigurationRequest.UpdateAutoScalingConfigurationRequest;
|
|
64
76
|
import * as UpdateBdsInstanceRequest from "./update-bds-instance-request";
|
|
65
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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
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
14
|
*/
|
|
15
15
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32,13 +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.ListBdsApiKeysRequest = 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
38
|
const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
|
|
39
39
|
exports.ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
|
|
40
40
|
const ListBdsInstancesRequest = __importStar(require("./list-bds-instances-request"));
|
|
41
41
|
exports.ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
|
|
42
|
+
const ListBdsMetastoreConfigurationsRequest = __importStar(require("./list-bds-metastore-configurations-request"));
|
|
43
|
+
exports.ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
|
|
42
44
|
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
43
45
|
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
44
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"}
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBdsApiKeysRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBdsInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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, 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.11.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, 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.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"}
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveCloudSqlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestartNodeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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, 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.11.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, 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=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"}
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
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.11.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBdsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|