oci-bds 2.38.0 → 2.40.1
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 +37 -37
- package/lib/client.js +37 -37
- package/lib/model/add-auto-scale-policy-details.js +5 -2
- package/lib/model/add-auto-scale-policy-details.js.map +1 -1
- package/lib/model/auto-scale-policy-details.js +5 -2
- package/lib/model/auto-scale-policy-details.js.map +1 -1
- package/lib/model/horizontal-scaling-schedule-details.js +5 -2
- package/lib/model/horizontal-scaling-schedule-details.js.map +1 -1
- package/lib/model/update-auto-scale-policy-details.js +5 -2
- package/lib/model/update-auto-scale-policy-details.js.map +1 -1
- package/lib/model/vertical-scaling-schedule-details.js +5 -2
- package/lib/model/vertical-scaling-schedule-details.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-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/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-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-node-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
|
@@ -78,7 +78,7 @@ export declare class BdsClient {
|
|
|
78
78
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
79
79
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
82
82
|
*/
|
|
83
83
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
84
84
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class BdsClient {
|
|
|
88
88
|
* @param AddAutoScalingConfigurationRequest
|
|
89
89
|
* @return AddAutoScalingConfigurationResponse
|
|
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.40.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
92
92
|
*/
|
|
93
93
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class BdsClient {
|
|
|
98
98
|
* @param AddBlockStorageRequest
|
|
99
99
|
* @return AddBlockStorageResponse
|
|
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.40.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
102
102
|
*/
|
|
103
103
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
104
104
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class BdsClient {
|
|
|
108
108
|
* @param AddCloudSqlRequest
|
|
109
109
|
* @return AddCloudSqlResponse
|
|
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.40.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
112
112
|
*/
|
|
113
113
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class BdsClient {
|
|
|
118
118
|
* @param AddWorkerNodesRequest
|
|
119
119
|
* @return AddWorkerNodesResponse
|
|
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.40.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
122
122
|
*/
|
|
123
123
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
124
124
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class BdsClient {
|
|
|
128
128
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
129
129
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
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.40.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
132
132
|
*/
|
|
133
133
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class BdsClient {
|
|
|
138
138
|
* @param ChangeShapeRequest
|
|
139
139
|
* @return ChangeShapeResponse
|
|
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.40.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
142
142
|
*/
|
|
143
143
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class BdsClient {
|
|
|
148
148
|
* @param CreateBdsApiKeyRequest
|
|
149
149
|
* @return CreateBdsApiKeyResponse
|
|
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.40.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
152
152
|
*/
|
|
153
153
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class BdsClient {
|
|
|
158
158
|
* @param CreateBdsInstanceRequest
|
|
159
159
|
* @return CreateBdsInstanceResponse
|
|
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.40.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
162
162
|
*/
|
|
163
163
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class BdsClient {
|
|
|
168
168
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
169
169
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
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.40.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
172
172
|
*/
|
|
173
173
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
174
174
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class BdsClient {
|
|
|
177
177
|
* @param DeleteBdsApiKeyRequest
|
|
178
178
|
* @return DeleteBdsApiKeyResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
181
181
|
*/
|
|
182
182
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class BdsClient {
|
|
|
186
186
|
* @param DeleteBdsInstanceRequest
|
|
187
187
|
* @return DeleteBdsInstanceResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
190
190
|
*/
|
|
191
191
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class BdsClient {
|
|
|
195
195
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
196
196
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
199
199
|
*/
|
|
200
200
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
201
201
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class BdsClient {
|
|
|
205
205
|
* @param GetAutoScalingConfigurationRequest
|
|
206
206
|
* @return GetAutoScalingConfigurationResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
209
209
|
*/
|
|
210
210
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
211
211
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class BdsClient {
|
|
|
214
214
|
* @param GetBdsApiKeyRequest
|
|
215
215
|
* @return GetBdsApiKeyResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
218
218
|
*/
|
|
219
219
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
220
220
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class BdsClient {
|
|
|
223
223
|
* @param GetBdsInstanceRequest
|
|
224
224
|
* @return GetBdsInstanceResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
227
227
|
*/
|
|
228
228
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
229
229
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class BdsClient {
|
|
|
232
232
|
* @param GetBdsMetastoreConfigurationRequest
|
|
233
233
|
* @return GetBdsMetastoreConfigurationResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
236
236
|
*/
|
|
237
237
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
238
238
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class BdsClient {
|
|
|
241
241
|
* @param GetWorkRequestRequest
|
|
242
242
|
* @return GetWorkRequestResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
245
245
|
*/
|
|
246
246
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
247
247
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class BdsClient {
|
|
|
251
251
|
* @param InstallPatchRequest
|
|
252
252
|
* @return InstallPatchResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
255
255
|
*/
|
|
256
256
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
257
257
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class BdsClient {
|
|
|
261
261
|
* @param ListAutoScalingConfigurationsRequest
|
|
262
262
|
* @return ListAutoScalingConfigurationsResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
265
265
|
*/
|
|
266
266
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
267
267
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class BdsClient {
|
|
|
303
303
|
* @param ListBdsApiKeysRequest
|
|
304
304
|
* @return ListBdsApiKeysResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
307
307
|
*/
|
|
308
308
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
309
309
|
/**
|
|
@@ -345,7 +345,7 @@ export declare class BdsClient {
|
|
|
345
345
|
* @param ListBdsInstancesRequest
|
|
346
346
|
* @return ListBdsInstancesResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
349
349
|
*/
|
|
350
350
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
351
351
|
/**
|
|
@@ -387,7 +387,7 @@ export declare class BdsClient {
|
|
|
387
387
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
388
388
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
391
391
|
*/
|
|
392
392
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
393
393
|
/**
|
|
@@ -429,7 +429,7 @@ export declare class BdsClient {
|
|
|
429
429
|
* @param ListPatchHistoriesRequest
|
|
430
430
|
* @return ListPatchHistoriesResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
433
433
|
*/
|
|
434
434
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
435
435
|
/**
|
|
@@ -471,7 +471,7 @@ export declare class BdsClient {
|
|
|
471
471
|
* @param ListPatchesRequest
|
|
472
472
|
* @return ListPatchesResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
475
475
|
*/
|
|
476
476
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
477
477
|
/**
|
|
@@ -513,7 +513,7 @@ export declare class BdsClient {
|
|
|
513
513
|
* @param ListWorkRequestErrorsRequest
|
|
514
514
|
* @return ListWorkRequestErrorsResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
517
517
|
*/
|
|
518
518
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
519
519
|
/**
|
|
@@ -555,7 +555,7 @@ export declare class BdsClient {
|
|
|
555
555
|
* @param ListWorkRequestLogsRequest
|
|
556
556
|
* @return ListWorkRequestLogsResponse
|
|
557
557
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
559
559
|
*/
|
|
560
560
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
561
561
|
/**
|
|
@@ -597,7 +597,7 @@ export declare class BdsClient {
|
|
|
597
597
|
* @param ListWorkRequestsRequest
|
|
598
598
|
* @return ListWorkRequestsResponse
|
|
599
599
|
* @throws OciError when an error occurs
|
|
600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
601
601
|
*/
|
|
602
602
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
603
603
|
/**
|
|
@@ -639,7 +639,7 @@ export declare class BdsClient {
|
|
|
639
639
|
* @param RemoveAutoScalingConfigurationRequest
|
|
640
640
|
* @return RemoveAutoScalingConfigurationResponse
|
|
641
641
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
643
643
|
*/
|
|
644
644
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
645
645
|
/**
|
|
@@ -649,7 +649,7 @@ export declare class BdsClient {
|
|
|
649
649
|
* @param RemoveCloudSqlRequest
|
|
650
650
|
* @return RemoveCloudSqlResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
653
653
|
*/
|
|
654
654
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
655
655
|
/**
|
|
@@ -659,7 +659,7 @@ export declare class BdsClient {
|
|
|
659
659
|
* @param RemoveNodeRequest
|
|
660
660
|
* @return RemoveNodeResponse
|
|
661
661
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
663
663
|
*/
|
|
664
664
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
665
665
|
/**
|
|
@@ -669,7 +669,7 @@ export declare class BdsClient {
|
|
|
669
669
|
* @param RestartNodeRequest
|
|
670
670
|
* @return RestartNodeResponse
|
|
671
671
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
673
673
|
*/
|
|
674
674
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
675
675
|
/**
|
|
@@ -679,7 +679,7 @@ export declare class BdsClient {
|
|
|
679
679
|
* @param TestBdsMetastoreConfigurationRequest
|
|
680
680
|
* @return TestBdsMetastoreConfigurationResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
683
683
|
*/
|
|
684
684
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
685
685
|
/**
|
|
@@ -688,7 +688,7 @@ export declare class BdsClient {
|
|
|
688
688
|
* @param TestBdsObjectStorageConnectionRequest
|
|
689
689
|
* @return TestBdsObjectStorageConnectionResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
692
692
|
*/
|
|
693
693
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
694
694
|
/**
|
|
@@ -698,7 +698,7 @@ export declare class BdsClient {
|
|
|
698
698
|
* @param UpdateAutoScalingConfigurationRequest
|
|
699
699
|
* @return UpdateAutoScalingConfigurationResponse
|
|
700
700
|
* @throws OciError when an error occurs
|
|
701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
702
702
|
*/
|
|
703
703
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
704
704
|
/**
|
|
@@ -707,7 +707,7 @@ export declare class BdsClient {
|
|
|
707
707
|
* @param UpdateBdsInstanceRequest
|
|
708
708
|
* @return UpdateBdsInstanceResponse
|
|
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.40.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
711
711
|
*/
|
|
712
712
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
713
713
|
/**
|
|
@@ -716,7 +716,7 @@ export declare class BdsClient {
|
|
|
716
716
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
717
717
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
718
718
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
720
720
|
*/
|
|
721
721
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
722
722
|
}
|