@aws-sdk/client-quicksight 3.886.0 → 3.887.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 +24 -0
- package/dist-cjs/index.js +175 -16
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/DescribeAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/UpdateAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +2 -0
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/models/models_4.js +4 -13
- package/dist-es/models/models_5.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +79 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +9 -9
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +9 -3
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -2
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicCommand.d.ts +9 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +7 -7
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +5 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +9 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +5 -5
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +7 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +5 -2
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +6 -6
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +9 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +39 -39
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +106 -47
- package/dist-types/models/models_3.d.ts +236 -257
- package/dist-types/models/models_4.d.ts +346 -362
- package/dist-types/models/models_5.d.ts +355 -55
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +64 -4
- package/dist-types/ts3.4/models/models_3.d.ts +44 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -74
- package/dist-types/ts3.4/models/models_5.d.ts +86 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +37 -37
|
@@ -130,7 +130,7 @@ declare const DescribeDashboardSnapshotJobResultCommand_base: {
|
|
|
130
130
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
131
131
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
132
132
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
133
|
-
*
|
|
133
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
134
134
|
* capability is available in every edition.</p>
|
|
135
135
|
*
|
|
136
136
|
* @throws {@link QuickSightServiceException}
|
|
@@ -45,7 +45,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
45
45
|
* // Arn: "STRING_VALUE",
|
|
46
46
|
* // DataSourceId: "STRING_VALUE",
|
|
47
47
|
* // Name: "STRING_VALUE",
|
|
48
|
-
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY",
|
|
48
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS",
|
|
49
49
|
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
50
50
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
51
51
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -209,6 +209,9 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
209
209
|
* // Database: "STRING_VALUE",
|
|
210
210
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
211
211
|
* // },
|
|
212
|
+
* // CustomConnectionParameters: { // CustomConnectionParameters
|
|
213
|
+
* // ConnectionType: "STRING_VALUE",
|
|
214
|
+
* // },
|
|
212
215
|
* // },
|
|
213
216
|
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
214
217
|
* // {// Union: only one key present
|
|
@@ -371,6 +374,9 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
371
374
|
* // Database: "STRING_VALUE",
|
|
372
375
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
373
376
|
* // },
|
|
377
|
+
* // CustomConnectionParameters: {
|
|
378
|
+
* // ConnectionType: "STRING_VALUE",
|
|
379
|
+
* // },
|
|
374
380
|
* // },
|
|
375
381
|
* // ],
|
|
376
382
|
* // VpcConnectionProperties: "<VpcConnectionProperties>",
|
|
@@ -27,7 +27,7 @@ declare const DescribeDefaultQBusinessApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes a Amazon Q Business application that is linked to an
|
|
30
|
+
* <p>Describes a Amazon Q Business application that is linked to an QuickSight account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -86,7 +86,7 @@ declare const DescribeFolderCommand_base: {
|
|
|
86
86
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
87
87
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
88
88
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
89
|
-
*
|
|
89
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
90
90
|
* capability is available in every edition.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
@@ -91,7 +91,7 @@ declare const DescribeFolderPermissionsCommand_base: {
|
|
|
91
91
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
92
92
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
93
93
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
94
|
-
*
|
|
94
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
95
95
|
* capability is available in every edition.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link QuickSightServiceException}
|
|
@@ -91,7 +91,7 @@ declare const DescribeFolderResolvedPermissionsCommand_base: {
|
|
|
91
91
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
92
92
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
93
93
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
94
|
-
*
|
|
94
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
95
95
|
* capability is available in every edition.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const DescribeKeyRegistrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes all customer managed key registrations in a
|
|
30
|
+
* <p>Describes all customer managed key registrations in a QuickSight account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -48,6 +48,10 @@ declare const DescribeKeyRegistrationCommand_base: {
|
|
|
48
48
|
* // DefaultKey: true || false,
|
|
49
49
|
* // },
|
|
50
50
|
* // ],
|
|
51
|
+
* // QDataKey: { // QDataKey
|
|
52
|
+
* // QDataKeyArn: "STRING_VALUE",
|
|
53
|
+
* // QDataKeyType: "AWS_OWNED" || "CMK",
|
|
54
|
+
* // },
|
|
51
55
|
* // RequestId: "STRING_VALUE",
|
|
52
56
|
* // Status: Number("int"),
|
|
53
57
|
* // };
|
|
@@ -27,7 +27,7 @@ declare const DescribeQuickSightQSearchConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the state of a
|
|
30
|
+
* <p>Describes the state of a QuickSight Q Search configuration.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -71,7 +71,7 @@ declare const DescribeTemplateAliasCommand_base: {
|
|
|
71
71
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
72
72
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
73
73
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
74
|
-
*
|
|
74
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
75
75
|
* capability is available in every edition.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link QuickSightServiceException}
|
|
@@ -217,7 +217,7 @@ declare const DescribeTemplateCommand_base: {
|
|
|
217
217
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
218
218
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
219
219
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
220
|
-
*
|
|
220
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
221
221
|
* capability is available in every edition.</p>
|
|
222
222
|
*
|
|
223
223
|
* @throws {@link QuickSightServiceException}
|
|
@@ -5536,7 +5536,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5536
5536
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5537
5537
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5538
5538
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5539
|
-
*
|
|
5539
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5540
5540
|
* capability is available in every edition.</p>
|
|
5541
5541
|
*
|
|
5542
5542
|
* @throws {@link QuickSightServiceException}
|
|
@@ -81,7 +81,7 @@ declare const DescribeTemplatePermissionsCommand_base: {
|
|
|
81
81
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
82
82
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
83
83
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
84
|
-
*
|
|
84
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
85
85
|
* capability is available in every edition.</p>
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
@@ -77,7 +77,7 @@ declare const DescribeThemeAliasCommand_base: {
|
|
|
77
77
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
78
78
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
79
79
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
80
|
-
*
|
|
80
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
81
81
|
* capability is available in every edition.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
@@ -152,7 +152,7 @@ declare const DescribeThemeCommand_base: {
|
|
|
152
152
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
153
153
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
154
154
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
155
|
-
*
|
|
155
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
156
156
|
* capability is available in every edition.</p>
|
|
157
157
|
*
|
|
158
158
|
* @throws {@link QuickSightServiceException}
|
|
@@ -84,7 +84,7 @@ declare const DescribeThemePermissionsCommand_base: {
|
|
|
84
84
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
85
85
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
86
86
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
87
|
-
*
|
|
87
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
88
88
|
* capability is available in every edition.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link QuickSightServiceException}
|
|
@@ -65,7 +65,7 @@ declare const DescribeTopicCommand_base: {
|
|
|
65
65
|
* // "STRING_VALUE",
|
|
66
66
|
* // ],
|
|
67
67
|
* // OperandFieldName: "STRING_VALUE", // required
|
|
68
|
-
* // FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER",
|
|
68
|
+
* // FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER" || "NULL_FILTER",
|
|
69
69
|
* // CategoryFilter: { // TopicCategoryFilter
|
|
70
70
|
* // CategoryFilterFunction: "EXACT" || "CONTAINS",
|
|
71
71
|
* // CategoryFilterType: "CUSTOM_FILTER" || "CUSTOM_FILTER_LIST" || "FILTER_LIST",
|
|
@@ -116,6 +116,14 @@ declare const DescribeTopicCommand_base: {
|
|
|
116
116
|
* // SingularConstant: "STRING_VALUE",
|
|
117
117
|
* // },
|
|
118
118
|
* // },
|
|
119
|
+
* // NullFilter: { // TopicNullFilter
|
|
120
|
+
* // NullFilterType: "ALL_VALUES" || "NON_NULLS_ONLY" || "NULLS_ONLY",
|
|
121
|
+
* // Constant: {
|
|
122
|
+
* // ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
|
|
123
|
+
* // SingularConstant: "STRING_VALUE",
|
|
124
|
+
* // },
|
|
125
|
+
* // Inverse: true || false,
|
|
126
|
+
* // },
|
|
119
127
|
* // },
|
|
120
128
|
* // ],
|
|
121
129
|
* // Columns: [ // TopicColumns
|
|
@@ -100,7 +100,7 @@ declare const DescribeVPCConnectionCommand_base: {
|
|
|
100
100
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
101
101
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
102
102
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
103
|
-
*
|
|
103
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
104
104
|
* capability is available in every edition.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link QuickSightServiceException}
|
|
@@ -139,8 +139,8 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
139
139
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
140
140
|
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
141
141
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
142
|
-
* for anonymous users, a QuickSight administrator needs to add capacity pricing to
|
|
143
|
-
* can do this on the <b>Manage
|
|
142
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
|
|
143
|
+
* can do this on the <b>Manage QuickSight</b> page. </p>
|
|
144
144
|
* <p>After capacity pricing is added, you can use the
|
|
145
145
|
* <code>
|
|
146
146
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -150,7 +150,7 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
150
150
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
151
151
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
152
152
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
153
|
-
*
|
|
153
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
154
154
|
* capability is available in every edition.</p>
|
|
155
155
|
*
|
|
156
156
|
* @throws {@link QuickSightServiceException}
|
|
@@ -185,8 +185,8 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
185
185
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
186
186
|
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
187
187
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
188
|
-
* for anonymous users, a QuickSight administrator needs to add capacity pricing to
|
|
189
|
-
* can do this on the <b>Manage
|
|
188
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
|
|
189
|
+
* can do this on the <b>Manage QuickSight</b> page. </p>
|
|
190
190
|
* <p>After capacity pricing is added, you can use the
|
|
191
191
|
* <code>
|
|
192
192
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -196,7 +196,7 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
196
196
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
197
197
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
198
198
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
199
|
-
*
|
|
199
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
200
200
|
* capability is available in every edition.</p>
|
|
201
201
|
*
|
|
202
202
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,8 +27,8 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Generates an embed URL that you can use to embed an
|
|
31
|
-
* <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for
|
|
30
|
+
* <p>Generates an embed URL that you can use to embed an QuickSight experience in your website. This action can be used for any type of user that is registered in an QuickSight account that uses IAM Identity Center for authentication. This API requires <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-overview.html#types-identity-enhanced-iam-role-sessions">identity-enhanced IAM Role sessions</a> for the authenticated user that the API call is being made for.</p>
|
|
31
|
+
* <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant QuickSight resource and permissions.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -165,8 +165,8 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
165
165
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
166
166
|
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
167
167
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
168
|
-
* for anonymous users, a QuickSight administrator needs to add capacity pricing to
|
|
169
|
-
* can do this on the <b>Manage
|
|
168
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
|
|
169
|
+
* can do this on the <b>Manage QuickSight</b> page. </p>
|
|
170
170
|
* <p>After capacity pricing is added, you can use the
|
|
171
171
|
* <code>
|
|
172
172
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -176,7 +176,7 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
176
176
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
177
177
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
178
178
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
179
|
-
*
|
|
179
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
180
180
|
* capability is available in every edition.</p>
|
|
181
181
|
*
|
|
182
182
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an
|
|
30
|
+
* <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
|
|
31
31
|
* <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p>
|
|
32
32
|
* <ul>
|
|
33
33
|
* <li>
|
|
@@ -40,7 +40,7 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
40
40
|
* <p>They are valid for 5 minutes after you run this command.</p>
|
|
41
41
|
* </li>
|
|
42
42
|
* <li>
|
|
43
|
-
* <p>You are charged only when the URL is used or there is interaction with
|
|
43
|
+
* <p>You are charged only when the URL is used or there is interaction with QuickSight.</p>
|
|
44
44
|
* </li>
|
|
45
45
|
* <li>
|
|
46
46
|
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customize session duration.</p>
|
|
@@ -126,8 +126,8 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
126
126
|
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
127
127
|
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
128
128
|
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
129
|
-
* for anonymous users, a QuickSight administrator needs to add capacity pricing to
|
|
130
|
-
* can do this on the <b>Manage
|
|
129
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
|
|
130
|
+
* can do this on the <b>Manage QuickSight</b> page. </p>
|
|
131
131
|
* <p>After capacity pricing is added, you can use the
|
|
132
132
|
* <code>
|
|
133
133
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
@@ -137,7 +137,7 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
137
137
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
138
138
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
139
139
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
140
|
-
*
|
|
140
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
141
141
|
* capability is available in every edition.</p>
|
|
142
142
|
*
|
|
143
143
|
* @throws {@link QuickSightServiceException}
|
|
@@ -28,9 +28,9 @@ declare const GetSessionEmbedUrlCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Generates a session URL and authorization code that you can use to embed the Amazon
|
|
31
|
-
*
|
|
31
|
+
* QuickSight console in your web server code. Use <code>GetSessionEmbedUrl</code> where
|
|
32
32
|
* you want to provide an authoring portal that allows users to create data sources,
|
|
33
|
-
* datasets, analyses, and dashboards. The users who access an embedded
|
|
33
|
+
* datasets, analyses, and dashboards. The users who access an embedded QuickSight console
|
|
34
34
|
* need belong to the author or admin security cohort. If you want to restrict permissions
|
|
35
35
|
* to some of these features, add a custom permissions profile to the user with the
|
|
36
36
|
* <code>
|
|
@@ -114,7 +114,7 @@ declare const GetSessionEmbedUrlCommand_base: {
|
|
|
114
114
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
115
115
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
116
116
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
117
|
-
*
|
|
117
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
118
118
|
* capability is available in every edition.</p>
|
|
119
119
|
*
|
|
120
120
|
* @throws {@link QuickSightServiceException}
|
|
@@ -77,7 +77,7 @@ declare const ListAnalysesCommand_base: {
|
|
|
77
77
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
78
78
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
79
79
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
80
|
-
*
|
|
80
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
81
81
|
* capability is available in every edition.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
@@ -85,7 +85,7 @@ declare const ListAssetBundleExportJobsCommand_base: {
|
|
|
85
85
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
86
86
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
87
87
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
88
|
-
*
|
|
88
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
89
89
|
* capability is available in every edition.</p>
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link QuickSightServiceException}
|
|
@@ -82,7 +82,7 @@ declare const ListAssetBundleImportJobsCommand_base: {
|
|
|
82
82
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
83
83
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
84
84
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
85
|
-
*
|
|
85
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
86
86
|
* capability is available in every edition.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const ListBrandsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all brands in an
|
|
30
|
+
* <p>Lists all brands in an QuickSight account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -71,6 +71,8 @@ declare const ListCustomPermissionsCommand_base: {
|
|
|
71
71
|
* // ExportToCsvInScheduledReports: "DENY",
|
|
72
72
|
* // ExportToExcelInScheduledReports: "DENY",
|
|
73
73
|
* // IncludeContentInScheduledReportsEmail: "DENY",
|
|
74
|
+
* // Dashboard: "DENY",
|
|
75
|
+
* // Analysis: "DENY",
|
|
74
76
|
* // },
|
|
75
77
|
* // },
|
|
76
78
|
* // ],
|
|
@@ -27,7 +27,7 @@ declare const ListDashboardVersionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all the versions of the dashboards in the
|
|
30
|
+
* <p>Lists all the versions of the dashboards in the QuickSight subscription.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -84,7 +84,7 @@ declare const ListDashboardVersionsCommand_base: {
|
|
|
84
84
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
85
85
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
86
86
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
87
|
-
*
|
|
87
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
88
88
|
* capability is available in every edition.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link QuickSightServiceException}
|
|
@@ -78,7 +78,7 @@ declare const ListDashboardsCommand_base: {
|
|
|
78
78
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
79
79
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
80
80
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
81
|
-
*
|
|
81
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
82
82
|
* capability is available in every edition.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|
|
@@ -47,7 +47,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // DataSourceId: "STRING_VALUE",
|
|
49
49
|
* // Name: "STRING_VALUE",
|
|
50
|
-
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY",
|
|
50
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS",
|
|
51
51
|
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
52
52
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
53
53
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -211,6 +211,9 @@ declare const ListDataSourcesCommand_base: {
|
|
|
211
211
|
* // Database: "STRING_VALUE",
|
|
212
212
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
213
213
|
* // },
|
|
214
|
+
* // CustomConnectionParameters: { // CustomConnectionParameters
|
|
215
|
+
* // ConnectionType: "STRING_VALUE",
|
|
216
|
+
* // },
|
|
214
217
|
* // },
|
|
215
218
|
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
216
219
|
* // {// Union: only one key present
|
|
@@ -373,6 +376,9 @@ declare const ListDataSourcesCommand_base: {
|
|
|
373
376
|
* // Database: "STRING_VALUE",
|
|
374
377
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
375
378
|
* // },
|
|
379
|
+
* // CustomConnectionParameters: {
|
|
380
|
+
* // ConnectionType: "STRING_VALUE",
|
|
381
|
+
* // },
|
|
376
382
|
* // },
|
|
377
383
|
* // ],
|
|
378
384
|
* // VpcConnectionProperties: "<VpcConnectionProperties>",
|
|
@@ -86,7 +86,7 @@ declare const ListFolderMembersCommand_base: {
|
|
|
86
86
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
87
87
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
88
88
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
89
|
-
*
|
|
89
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
90
90
|
* capability is available in every edition.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
@@ -90,7 +90,7 @@ declare const ListFoldersCommand_base: {
|
|
|
90
90
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
91
91
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
92
92
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
93
|
-
*
|
|
93
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
94
94
|
* capability is available in every edition.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link QuickSightServiceException}
|
|
@@ -83,7 +83,7 @@ declare const ListFoldersForResourceCommand_base: {
|
|
|
83
83
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
84
84
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
85
85
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
86
|
-
*
|
|
86
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
87
87
|
* capability is available in every edition.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,8 +27,8 @@ declare const ListIdentityPropagationConfigsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all services and authorized targets that the
|
|
31
|
-
* <p>This operation is only supported for
|
|
30
|
+
* <p>Lists all services and authorized targets that the QuickSight IAM Identity Center application can access.</p>
|
|
31
|
+
* <p>This operation is only supported for QuickSight accounts that use IAM Identity Center.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -78,7 +78,7 @@ declare const ListTemplateAliasesCommand_base: {
|
|
|
78
78
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
79
79
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
80
80
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
81
|
-
*
|
|
81
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
82
82
|
* capability is available in every edition.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|
|
@@ -83,7 +83,7 @@ declare const ListTemplateVersionsCommand_base: {
|
|
|
83
83
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
84
84
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
85
85
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
86
|
-
*
|
|
86
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
87
87
|
* capability is available in every edition.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link QuickSightServiceException}
|
|
@@ -83,7 +83,7 @@ declare const ListTemplatesCommand_base: {
|
|
|
83
83
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
84
84
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
85
85
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
86
|
-
*
|
|
86
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
87
87
|
* capability is available in every edition.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link QuickSightServiceException}
|
|
@@ -84,7 +84,7 @@ declare const ListThemeAliasesCommand_base: {
|
|
|
84
84
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
85
85
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
86
86
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
87
|
-
*
|
|
87
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
88
88
|
* capability is available in every edition.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link QuickSightServiceException}
|
|
@@ -89,7 +89,7 @@ declare const ListThemeVersionsCommand_base: {
|
|
|
89
89
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
90
90
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
91
91
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
92
|
-
*
|
|
92
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
93
93
|
* capability is available in every edition.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link QuickSightServiceException}
|
|
@@ -90,7 +90,7 @@ declare const ListThemesCommand_base: {
|
|
|
90
90
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
91
91
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
92
92
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
93
|
-
*
|
|
93
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
94
94
|
* capability is available in every edition.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link QuickSightServiceException}
|
|
@@ -105,7 +105,7 @@ declare const ListVPCConnectionsCommand_base: {
|
|
|
105
105
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
106
106
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
107
107
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
108
|
-
*
|
|
108
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
109
109
|
* capability is available in every edition.</p>
|
|
110
110
|
*
|
|
111
111
|
* @throws {@link QuickSightServiceException}
|
|
@@ -28,7 +28,7 @@ declare const PredictQAResultsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Predicts existing visuals or generates new visuals to answer a given query.</p>
|
|
31
|
-
* <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for
|
|
31
|
+
* <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant QuickSight resource and permissions.</p>
|
|
32
32
|
* <p>We recommend enabling the <code>QSearchStatus</code> API to unlock the full potential of <code>PredictQnA</code>. When <code>QSearchStatus</code> is enabled, it first checks the specified dashboard for any existing visuals that match the question. If no matching visuals are found, <code>PredictQnA</code> uses generative Q&A to provide an answer. To update the <code>QSearchStatus</code>, see <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateQuickSightQSearchConfiguration.html">UpdateQuickSightQSearchConfiguration</a>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|