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