@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
|
@@ -134,7 +134,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
134
134
|
* Host: "STRING_VALUE", // required
|
|
135
135
|
* Database: "STRING_VALUE", // required
|
|
136
136
|
* Warehouse: "STRING_VALUE", // required
|
|
137
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
137
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
138
138
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
139
139
|
* OAuthParameters: { // OAuthParameters
|
|
140
140
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
@@ -181,7 +181,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
181
181
|
* Catalog: "STRING_VALUE", // required
|
|
182
182
|
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
183
183
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
184
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
184
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
185
185
|
* OAuthParameters: {
|
|
186
186
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
187
187
|
* OAuthScope: "STRING_VALUE",
|
|
@@ -324,7 +324,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
324
324
|
* Host: "STRING_VALUE", // required
|
|
325
325
|
* Database: "STRING_VALUE", // required
|
|
326
326
|
* Warehouse: "STRING_VALUE", // required
|
|
327
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
327
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
328
328
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
329
329
|
* OAuthParameters: {
|
|
330
330
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
@@ -371,7 +371,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
371
371
|
* Catalog: "STRING_VALUE", // required
|
|
372
372
|
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
373
373
|
* DatabaseAccessControlRole: "STRING_VALUE",
|
|
374
|
-
* AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
|
|
374
|
+
* AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
|
|
375
375
|
* OAuthParameters: {
|
|
376
376
|
* TokenProviderUrl: "STRING_VALUE", // required
|
|
377
377
|
* OAuthScope: "STRING_VALUE",
|
|
@@ -429,6 +429,11 @@ declare const CreateDataSourceCommand_base: {
|
|
|
429
429
|
* WebProxyUsername: "STRING_VALUE", // required
|
|
430
430
|
* WebProxyPassword: "STRING_VALUE", // required
|
|
431
431
|
* },
|
|
432
|
+
* OAuthClientCredentials: { // OAuthClientCredentials
|
|
433
|
+
* ClientId: "STRING_VALUE",
|
|
434
|
+
* ClientSecret: "STRING_VALUE",
|
|
435
|
+
* Username: "STRING_VALUE",
|
|
436
|
+
* },
|
|
432
437
|
* },
|
|
433
438
|
* Permissions: [ // ResourcePermissionList
|
|
434
439
|
* { // ResourcePermission
|