oci-bds 2.64.0 → 2.65.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 +122 -42
- package/lib/client.js +415 -43
- package/lib/client.js.map +1 -1
- package/lib/model/add-master-nodes-details.d.ts +41 -0
- package/lib/model/add-master-nodes-details.js +58 -0
- package/lib/model/add-master-nodes-details.js.map +1 -0
- package/lib/model/add-utility-nodes-details.d.ts +41 -0
- package/lib/model/add-utility-nodes-details.js +58 -0
- package/lib/model/add-utility-nodes-details.js.map +1 -0
- package/lib/model/bds-instance-summary.d.ts +4 -0
- package/lib/model/bds-instance-summary.js.map +1 -1
- package/lib/model/bds-instance.d.ts +4 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/index.d.ts +12 -0
- package/lib/model/index.js +14 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +30 -0
- package/lib/model/install-os-patch-details.js +30 -0
- package/lib/model/install-os-patch-details.js.map +1 -0
- package/lib/model/node.d.ts +4 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +4 -0
- package/lib/model/operation-types.js +4 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/os-patch-details.d.ts +64 -0
- package/lib/model/os-patch-details.js +73 -0
- package/lib/model/os-patch-details.js.map +1 -0
- package/lib/model/os-patch-package-summary.d.ts +48 -0
- package/lib/model/os-patch-package-summary.js +41 -0
- package/lib/model/os-patch-package-summary.js.map +1 -0
- package/lib/model/os-patch-summary.d.ts +30 -0
- package/lib/model/os-patch-summary.js +30 -0
- package/lib/model/os-patch-summary.js.map +1 -0
- package/lib/model/patch-history-summary.d.ts +17 -0
- package/lib/model/patch-history-summary.js +10 -0
- package/lib/model/patch-history-summary.js.map +1 -1
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-kafka-request.d.ts +1 -1
- package/lib/request/add-master-nodes-request.d.ts +49 -0
- package/lib/request/add-master-nodes-request.js +15 -0
- package/lib/request/add-master-nodes-request.js.map +1 -0
- package/lib/request/add-utility-nodes-request.d.ts +49 -0
- package/lib/request/add-utility-nodes-request.js +15 -0
- package/lib/request/add-utility-nodes-request.js.map +1 -0
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-os-patch-details-request.d.ts +48 -0
- package/lib/request/get-os-patch-details-request.js +15 -0
- package/lib/request/get-os-patch-details-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-os-patch-request.d.ts +49 -0
- package/lib/request/install-os-patch-request.js +15 -0
- package/lib/request/install-os-patch-request.js.map +1 -0
- package/lib/request/install-patch-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-os-patches-request.d.ts +68 -0
- package/lib/request/list-os-patches-request.js +24 -0
- package/lib/request/list-os-patches-request.js.map +1 -0
- package/lib/request/list-patch-histories-request.d.ts +5 -1
- package/lib/request/list-patch-histories-request.js.map +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-kafka-request.d.ts +1 -1
- package/lib/request/remove-node-request.d.ts +1 -1
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/start-bds-instance-request.d.ts +1 -1
- package/lib/request/stop-bds-instance-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/response/add-master-nodes-response.d.ts +25 -0
- package/lib/response/add-master-nodes-response.js +15 -0
- package/lib/response/add-master-nodes-response.js.map +1 -0
- package/lib/response/add-utility-nodes-response.d.ts +25 -0
- package/lib/response/add-utility-nodes-response.js +15 -0
- package/lib/response/add-utility-nodes-response.js.map +1 -0
- package/lib/response/get-os-patch-details-response.d.ts +30 -0
- package/lib/response/get-os-patch-details-response.js +15 -0
- package/lib/response/get-os-patch-details-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/install-os-patch-response.d.ts +25 -0
- package/lib/response/install-os-patch-response.js +15 -0
- package/lib/response/install-os-patch-response.js.map +1 -0
- package/lib/response/list-os-patches-response.d.ts +37 -0
- package/lib/response/list-os-patches-response.js +15 -0
- package/lib/response/list-os-patches-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export declare class BdsClient {
|
|
|
88
88
|
* @param ActivateBdsMetastoreConfigurationRequest
|
|
89
89
|
* @return ActivateBdsMetastoreConfigurationResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
|
|
92
92
|
*/
|
|
93
93
|
activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class BdsClient {
|
|
|
98
98
|
* @param AddAutoScalingConfigurationRequest
|
|
99
99
|
* @return AddAutoScalingConfigurationResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
|
|
102
102
|
*/
|
|
103
103
|
addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
|
|
104
104
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class BdsClient {
|
|
|
108
108
|
* @param AddBlockStorageRequest
|
|
109
109
|
* @return AddBlockStorageResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
|
|
112
112
|
*/
|
|
113
113
|
addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class BdsClient {
|
|
|
118
118
|
* @param AddCloudSqlRequest
|
|
119
119
|
* @return AddCloudSqlResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
|
|
122
122
|
*/
|
|
123
123
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
124
124
|
/**
|
|
@@ -128,9 +128,29 @@ export declare class BdsClient {
|
|
|
128
128
|
* @param AddKafkaRequest
|
|
129
129
|
* @return AddKafkaResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
|
|
132
132
|
*/
|
|
133
133
|
addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* Increases the size (scales out) of a cluster by adding master nodes. The added master nodes will have the same shape and will have the same amount of attached block storage as other master nodes in the cluster.
|
|
136
|
+
*
|
|
137
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
138
|
+
* @param AddMasterNodesRequest
|
|
139
|
+
* @return AddMasterNodesResponse
|
|
140
|
+
* @throws OciError when an error occurs
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
|
|
142
|
+
*/
|
|
143
|
+
addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
|
|
144
|
+
/**
|
|
145
|
+
* Increases the size (scales out) of a cluster by adding utility nodes. The added utility nodes will have the same shape and will have the same amount of attached block storage as other utility nodes in the cluster.
|
|
146
|
+
*
|
|
147
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
148
|
+
* @param AddUtilityNodesRequest
|
|
149
|
+
* @return AddUtilityNodesResponse
|
|
150
|
+
* @throws OciError when an error occurs
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
|
|
152
|
+
*/
|
|
153
|
+
addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
|
|
134
154
|
/**
|
|
135
155
|
* Increases the size (scales out) a cluster by adding worker nodes(data/compute). The added worker nodes will have the same shape and will have the same amount of attached block storage as other worker nodes in the cluster.
|
|
136
156
|
*
|
|
@@ -138,7 +158,7 @@ export declare class BdsClient {
|
|
|
138
158
|
* @param AddWorkerNodesRequest
|
|
139
159
|
* @return AddWorkerNodesResponse
|
|
140
160
|
* @throws OciError when an error occurs
|
|
141
|
-
* @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.65.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
|
|
142
162
|
*/
|
|
143
163
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
144
164
|
/**
|
|
@@ -148,7 +168,7 @@ export declare class BdsClient {
|
|
|
148
168
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
149
169
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
150
170
|
* @throws OciError when an error occurs
|
|
151
|
-
* @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.65.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
|
|
152
172
|
*/
|
|
153
173
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
154
174
|
/**
|
|
@@ -158,7 +178,7 @@ export declare class BdsClient {
|
|
|
158
178
|
* @param ChangeShapeRequest
|
|
159
179
|
* @return ChangeShapeResponse
|
|
160
180
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
|
|
162
182
|
*/
|
|
163
183
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
164
184
|
/**
|
|
@@ -168,7 +188,7 @@ export declare class BdsClient {
|
|
|
168
188
|
* @param CreateBdsApiKeyRequest
|
|
169
189
|
* @return CreateBdsApiKeyResponse
|
|
170
190
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
|
|
172
192
|
*/
|
|
173
193
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
174
194
|
/**
|
|
@@ -178,7 +198,7 @@ export declare class BdsClient {
|
|
|
178
198
|
* @param CreateBdsInstanceRequest
|
|
179
199
|
* @return CreateBdsInstanceResponse
|
|
180
200
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
|
|
182
202
|
*/
|
|
183
203
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
184
204
|
/**
|
|
@@ -188,7 +208,7 @@ export declare class BdsClient {
|
|
|
188
208
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
189
209
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
190
210
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
|
|
192
212
|
*/
|
|
193
213
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
194
214
|
/**
|
|
@@ -197,7 +217,7 @@ export declare class BdsClient {
|
|
|
197
217
|
* @param DeleteBdsApiKeyRequest
|
|
198
218
|
* @return DeleteBdsApiKeyResponse
|
|
199
219
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
|
|
201
221
|
*/
|
|
202
222
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
203
223
|
/**
|
|
@@ -206,7 +226,7 @@ export declare class BdsClient {
|
|
|
206
226
|
* @param DeleteBdsInstanceRequest
|
|
207
227
|
* @return DeleteBdsInstanceResponse
|
|
208
228
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
|
|
210
230
|
*/
|
|
211
231
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
212
232
|
/**
|
|
@@ -215,7 +235,7 @@ export declare class BdsClient {
|
|
|
215
235
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
216
236
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
217
237
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
|
|
219
239
|
*/
|
|
220
240
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
221
241
|
/**
|
|
@@ -225,7 +245,7 @@ export declare class BdsClient {
|
|
|
225
245
|
* @param ExecuteBootstrapScriptRequest
|
|
226
246
|
* @return ExecuteBootstrapScriptResponse
|
|
227
247
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
|
|
229
249
|
*/
|
|
230
250
|
executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
|
|
231
251
|
/**
|
|
@@ -235,7 +255,7 @@ export declare class BdsClient {
|
|
|
235
255
|
* @param GetAutoScalingConfigurationRequest
|
|
236
256
|
* @return GetAutoScalingConfigurationResponse
|
|
237
257
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
239
259
|
*/
|
|
240
260
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
241
261
|
/**
|
|
@@ -244,7 +264,7 @@ export declare class BdsClient {
|
|
|
244
264
|
* @param GetBdsApiKeyRequest
|
|
245
265
|
* @return GetBdsApiKeyResponse
|
|
246
266
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
|
|
248
268
|
*/
|
|
249
269
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
250
270
|
/**
|
|
@@ -253,7 +273,7 @@ export declare class BdsClient {
|
|
|
253
273
|
* @param GetBdsInstanceRequest
|
|
254
274
|
* @return GetBdsInstanceResponse
|
|
255
275
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
|
|
257
277
|
*/
|
|
258
278
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
259
279
|
/**
|
|
@@ -262,18 +282,37 @@ export declare class BdsClient {
|
|
|
262
282
|
* @param GetBdsMetastoreConfigurationRequest
|
|
263
283
|
* @return GetBdsMetastoreConfigurationResponse
|
|
264
284
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
|
|
266
286
|
*/
|
|
267
287
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
288
|
+
/**
|
|
289
|
+
* Get the details of an os patch
|
|
290
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
291
|
+
* @param GetOsPatchDetailsRequest
|
|
292
|
+
* @return GetOsPatchDetailsResponse
|
|
293
|
+
* @throws OciError when an error occurs
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
|
|
295
|
+
*/
|
|
296
|
+
getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
|
|
268
297
|
/**
|
|
269
298
|
* Returns the status of the work request identified by the given ID.
|
|
270
299
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
271
300
|
* @param GetWorkRequestRequest
|
|
272
301
|
* @return GetWorkRequestResponse
|
|
273
302
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
275
304
|
*/
|
|
276
305
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
306
|
+
/**
|
|
307
|
+
* Install an os patch on a cluster
|
|
308
|
+
*
|
|
309
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
310
|
+
* @param InstallOsPatchRequest
|
|
311
|
+
* @return InstallOsPatchResponse
|
|
312
|
+
* @throws OciError when an error occurs
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
|
|
314
|
+
*/
|
|
315
|
+
installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
|
|
277
316
|
/**
|
|
278
317
|
* Install the specified patch to this cluster.
|
|
279
318
|
*
|
|
@@ -281,7 +320,7 @@ export declare class BdsClient {
|
|
|
281
320
|
* @param InstallPatchRequest
|
|
282
321
|
* @return InstallPatchResponse
|
|
283
322
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
|
|
285
324
|
*/
|
|
286
325
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
287
326
|
/**
|
|
@@ -291,7 +330,7 @@ export declare class BdsClient {
|
|
|
291
330
|
* @param ListAutoScalingConfigurationsRequest
|
|
292
331
|
* @return ListAutoScalingConfigurationsResponse
|
|
293
332
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
295
334
|
*/
|
|
296
335
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
297
336
|
/**
|
|
@@ -333,7 +372,7 @@ export declare class BdsClient {
|
|
|
333
372
|
* @param ListBdsApiKeysRequest
|
|
334
373
|
* @return ListBdsApiKeysResponse
|
|
335
374
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
|
|
337
376
|
*/
|
|
338
377
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
339
378
|
/**
|
|
@@ -375,7 +414,7 @@ export declare class BdsClient {
|
|
|
375
414
|
* @param ListBdsInstancesRequest
|
|
376
415
|
* @return ListBdsInstancesResponse
|
|
377
416
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
|
|
379
418
|
*/
|
|
380
419
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
381
420
|
/**
|
|
@@ -417,7 +456,7 @@ export declare class BdsClient {
|
|
|
417
456
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
418
457
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
419
458
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
|
|
421
460
|
*/
|
|
422
461
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
423
462
|
/**
|
|
@@ -452,6 +491,47 @@ export declare class BdsClient {
|
|
|
452
491
|
* @param request a request which can be sent to the service operation
|
|
453
492
|
*/
|
|
454
493
|
listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
494
|
+
/**
|
|
495
|
+
* List all available os patches for a given cluster
|
|
496
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
497
|
+
* @param ListOsPatchesRequest
|
|
498
|
+
* @return ListOsPatchesResponse
|
|
499
|
+
* @throws OciError when an error occurs
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
|
|
501
|
+
*/
|
|
502
|
+
listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
|
|
503
|
+
/**
|
|
504
|
+
* NOTE: This function is deprecated in favor of listOsPatchesRecordIterator function.
|
|
505
|
+
* Creates a new async iterator which will iterate over the models.OsPatchSummary objects
|
|
506
|
+
* contained in responses from the listOsPatches operation. This iterator will fetch more data from the
|
|
507
|
+
* server as needed.
|
|
508
|
+
*
|
|
509
|
+
* @param request a request which can be sent to the service operation
|
|
510
|
+
*/
|
|
511
|
+
listAllOsPatches(request: requests.ListOsPatchesRequest): AsyncIterableIterator<model.OsPatchSummary>;
|
|
512
|
+
/**
|
|
513
|
+
* NOTE: This function is deprecated in favor of listOsPatchesResponseIterator function.
|
|
514
|
+
* Creates a new async iterator which will iterate over the responses received from the listOsPatches operation. This iterator
|
|
515
|
+
* will fetch more data from the server as needed.
|
|
516
|
+
*
|
|
517
|
+
* @param request a request which can be sent to the service operation
|
|
518
|
+
*/
|
|
519
|
+
listAllOsPatchesResponses(request: requests.ListOsPatchesRequest): AsyncIterableIterator<responses.ListOsPatchesResponse>;
|
|
520
|
+
/**
|
|
521
|
+
* Creates a new async iterator which will iterate over the models.OsPatchSummary objects
|
|
522
|
+
* contained in responses from the listOsPatches operation. This iterator will fetch more data from the
|
|
523
|
+
* server as needed.
|
|
524
|
+
*
|
|
525
|
+
* @param request a request which can be sent to the service operation
|
|
526
|
+
*/
|
|
527
|
+
listOsPatchesRecordIterator(request: requests.ListOsPatchesRequest): AsyncIterableIterator<model.OsPatchSummary>;
|
|
528
|
+
/**
|
|
529
|
+
* Creates a new async iterator which will iterate over the responses received from the listOsPatches operation. This iterator
|
|
530
|
+
* will fetch more data from the server as needed.
|
|
531
|
+
*
|
|
532
|
+
* @param request a request which can be sent to the service operation
|
|
533
|
+
*/
|
|
534
|
+
listOsPatchesResponseIterator(request: requests.ListOsPatchesRequest): AsyncIterableIterator<responses.ListOsPatchesResponse>;
|
|
455
535
|
/**
|
|
456
536
|
* List the patch history of this cluster.
|
|
457
537
|
*
|
|
@@ -459,7 +539,7 @@ export declare class BdsClient {
|
|
|
459
539
|
* @param ListPatchHistoriesRequest
|
|
460
540
|
* @return ListPatchHistoriesResponse
|
|
461
541
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
|
|
463
543
|
*/
|
|
464
544
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
465
545
|
/**
|
|
@@ -501,7 +581,7 @@ export declare class BdsClient {
|
|
|
501
581
|
* @param ListPatchesRequest
|
|
502
582
|
* @return ListPatchesResponse
|
|
503
583
|
* @throws OciError when an error occurs
|
|
504
|
-
* @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.65.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
505
585
|
*/
|
|
506
586
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
507
587
|
/**
|
|
@@ -543,7 +623,7 @@ export declare class BdsClient {
|
|
|
543
623
|
* @param ListWorkRequestErrorsRequest
|
|
544
624
|
* @return ListWorkRequestErrorsResponse
|
|
545
625
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
547
627
|
*/
|
|
548
628
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
549
629
|
/**
|
|
@@ -585,7 +665,7 @@ export declare class BdsClient {
|
|
|
585
665
|
* @param ListWorkRequestLogsRequest
|
|
586
666
|
* @return ListWorkRequestLogsResponse
|
|
587
667
|
* @throws OciError when an error occurs
|
|
588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
589
669
|
*/
|
|
590
670
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
591
671
|
/**
|
|
@@ -627,7 +707,7 @@ export declare class BdsClient {
|
|
|
627
707
|
* @param ListWorkRequestsRequest
|
|
628
708
|
* @return ListWorkRequestsResponse
|
|
629
709
|
* @throws OciError when an error occurs
|
|
630
|
-
* @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.65.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
631
711
|
*/
|
|
632
712
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
633
713
|
/**
|
|
@@ -669,7 +749,7 @@ export declare class BdsClient {
|
|
|
669
749
|
* @param RemoveAutoScalingConfigurationRequest
|
|
670
750
|
* @return RemoveAutoScalingConfigurationResponse
|
|
671
751
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
|
|
673
753
|
*/
|
|
674
754
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
675
755
|
/**
|
|
@@ -679,7 +759,7 @@ export declare class BdsClient {
|
|
|
679
759
|
* @param RemoveCloudSqlRequest
|
|
680
760
|
* @return RemoveCloudSqlResponse
|
|
681
761
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
|
|
683
763
|
*/
|
|
684
764
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
685
765
|
/**
|
|
@@ -689,7 +769,7 @@ export declare class BdsClient {
|
|
|
689
769
|
* @param RemoveKafkaRequest
|
|
690
770
|
* @return RemoveKafkaResponse
|
|
691
771
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
|
|
693
773
|
*/
|
|
694
774
|
removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
|
|
695
775
|
/**
|
|
@@ -699,7 +779,7 @@ export declare class BdsClient {
|
|
|
699
779
|
* @param RemoveNodeRequest
|
|
700
780
|
* @return RemoveNodeResponse
|
|
701
781
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
|
|
703
783
|
*/
|
|
704
784
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
705
785
|
/**
|
|
@@ -709,7 +789,7 @@ export declare class BdsClient {
|
|
|
709
789
|
* @param RestartNodeRequest
|
|
710
790
|
* @return RestartNodeResponse
|
|
711
791
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
|
|
713
793
|
*/
|
|
714
794
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
715
795
|
/**
|
|
@@ -719,7 +799,7 @@ export declare class BdsClient {
|
|
|
719
799
|
* @param StartBdsInstanceRequest
|
|
720
800
|
* @return StartBdsInstanceResponse
|
|
721
801
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
|
|
723
803
|
*/
|
|
724
804
|
startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
|
|
725
805
|
/**
|
|
@@ -729,7 +809,7 @@ export declare class BdsClient {
|
|
|
729
809
|
* @param StopBdsInstanceRequest
|
|
730
810
|
* @return StopBdsInstanceResponse
|
|
731
811
|
* @throws OciError when an error occurs
|
|
732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
|
|
733
813
|
*/
|
|
734
814
|
stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
|
|
735
815
|
/**
|
|
@@ -739,7 +819,7 @@ export declare class BdsClient {
|
|
|
739
819
|
* @param TestBdsMetastoreConfigurationRequest
|
|
740
820
|
* @return TestBdsMetastoreConfigurationResponse
|
|
741
821
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
|
|
743
823
|
*/
|
|
744
824
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
745
825
|
/**
|
|
@@ -748,7 +828,7 @@ export declare class BdsClient {
|
|
|
748
828
|
* @param TestBdsObjectStorageConnectionRequest
|
|
749
829
|
* @return TestBdsObjectStorageConnectionResponse
|
|
750
830
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
|
|
752
832
|
*/
|
|
753
833
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
754
834
|
/**
|
|
@@ -758,7 +838,7 @@ export declare class BdsClient {
|
|
|
758
838
|
* @param UpdateAutoScalingConfigurationRequest
|
|
759
839
|
* @return UpdateAutoScalingConfigurationResponse
|
|
760
840
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
762
842
|
*/
|
|
763
843
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
764
844
|
/**
|
|
@@ -767,7 +847,7 @@ export declare class BdsClient {
|
|
|
767
847
|
* @param UpdateBdsInstanceRequest
|
|
768
848
|
* @return UpdateBdsInstanceResponse
|
|
769
849
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
|
|
771
851
|
*/
|
|
772
852
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
773
853
|
/**
|
|
@@ -776,7 +856,7 @@ export declare class BdsClient {
|
|
|
776
856
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
777
857
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
778
858
|
* @throws OciError when an error occurs
|
|
779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
|
|
780
860
|
*/
|
|
781
861
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
782
862
|
}
|