oci-bds 2.126.1 → 2.126.3
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
package/lib/bds-waiter.d.ts
CHANGED
|
@@ -35,6 +35,14 @@ export declare class BdsWaiter {
|
|
|
35
35
|
* @return response returns GetBdsApiKeyResponse | null (null in case of 404 response)
|
|
36
36
|
*/
|
|
37
37
|
forBdsApiKey(request: serviceRequests.GetBdsApiKeyRequest, ...targetStates: models.BdsApiKey.LifecycleState[]): Promise<serviceResponses.GetBdsApiKeyResponse | null>;
|
|
38
|
+
/**
|
|
39
|
+
* Waits forBdsCertificateConfiguration till it reaches any of the provided states
|
|
40
|
+
*
|
|
41
|
+
* @param request the request to send
|
|
42
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
43
|
+
* @return response returns GetBdsCertificateConfigurationResponse | null (null in case of 404 response)
|
|
44
|
+
*/
|
|
45
|
+
forBdsCertificateConfiguration(request: serviceRequests.GetBdsCertificateConfigurationRequest, ...targetStates: models.BdsCertificateConfiguration.LifecycleState[]): Promise<serviceResponses.GetBdsCertificateConfigurationResponse | null>;
|
|
38
46
|
/**
|
|
39
47
|
* Waits forBdsInstance till it reaches any of the provided states
|
|
40
48
|
*
|
package/lib/bds-waiter.js
CHANGED
|
@@ -73,6 +73,18 @@ class BdsWaiter {
|
|
|
73
73
|
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsApiKey(request), response => targetStates.includes(response.bdsApiKey.lifecycleState), targetStates.includes(models.BdsApiKey.LifecycleState.Deleted));
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* Waits forBdsCertificateConfiguration till it reaches any of the provided states
|
|
78
|
+
*
|
|
79
|
+
* @param request the request to send
|
|
80
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
81
|
+
* @return response returns GetBdsCertificateConfigurationResponse | null (null in case of 404 response)
|
|
82
|
+
*/
|
|
83
|
+
forBdsCertificateConfiguration(request, ...targetStates) {
|
|
84
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
85
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsCertificateConfiguration(request), response => targetStates.includes(response.bdsCertificateConfiguration.lifecycleState), targetStates.includes(models.BdsCertificateConfiguration.LifecycleState.Deleted));
|
|
86
|
+
});
|
|
87
|
+
}
|
|
76
88
|
/**
|
|
77
89
|
* Waits forBdsInstance till it reaches any of the provided states
|
|
78
90
|
*
|
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":"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
|
|
1
|
+
{"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":"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"}
|
package/lib/client.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ export declare class BdsClient {
|
|
|
135
135
|
*/
|
|
136
136
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
137
137
|
/**
|
|
138
|
-
* Adds block storage to existing worker/compute only worker nodes. The same amount of
|
|
138
|
+
* Adds block storage to existing worker/compute only worker nodes. The same amount of storage will be added to all worker/compute only worker nodes. No change will be made to storage that is already attached. Block storage cannot be removed.
|
|
139
139
|
*
|
|
140
140
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
141
141
|
* @param AddBlockStorageRequest
|
|
@@ -185,7 +185,7 @@ export declare class BdsClient {
|
|
|
185
185
|
*/
|
|
186
186
|
addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
|
|
187
187
|
/**
|
|
188
|
-
* Increases the size (scales out) a cluster by adding worker nodes(data/compute). The added worker
|
|
188
|
+
* Increases the size (scales out) of a cluster by adding worker nodes (data/compute/edge). The added worker and compute only worker nodes will have the same amount of attached block storage as other nodes of the same type in the cluster. Edge nodes can have different block storage sizes within the valid range (50GB-10TB).
|
|
189
189
|
*
|
|
190
190
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
191
191
|
* @param AddWorkerNodesRequest
|
|
@@ -204,6 +204,16 @@ export declare class BdsClient {
|
|
|
204
204
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/BackupNode.ts.html |here} to see how to use BackupNode API.
|
|
205
205
|
*/
|
|
206
206
|
backupNode(backupNodeRequest: requests.BackupNodeRequest): Promise<responses.BackupNodeResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* Admin function which allows the password reset of indicated service.
|
|
209
|
+
*
|
|
210
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
211
|
+
* @param BdsInstanceResetPasswordRequest
|
|
212
|
+
* @return BdsInstanceResetPasswordResponse
|
|
213
|
+
* @throws OciError when an error occurs
|
|
214
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/BdsInstanceResetPassword.ts.html |here} to see how to use BdsInstanceResetPassword API.
|
|
215
|
+
*/
|
|
216
|
+
bdsInstanceResetPassword(bdsInstanceResetPasswordRequest: requests.BdsInstanceResetPasswordRequest): Promise<responses.BdsInstanceResetPasswordResponse>;
|
|
207
217
|
/**
|
|
208
218
|
* A list of services and their certificate details.
|
|
209
219
|
*
|
|
@@ -254,6 +264,16 @@ export declare class BdsClient {
|
|
|
254
264
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsCapacityReport.ts.html |here} to see how to use CreateBdsCapacityReport API.
|
|
255
265
|
*/
|
|
256
266
|
createBdsCapacityReport(createBdsCapacityReportRequest: requests.CreateBdsCapacityReportRequest): Promise<responses.CreateBdsCapacityReportResponse>;
|
|
267
|
+
/**
|
|
268
|
+
* Create a BDS certificate configuration for the cluster.
|
|
269
|
+
*
|
|
270
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
271
|
+
* @param CreateBdsCertificateConfigurationRequest
|
|
272
|
+
* @return CreateBdsCertificateConfigurationResponse
|
|
273
|
+
* @throws OciError when an error occurs
|
|
274
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsCertificateConfiguration.ts.html |here} to see how to use CreateBdsCertificateConfiguration API.
|
|
275
|
+
*/
|
|
276
|
+
createBdsCertificateConfiguration(createBdsCertificateConfigurationRequest: requests.CreateBdsCertificateConfigurationRequest): Promise<responses.CreateBdsCertificateConfigurationResponse>;
|
|
257
277
|
/**
|
|
258
278
|
* Creates a Big Data Service cluster.
|
|
259
279
|
*
|
|
@@ -340,6 +360,15 @@ export declare class BdsClient {
|
|
|
340
360
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
341
361
|
*/
|
|
342
362
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
363
|
+
/**
|
|
364
|
+
* Delete the BDS certificate configuration for the given ID.
|
|
365
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
366
|
+
* @param DeleteBdsCertificateConfigurationRequest
|
|
367
|
+
* @return DeleteBdsCertificateConfigurationResponse
|
|
368
|
+
* @throws OciError when an error occurs
|
|
369
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsCertificateConfiguration.ts.html |here} to see how to use DeleteBdsCertificateConfiguration API.
|
|
370
|
+
*/
|
|
371
|
+
deleteBdsCertificateConfiguration(deleteBdsCertificateConfigurationRequest: requests.DeleteBdsCertificateConfigurationRequest): Promise<responses.DeleteBdsCertificateConfigurationResponse>;
|
|
343
372
|
/**
|
|
344
373
|
* Deletes the cluster identified by the given ID.
|
|
345
374
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
@@ -425,6 +454,16 @@ export declare class BdsClient {
|
|
|
425
454
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ForceRefreshResourcePrincipal.ts.html |here} to see how to use ForceRefreshResourcePrincipal API.
|
|
426
455
|
*/
|
|
427
456
|
forceRefreshResourcePrincipal(forceRefreshResourcePrincipalRequest: requests.ForceRefreshResourcePrincipalRequest): Promise<responses.ForceRefreshResourcePrincipalResponse>;
|
|
457
|
+
/**
|
|
458
|
+
* Generating certificates under BDS cluster nodes.
|
|
459
|
+
*
|
|
460
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
461
|
+
* @param GenerateBdsCertificateRequest
|
|
462
|
+
* @return GenerateBdsCertificateResponse
|
|
463
|
+
* @throws OciError when an error occurs
|
|
464
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GenerateBdsCertificate.ts.html |here} to see how to use GenerateBdsCertificate API.
|
|
465
|
+
*/
|
|
466
|
+
generateBdsCertificate(generateBdsCertificateRequest: requests.GenerateBdsCertificateRequest): Promise<responses.GenerateBdsCertificateResponse>;
|
|
428
467
|
/**
|
|
429
468
|
* Returns details of the autoscale configuration identified by the given ID.
|
|
430
469
|
*
|
|
@@ -444,6 +483,16 @@ export declare class BdsClient {
|
|
|
444
483
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
445
484
|
*/
|
|
446
485
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
486
|
+
/**
|
|
487
|
+
* Returns details of the BdsCertificateConfiguration identified by the given ID.
|
|
488
|
+
*
|
|
489
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
490
|
+
* @param GetBdsCertificateConfigurationRequest
|
|
491
|
+
* @return GetBdsCertificateConfigurationResponse
|
|
492
|
+
* @throws OciError when an error occurs
|
|
493
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsCertificateConfiguration.ts.html |here} to see how to use GetBdsCertificateConfiguration API.
|
|
494
|
+
*/
|
|
495
|
+
getBdsCertificateConfiguration(getBdsCertificateConfigurationRequest: requests.GetBdsCertificateConfigurationRequest): Promise<responses.GetBdsCertificateConfigurationResponse>;
|
|
447
496
|
/**
|
|
448
497
|
* Returns information about the Big Data Service cluster identified by the given ID.
|
|
449
498
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
@@ -653,6 +702,48 @@ export declare class BdsClient {
|
|
|
653
702
|
* @param request a request which can be sent to the service operation
|
|
654
703
|
*/
|
|
655
704
|
listBdsApiKeysResponseIterator(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<responses.ListBdsApiKeysResponse>;
|
|
705
|
+
/**
|
|
706
|
+
* Returns a list of BDS certificate configurations associated with this Big Data Service cluster.
|
|
707
|
+
*
|
|
708
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
709
|
+
* @param ListBdsCertificateConfigurationsRequest
|
|
710
|
+
* @return ListBdsCertificateConfigurationsResponse
|
|
711
|
+
* @throws OciError when an error occurs
|
|
712
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListBdsCertificateConfigurations.ts.html |here} to see how to use ListBdsCertificateConfigurations API.
|
|
713
|
+
*/
|
|
714
|
+
listBdsCertificateConfigurations(listBdsCertificateConfigurationsRequest: requests.ListBdsCertificateConfigurationsRequest): Promise<responses.ListBdsCertificateConfigurationsResponse>;
|
|
715
|
+
/**
|
|
716
|
+
* NOTE: This function is deprecated in favor of listBdsCertificateConfigurationsRecordIterator function.
|
|
717
|
+
* Creates a new async iterator which will iterate over the models.BdsCertificateConfigurationSummary objects
|
|
718
|
+
* contained in responses from the listBdsCertificateConfigurations operation. This iterator will fetch more data from the
|
|
719
|
+
* server as needed.
|
|
720
|
+
*
|
|
721
|
+
* @param request a request which can be sent to the service operation
|
|
722
|
+
*/
|
|
723
|
+
listAllBdsCertificateConfigurations(request: requests.ListBdsCertificateConfigurationsRequest): AsyncIterableIterator<model.BdsCertificateConfigurationSummary>;
|
|
724
|
+
/**
|
|
725
|
+
* NOTE: This function is deprecated in favor of listBdsCertificateConfigurationsResponseIterator function.
|
|
726
|
+
* Creates a new async iterator which will iterate over the responses received from the listBdsCertificateConfigurations operation. This iterator
|
|
727
|
+
* will fetch more data from the server as needed.
|
|
728
|
+
*
|
|
729
|
+
* @param request a request which can be sent to the service operation
|
|
730
|
+
*/
|
|
731
|
+
listAllBdsCertificateConfigurationsResponses(request: requests.ListBdsCertificateConfigurationsRequest): AsyncIterableIterator<responses.ListBdsCertificateConfigurationsResponse>;
|
|
732
|
+
/**
|
|
733
|
+
* Creates a new async iterator which will iterate over the models.BdsCertificateConfigurationSummary objects
|
|
734
|
+
* contained in responses from the listBdsCertificateConfigurations operation. This iterator will fetch more data from the
|
|
735
|
+
* server as needed.
|
|
736
|
+
*
|
|
737
|
+
* @param request a request which can be sent to the service operation
|
|
738
|
+
*/
|
|
739
|
+
listBdsCertificateConfigurationsRecordIterator(request: requests.ListBdsCertificateConfigurationsRequest): AsyncIterableIterator<model.BdsCertificateConfigurationSummary>;
|
|
740
|
+
/**
|
|
741
|
+
* Creates a new async iterator which will iterate over the responses received from the listBdsCertificateConfigurations operation. This iterator
|
|
742
|
+
* will fetch more data from the server as needed.
|
|
743
|
+
*
|
|
744
|
+
* @param request a request which can be sent to the service operation
|
|
745
|
+
*/
|
|
746
|
+
listBdsCertificateConfigurationsResponseIterator(request: requests.ListBdsCertificateConfigurationsRequest): AsyncIterableIterator<responses.ListBdsCertificateConfigurationsResponse>;
|
|
656
747
|
/**
|
|
657
748
|
* Returns a list of cluster versions with associated odh and bds versions.
|
|
658
749
|
*
|
|
@@ -1317,6 +1408,16 @@ export declare class BdsClient {
|
|
|
1317
1408
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveNodeReplaceConfiguration.ts.html |here} to see how to use RemoveNodeReplaceConfiguration API.
|
|
1318
1409
|
*/
|
|
1319
1410
|
removeNodeReplaceConfiguration(removeNodeReplaceConfigurationRequest: requests.RemoveNodeReplaceConfigurationRequest): Promise<responses.RemoveNodeReplaceConfigurationResponse>;
|
|
1411
|
+
/**
|
|
1412
|
+
* Removes list of nodes from a Big Data Service cluster
|
|
1413
|
+
*
|
|
1414
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1415
|
+
* @param RemoveNodesRequest
|
|
1416
|
+
* @return RemoveNodesResponse
|
|
1417
|
+
* @throws OciError when an error occurs
|
|
1418
|
+
* @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 RemoveNodes API.
|
|
1419
|
+
*/
|
|
1420
|
+
removeNodes(removeNodesRequest: requests.RemoveNodesRequest): Promise<responses.RemoveNodesResponse>;
|
|
1320
1421
|
/**
|
|
1321
1422
|
* Delete the resource principal configuration for the cluster.
|
|
1322
1423
|
*
|
|
@@ -1327,6 +1428,16 @@ export declare class BdsClient {
|
|
|
1327
1428
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveResourcePrincipalConfiguration.ts.html |here} to see how to use RemoveResourcePrincipalConfiguration API.
|
|
1328
1429
|
*/
|
|
1329
1430
|
removeResourcePrincipalConfiguration(removeResourcePrincipalConfigurationRequest: requests.RemoveResourcePrincipalConfigurationRequest): Promise<responses.RemoveResourcePrincipalConfigurationResponse>;
|
|
1431
|
+
/**
|
|
1432
|
+
* Renewing certificates under BDS cluster nodes.
|
|
1433
|
+
*
|
|
1434
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1435
|
+
* @param RenewBdsCertificateRequest
|
|
1436
|
+
* @return RenewBdsCertificateResponse
|
|
1437
|
+
* @throws OciError when an error occurs
|
|
1438
|
+
* @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 RenewBdsCertificate API.
|
|
1439
|
+
*/
|
|
1440
|
+
renewBdsCertificate(renewBdsCertificateRequest: requests.RenewBdsCertificateRequest): Promise<responses.RenewBdsCertificateResponse>;
|
|
1330
1441
|
/**
|
|
1331
1442
|
* Renewing TLS/SSL for various ODH services running on the BDS cluster.
|
|
1332
1443
|
*
|
|
@@ -1357,6 +1468,16 @@ export declare class BdsClient {
|
|
|
1357
1468
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
1358
1469
|
*/
|
|
1359
1470
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
1471
|
+
/**
|
|
1472
|
+
* Set specified BDS certificate configuration as default configuration.
|
|
1473
|
+
*
|
|
1474
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1475
|
+
* @param SetDefaultBdsCertificateConfigurationRequest
|
|
1476
|
+
* @return SetDefaultBdsCertificateConfigurationResponse
|
|
1477
|
+
* @throws OciError when an error occurs
|
|
1478
|
+
* @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 SetDefaultBdsCertificateConfiguration API.
|
|
1479
|
+
*/
|
|
1480
|
+
setDefaultBdsCertificateConfiguration(setDefaultBdsCertificateConfigurationRequest: requests.SetDefaultBdsCertificateConfigurationRequest): Promise<responses.SetDefaultBdsCertificateConfigurationResponse>;
|
|
1360
1481
|
/**
|
|
1361
1482
|
* Starts the BDS cluster that was stopped earlier.
|
|
1362
1483
|
*
|