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