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