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