@aws-sdk/client-quicksight 3.1020.0 → 3.1022.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/README.md +14 -0
- package/dist-cjs/index.js +48 -0
- package/dist-cjs/schemas/schemas_0.js +186 -82
- package/dist-es/QuickSight.js +4 -0
- package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
- package/dist-es/commands/StartAutomationJobCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/schemas/schemas_0.js +160 -56
- package/dist-types/QuickSight.d.ts +14 -0
- package/dist-types/QuickSightClient.d.ts +4 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/models_0.d.ts +16 -16
- package/dist-types/models/models_1.d.ts +84 -30
- package/dist-types/models/models_2.d.ts +96 -213
- package/dist-types/models/models_3.d.ts +334 -230
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/QuickSight.d.ts +34 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/models/models_1.d.ts +21 -8
- package/dist-types/ts3.4/models/models_2.d.ts +22 -137
- package/dist-types/ts3.4/models/models_3.d.ts +171 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -60
- package/dist-types/ts3.4/models/models_5.d.ts +62 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +6 -6
|
@@ -133,7 +133,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
133
133
|
* Host: "STRING_VALUE", // required
|
|
134
134
|
* Database: "STRING_VALUE", // required
|
|
135
135
|
* Warehouse: "STRING_VALUE", // required
|
|
136
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
136
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
137
137
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
138
138
|
* OAuthParameters: { // OAuthParameters
|
|
139
139
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
@@ -180,7 +180,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
180
180
|
* Catalog: "STRING_VALUE", // required
|
|
181
181
|
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
182
182
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
183
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
183
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
184
184
|
* OAuthParameters: {
|
|
185
185
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
186
186
|
* OAuthScope: "STRING_VALUE",
|
|
@@ -323,7 +323,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
323
323
|
* Host: "STRING_VALUE", // required
|
|
324
324
|
* Database: "STRING_VALUE", // required
|
|
325
325
|
* Warehouse: "STRING_VALUE", // required
|
|
326
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
326
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
327
327
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
328
328
|
* OAuthParameters: {
|
|
329
329
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
@@ -370,7 +370,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
370
370
|
* Catalog: "STRING_VALUE", // required
|
|
371
371
|
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
372
372
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
373
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
373
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
374
374
|
* OAuthParameters: {
|
|
375
375
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
376
376
|
* OAuthScope: "STRING_VALUE",
|
|
@@ -428,6 +428,11 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
428
428
|
* WebProxyUsername: "STRING_VALUE", // required
|
|
429
429
|
* WebProxyPassword: "STRING_VALUE", // required
|
|
430
430
|
* },
|
|
431
|
+
* OAuthClientCredentials: { // OAuthClientCredentials
|
|
432
|
+
* ClientId: "STRING_VALUE",
|
|
433
|
+
* ClientSecret: "STRING_VALUE",
|
|
434
|
+
* Username: "STRING_VALUE",
|
|
435
|
+
* },
|
|
431
436
|
* },
|
|
432
437
|
* VpcConnectionProperties: "<VpcConnectionProperties>",
|
|
433
438
|
* SslProperties: { // SslProperties
|