@aws-sdk/client-quicksight 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/QuickSight.d.ts +919 -71
- package/dist-types/ts3.4/QuickSightClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4266 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +3823 -81
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -120,282 +120,1130 @@ import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/Up
|
|
|
120
120
|
import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "./commands/UpdateThemePermissionsCommand";
|
|
121
121
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
122
122
|
import { QuickSightClient } from "./QuickSightClient";
|
|
123
|
-
|
|
123
|
+
/**
|
|
124
|
+
* <fullname>Amazon QuickSight API Reference</fullname>
|
|
125
|
+
* <p>Amazon QuickSight is a fully managed, serverless business intelligence service for the
|
|
126
|
+
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
|
|
127
|
+
* organization. This API reference contains documentation for a programming interface that
|
|
128
|
+
* you can use to manage Amazon QuickSight. </p>
|
|
129
|
+
*/
|
|
124
130
|
export declare class QuickSight extends QuickSightClient {
|
|
125
|
-
|
|
131
|
+
/**
|
|
132
|
+
* <p>Cancels an ongoing ingestion of data into SPICE.</p>
|
|
133
|
+
*/
|
|
126
134
|
cancelIngestion(args: CancelIngestionCommandInput, options?: __HttpHandlerOptions): Promise<CancelIngestionCommandOutput>;
|
|
127
135
|
cancelIngestion(args: CancelIngestionCommandInput, cb: (err: any, data?: CancelIngestionCommandOutput) => void): void;
|
|
128
136
|
cancelIngestion(args: CancelIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelIngestionCommandOutput) => void): void;
|
|
129
|
-
|
|
137
|
+
/**
|
|
138
|
+
* <p>Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a custom default theme by using the
|
|
139
|
+
* <code>CreateAccountCustomization</code> or <code>UpdateAccountCustomization</code>
|
|
140
|
+
* API operation. To further customize Amazon QuickSight by removing Amazon QuickSight
|
|
141
|
+
* sample assets and videos for all new users, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html">Customizing Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide.</i>
|
|
142
|
+
* </p>
|
|
143
|
+
* <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
|
|
144
|
+
* a QuickSight namespace instead. Customizations that apply to a namespace always override
|
|
145
|
+
* customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
|
|
146
|
+
* the <code>DescribeAccountCustomization</code> API operation.</p>
|
|
147
|
+
* <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme
|
|
148
|
+
* as the namespace default, make sure that you first share the theme with the namespace.
|
|
149
|
+
* If you don't share it with the namespace, the theme isn't visible to your users
|
|
150
|
+
* even if you make it the default theme.
|
|
151
|
+
* To check if the theme is shared, view the current permissions by using the
|
|
152
|
+
* <code>
|
|
153
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeThemePermissions.html">DescribeThemePermissions</a>
|
|
154
|
+
* </code>
|
|
155
|
+
* API operation.
|
|
156
|
+
* To share the theme, grant permissions by using the
|
|
157
|
+
* <code>
|
|
158
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateThemePermissions.html">UpdateThemePermissions</a>
|
|
159
|
+
* </code>
|
|
160
|
+
* API operation. </p>
|
|
161
|
+
*/
|
|
130
162
|
createAccountCustomization(args: CreateAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountCustomizationCommandOutput>;
|
|
131
163
|
createAccountCustomization(args: CreateAccountCustomizationCommandInput, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
|
|
132
164
|
createAccountCustomization(args: CreateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
|
|
133
|
-
|
|
165
|
+
/**
|
|
166
|
+
* <p>Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.</p>
|
|
167
|
+
*
|
|
168
|
+
* <p>The Amazon Web Services Region for the account is derived from what is configured in the
|
|
169
|
+
* CLI or SDK. This operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia
|
|
170
|
+
* Pacific (Singapore) Region. </p>
|
|
171
|
+
*
|
|
172
|
+
* <p>Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you don't have an Amazon Web Services account, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/setting-up-aws-sign-up.html">Sign
|
|
173
|
+
* up for Amazon Web Services</a> in the <i>Amazon QuickSight User
|
|
174
|
+
* Guide</i>. The person who signs up for Amazon QuickSight needs to have the
|
|
175
|
+
* correct Identity and Access Management (IAM) permissions. For more information,
|
|
176
|
+
* see <a href="https://docs.aws.amazon.com/quicksight/latest/user/iam-policy-examples.html">IAM Policy Examples for Amazon QuickSight</a> in the
|
|
177
|
+
* <i>Amazon QuickSight User Guide</i>.</p>
|
|
178
|
+
*
|
|
179
|
+
* <p>If your IAM policy includes both the <code>Subscribe</code> and
|
|
180
|
+
* <code>CreateAccountSubscription</code> actions, make sure that both actions are set
|
|
181
|
+
* to <code>Allow</code>. If either action is set to <code>Deny</code>, the
|
|
182
|
+
* <code>Deny</code> action prevails and your API call fails.</p>
|
|
183
|
+
*
|
|
184
|
+
* <p>You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To pass your existing IAM role to
|
|
185
|
+
* Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html#security-create-iam-role">Passing IAM roles to Amazon QuickSight</a> in the
|
|
186
|
+
* <i>Amazon QuickSight User Guide</i>.</p>
|
|
187
|
+
*
|
|
188
|
+
* <p>You can't set default resource access on the new account from the Amazon QuickSight
|
|
189
|
+
* API. Instead, add default resource access from the Amazon QuickSight console. For more
|
|
190
|
+
* information about setting default resource access to Amazon Web Services services, see
|
|
191
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/scoping-policies-defaults.html">Setting default resource
|
|
192
|
+
* access to Amazon Web Services services</a> in the <i>Amazon QuickSight
|
|
193
|
+
* User Guide</i>.</p>
|
|
194
|
+
*/
|
|
134
195
|
createAccountSubscription(args: CreateAccountSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountSubscriptionCommandOutput>;
|
|
135
196
|
createAccountSubscription(args: CreateAccountSubscriptionCommandInput, cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void): void;
|
|
136
197
|
createAccountSubscription(args: CreateAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void): void;
|
|
137
|
-
|
|
198
|
+
/**
|
|
199
|
+
* <p>Creates an analysis in Amazon QuickSight.</p>
|
|
200
|
+
*/
|
|
138
201
|
createAnalysis(args: CreateAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnalysisCommandOutput>;
|
|
139
202
|
createAnalysis(args: CreateAnalysisCommandInput, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
|
|
140
203
|
createAnalysis(args: CreateAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
|
|
141
|
-
|
|
204
|
+
/**
|
|
205
|
+
* <p>Creates a dashboard from a template. To first create a template, see the
|
|
206
|
+
* <code>
|
|
207
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
|
|
208
|
+
* </code>
|
|
209
|
+
* API operation.</p>
|
|
210
|
+
* <p>A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created
|
|
211
|
+
* from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can
|
|
212
|
+
* create scheduled email reports from them. If you have the correct permissions, you can
|
|
213
|
+
* create a dashboard from a template that exists in a different Amazon Web Services account.</p>
|
|
214
|
+
*/
|
|
142
215
|
createDashboard(args: CreateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<CreateDashboardCommandOutput>;
|
|
143
216
|
createDashboard(args: CreateDashboardCommandInput, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
|
|
144
217
|
createDashboard(args: CreateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
|
|
145
|
-
|
|
218
|
+
/**
|
|
219
|
+
* <p>Creates a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>
|
|
220
|
+
*/
|
|
146
221
|
createDataSet(args: CreateDataSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSetCommandOutput>;
|
|
147
222
|
createDataSet(args: CreateDataSetCommandInput, cb: (err: any, data?: CreateDataSetCommandOutput) => void): void;
|
|
148
223
|
createDataSet(args: CreateDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSetCommandOutput) => void): void;
|
|
149
|
-
|
|
224
|
+
/**
|
|
225
|
+
* <p>Creates a data source.</p>
|
|
226
|
+
*/
|
|
150
227
|
createDataSource(args: CreateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceCommandOutput>;
|
|
151
228
|
createDataSource(args: CreateDataSourceCommandInput, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
152
229
|
createDataSource(args: CreateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
153
|
-
|
|
230
|
+
/**
|
|
231
|
+
* <p>Creates an empty shared folder.</p>
|
|
232
|
+
*/
|
|
154
233
|
createFolder(args: CreateFolderCommandInput, options?: __HttpHandlerOptions): Promise<CreateFolderCommandOutput>;
|
|
155
234
|
createFolder(args: CreateFolderCommandInput, cb: (err: any, data?: CreateFolderCommandOutput) => void): void;
|
|
156
235
|
createFolder(args: CreateFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFolderCommandOutput) => void): void;
|
|
157
|
-
|
|
236
|
+
/**
|
|
237
|
+
* <p>Adds an asset, such as a dashboard, analysis, or dataset into a folder.</p>
|
|
238
|
+
*/
|
|
158
239
|
createFolderMembership(args: CreateFolderMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateFolderMembershipCommandOutput>;
|
|
159
240
|
createFolderMembership(args: CreateFolderMembershipCommandInput, cb: (err: any, data?: CreateFolderMembershipCommandOutput) => void): void;
|
|
160
241
|
createFolderMembership(args: CreateFolderMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFolderMembershipCommandOutput) => void): void;
|
|
161
|
-
|
|
242
|
+
/**
|
|
243
|
+
* <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
|
|
244
|
+
* <p>The permissions resource is
|
|
245
|
+
* <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
|
|
246
|
+
* </code>.</p>
|
|
247
|
+
* <p>The response is a group object.</p>
|
|
248
|
+
*/
|
|
162
249
|
createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
|
|
163
250
|
createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
|
|
164
251
|
createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
|
|
165
|
-
|
|
252
|
+
/**
|
|
253
|
+
* <p>Adds an Amazon QuickSight user to an Amazon QuickSight group. </p>
|
|
254
|
+
*/
|
|
166
255
|
createGroupMembership(args: CreateGroupMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupMembershipCommandOutput>;
|
|
167
256
|
createGroupMembership(args: CreateGroupMembershipCommandInput, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
|
|
168
257
|
createGroupMembership(args: CreateGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
|
|
169
|
-
|
|
258
|
+
/**
|
|
259
|
+
* <p>Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name
|
|
260
|
+
* (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight.
|
|
261
|
+
* Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces,
|
|
262
|
+
* use assignment names that are unique.</p>
|
|
263
|
+
*/
|
|
170
264
|
createIAMPolicyAssignment(args: CreateIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateIAMPolicyAssignmentCommandOutput>;
|
|
171
265
|
createIAMPolicyAssignment(args: CreateIAMPolicyAssignmentCommandInput, cb: (err: any, data?: CreateIAMPolicyAssignmentCommandOutput) => void): void;
|
|
172
266
|
createIAMPolicyAssignment(args: CreateIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIAMPolicyAssignmentCommandOutput) => void): void;
|
|
173
|
-
|
|
267
|
+
/**
|
|
268
|
+
* <p>Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in
|
|
269
|
+
* an Enterprise edition account 32 times in a 24-hour period. You can manually refresh
|
|
270
|
+
* datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period
|
|
271
|
+
* is measured starting 24 hours before the current date and time.</p>
|
|
272
|
+
*
|
|
273
|
+
* <p>Any ingestions operating on tagged datasets inherit the same tags automatically for use in
|
|
274
|
+
* access control. For an example, see <a href="http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/">How do I create an IAM policy to control access to Amazon EC2 resources using
|
|
275
|
+
* tags?</a> in the Amazon Web Services Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.</p>
|
|
276
|
+
*/
|
|
174
277
|
createIngestion(args: CreateIngestionCommandInput, options?: __HttpHandlerOptions): Promise<CreateIngestionCommandOutput>;
|
|
175
278
|
createIngestion(args: CreateIngestionCommandInput, cb: (err: any, data?: CreateIngestionCommandOutput) => void): void;
|
|
176
279
|
createIngestion(args: CreateIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIngestionCommandOutput) => void): void;
|
|
177
|
-
|
|
280
|
+
/**
|
|
281
|
+
* <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
|
|
282
|
+
* <p>A namespace allows you to isolate the Amazon QuickSight users and groups that are registered
|
|
283
|
+
* for that namespace. Users that access the namespace can share assets only with other
|
|
284
|
+
* users or groups in the same namespace. They can't see users and groups in other
|
|
285
|
+
* namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
|
|
286
|
+
* Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a
|
|
287
|
+
* limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with
|
|
288
|
+
* Amazon Web Services Support. </p>
|
|
289
|
+
*/
|
|
178
290
|
createNamespace(args: CreateNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateNamespaceCommandOutput>;
|
|
179
291
|
createNamespace(args: CreateNamespaceCommandInput, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
180
292
|
createNamespace(args: CreateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
181
|
-
|
|
293
|
+
/**
|
|
294
|
+
* <p>Creates a template from an existing Amazon QuickSight analysis or template. You can use the resulting
|
|
295
|
+
* template to create a dashboard.</p>
|
|
296
|
+
* <p>A <i>template</i> is an entity in Amazon QuickSight that encapsulates the metadata
|
|
297
|
+
* required to create an analysis and that you can use to create s dashboard. A template adds
|
|
298
|
+
* a layer of abstraction by using placeholders to replace the dataset associated with the
|
|
299
|
+
* analysis. You can use templates to create dashboards by replacing dataset placeholders
|
|
300
|
+
* with datasets that follow the same schema that was used to create the source analysis
|
|
301
|
+
* and template.</p>
|
|
302
|
+
*/
|
|
182
303
|
createTemplate(args: CreateTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateTemplateCommandOutput>;
|
|
183
304
|
createTemplate(args: CreateTemplateCommandInput, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
|
|
184
305
|
createTemplate(args: CreateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
|
|
185
|
-
|
|
306
|
+
/**
|
|
307
|
+
* <p>Creates a template alias for a template.</p>
|
|
308
|
+
*/
|
|
186
309
|
createTemplateAlias(args: CreateTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateTemplateAliasCommandOutput>;
|
|
187
310
|
createTemplateAlias(args: CreateTemplateAliasCommandInput, cb: (err: any, data?: CreateTemplateAliasCommandOutput) => void): void;
|
|
188
311
|
createTemplateAlias(args: CreateTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateAliasCommandOutput) => void): void;
|
|
189
|
-
|
|
312
|
+
/**
|
|
313
|
+
* <p>Creates a theme.</p>
|
|
314
|
+
* <p>A <i>theme</i> is set of configuration options for color and layout.
|
|
315
|
+
* Themes apply to analyses and dashboards. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html">Using
|
|
316
|
+
* Themes in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
317
|
+
*/
|
|
190
318
|
createTheme(args: CreateThemeCommandInput, options?: __HttpHandlerOptions): Promise<CreateThemeCommandOutput>;
|
|
191
319
|
createTheme(args: CreateThemeCommandInput, cb: (err: any, data?: CreateThemeCommandOutput) => void): void;
|
|
192
320
|
createTheme(args: CreateThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThemeCommandOutput) => void): void;
|
|
193
|
-
|
|
321
|
+
/**
|
|
322
|
+
* <p>Creates a theme alias for a theme.</p>
|
|
323
|
+
*/
|
|
194
324
|
createThemeAlias(args: CreateThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateThemeAliasCommandOutput>;
|
|
195
325
|
createThemeAlias(args: CreateThemeAliasCommandInput, cb: (err: any, data?: CreateThemeAliasCommandOutput) => void): void;
|
|
196
326
|
createThemeAlias(args: CreateThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThemeAliasCommandOutput) => void): void;
|
|
197
|
-
|
|
327
|
+
/**
|
|
328
|
+
* <p>Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified
|
|
329
|
+
* Amazon Web Services account and Amazon QuickSight namespace.</p>
|
|
330
|
+
*/
|
|
198
331
|
deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountCustomizationCommandOutput>;
|
|
199
332
|
deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void): void;
|
|
200
333
|
deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void): void;
|
|
201
|
-
|
|
334
|
+
/**
|
|
335
|
+
* <p>Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during
|
|
336
|
+
* which you can restore the analysis. If you don't specify a recovery window value, the
|
|
337
|
+
* operation defaults to 30 days. Amazon QuickSight attaches a <code>DeletionTime</code> stamp to
|
|
338
|
+
* the response that specifies the end of the recovery window. At the end of the recovery
|
|
339
|
+
* window, Amazon QuickSight deletes the analysis permanently.</p>
|
|
340
|
+
* <p>At any time before recovery window ends, you can use the <code>RestoreAnalysis</code>
|
|
341
|
+
* API operation to remove the <code>DeletionTime</code> stamp and cancel the deletion of
|
|
342
|
+
* the analysis. The analysis remains visible in the API until it's deleted, so you can
|
|
343
|
+
* describe it but you can't make a template from it.</p>
|
|
344
|
+
* <p>An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console.
|
|
345
|
+
* To access it in the console, restore it. Deleting an analysis doesn't delete the
|
|
346
|
+
* dashboards that you publish from it.</p>
|
|
347
|
+
*/
|
|
202
348
|
deleteAnalysis(args: DeleteAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnalysisCommandOutput>;
|
|
203
349
|
deleteAnalysis(args: DeleteAnalysisCommandInput, cb: (err: any, data?: DeleteAnalysisCommandOutput) => void): void;
|
|
204
350
|
deleteAnalysis(args: DeleteAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnalysisCommandOutput) => void): void;
|
|
205
|
-
|
|
351
|
+
/**
|
|
352
|
+
* <p>Deletes a dashboard.</p>
|
|
353
|
+
*/
|
|
206
354
|
deleteDashboard(args: DeleteDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDashboardCommandOutput>;
|
|
207
355
|
deleteDashboard(args: DeleteDashboardCommandInput, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
|
|
208
356
|
deleteDashboard(args: DeleteDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
|
|
209
|
-
|
|
357
|
+
/**
|
|
358
|
+
* <p>Deletes a dataset.</p>
|
|
359
|
+
*/
|
|
210
360
|
deleteDataSet(args: DeleteDataSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSetCommandOutput>;
|
|
211
361
|
deleteDataSet(args: DeleteDataSetCommandInput, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
|
|
212
362
|
deleteDataSet(args: DeleteDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
|
|
213
|
-
|
|
363
|
+
/**
|
|
364
|
+
* <p>Deletes the data source permanently. This operation breaks
|
|
365
|
+
* all the datasets that reference the deleted data source.</p>
|
|
366
|
+
*/
|
|
214
367
|
deleteDataSource(args: DeleteDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSourceCommandOutput>;
|
|
215
368
|
deleteDataSource(args: DeleteDataSourceCommandInput, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
|
|
216
369
|
deleteDataSource(args: DeleteDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
|
|
217
|
-
|
|
370
|
+
/**
|
|
371
|
+
* <p>Deletes an empty folder.</p>
|
|
372
|
+
*/
|
|
218
373
|
deleteFolder(args: DeleteFolderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFolderCommandOutput>;
|
|
219
374
|
deleteFolder(args: DeleteFolderCommandInput, cb: (err: any, data?: DeleteFolderCommandOutput) => void): void;
|
|
220
375
|
deleteFolder(args: DeleteFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFolderCommandOutput) => void): void;
|
|
221
|
-
|
|
376
|
+
/**
|
|
377
|
+
* <p>Removes an asset, such as a dashboard, analysis, or dataset, from a folder.</p>
|
|
378
|
+
*/
|
|
222
379
|
deleteFolderMembership(args: DeleteFolderMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFolderMembershipCommandOutput>;
|
|
223
380
|
deleteFolderMembership(args: DeleteFolderMembershipCommandInput, cb: (err: any, data?: DeleteFolderMembershipCommandOutput) => void): void;
|
|
224
381
|
deleteFolderMembership(args: DeleteFolderMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFolderMembershipCommandOutput) => void): void;
|
|
225
|
-
|
|
382
|
+
/**
|
|
383
|
+
* <p>Removes a user group from Amazon QuickSight. </p>
|
|
384
|
+
*/
|
|
226
385
|
deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
|
|
227
386
|
deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
|
|
228
387
|
deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
|
|
229
|
-
|
|
388
|
+
/**
|
|
389
|
+
* <p>Removes a user from a group so that the user is no longer a member of the group.</p>
|
|
390
|
+
*/
|
|
230
391
|
deleteGroupMembership(args: DeleteGroupMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupMembershipCommandOutput>;
|
|
231
392
|
deleteGroupMembership(args: DeleteGroupMembershipCommandInput, cb: (err: any, data?: DeleteGroupMembershipCommandOutput) => void): void;
|
|
232
393
|
deleteGroupMembership(args: DeleteGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupMembershipCommandOutput) => void): void;
|
|
233
|
-
|
|
394
|
+
/**
|
|
395
|
+
* <p>Deletes an existing IAM policy assignment.</p>
|
|
396
|
+
*/
|
|
234
397
|
deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIAMPolicyAssignmentCommandOutput>;
|
|
235
398
|
deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, cb: (err: any, data?: DeleteIAMPolicyAssignmentCommandOutput) => void): void;
|
|
236
399
|
deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIAMPolicyAssignmentCommandOutput) => void): void;
|
|
237
|
-
|
|
400
|
+
/**
|
|
401
|
+
* <p>Deletes a namespace and the users and groups that are associated with the namespace.
|
|
402
|
+
* This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not
|
|
403
|
+
* deleted. To delete these assets, you use the API operations for the relevant asset. </p>
|
|
404
|
+
*/
|
|
238
405
|
deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
|
|
239
406
|
deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
240
407
|
deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
241
|
-
|
|
408
|
+
/**
|
|
409
|
+
* <p>Deletes a template.</p>
|
|
410
|
+
*/
|
|
242
411
|
deleteTemplate(args: DeleteTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTemplateCommandOutput>;
|
|
243
412
|
deleteTemplate(args: DeleteTemplateCommandInput, cb: (err: any, data?: DeleteTemplateCommandOutput) => void): void;
|
|
244
413
|
deleteTemplate(args: DeleteTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateCommandOutput) => void): void;
|
|
245
|
-
|
|
414
|
+
/**
|
|
415
|
+
* <p>Deletes the item that the specified template alias points to. If you provide a specific
|
|
416
|
+
* alias, you delete the version of the template that the alias points to.</p>
|
|
417
|
+
*/
|
|
246
418
|
deleteTemplateAlias(args: DeleteTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTemplateAliasCommandOutput>;
|
|
247
419
|
deleteTemplateAlias(args: DeleteTemplateAliasCommandInput, cb: (err: any, data?: DeleteTemplateAliasCommandOutput) => void): void;
|
|
248
420
|
deleteTemplateAlias(args: DeleteTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateAliasCommandOutput) => void): void;
|
|
249
|
-
|
|
421
|
+
/**
|
|
422
|
+
* <p>Deletes a theme.</p>
|
|
423
|
+
*/
|
|
250
424
|
deleteTheme(args: DeleteThemeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThemeCommandOutput>;
|
|
251
425
|
deleteTheme(args: DeleteThemeCommandInput, cb: (err: any, data?: DeleteThemeCommandOutput) => void): void;
|
|
252
426
|
deleteTheme(args: DeleteThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThemeCommandOutput) => void): void;
|
|
253
|
-
|
|
427
|
+
/**
|
|
428
|
+
* <p>Deletes the version of the theme that the specified theme alias points to.
|
|
429
|
+
* If you provide a specific alias, you delete the version of the theme
|
|
430
|
+
* that the alias points to.</p>
|
|
431
|
+
*/
|
|
254
432
|
deleteThemeAlias(args: DeleteThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThemeAliasCommandOutput>;
|
|
255
433
|
deleteThemeAlias(args: DeleteThemeAliasCommandInput, cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void): void;
|
|
256
434
|
deleteThemeAlias(args: DeleteThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void): void;
|
|
257
|
-
|
|
435
|
+
/**
|
|
436
|
+
* <p>Deletes the Amazon QuickSight user that is associated with the identity of the
|
|
437
|
+
* Identity and Access Management (IAM) user or role that's making the call. The IAM user
|
|
438
|
+
* isn't deleted as a result of this call. </p>
|
|
439
|
+
*/
|
|
258
440
|
deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
259
441
|
deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
260
442
|
deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
261
|
-
|
|
443
|
+
/**
|
|
444
|
+
* <p>Deletes a user identified by its principal ID. </p>
|
|
445
|
+
*/
|
|
262
446
|
deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserByPrincipalIdCommandOutput>;
|
|
263
447
|
deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void): void;
|
|
264
448
|
deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void): void;
|
|
265
|
-
|
|
449
|
+
/**
|
|
450
|
+
* <p>Describes the customizations associated with the provided Amazon Web Services account and Amazon
|
|
451
|
+
* Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which
|
|
452
|
+
* customizations to apply by running this API operation with the <code>Resolved</code> flag
|
|
453
|
+
* included. </p>
|
|
454
|
+
* <p>To determine what customizations display when you run this command, it can help to
|
|
455
|
+
* visualize the relationship of the entities involved. </p>
|
|
456
|
+
* <ul>
|
|
457
|
+
* <li>
|
|
458
|
+
* <p>
|
|
459
|
+
* <code>Amazon Web Services account</code> - The Amazon Web Services account exists at the top of the hierarchy.
|
|
460
|
+
* It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
|
|
461
|
+
* subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region.
|
|
462
|
+
* That's where your free SPICE capacity is located. You can use Amazon QuickSight in any
|
|
463
|
+
* supported Amazon Web Services Region. </p>
|
|
464
|
+
* </li>
|
|
465
|
+
* <li>
|
|
466
|
+
* <p>
|
|
467
|
+
* <code>Amazon Web Services Region</code> - In each Amazon Web Services Region where you sign in to Amazon QuickSight
|
|
468
|
+
* at least once, Amazon QuickSight acts as a separate instance of the same service. If
|
|
469
|
+
* you have a user directory, it resides in us-east-1, which is the US East (N.
|
|
470
|
+
* Virginia). Generally speaking, these users have access to Amazon QuickSight in any
|
|
471
|
+
* Amazon Web Services Region, unless they are constrained to a namespace. </p>
|
|
472
|
+
* <p>To run the command in a different Amazon Web Services Region, you change your Region settings.
|
|
473
|
+
* If you're using the CLI, you can use one of the following options:</p>
|
|
474
|
+
* <ul>
|
|
475
|
+
* <li>
|
|
476
|
+
* <p>Use <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html">command line options</a>. </p>
|
|
477
|
+
* </li>
|
|
478
|
+
* <li>
|
|
479
|
+
* <p>Use <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html">named profiles</a>. </p>
|
|
480
|
+
* </li>
|
|
481
|
+
* <li>
|
|
482
|
+
* <p>Run <code>aws configure</code> to change your default Amazon Web Services Region. Use
|
|
483
|
+
* Enter to key the same settings for your keys. For more information, see
|
|
484
|
+
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">Configuring the CLI</a>.</p>
|
|
485
|
+
* </li>
|
|
486
|
+
* </ul>
|
|
487
|
+
* </li>
|
|
488
|
+
* <li>
|
|
489
|
+
* <p>
|
|
490
|
+
* <code>Namespace</code> - A QuickSight namespace is a partition that contains
|
|
491
|
+
* users and assets (data sources, datasets, dashboards, and so on). To access
|
|
492
|
+
* assets that are in a specific namespace, users and groups must also be part of
|
|
493
|
+
* the same namespace. People who share a namespace are completely isolated from
|
|
494
|
+
* users and assets in other namespaces, even if they are in the same Amazon Web Services account
|
|
495
|
+
* and Amazon Web Services Region.</p>
|
|
496
|
+
* </li>
|
|
497
|
+
* <li>
|
|
498
|
+
* <p>
|
|
499
|
+
* <code>Applied customizations</code> - Within an Amazon Web Services Region, a set of
|
|
500
|
+
* Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace.
|
|
501
|
+
* Settings that you apply to a namespace override settings that you apply to an
|
|
502
|
+
* Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in
|
|
503
|
+
* other Amazon Web Services Regions, run the <code>CreateAccountCustomization</code> command in
|
|
504
|
+
* each Amazon Web Services Region where you want to apply the same customizations. </p>
|
|
505
|
+
* </li>
|
|
506
|
+
* </ul>
|
|
507
|
+
*/
|
|
266
508
|
describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCustomizationCommandOutput>;
|
|
267
509
|
describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void): void;
|
|
268
510
|
describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void): void;
|
|
269
|
-
|
|
511
|
+
/**
|
|
512
|
+
* <p>Describes the settings that were used when your Amazon QuickSight subscription was first
|
|
513
|
+
* created in this Amazon Web Services account.</p>
|
|
514
|
+
*/
|
|
270
515
|
describeAccountSettings(args: DescribeAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountSettingsCommandOutput>;
|
|
271
516
|
describeAccountSettings(args: DescribeAccountSettingsCommandInput, cb: (err: any, data?: DescribeAccountSettingsCommandOutput) => void): void;
|
|
272
517
|
describeAccountSettings(args: DescribeAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountSettingsCommandOutput) => void): void;
|
|
273
|
-
|
|
518
|
+
/**
|
|
519
|
+
* <p>Use the DescribeAccountSubscription operation to receive a description of a Amazon QuickSight account's subscription. A successful API call returns an <code>AccountInfo</code> object that includes an account's name, subscription status, authentication type, edition, and notification email address.</p>
|
|
520
|
+
*/
|
|
274
521
|
describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
275
522
|
describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void): void;
|
|
276
523
|
describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void): void;
|
|
277
|
-
|
|
524
|
+
/**
|
|
525
|
+
* <p>Provides a summary of the metadata for an analysis.</p>
|
|
526
|
+
*/
|
|
278
527
|
describeAnalysis(args: DescribeAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisCommandOutput>;
|
|
279
528
|
describeAnalysis(args: DescribeAnalysisCommandInput, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
|
|
280
529
|
describeAnalysis(args: DescribeAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
|
|
281
|
-
|
|
530
|
+
/**
|
|
531
|
+
* <p>Provides the read and write permissions for an analysis.</p>
|
|
532
|
+
*/
|
|
282
533
|
describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
283
534
|
describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void): void;
|
|
284
535
|
describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void): void;
|
|
285
|
-
|
|
536
|
+
/**
|
|
537
|
+
* <p>Provides a summary for a dashboard.</p>
|
|
538
|
+
*/
|
|
286
539
|
describeDashboard(args: DescribeDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardCommandOutput>;
|
|
287
540
|
describeDashboard(args: DescribeDashboardCommandInput, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
|
|
288
541
|
describeDashboard(args: DescribeDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
|
|
289
|
-
|
|
542
|
+
/**
|
|
543
|
+
* <p>Describes read and write permissions for a dashboard.</p>
|
|
544
|
+
*/
|
|
290
545
|
describeDashboardPermissions(args: DescribeDashboardPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
291
546
|
describeDashboardPermissions(args: DescribeDashboardPermissionsCommandInput, cb: (err: any, data?: DescribeDashboardPermissionsCommandOutput) => void): void;
|
|
292
547
|
describeDashboardPermissions(args: DescribeDashboardPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardPermissionsCommandOutput) => void): void;
|
|
293
|
-
|
|
548
|
+
/**
|
|
549
|
+
* <p>Describes a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>
|
|
550
|
+
*/
|
|
294
551
|
describeDataSet(args: DescribeDataSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetCommandOutput>;
|
|
295
552
|
describeDataSet(args: DescribeDataSetCommandInput, cb: (err: any, data?: DescribeDataSetCommandOutput) => void): void;
|
|
296
553
|
describeDataSet(args: DescribeDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetCommandOutput) => void): void;
|
|
297
|
-
|
|
554
|
+
/**
|
|
555
|
+
* <p>Describes the permissions on a dataset.</p>
|
|
556
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
|
|
557
|
+
*/
|
|
298
558
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
299
559
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
|
|
300
560
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
|
|
301
|
-
|
|
561
|
+
/**
|
|
562
|
+
* <p>Describes a data source.</p>
|
|
563
|
+
*/
|
|
302
564
|
describeDataSource(args: DescribeDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourceCommandOutput>;
|
|
303
565
|
describeDataSource(args: DescribeDataSourceCommandInput, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
|
|
304
566
|
describeDataSource(args: DescribeDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
|
|
305
|
-
|
|
567
|
+
/**
|
|
568
|
+
* <p>Describes the resource permissions for a data source.</p>
|
|
569
|
+
*/
|
|
306
570
|
describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
307
571
|
describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void): void;
|
|
308
572
|
describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void): void;
|
|
309
|
-
|
|
573
|
+
/**
|
|
574
|
+
* <p>Describes a folder.</p>
|
|
575
|
+
*/
|
|
310
576
|
describeFolder(args: DescribeFolderCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderCommandOutput>;
|
|
311
577
|
describeFolder(args: DescribeFolderCommandInput, cb: (err: any, data?: DescribeFolderCommandOutput) => void): void;
|
|
312
578
|
describeFolder(args: DescribeFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderCommandOutput) => void): void;
|
|
313
|
-
|
|
579
|
+
/**
|
|
580
|
+
* <p>Describes permissions for a folder.</p>
|
|
581
|
+
*/
|
|
314
582
|
describeFolderPermissions(args: DescribeFolderPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderPermissionsCommandOutput>;
|
|
315
583
|
describeFolderPermissions(args: DescribeFolderPermissionsCommandInput, cb: (err: any, data?: DescribeFolderPermissionsCommandOutput) => void): void;
|
|
316
584
|
describeFolderPermissions(args: DescribeFolderPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderPermissionsCommandOutput) => void): void;
|
|
317
|
-
|
|
585
|
+
/**
|
|
586
|
+
* <p>Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.</p>
|
|
587
|
+
*/
|
|
318
588
|
describeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
319
589
|
describeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, cb: (err: any, data?: DescribeFolderResolvedPermissionsCommandOutput) => void): void;
|
|
320
590
|
describeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderResolvedPermissionsCommandOutput) => void): void;
|
|
321
|
-
|
|
591
|
+
/**
|
|
592
|
+
* <p>Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). </p>
|
|
593
|
+
*/
|
|
322
594
|
describeGroup(args: DescribeGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGroupCommandOutput>;
|
|
323
595
|
describeGroup(args: DescribeGroupCommandInput, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
|
|
324
596
|
describeGroup(args: DescribeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
|
|
325
|
-
|
|
597
|
+
/**
|
|
598
|
+
* <p>Use the <code>DescribeGroupMembership</code> operation to determine if a user is a
|
|
599
|
+
* member of the specified group. If the user exists and is a member of the specified
|
|
600
|
+
* group, an associated <code>GroupMember</code> object is returned.</p>
|
|
601
|
+
*/
|
|
326
602
|
describeGroupMembership(args: DescribeGroupMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGroupMembershipCommandOutput>;
|
|
327
603
|
describeGroupMembership(args: DescribeGroupMembershipCommandInput, cb: (err: any, data?: DescribeGroupMembershipCommandOutput) => void): void;
|
|
328
604
|
describeGroupMembership(args: DescribeGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupMembershipCommandOutput) => void): void;
|
|
329
|
-
|
|
605
|
+
/**
|
|
606
|
+
* <p>Describes an existing IAM policy assignment, as specified by the assignment name.</p>
|
|
607
|
+
*/
|
|
330
608
|
describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIAMPolicyAssignmentCommandOutput>;
|
|
331
609
|
describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, cb: (err: any, data?: DescribeIAMPolicyAssignmentCommandOutput) => void): void;
|
|
332
610
|
describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIAMPolicyAssignmentCommandOutput) => void): void;
|
|
333
|
-
|
|
611
|
+
/**
|
|
612
|
+
* <p>Describes a SPICE ingestion.</p>
|
|
613
|
+
*/
|
|
334
614
|
describeIngestion(args: DescribeIngestionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIngestionCommandOutput>;
|
|
335
615
|
describeIngestion(args: DescribeIngestionCommandInput, cb: (err: any, data?: DescribeIngestionCommandOutput) => void): void;
|
|
336
616
|
describeIngestion(args: DescribeIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIngestionCommandOutput) => void): void;
|
|
337
|
-
|
|
617
|
+
/**
|
|
618
|
+
* <p>Provides a summary and status of IP rules.</p>
|
|
619
|
+
*/
|
|
338
620
|
describeIpRestriction(args: DescribeIpRestrictionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpRestrictionCommandOutput>;
|
|
339
621
|
describeIpRestriction(args: DescribeIpRestrictionCommandInput, cb: (err: any, data?: DescribeIpRestrictionCommandOutput) => void): void;
|
|
340
622
|
describeIpRestriction(args: DescribeIpRestrictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpRestrictionCommandOutput) => void): void;
|
|
341
|
-
|
|
623
|
+
/**
|
|
624
|
+
* <p>Describes the current namespace.</p>
|
|
625
|
+
*/
|
|
342
626
|
describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
|
|
343
627
|
describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
344
628
|
describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
345
|
-
|
|
629
|
+
/**
|
|
630
|
+
* <p>Describes a template's metadata.</p>
|
|
631
|
+
*/
|
|
346
632
|
describeTemplate(args: DescribeTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplateCommandOutput>;
|
|
347
633
|
describeTemplate(args: DescribeTemplateCommandInput, cb: (err: any, data?: DescribeTemplateCommandOutput) => void): void;
|
|
348
634
|
describeTemplate(args: DescribeTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateCommandOutput) => void): void;
|
|
349
|
-
|
|
635
|
+
/**
|
|
636
|
+
* <p>Describes the template alias for a template.</p>
|
|
637
|
+
*/
|
|
350
638
|
describeTemplateAlias(args: DescribeTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplateAliasCommandOutput>;
|
|
351
639
|
describeTemplateAlias(args: DescribeTemplateAliasCommandInput, cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void): void;
|
|
352
640
|
describeTemplateAlias(args: DescribeTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void): void;
|
|
353
|
-
|
|
641
|
+
/**
|
|
642
|
+
* <p>Describes read and write permissions on a template.</p>
|
|
643
|
+
*/
|
|
354
644
|
describeTemplatePermissions(args: DescribeTemplatePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplatePermissionsCommandOutput>;
|
|
355
645
|
describeTemplatePermissions(args: DescribeTemplatePermissionsCommandInput, cb: (err: any, data?: DescribeTemplatePermissionsCommandOutput) => void): void;
|
|
356
646
|
describeTemplatePermissions(args: DescribeTemplatePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplatePermissionsCommandOutput) => void): void;
|
|
357
|
-
|
|
647
|
+
/**
|
|
648
|
+
* <p>Describes a theme.</p>
|
|
649
|
+
*/
|
|
358
650
|
describeTheme(args: DescribeThemeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemeCommandOutput>;
|
|
359
651
|
describeTheme(args: DescribeThemeCommandInput, cb: (err: any, data?: DescribeThemeCommandOutput) => void): void;
|
|
360
652
|
describeTheme(args: DescribeThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemeCommandOutput) => void): void;
|
|
361
|
-
|
|
653
|
+
/**
|
|
654
|
+
* <p>Describes the alias for a theme.</p>
|
|
655
|
+
*/
|
|
362
656
|
describeThemeAlias(args: DescribeThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemeAliasCommandOutput>;
|
|
363
657
|
describeThemeAlias(args: DescribeThemeAliasCommandInput, cb: (err: any, data?: DescribeThemeAliasCommandOutput) => void): void;
|
|
364
658
|
describeThemeAlias(args: DescribeThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemeAliasCommandOutput) => void): void;
|
|
365
|
-
|
|
659
|
+
/**
|
|
660
|
+
* <p>Describes the read and write permissions for a theme.</p>
|
|
661
|
+
*/
|
|
366
662
|
describeThemePermissions(args: DescribeThemePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemePermissionsCommandOutput>;
|
|
367
663
|
describeThemePermissions(args: DescribeThemePermissionsCommandInput, cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void): void;
|
|
368
664
|
describeThemePermissions(args: DescribeThemePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void): void;
|
|
369
|
-
|
|
665
|
+
/**
|
|
666
|
+
* <p>Returns information about a user, given the user name. </p>
|
|
667
|
+
*/
|
|
370
668
|
describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
|
|
371
669
|
describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
372
670
|
describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
373
|
-
|
|
671
|
+
/**
|
|
672
|
+
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.</p>
|
|
673
|
+
* <p>The following rules apply to the generated URL:</p>
|
|
674
|
+
* <ul>
|
|
675
|
+
* <li>
|
|
676
|
+
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p>
|
|
677
|
+
* </li>
|
|
678
|
+
* <li>
|
|
679
|
+
* <p>The URL validity period should not be confused with the actual session lifetime that can be customized using the <code>
|
|
680
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
|
|
681
|
+
* </code> parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p>
|
|
682
|
+
* </li>
|
|
683
|
+
* <li>
|
|
684
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
685
|
+
* </li>
|
|
686
|
+
* </ul>
|
|
687
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in the <i>Amazon QuickSight User
|
|
688
|
+
* Guide</i>.</p>
|
|
689
|
+
* <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
|
|
690
|
+
*/
|
|
374
691
|
generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, options?: __HttpHandlerOptions): Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
|
|
375
692
|
generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForAnonymousUserCommandOutput) => void): void;
|
|
376
693
|
generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForAnonymousUserCommandOutput) => void): void;
|
|
377
|
-
|
|
694
|
+
/**
|
|
695
|
+
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account.
|
|
696
|
+
* Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
|
|
697
|
+
* <p>The following rules apply to the generated URL:</p>
|
|
698
|
+
* <ul>
|
|
699
|
+
* <li>
|
|
700
|
+
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p>
|
|
701
|
+
* </li>
|
|
702
|
+
* <li>
|
|
703
|
+
* <p>The URL validity period should not be confused with the actual session lifetime
|
|
704
|
+
* that can be customized using the <code>
|
|
705
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html#QS-GenerateEmbedUrlForRegisteredUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
|
|
706
|
+
* </code> parameter.</p>
|
|
707
|
+
* <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p>
|
|
708
|
+
* </li>
|
|
709
|
+
* <li>
|
|
710
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
711
|
+
* </li>
|
|
712
|
+
* </ul>
|
|
713
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in the <i>Amazon QuickSight User
|
|
714
|
+
* Guide</i>.</p>
|
|
715
|
+
* <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
|
|
716
|
+
*/
|
|
378
717
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options?: __HttpHandlerOptions): Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
379
718
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
|
|
380
719
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
|
|
381
|
-
|
|
720
|
+
/**
|
|
721
|
+
* <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon 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>
|
|
722
|
+
* <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>
|
|
723
|
+
* <ul>
|
|
724
|
+
* <li>
|
|
725
|
+
* <p>They must be used together.</p>
|
|
726
|
+
* </li>
|
|
727
|
+
* <li>
|
|
728
|
+
* <p>They can be used one time only.</p>
|
|
729
|
+
* </li>
|
|
730
|
+
* <li>
|
|
731
|
+
* <p>They are valid for 5 minutes after you run this command.</p>
|
|
732
|
+
* </li>
|
|
733
|
+
* <li>
|
|
734
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
735
|
+
* </li>
|
|
736
|
+
* <li>
|
|
737
|
+
* <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>
|
|
738
|
+
* </li>
|
|
739
|
+
* </ul>
|
|
740
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User
|
|
741
|
+
* Guide</i>.</p>
|
|
742
|
+
* <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
|
|
743
|
+
*/
|
|
382
744
|
getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetDashboardEmbedUrlCommandOutput>;
|
|
383
745
|
getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, cb: (err: any, data?: GetDashboardEmbedUrlCommandOutput) => void): void;
|
|
384
746
|
getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDashboardEmbedUrlCommandOutput) => void): void;
|
|
385
|
-
|
|
747
|
+
/**
|
|
748
|
+
* <p>Generates a session URL and authorization code that you can use to embed the Amazon
|
|
749
|
+
* Amazon QuickSight console in your web server code. Use <code>GetSessionEmbedUrl</code> where
|
|
750
|
+
* you want to provide an authoring portal that allows users to create data sources,
|
|
751
|
+
* datasets, analyses, and dashboards. The users who access an embedded Amazon QuickSight console
|
|
752
|
+
* need belong to the author or admin security cohort. If you want to restrict permissions
|
|
753
|
+
* to some of these features, add a custom permissions profile to the user with the
|
|
754
|
+
* <code>
|
|
755
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
|
|
756
|
+
* </code> API operation. Use <code>
|
|
757
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
|
|
758
|
+
* </code>
|
|
759
|
+
* API operation to add a new user with a custom permission profile attached. For more
|
|
760
|
+
* information, see the following sections in the <i>Amazon QuickSight User
|
|
761
|
+
* Guide</i>:</p>
|
|
762
|
+
* <ul>
|
|
763
|
+
* <li>
|
|
764
|
+
* <p>
|
|
765
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedding Analytics</a>
|
|
766
|
+
* </p>
|
|
767
|
+
* </li>
|
|
768
|
+
* <li>
|
|
769
|
+
* <p>
|
|
770
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon QuickSight Console</a>
|
|
771
|
+
* </p>
|
|
772
|
+
* </li>
|
|
773
|
+
* </ul>
|
|
774
|
+
*/
|
|
386
775
|
getSessionEmbedUrl(args: GetSessionEmbedUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionEmbedUrlCommandOutput>;
|
|
387
776
|
getSessionEmbedUrl(args: GetSessionEmbedUrlCommandInput, cb: (err: any, data?: GetSessionEmbedUrlCommandOutput) => void): void;
|
|
388
777
|
getSessionEmbedUrl(args: GetSessionEmbedUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionEmbedUrlCommandOutput) => void): void;
|
|
389
|
-
|
|
778
|
+
/**
|
|
779
|
+
* <p>Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.</p>
|
|
780
|
+
*/
|
|
390
781
|
listAnalyses(args: ListAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalysesCommandOutput>;
|
|
391
782
|
listAnalyses(args: ListAnalysesCommandInput, cb: (err: any, data?: ListAnalysesCommandOutput) => void): void;
|
|
392
783
|
listAnalyses(args: ListAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalysesCommandOutput) => void): void;
|
|
393
|
-
|
|
784
|
+
/**
|
|
785
|
+
* <p>Lists dashboards in an Amazon Web Services account.</p>
|
|
786
|
+
*/
|
|
394
787
|
listDashboards(args: ListDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardsCommandOutput>;
|
|
395
788
|
listDashboards(args: ListDashboardsCommandInput, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
|
|
396
789
|
listDashboards(args: ListDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
|
|
397
|
-
|
|
790
|
+
/**
|
|
791
|
+
* <p>Lists all the versions of the dashboards in the Amazon QuickSight subscription.</p>
|
|
792
|
+
*/
|
|
398
793
|
listDashboardVersions(args: ListDashboardVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardVersionsCommandOutput>;
|
|
399
794
|
listDashboardVersions(args: ListDashboardVersionsCommandInput, cb: (err: any, data?: ListDashboardVersionsCommandOutput) => void): void;
|
|
400
795
|
listDashboardVersions(args: ListDashboardVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardVersionsCommandOutput) => void): void;
|
|
401
|
-
|
|
796
|
+
/**
|
|
797
|
+
* <p>Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.</p>
|
|
798
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/*</code>.</p>
|
|
799
|
+
*/
|
|
800
|
+
listDataSets(args: ListDataSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataSetsCommandOutput>;
|
|
801
|
+
listDataSets(args: ListDataSetsCommandInput, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
|
|
802
|
+
listDataSets(args: ListDataSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
|
|
803
|
+
/**
|
|
804
|
+
* <p>Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.</p>
|
|
805
|
+
*/
|
|
806
|
+
listDataSources(args: ListDataSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataSourcesCommandOutput>;
|
|
807
|
+
listDataSources(args: ListDataSourcesCommandInput, cb: (err: any, data?: ListDataSourcesCommandOutput) => void): void;
|
|
808
|
+
listDataSources(args: ListDataSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSourcesCommandOutput) => void): void;
|
|
809
|
+
/**
|
|
810
|
+
* <p>List all assets (<code>DASHBOARD</code>, <code>ANALYSIS</code>, and <code>DATASET</code>) in a folder. </p>
|
|
811
|
+
*/
|
|
812
|
+
listFolderMembers(args: ListFolderMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListFolderMembersCommandOutput>;
|
|
813
|
+
listFolderMembers(args: ListFolderMembersCommandInput, cb: (err: any, data?: ListFolderMembersCommandOutput) => void): void;
|
|
814
|
+
listFolderMembers(args: ListFolderMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFolderMembersCommandOutput) => void): void;
|
|
815
|
+
/**
|
|
816
|
+
* <p>Lists all folders in an account.</p>
|
|
817
|
+
*/
|
|
818
|
+
listFolders(args: ListFoldersCommandInput, options?: __HttpHandlerOptions): Promise<ListFoldersCommandOutput>;
|
|
819
|
+
listFolders(args: ListFoldersCommandInput, cb: (err: any, data?: ListFoldersCommandOutput) => void): void;
|
|
820
|
+
listFolders(args: ListFoldersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFoldersCommandOutput) => void): void;
|
|
821
|
+
/**
|
|
822
|
+
* <p>Lists member users in a group.</p>
|
|
823
|
+
*/
|
|
824
|
+
listGroupMemberships(args: ListGroupMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupMembershipsCommandOutput>;
|
|
825
|
+
listGroupMemberships(args: ListGroupMembershipsCommandInput, cb: (err: any, data?: ListGroupMembershipsCommandOutput) => void): void;
|
|
826
|
+
listGroupMemberships(args: ListGroupMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupMembershipsCommandOutput) => void): void;
|
|
827
|
+
/**
|
|
828
|
+
* <p>Lists all user groups in Amazon QuickSight. </p>
|
|
829
|
+
*/
|
|
830
|
+
listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
|
|
831
|
+
listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
|
|
832
|
+
listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
|
|
833
|
+
/**
|
|
834
|
+
* <p>Lists IAM policy assignments in the current Amazon QuickSight account.</p>
|
|
835
|
+
*/
|
|
836
|
+
listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListIAMPolicyAssignmentsCommandOutput>;
|
|
837
|
+
listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, cb: (err: any, data?: ListIAMPolicyAssignmentsCommandOutput) => void): void;
|
|
838
|
+
listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIAMPolicyAssignmentsCommandOutput) => void): void;
|
|
839
|
+
/**
|
|
840
|
+
* <p>Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM
|
|
841
|
+
* policies assigned to the specified user and group or groups that the user belongs
|
|
842
|
+
* to.</p>
|
|
843
|
+
*/
|
|
844
|
+
listIAMPolicyAssignmentsForUser(args: ListIAMPolicyAssignmentsForUserCommandInput, options?: __HttpHandlerOptions): Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
845
|
+
listIAMPolicyAssignmentsForUser(args: ListIAMPolicyAssignmentsForUserCommandInput, cb: (err: any, data?: ListIAMPolicyAssignmentsForUserCommandOutput) => void): void;
|
|
846
|
+
listIAMPolicyAssignmentsForUser(args: ListIAMPolicyAssignmentsForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIAMPolicyAssignmentsForUserCommandOutput) => void): void;
|
|
847
|
+
/**
|
|
848
|
+
* <p>Lists the history of SPICE ingestions for a dataset.</p>
|
|
849
|
+
*/
|
|
850
|
+
listIngestions(args: ListIngestionsCommandInput, options?: __HttpHandlerOptions): Promise<ListIngestionsCommandOutput>;
|
|
851
|
+
listIngestions(args: ListIngestionsCommandInput, cb: (err: any, data?: ListIngestionsCommandOutput) => void): void;
|
|
852
|
+
listIngestions(args: ListIngestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIngestionsCommandOutput) => void): void;
|
|
853
|
+
/**
|
|
854
|
+
* <p>Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.</p>
|
|
855
|
+
*/
|
|
856
|
+
listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
|
|
857
|
+
listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
858
|
+
listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
859
|
+
/**
|
|
860
|
+
* <p>Lists the tags assigned to a resource.</p>
|
|
861
|
+
*/
|
|
862
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
863
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
864
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
865
|
+
/**
|
|
866
|
+
* <p>Lists all the aliases of a template.</p>
|
|
867
|
+
*/
|
|
868
|
+
listTemplateAliases(args: ListTemplateAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateAliasesCommandOutput>;
|
|
869
|
+
listTemplateAliases(args: ListTemplateAliasesCommandInput, cb: (err: any, data?: ListTemplateAliasesCommandOutput) => void): void;
|
|
870
|
+
listTemplateAliases(args: ListTemplateAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateAliasesCommandOutput) => void): void;
|
|
871
|
+
/**
|
|
872
|
+
* <p>Lists all the templates in the current Amazon QuickSight account.</p>
|
|
873
|
+
*/
|
|
874
|
+
listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
|
|
875
|
+
listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
876
|
+
listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
877
|
+
/**
|
|
878
|
+
* <p>Lists all the versions of the templates in the current Amazon QuickSight account.</p>
|
|
879
|
+
*/
|
|
880
|
+
listTemplateVersions(args: ListTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateVersionsCommandOutput>;
|
|
881
|
+
listTemplateVersions(args: ListTemplateVersionsCommandInput, cb: (err: any, data?: ListTemplateVersionsCommandOutput) => void): void;
|
|
882
|
+
listTemplateVersions(args: ListTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateVersionsCommandOutput) => void): void;
|
|
883
|
+
/**
|
|
884
|
+
* <p>Lists all the aliases of a theme.</p>
|
|
885
|
+
*/
|
|
886
|
+
listThemeAliases(args: ListThemeAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListThemeAliasesCommandOutput>;
|
|
887
|
+
listThemeAliases(args: ListThemeAliasesCommandInput, cb: (err: any, data?: ListThemeAliasesCommandOutput) => void): void;
|
|
888
|
+
listThemeAliases(args: ListThemeAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemeAliasesCommandOutput) => void): void;
|
|
889
|
+
/**
|
|
890
|
+
* <p>Lists all the themes in the current Amazon Web Services account.</p>
|
|
891
|
+
*/
|
|
892
|
+
listThemes(args: ListThemesCommandInput, options?: __HttpHandlerOptions): Promise<ListThemesCommandOutput>;
|
|
893
|
+
listThemes(args: ListThemesCommandInput, cb: (err: any, data?: ListThemesCommandOutput) => void): void;
|
|
894
|
+
listThemes(args: ListThemesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemesCommandOutput) => void): void;
|
|
895
|
+
/**
|
|
896
|
+
* <p>Lists all the versions of the themes in the current Amazon Web Services account.</p>
|
|
897
|
+
*/
|
|
898
|
+
listThemeVersions(args: ListThemeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListThemeVersionsCommandOutput>;
|
|
899
|
+
listThemeVersions(args: ListThemeVersionsCommandInput, cb: (err: any, data?: ListThemeVersionsCommandOutput) => void): void;
|
|
900
|
+
listThemeVersions(args: ListThemeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemeVersionsCommandOutput) => void): void;
|
|
901
|
+
/**
|
|
902
|
+
* <p>Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.</p>
|
|
903
|
+
*/
|
|
904
|
+
listUserGroups(args: ListUserGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserGroupsCommandOutput>;
|
|
905
|
+
listUserGroups(args: ListUserGroupsCommandInput, cb: (err: any, data?: ListUserGroupsCommandOutput) => void): void;
|
|
906
|
+
listUserGroups(args: ListUserGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserGroupsCommandOutput) => void): void;
|
|
907
|
+
/**
|
|
908
|
+
* <p>Returns a list of all of the Amazon QuickSight users belonging to this account. </p>
|
|
909
|
+
*/
|
|
910
|
+
listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
|
|
911
|
+
listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
912
|
+
listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
913
|
+
/**
|
|
914
|
+
* <p>Creates an Amazon QuickSight user, whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. </p>
|
|
915
|
+
*/
|
|
916
|
+
registerUser(args: RegisterUserCommandInput, options?: __HttpHandlerOptions): Promise<RegisterUserCommandOutput>;
|
|
917
|
+
registerUser(args: RegisterUserCommandInput, cb: (err: any, data?: RegisterUserCommandOutput) => void): void;
|
|
918
|
+
registerUser(args: RegisterUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterUserCommandOutput) => void): void;
|
|
919
|
+
/**
|
|
920
|
+
* <p>Restores an analysis.</p>
|
|
921
|
+
*/
|
|
922
|
+
restoreAnalysis(args: RestoreAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<RestoreAnalysisCommandOutput>;
|
|
923
|
+
restoreAnalysis(args: RestoreAnalysisCommandInput, cb: (err: any, data?: RestoreAnalysisCommandOutput) => void): void;
|
|
924
|
+
restoreAnalysis(args: RestoreAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreAnalysisCommandOutput) => void): void;
|
|
925
|
+
/**
|
|
926
|
+
* <p>Searches for analyses that belong to the user specified in the filter.</p>
|
|
927
|
+
* <note>
|
|
928
|
+
* <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
|
|
929
|
+
* </note>
|
|
930
|
+
*/
|
|
931
|
+
searchAnalyses(args: SearchAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<SearchAnalysesCommandOutput>;
|
|
932
|
+
searchAnalyses(args: SearchAnalysesCommandInput, cb: (err: any, data?: SearchAnalysesCommandOutput) => void): void;
|
|
933
|
+
searchAnalyses(args: SearchAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAnalysesCommandOutput) => void): void;
|
|
934
|
+
/**
|
|
935
|
+
* <p>Searches for dashboards that belong to a user. </p>
|
|
936
|
+
* <note>
|
|
937
|
+
* <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
|
|
938
|
+
* </note>
|
|
939
|
+
*/
|
|
940
|
+
searchDashboards(args: SearchDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<SearchDashboardsCommandOutput>;
|
|
941
|
+
searchDashboards(args: SearchDashboardsCommandInput, cb: (err: any, data?: SearchDashboardsCommandOutput) => void): void;
|
|
942
|
+
searchDashboards(args: SearchDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDashboardsCommandOutput) => void): void;
|
|
943
|
+
/**
|
|
944
|
+
* <p>Searches the subfolders in a folder.</p>
|
|
945
|
+
*/
|
|
946
|
+
searchFolders(args: SearchFoldersCommandInput, options?: __HttpHandlerOptions): Promise<SearchFoldersCommandOutput>;
|
|
947
|
+
searchFolders(args: SearchFoldersCommandInput, cb: (err: any, data?: SearchFoldersCommandOutput) => void): void;
|
|
948
|
+
searchFolders(args: SearchFoldersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFoldersCommandOutput) => void): void;
|
|
949
|
+
/**
|
|
950
|
+
* <p>Use the <code>SearchGroups</code> operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.</p>
|
|
951
|
+
*/
|
|
952
|
+
searchGroups(args: SearchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SearchGroupsCommandOutput>;
|
|
953
|
+
searchGroups(args: SearchGroupsCommandInput, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
954
|
+
searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
955
|
+
/**
|
|
956
|
+
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. </p>
|
|
957
|
+
* <p>Tags can help you organize and categorize your resources. You can also use them to
|
|
958
|
+
* scope user permissions, by granting a user permission to access or change only resources
|
|
959
|
+
* with certain tag values. You can use the <code>TagResource</code> operation with a
|
|
960
|
+
* resource that already has tags. If you specify a new tag key for the resource, this tag
|
|
961
|
+
* is appended to the list of tags associated with the resource. If you specify a tag key
|
|
962
|
+
* that is already associated with the resource, the new tag value that you specify
|
|
963
|
+
* replaces the previous value for that tag.</p>
|
|
964
|
+
* <p>You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data
|
|
965
|
+
* set, data source, dashboard, and template. </p>
|
|
966
|
+
* <p>Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for
|
|
967
|
+
* the following:</p>
|
|
968
|
+
* <ul>
|
|
969
|
+
* <li>
|
|
970
|
+
* <p>You can't use tags to track costs for Amazon QuickSight. This isn't
|
|
971
|
+
* possible because you can't tag the resources that Amazon QuickSight costs are based
|
|
972
|
+
* on, for example Amazon QuickSight storage capacity (SPICE), number of users, type
|
|
973
|
+
* of users, and usage metrics.</p>
|
|
974
|
+
* </li>
|
|
975
|
+
* <li>
|
|
976
|
+
* <p>Amazon QuickSight doesn't currently support the tag editor for Resource Groups.</p>
|
|
977
|
+
* </li>
|
|
978
|
+
* </ul>
|
|
979
|
+
*/
|
|
980
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
981
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
982
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
983
|
+
/**
|
|
984
|
+
* <p>Removes a tag or tags from a resource.</p>
|
|
985
|
+
*/
|
|
986
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
987
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
988
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
989
|
+
/**
|
|
990
|
+
* <p>Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.</p>
|
|
991
|
+
* <p>You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a
|
|
992
|
+
* Amazon QuickSight namespace instead. Customizations that apply to a namespace override
|
|
993
|
+
* customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
|
|
994
|
+
* the <code>DescribeAccountCustomization</code> API operation. </p>
|
|
995
|
+
*/
|
|
996
|
+
updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountCustomizationCommandOutput>;
|
|
997
|
+
updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void): void;
|
|
998
|
+
updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void): void;
|
|
999
|
+
/**
|
|
1000
|
+
* <p>Updates the Amazon QuickSight settings in your Amazon Web Services account.</p>
|
|
1001
|
+
*/
|
|
1002
|
+
updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
|
|
1003
|
+
updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
|
|
1004
|
+
updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>Updates an analysis in Amazon QuickSight</p>
|
|
1007
|
+
*/
|
|
1008
|
+
updateAnalysis(args: UpdateAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnalysisCommandOutput>;
|
|
1009
|
+
updateAnalysis(args: UpdateAnalysisCommandInput, cb: (err: any, data?: UpdateAnalysisCommandOutput) => void): void;
|
|
1010
|
+
updateAnalysis(args: UpdateAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnalysisCommandOutput) => void): void;
|
|
1011
|
+
/**
|
|
1012
|
+
* <p>Updates the read and write permissions for an analysis.</p>
|
|
1013
|
+
*/
|
|
1014
|
+
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
1015
|
+
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
|
|
1016
|
+
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>Updates a dashboard in an Amazon Web Services account.</p>
|
|
1019
|
+
* <note>
|
|
1020
|
+
* <p>Updating a Dashboard creates a new dashboard version but does not immediately publish
|
|
1021
|
+
* the new version. You can update the published version of a dashboard by
|
|
1022
|
+
* using the <code>
|
|
1023
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboardPublishedVersion.html">UpdateDashboardPublishedVersion</a>
|
|
1024
|
+
* </code> API operation.</p>
|
|
1025
|
+
* </note>
|
|
1026
|
+
*/
|
|
1027
|
+
updateDashboard(args: UpdateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardCommandOutput>;
|
|
1028
|
+
updateDashboard(args: UpdateDashboardCommandInput, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
|
|
1029
|
+
updateDashboard(args: UpdateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
|
|
1030
|
+
/**
|
|
1031
|
+
* <p>Updates read and write permissions on a dashboard.</p>
|
|
1032
|
+
*/
|
|
1033
|
+
updateDashboardPermissions(args: UpdateDashboardPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardPermissionsCommandOutput>;
|
|
1034
|
+
updateDashboardPermissions(args: UpdateDashboardPermissionsCommandInput, cb: (err: any, data?: UpdateDashboardPermissionsCommandOutput) => void): void;
|
|
1035
|
+
updateDashboardPermissions(args: UpdateDashboardPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardPermissionsCommandOutput) => void): void;
|
|
1036
|
+
/**
|
|
1037
|
+
* <p>Updates the published version of a dashboard.</p>
|
|
1038
|
+
*/
|
|
1039
|
+
updateDashboardPublishedVersion(args: UpdateDashboardPublishedVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
1040
|
+
updateDashboardPublishedVersion(args: UpdateDashboardPublishedVersionCommandInput, cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void): void;
|
|
1041
|
+
updateDashboardPublishedVersion(args: UpdateDashboardPublishedVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void): void;
|
|
1042
|
+
/**
|
|
1043
|
+
* <p>Updates a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>
|
|
1044
|
+
*/
|
|
1045
|
+
updateDataSet(args: UpdateDataSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSetCommandOutput>;
|
|
1046
|
+
updateDataSet(args: UpdateDataSetCommandInput, cb: (err: any, data?: UpdateDataSetCommandOutput) => void): void;
|
|
1047
|
+
updateDataSet(args: UpdateDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSetCommandOutput) => void): void;
|
|
1048
|
+
/**
|
|
1049
|
+
* <p>Updates the permissions on a dataset.</p>
|
|
1050
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
|
|
1051
|
+
*/
|
|
1052
|
+
updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSetPermissionsCommandOutput>;
|
|
1053
|
+
updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, cb: (err: any, data?: UpdateDataSetPermissionsCommandOutput) => void): void;
|
|
1054
|
+
updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSetPermissionsCommandOutput) => void): void;
|
|
1055
|
+
/**
|
|
1056
|
+
* <p>Updates a data source.</p>
|
|
1057
|
+
*/
|
|
1058
|
+
updateDataSource(args: UpdateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourceCommandOutput>;
|
|
1059
|
+
updateDataSource(args: UpdateDataSourceCommandInput, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
|
|
1060
|
+
updateDataSource(args: UpdateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
|
|
1061
|
+
/**
|
|
1062
|
+
* <p>Updates the permissions to a data source.</p>
|
|
1063
|
+
*/
|
|
1064
|
+
updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
1065
|
+
updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void): void;
|
|
1066
|
+
updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void): void;
|
|
1067
|
+
/**
|
|
1068
|
+
* <p>Updates the name of a folder.</p>
|
|
1069
|
+
*/
|
|
1070
|
+
updateFolder(args: UpdateFolderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFolderCommandOutput>;
|
|
1071
|
+
updateFolder(args: UpdateFolderCommandInput, cb: (err: any, data?: UpdateFolderCommandOutput) => void): void;
|
|
1072
|
+
updateFolder(args: UpdateFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFolderCommandOutput) => void): void;
|
|
1073
|
+
/**
|
|
1074
|
+
* <p>Updates permissions of a folder.</p>
|
|
1075
|
+
*/
|
|
1076
|
+
updateFolderPermissions(args: UpdateFolderPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFolderPermissionsCommandOutput>;
|
|
1077
|
+
updateFolderPermissions(args: UpdateFolderPermissionsCommandInput, cb: (err: any, data?: UpdateFolderPermissionsCommandOutput) => void): void;
|
|
1078
|
+
updateFolderPermissions(args: UpdateFolderPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFolderPermissionsCommandOutput) => void): void;
|
|
1079
|
+
/**
|
|
1080
|
+
* <p>Changes a group description. </p>
|
|
1081
|
+
*/
|
|
1082
|
+
updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
|
|
1083
|
+
updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
|
|
1084
|
+
updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
|
|
1085
|
+
/**
|
|
1086
|
+
* <p>Updates an existing IAM policy assignment. This operation updates only the optional
|
|
1087
|
+
* parameter or parameters that are specified in the request.
|
|
1088
|
+
* This overwrites all of the users included in <code>Identities</code>.
|
|
1089
|
+
* </p>
|
|
1090
|
+
*/
|
|
1091
|
+
updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIAMPolicyAssignmentCommandOutput>;
|
|
1092
|
+
updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, cb: (err: any, data?: UpdateIAMPolicyAssignmentCommandOutput) => void): void;
|
|
1093
|
+
updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIAMPolicyAssignmentCommandOutput) => void): void;
|
|
1094
|
+
/**
|
|
1095
|
+
* <p>Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</p>
|
|
1096
|
+
*/
|
|
1097
|
+
updateIpRestriction(args: UpdateIpRestrictionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIpRestrictionCommandOutput>;
|
|
1098
|
+
updateIpRestriction(args: UpdateIpRestrictionCommandInput, cb: (err: any, data?: UpdateIpRestrictionCommandOutput) => void): void;
|
|
1099
|
+
updateIpRestriction(args: UpdateIpRestrictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIpRestrictionCommandOutput) => void): void;
|
|
1100
|
+
/**
|
|
1101
|
+
* <p>Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn off the
|
|
1102
|
+
* public sharing settings of an Amazon QuickSight dashboard.</p>
|
|
1103
|
+
* <p>To use this operation, turn on session capacity pricing for your Amazon QuickSight
|
|
1104
|
+
* account.</p>
|
|
1105
|
+
* <p>Before you can turn on public sharing on your account, make sure to give public sharing
|
|
1106
|
+
* permissions to an administrative user in the Identity and Access Management (IAM)
|
|
1107
|
+
* console. For more information on using IAM with Amazon QuickSight, see
|
|
1108
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html">Using Amazon QuickSight with IAM</a> in the <i>Amazon QuickSight
|
|
1109
|
+
* User Guide</i>.</p>
|
|
1110
|
+
*/
|
|
1111
|
+
updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePublicSharingSettingsCommandOutput>;
|
|
1112
|
+
updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
|
|
1113
|
+
updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>Updates a template from an existing Amazon QuickSight analysis or another template.</p>
|
|
1116
|
+
*/
|
|
1117
|
+
updateTemplate(args: UpdateTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateCommandOutput>;
|
|
1118
|
+
updateTemplate(args: UpdateTemplateCommandInput, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
|
|
1119
|
+
updateTemplate(args: UpdateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
|
|
1120
|
+
/**
|
|
1121
|
+
* <p>Updates the template alias of a template.</p>
|
|
1122
|
+
*/
|
|
1123
|
+
updateTemplateAlias(args: UpdateTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateAliasCommandOutput>;
|
|
1124
|
+
updateTemplateAlias(args: UpdateTemplateAliasCommandInput, cb: (err: any, data?: UpdateTemplateAliasCommandOutput) => void): void;
|
|
1125
|
+
updateTemplateAlias(args: UpdateTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateAliasCommandOutput) => void): void;
|
|
1126
|
+
/**
|
|
1127
|
+
* <p>Updates the resource permissions for a template.</p>
|
|
1128
|
+
*/
|
|
1129
|
+
updateTemplatePermissions(args: UpdateTemplatePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplatePermissionsCommandOutput>;
|
|
1130
|
+
updateTemplatePermissions(args: UpdateTemplatePermissionsCommandInput, cb: (err: any, data?: UpdateTemplatePermissionsCommandOutput) => void): void;
|
|
1131
|
+
updateTemplatePermissions(args: UpdateTemplatePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplatePermissionsCommandOutput) => void): void;
|
|
1132
|
+
/**
|
|
1133
|
+
* <p>Updates a theme.</p>
|
|
1134
|
+
*/
|
|
1135
|
+
updateTheme(args: UpdateThemeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThemeCommandOutput>;
|
|
1136
|
+
updateTheme(args: UpdateThemeCommandInput, cb: (err: any, data?: UpdateThemeCommandOutput) => void): void;
|
|
1137
|
+
updateTheme(args: UpdateThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemeCommandOutput) => void): void;
|
|
1138
|
+
/**
|
|
1139
|
+
* <p>Updates an alias of a theme.</p>
|
|
1140
|
+
*/
|
|
1141
|
+
updateThemeAlias(args: UpdateThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThemeAliasCommandOutput>;
|
|
1142
|
+
updateThemeAlias(args: UpdateThemeAliasCommandInput, cb: (err: any, data?: UpdateThemeAliasCommandOutput) => void): void;
|
|
1143
|
+
updateThemeAlias(args: UpdateThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemeAliasCommandOutput) => void): void;
|
|
1144
|
+
/**
|
|
1145
|
+
* <p>Updates the resource permissions for a theme. Permissions apply to the action to grant or
|
|
1146
|
+
* revoke permissions on, for example <code>"quicksight:DescribeTheme"</code>.</p>
|
|
1147
|
+
* <p>Theme permissions apply in groupings. Valid groupings include the following for the three
|
|
1148
|
+
* levels of permissions, which are user, owner, or no permissions: </p>
|
|
1149
|
+
* <ul>
|
|
1150
|
+
* <li>
|
|
1151
|
+
* <p>User</p>
|
|
1152
|
+
* <ul>
|
|
1153
|
+
* <li>
|
|
1154
|
+
* <p>
|
|
1155
|
+
* <code>"quicksight:DescribeTheme"</code>
|
|
1156
|
+
* </p>
|
|
1157
|
+
* </li>
|
|
1158
|
+
* <li>
|
|
1159
|
+
* <p>
|
|
1160
|
+
* <code>"quicksight:DescribeThemeAlias"</code>
|
|
1161
|
+
* </p>
|
|
1162
|
+
* </li>
|
|
1163
|
+
* <li>
|
|
1164
|
+
* <p>
|
|
1165
|
+
* <code>"quicksight:ListThemeAliases"</code>
|
|
1166
|
+
* </p>
|
|
1167
|
+
* </li>
|
|
1168
|
+
* <li>
|
|
1169
|
+
* <p>
|
|
1170
|
+
* <code>"quicksight:ListThemeVersions"</code>
|
|
1171
|
+
* </p>
|
|
1172
|
+
* </li>
|
|
1173
|
+
* </ul>
|
|
1174
|
+
* </li>
|
|
1175
|
+
* <li>
|
|
1176
|
+
* <p>Owner</p>
|
|
1177
|
+
* <ul>
|
|
1178
|
+
* <li>
|
|
1179
|
+
* <p>
|
|
1180
|
+
* <code>"quicksight:DescribeTheme"</code>
|
|
1181
|
+
* </p>
|
|
1182
|
+
* </li>
|
|
1183
|
+
* <li>
|
|
1184
|
+
* <p>
|
|
1185
|
+
* <code>"quicksight:DescribeThemeAlias"</code>
|
|
1186
|
+
* </p>
|
|
1187
|
+
* </li>
|
|
1188
|
+
* <li>
|
|
1189
|
+
* <p>
|
|
1190
|
+
* <code>"quicksight:ListThemeAliases"</code>
|
|
1191
|
+
* </p>
|
|
1192
|
+
* </li>
|
|
1193
|
+
* <li>
|
|
1194
|
+
* <p>
|
|
1195
|
+
* <code>"quicksight:ListThemeVersions"</code>
|
|
1196
|
+
* </p>
|
|
1197
|
+
* </li>
|
|
1198
|
+
* <li>
|
|
1199
|
+
* <p>
|
|
1200
|
+
* <code>"quicksight:DeleteTheme"</code>
|
|
1201
|
+
* </p>
|
|
1202
|
+
* </li>
|
|
1203
|
+
* <li>
|
|
1204
|
+
* <p>
|
|
1205
|
+
* <code>"quicksight:UpdateTheme"</code>
|
|
1206
|
+
* </p>
|
|
1207
|
+
* </li>
|
|
1208
|
+
* <li>
|
|
1209
|
+
* <p>
|
|
1210
|
+
* <code>"quicksight:CreateThemeAlias"</code>
|
|
1211
|
+
* </p>
|
|
1212
|
+
* </li>
|
|
1213
|
+
* <li>
|
|
1214
|
+
* <p>
|
|
1215
|
+
* <code>"quicksight:DeleteThemeAlias"</code>
|
|
1216
|
+
* </p>
|
|
1217
|
+
* </li>
|
|
1218
|
+
* <li>
|
|
1219
|
+
* <p>
|
|
1220
|
+
* <code>"quicksight:UpdateThemeAlias"</code>
|
|
1221
|
+
* </p>
|
|
1222
|
+
* </li>
|
|
1223
|
+
* <li>
|
|
1224
|
+
* <p>
|
|
1225
|
+
* <code>"quicksight:UpdateThemePermissions"</code>
|
|
1226
|
+
* </p>
|
|
1227
|
+
* </li>
|
|
1228
|
+
* <li>
|
|
1229
|
+
* <p>
|
|
1230
|
+
* <code>"quicksight:DescribeThemePermissions"</code>
|
|
1231
|
+
* </p>
|
|
1232
|
+
* </li>
|
|
1233
|
+
* </ul>
|
|
1234
|
+
* </li>
|
|
1235
|
+
* <li>
|
|
1236
|
+
* <p>To specify no permissions, omit the permissions list.</p>
|
|
1237
|
+
* </li>
|
|
1238
|
+
* </ul>
|
|
1239
|
+
*/
|
|
1240
|
+
updateThemePermissions(args: UpdateThemePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThemePermissionsCommandOutput>;
|
|
1241
|
+
updateThemePermissions(args: UpdateThemePermissionsCommandInput, cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void): void;
|
|
1242
|
+
updateThemePermissions(args: UpdateThemePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void): void;
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>Updates an Amazon QuickSight user.</p>
|
|
1245
|
+
*/
|
|
1246
|
+
updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
|
|
1247
|
+
updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
|
|
1248
|
+
updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
|
|
1249
|
+
}
|