oci-bds 2.70.3 → 2.70.4
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/client.d.ts +47 -47
- package/lib/client.js +47 -47
- 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/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/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/execute-bootstrap-script-request.d.ts +1 -1
- 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-os-patch-details-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +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-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-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-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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class BdsClient {
|
|
|
89
89
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
90
90
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
93
93
|
*/
|
|
94
94
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
95
95
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class BdsClient {
|
|
|
99
99
|
* @param AddAutoScalingConfigurationRequest
|
|
100
100
|
* @return AddAutoScalingConfigurationResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
103
103
|
*/
|
|
104
104
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class BdsClient {
|
|
|
109
109
|
* @param AddBlockStorageRequest
|
|
110
110
|
* @return AddBlockStorageResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
113
113
|
*/
|
|
114
114
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class BdsClient {
|
|
|
119
119
|
* @param AddCloudSqlRequest
|
|
120
120
|
* @return AddCloudSqlResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
123
123
|
*/
|
|
124
124
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
125
125
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class BdsClient {
|
|
|
129
129
|
* @param AddKafkaRequest
|
|
130
130
|
* @return AddKafkaResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
133
133
|
*/
|
|
134
134
|
addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
|
|
135
135
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class BdsClient {
|
|
|
139
139
|
* @param AddMasterNodesRequest
|
|
140
140
|
* @return AddMasterNodesResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
143
143
|
*/
|
|
144
144
|
addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
|
|
145
145
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class BdsClient {
|
|
|
149
149
|
* @param AddUtilityNodesRequest
|
|
150
150
|
* @return AddUtilityNodesResponse
|
|
151
151
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
153
153
|
*/
|
|
154
154
|
addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
|
|
155
155
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class BdsClient {
|
|
|
159
159
|
* @param AddWorkerNodesRequest
|
|
160
160
|
* @return AddWorkerNodesResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
163
163
|
*/
|
|
164
164
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class BdsClient {
|
|
|
169
169
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
170
170
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
173
173
|
*/
|
|
174
174
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class BdsClient {
|
|
|
179
179
|
* @param ChangeShapeRequest
|
|
180
180
|
* @return ChangeShapeResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
183
183
|
*/
|
|
184
184
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class BdsClient {
|
|
|
189
189
|
* @param CreateBdsApiKeyRequest
|
|
190
190
|
* @return CreateBdsApiKeyResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
193
193
|
*/
|
|
194
194
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class BdsClient {
|
|
|
199
199
|
* @param CreateBdsInstanceRequest
|
|
200
200
|
* @return CreateBdsInstanceResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
203
203
|
*/
|
|
204
204
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class BdsClient {
|
|
|
209
209
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
210
210
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
213
213
|
*/
|
|
214
214
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
215
215
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class BdsClient {
|
|
|
218
218
|
* @param DeleteBdsApiKeyRequest
|
|
219
219
|
* @return DeleteBdsApiKeyResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
222
222
|
*/
|
|
223
223
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
224
224
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class BdsClient {
|
|
|
227
227
|
* @param DeleteBdsInstanceRequest
|
|
228
228
|
* @return DeleteBdsInstanceResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
231
231
|
*/
|
|
232
232
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
233
233
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class BdsClient {
|
|
|
236
236
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
237
237
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
240
240
|
*/
|
|
241
241
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class BdsClient {
|
|
|
246
246
|
* @param ExecuteBootstrapScriptRequest
|
|
247
247
|
* @return ExecuteBootstrapScriptResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
250
250
|
*/
|
|
251
251
|
executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class BdsClient {
|
|
|
256
256
|
* @param GetAutoScalingConfigurationRequest
|
|
257
257
|
* @return GetAutoScalingConfigurationResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
260
260
|
*/
|
|
261
261
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class BdsClient {
|
|
|
265
265
|
* @param GetBdsApiKeyRequest
|
|
266
266
|
* @return GetBdsApiKeyResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
269
269
|
*/
|
|
270
270
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class BdsClient {
|
|
|
274
274
|
* @param GetBdsInstanceRequest
|
|
275
275
|
* @return GetBdsInstanceResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
278
278
|
*/
|
|
279
279
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
280
280
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class BdsClient {
|
|
|
283
283
|
* @param GetBdsMetastoreConfigurationRequest
|
|
284
284
|
* @return GetBdsMetastoreConfigurationResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
287
287
|
*/
|
|
288
288
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
289
289
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class BdsClient {
|
|
|
292
292
|
* @param GetOsPatchDetailsRequest
|
|
293
293
|
* @return GetOsPatchDetailsResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
296
296
|
*/
|
|
297
297
|
getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
|
|
298
298
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class BdsClient {
|
|
|
301
301
|
* @param GetWorkRequestRequest
|
|
302
302
|
* @return GetWorkRequestResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
305
305
|
*/
|
|
306
306
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
307
307
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class BdsClient {
|
|
|
311
311
|
* @param InstallOsPatchRequest
|
|
312
312
|
* @return InstallOsPatchResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
315
315
|
*/
|
|
316
316
|
installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
|
|
317
317
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class BdsClient {
|
|
|
321
321
|
* @param InstallPatchRequest
|
|
322
322
|
* @return InstallPatchResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
325
325
|
*/
|
|
326
326
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
327
327
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class BdsClient {
|
|
|
331
331
|
* @param ListAutoScalingConfigurationsRequest
|
|
332
332
|
* @return ListAutoScalingConfigurationsResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
335
335
|
*/
|
|
336
336
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
337
337
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class BdsClient {
|
|
|
373
373
|
* @param ListBdsApiKeysRequest
|
|
374
374
|
* @return ListBdsApiKeysResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
377
377
|
*/
|
|
378
378
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
379
379
|
/**
|
|
@@ -415,7 +415,7 @@ export declare class BdsClient {
|
|
|
415
415
|
* @param ListBdsInstancesRequest
|
|
416
416
|
* @return ListBdsInstancesResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
419
419
|
*/
|
|
420
420
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
421
421
|
/**
|
|
@@ -457,7 +457,7 @@ export declare class BdsClient {
|
|
|
457
457
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
458
458
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
459
459
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
461
461
|
*/
|
|
462
462
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
463
463
|
/**
|
|
@@ -498,7 +498,7 @@ export declare class BdsClient {
|
|
|
498
498
|
* @param ListOsPatchesRequest
|
|
499
499
|
* @return ListOsPatchesResponse
|
|
500
500
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
502
502
|
*/
|
|
503
503
|
listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
|
|
504
504
|
/**
|
|
@@ -540,7 +540,7 @@ export declare class BdsClient {
|
|
|
540
540
|
* @param ListPatchHistoriesRequest
|
|
541
541
|
* @return ListPatchHistoriesResponse
|
|
542
542
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
544
544
|
*/
|
|
545
545
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
546
546
|
/**
|
|
@@ -582,7 +582,7 @@ export declare class BdsClient {
|
|
|
582
582
|
* @param ListPatchesRequest
|
|
583
583
|
* @return ListPatchesResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
586
586
|
*/
|
|
587
587
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
588
588
|
/**
|
|
@@ -624,7 +624,7 @@ export declare class BdsClient {
|
|
|
624
624
|
* @param ListWorkRequestErrorsRequest
|
|
625
625
|
* @return ListWorkRequestErrorsResponse
|
|
626
626
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
628
628
|
*/
|
|
629
629
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
630
630
|
/**
|
|
@@ -666,7 +666,7 @@ export declare class BdsClient {
|
|
|
666
666
|
* @param ListWorkRequestLogsRequest
|
|
667
667
|
* @return ListWorkRequestLogsResponse
|
|
668
668
|
* @throws OciError when an error occurs
|
|
669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
670
670
|
*/
|
|
671
671
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
672
672
|
/**
|
|
@@ -708,7 +708,7 @@ export declare class BdsClient {
|
|
|
708
708
|
* @param ListWorkRequestsRequest
|
|
709
709
|
* @return ListWorkRequestsResponse
|
|
710
710
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
712
712
|
*/
|
|
713
713
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
714
714
|
/**
|
|
@@ -750,7 +750,7 @@ export declare class BdsClient {
|
|
|
750
750
|
* @param RemoveAutoScalingConfigurationRequest
|
|
751
751
|
* @return RemoveAutoScalingConfigurationResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
754
754
|
*/
|
|
755
755
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
756
756
|
/**
|
|
@@ -760,7 +760,7 @@ export declare class BdsClient {
|
|
|
760
760
|
* @param RemoveCloudSqlRequest
|
|
761
761
|
* @return RemoveCloudSqlResponse
|
|
762
762
|
* @throws OciError when an error occurs
|
|
763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
764
764
|
*/
|
|
765
765
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
766
766
|
/**
|
|
@@ -770,7 +770,7 @@ export declare class BdsClient {
|
|
|
770
770
|
* @param RemoveKafkaRequest
|
|
771
771
|
* @return RemoveKafkaResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
774
774
|
*/
|
|
775
775
|
removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
|
|
776
776
|
/**
|
|
@@ -780,7 +780,7 @@ export declare class BdsClient {
|
|
|
780
780
|
* @param RemoveNodeRequest
|
|
781
781
|
* @return RemoveNodeResponse
|
|
782
782
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
784
784
|
*/
|
|
785
785
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
786
786
|
/**
|
|
@@ -790,7 +790,7 @@ export declare class BdsClient {
|
|
|
790
790
|
* @param RestartNodeRequest
|
|
791
791
|
* @return RestartNodeResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
794
794
|
*/
|
|
795
795
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
796
796
|
/**
|
|
@@ -800,7 +800,7 @@ export declare class BdsClient {
|
|
|
800
800
|
* @param StartBdsInstanceRequest
|
|
801
801
|
* @return StartBdsInstanceResponse
|
|
802
802
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
804
804
|
*/
|
|
805
805
|
startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
|
|
806
806
|
/**
|
|
@@ -810,7 +810,7 @@ export declare class BdsClient {
|
|
|
810
810
|
* @param StopBdsInstanceRequest
|
|
811
811
|
* @return StopBdsInstanceResponse
|
|
812
812
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
814
814
|
*/
|
|
815
815
|
stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
|
|
816
816
|
/**
|
|
@@ -820,7 +820,7 @@ export declare class BdsClient {
|
|
|
820
820
|
* @param TestBdsMetastoreConfigurationRequest
|
|
821
821
|
* @return TestBdsMetastoreConfigurationResponse
|
|
822
822
|
* @throws OciError when an error occurs
|
|
823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
824
824
|
*/
|
|
825
825
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
826
826
|
/**
|
|
@@ -829,7 +829,7 @@ export declare class BdsClient {
|
|
|
829
829
|
* @param TestBdsObjectStorageConnectionRequest
|
|
830
830
|
* @return TestBdsObjectStorageConnectionResponse
|
|
831
831
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
833
833
|
*/
|
|
834
834
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
835
835
|
/**
|
|
@@ -839,7 +839,7 @@ export declare class BdsClient {
|
|
|
839
839
|
* @param UpdateAutoScalingConfigurationRequest
|
|
840
840
|
* @return UpdateAutoScalingConfigurationResponse
|
|
841
841
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
843
843
|
*/
|
|
844
844
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
845
845
|
/**
|
|
@@ -848,7 +848,7 @@ export declare class BdsClient {
|
|
|
848
848
|
* @param UpdateBdsInstanceRequest
|
|
849
849
|
* @return UpdateBdsInstanceResponse
|
|
850
850
|
* @throws OciError when an error occurs
|
|
851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
852
852
|
*/
|
|
853
853
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
854
854
|
/**
|
|
@@ -857,7 +857,7 @@ export declare class BdsClient {
|
|
|
857
857
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
858
858
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
859
859
|
* @throws OciError when an error occurs
|
|
860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
861
861
|
*/
|
|
862
862
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
863
863
|
}
|