Skip to content

Commit 1af8f7e

Browse files
author
awstools
committed
feat(client-quicksight): Added Impala connector support
1 parent 04e0957 commit 1af8f7e

14 files changed

+271
-72
lines changed

clients/client-quicksight/src/commands/CreateDataSourceCommand.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
198198
* ProjectId: "STRING_VALUE", // required
199199
* DataSetRegion: "STRING_VALUE",
200200
* },
201+
* ImpalaParameters: { // ImpalaParameters
202+
* Host: "STRING_VALUE", // required
203+
* Port: Number("int"), // required
204+
* Database: "STRING_VALUE",
205+
* SqlEndpointPath: "STRING_VALUE", // required
206+
* },
201207
* },
202208
* Credentials: { // DataSourceCredentials
203209
* CredentialPair: { // CredentialPair
@@ -358,6 +364,12 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
358364
* ProjectId: "STRING_VALUE", // required
359365
* DataSetRegion: "STRING_VALUE",
360366
* },
367+
* ImpalaParameters: {
368+
* Host: "STRING_VALUE", // required
369+
* Port: Number("int"), // required
370+
* Database: "STRING_VALUE",
371+
* SqlEndpointPath: "STRING_VALUE", // required
372+
* },
361373
* },
362374
* ],
363375
* },

clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { DeleteThemeAliasRequest } from "../models/models_3";
9-
import { DeleteThemeAliasResponse } from "../models/models_4";
8+
import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/models_4";
109
import { de_DeleteThemeAliasCommand, se_DeleteThemeAliasCommand } from "../protocols/Aws_restJson1";
1110
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1211

clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ export interface DescribeAssetBundleImportJobCommandOutput
260260
* // ProjectId: "STRING_VALUE", // required
261261
* // DataSetRegion: "STRING_VALUE",
262262
* // },
263+
* // ImpalaParameters: { // ImpalaParameters
264+
* // Host: "STRING_VALUE", // required
265+
* // Port: Number("int"), // required
266+
* // Database: "STRING_VALUE",
267+
* // SqlEndpointPath: "STRING_VALUE", // required
268+
* // },
263269
* // },
264270
* // VpcConnectionProperties: {
265271
* // VpcConnectionArn: "STRING_VALUE", // required

clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
204204
* // ProjectId: "STRING_VALUE", // required
205205
* // DataSetRegion: "STRING_VALUE",
206206
* // },
207+
* // ImpalaParameters: { // ImpalaParameters
208+
* // Host: "STRING_VALUE", // required
209+
* // Port: Number("int"), // required
210+
* // Database: "STRING_VALUE",
211+
* // SqlEndpointPath: "STRING_VALUE", // required
212+
* // },
207213
* // },
208214
* // AlternateDataSourceParameters: [ // DataSourceParametersList
209215
* // {// Union: only one key present
@@ -360,6 +366,12 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
360366
* // ProjectId: "STRING_VALUE", // required
361367
* // DataSetRegion: "STRING_VALUE",
362368
* // },
369+
* // ImpalaParameters: {
370+
* // Host: "STRING_VALUE", // required
371+
* // Port: Number("int"), // required
372+
* // Database: "STRING_VALUE",
373+
* // SqlEndpointPath: "STRING_VALUE", // required
374+
* // },
363375
* // },
364376
* // ],
365377
* // VpcConnectionProperties: "<VpcConnectionProperties>",

clients/client-quicksight/src/commands/ListDataSourcesCommand.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
206206
* // ProjectId: "STRING_VALUE", // required
207207
* // DataSetRegion: "STRING_VALUE",
208208
* // },
209+
* // ImpalaParameters: { // ImpalaParameters
210+
* // Host: "STRING_VALUE", // required
211+
* // Port: Number("int"), // required
212+
* // Database: "STRING_VALUE",
213+
* // SqlEndpointPath: "STRING_VALUE", // required
214+
* // },
209215
* // },
210216
* // AlternateDataSourceParameters: [ // DataSourceParametersList
211217
* // {// Union: only one key present
@@ -362,6 +368,12 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
362368
* // ProjectId: "STRING_VALUE", // required
363369
* // DataSetRegion: "STRING_VALUE",
364370
* // },
371+
* // ImpalaParameters: {
372+
* // Host: "STRING_VALUE", // required
373+
* // Port: Number("int"), // required
374+
* // Database: "STRING_VALUE",
375+
* // SqlEndpointPath: "STRING_VALUE", // required
376+
* // },
365377
* // },
366378
* // ],
367379
* // VpcConnectionProperties: "<VpcConnectionProperties>",

clients/client-quicksight/src/commands/SearchTopicsCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { SearchTopicsRequest } from "../models/models_4";
9-
import { SearchTopicsResponse } from "../models/models_5";
8+
import { SearchTopicsRequest, SearchTopicsResponse } from "../models/models_5";
109
import { de_SearchTopicsCommand, se_SearchTopicsCommand } from "../protocols/Aws_restJson1";
1110
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1211

clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundle
233233
* ProjectId: "STRING_VALUE", // required
234234
* DataSetRegion: "STRING_VALUE",
235235
* },
236+
* ImpalaParameters: { // ImpalaParameters
237+
* Host: "STRING_VALUE", // required
238+
* Port: Number("int"), // required
239+
* Database: "STRING_VALUE",
240+
* SqlEndpointPath: "STRING_VALUE", // required
241+
* },
236242
* },
237243
* VpcConnectionProperties: {
238244
* VpcConnectionArn: "STRING_VALUE", // required

clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
197197
* ProjectId: "STRING_VALUE", // required
198198
* DataSetRegion: "STRING_VALUE",
199199
* },
200+
* ImpalaParameters: { // ImpalaParameters
201+
* Host: "STRING_VALUE", // required
202+
* Port: Number("int"), // required
203+
* Database: "STRING_VALUE",
204+
* SqlEndpointPath: "STRING_VALUE", // required
205+
* },
200206
* },
201207
* Credentials: { // DataSourceCredentials
202208
* CredentialPair: { // CredentialPair
@@ -357,6 +363,12 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
357363
* ProjectId: "STRING_VALUE", // required
358364
* DataSetRegion: "STRING_VALUE",
359365
* },
366+
* ImpalaParameters: {
367+
* Host: "STRING_VALUE", // required
368+
* Port: Number("int"), // required
369+
* Database: "STRING_VALUE",
370+
* SqlEndpointPath: "STRING_VALUE", // required
371+
* },
360372
* },
361373
* ],
362374
* },

0 commit comments

Comments
 (0)