@aws-sdk/client-quicksight 3.886.0 → 3.888.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
|
@@ -27,7 +27,7 @@ declare const UpdateSPICECapacityConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the SPICE capacity configuration for a
|
|
30
|
+
* <p>Updates the SPICE capacity configuration for 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
|
|
@@ -75,7 +75,7 @@ declare const UpdateTemplateAliasCommand_base: {
|
|
|
75
75
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
76
76
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
77
77
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
78
|
-
*
|
|
78
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
79
79
|
* capability is available in every edition.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link QuickSightServiceException}
|
|
@@ -5531,7 +5531,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
5531
5531
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5532
5532
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5533
5533
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5534
|
-
*
|
|
5534
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5535
5535
|
* capability is available in every edition.</p>
|
|
5536
5536
|
*
|
|
5537
5537
|
* @throws {@link QuickSightServiceException}
|
|
@@ -100,7 +100,7 @@ declare const UpdateTemplatePermissionsCommand_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}
|
|
@@ -81,7 +81,7 @@ declare const UpdateThemeAliasCommand_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}
|
|
@@ -138,7 +138,7 @@ declare const UpdateThemeCommand_base: {
|
|
|
138
138
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
139
139
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
140
140
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
141
|
-
*
|
|
141
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
142
142
|
* capability is available in every edition.</p>
|
|
143
143
|
*
|
|
144
144
|
* @throws {@link QuickSightServiceException}
|
|
@@ -196,7 +196,7 @@ declare const UpdateThemePermissionsCommand_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}
|
|
@@ -59,7 +59,7 @@ declare const UpdateTopicCommand_base: {
|
|
|
59
59
|
* "STRING_VALUE",
|
|
60
60
|
* ],
|
|
61
61
|
* OperandFieldName: "STRING_VALUE", // required
|
|
62
|
-
* FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER",
|
|
62
|
+
* FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER" || "NULL_FILTER",
|
|
63
63
|
* CategoryFilter: { // TopicCategoryFilter
|
|
64
64
|
* CategoryFilterFunction: "EXACT" || "CONTAINS",
|
|
65
65
|
* CategoryFilterType: "CUSTOM_FILTER" || "CUSTOM_FILTER_LIST" || "FILTER_LIST",
|
|
@@ -110,6 +110,14 @@ declare const UpdateTopicCommand_base: {
|
|
|
110
110
|
* SingularConstant: "STRING_VALUE",
|
|
111
111
|
* },
|
|
112
112
|
* },
|
|
113
|
+
* NullFilter: { // TopicNullFilter
|
|
114
|
+
* NullFilterType: "ALL_VALUES" || "NON_NULLS_ONLY" || "NULLS_ONLY",
|
|
115
|
+
* Constant: {
|
|
116
|
+
* ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
|
|
117
|
+
* SingularConstant: "STRING_VALUE",
|
|
118
|
+
* },
|
|
119
|
+
* Inverse: true || false,
|
|
120
|
+
* },
|
|
113
121
|
* },
|
|
114
122
|
* ],
|
|
115
123
|
* Columns: [ // TopicColumns
|
|
@@ -106,7 +106,7 @@ declare const UpdateTopicPermissionsCommand_base: {
|
|
|
106
106
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
107
107
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
108
108
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
109
|
-
*
|
|
109
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
110
110
|
* capability is available in every edition.</p>
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link QuickSightServiceException}
|
|
@@ -95,7 +95,7 @@ declare const UpdateVPCConnectionCommand_base: {
|
|
|
95
95
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
96
96
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
97
97
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
98
|
-
*
|
|
98
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
99
99
|
* capability is available in every edition.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link QuickSightServiceException}
|
|
@@ -25,6 +25,7 @@ export * from "./CreateThemeCommand";
|
|
|
25
25
|
export * from "./CreateTopicCommand";
|
|
26
26
|
export * from "./CreateTopicRefreshScheduleCommand";
|
|
27
27
|
export * from "./CreateVPCConnectionCommand";
|
|
28
|
+
export * from "./DeleteAccountCustomPermissionCommand";
|
|
28
29
|
export * from "./DeleteAccountCustomizationCommand";
|
|
29
30
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
30
31
|
export * from "./DeleteAnalysisCommand";
|
|
@@ -56,6 +57,7 @@ export * from "./DeleteUserByPrincipalIdCommand";
|
|
|
56
57
|
export * from "./DeleteUserCommand";
|
|
57
58
|
export * from "./DeleteUserCustomPermissionCommand";
|
|
58
59
|
export * from "./DeleteVPCConnectionCommand";
|
|
60
|
+
export * from "./DescribeAccountCustomPermissionCommand";
|
|
59
61
|
export * from "./DescribeAccountCustomizationCommand";
|
|
60
62
|
export * from "./DescribeAccountSettingsCommand";
|
|
61
63
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
@@ -163,6 +165,7 @@ export * from "./StartDashboardSnapshotJobCommand";
|
|
|
163
165
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
164
166
|
export * from "./TagResourceCommand";
|
|
165
167
|
export * from "./UntagResourceCommand";
|
|
168
|
+
export * from "./UpdateAccountCustomPermissionCommand";
|
|
166
169
|
export * from "./UpdateAccountCustomizationCommand";
|
|
167
170
|
export * from "./UpdateAccountSettingsCommand";
|
|
168
171
|
export * from "./UpdateAnalysisCommand";
|
|
@@ -27,7 +27,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
27
27
|
*/
|
|
28
28
|
export interface AccountCustomization {
|
|
29
29
|
/**
|
|
30
|
-
* <p>The default theme for this
|
|
30
|
+
* <p>The default theme for this QuickSight subscription.</p>
|
|
31
31
|
* @public
|
|
32
32
|
*/
|
|
33
33
|
DefaultTheme?: string | undefined;
|
|
@@ -55,44 +55,44 @@ export type Edition = (typeof Edition)[keyof typeof Edition];
|
|
|
55
55
|
* elements:</p>
|
|
56
56
|
* <ul>
|
|
57
57
|
* <li>
|
|
58
|
-
* <p>Your
|
|
58
|
+
* <p>Your QuickSight account name.</p>
|
|
59
59
|
* </li>
|
|
60
60
|
* <li>
|
|
61
|
-
* <p>The edition of
|
|
61
|
+
* <p>The edition of QuickSight that your account is using.</p>
|
|
62
62
|
* </li>
|
|
63
63
|
* <li>
|
|
64
|
-
* <p>The notification email address that is associated with the
|
|
64
|
+
* <p>The notification email address that is associated with the QuickSight account.
|
|
65
65
|
* </p>
|
|
66
66
|
* </li>
|
|
67
67
|
* <li>
|
|
68
|
-
* <p>The authentication type of the
|
|
68
|
+
* <p>The authentication type of the QuickSight account.</p>
|
|
69
69
|
* </li>
|
|
70
70
|
* <li>
|
|
71
|
-
* <p>The status of the
|
|
71
|
+
* <p>The status of the QuickSight account's subscription.</p>
|
|
72
72
|
* </li>
|
|
73
73
|
* </ul>
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export interface AccountInfo {
|
|
77
77
|
/**
|
|
78
|
-
* <p>The account name that you provided for the
|
|
79
|
-
* Amazon Web Services account. You create this name when you sign up for
|
|
78
|
+
* <p>The account name that you provided for the QuickSight subscription in your
|
|
79
|
+
* Amazon Web Services account. You create this name when you sign up for QuickSight. It's unique over all of Amazon Web Services, and it appears only when
|
|
80
80
|
* users sign in.</p>
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
AccountName?: string | undefined;
|
|
84
84
|
/**
|
|
85
|
-
* <p>The edition of your
|
|
85
|
+
* <p>The edition of your QuickSight account.</p>
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
Edition?: Edition | undefined;
|
|
89
89
|
/**
|
|
90
|
-
* <p>The email address that will be used for
|
|
90
|
+
* <p>The email address that will be used for QuickSight to send notifications regarding your Amazon Web Services account or QuickSight subscription.</p>
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
NotificationEmail?: string | undefined;
|
|
94
94
|
/**
|
|
95
|
-
* <p>The way that your
|
|
95
|
+
* <p>The way that your QuickSight account is authenticated.</p>
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
AuthenticationType?: string | undefined;
|
|
@@ -108,40 +108,40 @@ export interface AccountInfo {
|
|
|
108
108
|
IAMIdentityCenterInstanceArn?: string | undefined;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
* <p>The
|
|
111
|
+
* <p>The QuickSight settings associated with your Amazon Web Services account.</p>
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export interface AccountSettings {
|
|
115
115
|
/**
|
|
116
|
-
* <p>The "account name" you provided for the
|
|
117
|
-
* You create this name when you sign up for
|
|
116
|
+
* <p>The "account name" you provided for the QuickSight subscription in your Amazon Web Services account.
|
|
117
|
+
* You create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and
|
|
118
118
|
* it appears only when users sign in.</p>
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
AccountName?: string | undefined;
|
|
122
122
|
/**
|
|
123
|
-
* <p>The edition of
|
|
123
|
+
* <p>The edition of QuickSight that you're currently subscribed to:
|
|
124
124
|
* Enterprise edition or Standard edition.</p>
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
Edition?: Edition | undefined;
|
|
128
128
|
/**
|
|
129
|
-
* <p>The default
|
|
129
|
+
* <p>The default QuickSight namespace for your Amazon Web Services account. </p>
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
DefaultNamespace?: string | undefined;
|
|
133
133
|
/**
|
|
134
|
-
* <p>The main notification email for your
|
|
134
|
+
* <p>The main notification email for your QuickSight subscription.</p>
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
NotificationEmail?: string | undefined;
|
|
138
138
|
/**
|
|
139
|
-
* <p>A Boolean value that indicates whether public sharing is turned on for an
|
|
139
|
+
* <p>A Boolean value that indicates whether public sharing is turned on for an QuickSight account. For more information about turning on public sharing, see <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdatePublicSharingSettings.html">UpdatePublicSharingSettings</a>.</p>
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
PublicSharingEnabled?: boolean | undefined;
|
|
143
143
|
/**
|
|
144
|
-
* <p>A boolean value that determines whether or not an
|
|
144
|
+
* <p>A boolean value that determines whether or not an QuickSight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubsctiption</code> request. A <code>False</code> value will allow the ccount to be deleted. </p>
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
TerminationProtectionEnabled?: boolean | undefined;
|
|
@@ -591,82 +591,82 @@ export interface AmazonOpenSearchParameters {
|
|
|
591
591
|
Domain: string | undefined;
|
|
592
592
|
}
|
|
593
593
|
/**
|
|
594
|
-
* <p>The generative Q&A settings of an embedded
|
|
594
|
+
* <p>The generative Q&A settings of an embedded QuickSight console.</p>
|
|
595
595
|
* @public
|
|
596
596
|
*/
|
|
597
597
|
export interface DataQnAConfigurations {
|
|
598
598
|
/**
|
|
599
|
-
* <p>The generative Q&A settings of an embedded
|
|
599
|
+
* <p>The generative Q&A settings of an embedded QuickSight console.</p>
|
|
600
600
|
* @public
|
|
601
601
|
*/
|
|
602
602
|
Enabled: boolean | undefined;
|
|
603
603
|
}
|
|
604
604
|
/**
|
|
605
|
-
* <p>The data story settings of an embedded
|
|
605
|
+
* <p>The data story settings of an embedded QuickSight console.</p>
|
|
606
606
|
* @public
|
|
607
607
|
*/
|
|
608
608
|
export interface DataStoriesConfigurations {
|
|
609
609
|
/**
|
|
610
|
-
* <p>The data story settings of an embedded
|
|
610
|
+
* <p>The data story settings of an embedded QuickSight console.</p>
|
|
611
611
|
* @public
|
|
612
612
|
*/
|
|
613
613
|
Enabled: boolean | undefined;
|
|
614
614
|
}
|
|
615
615
|
/**
|
|
616
|
-
* <p>The executive summary settings of an embedded
|
|
616
|
+
* <p>The executive summary settings of an embedded QuickSight console or dashboard.</p>
|
|
617
617
|
* @public
|
|
618
618
|
*/
|
|
619
619
|
export interface ExecutiveSummaryConfigurations {
|
|
620
620
|
/**
|
|
621
|
-
* <p>The executive summary settings of an embedded
|
|
621
|
+
* <p>The executive summary settings of an embedded QuickSight console or dashboard.</p>
|
|
622
622
|
* @public
|
|
623
623
|
*/
|
|
624
624
|
Enabled: boolean | undefined;
|
|
625
625
|
}
|
|
626
626
|
/**
|
|
627
|
-
* <p>The generative BI authoring settings of an embedded
|
|
627
|
+
* <p>The generative BI authoring settings of an embedded QuickSight console.</p>
|
|
628
628
|
* @public
|
|
629
629
|
*/
|
|
630
630
|
export interface GenerativeAuthoringConfigurations {
|
|
631
631
|
/**
|
|
632
|
-
* <p>The generative BI authoring settings of an embedded
|
|
632
|
+
* <p>The generative BI authoring settings of an embedded QuickSight console.</p>
|
|
633
633
|
* @public
|
|
634
634
|
*/
|
|
635
635
|
Enabled: boolean | undefined;
|
|
636
636
|
}
|
|
637
637
|
/**
|
|
638
|
-
* <p>A collection of Amazon Q feature configurations in an embedded
|
|
638
|
+
* <p>A collection of Amazon Q feature configurations in an embedded QuickSight console.</p>
|
|
639
639
|
* @public
|
|
640
640
|
*/
|
|
641
641
|
export interface AmazonQInQuickSightConsoleConfigurations {
|
|
642
642
|
/**
|
|
643
|
-
* <p>Adds generative Q&A capabilitiees to an embedded
|
|
643
|
+
* <p>Adds generative Q&A capabilitiees to an embedded QuickSight console.</p>
|
|
644
644
|
* @public
|
|
645
645
|
*/
|
|
646
646
|
DataQnA?: DataQnAConfigurations | undefined;
|
|
647
647
|
/**
|
|
648
|
-
* <p>Adds the generative BI authoring experience to an embedded
|
|
648
|
+
* <p>Adds the generative BI authoring experience to an embedded QuickSight console.</p>
|
|
649
649
|
* @public
|
|
650
650
|
*/
|
|
651
651
|
GenerativeAuthoring?: GenerativeAuthoringConfigurations | undefined;
|
|
652
652
|
/**
|
|
653
|
-
* <p>Adds the executive summaries feature to an embedded
|
|
653
|
+
* <p>Adds the executive summaries feature to an embedded QuickSight console.</p>
|
|
654
654
|
* @public
|
|
655
655
|
*/
|
|
656
656
|
ExecutiveSummary?: ExecutiveSummaryConfigurations | undefined;
|
|
657
657
|
/**
|
|
658
|
-
* <p>Adds the data stories feature to an embedded
|
|
658
|
+
* <p>Adds the data stories feature to an embedded QuickSight console.</p>
|
|
659
659
|
* @public
|
|
660
660
|
*/
|
|
661
661
|
DataStories?: DataStoriesConfigurations | undefined;
|
|
662
662
|
}
|
|
663
663
|
/**
|
|
664
|
-
* <p>A collection of Amazon Q feature configurations in an embedded
|
|
664
|
+
* <p>A collection of Amazon Q feature configurations in an embedded QuickSight dashboard.</p>
|
|
665
665
|
* @public
|
|
666
666
|
*/
|
|
667
667
|
export interface AmazonQInQuickSightDashboardConfigurations {
|
|
668
668
|
/**
|
|
669
|
-
* <p>A generated executive summary of an embedded
|
|
669
|
+
* <p>A generated executive summary of an embedded QuickSight dashboard.</p>
|
|
670
670
|
* @public
|
|
671
671
|
*/
|
|
672
672
|
ExecutiveSummary?: ExecutiveSummaryConfigurations | undefined;
|
|
@@ -1178,7 +1178,7 @@ export interface Sheet {
|
|
|
1178
1178
|
*/
|
|
1179
1179
|
SheetId?: string | undefined;
|
|
1180
1180
|
/**
|
|
1181
|
-
* <p>The name of a sheet. This name is displayed on the sheet's tab in the
|
|
1181
|
+
* <p>The name of a sheet. This name is displayed on the sheet's tab in the QuickSight
|
|
1182
1182
|
* console.</p>
|
|
1183
1183
|
* @public
|
|
1184
1184
|
*/
|
|
@@ -1318,12 +1318,12 @@ export interface GridLayoutScreenCanvasSizeOptions {
|
|
|
1318
1318
|
* <li>
|
|
1319
1319
|
* <p>
|
|
1320
1320
|
* <code>FIXED</code>: A fixed width will be used when optimizing the layout. In
|
|
1321
|
-
* the
|
|
1321
|
+
* the QuickSight console, this option is called <code>Classic</code>.</p>
|
|
1322
1322
|
* </li>
|
|
1323
1323
|
* <li>
|
|
1324
1324
|
* <p>
|
|
1325
1325
|
* <code>RESPONSIVE</code>: The width of the canvas will be responsive and
|
|
1326
|
-
* optimized to the view port. In the
|
|
1326
|
+
* optimized to the view port. In the QuickSight console, this option is called <code>Tiled</code>.</p>
|
|
1327
1327
|
* </li>
|
|
1328
1328
|
* </ul>
|
|
1329
1329
|
* @public
|
|
@@ -2206,12 +2206,12 @@ export interface FilterListConfiguration {
|
|
|
2206
2206
|
*/
|
|
2207
2207
|
export interface CategoryFilterConfiguration {
|
|
2208
2208
|
/**
|
|
2209
|
-
* <p>A list of filter configurations. In the
|
|
2209
|
+
* <p>A list of filter configurations. In the QuickSight console, this filter type is called a filter list.</p>
|
|
2210
2210
|
* @public
|
|
2211
2211
|
*/
|
|
2212
2212
|
FilterListConfiguration?: FilterListConfiguration | undefined;
|
|
2213
2213
|
/**
|
|
2214
|
-
* <p>A list of custom filter values. In the
|
|
2214
|
+
* <p>A list of custom filter values. In the QuickSight console, this filter type is called a custom filter list.</p>
|
|
2215
2215
|
* @public
|
|
2216
2216
|
*/
|
|
2217
2217
|
CustomFilterListConfiguration?: CustomFilterListConfiguration | undefined;
|
|
@@ -1941,7 +1941,7 @@ export interface CustomContentVisual {
|
|
|
1941
1941
|
}
|
|
1942
1942
|
/**
|
|
1943
1943
|
* <p>An empty visual.</p>
|
|
1944
|
-
* <p>Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the
|
|
1944
|
+
* <p>Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the QuickSight console is considered an <code>EmptyVisual</code> until a visual type is selected.</p>
|
|
1945
1945
|
* @public
|
|
1946
1946
|
*/
|
|
1947
1947
|
export interface EmptyVisual {
|
|
@@ -5859,7 +5859,7 @@ export interface ArcOptions {
|
|
|
5859
5859
|
*/
|
|
5860
5860
|
export interface DonutCenterOptions {
|
|
5861
5861
|
/**
|
|
5862
|
-
* <p>Determines the visibility of the label in a donut chart. In the
|
|
5862
|
+
* <p>Determines the visibility of the label in a donut chart. In the QuickSight console, this option is called <code>'Show total'</code>.</p>
|
|
5863
5863
|
* @public
|
|
5864
5864
|
*/
|
|
5865
5865
|
LabelVisibility?: Visibility | undefined;
|