oci-bds 2.12.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/lib/client.d.ts +33 -33
  2. package/lib/client.js +33 -33
  3. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  4. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  5. package/lib/request/add-block-storage-request.d.ts +1 -1
  6. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  7. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  8. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  9. package/lib/request/change-shape-request.d.ts +1 -1
  10. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  11. package/lib/request/create-bds-instance-request.d.ts +1 -1
  12. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  13. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  14. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  15. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  16. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  17. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  18. package/lib/request/get-bds-instance-request.d.ts +1 -1
  19. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  20. package/lib/request/get-work-request-request.d.ts +1 -1
  21. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  22. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  23. package/lib/request/list-bds-instances-request.d.ts +1 -1
  24. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  25. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  26. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  27. package/lib/request/list-work-requests-request.d.ts +1 -1
  28. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  29. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  30. package/lib/request/restart-node-request.d.ts +1 -1
  31. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  32. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  33. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  34. package/lib/request/update-bds-instance-request.d.ts +1 -1
  35. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -75,7 +75,7 @@ export declare class BdsClient {
75
75
  * @param ActivateBdsMetastoreConfigurationRequest
76
76
  * @return ActivateBdsMetastoreConfigurationResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
79
79
  */
80
80
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class BdsClient {
85
85
  * @param AddAutoScalingConfigurationRequest
86
86
  * @return AddAutoScalingConfigurationResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
89
89
  */
90
90
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
91
91
  /**
@@ -95,7 +95,7 @@ export declare class BdsClient {
95
95
  * @param AddBlockStorageRequest
96
96
  * @return AddBlockStorageResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
99
99
  */
100
100
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class BdsClient {
105
105
  * @param AddCloudSqlRequest
106
106
  * @return AddCloudSqlResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
109
109
  */
110
110
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class BdsClient {
115
115
  * @param AddWorkerNodesRequest
116
116
  * @return AddWorkerNodesResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
119
119
  */
120
120
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
121
121
  /**
@@ -125,7 +125,7 @@ export declare class BdsClient {
125
125
  * @param ChangeBdsInstanceCompartmentRequest
126
126
  * @return ChangeBdsInstanceCompartmentResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
129
129
  */
130
130
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
131
131
  /**
@@ -135,7 +135,7 @@ export declare class BdsClient {
135
135
  * @param ChangeShapeRequest
136
136
  * @return ChangeShapeResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
139
139
  */
140
140
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
141
141
  /**
@@ -145,7 +145,7 @@ export declare class BdsClient {
145
145
  * @param CreateBdsApiKeyRequest
146
146
  * @return CreateBdsApiKeyResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
149
149
  */
150
150
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class BdsClient {
155
155
  * @param CreateBdsInstanceRequest
156
156
  * @return CreateBdsInstanceResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
159
159
  */
160
160
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
161
161
  /**
@@ -165,7 +165,7 @@ export declare class BdsClient {
165
165
  * @param CreateBdsMetastoreConfigurationRequest
166
166
  * @return CreateBdsMetastoreConfigurationResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
169
169
  */
170
170
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
171
171
  /**
@@ -174,7 +174,7 @@ export declare class BdsClient {
174
174
  * @param DeleteBdsApiKeyRequest
175
175
  * @return DeleteBdsApiKeyResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
178
178
  */
179
179
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
180
180
  /**
@@ -183,7 +183,7 @@ export declare class BdsClient {
183
183
  * @param DeleteBdsInstanceRequest
184
184
  * @return DeleteBdsInstanceResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
187
187
  */
188
188
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
189
189
  /**
@@ -192,7 +192,7 @@ export declare class BdsClient {
192
192
  * @param DeleteBdsMetastoreConfigurationRequest
193
193
  * @return DeleteBdsMetastoreConfigurationResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
196
196
  */
197
197
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
198
198
  /**
@@ -202,7 +202,7 @@ export declare class BdsClient {
202
202
  * @param GetAutoScalingConfigurationRequest
203
203
  * @return GetAutoScalingConfigurationResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
206
206
  */
207
207
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class BdsClient {
211
211
  * @param GetBdsApiKeyRequest
212
212
  * @return GetBdsApiKeyResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
215
215
  */
216
216
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
217
217
  /**
@@ -220,7 +220,7 @@ export declare class BdsClient {
220
220
  * @param GetBdsInstanceRequest
221
221
  * @return GetBdsInstanceResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
224
224
  */
225
225
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
226
226
  /**
@@ -229,7 +229,7 @@ export declare class BdsClient {
229
229
  * @param GetBdsMetastoreConfigurationRequest
230
230
  * @return GetBdsMetastoreConfigurationResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
233
233
  */
234
234
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
235
235
  /**
@@ -238,7 +238,7 @@ export declare class BdsClient {
238
238
  * @param GetWorkRequestRequest
239
239
  * @return GetWorkRequestResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
242
242
  */
243
243
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
244
244
  /**
@@ -248,7 +248,7 @@ export declare class BdsClient {
248
248
  * @param ListAutoScalingConfigurationsRequest
249
249
  * @return ListAutoScalingConfigurationsResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
252
252
  */
253
253
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
254
254
  /**
@@ -290,7 +290,7 @@ export declare class BdsClient {
290
290
  * @param ListBdsApiKeysRequest
291
291
  * @return ListBdsApiKeysResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
294
294
  */
295
295
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
296
296
  /**
@@ -332,7 +332,7 @@ export declare class BdsClient {
332
332
  * @param ListBdsInstancesRequest
333
333
  * @return ListBdsInstancesResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
336
336
  */
337
337
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
338
338
  /**
@@ -374,7 +374,7 @@ export declare class BdsClient {
374
374
  * @param ListBdsMetastoreConfigurationsRequest
375
375
  * @return ListBdsMetastoreConfigurationsResponse
376
376
  * @throws OciError when an error occurs
377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
378
378
  */
379
379
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
380
380
  /**
@@ -416,7 +416,7 @@ export declare class BdsClient {
416
416
  * @param ListWorkRequestErrorsRequest
417
417
  * @return ListWorkRequestErrorsResponse
418
418
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
420
420
  */
421
421
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
422
422
  /**
@@ -458,7 +458,7 @@ export declare class BdsClient {
458
458
  * @param ListWorkRequestLogsRequest
459
459
  * @return ListWorkRequestLogsResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
462
462
  */
463
463
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
464
464
  /**
@@ -500,7 +500,7 @@ export declare class BdsClient {
500
500
  * @param ListWorkRequestsRequest
501
501
  * @return ListWorkRequestsResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
504
504
  */
505
505
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
506
506
  /**
@@ -542,7 +542,7 @@ export declare class BdsClient {
542
542
  * @param RemoveAutoScalingConfigurationRequest
543
543
  * @return RemoveAutoScalingConfigurationResponse
544
544
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
546
546
  */
547
547
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
548
548
  /**
@@ -552,7 +552,7 @@ export declare class BdsClient {
552
552
  * @param RemoveCloudSqlRequest
553
553
  * @return RemoveCloudSqlResponse
554
554
  * @throws OciError when an error occurs
555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
556
556
  */
557
557
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
558
558
  /**
@@ -562,7 +562,7 @@ export declare class BdsClient {
562
562
  * @param RestartNodeRequest
563
563
  * @return RestartNodeResponse
564
564
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
566
566
  */
567
567
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
568
568
  /**
@@ -572,7 +572,7 @@ export declare class BdsClient {
572
572
  * @param TestBdsMetastoreConfigurationRequest
573
573
  * @return TestBdsMetastoreConfigurationResponse
574
574
  * @throws OciError when an error occurs
575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
576
576
  */
577
577
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
578
578
  /**
@@ -581,7 +581,7 @@ export declare class BdsClient {
581
581
  * @param TestBdsObjectStorageConnectionRequest
582
582
  * @return TestBdsObjectStorageConnectionResponse
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.12.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
585
585
  */
586
586
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
587
587
  /**
@@ -591,7 +591,7 @@ export declare class BdsClient {
591
591
  * @param UpdateAutoScalingConfigurationRequest
592
592
  * @return UpdateAutoScalingConfigurationResponse
593
593
  * @throws OciError when an error occurs
594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
595
595
  */
596
596
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
597
597
  /**
@@ -600,7 +600,7 @@ export declare class BdsClient {
600
600
  * @param UpdateBdsInstanceRequest
601
601
  * @return UpdateBdsInstanceResponse
602
602
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
604
604
  */
605
605
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
606
606
  /**
@@ -609,7 +609,7 @@ export declare class BdsClient {
609
609
  * @param UpdateBdsMetastoreConfigurationRequest
610
610
  * @return UpdateBdsMetastoreConfigurationResponse
611
611
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
613
613
  */
614
614
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
615
615
  }
package/lib/client.js CHANGED
@@ -153,7 +153,7 @@ class BdsClient {
153
153
  * @param ActivateBdsMetastoreConfigurationRequest
154
154
  * @return ActivateBdsMetastoreConfigurationResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2433
2433
  */
2434
2434
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
2435
2435
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
17
17
  */
18
18
  export interface AddBlockStorageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
17
17
  */
18
18
  export interface AddCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
17
17
  */
18
18
  export interface ChangeShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
17
17
  */
18
18
  export interface CreateBdsApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
17
17
  */
18
18
  export interface CreateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
16
16
  */
17
17
  export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
16
16
  */
17
17
  export interface GetBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
17
17
  */
18
18
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
17
17
  */
18
18
  export interface ListBdsApiKeysRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
17
17
  */
18
18
  export interface ListBdsInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
17
17
  */
18
18
  export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
17
17
  */
18
18
  export interface RemoveCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
17
17
  */
18
18
  export interface RestartNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface TestBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
17
17
  */
18
18
  export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface UpdateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-bds",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "OCI NodeJS client for BDS Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.12.0",
19
- "oci-workrequests": "2.12.0"
18
+ "oci-common": "2.12.1",
19
+ "oci-workrequests": "2.12.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"