oci-bds 2.89.4 → 2.91.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 +158 -66
- package/lib/client.js +495 -66
- package/lib/client.js.map +1 -1
- package/lib/model/auto-scale-policy-metric-rule.d.ts +2 -1
- package/lib/model/auto-scale-policy-metric-rule.js +1 -0
- package/lib/model/auto-scale-policy-metric-rule.js.map +1 -1
- package/lib/model/batching-based-odh-patching-config.d.ts +33 -0
- package/lib/model/batching-based-odh-patching-config.js +55 -0
- package/lib/model/batching-based-odh-patching-config.js.map +1 -0
- package/lib/model/batching-based-patching-configs.d.ts +1 -1
- package/lib/model/create-resource-principal-configuration-details.d.ts +34 -0
- package/lib/model/create-resource-principal-configuration-details.js +30 -0
- package/lib/model/create-resource-principal-configuration-details.js.map +1 -0
- package/lib/model/domain-based-odh-patching-config.d.ts +29 -0
- package/lib/model/domain-based-odh-patching-config.js +55 -0
- package/lib/model/domain-based-odh-patching-config.js.map +1 -0
- package/lib/model/domain-based-patching-configs.d.ts +33 -0
- package/lib/model/domain-based-patching-configs.js +55 -0
- package/lib/model/domain-based-patching-configs.js.map +1 -0
- package/lib/model/downtime-based-odh-patching-config.d.ts +25 -0
- package/lib/model/downtime-based-odh-patching-config.js +55 -0
- package/lib/model/downtime-based-odh-patching-config.js.map +1 -0
- package/lib/model/force-refresh-resource-principal-details.d.ts +26 -0
- package/lib/model/force-refresh-resource-principal-details.js +30 -0
- package/lib/model/force-refresh-resource-principal-details.js.map +1 -0
- package/lib/model/index.d.ts +22 -0
- package/lib/model/index.js +25 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +1 -1
- package/lib/model/install-os-patch-details.js.map +1 -1
- package/lib/model/install-patch-details.d.ts +2 -0
- package/lib/model/install-patch-details.js +30 -2
- package/lib/model/install-patch-details.js.map +1 -1
- package/lib/model/node.d.ts +4 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/odh-patching-config.d.ts +23 -0
- package/lib/model/odh-patching-config.js +77 -0
- package/lib/model/odh-patching-config.js.map +1 -0
- package/lib/model/operation-types.d.ts +4 -0
- package/lib/model/operation-types.js +4 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/patching-configs.d.ts +1 -1
- package/lib/model/patching-configs.js +4 -0
- package/lib/model/patching-configs.js.map +1 -1
- package/lib/model/remove-resource-principal-configuration-details.d.ts +26 -0
- package/lib/model/remove-resource-principal-configuration-details.js +30 -0
- package/lib/model/remove-resource-principal-configuration-details.js.map +1 -0
- package/lib/model/resource-principal-configuration-summary.d.ts +55 -0
- package/lib/model/resource-principal-configuration-summary.js +30 -0
- package/lib/model/resource-principal-configuration-summary.js.map +1 -0
- package/lib/model/resource-principal-configuration.d.ts +72 -0
- package/lib/model/resource-principal-configuration.js +44 -0
- package/lib/model/resource-principal-configuration.js.map +1 -0
- package/lib/model/update-resource-principal-configuration-details.d.ts +30 -0
- package/lib/model/update-resource-principal-configuration-details.js +30 -0
- package/lib/model/update-resource-principal-configuration-details.js.map +1 -0
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-kafka-request.d.ts +1 -1
- package/lib/request/add-master-nodes-request.d.ts +1 -1
- package/lib/request/add-utility-nodes-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/backup-node-request.d.ts +1 -1
- package/lib/request/certificate-service-info-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/create-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/create-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/create-resource-principal-configuration-request.d.ts +40 -0
- package/lib/request/create-resource-principal-configuration-request.js +15 -0
- package/lib/request/create-resource-principal-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/delete-node-backup-request.d.ts +1 -1
- package/lib/request/disable-certificate-request.d.ts +1 -1
- package/lib/request/enable-certificate-request.d.ts +1 -1
- package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
- package/lib/request/force-refresh-resource-principal-request.d.ts +53 -0
- package/lib/request/force-refresh-resource-principal-request.js +15 -0
- package/lib/request/force-refresh-resource-principal-request.js.map +1 -0
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/get-node-backup-request.d.ts +1 -1
- package/lib/request/get-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/get-os-patch-details-request.d.ts +1 -1
- package/lib/request/get-resource-principal-configuration-request.d.ts +30 -0
- package/lib/request/get-resource-principal-configuration-request.js +15 -0
- package/lib/request/get-resource-principal-configuration-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-os-patch-request.d.ts +1 -1
- package/lib/request/install-patch-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-node-backup-configurations-request.d.ts +1 -1
- package/lib/request/list-node-backups-request.d.ts +1 -1
- package/lib/request/list-node-replace-configurations-request.d.ts +1 -1
- package/lib/request/list-os-patches-request.d.ts +1 -1
- package/lib/request/list-patch-histories-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-resource-principal-configurations-request.d.ts +58 -0
- package/lib/request/list-resource-principal-configurations-request.js +24 -0
- package/lib/request/list-resource-principal-configurations-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-kafka-request.d.ts +1 -1
- package/lib/request/remove-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/remove-node-request.d.ts +1 -1
- package/lib/request/remove-resource-principal-configuration-request.d.ts +44 -0
- package/lib/request/remove-resource-principal-configuration-request.js +15 -0
- package/lib/request/remove-resource-principal-configuration-request.js.map +1 -0
- package/lib/request/renew-certificate-request.d.ts +1 -1
- package/lib/request/replace-node-request.d.ts +1 -1
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/start-bds-instance-request.d.ts +1 -1
- package/lib/request/stop-bds-instance-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/update-node-backup-configuration-request.d.ts +1 -1
- package/lib/request/update-node-replace-configuration-request.d.ts +1 -1
- package/lib/request/update-resource-principal-configuration-request.d.ts +53 -0
- package/lib/request/update-resource-principal-configuration-request.js +15 -0
- package/lib/request/update-resource-principal-configuration-request.js.map +1 -0
- package/lib/response/create-resource-principal-configuration-response.d.ts +25 -0
- package/lib/response/create-resource-principal-configuration-response.js +15 -0
- package/lib/response/create-resource-principal-configuration-response.js.map +1 -0
- package/lib/response/force-refresh-resource-principal-response.d.ts +25 -0
- package/lib/response/force-refresh-resource-principal-response.js +15 -0
- package/lib/response/force-refresh-resource-principal-response.js.map +1 -0
- package/lib/response/get-resource-principal-configuration-response.d.ts +30 -0
- package/lib/response/get-resource-principal-configuration-response.js +15 -0
- package/lib/response/get-resource-principal-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-resource-principal-configurations-response.d.ts +32 -0
- package/lib/response/list-resource-principal-configurations-response.js +15 -0
- package/lib/response/list-resource-principal-configurations-response.js.map +1 -0
- package/lib/response/remove-resource-principal-configuration-response.d.ts +25 -0
- package/lib/response/remove-resource-principal-configuration-response.js +15 -0
- package/lib/response/remove-resource-principal-configuration-response.js.map +1 -0
- package/lib/response/update-resource-principal-configuration-response.d.ts +25 -0
- package/lib/response/update-resource-principal-configuration-response.js +15 -0
- package/lib/response/update-resource-principal-configuration-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ export declare class BdsClient {
|
|
|
98
98
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
99
99
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
102
102
|
*/
|
|
103
103
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
104
104
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class BdsClient {
|
|
|
108
108
|
* @param AddAutoScalingConfigurationRequest
|
|
109
109
|
* @return AddAutoScalingConfigurationResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
112
112
|
*/
|
|
113
113
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class BdsClient {
|
|
|
118
118
|
* @param AddBlockStorageRequest
|
|
119
119
|
* @return AddBlockStorageResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
122
122
|
*/
|
|
123
123
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
124
124
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class BdsClient {
|
|
|
128
128
|
* @param AddCloudSqlRequest
|
|
129
129
|
* @return AddCloudSqlResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
132
132
|
*/
|
|
133
133
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class BdsClient {
|
|
|
138
138
|
* @param AddKafkaRequest
|
|
139
139
|
* @return AddKafkaResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
142
142
|
*/
|
|
143
143
|
addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class BdsClient {
|
|
|
148
148
|
* @param AddMasterNodesRequest
|
|
149
149
|
* @return AddMasterNodesResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
152
152
|
*/
|
|
153
153
|
addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class BdsClient {
|
|
|
158
158
|
* @param AddUtilityNodesRequest
|
|
159
159
|
* @return AddUtilityNodesResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
162
162
|
*/
|
|
163
163
|
addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class BdsClient {
|
|
|
168
168
|
* @param AddWorkerNodesRequest
|
|
169
169
|
* @return AddWorkerNodesResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
172
172
|
*/
|
|
173
173
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class BdsClient {
|
|
|
178
178
|
* @param BackupNodeRequest
|
|
179
179
|
* @return BackupNodeResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/BackupNode.ts.html |here} to see how to use BackupNode API.
|
|
182
182
|
*/
|
|
183
183
|
backupNode(backupNodeRequest: requests.BackupNodeRequest): Promise<responses.BackupNodeResponse>;
|
|
184
184
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class BdsClient {
|
|
|
188
188
|
* @param CertificateServiceInfoRequest
|
|
189
189
|
* @return CertificateServiceInfoResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
|
|
192
192
|
*/
|
|
193
193
|
certificateServiceInfo(certificateServiceInfoRequest: requests.CertificateServiceInfoRequest): Promise<responses.CertificateServiceInfoResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class BdsClient {
|
|
|
198
198
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
199
199
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
202
202
|
*/
|
|
203
203
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
204
204
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class BdsClient {
|
|
|
208
208
|
* @param ChangeShapeRequest
|
|
209
209
|
* @return ChangeShapeResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
212
212
|
*/
|
|
213
213
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class BdsClient {
|
|
|
218
218
|
* @param CreateBdsApiKeyRequest
|
|
219
219
|
* @return CreateBdsApiKeyResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
222
222
|
*/
|
|
223
223
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
224
224
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class BdsClient {
|
|
|
228
228
|
* @param CreateBdsInstanceRequest
|
|
229
229
|
* @return CreateBdsInstanceResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
232
232
|
*/
|
|
233
233
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
234
234
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class BdsClient {
|
|
|
238
238
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
239
239
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
242
242
|
*/
|
|
243
243
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
244
244
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class BdsClient {
|
|
|
248
248
|
* @param CreateNodeBackupConfigurationRequest
|
|
249
249
|
* @return CreateNodeBackupConfigurationResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateNodeBackupConfiguration.ts.html |here} to see how to use CreateNodeBackupConfiguration API.
|
|
252
252
|
*/
|
|
253
253
|
createNodeBackupConfiguration(createNodeBackupConfigurationRequest: requests.CreateNodeBackupConfigurationRequest): Promise<responses.CreateNodeBackupConfigurationResponse>;
|
|
254
254
|
/**
|
|
@@ -258,16 +258,26 @@ export declare class BdsClient {
|
|
|
258
258
|
* @param CreateNodeReplaceConfigurationRequest
|
|
259
259
|
* @return CreateNodeReplaceConfigurationResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateNodeReplaceConfiguration.ts.html |here} to see how to use CreateNodeReplaceConfiguration API.
|
|
262
262
|
*/
|
|
263
263
|
createNodeReplaceConfiguration(createNodeReplaceConfigurationRequest: requests.CreateNodeReplaceConfigurationRequest): Promise<responses.CreateNodeReplaceConfigurationResponse>;
|
|
264
|
+
/**
|
|
265
|
+
* Create a resource principal session token configuration.
|
|
266
|
+
*
|
|
267
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
268
|
+
* @param CreateResourcePrincipalConfigurationRequest
|
|
269
|
+
* @return CreateResourcePrincipalConfigurationResponse
|
|
270
|
+
* @throws OciError when an error occurs
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateResourcePrincipalConfiguration.ts.html |here} to see how to use CreateResourcePrincipalConfiguration API.
|
|
272
|
+
*/
|
|
273
|
+
createResourcePrincipalConfiguration(createResourcePrincipalConfigurationRequest: requests.CreateResourcePrincipalConfigurationRequest): Promise<responses.CreateResourcePrincipalConfigurationResponse>;
|
|
264
274
|
/**
|
|
265
275
|
* Deletes the user's API key represented by the provided ID.
|
|
266
276
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
267
277
|
* @param DeleteBdsApiKeyRequest
|
|
268
278
|
* @return DeleteBdsApiKeyResponse
|
|
269
279
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
271
281
|
*/
|
|
272
282
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
273
283
|
/**
|
|
@@ -276,7 +286,7 @@ export declare class BdsClient {
|
|
|
276
286
|
* @param DeleteBdsInstanceRequest
|
|
277
287
|
* @return DeleteBdsInstanceResponse
|
|
278
288
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
280
290
|
*/
|
|
281
291
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
282
292
|
/**
|
|
@@ -285,7 +295,7 @@ export declare class BdsClient {
|
|
|
285
295
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
286
296
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
287
297
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
289
299
|
*/
|
|
290
300
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
291
301
|
/**
|
|
@@ -294,7 +304,7 @@ export declare class BdsClient {
|
|
|
294
304
|
* @param DeleteNodeBackupRequest
|
|
295
305
|
* @return DeleteNodeBackupResponse
|
|
296
306
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteNodeBackup.ts.html |here} to see how to use DeleteNodeBackup API.
|
|
298
308
|
*/
|
|
299
309
|
deleteNodeBackup(deleteNodeBackupRequest: requests.DeleteNodeBackupRequest): Promise<responses.DeleteNodeBackupResponse>;
|
|
300
310
|
/**
|
|
@@ -303,7 +313,7 @@ export declare class BdsClient {
|
|
|
303
313
|
* @param DeleteNodeBackupConfigurationRequest
|
|
304
314
|
* @return DeleteNodeBackupConfigurationResponse
|
|
305
315
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteNodeBackupConfiguration.ts.html |here} to see how to use DeleteNodeBackupConfiguration API.
|
|
307
317
|
*/
|
|
308
318
|
deleteNodeBackupConfiguration(deleteNodeBackupConfigurationRequest: requests.DeleteNodeBackupConfigurationRequest): Promise<responses.DeleteNodeBackupConfigurationResponse>;
|
|
309
319
|
/**
|
|
@@ -313,7 +323,7 @@ export declare class BdsClient {
|
|
|
313
323
|
* @param DisableCertificateRequest
|
|
314
324
|
* @return DisableCertificateResponse
|
|
315
325
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
|
|
317
327
|
*/
|
|
318
328
|
disableCertificate(disableCertificateRequest: requests.DisableCertificateRequest): Promise<responses.DisableCertificateResponse>;
|
|
319
329
|
/**
|
|
@@ -323,7 +333,7 @@ export declare class BdsClient {
|
|
|
323
333
|
* @param EnableCertificateRequest
|
|
324
334
|
* @return EnableCertificateResponse
|
|
325
335
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
|
|
327
337
|
*/
|
|
328
338
|
enableCertificate(enableCertificateRequest: requests.EnableCertificateRequest): Promise<responses.EnableCertificateResponse>;
|
|
329
339
|
/**
|
|
@@ -333,9 +343,19 @@ export declare class BdsClient {
|
|
|
333
343
|
* @param ExecuteBootstrapScriptRequest
|
|
334
344
|
* @return ExecuteBootstrapScriptResponse
|
|
335
345
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
337
347
|
*/
|
|
338
348
|
executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
|
|
349
|
+
/**
|
|
350
|
+
* Force Refresh Resource Principal for the cluster.
|
|
351
|
+
*
|
|
352
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
353
|
+
* @param ForceRefreshResourcePrincipalRequest
|
|
354
|
+
* @return ForceRefreshResourcePrincipalResponse
|
|
355
|
+
* @throws OciError when an error occurs
|
|
356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ForceRefreshResourcePrincipal.ts.html |here} to see how to use ForceRefreshResourcePrincipal API.
|
|
357
|
+
*/
|
|
358
|
+
forceRefreshResourcePrincipal(forceRefreshResourcePrincipalRequest: requests.ForceRefreshResourcePrincipalRequest): Promise<responses.ForceRefreshResourcePrincipalResponse>;
|
|
339
359
|
/**
|
|
340
360
|
* Returns details of the autoscale configuration identified by the given ID.
|
|
341
361
|
*
|
|
@@ -343,7 +363,7 @@ export declare class BdsClient {
|
|
|
343
363
|
* @param GetAutoScalingConfigurationRequest
|
|
344
364
|
* @return GetAutoScalingConfigurationResponse
|
|
345
365
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
347
367
|
*/
|
|
348
368
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
349
369
|
/**
|
|
@@ -352,7 +372,7 @@ export declare class BdsClient {
|
|
|
352
372
|
* @param GetBdsApiKeyRequest
|
|
353
373
|
* @return GetBdsApiKeyResponse
|
|
354
374
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
356
376
|
*/
|
|
357
377
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
358
378
|
/**
|
|
@@ -361,7 +381,7 @@ export declare class BdsClient {
|
|
|
361
381
|
* @param GetBdsInstanceRequest
|
|
362
382
|
* @return GetBdsInstanceResponse
|
|
363
383
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
365
385
|
*/
|
|
366
386
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
367
387
|
/**
|
|
@@ -370,7 +390,7 @@ export declare class BdsClient {
|
|
|
370
390
|
* @param GetBdsMetastoreConfigurationRequest
|
|
371
391
|
* @return GetBdsMetastoreConfigurationResponse
|
|
372
392
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
374
394
|
*/
|
|
375
395
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
376
396
|
/**
|
|
@@ -380,7 +400,7 @@ export declare class BdsClient {
|
|
|
380
400
|
* @param GetNodeBackupRequest
|
|
381
401
|
* @return GetNodeBackupResponse
|
|
382
402
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetNodeBackup.ts.html |here} to see how to use GetNodeBackup API.
|
|
384
404
|
*/
|
|
385
405
|
getNodeBackup(getNodeBackupRequest: requests.GetNodeBackupRequest): Promise<responses.GetNodeBackupResponse>;
|
|
386
406
|
/**
|
|
@@ -390,7 +410,7 @@ export declare class BdsClient {
|
|
|
390
410
|
* @param GetNodeBackupConfigurationRequest
|
|
391
411
|
* @return GetNodeBackupConfigurationResponse
|
|
392
412
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetNodeBackupConfiguration.ts.html |here} to see how to use GetNodeBackupConfiguration API.
|
|
394
414
|
*/
|
|
395
415
|
getNodeBackupConfiguration(getNodeBackupConfigurationRequest: requests.GetNodeBackupConfigurationRequest): Promise<responses.GetNodeBackupConfigurationResponse>;
|
|
396
416
|
/**
|
|
@@ -400,7 +420,7 @@ export declare class BdsClient {
|
|
|
400
420
|
* @param GetNodeReplaceConfigurationRequest
|
|
401
421
|
* @return GetNodeReplaceConfigurationResponse
|
|
402
422
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetNodeReplaceConfiguration.ts.html |here} to see how to use GetNodeReplaceConfiguration API.
|
|
404
424
|
*/
|
|
405
425
|
getNodeReplaceConfiguration(getNodeReplaceConfigurationRequest: requests.GetNodeReplaceConfigurationRequest): Promise<responses.GetNodeReplaceConfigurationResponse>;
|
|
406
426
|
/**
|
|
@@ -409,16 +429,26 @@ export declare class BdsClient {
|
|
|
409
429
|
* @param GetOsPatchDetailsRequest
|
|
410
430
|
* @return GetOsPatchDetailsResponse
|
|
411
431
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
413
433
|
*/
|
|
414
434
|
getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
|
|
435
|
+
/**
|
|
436
|
+
* Returns details of the resourcePrincipalConfiguration identified by the given ID.
|
|
437
|
+
*
|
|
438
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
439
|
+
* @param GetResourcePrincipalConfigurationRequest
|
|
440
|
+
* @return GetResourcePrincipalConfigurationResponse
|
|
441
|
+
* @throws OciError when an error occurs
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetResourcePrincipalConfiguration.ts.html |here} to see how to use GetResourcePrincipalConfiguration API.
|
|
443
|
+
*/
|
|
444
|
+
getResourcePrincipalConfiguration(getResourcePrincipalConfigurationRequest: requests.GetResourcePrincipalConfigurationRequest): Promise<responses.GetResourcePrincipalConfigurationResponse>;
|
|
415
445
|
/**
|
|
416
446
|
* Returns the status of the work request identified by the given ID.
|
|
417
447
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
418
448
|
* @param GetWorkRequestRequest
|
|
419
449
|
* @return GetWorkRequestResponse
|
|
420
450
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
422
452
|
*/
|
|
423
453
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
424
454
|
/**
|
|
@@ -428,7 +458,7 @@ export declare class BdsClient {
|
|
|
428
458
|
* @param InstallOsPatchRequest
|
|
429
459
|
* @return InstallOsPatchResponse
|
|
430
460
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
432
462
|
*/
|
|
433
463
|
installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
|
|
434
464
|
/**
|
|
@@ -438,7 +468,7 @@ export declare class BdsClient {
|
|
|
438
468
|
* @param InstallPatchRequest
|
|
439
469
|
* @return InstallPatchResponse
|
|
440
470
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
442
472
|
*/
|
|
443
473
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
444
474
|
/**
|
|
@@ -448,7 +478,7 @@ export declare class BdsClient {
|
|
|
448
478
|
* @param ListAutoScalingConfigurationsRequest
|
|
449
479
|
* @return ListAutoScalingConfigurationsResponse
|
|
450
480
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
452
482
|
*/
|
|
453
483
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
454
484
|
/**
|
|
@@ -490,7 +520,7 @@ export declare class BdsClient {
|
|
|
490
520
|
* @param ListBdsApiKeysRequest
|
|
491
521
|
* @return ListBdsApiKeysResponse
|
|
492
522
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
494
524
|
*/
|
|
495
525
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
496
526
|
/**
|
|
@@ -532,7 +562,7 @@ export declare class BdsClient {
|
|
|
532
562
|
* @param ListBdsInstancesRequest
|
|
533
563
|
* @return ListBdsInstancesResponse
|
|
534
564
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
536
566
|
*/
|
|
537
567
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
538
568
|
/**
|
|
@@ -574,7 +604,7 @@ export declare class BdsClient {
|
|
|
574
604
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
575
605
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
576
606
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
578
608
|
*/
|
|
579
609
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
580
610
|
/**
|
|
@@ -616,7 +646,7 @@ export declare class BdsClient {
|
|
|
616
646
|
* @param ListNodeBackupConfigurationsRequest
|
|
617
647
|
* @return ListNodeBackupConfigurationsResponse
|
|
618
648
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListNodeBackupConfigurations.ts.html |here} to see how to use ListNodeBackupConfigurations API.
|
|
620
650
|
*/
|
|
621
651
|
listNodeBackupConfigurations(listNodeBackupConfigurationsRequest: requests.ListNodeBackupConfigurationsRequest): Promise<responses.ListNodeBackupConfigurationsResponse>;
|
|
622
652
|
/**
|
|
@@ -658,7 +688,7 @@ export declare class BdsClient {
|
|
|
658
688
|
* @param ListNodeBackupsRequest
|
|
659
689
|
* @return ListNodeBackupsResponse
|
|
660
690
|
* @throws OciError when an error occurs
|
|
661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListNodeBackups.ts.html |here} to see how to use ListNodeBackups API.
|
|
662
692
|
*/
|
|
663
693
|
listNodeBackups(listNodeBackupsRequest: requests.ListNodeBackupsRequest): Promise<responses.ListNodeBackupsResponse>;
|
|
664
694
|
/**
|
|
@@ -700,7 +730,7 @@ export declare class BdsClient {
|
|
|
700
730
|
* @param ListNodeReplaceConfigurationsRequest
|
|
701
731
|
* @return ListNodeReplaceConfigurationsResponse
|
|
702
732
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListNodeReplaceConfigurations.ts.html |here} to see how to use ListNodeReplaceConfigurations API.
|
|
704
734
|
*/
|
|
705
735
|
listNodeReplaceConfigurations(listNodeReplaceConfigurationsRequest: requests.ListNodeReplaceConfigurationsRequest): Promise<responses.ListNodeReplaceConfigurationsResponse>;
|
|
706
736
|
/**
|
|
@@ -741,7 +771,7 @@ export declare class BdsClient {
|
|
|
741
771
|
* @param ListOsPatchesRequest
|
|
742
772
|
* @return ListOsPatchesResponse
|
|
743
773
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
745
775
|
*/
|
|
746
776
|
listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
|
|
747
777
|
/**
|
|
@@ -783,7 +813,7 @@ export declare class BdsClient {
|
|
|
783
813
|
* @param ListPatchHistoriesRequest
|
|
784
814
|
* @return ListPatchHistoriesResponse
|
|
785
815
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
787
817
|
*/
|
|
788
818
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
789
819
|
/**
|
|
@@ -825,7 +855,7 @@ export declare class BdsClient {
|
|
|
825
855
|
* @param ListPatchesRequest
|
|
826
856
|
* @return ListPatchesResponse
|
|
827
857
|
* @throws OciError when an error occurs
|
|
828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
829
859
|
*/
|
|
830
860
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
831
861
|
/**
|
|
@@ -860,6 +890,48 @@ export declare class BdsClient {
|
|
|
860
890
|
* @param request a request which can be sent to the service operation
|
|
861
891
|
*/
|
|
862
892
|
listPatchesResponseIterator(request: requests.ListPatchesRequest): AsyncIterableIterator<responses.ListPatchesResponse>;
|
|
893
|
+
/**
|
|
894
|
+
* Returns information about the ResourcePrincipalConfiguration.
|
|
895
|
+
*
|
|
896
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
897
|
+
* @param ListResourcePrincipalConfigurationsRequest
|
|
898
|
+
* @return ListResourcePrincipalConfigurationsResponse
|
|
899
|
+
* @throws OciError when an error occurs
|
|
900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListResourcePrincipalConfigurations.ts.html |here} to see how to use ListResourcePrincipalConfigurations API.
|
|
901
|
+
*/
|
|
902
|
+
listResourcePrincipalConfigurations(listResourcePrincipalConfigurationsRequest: requests.ListResourcePrincipalConfigurationsRequest): Promise<responses.ListResourcePrincipalConfigurationsResponse>;
|
|
903
|
+
/**
|
|
904
|
+
* NOTE: This function is deprecated in favor of listResourcePrincipalConfigurationsRecordIterator function.
|
|
905
|
+
* Creates a new async iterator which will iterate over the models.ResourcePrincipalConfigurationSummary objects
|
|
906
|
+
* contained in responses from the listResourcePrincipalConfigurations operation. This iterator will fetch more data from the
|
|
907
|
+
* server as needed.
|
|
908
|
+
*
|
|
909
|
+
* @param request a request which can be sent to the service operation
|
|
910
|
+
*/
|
|
911
|
+
listAllResourcePrincipalConfigurations(request: requests.ListResourcePrincipalConfigurationsRequest): AsyncIterableIterator<model.ResourcePrincipalConfigurationSummary>;
|
|
912
|
+
/**
|
|
913
|
+
* NOTE: This function is deprecated in favor of listResourcePrincipalConfigurationsResponseIterator function.
|
|
914
|
+
* Creates a new async iterator which will iterate over the responses received from the listResourcePrincipalConfigurations operation. This iterator
|
|
915
|
+
* will fetch more data from the server as needed.
|
|
916
|
+
*
|
|
917
|
+
* @param request a request which can be sent to the service operation
|
|
918
|
+
*/
|
|
919
|
+
listAllResourcePrincipalConfigurationsResponses(request: requests.ListResourcePrincipalConfigurationsRequest): AsyncIterableIterator<responses.ListResourcePrincipalConfigurationsResponse>;
|
|
920
|
+
/**
|
|
921
|
+
* Creates a new async iterator which will iterate over the models.ResourcePrincipalConfigurationSummary objects
|
|
922
|
+
* contained in responses from the listResourcePrincipalConfigurations operation. This iterator will fetch more data from the
|
|
923
|
+
* server as needed.
|
|
924
|
+
*
|
|
925
|
+
* @param request a request which can be sent to the service operation
|
|
926
|
+
*/
|
|
927
|
+
listResourcePrincipalConfigurationsRecordIterator(request: requests.ListResourcePrincipalConfigurationsRequest): AsyncIterableIterator<model.ResourcePrincipalConfigurationSummary>;
|
|
928
|
+
/**
|
|
929
|
+
* Creates a new async iterator which will iterate over the responses received from the listResourcePrincipalConfigurations operation. This iterator
|
|
930
|
+
* will fetch more data from the server as needed.
|
|
931
|
+
*
|
|
932
|
+
* @param request a request which can be sent to the service operation
|
|
933
|
+
*/
|
|
934
|
+
listResourcePrincipalConfigurationsResponseIterator(request: requests.ListResourcePrincipalConfigurationsRequest): AsyncIterableIterator<responses.ListResourcePrincipalConfigurationsResponse>;
|
|
863
935
|
/**
|
|
864
936
|
* Returns a paginated list of errors for a work request identified by the given ID.
|
|
865
937
|
*
|
|
@@ -867,7 +939,7 @@ export declare class BdsClient {
|
|
|
867
939
|
* @param ListWorkRequestErrorsRequest
|
|
868
940
|
* @return ListWorkRequestErrorsResponse
|
|
869
941
|
* @throws OciError when an error occurs
|
|
870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
871
943
|
*/
|
|
872
944
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
873
945
|
/**
|
|
@@ -909,7 +981,7 @@ export declare class BdsClient {
|
|
|
909
981
|
* @param ListWorkRequestLogsRequest
|
|
910
982
|
* @return ListWorkRequestLogsResponse
|
|
911
983
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
913
985
|
*/
|
|
914
986
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
915
987
|
/**
|
|
@@ -951,7 +1023,7 @@ export declare class BdsClient {
|
|
|
951
1023
|
* @param ListWorkRequestsRequest
|
|
952
1024
|
* @return ListWorkRequestsResponse
|
|
953
1025
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
955
1027
|
*/
|
|
956
1028
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
957
1029
|
/**
|
|
@@ -993,7 +1065,7 @@ export declare class BdsClient {
|
|
|
993
1065
|
* @param RemoveAutoScalingConfigurationRequest
|
|
994
1066
|
* @return RemoveAutoScalingConfigurationResponse
|
|
995
1067
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
997
1069
|
*/
|
|
998
1070
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
999
1071
|
/**
|
|
@@ -1003,7 +1075,7 @@ export declare class BdsClient {
|
|
|
1003
1075
|
* @param RemoveCloudSqlRequest
|
|
1004
1076
|
* @return RemoveCloudSqlResponse
|
|
1005
1077
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
1007
1079
|
*/
|
|
1008
1080
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
1009
1081
|
/**
|
|
@@ -1013,7 +1085,7 @@ export declare class BdsClient {
|
|
|
1013
1085
|
* @param RemoveKafkaRequest
|
|
1014
1086
|
* @return RemoveKafkaResponse
|
|
1015
1087
|
* @throws OciError when an error occurs
|
|
1016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
1017
1089
|
*/
|
|
1018
1090
|
removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
|
|
1019
1091
|
/**
|
|
@@ -1023,7 +1095,7 @@ export declare class BdsClient {
|
|
|
1023
1095
|
* @param RemoveNodeRequest
|
|
1024
1096
|
* @return RemoveNodeResponse
|
|
1025
1097
|
* @throws OciError when an error occurs
|
|
1026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
1027
1099
|
*/
|
|
1028
1100
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
1029
1101
|
/**
|
|
@@ -1033,9 +1105,19 @@ export declare class BdsClient {
|
|
|
1033
1105
|
* @param RemoveNodeReplaceConfigurationRequest
|
|
1034
1106
|
* @return RemoveNodeReplaceConfigurationResponse
|
|
1035
1107
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveNodeReplaceConfiguration.ts.html |here} to see how to use RemoveNodeReplaceConfiguration API.
|
|
1037
1109
|
*/
|
|
1038
1110
|
removeNodeReplaceConfiguration(removeNodeReplaceConfigurationRequest: requests.RemoveNodeReplaceConfigurationRequest): Promise<responses.RemoveNodeReplaceConfigurationResponse>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Delete the resource principal configuration for the cluster.
|
|
1113
|
+
*
|
|
1114
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1115
|
+
* @param RemoveResourcePrincipalConfigurationRequest
|
|
1116
|
+
* @return RemoveResourcePrincipalConfigurationResponse
|
|
1117
|
+
* @throws OciError when an error occurs
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RemoveResourcePrincipalConfiguration.ts.html |here} to see how to use RemoveResourcePrincipalConfiguration API.
|
|
1119
|
+
*/
|
|
1120
|
+
removeResourcePrincipalConfiguration(removeResourcePrincipalConfigurationRequest: requests.RemoveResourcePrincipalConfigurationRequest): Promise<responses.RemoveResourcePrincipalConfigurationResponse>;
|
|
1039
1121
|
/**
|
|
1040
1122
|
* Renewing TLS/SSL for various ODH services running on the BDS cluster.
|
|
1041
1123
|
*
|
|
@@ -1043,7 +1125,7 @@ export declare class BdsClient {
|
|
|
1043
1125
|
* @param RenewCertificateRequest
|
|
1044
1126
|
* @return RenewCertificateResponse
|
|
1045
1127
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
|
|
1047
1129
|
*/
|
|
1048
1130
|
renewCertificate(renewCertificateRequest: requests.RenewCertificateRequest): Promise<responses.RenewCertificateResponse>;
|
|
1049
1131
|
/**
|
|
@@ -1053,7 +1135,7 @@ export declare class BdsClient {
|
|
|
1053
1135
|
* @param ReplaceNodeRequest
|
|
1054
1136
|
* @return ReplaceNodeResponse
|
|
1055
1137
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ReplaceNode.ts.html |here} to see how to use ReplaceNode API.
|
|
1057
1139
|
*/
|
|
1058
1140
|
replaceNode(replaceNodeRequest: requests.ReplaceNodeRequest): Promise<responses.ReplaceNodeResponse>;
|
|
1059
1141
|
/**
|
|
@@ -1063,7 +1145,7 @@ export declare class BdsClient {
|
|
|
1063
1145
|
* @param RestartNodeRequest
|
|
1064
1146
|
* @return RestartNodeResponse
|
|
1065
1147
|
* @throws OciError when an error occurs
|
|
1066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
1067
1149
|
*/
|
|
1068
1150
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
1069
1151
|
/**
|
|
@@ -1073,7 +1155,7 @@ export declare class BdsClient {
|
|
|
1073
1155
|
* @param StartBdsInstanceRequest
|
|
1074
1156
|
* @return StartBdsInstanceResponse
|
|
1075
1157
|
* @throws OciError when an error occurs
|
|
1076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
1077
1159
|
*/
|
|
1078
1160
|
startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
|
|
1079
1161
|
/**
|
|
@@ -1083,7 +1165,7 @@ export declare class BdsClient {
|
|
|
1083
1165
|
* @param StopBdsInstanceRequest
|
|
1084
1166
|
* @return StopBdsInstanceResponse
|
|
1085
1167
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
1087
1169
|
*/
|
|
1088
1170
|
stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
|
|
1089
1171
|
/**
|
|
@@ -1093,7 +1175,7 @@ export declare class BdsClient {
|
|
|
1093
1175
|
* @param TestBdsMetastoreConfigurationRequest
|
|
1094
1176
|
* @return TestBdsMetastoreConfigurationResponse
|
|
1095
1177
|
* @throws OciError when an error occurs
|
|
1096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
1097
1179
|
*/
|
|
1098
1180
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
1099
1181
|
/**
|
|
@@ -1102,7 +1184,7 @@ export declare class BdsClient {
|
|
|
1102
1184
|
* @param TestBdsObjectStorageConnectionRequest
|
|
1103
1185
|
* @return TestBdsObjectStorageConnectionResponse
|
|
1104
1186
|
* @throws OciError when an error occurs
|
|
1105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
1106
1188
|
*/
|
|
1107
1189
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
1108
1190
|
/**
|
|
@@ -1112,7 +1194,7 @@ export declare class BdsClient {
|
|
|
1112
1194
|
* @param UpdateAutoScalingConfigurationRequest
|
|
1113
1195
|
* @return UpdateAutoScalingConfigurationResponse
|
|
1114
1196
|
* @throws OciError when an error occurs
|
|
1115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
1116
1198
|
*/
|
|
1117
1199
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
1118
1200
|
/**
|
|
@@ -1121,7 +1203,7 @@ export declare class BdsClient {
|
|
|
1121
1203
|
* @param UpdateBdsInstanceRequest
|
|
1122
1204
|
* @return UpdateBdsInstanceResponse
|
|
1123
1205
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
1125
1207
|
*/
|
|
1126
1208
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
1127
1209
|
/**
|
|
@@ -1130,7 +1212,7 @@ export declare class BdsClient {
|
|
|
1130
1212
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
1131
1213
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
1132
1214
|
* @throws OciError when an error occurs
|
|
1133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
1134
1216
|
*/
|
|
1135
1217
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
1136
1218
|
/**
|
|
@@ -1140,7 +1222,7 @@ export declare class BdsClient {
|
|
|
1140
1222
|
* @param UpdateNodeBackupConfigurationRequest
|
|
1141
1223
|
* @return UpdateNodeBackupConfigurationResponse
|
|
1142
1224
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateNodeBackupConfiguration.ts.html |here} to see how to use UpdateNodeBackupConfiguration API.
|
|
1144
1226
|
*/
|
|
1145
1227
|
updateNodeBackupConfiguration(updateNodeBackupConfigurationRequest: requests.UpdateNodeBackupConfigurationRequest): Promise<responses.UpdateNodeBackupConfigurationResponse>;
|
|
1146
1228
|
/**
|
|
@@ -1150,8 +1232,18 @@ export declare class BdsClient {
|
|
|
1150
1232
|
* @param UpdateNodeReplaceConfigurationRequest
|
|
1151
1233
|
* @return UpdateNodeReplaceConfigurationResponse
|
|
1152
1234
|
* @throws OciError when an error occurs
|
|
1153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateNodeReplaceConfiguration.ts.html |here} to see how to use UpdateNodeReplaceConfiguration API.
|
|
1154
1236
|
*/
|
|
1155
1237
|
updateNodeReplaceConfiguration(updateNodeReplaceConfigurationRequest: requests.UpdateNodeReplaceConfigurationRequest): Promise<responses.UpdateNodeReplaceConfigurationResponse>;
|
|
1238
|
+
/**
|
|
1239
|
+
* Updates fields on resourcePrincipalConfiguration, including the name, the lifeSpanInHours of the token.
|
|
1240
|
+
*
|
|
1241
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1242
|
+
* @param UpdateResourcePrincipalConfigurationRequest
|
|
1243
|
+
* @return UpdateResourcePrincipalConfigurationResponse
|
|
1244
|
+
* @throws OciError when an error occurs
|
|
1245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateResourcePrincipalConfiguration.ts.html |here} to see how to use UpdateResourcePrincipalConfiguration API.
|
|
1246
|
+
*/
|
|
1247
|
+
updateResourcePrincipalConfiguration(updateResourcePrincipalConfigurationRequest: requests.UpdateResourcePrincipalConfigurationRequest): Promise<responses.UpdateResourcePrincipalConfigurationResponse>;
|
|
1156
1248
|
}
|
|
1157
1249
|
export {};
|