oci-bds 2.15.0 → 2.18.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/THIRD_PARTY_LICENSES.txt +467 -1412
- package/lib/client.d.ts +33 -33
- package/lib/client.js +33 -33
- 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-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/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-work-request-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-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/restart-node-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
|
@@ -76,7 +76,7 @@ export declare class BdsClient {
|
|
|
76
76
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
77
77
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
80
80
|
*/
|
|
81
81
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
82
82
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class BdsClient {
|
|
|
86
86
|
* @param AddAutoScalingConfigurationRequest
|
|
87
87
|
* @return AddAutoScalingConfigurationResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
90
90
|
*/
|
|
91
91
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class BdsClient {
|
|
|
96
96
|
* @param AddBlockStorageRequest
|
|
97
97
|
* @return AddBlockStorageResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
100
100
|
*/
|
|
101
101
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class BdsClient {
|
|
|
106
106
|
* @param AddCloudSqlRequest
|
|
107
107
|
* @return AddCloudSqlResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
110
110
|
*/
|
|
111
111
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class BdsClient {
|
|
|
116
116
|
* @param AddWorkerNodesRequest
|
|
117
117
|
* @return AddWorkerNodesResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
120
120
|
*/
|
|
121
121
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class BdsClient {
|
|
|
126
126
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
127
127
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
130
130
|
*/
|
|
131
131
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
132
132
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class BdsClient {
|
|
|
136
136
|
* @param ChangeShapeRequest
|
|
137
137
|
* @return ChangeShapeResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
140
140
|
*/
|
|
141
141
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
142
142
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class BdsClient {
|
|
|
146
146
|
* @param CreateBdsApiKeyRequest
|
|
147
147
|
* @return CreateBdsApiKeyResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
150
150
|
*/
|
|
151
151
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class BdsClient {
|
|
|
156
156
|
* @param CreateBdsInstanceRequest
|
|
157
157
|
* @return CreateBdsInstanceResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
160
160
|
*/
|
|
161
161
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class BdsClient {
|
|
|
166
166
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
167
167
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
170
170
|
*/
|
|
171
171
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class BdsClient {
|
|
|
175
175
|
* @param DeleteBdsApiKeyRequest
|
|
176
176
|
* @return DeleteBdsApiKeyResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
179
179
|
*/
|
|
180
180
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class BdsClient {
|
|
|
184
184
|
* @param DeleteBdsInstanceRequest
|
|
185
185
|
* @return DeleteBdsInstanceResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
188
188
|
*/
|
|
189
189
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
190
190
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class BdsClient {
|
|
|
193
193
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
194
194
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
197
197
|
*/
|
|
198
198
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
199
199
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class BdsClient {
|
|
|
203
203
|
* @param GetAutoScalingConfigurationRequest
|
|
204
204
|
* @return GetAutoScalingConfigurationResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
207
207
|
*/
|
|
208
208
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
209
209
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class BdsClient {
|
|
|
212
212
|
* @param GetBdsApiKeyRequest
|
|
213
213
|
* @return GetBdsApiKeyResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
216
216
|
*/
|
|
217
217
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
218
218
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class BdsClient {
|
|
|
221
221
|
* @param GetBdsInstanceRequest
|
|
222
222
|
* @return GetBdsInstanceResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
225
225
|
*/
|
|
226
226
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
227
227
|
/**
|
|
@@ -230,7 +230,7 @@ export declare class BdsClient {
|
|
|
230
230
|
* @param GetBdsMetastoreConfigurationRequest
|
|
231
231
|
* @return GetBdsMetastoreConfigurationResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
234
234
|
*/
|
|
235
235
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
236
236
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class BdsClient {
|
|
|
239
239
|
* @param GetWorkRequestRequest
|
|
240
240
|
* @return GetWorkRequestResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
243
243
|
*/
|
|
244
244
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
245
245
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class BdsClient {
|
|
|
249
249
|
* @param ListAutoScalingConfigurationsRequest
|
|
250
250
|
* @return ListAutoScalingConfigurationsResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
253
253
|
*/
|
|
254
254
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
255
255
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class BdsClient {
|
|
|
291
291
|
* @param ListBdsApiKeysRequest
|
|
292
292
|
* @return ListBdsApiKeysResponse
|
|
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.18.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
295
295
|
*/
|
|
296
296
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
297
297
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class BdsClient {
|
|
|
333
333
|
* @param ListBdsInstancesRequest
|
|
334
334
|
* @return ListBdsInstancesResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
337
337
|
*/
|
|
338
338
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
339
339
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class BdsClient {
|
|
|
375
375
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
376
376
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
379
379
|
*/
|
|
380
380
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
381
381
|
/**
|
|
@@ -417,7 +417,7 @@ export declare class BdsClient {
|
|
|
417
417
|
* @param ListWorkRequestErrorsRequest
|
|
418
418
|
* @return ListWorkRequestErrorsResponse
|
|
419
419
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
421
421
|
*/
|
|
422
422
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
423
423
|
/**
|
|
@@ -459,7 +459,7 @@ export declare class BdsClient {
|
|
|
459
459
|
* @param ListWorkRequestLogsRequest
|
|
460
460
|
* @return ListWorkRequestLogsResponse
|
|
461
461
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
463
463
|
*/
|
|
464
464
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
465
465
|
/**
|
|
@@ -501,7 +501,7 @@ export declare class BdsClient {
|
|
|
501
501
|
* @param ListWorkRequestsRequest
|
|
502
502
|
* @return ListWorkRequestsResponse
|
|
503
503
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
505
505
|
*/
|
|
506
506
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
507
507
|
/**
|
|
@@ -543,7 +543,7 @@ export declare class BdsClient {
|
|
|
543
543
|
* @param RemoveAutoScalingConfigurationRequest
|
|
544
544
|
* @return RemoveAutoScalingConfigurationResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
547
547
|
*/
|
|
548
548
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
549
549
|
/**
|
|
@@ -553,7 +553,7 @@ export declare class BdsClient {
|
|
|
553
553
|
* @param RemoveCloudSqlRequest
|
|
554
554
|
* @return RemoveCloudSqlResponse
|
|
555
555
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
557
557
|
*/
|
|
558
558
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
559
559
|
/**
|
|
@@ -563,7 +563,7 @@ export declare class BdsClient {
|
|
|
563
563
|
* @param RestartNodeRequest
|
|
564
564
|
* @return RestartNodeResponse
|
|
565
565
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
567
567
|
*/
|
|
568
568
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
569
569
|
/**
|
|
@@ -573,7 +573,7 @@ export declare class BdsClient {
|
|
|
573
573
|
* @param TestBdsMetastoreConfigurationRequest
|
|
574
574
|
* @return TestBdsMetastoreConfigurationResponse
|
|
575
575
|
* @throws OciError when an error occurs
|
|
576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
577
577
|
*/
|
|
578
578
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
579
579
|
/**
|
|
@@ -582,7 +582,7 @@ export declare class BdsClient {
|
|
|
582
582
|
* @param TestBdsObjectStorageConnectionRequest
|
|
583
583
|
* @return TestBdsObjectStorageConnectionResponse
|
|
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.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
586
586
|
*/
|
|
587
587
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
588
588
|
/**
|
|
@@ -592,7 +592,7 @@ export declare class BdsClient {
|
|
|
592
592
|
* @param UpdateAutoScalingConfigurationRequest
|
|
593
593
|
* @return UpdateAutoScalingConfigurationResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
596
596
|
*/
|
|
597
597
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
598
598
|
/**
|
|
@@ -601,7 +601,7 @@ export declare class BdsClient {
|
|
|
601
601
|
* @param UpdateBdsInstanceRequest
|
|
602
602
|
* @return UpdateBdsInstanceResponse
|
|
603
603
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
605
605
|
*/
|
|
606
606
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
607
607
|
/**
|
|
@@ -610,7 +610,7 @@ export declare class BdsClient {
|
|
|
610
610
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
611
611
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
612
612
|
* @throws OciError when an error occurs
|
|
613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
614
614
|
*/
|
|
615
615
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
616
616
|
}
|
package/lib/client.js
CHANGED
|
@@ -153,7 +153,7 @@ class BdsClient {
|
|
|
153
153
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
154
154
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
157
157
|
*/
|
|
158
158
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
|
|
159
159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -215,7 +215,7 @@ class BdsClient {
|
|
|
215
215
|
* @param AddAutoScalingConfigurationRequest
|
|
216
216
|
* @return AddAutoScalingConfigurationResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
219
219
|
*/
|
|
220
220
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -276,7 +276,7 @@ class BdsClient {
|
|
|
276
276
|
* @param AddBlockStorageRequest
|
|
277
277
|
* @return AddBlockStorageResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
280
280
|
*/
|
|
281
281
|
addBlockStorage(addBlockStorageRequest) {
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class BdsClient {
|
|
|
337
337
|
* @param AddCloudSqlRequest
|
|
338
338
|
* @return AddCloudSqlResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
341
341
|
*/
|
|
342
342
|
addCloudSql(addCloudSqlRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +398,7 @@ class BdsClient {
|
|
|
398
398
|
* @param AddWorkerNodesRequest
|
|
399
399
|
* @return AddWorkerNodesResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
402
402
|
*/
|
|
403
403
|
addWorkerNodes(addWorkerNodesRequest) {
|
|
404
404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -459,7 +459,7 @@ class BdsClient {
|
|
|
459
459
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
460
460
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
461
461
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
463
463
|
*/
|
|
464
464
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
|
|
465
465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -520,7 +520,7 @@ class BdsClient {
|
|
|
520
520
|
* @param ChangeShapeRequest
|
|
521
521
|
* @return ChangeShapeResponse
|
|
522
522
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
524
524
|
*/
|
|
525
525
|
changeShape(changeShapeRequest) {
|
|
526
526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -581,7 +581,7 @@ class BdsClient {
|
|
|
581
581
|
* @param CreateBdsApiKeyRequest
|
|
582
582
|
* @return CreateBdsApiKeyResponse
|
|
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.18.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
585
585
|
*/
|
|
586
586
|
createBdsApiKey(createBdsApiKeyRequest) {
|
|
587
587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -641,7 +641,7 @@ class BdsClient {
|
|
|
641
641
|
* @param CreateBdsInstanceRequest
|
|
642
642
|
* @return CreateBdsInstanceResponse
|
|
643
643
|
* @throws OciError when an error occurs
|
|
644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
645
645
|
*/
|
|
646
646
|
createBdsInstance(createBdsInstanceRequest) {
|
|
647
647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -699,7 +699,7 @@ class BdsClient {
|
|
|
699
699
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
700
700
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
701
701
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
703
703
|
*/
|
|
704
704
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
|
|
705
705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -758,7 +758,7 @@ class BdsClient {
|
|
|
758
758
|
* @param DeleteBdsApiKeyRequest
|
|
759
759
|
* @return DeleteBdsApiKeyResponse
|
|
760
760
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
762
762
|
*/
|
|
763
763
|
deleteBdsApiKey(deleteBdsApiKeyRequest) {
|
|
764
764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -817,7 +817,7 @@ class BdsClient {
|
|
|
817
817
|
* @param DeleteBdsInstanceRequest
|
|
818
818
|
* @return DeleteBdsInstanceResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
821
821
|
*/
|
|
822
822
|
deleteBdsInstance(deleteBdsInstanceRequest) {
|
|
823
823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -875,7 +875,7 @@ class BdsClient {
|
|
|
875
875
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
876
876
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
877
877
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
879
879
|
*/
|
|
880
880
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
|
|
881
881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -935,7 +935,7 @@ class BdsClient {
|
|
|
935
935
|
* @param GetAutoScalingConfigurationRequest
|
|
936
936
|
* @return GetAutoScalingConfigurationResponse
|
|
937
937
|
* @throws OciError when an error occurs
|
|
938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
939
939
|
*/
|
|
940
940
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
941
941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -997,7 +997,7 @@ class BdsClient {
|
|
|
997
997
|
* @param GetBdsApiKeyRequest
|
|
998
998
|
* @return GetBdsApiKeyResponse
|
|
999
999
|
* @throws OciError when an error occurs
|
|
1000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
1001
1001
|
*/
|
|
1002
1002
|
getBdsApiKey(getBdsApiKeyRequest) {
|
|
1003
1003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1059,7 @@ class BdsClient {
|
|
|
1059
1059
|
* @param GetBdsInstanceRequest
|
|
1060
1060
|
* @return GetBdsInstanceResponse
|
|
1061
1061
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
1063
1063
|
*/
|
|
1064
1064
|
getBdsInstance(getBdsInstanceRequest) {
|
|
1065
1065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1120,7 +1120,7 @@ class BdsClient {
|
|
|
1120
1120
|
* @param GetBdsMetastoreConfigurationRequest
|
|
1121
1121
|
* @return GetBdsMetastoreConfigurationResponse
|
|
1122
1122
|
* @throws OciError when an error occurs
|
|
1123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
1124
1124
|
*/
|
|
1125
1125
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
|
|
1126
1126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1182,7 +1182,7 @@ class BdsClient {
|
|
|
1182
1182
|
* @param GetWorkRequestRequest
|
|
1183
1183
|
* @return GetWorkRequestResponse
|
|
1184
1184
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1186
1186
|
*/
|
|
1187
1187
|
getWorkRequest(getWorkRequestRequest) {
|
|
1188
1188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1244,7 +1244,7 @@ class BdsClient {
|
|
|
1244
1244
|
* @param ListAutoScalingConfigurationsRequest
|
|
1245
1245
|
* @return ListAutoScalingConfigurationsResponse
|
|
1246
1246
|
* @throws OciError when an error occurs
|
|
1247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
1248
1248
|
*/
|
|
1249
1249
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
1250
1250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1354,7 @@ class BdsClient {
|
|
|
1354
1354
|
* @param ListBdsApiKeysRequest
|
|
1355
1355
|
* @return ListBdsApiKeysResponse
|
|
1356
1356
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
1358
1358
|
*/
|
|
1359
1359
|
listBdsApiKeys(listBdsApiKeysRequest) {
|
|
1360
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1464,7 +1464,7 @@ class BdsClient {
|
|
|
1464
1464
|
* @param ListBdsInstancesRequest
|
|
1465
1465
|
* @return ListBdsInstancesResponse
|
|
1466
1466
|
* @throws OciError when an error occurs
|
|
1467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
1468
1468
|
*/
|
|
1469
1469
|
listBdsInstances(listBdsInstancesRequest) {
|
|
1470
1470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1572,7 +1572,7 @@ class BdsClient {
|
|
|
1572
1572
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
1573
1573
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
1574
1574
|
* @throws OciError when an error occurs
|
|
1575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
1576
1576
|
*/
|
|
1577
1577
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
|
|
1578
1578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1684,7 +1684,7 @@ class BdsClient {
|
|
|
1684
1684
|
* @param ListWorkRequestErrorsRequest
|
|
1685
1685
|
* @return ListWorkRequestErrorsResponse
|
|
1686
1686
|
* @throws OciError when an error occurs
|
|
1687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1688
1688
|
*/
|
|
1689
1689
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1690
1690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1791,7 +1791,7 @@ class BdsClient {
|
|
|
1791
1791
|
* @param ListWorkRequestLogsRequest
|
|
1792
1792
|
* @return ListWorkRequestLogsResponse
|
|
1793
1793
|
* @throws OciError when an error occurs
|
|
1794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1795
1795
|
*/
|
|
1796
1796
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1797
1797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1898,7 +1898,7 @@ class BdsClient {
|
|
|
1898
1898
|
* @param ListWorkRequestsRequest
|
|
1899
1899
|
* @return ListWorkRequestsResponse
|
|
1900
1900
|
* @throws OciError when an error occurs
|
|
1901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1902
1902
|
*/
|
|
1903
1903
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1904
1904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2005,7 +2005,7 @@ class BdsClient {
|
|
|
2005
2005
|
* @param RemoveAutoScalingConfigurationRequest
|
|
2006
2006
|
* @return RemoveAutoScalingConfigurationResponse
|
|
2007
2007
|
* @throws OciError when an error occurs
|
|
2008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
2009
2009
|
*/
|
|
2010
2010
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
|
|
2011
2011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2067,7 +2067,7 @@ class BdsClient {
|
|
|
2067
2067
|
* @param RemoveCloudSqlRequest
|
|
2068
2068
|
* @return RemoveCloudSqlResponse
|
|
2069
2069
|
* @throws OciError when an error occurs
|
|
2070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
2071
2071
|
*/
|
|
2072
2072
|
removeCloudSql(removeCloudSqlRequest) {
|
|
2073
2073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2128,7 +2128,7 @@ class BdsClient {
|
|
|
2128
2128
|
* @param RestartNodeRequest
|
|
2129
2129
|
* @return RestartNodeResponse
|
|
2130
2130
|
* @throws OciError when an error occurs
|
|
2131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
2132
2132
|
*/
|
|
2133
2133
|
restartNode(restartNodeRequest) {
|
|
2134
2134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2189,7 +2189,7 @@ class BdsClient {
|
|
|
2189
2189
|
* @param TestBdsMetastoreConfigurationRequest
|
|
2190
2190
|
* @return TestBdsMetastoreConfigurationResponse
|
|
2191
2191
|
* @throws OciError when an error occurs
|
|
2192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
2193
2193
|
*/
|
|
2194
2194
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
|
|
2195
2195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2249,7 +2249,7 @@ class BdsClient {
|
|
|
2249
2249
|
* @param TestBdsObjectStorageConnectionRequest
|
|
2250
2250
|
* @return TestBdsObjectStorageConnectionResponse
|
|
2251
2251
|
* @throws OciError when an error occurs
|
|
2252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
2253
2253
|
*/
|
|
2254
2254
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
|
|
2255
2255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2309,7 +2309,7 @@ class BdsClient {
|
|
|
2309
2309
|
* @param UpdateAutoScalingConfigurationRequest
|
|
2310
2310
|
* @return UpdateAutoScalingConfigurationResponse
|
|
2311
2311
|
* @throws OciError when an error occurs
|
|
2312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
2313
2313
|
*/
|
|
2314
2314
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
2315
2315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2370,7 +2370,7 @@ class BdsClient {
|
|
|
2370
2370
|
* @param UpdateBdsInstanceRequest
|
|
2371
2371
|
* @return UpdateBdsInstanceResponse
|
|
2372
2372
|
* @throws OciError when an error occurs
|
|
2373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
2374
2374
|
*/
|
|
2375
2375
|
updateBdsInstance(updateBdsInstanceRequest) {
|
|
2376
2376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2429,7 +2429,7 @@ class BdsClient {
|
|
|
2429
2429
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
2430
2430
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
2431
2431
|
* @throws OciError when an error occurs
|
|
2432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
2433
2433
|
*/
|
|
2434
2434
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
|
|
2435
2435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddBlockStorageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|