oci-bds 2.9.1 → 2.12.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/index.d.ts
CHANGED
|
@@ -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
|
import * as requests from "./lib/request";
|
package/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) {
|
package/lib/bds-waiter.d.ts
CHANGED
|
@@ -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
|
import * as serviceRequests from "./request";
|
|
@@ -43,6 +43,14 @@ export declare class BdsWaiter {
|
|
|
43
43
|
* @return response returns GetBdsInstanceResponse | null (null in case of 404 response)
|
|
44
44
|
*/
|
|
45
45
|
forBdsInstance(request: serviceRequests.GetBdsInstanceRequest, ...targetStates: models.BdsInstance.LifecycleState[]): Promise<serviceResponses.GetBdsInstanceResponse | null>;
|
|
46
|
+
/**
|
|
47
|
+
* Waits forBdsMetastoreConfiguration till it reaches any of the provided states
|
|
48
|
+
*
|
|
49
|
+
* @param request the request to send
|
|
50
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
51
|
+
* @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
|
|
52
|
+
*/
|
|
53
|
+
forBdsMetastoreConfiguration(request: serviceRequests.GetBdsMetastoreConfigurationRequest, ...targetStates: models.BdsMetastoreConfiguration.LifecycleState[]): Promise<serviceResponses.GetBdsMetastoreConfigurationResponse | null>;
|
|
46
54
|
/**
|
|
47
55
|
* Waits forWorkRequest
|
|
48
56
|
*
|
package/lib/bds-waiter.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) {
|
|
@@ -85,6 +85,18 @@ class BdsWaiter {
|
|
|
85
85
|
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsInstance(request), response => targetStates.includes(response.bdsInstance.lifecycleState), targetStates.includes(models.BdsInstance.LifecycleState.Deleted));
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
|
+
/**
|
|
89
|
+
* Waits forBdsMetastoreConfiguration till it reaches any of the provided states
|
|
90
|
+
*
|
|
91
|
+
* @param request the request to send
|
|
92
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
93
|
+
* @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
|
|
94
|
+
*/
|
|
95
|
+
forBdsMetastoreConfiguration(request, ...targetStates) {
|
|
96
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
97
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsMetastoreConfiguration(request), response => targetStates.includes(response.bdsMetastoreConfiguration.lifecycleState), targetStates.includes(models.BdsMetastoreConfiguration.LifecycleState.Deleted));
|
|
98
|
+
});
|
|
99
|
+
}
|
|
88
100
|
/**
|
|
89
101
|
* Waits forWorkRequest
|
|
90
102
|
*
|
package/lib/bds-waiter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,YAAY,CACvB,OAA4C,EAC5C,GAAG,YAA+C;;YAElD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EACvC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAe,CAAC,EACrE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;
|
|
1
|
+
{"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,YAAY,CACvB,OAA4C,EAC5C,GAAG,YAA+C;;YAElD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EACvC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAe,CAAC,EACrE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,4BAA4B,CACvC,OAA4D,EAC5D,GAAG,YAA+D;;YAElE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,4BAA4B,CAAC,OAAO,CAAC,EACvD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,yBAAyB,CAAC,cAAe,CAAC,EACrF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,yBAAyB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA9FD,8BA8FC"}
|
package/lib/client.d.ts
CHANGED
|
@@ -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
|
import common = require("oci-common");
|
|
@@ -68,6 +68,16 @@ export declare class BdsClient {
|
|
|
68
68
|
* @return The service waiters.
|
|
69
69
|
*/
|
|
70
70
|
getWaiters(): BdsWaiter;
|
|
71
|
+
/**
|
|
72
|
+
* Activate specified metastore configuration.
|
|
73
|
+
*
|
|
74
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
75
|
+
* @param ActivateBdsMetastoreConfigurationRequest
|
|
76
|
+
* @return ActivateBdsMetastoreConfigurationResponse
|
|
77
|
+
* @throws OciError when an error occurs
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
79
|
+
*/
|
|
80
|
+
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
71
81
|
/**
|
|
72
82
|
* Add an autoscale configuration to the cluster.
|
|
73
83
|
*
|
|
@@ -75,7 +85,7 @@ export declare class BdsClient {
|
|
|
75
85
|
* @param AddAutoScalingConfigurationRequest
|
|
76
86
|
* @return AddAutoScalingConfigurationResponse
|
|
77
87
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
79
89
|
*/
|
|
80
90
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
81
91
|
/**
|
|
@@ -85,7 +95,7 @@ export declare class BdsClient {
|
|
|
85
95
|
* @param AddBlockStorageRequest
|
|
86
96
|
* @return AddBlockStorageResponse
|
|
87
97
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
89
99
|
*/
|
|
90
100
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
91
101
|
/**
|
|
@@ -95,7 +105,7 @@ export declare class BdsClient {
|
|
|
95
105
|
* @param AddCloudSqlRequest
|
|
96
106
|
* @return AddCloudSqlResponse
|
|
97
107
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
99
109
|
*/
|
|
100
110
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
101
111
|
/**
|
|
@@ -105,7 +115,7 @@ export declare class BdsClient {
|
|
|
105
115
|
* @param AddWorkerNodesRequest
|
|
106
116
|
* @return AddWorkerNodesResponse
|
|
107
117
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
109
119
|
*/
|
|
110
120
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
111
121
|
/**
|
|
@@ -115,7 +125,7 @@ export declare class BdsClient {
|
|
|
115
125
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
116
126
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
117
127
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
119
129
|
*/
|
|
120
130
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
121
131
|
/**
|
|
@@ -125,7 +135,7 @@ export declare class BdsClient {
|
|
|
125
135
|
* @param ChangeShapeRequest
|
|
126
136
|
* @return ChangeShapeResponse
|
|
127
137
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
129
139
|
*/
|
|
130
140
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
131
141
|
/**
|
|
@@ -135,7 +145,7 @@ export declare class BdsClient {
|
|
|
135
145
|
* @param CreateBdsApiKeyRequest
|
|
136
146
|
* @return CreateBdsApiKeyResponse
|
|
137
147
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
139
149
|
*/
|
|
140
150
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
141
151
|
/**
|
|
@@ -145,16 +155,26 @@ export declare class BdsClient {
|
|
|
145
155
|
* @param CreateBdsInstanceRequest
|
|
146
156
|
* @return CreateBdsInstanceResponse
|
|
147
157
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
149
159
|
*/
|
|
150
160
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
161
|
+
/**
|
|
162
|
+
* Create and activate external metastore configuration.
|
|
163
|
+
*
|
|
164
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
165
|
+
* @param CreateBdsMetastoreConfigurationRequest
|
|
166
|
+
* @return CreateBdsMetastoreConfigurationResponse
|
|
167
|
+
* @throws OciError when an error occurs
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
169
|
+
*/
|
|
170
|
+
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
151
171
|
/**
|
|
152
172
|
* Deletes the user's API key represented by the provided ID.
|
|
153
173
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
154
174
|
* @param DeleteBdsApiKeyRequest
|
|
155
175
|
* @return DeleteBdsApiKeyResponse
|
|
156
176
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
158
178
|
*/
|
|
159
179
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
160
180
|
/**
|
|
@@ -163,9 +183,18 @@ export declare class BdsClient {
|
|
|
163
183
|
* @param DeleteBdsInstanceRequest
|
|
164
184
|
* @return DeleteBdsInstanceResponse
|
|
165
185
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
167
187
|
*/
|
|
168
188
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
189
|
+
/**
|
|
190
|
+
* Delete the BDS metastore configuration represented by the provided ID.
|
|
191
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
192
|
+
* @param DeleteBdsMetastoreConfigurationRequest
|
|
193
|
+
* @return DeleteBdsMetastoreConfigurationResponse
|
|
194
|
+
* @throws OciError when an error occurs
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
196
|
+
*/
|
|
197
|
+
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
169
198
|
/**
|
|
170
199
|
* Returns details of the autoscale configuration identified by the given ID.
|
|
171
200
|
*
|
|
@@ -173,7 +202,7 @@ export declare class BdsClient {
|
|
|
173
202
|
* @param GetAutoScalingConfigurationRequest
|
|
174
203
|
* @return GetAutoScalingConfigurationResponse
|
|
175
204
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
177
206
|
*/
|
|
178
207
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
179
208
|
/**
|
|
@@ -182,7 +211,7 @@ export declare class BdsClient {
|
|
|
182
211
|
* @param GetBdsApiKeyRequest
|
|
183
212
|
* @return GetBdsApiKeyResponse
|
|
184
213
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
186
215
|
*/
|
|
187
216
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
188
217
|
/**
|
|
@@ -191,16 +220,25 @@ export declare class BdsClient {
|
|
|
191
220
|
* @param GetBdsInstanceRequest
|
|
192
221
|
* @return GetBdsInstanceResponse
|
|
193
222
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
195
224
|
*/
|
|
196
225
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
226
|
+
/**
|
|
227
|
+
* Returns the BDS Metastore configuration information for the given ID.
|
|
228
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
229
|
+
* @param GetBdsMetastoreConfigurationRequest
|
|
230
|
+
* @return GetBdsMetastoreConfigurationResponse
|
|
231
|
+
* @throws OciError when an error occurs
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
233
|
+
*/
|
|
234
|
+
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
197
235
|
/**
|
|
198
236
|
* Returns the status of the work request identified by the given ID.
|
|
199
237
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
200
238
|
* @param GetWorkRequestRequest
|
|
201
239
|
* @return GetWorkRequestResponse
|
|
202
240
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
204
242
|
*/
|
|
205
243
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
206
244
|
/**
|
|
@@ -210,7 +248,7 @@ export declare class BdsClient {
|
|
|
210
248
|
* @param ListAutoScalingConfigurationsRequest
|
|
211
249
|
* @return ListAutoScalingConfigurationsResponse
|
|
212
250
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
214
252
|
*/
|
|
215
253
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
216
254
|
/**
|
|
@@ -252,7 +290,7 @@ export declare class BdsClient {
|
|
|
252
290
|
* @param ListBdsApiKeysRequest
|
|
253
291
|
* @return ListBdsApiKeysResponse
|
|
254
292
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
256
294
|
*/
|
|
257
295
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
258
296
|
/**
|
|
@@ -294,7 +332,7 @@ export declare class BdsClient {
|
|
|
294
332
|
* @param ListBdsInstancesRequest
|
|
295
333
|
* @return ListBdsInstancesResponse
|
|
296
334
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
298
336
|
*/
|
|
299
337
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
300
338
|
/**
|
|
@@ -329,6 +367,48 @@ export declare class BdsClient {
|
|
|
329
367
|
* @param request a request which can be sent to the service operation
|
|
330
368
|
*/
|
|
331
369
|
listBdsInstancesResponseIterator(request: requests.ListBdsInstancesRequest): AsyncIterableIterator<responses.ListBdsInstancesResponse>;
|
|
370
|
+
/**
|
|
371
|
+
* Returns a list of metastore configurations ssociated with this Big Data Service cluster.
|
|
372
|
+
*
|
|
373
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
374
|
+
* @param ListBdsMetastoreConfigurationsRequest
|
|
375
|
+
* @return ListBdsMetastoreConfigurationsResponse
|
|
376
|
+
* @throws OciError when an error occurs
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
378
|
+
*/
|
|
379
|
+
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
380
|
+
/**
|
|
381
|
+
* NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsRecordIterator function.
|
|
382
|
+
* Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects
|
|
383
|
+
* contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the
|
|
384
|
+
* server as needed.
|
|
385
|
+
*
|
|
386
|
+
* @param request a request which can be sent to the service operation
|
|
387
|
+
*/
|
|
388
|
+
listAllBdsMetastoreConfigurations(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<model.BdsMetastoreConfigurationSummary>;
|
|
389
|
+
/**
|
|
390
|
+
* NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsResponseIterator function.
|
|
391
|
+
* Creates a new async iterator which will iterate over the responses received from the listBdsMetastoreConfigurations operation. This iterator
|
|
392
|
+
* will fetch more data from the server as needed.
|
|
393
|
+
*
|
|
394
|
+
* @param request a request which can be sent to the service operation
|
|
395
|
+
*/
|
|
396
|
+
listAllBdsMetastoreConfigurationsResponses(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
397
|
+
/**
|
|
398
|
+
* Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects
|
|
399
|
+
* contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the
|
|
400
|
+
* server as needed.
|
|
401
|
+
*
|
|
402
|
+
* @param request a request which can be sent to the service operation
|
|
403
|
+
*/
|
|
404
|
+
listBdsMetastoreConfigurationsRecordIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<model.BdsMetastoreConfigurationSummary>;
|
|
405
|
+
/**
|
|
406
|
+
* Creates a new async iterator which will iterate over the responses received from the listBdsMetastoreConfigurations operation. This iterator
|
|
407
|
+
* will fetch more data from the server as needed.
|
|
408
|
+
*
|
|
409
|
+
* @param request a request which can be sent to the service operation
|
|
410
|
+
*/
|
|
411
|
+
listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
332
412
|
/**
|
|
333
413
|
* Returns a paginated list of errors for a work request identified by the given ID.
|
|
334
414
|
*
|
|
@@ -336,7 +416,7 @@ export declare class BdsClient {
|
|
|
336
416
|
* @param ListWorkRequestErrorsRequest
|
|
337
417
|
* @return ListWorkRequestErrorsResponse
|
|
338
418
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
340
420
|
*/
|
|
341
421
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
342
422
|
/**
|
|
@@ -378,7 +458,7 @@ export declare class BdsClient {
|
|
|
378
458
|
* @param ListWorkRequestLogsRequest
|
|
379
459
|
* @return ListWorkRequestLogsResponse
|
|
380
460
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
382
462
|
*/
|
|
383
463
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
384
464
|
/**
|
|
@@ -420,7 +500,7 @@ export declare class BdsClient {
|
|
|
420
500
|
* @param ListWorkRequestsRequest
|
|
421
501
|
* @return ListWorkRequestsResponse
|
|
422
502
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
424
504
|
*/
|
|
425
505
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
426
506
|
/**
|
|
@@ -462,7 +542,7 @@ export declare class BdsClient {
|
|
|
462
542
|
* @param RemoveAutoScalingConfigurationRequest
|
|
463
543
|
* @return RemoveAutoScalingConfigurationResponse
|
|
464
544
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
466
546
|
*/
|
|
467
547
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
468
548
|
/**
|
|
@@ -472,7 +552,7 @@ export declare class BdsClient {
|
|
|
472
552
|
* @param RemoveCloudSqlRequest
|
|
473
553
|
* @return RemoveCloudSqlResponse
|
|
474
554
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
476
556
|
*/
|
|
477
557
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
478
558
|
/**
|
|
@@ -482,16 +562,26 @@ export declare class BdsClient {
|
|
|
482
562
|
* @param RestartNodeRequest
|
|
483
563
|
* @return RestartNodeResponse
|
|
484
564
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
486
566
|
*/
|
|
487
567
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
568
|
+
/**
|
|
569
|
+
* Test specified metastore configuration.
|
|
570
|
+
*
|
|
571
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
572
|
+
* @param TestBdsMetastoreConfigurationRequest
|
|
573
|
+
* @return TestBdsMetastoreConfigurationResponse
|
|
574
|
+
* @throws OciError when an error occurs
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
576
|
+
*/
|
|
577
|
+
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
488
578
|
/**
|
|
489
579
|
* Test access to specified Object Storage bucket using the API key.
|
|
490
580
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
491
581
|
* @param TestBdsObjectStorageConnectionRequest
|
|
492
582
|
* @return TestBdsObjectStorageConnectionResponse
|
|
493
583
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
495
585
|
*/
|
|
496
586
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
497
587
|
/**
|
|
@@ -501,7 +591,7 @@ export declare class BdsClient {
|
|
|
501
591
|
* @param UpdateAutoScalingConfigurationRequest
|
|
502
592
|
* @return UpdateAutoScalingConfigurationResponse
|
|
503
593
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
505
595
|
*/
|
|
506
596
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
507
597
|
/**
|
|
@@ -510,7 +600,16 @@ export declare class BdsClient {
|
|
|
510
600
|
* @param UpdateBdsInstanceRequest
|
|
511
601
|
* @return UpdateBdsInstanceResponse
|
|
512
602
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
514
604
|
*/
|
|
515
605
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
606
|
+
/**
|
|
607
|
+
* Update the BDS metastore configuration represented by the provided ID.
|
|
608
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
609
|
+
* @param UpdateBdsMetastoreConfigurationRequest
|
|
610
|
+
* @return UpdateBdsMetastoreConfigurationResponse
|
|
611
|
+
* @throws OciError when an error occurs
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
613
|
+
*/
|
|
614
|
+
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
516
615
|
}
|