oci-bds 2.126.2 → 2.127.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +123 -2
- package/lib/client.js +622 -2
- package/lib/client.js.map +1 -1
- package/lib/model/activate-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/activate-iam-user-sync-configuration-details.d.ts +5 -1
- package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -1
- package/lib/model/activate-upst-configuration-details.d.ts +5 -1
- package/lib/model/activate-upst-configuration-details.js.map +1 -1
- package/lib/model/add-auto-scaling-configuration-details.d.ts +5 -1
- package/lib/model/add-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/add-block-storage-details.d.ts +18 -4
- package/lib/model/add-block-storage-details.js +1 -0
- package/lib/model/add-block-storage-details.js.map +1 -1
- package/lib/model/add-cloud-sql-details.d.ts +1 -1
- package/lib/model/add-kafka-details.d.ts +5 -1
- package/lib/model/add-kafka-details.js.map +1 -1
- package/lib/model/add-master-nodes-details.d.ts +5 -1
- package/lib/model/add-master-nodes-details.js.map +1 -1
- package/lib/model/add-utility-nodes-details.d.ts +5 -1
- package/lib/model/add-utility-nodes-details.js.map +1 -1
- package/lib/model/add-worker-nodes-details.d.ts +7 -2
- package/lib/model/add-worker-nodes-details.js.map +1 -1
- package/lib/model/auto-scaling-configuration-summary.d.ts +1 -1
- package/lib/model/auto-scaling-configuration.d.ts +4 -0
- package/lib/model/auto-scaling-configuration.js.map +1 -1
- package/lib/model/bds-certificate-configuration-summary.d.ts +84 -0
- package/lib/model/bds-certificate-configuration-summary.js +30 -0
- package/lib/model/bds-certificate-configuration-summary.js.map +1 -0
- package/lib/model/bds-certificate-configuration.d.ts +87 -0
- package/lib/model/bds-certificate-configuration.js +53 -0
- package/lib/model/bds-certificate-configuration.js.map +1 -0
- package/lib/model/bds-instance-reset-password-details.d.ts +40 -0
- package/lib/model/bds-instance-reset-password-details.js +37 -0
- package/lib/model/bds-instance-reset-password-details.js.map +1 -0
- package/lib/model/bds-instance-summary.d.ts +4 -0
- package/lib/model/bds-instance-summary.js.map +1 -1
- package/lib/model/bds-instance.d.ts +12 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/bds-metastore-configuration.d.ts +4 -0
- package/lib/model/bds-metastore-configuration.js.map +1 -1
- package/lib/model/change-shape-details.d.ts +5 -1
- package/lib/model/change-shape-details.js.map +1 -1
- package/lib/model/config-level-manage-bds-certificate-details.d.ts +33 -0
- package/lib/model/config-level-manage-bds-certificate-details.js +55 -0
- package/lib/model/config-level-manage-bds-certificate-details.js.map +1 -0
- package/lib/model/create-bds-certificate-configuration-details.d.ts +46 -0
- package/lib/model/create-bds-certificate-configuration-details.js +30 -0
- package/lib/model/create-bds-certificate-configuration-details.js.map +1 -0
- package/lib/model/create-bds-instance-details.d.ts +10 -2
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/create-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/create-identity-configuration-details.d.ts +5 -1
- package/lib/model/create-identity-configuration-details.js.map +1 -1
- package/lib/model/create-node-replace-configuration-details.d.ts +5 -1
- package/lib/model/create-node-replace-configuration-details.js.map +1 -1
- package/lib/model/create-resource-principal-configuration-details.d.ts +5 -1
- package/lib/model/create-resource-principal-configuration-details.js.map +1 -1
- package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +5 -1
- package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -1
- package/lib/model/deactivate-upst-configuration-details.d.ts +5 -1
- package/lib/model/deactivate-upst-configuration-details.js.map +1 -1
- package/lib/model/disable-certificate-details.d.ts +5 -1
- package/lib/model/disable-certificate-details.js.map +1 -1
- package/lib/model/enable-certificate-details.d.ts +5 -1
- package/lib/model/enable-certificate-details.js.map +1 -1
- package/lib/model/execute-bootstrap-script-details.d.ts +5 -1
- package/lib/model/execute-bootstrap-script-details.js.map +1 -1
- package/lib/model/force-refresh-resource-principal-details.d.ts +5 -1
- package/lib/model/force-refresh-resource-principal-details.js.map +1 -1
- package/lib/model/generate-bds-certificate-details.d.ts +32 -0
- package/lib/model/generate-bds-certificate-details.js +58 -0
- package/lib/model/generate-bds-certificate-details.js.map +1 -0
- package/lib/model/identity-configuration.d.ts +4 -0
- package/lib/model/identity-configuration.js.map +1 -1
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +28 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +5 -1
- package/lib/model/install-os-patch-details.js.map +1 -1
- package/lib/model/install-patch-details.d.ts +5 -1
- package/lib/model/install-patch-details.js.map +1 -1
- package/lib/model/manage-bds-certificate-level-type-details.d.ts +23 -0
- package/lib/model/manage-bds-certificate-level-type-details.js +73 -0
- package/lib/model/manage-bds-certificate-level-type-details.js.map +1 -0
- package/lib/model/node-backup-configuration-summary.d.ts +1 -1
- package/lib/model/node-level-manage-bds-certificate-details.d.ts +29 -0
- package/lib/model/node-level-manage-bds-certificate-details.js +55 -0
- package/lib/model/node-level-manage-bds-certificate-details.js.map +1 -0
- package/lib/model/node-replace-configuration-summary.d.ts +1 -1
- package/lib/model/node-replace-configuration.d.ts +4 -0
- package/lib/model/node-replace-configuration.js.map +1 -1
- package/lib/model/node.d.ts +4 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +7 -0
- package/lib/model/operation-types.js +7 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/password-summary.d.ts +26 -0
- package/lib/model/password-summary.js +30 -0
- package/lib/model/password-summary.js.map +1 -0
- package/lib/model/refresh-confidential-application-details.d.ts +5 -1
- package/lib/model/refresh-confidential-application-details.js.map +1 -1
- package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +5 -1
- package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -1
- package/lib/model/remove-auto-scaling-configuration-details.d.ts +5 -1
- package/lib/model/remove-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/remove-cloud-sql-details.d.ts +1 -1
- package/lib/model/remove-kafka-details.d.ts +5 -1
- package/lib/model/remove-kafka-details.js.map +1 -1
- package/lib/model/remove-node-details.d.ts +5 -1
- package/lib/model/remove-node-details.js.map +1 -1
- package/lib/model/remove-node-replace-configuration-details.d.ts +5 -1
- package/lib/model/remove-node-replace-configuration-details.js.map +1 -1
- package/lib/model/remove-nodes-details.d.ts +39 -0
- package/lib/model/remove-nodes-details.js +30 -0
- package/lib/model/remove-nodes-details.js.map +1 -0
- package/lib/model/remove-resource-principal-configuration-details.d.ts +5 -1
- package/lib/model/remove-resource-principal-configuration-details.js.map +1 -1
- package/lib/model/renew-bds-certificate-details.d.ts +32 -0
- package/lib/model/renew-bds-certificate-details.js +58 -0
- package/lib/model/renew-bds-certificate-details.js.map +1 -0
- package/lib/model/renew-certificate-details.d.ts +5 -1
- package/lib/model/renew-certificate-details.js.map +1 -1
- package/lib/model/replace-node-details.d.ts +5 -1
- package/lib/model/replace-node-details.js.map +1 -1
- package/lib/model/resource-principal-configuration-summary.d.ts +1 -1
- package/lib/model/resource-principal-configuration.d.ts +5 -1
- package/lib/model/resource-principal-configuration.js.map +1 -1
- package/lib/model/set-default-bds-certificate-configuration-details.d.ts +30 -0
- package/lib/model/set-default-bds-certificate-configuration-details.js +30 -0
- package/lib/model/set-default-bds-certificate-configuration-details.js.map +1 -0
- package/lib/model/start-bds-instance-details.d.ts +5 -1
- package/lib/model/start-bds-instance-details.js.map +1 -1
- package/lib/model/stop-bds-instance-details.d.ts +5 -1
- package/lib/model/stop-bds-instance-details.js.map +1 -1
- package/lib/model/test-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/test-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/update-auto-scaling-configuration-details.d.ts +4 -0
- package/lib/model/update-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/update-bds-instance-details.d.ts +8 -0
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-bds-metastore-configuration-details.d.ts +4 -0
- package/lib/model/update-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/update-identity-configuration-details.d.ts +5 -1
- package/lib/model/update-identity-configuration-details.js.map +1 -1
- package/lib/request/bds-instance-reset-password-request.d.ts +49 -0
- package/lib/request/bds-instance-reset-password-request.js +15 -0
- package/lib/request/bds-instance-reset-password-request.js.map +1 -0
- package/lib/request/create-bds-certificate-configuration-request.d.ts +40 -0
- package/lib/request/create-bds-certificate-configuration-request.js +15 -0
- package/lib/request/create-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-certificate-configuration-request.d.ts +48 -0
- package/lib/request/delete-bds-certificate-configuration-request.js +15 -0
- package/lib/request/delete-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/generate-bds-certificate-request.d.ts +49 -0
- package/lib/request/generate-bds-certificate-request.js +15 -0
- package/lib/request/generate-bds-certificate-request.js.map +1 -0
- package/lib/request/get-bds-certificate-configuration-request.d.ts +30 -0
- package/lib/request/get-bds-certificate-configuration-request.js +15 -0
- package/lib/request/get-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-bds-certificate-configurations-request.d.ts +58 -0
- package/lib/request/list-bds-certificate-configurations-request.js +24 -0
- package/lib/request/list-bds-certificate-configurations-request.js.map +1 -0
- package/lib/request/remove-nodes-request.d.ts +49 -0
- package/lib/request/remove-nodes-request.js +15 -0
- package/lib/request/remove-nodes-request.js.map +1 -0
- package/lib/request/renew-bds-certificate-request.d.ts +49 -0
- package/lib/request/renew-bds-certificate-request.js +15 -0
- package/lib/request/renew-bds-certificate-request.js.map +1 -0
- package/lib/request/set-default-bds-certificate-configuration-request.d.ts +53 -0
- package/lib/request/set-default-bds-certificate-configuration-request.js +15 -0
- package/lib/request/set-default-bds-certificate-configuration-request.js.map +1 -0
- package/lib/response/bds-instance-reset-password-response.d.ts +30 -0
- package/lib/response/bds-instance-reset-password-response.js +15 -0
- package/lib/response/bds-instance-reset-password-response.js.map +1 -0
- package/lib/response/create-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/create-bds-certificate-configuration-response.js +15 -0
- package/lib/response/create-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/delete-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/delete-bds-certificate-configuration-response.js +15 -0
- package/lib/response/delete-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/generate-bds-certificate-response.d.ts +25 -0
- package/lib/response/generate-bds-certificate-response.js +15 -0
- package/lib/response/generate-bds-certificate-response.js.map +1 -0
- package/lib/response/get-bds-certificate-configuration-response.d.ts +30 -0
- package/lib/response/get-bds-certificate-configuration-response.js +15 -0
- package/lib/response/get-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-bds-certificate-configurations-response.d.ts +32 -0
- package/lib/response/list-bds-certificate-configurations-response.js +15 -0
- package/lib/response/list-bds-certificate-configurations-response.js.map +1 -0
- package/lib/response/remove-nodes-response.d.ts +25 -0
- package/lib/response/remove-nodes-response.js +15 -0
- package/lib/response/remove-nodes-response.js.map +1 -0
- package/lib/response/renew-bds-certificate-response.d.ts +25 -0
- package/lib/response/renew-bds-certificate-response.js +15 -0
- package/lib/response/renew-bds-certificate-response.js.map +1 -0
- package/lib/response/set-default-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/set-default-bds-certificate-configuration-response.js +15 -0
- package/lib/response/set-default-bds-certificate-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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, 2026, 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.ListBdsCertificateConfigurationsRequest = void 0;
|
|
16
|
+
var ListBdsCertificateConfigurationsRequest;
|
|
17
|
+
(function (ListBdsCertificateConfigurationsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListBdsCertificateConfigurationsRequest.SortBy || (ListBdsCertificateConfigurationsRequest.SortBy = {}));
|
|
23
|
+
})(ListBdsCertificateConfigurationsRequest = exports.ListBdsCertificateConfigurationsRequest || (exports.ListBdsCertificateConfigurationsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-bds-certificate-configurations-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bds-certificate-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-bds-certificate-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,uCAAuC,CAKvD;AALD,WAAiB,uCAAuC;IACtD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8CAAM,KAAN,8CAAM,QAGjB;AACH,CAAC,EALgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAKvD"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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, 2026, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveNodes.ts.html |here} to see how to use RemoveNodesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveNodesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for the list of nodes to be removed.
|
|
25
|
+
*/
|
|
26
|
+
"removeNodesDetails": model.RemoveNodesDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The client request ID for tracing.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=remove-nodes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-nodes-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/remove-nodes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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, 2026, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RenewBdsCertificate.ts.html |here} to see how to use RenewBdsCertificateRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RenewBdsCertificateRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for renewing BDS certificates.
|
|
25
|
+
*/
|
|
26
|
+
"renewBdsCertificateDetails": model.RenewBdsCertificateDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The client request ID for tracing.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=renew-bds-certificate-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renew-bds-certificate-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/renew-bds-certificate-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/SetDefaultBdsCertificateConfiguration.ts.html |here} to see how to use SetDefaultBdsCertificateConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SetDefaultBdsCertificateConfigurationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
|
|
25
|
+
*/
|
|
26
|
+
"bdsCertificateConfigurationId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The request body when setting specified certificate configuration as default configuration.
|
|
29
|
+
*/
|
|
30
|
+
"setDefaultBdsCertificateConfigurationDetails": model.SetDefaultBdsCertificateConfigurationDetails;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
37
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
46
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
47
|
+
* etag from a previous GET or POST response for that resource.
|
|
48
|
+
* The resource will be updated or deleted only if the etag you
|
|
49
|
+
* provide matches the resource's current etag value.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"ifMatch"?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=set-default-bds-certificate-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-default-bds-certificate-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/set-default-bds-certificate-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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
|
+
export interface BdsInstanceResetPasswordResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.PasswordSummary instance.
|
|
28
|
+
*/
|
|
29
|
+
"passwordSummary": model.PasswordSummary;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=bds-instance-reset-password-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-instance-reset-password-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/bds-instance-reset-password-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface CreateBdsCertificateConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-bds-certificate-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-bds-certificate-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-bds-certificate-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteBdsCertificateConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-bds-certificate-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-bds-certificate-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/delete-bds-certificate-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface GenerateBdsCertificateResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=generate-bds-certificate-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-bds-certificate-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/generate-bds-certificate-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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
|
+
export interface GetBdsCertificateConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.BdsCertificateConfiguration instance.
|
|
28
|
+
*/
|
|
29
|
+
"bdsCertificateConfiguration": model.BdsCertificateConfiguration;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-bds-certificate-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-bds-certificate-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-bds-certificate-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ import * as AddWorkerNodesResponse from "./add-worker-nodes-response";
|
|
|
33
33
|
export import AddWorkerNodesResponse = AddWorkerNodesResponse.AddWorkerNodesResponse;
|
|
34
34
|
import * as BackupNodeResponse from "./backup-node-response";
|
|
35
35
|
export import BackupNodeResponse = BackupNodeResponse.BackupNodeResponse;
|
|
36
|
+
import * as BdsInstanceResetPasswordResponse from "./bds-instance-reset-password-response";
|
|
37
|
+
export import BdsInstanceResetPasswordResponse = BdsInstanceResetPasswordResponse.BdsInstanceResetPasswordResponse;
|
|
36
38
|
import * as CertificateServiceInfoResponse from "./certificate-service-info-response";
|
|
37
39
|
export import CertificateServiceInfoResponse = CertificateServiceInfoResponse.CertificateServiceInfoResponse;
|
|
38
40
|
import * as ChangeBdsInstanceCompartmentResponse from "./change-bds-instance-compartment-response";
|
|
@@ -43,6 +45,8 @@ import * as CreateBdsApiKeyResponse from "./create-bds-api-key-response";
|
|
|
43
45
|
export import CreateBdsApiKeyResponse = CreateBdsApiKeyResponse.CreateBdsApiKeyResponse;
|
|
44
46
|
import * as CreateBdsCapacityReportResponse from "./create-bds-capacity-report-response";
|
|
45
47
|
export import CreateBdsCapacityReportResponse = CreateBdsCapacityReportResponse.CreateBdsCapacityReportResponse;
|
|
48
|
+
import * as CreateBdsCertificateConfigurationResponse from "./create-bds-certificate-configuration-response";
|
|
49
|
+
export import CreateBdsCertificateConfigurationResponse = CreateBdsCertificateConfigurationResponse.CreateBdsCertificateConfigurationResponse;
|
|
46
50
|
import * as CreateBdsInstanceResponse from "./create-bds-instance-response";
|
|
47
51
|
export import CreateBdsInstanceResponse = CreateBdsInstanceResponse.CreateBdsInstanceResponse;
|
|
48
52
|
import * as CreateBdsMetastoreConfigurationResponse from "./create-bds-metastore-configuration-response";
|
|
@@ -61,6 +65,8 @@ import * as DeactivateUpstConfigurationResponse from "./deactivate-upst-configur
|
|
|
61
65
|
export import DeactivateUpstConfigurationResponse = DeactivateUpstConfigurationResponse.DeactivateUpstConfigurationResponse;
|
|
62
66
|
import * as DeleteBdsApiKeyResponse from "./delete-bds-api-key-response";
|
|
63
67
|
export import DeleteBdsApiKeyResponse = DeleteBdsApiKeyResponse.DeleteBdsApiKeyResponse;
|
|
68
|
+
import * as DeleteBdsCertificateConfigurationResponse from "./delete-bds-certificate-configuration-response";
|
|
69
|
+
export import DeleteBdsCertificateConfigurationResponse = DeleteBdsCertificateConfigurationResponse.DeleteBdsCertificateConfigurationResponse;
|
|
64
70
|
import * as DeleteBdsInstanceResponse from "./delete-bds-instance-response";
|
|
65
71
|
export import DeleteBdsInstanceResponse = DeleteBdsInstanceResponse.DeleteBdsInstanceResponse;
|
|
66
72
|
import * as DeleteBdsMetastoreConfigurationResponse from "./delete-bds-metastore-configuration-response";
|
|
@@ -79,10 +85,14 @@ import * as ExecuteBootstrapScriptResponse from "./execute-bootstrap-script-resp
|
|
|
79
85
|
export import ExecuteBootstrapScriptResponse = ExecuteBootstrapScriptResponse.ExecuteBootstrapScriptResponse;
|
|
80
86
|
import * as ForceRefreshResourcePrincipalResponse from "./force-refresh-resource-principal-response";
|
|
81
87
|
export import ForceRefreshResourcePrincipalResponse = ForceRefreshResourcePrincipalResponse.ForceRefreshResourcePrincipalResponse;
|
|
88
|
+
import * as GenerateBdsCertificateResponse from "./generate-bds-certificate-response";
|
|
89
|
+
export import GenerateBdsCertificateResponse = GenerateBdsCertificateResponse.GenerateBdsCertificateResponse;
|
|
82
90
|
import * as GetAutoScalingConfigurationResponse from "./get-auto-scaling-configuration-response";
|
|
83
91
|
export import GetAutoScalingConfigurationResponse = GetAutoScalingConfigurationResponse.GetAutoScalingConfigurationResponse;
|
|
84
92
|
import * as GetBdsApiKeyResponse from "./get-bds-api-key-response";
|
|
85
93
|
export import GetBdsApiKeyResponse = GetBdsApiKeyResponse.GetBdsApiKeyResponse;
|
|
94
|
+
import * as GetBdsCertificateConfigurationResponse from "./get-bds-certificate-configuration-response";
|
|
95
|
+
export import GetBdsCertificateConfigurationResponse = GetBdsCertificateConfigurationResponse.GetBdsCertificateConfigurationResponse;
|
|
86
96
|
import * as GetBdsInstanceResponse from "./get-bds-instance-response";
|
|
87
97
|
export import GetBdsInstanceResponse = GetBdsInstanceResponse.GetBdsInstanceResponse;
|
|
88
98
|
import * as GetBdsMetastoreConfigurationResponse from "./get-bds-metastore-configuration-response";
|
|
@@ -113,6 +123,8 @@ import * as ListAutoScalingConfigurationsResponse from "./list-auto-scaling-conf
|
|
|
113
123
|
export import ListAutoScalingConfigurationsResponse = ListAutoScalingConfigurationsResponse.ListAutoScalingConfigurationsResponse;
|
|
114
124
|
import * as ListBdsApiKeysResponse from "./list-bds-api-keys-response";
|
|
115
125
|
export import ListBdsApiKeysResponse = ListBdsApiKeysResponse.ListBdsApiKeysResponse;
|
|
126
|
+
import * as ListBdsCertificateConfigurationsResponse from "./list-bds-certificate-configurations-response";
|
|
127
|
+
export import ListBdsCertificateConfigurationsResponse = ListBdsCertificateConfigurationsResponse.ListBdsCertificateConfigurationsResponse;
|
|
116
128
|
import * as ListBdsClusterVersionsResponse from "./list-bds-cluster-versions-response";
|
|
117
129
|
export import ListBdsClusterVersionsResponse = ListBdsClusterVersionsResponse.ListBdsClusterVersionsResponse;
|
|
118
130
|
import * as ListBdsInstancesResponse from "./list-bds-instances-response";
|
|
@@ -157,14 +169,20 @@ import * as RemoveNodeResponse from "./remove-node-response";
|
|
|
157
169
|
export import RemoveNodeResponse = RemoveNodeResponse.RemoveNodeResponse;
|
|
158
170
|
import * as RemoveNodeReplaceConfigurationResponse from "./remove-node-replace-configuration-response";
|
|
159
171
|
export import RemoveNodeReplaceConfigurationResponse = RemoveNodeReplaceConfigurationResponse.RemoveNodeReplaceConfigurationResponse;
|
|
172
|
+
import * as RemoveNodesResponse from "./remove-nodes-response";
|
|
173
|
+
export import RemoveNodesResponse = RemoveNodesResponse.RemoveNodesResponse;
|
|
160
174
|
import * as RemoveResourcePrincipalConfigurationResponse from "./remove-resource-principal-configuration-response";
|
|
161
175
|
export import RemoveResourcePrincipalConfigurationResponse = RemoveResourcePrincipalConfigurationResponse.RemoveResourcePrincipalConfigurationResponse;
|
|
176
|
+
import * as RenewBdsCertificateResponse from "./renew-bds-certificate-response";
|
|
177
|
+
export import RenewBdsCertificateResponse = RenewBdsCertificateResponse.RenewBdsCertificateResponse;
|
|
162
178
|
import * as RenewCertificateResponse from "./renew-certificate-response";
|
|
163
179
|
export import RenewCertificateResponse = RenewCertificateResponse.RenewCertificateResponse;
|
|
164
180
|
import * as ReplaceNodeResponse from "./replace-node-response";
|
|
165
181
|
export import ReplaceNodeResponse = ReplaceNodeResponse.ReplaceNodeResponse;
|
|
166
182
|
import * as RestartNodeResponse from "./restart-node-response";
|
|
167
183
|
export import RestartNodeResponse = RestartNodeResponse.RestartNodeResponse;
|
|
184
|
+
import * as SetDefaultBdsCertificateConfigurationResponse from "./set-default-bds-certificate-configuration-response";
|
|
185
|
+
export import SetDefaultBdsCertificateConfigurationResponse = SetDefaultBdsCertificateConfigurationResponse.SetDefaultBdsCertificateConfigurationResponse;
|
|
168
186
|
import * as StartBdsInstanceResponse from "./start-bds-instance-response";
|
|
169
187
|
export import StartBdsInstanceResponse = StartBdsInstanceResponse.StartBdsInstanceResponse;
|
|
170
188
|
import * as StopBdsInstanceResponse from "./stop-bds-instance-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2026, 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
|
+
export interface ListBdsCertificateConfigurationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of BdsCertificateConfigurationSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.BdsCertificateConfigurationSummary[];
|
|
32
|
+
}
|
|
@@ -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, 2026, 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=list-bds-certificate-configurations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bds-certificate-configurations-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-bds-certificate-configurations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface RemoveNodesResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|