@aws-sdk/client-quicksight 3.296.0 → 3.297.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/dist-types/QuickSight.d.ts +127 -0
- package/dist-types/QuickSightClient.d.ts +24 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +16 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +16 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +16 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +16 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +16 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +16 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +16 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListThemesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +16 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +16 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +16 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
- package/dist-types/models/QuickSightServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +422 -0
- package/dist-types/models/models_1.d.ts +416 -4
- package/dist-types/models/models_2.d.ts +629 -0
- package/dist-types/models/models_3.d.ts +360 -3
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThemesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,6 +4,7 @@ import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, Analysi
|
|
|
4
4
|
import { _Parameters, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSetImportMode, DataSetSearchFilter, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, DataSourceSearchFilter, DataSourceSummary, FieldFolder, FolderSearchFilter, FolderSummary, Group, GroupMember, IdentityType, Ingestion, LinkSharingConfiguration, LogicalTable, MemberIdArnPair, NamespaceInfoV2, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, User, UserRole, VpcConnectionProperties } from "./models_2";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
7
8
|
* <p>Output returned from the <code>GetDashboardEmbedUrl</code> operation.</p>
|
|
8
9
|
*/
|
|
9
10
|
export interface GetDashboardEmbedUrlResponse {
|
|
@@ -24,6 +25,7 @@ export interface GetDashboardEmbedUrlResponse {
|
|
|
24
25
|
RequestId?: string;
|
|
25
26
|
}
|
|
26
27
|
/**
|
|
28
|
+
* @public
|
|
27
29
|
* <p>The identity type specified isn't supported. Supported identity types include
|
|
28
30
|
* <code>IAM</code> and <code>QUICKSIGHT</code>.</p>
|
|
29
31
|
*/
|
|
@@ -40,6 +42,9 @@ export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
|
40
42
|
*/
|
|
41
43
|
constructor(opts: __ExceptionOptionType<IdentityTypeNotSupportedException, __BaseException>);
|
|
42
44
|
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
43
48
|
export interface GetSessionEmbedUrlRequest {
|
|
44
49
|
/**
|
|
45
50
|
* <p>The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.</p>
|
|
@@ -108,6 +113,9 @@ export interface GetSessionEmbedUrlRequest {
|
|
|
108
113
|
*/
|
|
109
114
|
UserArn?: string;
|
|
110
115
|
}
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
111
119
|
export interface GetSessionEmbedUrlResponse {
|
|
112
120
|
/**
|
|
113
121
|
* <p>A single-use URL that you can put into your server-side web page to embed your
|
|
@@ -125,13 +133,20 @@ export interface GetSessionEmbedUrlResponse {
|
|
|
125
133
|
*/
|
|
126
134
|
RequestId?: string;
|
|
127
135
|
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
128
139
|
export declare enum GroupFilterAttribute {
|
|
129
140
|
GROUP_NAME = "GROUP_NAME"
|
|
130
141
|
}
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
131
145
|
export declare enum GroupFilterOperator {
|
|
132
146
|
StartsWith = "StartsWith"
|
|
133
147
|
}
|
|
134
148
|
/**
|
|
149
|
+
* @public
|
|
135
150
|
* <p>A <code>GroupSearchFilter</code> object that you want to apply to your search.</p>
|
|
136
151
|
*/
|
|
137
152
|
export interface GroupSearchFilter {
|
|
@@ -153,6 +168,7 @@ export interface GroupSearchFilter {
|
|
|
153
168
|
Value: string | undefined;
|
|
154
169
|
}
|
|
155
170
|
/**
|
|
171
|
+
* @public
|
|
156
172
|
* <p>IAM policy assignment summary.</p>
|
|
157
173
|
*/
|
|
158
174
|
export interface IAMPolicyAssignmentSummary {
|
|
@@ -166,6 +182,7 @@ export interface IAMPolicyAssignmentSummary {
|
|
|
166
182
|
AssignmentStatus?: AssignmentStatus | string;
|
|
167
183
|
}
|
|
168
184
|
/**
|
|
185
|
+
* @public
|
|
169
186
|
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
170
187
|
*/
|
|
171
188
|
export declare class InvalidRequestException extends __BaseException {
|
|
@@ -181,6 +198,9 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
181
198
|
*/
|
|
182
199
|
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
183
200
|
}
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
184
204
|
export interface ListAnalysesRequest {
|
|
185
205
|
/**
|
|
186
206
|
* <p>The ID of the Amazon Web Services account that contains the analyses.</p>
|
|
@@ -195,6 +215,9 @@ export interface ListAnalysesRequest {
|
|
|
195
215
|
*/
|
|
196
216
|
MaxResults?: number;
|
|
197
217
|
}
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
198
221
|
export interface ListAnalysesResponse {
|
|
199
222
|
/**
|
|
200
223
|
* <p>Metadata describing each of the analyses that are listed.</p>
|
|
@@ -213,6 +236,9 @@ export interface ListAnalysesResponse {
|
|
|
213
236
|
*/
|
|
214
237
|
RequestId?: string;
|
|
215
238
|
}
|
|
239
|
+
/**
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
216
242
|
export interface ListDashboardsRequest {
|
|
217
243
|
/**
|
|
218
244
|
* <p>The ID of the Amazon Web Services account that contains the dashboards that you're
|
|
@@ -228,6 +254,9 @@ export interface ListDashboardsRequest {
|
|
|
228
254
|
*/
|
|
229
255
|
MaxResults?: number;
|
|
230
256
|
}
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
231
260
|
export interface ListDashboardsResponse {
|
|
232
261
|
/**
|
|
233
262
|
* <p>A structure that contains all of the dashboards in your Amazon Web Services account. This structure
|
|
@@ -247,6 +276,9 @@ export interface ListDashboardsResponse {
|
|
|
247
276
|
*/
|
|
248
277
|
RequestId?: string;
|
|
249
278
|
}
|
|
279
|
+
/**
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
250
282
|
export interface ListDashboardVersionsRequest {
|
|
251
283
|
/**
|
|
252
284
|
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're listing versions
|
|
@@ -266,6 +298,9 @@ export interface ListDashboardVersionsRequest {
|
|
|
266
298
|
*/
|
|
267
299
|
MaxResults?: number;
|
|
268
300
|
}
|
|
301
|
+
/**
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
269
304
|
export interface ListDashboardVersionsResponse {
|
|
270
305
|
/**
|
|
271
306
|
* <p>A structure that contains information about each version of the dashboard.</p>
|
|
@@ -284,6 +319,9 @@ export interface ListDashboardVersionsResponse {
|
|
|
284
319
|
*/
|
|
285
320
|
RequestId?: string;
|
|
286
321
|
}
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
287
325
|
export interface ListDataSetsRequest {
|
|
288
326
|
/**
|
|
289
327
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -298,6 +336,9 @@ export interface ListDataSetsRequest {
|
|
|
298
336
|
*/
|
|
299
337
|
MaxResults?: number;
|
|
300
338
|
}
|
|
339
|
+
/**
|
|
340
|
+
* @public
|
|
341
|
+
*/
|
|
301
342
|
export interface ListDataSetsResponse {
|
|
302
343
|
/**
|
|
303
344
|
* <p>The list of dataset summaries.</p>
|
|
@@ -316,6 +357,9 @@ export interface ListDataSetsResponse {
|
|
|
316
357
|
*/
|
|
317
358
|
Status?: number;
|
|
318
359
|
}
|
|
360
|
+
/**
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
319
363
|
export interface ListDataSourcesRequest {
|
|
320
364
|
/**
|
|
321
365
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -330,6 +374,9 @@ export interface ListDataSourcesRequest {
|
|
|
330
374
|
*/
|
|
331
375
|
MaxResults?: number;
|
|
332
376
|
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
333
380
|
export interface ListDataSourcesResponse {
|
|
334
381
|
/**
|
|
335
382
|
* <p>A list of data sources.</p>
|
|
@@ -348,6 +395,9 @@ export interface ListDataSourcesResponse {
|
|
|
348
395
|
*/
|
|
349
396
|
Status?: number;
|
|
350
397
|
}
|
|
398
|
+
/**
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
351
401
|
export interface ListFolderMembersRequest {
|
|
352
402
|
/**
|
|
353
403
|
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
@@ -366,6 +416,9 @@ export interface ListFolderMembersRequest {
|
|
|
366
416
|
*/
|
|
367
417
|
MaxResults?: number;
|
|
368
418
|
}
|
|
419
|
+
/**
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
369
422
|
export interface ListFolderMembersResponse {
|
|
370
423
|
/**
|
|
371
424
|
* <p>The HTTP status of the request.</p>
|
|
@@ -384,6 +437,9 @@ export interface ListFolderMembersResponse {
|
|
|
384
437
|
*/
|
|
385
438
|
RequestId?: string;
|
|
386
439
|
}
|
|
440
|
+
/**
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
387
443
|
export interface ListFoldersRequest {
|
|
388
444
|
/**
|
|
389
445
|
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
@@ -398,6 +454,9 @@ export interface ListFoldersRequest {
|
|
|
398
454
|
*/
|
|
399
455
|
MaxResults?: number;
|
|
400
456
|
}
|
|
457
|
+
/**
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
401
460
|
export interface ListFoldersResponse {
|
|
402
461
|
/**
|
|
403
462
|
* <p>The HTTP status of the request.</p>
|
|
@@ -416,6 +475,9 @@ export interface ListFoldersResponse {
|
|
|
416
475
|
*/
|
|
417
476
|
RequestId?: string;
|
|
418
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
419
481
|
export interface ListGroupMembershipsRequest {
|
|
420
482
|
/**
|
|
421
483
|
* <p>The name of the group that you want to see a membership list of.</p>
|
|
@@ -439,6 +501,9 @@ export interface ListGroupMembershipsRequest {
|
|
|
439
501
|
*/
|
|
440
502
|
Namespace: string | undefined;
|
|
441
503
|
}
|
|
504
|
+
/**
|
|
505
|
+
* @public
|
|
506
|
+
*/
|
|
442
507
|
export interface ListGroupMembershipsResponse {
|
|
443
508
|
/**
|
|
444
509
|
* <p>The list of the members of the group.</p>
|
|
@@ -457,6 +522,9 @@ export interface ListGroupMembershipsResponse {
|
|
|
457
522
|
*/
|
|
458
523
|
Status?: number;
|
|
459
524
|
}
|
|
525
|
+
/**
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
460
528
|
export interface ListGroupsRequest {
|
|
461
529
|
/**
|
|
462
530
|
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
@@ -476,6 +544,9 @@ export interface ListGroupsRequest {
|
|
|
476
544
|
*/
|
|
477
545
|
Namespace: string | undefined;
|
|
478
546
|
}
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
479
550
|
export interface ListGroupsResponse {
|
|
480
551
|
/**
|
|
481
552
|
* <p>The list of the groups.</p>
|
|
@@ -494,6 +565,9 @@ export interface ListGroupsResponse {
|
|
|
494
565
|
*/
|
|
495
566
|
Status?: number;
|
|
496
567
|
}
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
497
571
|
export interface ListIAMPolicyAssignmentsRequest {
|
|
498
572
|
/**
|
|
499
573
|
* <p>The ID of the Amazon Web Services account that contains these IAM policy assignments.</p>
|
|
@@ -516,6 +590,9 @@ export interface ListIAMPolicyAssignmentsRequest {
|
|
|
516
590
|
*/
|
|
517
591
|
MaxResults?: number;
|
|
518
592
|
}
|
|
593
|
+
/**
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
519
596
|
export interface ListIAMPolicyAssignmentsResponse {
|
|
520
597
|
/**
|
|
521
598
|
* <p>Information describing the IAM policy assignments.</p>
|
|
@@ -534,6 +611,9 @@ export interface ListIAMPolicyAssignmentsResponse {
|
|
|
534
611
|
*/
|
|
535
612
|
Status?: number;
|
|
536
613
|
}
|
|
614
|
+
/**
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
537
617
|
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
538
618
|
/**
|
|
539
619
|
* <p>The ID of the Amazon Web Services account that contains the assignments.</p>
|
|
@@ -556,6 +636,9 @@ export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
|
556
636
|
*/
|
|
557
637
|
Namespace: string | undefined;
|
|
558
638
|
}
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
559
642
|
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
560
643
|
/**
|
|
561
644
|
* <p>The active assignments for this user.</p>
|
|
@@ -574,6 +657,9 @@ export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
|
574
657
|
*/
|
|
575
658
|
Status?: number;
|
|
576
659
|
}
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
577
663
|
export interface ListIngestionsRequest {
|
|
578
664
|
/**
|
|
579
665
|
* <p>The ID of the dataset used in the ingestion.</p>
|
|
@@ -592,6 +678,9 @@ export interface ListIngestionsRequest {
|
|
|
592
678
|
*/
|
|
593
679
|
MaxResults?: number;
|
|
594
680
|
}
|
|
681
|
+
/**
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
595
684
|
export interface ListIngestionsResponse {
|
|
596
685
|
/**
|
|
597
686
|
* <p>A list of the ingestions.</p>
|
|
@@ -610,6 +699,9 @@ export interface ListIngestionsResponse {
|
|
|
610
699
|
*/
|
|
611
700
|
Status?: number;
|
|
612
701
|
}
|
|
702
|
+
/**
|
|
703
|
+
* @public
|
|
704
|
+
*/
|
|
613
705
|
export interface ListNamespacesRequest {
|
|
614
706
|
/**
|
|
615
707
|
* <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.</p>
|
|
@@ -624,6 +716,9 @@ export interface ListNamespacesRequest {
|
|
|
624
716
|
*/
|
|
625
717
|
MaxResults?: number;
|
|
626
718
|
}
|
|
719
|
+
/**
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
627
722
|
export interface ListNamespacesResponse {
|
|
628
723
|
/**
|
|
629
724
|
* <p>The information about the namespaces in this Amazon Web Services account. The response includes
|
|
@@ -644,12 +739,18 @@ export interface ListNamespacesResponse {
|
|
|
644
739
|
*/
|
|
645
740
|
Status?: number;
|
|
646
741
|
}
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
647
745
|
export interface ListTagsForResourceRequest {
|
|
648
746
|
/**
|
|
649
747
|
* <p>The Amazon Resource Name (ARN) of the resource that you want a list of tags for.</p>
|
|
650
748
|
*/
|
|
651
749
|
ResourceArn: string | undefined;
|
|
652
750
|
}
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
653
754
|
export interface ListTagsForResourceResponse {
|
|
654
755
|
/**
|
|
655
756
|
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the
|
|
@@ -665,6 +766,9 @@ export interface ListTagsForResourceResponse {
|
|
|
665
766
|
*/
|
|
666
767
|
Status?: number;
|
|
667
768
|
}
|
|
769
|
+
/**
|
|
770
|
+
* @public
|
|
771
|
+
*/
|
|
668
772
|
export interface ListTemplateAliasesRequest {
|
|
669
773
|
/**
|
|
670
774
|
* <p>The ID of the Amazon Web Services account that contains the template aliases that you're listing.</p>
|
|
@@ -683,6 +787,9 @@ export interface ListTemplateAliasesRequest {
|
|
|
683
787
|
*/
|
|
684
788
|
MaxResults?: number;
|
|
685
789
|
}
|
|
790
|
+
/**
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
686
793
|
export interface ListTemplateAliasesResponse {
|
|
687
794
|
/**
|
|
688
795
|
* <p>A structure containing the list of the template's aliases.</p>
|
|
@@ -701,6 +808,9 @@ export interface ListTemplateAliasesResponse {
|
|
|
701
808
|
*/
|
|
702
809
|
NextToken?: string;
|
|
703
810
|
}
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
704
814
|
export interface ListTemplatesRequest {
|
|
705
815
|
/**
|
|
706
816
|
* <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
|
|
@@ -716,6 +826,7 @@ export interface ListTemplatesRequest {
|
|
|
716
826
|
MaxResults?: number;
|
|
717
827
|
}
|
|
718
828
|
/**
|
|
829
|
+
* @public
|
|
719
830
|
* <p>The template summary.</p>
|
|
720
831
|
*/
|
|
721
832
|
export interface TemplateSummary {
|
|
@@ -744,6 +855,9 @@ export interface TemplateSummary {
|
|
|
744
855
|
*/
|
|
745
856
|
LastUpdatedTime?: Date;
|
|
746
857
|
}
|
|
858
|
+
/**
|
|
859
|
+
* @public
|
|
860
|
+
*/
|
|
747
861
|
export interface ListTemplatesResponse {
|
|
748
862
|
/**
|
|
749
863
|
* <p>A structure containing information about the templates in the list.</p>
|
|
@@ -762,6 +876,9 @@ export interface ListTemplatesResponse {
|
|
|
762
876
|
*/
|
|
763
877
|
RequestId?: string;
|
|
764
878
|
}
|
|
879
|
+
/**
|
|
880
|
+
* @public
|
|
881
|
+
*/
|
|
765
882
|
export interface ListTemplateVersionsRequest {
|
|
766
883
|
/**
|
|
767
884
|
* <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
|
|
@@ -781,6 +898,7 @@ export interface ListTemplateVersionsRequest {
|
|
|
781
898
|
MaxResults?: number;
|
|
782
899
|
}
|
|
783
900
|
/**
|
|
901
|
+
* @public
|
|
784
902
|
* <p>The template version.</p>
|
|
785
903
|
*/
|
|
786
904
|
export interface TemplateVersionSummary {
|
|
@@ -805,6 +923,9 @@ export interface TemplateVersionSummary {
|
|
|
805
923
|
*/
|
|
806
924
|
Description?: string;
|
|
807
925
|
}
|
|
926
|
+
/**
|
|
927
|
+
* @public
|
|
928
|
+
*/
|
|
808
929
|
export interface ListTemplateVersionsResponse {
|
|
809
930
|
/**
|
|
810
931
|
* <p>A structure containing a list of all the versions of the specified template.</p>
|
|
@@ -823,6 +944,9 @@ export interface ListTemplateVersionsResponse {
|
|
|
823
944
|
*/
|
|
824
945
|
RequestId?: string;
|
|
825
946
|
}
|
|
947
|
+
/**
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
826
950
|
export interface ListThemeAliasesRequest {
|
|
827
951
|
/**
|
|
828
952
|
* <p>The ID of the Amazon Web Services account that contains the theme aliases that you're listing.</p>
|
|
@@ -841,6 +965,9 @@ export interface ListThemeAliasesRequest {
|
|
|
841
965
|
*/
|
|
842
966
|
MaxResults?: number;
|
|
843
967
|
}
|
|
968
|
+
/**
|
|
969
|
+
* @public
|
|
970
|
+
*/
|
|
844
971
|
export interface ListThemeAliasesResponse {
|
|
845
972
|
/**
|
|
846
973
|
* <p>A structure containing the list of the theme's aliases.</p>
|
|
@@ -859,6 +986,9 @@ export interface ListThemeAliasesResponse {
|
|
|
859
986
|
*/
|
|
860
987
|
NextToken?: string;
|
|
861
988
|
}
|
|
989
|
+
/**
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
862
992
|
export interface ListThemesRequest {
|
|
863
993
|
/**
|
|
864
994
|
* <p>The ID of the Amazon Web Services account that contains the themes that you're listing.</p>
|
|
@@ -892,6 +1022,7 @@ export interface ListThemesRequest {
|
|
|
892
1022
|
Type?: ThemeType | string;
|
|
893
1023
|
}
|
|
894
1024
|
/**
|
|
1025
|
+
* @public
|
|
895
1026
|
* <p>The theme summary.</p>
|
|
896
1027
|
*/
|
|
897
1028
|
export interface ThemeSummary {
|
|
@@ -920,6 +1051,9 @@ export interface ThemeSummary {
|
|
|
920
1051
|
*/
|
|
921
1052
|
LastUpdatedTime?: Date;
|
|
922
1053
|
}
|
|
1054
|
+
/**
|
|
1055
|
+
* @public
|
|
1056
|
+
*/
|
|
923
1057
|
export interface ListThemesResponse {
|
|
924
1058
|
/**
|
|
925
1059
|
* <p>Information about the themes in the list.</p>
|
|
@@ -938,6 +1072,9 @@ export interface ListThemesResponse {
|
|
|
938
1072
|
*/
|
|
939
1073
|
RequestId?: string;
|
|
940
1074
|
}
|
|
1075
|
+
/**
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
941
1078
|
export interface ListThemeVersionsRequest {
|
|
942
1079
|
/**
|
|
943
1080
|
* <p>The ID of the Amazon Web Services account that contains the themes that you're listing.</p>
|
|
@@ -957,6 +1094,7 @@ export interface ListThemeVersionsRequest {
|
|
|
957
1094
|
MaxResults?: number;
|
|
958
1095
|
}
|
|
959
1096
|
/**
|
|
1097
|
+
* @public
|
|
960
1098
|
* <p>The theme version.</p>
|
|
961
1099
|
*/
|
|
962
1100
|
export interface ThemeVersionSummary {
|
|
@@ -981,6 +1119,9 @@ export interface ThemeVersionSummary {
|
|
|
981
1119
|
*/
|
|
982
1120
|
Status?: ResourceStatus | string;
|
|
983
1121
|
}
|
|
1122
|
+
/**
|
|
1123
|
+
* @public
|
|
1124
|
+
*/
|
|
984
1125
|
export interface ListThemeVersionsResponse {
|
|
985
1126
|
/**
|
|
986
1127
|
* <p>A structure containing a list of all the versions of the specified theme.</p>
|
|
@@ -999,6 +1140,9 @@ export interface ListThemeVersionsResponse {
|
|
|
999
1140
|
*/
|
|
1000
1141
|
RequestId?: string;
|
|
1001
1142
|
}
|
|
1143
|
+
/**
|
|
1144
|
+
* @public
|
|
1145
|
+
*/
|
|
1002
1146
|
export interface ListUserGroupsRequest {
|
|
1003
1147
|
/**
|
|
1004
1148
|
* <p>The Amazon QuickSight user name that you want to list group memberships for.</p>
|
|
@@ -1022,6 +1166,9 @@ export interface ListUserGroupsRequest {
|
|
|
1022
1166
|
*/
|
|
1023
1167
|
MaxResults?: number;
|
|
1024
1168
|
}
|
|
1169
|
+
/**
|
|
1170
|
+
* @public
|
|
1171
|
+
*/
|
|
1025
1172
|
export interface ListUserGroupsResponse {
|
|
1026
1173
|
/**
|
|
1027
1174
|
* <p>The list of groups the user is a member of.</p>
|
|
@@ -1040,6 +1187,9 @@ export interface ListUserGroupsResponse {
|
|
|
1040
1187
|
*/
|
|
1041
1188
|
Status?: number;
|
|
1042
1189
|
}
|
|
1190
|
+
/**
|
|
1191
|
+
* @public
|
|
1192
|
+
*/
|
|
1043
1193
|
export interface ListUsersRequest {
|
|
1044
1194
|
/**
|
|
1045
1195
|
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
@@ -1059,6 +1209,9 @@ export interface ListUsersRequest {
|
|
|
1059
1209
|
*/
|
|
1060
1210
|
Namespace: string | undefined;
|
|
1061
1211
|
}
|
|
1212
|
+
/**
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1062
1215
|
export interface ListUsersResponse {
|
|
1063
1216
|
/**
|
|
1064
1217
|
* <p>The list of users.</p>
|
|
@@ -1077,6 +1230,9 @@ export interface ListUsersResponse {
|
|
|
1077
1230
|
*/
|
|
1078
1231
|
Status?: number;
|
|
1079
1232
|
}
|
|
1233
|
+
/**
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1080
1236
|
export interface RegisterUserRequest {
|
|
1081
1237
|
/**
|
|
1082
1238
|
* <p>Amazon QuickSight supports several ways of managing the identity of users. This
|
|
@@ -1215,6 +1371,9 @@ export interface RegisterUserRequest {
|
|
|
1215
1371
|
*/
|
|
1216
1372
|
ExternalLoginId?: string;
|
|
1217
1373
|
}
|
|
1374
|
+
/**
|
|
1375
|
+
* @public
|
|
1376
|
+
*/
|
|
1218
1377
|
export interface RegisterUserResponse {
|
|
1219
1378
|
/**
|
|
1220
1379
|
* <p>The user's user name.</p>
|
|
@@ -1234,6 +1393,9 @@ export interface RegisterUserResponse {
|
|
|
1234
1393
|
*/
|
|
1235
1394
|
Status?: number;
|
|
1236
1395
|
}
|
|
1396
|
+
/**
|
|
1397
|
+
* @public
|
|
1398
|
+
*/
|
|
1237
1399
|
export interface RestoreAnalysisRequest {
|
|
1238
1400
|
/**
|
|
1239
1401
|
* <p>The ID of the Amazon Web Services account that contains the analysis.</p>
|
|
@@ -1244,6 +1406,9 @@ export interface RestoreAnalysisRequest {
|
|
|
1244
1406
|
*/
|
|
1245
1407
|
AnalysisId: string | undefined;
|
|
1246
1408
|
}
|
|
1409
|
+
/**
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1247
1412
|
export interface RestoreAnalysisResponse {
|
|
1248
1413
|
/**
|
|
1249
1414
|
* <p>The HTTP status of the request.</p>
|
|
@@ -1263,6 +1428,9 @@ export interface RestoreAnalysisResponse {
|
|
|
1263
1428
|
*/
|
|
1264
1429
|
RequestId?: string;
|
|
1265
1430
|
}
|
|
1431
|
+
/**
|
|
1432
|
+
* @public
|
|
1433
|
+
*/
|
|
1266
1434
|
export interface SearchAnalysesRequest {
|
|
1267
1435
|
/**
|
|
1268
1436
|
* <p>The ID of the Amazon Web Services account that contains the analyses that you're searching
|
|
@@ -1282,6 +1450,9 @@ export interface SearchAnalysesRequest {
|
|
|
1282
1450
|
*/
|
|
1283
1451
|
MaxResults?: number;
|
|
1284
1452
|
}
|
|
1453
|
+
/**
|
|
1454
|
+
* @public
|
|
1455
|
+
*/
|
|
1285
1456
|
export interface SearchAnalysesResponse {
|
|
1286
1457
|
/**
|
|
1287
1458
|
* <p>Metadata describing the analyses that you searched for.</p>
|
|
@@ -1301,6 +1472,9 @@ export interface SearchAnalysesResponse {
|
|
|
1301
1472
|
*/
|
|
1302
1473
|
RequestId?: string;
|
|
1303
1474
|
}
|
|
1475
|
+
/**
|
|
1476
|
+
* @public
|
|
1477
|
+
*/
|
|
1304
1478
|
export interface SearchDashboardsRequest {
|
|
1305
1479
|
/**
|
|
1306
1480
|
* <p>The ID of the Amazon Web Services account that contains the user whose dashboards you're searching
|
|
@@ -1309,8 +1483,8 @@ export interface SearchDashboardsRequest {
|
|
|
1309
1483
|
AwsAccountId: string | undefined;
|
|
1310
1484
|
/**
|
|
1311
1485
|
* <p>The filters to apply to the search. Currently, you can search only by user name, for
|
|
1312
|
-
* example, <code>"Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals",
|
|
1313
|
-
* "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]</code>
|
|
1486
|
+
* example, <code>"Filters": [ \{ "Name": "QUICKSIGHT_USER", "Operator": "StringEquals",
|
|
1487
|
+
* "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" \} ]</code>
|
|
1314
1488
|
* </p>
|
|
1315
1489
|
*/
|
|
1316
1490
|
Filters: DashboardSearchFilter[] | undefined;
|
|
@@ -1323,6 +1497,9 @@ export interface SearchDashboardsRequest {
|
|
|
1323
1497
|
*/
|
|
1324
1498
|
MaxResults?: number;
|
|
1325
1499
|
}
|
|
1500
|
+
/**
|
|
1501
|
+
* @public
|
|
1502
|
+
*/
|
|
1326
1503
|
export interface SearchDashboardsResponse {
|
|
1327
1504
|
/**
|
|
1328
1505
|
* <p>The list of dashboards owned by the user specified in <code>Filters</code> in your
|
|
@@ -1342,6 +1519,9 @@ export interface SearchDashboardsResponse {
|
|
|
1342
1519
|
*/
|
|
1343
1520
|
RequestId?: string;
|
|
1344
1521
|
}
|
|
1522
|
+
/**
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1345
1525
|
export interface SearchDataSetsRequest {
|
|
1346
1526
|
/**
|
|
1347
1527
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -1360,6 +1540,9 @@ export interface SearchDataSetsRequest {
|
|
|
1360
1540
|
*/
|
|
1361
1541
|
MaxResults?: number;
|
|
1362
1542
|
}
|
|
1543
|
+
/**
|
|
1544
|
+
* @public
|
|
1545
|
+
*/
|
|
1363
1546
|
export interface SearchDataSetsResponse {
|
|
1364
1547
|
/**
|
|
1365
1548
|
* <p>A <code>DataSetSummaries</code> object that returns a summary of a dataset.</p>
|
|
@@ -1378,6 +1561,9 @@ export interface SearchDataSetsResponse {
|
|
|
1378
1561
|
*/
|
|
1379
1562
|
RequestId?: string;
|
|
1380
1563
|
}
|
|
1564
|
+
/**
|
|
1565
|
+
* @public
|
|
1566
|
+
*/
|
|
1381
1567
|
export interface SearchDataSourcesRequest {
|
|
1382
1568
|
/**
|
|
1383
1569
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -1396,6 +1582,9 @@ export interface SearchDataSourcesRequest {
|
|
|
1396
1582
|
*/
|
|
1397
1583
|
MaxResults?: number;
|
|
1398
1584
|
}
|
|
1585
|
+
/**
|
|
1586
|
+
* @public
|
|
1587
|
+
*/
|
|
1399
1588
|
export interface SearchDataSourcesResponse {
|
|
1400
1589
|
/**
|
|
1401
1590
|
* <p>A <code>DataSourceSummaries</code> object that returns a summary of a data source.</p>
|
|
@@ -1414,13 +1603,16 @@ export interface SearchDataSourcesResponse {
|
|
|
1414
1603
|
*/
|
|
1415
1604
|
RequestId?: string;
|
|
1416
1605
|
}
|
|
1606
|
+
/**
|
|
1607
|
+
* @public
|
|
1608
|
+
*/
|
|
1417
1609
|
export interface SearchFoldersRequest {
|
|
1418
1610
|
/**
|
|
1419
1611
|
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
1420
1612
|
*/
|
|
1421
1613
|
AwsAccountId: string | undefined;
|
|
1422
1614
|
/**
|
|
1423
|
-
* <p>The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, <code>"Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ]</code>.</p>
|
|
1615
|
+
* <p>The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, <code>"Filters": [ \{ "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" \} ]</code>.</p>
|
|
1424
1616
|
*/
|
|
1425
1617
|
Filters: FolderSearchFilter[] | undefined;
|
|
1426
1618
|
/**
|
|
@@ -1432,6 +1624,9 @@ export interface SearchFoldersRequest {
|
|
|
1432
1624
|
*/
|
|
1433
1625
|
MaxResults?: number;
|
|
1434
1626
|
}
|
|
1627
|
+
/**
|
|
1628
|
+
* @public
|
|
1629
|
+
*/
|
|
1435
1630
|
export interface SearchFoldersResponse {
|
|
1436
1631
|
/**
|
|
1437
1632
|
* <p>The HTTP status of the request.</p>
|
|
@@ -1450,6 +1645,9 @@ export interface SearchFoldersResponse {
|
|
|
1450
1645
|
*/
|
|
1451
1646
|
RequestId?: string;
|
|
1452
1647
|
}
|
|
1648
|
+
/**
|
|
1649
|
+
* @public
|
|
1650
|
+
*/
|
|
1453
1651
|
export interface SearchGroupsRequest {
|
|
1454
1652
|
/**
|
|
1455
1653
|
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
@@ -1473,6 +1671,9 @@ export interface SearchGroupsRequest {
|
|
|
1473
1671
|
*/
|
|
1474
1672
|
Filters: GroupSearchFilter[] | undefined;
|
|
1475
1673
|
}
|
|
1674
|
+
/**
|
|
1675
|
+
* @public
|
|
1676
|
+
*/
|
|
1476
1677
|
export interface SearchGroupsResponse {
|
|
1477
1678
|
/**
|
|
1478
1679
|
* <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
|
|
@@ -1491,6 +1692,9 @@ export interface SearchGroupsResponse {
|
|
|
1491
1692
|
*/
|
|
1492
1693
|
Status?: number;
|
|
1493
1694
|
}
|
|
1695
|
+
/**
|
|
1696
|
+
* @public
|
|
1697
|
+
*/
|
|
1494
1698
|
export interface TagResourceRequest {
|
|
1495
1699
|
/**
|
|
1496
1700
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
|
|
@@ -1501,6 +1705,9 @@ export interface TagResourceRequest {
|
|
|
1501
1705
|
*/
|
|
1502
1706
|
Tags: Tag[] | undefined;
|
|
1503
1707
|
}
|
|
1708
|
+
/**
|
|
1709
|
+
* @public
|
|
1710
|
+
*/
|
|
1504
1711
|
export interface TagResourceResponse {
|
|
1505
1712
|
/**
|
|
1506
1713
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -1511,6 +1718,9 @@ export interface TagResourceResponse {
|
|
|
1511
1718
|
*/
|
|
1512
1719
|
Status?: number;
|
|
1513
1720
|
}
|
|
1721
|
+
/**
|
|
1722
|
+
* @public
|
|
1723
|
+
*/
|
|
1514
1724
|
export interface UntagResourceRequest {
|
|
1515
1725
|
/**
|
|
1516
1726
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
|
|
@@ -1521,6 +1731,9 @@ export interface UntagResourceRequest {
|
|
|
1521
1731
|
*/
|
|
1522
1732
|
TagKeys: string[] | undefined;
|
|
1523
1733
|
}
|
|
1734
|
+
/**
|
|
1735
|
+
* @public
|
|
1736
|
+
*/
|
|
1524
1737
|
export interface UntagResourceResponse {
|
|
1525
1738
|
/**
|
|
1526
1739
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -1531,6 +1744,9 @@ export interface UntagResourceResponse {
|
|
|
1531
1744
|
*/
|
|
1532
1745
|
Status?: number;
|
|
1533
1746
|
}
|
|
1747
|
+
/**
|
|
1748
|
+
* @public
|
|
1749
|
+
*/
|
|
1534
1750
|
export interface UpdateAccountCustomizationRequest {
|
|
1535
1751
|
/**
|
|
1536
1752
|
* <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
|
|
@@ -1546,6 +1762,9 @@ export interface UpdateAccountCustomizationRequest {
|
|
|
1546
1762
|
*/
|
|
1547
1763
|
AccountCustomization: AccountCustomization | undefined;
|
|
1548
1764
|
}
|
|
1765
|
+
/**
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1549
1768
|
export interface UpdateAccountCustomizationResponse {
|
|
1550
1769
|
/**
|
|
1551
1770
|
* <p>The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.</p>
|
|
@@ -1573,6 +1792,9 @@ export interface UpdateAccountCustomizationResponse {
|
|
|
1573
1792
|
*/
|
|
1574
1793
|
Status?: number;
|
|
1575
1794
|
}
|
|
1795
|
+
/**
|
|
1796
|
+
* @public
|
|
1797
|
+
*/
|
|
1576
1798
|
export interface UpdateAccountSettingsRequest {
|
|
1577
1799
|
/**
|
|
1578
1800
|
* <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
|
|
@@ -1597,6 +1819,9 @@ export interface UpdateAccountSettingsRequest {
|
|
|
1597
1819
|
*/
|
|
1598
1820
|
TerminationProtectionEnabled?: boolean;
|
|
1599
1821
|
}
|
|
1822
|
+
/**
|
|
1823
|
+
* @public
|
|
1824
|
+
*/
|
|
1600
1825
|
export interface UpdateAccountSettingsResponse {
|
|
1601
1826
|
/**
|
|
1602
1827
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -1607,6 +1832,9 @@ export interface UpdateAccountSettingsResponse {
|
|
|
1607
1832
|
*/
|
|
1608
1833
|
Status?: number;
|
|
1609
1834
|
}
|
|
1835
|
+
/**
|
|
1836
|
+
* @public
|
|
1837
|
+
*/
|
|
1610
1838
|
export interface UpdateAnalysisRequest {
|
|
1611
1839
|
/**
|
|
1612
1840
|
* <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
|
|
@@ -1644,6 +1872,9 @@ export interface UpdateAnalysisRequest {
|
|
|
1644
1872
|
*/
|
|
1645
1873
|
Definition?: AnalysisDefinition;
|
|
1646
1874
|
}
|
|
1875
|
+
/**
|
|
1876
|
+
* @public
|
|
1877
|
+
*/
|
|
1647
1878
|
export interface UpdateAnalysisResponse {
|
|
1648
1879
|
/**
|
|
1649
1880
|
* <p>The ARN of the analysis that you're updating.</p>
|
|
@@ -1666,6 +1897,9 @@ export interface UpdateAnalysisResponse {
|
|
|
1666
1897
|
*/
|
|
1667
1898
|
RequestId?: string;
|
|
1668
1899
|
}
|
|
1900
|
+
/**
|
|
1901
|
+
* @public
|
|
1902
|
+
*/
|
|
1669
1903
|
export interface UpdateAnalysisPermissionsRequest {
|
|
1670
1904
|
/**
|
|
1671
1905
|
* <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
|
|
@@ -1688,6 +1922,9 @@ export interface UpdateAnalysisPermissionsRequest {
|
|
|
1688
1922
|
*/
|
|
1689
1923
|
RevokePermissions?: ResourcePermission[];
|
|
1690
1924
|
}
|
|
1925
|
+
/**
|
|
1926
|
+
* @public
|
|
1927
|
+
*/
|
|
1691
1928
|
export interface UpdateAnalysisPermissionsResponse {
|
|
1692
1929
|
/**
|
|
1693
1930
|
* <p>The Amazon Resource Name (ARN) of the analysis that you updated.</p>
|
|
@@ -1711,6 +1948,9 @@ export interface UpdateAnalysisPermissionsResponse {
|
|
|
1711
1948
|
*/
|
|
1712
1949
|
Status?: number;
|
|
1713
1950
|
}
|
|
1951
|
+
/**
|
|
1952
|
+
* @public
|
|
1953
|
+
*/
|
|
1714
1954
|
export interface UpdateDashboardRequest {
|
|
1715
1955
|
/**
|
|
1716
1956
|
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
@@ -1791,6 +2031,9 @@ export interface UpdateDashboardRequest {
|
|
|
1791
2031
|
*/
|
|
1792
2032
|
Definition?: DashboardVersionDefinition;
|
|
1793
2033
|
}
|
|
2034
|
+
/**
|
|
2035
|
+
* @public
|
|
2036
|
+
*/
|
|
1794
2037
|
export interface UpdateDashboardResponse {
|
|
1795
2038
|
/**
|
|
1796
2039
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -1817,6 +2060,9 @@ export interface UpdateDashboardResponse {
|
|
|
1817
2060
|
*/
|
|
1818
2061
|
RequestId?: string;
|
|
1819
2062
|
}
|
|
2063
|
+
/**
|
|
2064
|
+
* @public
|
|
2065
|
+
*/
|
|
1820
2066
|
export interface UpdateDashboardPermissionsRequest {
|
|
1821
2067
|
/**
|
|
1822
2068
|
* <p>The ID of the Amazon Web Services account that contains the dashboard whose permissions you're
|
|
@@ -1844,6 +2090,9 @@ export interface UpdateDashboardPermissionsRequest {
|
|
|
1844
2090
|
*/
|
|
1845
2091
|
RevokeLinkPermissions?: ResourcePermission[];
|
|
1846
2092
|
}
|
|
2093
|
+
/**
|
|
2094
|
+
* @public
|
|
2095
|
+
*/
|
|
1847
2096
|
export interface UpdateDashboardPermissionsResponse {
|
|
1848
2097
|
/**
|
|
1849
2098
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
@@ -1870,6 +2119,9 @@ export interface UpdateDashboardPermissionsResponse {
|
|
|
1870
2119
|
*/
|
|
1871
2120
|
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
1872
2121
|
}
|
|
2122
|
+
/**
|
|
2123
|
+
* @public
|
|
2124
|
+
*/
|
|
1873
2125
|
export interface UpdateDashboardPublishedVersionRequest {
|
|
1874
2126
|
/**
|
|
1875
2127
|
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
@@ -1885,6 +2137,9 @@ export interface UpdateDashboardPublishedVersionRequest {
|
|
|
1885
2137
|
*/
|
|
1886
2138
|
VersionNumber: number | undefined;
|
|
1887
2139
|
}
|
|
2140
|
+
/**
|
|
2141
|
+
* @public
|
|
2142
|
+
*/
|
|
1888
2143
|
export interface UpdateDashboardPublishedVersionResponse {
|
|
1889
2144
|
/**
|
|
1890
2145
|
* <p>The ID for the dashboard.</p>
|
|
@@ -1903,6 +2158,9 @@ export interface UpdateDashboardPublishedVersionResponse {
|
|
|
1903
2158
|
*/
|
|
1904
2159
|
RequestId?: string;
|
|
1905
2160
|
}
|
|
2161
|
+
/**
|
|
2162
|
+
* @public
|
|
2163
|
+
*/
|
|
1906
2164
|
export interface UpdateDataSetRequest {
|
|
1907
2165
|
/**
|
|
1908
2166
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -1956,6 +2214,9 @@ export interface UpdateDataSetRequest {
|
|
|
1956
2214
|
*/
|
|
1957
2215
|
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
1958
2216
|
}
|
|
2217
|
+
/**
|
|
2218
|
+
* @public
|
|
2219
|
+
*/
|
|
1959
2220
|
export interface UpdateDataSetResponse {
|
|
1960
2221
|
/**
|
|
1961
2222
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
@@ -1984,6 +2245,9 @@ export interface UpdateDataSetResponse {
|
|
|
1984
2245
|
*/
|
|
1985
2246
|
Status?: number;
|
|
1986
2247
|
}
|
|
2248
|
+
/**
|
|
2249
|
+
* @public
|
|
2250
|
+
*/
|
|
1987
2251
|
export interface UpdateDataSetPermissionsRequest {
|
|
1988
2252
|
/**
|
|
1989
2253
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -2003,6 +2267,9 @@ export interface UpdateDataSetPermissionsRequest {
|
|
|
2003
2267
|
*/
|
|
2004
2268
|
RevokePermissions?: ResourcePermission[];
|
|
2005
2269
|
}
|
|
2270
|
+
/**
|
|
2271
|
+
* @public
|
|
2272
|
+
*/
|
|
2006
2273
|
export interface UpdateDataSetPermissionsResponse {
|
|
2007
2274
|
/**
|
|
2008
2275
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
@@ -2022,6 +2289,9 @@ export interface UpdateDataSetPermissionsResponse {
|
|
|
2022
2289
|
*/
|
|
2023
2290
|
Status?: number;
|
|
2024
2291
|
}
|
|
2292
|
+
/**
|
|
2293
|
+
* @public
|
|
2294
|
+
*/
|
|
2025
2295
|
export interface UpdateDataSourceRequest {
|
|
2026
2296
|
/**
|
|
2027
2297
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -2055,6 +2325,9 @@ export interface UpdateDataSourceRequest {
|
|
|
2055
2325
|
*/
|
|
2056
2326
|
SslProperties?: SslProperties;
|
|
2057
2327
|
}
|
|
2328
|
+
/**
|
|
2329
|
+
* @public
|
|
2330
|
+
*/
|
|
2058
2331
|
export interface UpdateDataSourceResponse {
|
|
2059
2332
|
/**
|
|
2060
2333
|
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
@@ -2077,6 +2350,9 @@ export interface UpdateDataSourceResponse {
|
|
|
2077
2350
|
*/
|
|
2078
2351
|
Status?: number;
|
|
2079
2352
|
}
|
|
2353
|
+
/**
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
2080
2356
|
export interface UpdateDataSourcePermissionsRequest {
|
|
2081
2357
|
/**
|
|
2082
2358
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -2095,6 +2371,9 @@ export interface UpdateDataSourcePermissionsRequest {
|
|
|
2095
2371
|
*/
|
|
2096
2372
|
RevokePermissions?: ResourcePermission[];
|
|
2097
2373
|
}
|
|
2374
|
+
/**
|
|
2375
|
+
* @public
|
|
2376
|
+
*/
|
|
2098
2377
|
export interface UpdateDataSourcePermissionsResponse {
|
|
2099
2378
|
/**
|
|
2100
2379
|
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
@@ -2113,6 +2392,9 @@ export interface UpdateDataSourcePermissionsResponse {
|
|
|
2113
2392
|
*/
|
|
2114
2393
|
Status?: number;
|
|
2115
2394
|
}
|
|
2395
|
+
/**
|
|
2396
|
+
* @public
|
|
2397
|
+
*/
|
|
2116
2398
|
export interface UpdateFolderRequest {
|
|
2117
2399
|
/**
|
|
2118
2400
|
* <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
|
|
@@ -2127,6 +2409,9 @@ export interface UpdateFolderRequest {
|
|
|
2127
2409
|
*/
|
|
2128
2410
|
Name: string | undefined;
|
|
2129
2411
|
}
|
|
2412
|
+
/**
|
|
2413
|
+
* @public
|
|
2414
|
+
*/
|
|
2130
2415
|
export interface UpdateFolderResponse {
|
|
2131
2416
|
/**
|
|
2132
2417
|
* <p>The HTTP status of the request.</p>
|
|
@@ -2145,6 +2430,9 @@ export interface UpdateFolderResponse {
|
|
|
2145
2430
|
*/
|
|
2146
2431
|
RequestId?: string;
|
|
2147
2432
|
}
|
|
2433
|
+
/**
|
|
2434
|
+
* @public
|
|
2435
|
+
*/
|
|
2148
2436
|
export interface UpdateFolderPermissionsRequest {
|
|
2149
2437
|
/**
|
|
2150
2438
|
* <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
|
|
@@ -2163,6 +2451,9 @@ export interface UpdateFolderPermissionsRequest {
|
|
|
2163
2451
|
*/
|
|
2164
2452
|
RevokePermissions?: ResourcePermission[];
|
|
2165
2453
|
}
|
|
2454
|
+
/**
|
|
2455
|
+
* @public
|
|
2456
|
+
*/
|
|
2166
2457
|
export interface UpdateFolderPermissionsResponse {
|
|
2167
2458
|
/**
|
|
2168
2459
|
* <p>The HTTP status of the request.</p>
|
|
@@ -2185,6 +2476,9 @@ export interface UpdateFolderPermissionsResponse {
|
|
|
2185
2476
|
*/
|
|
2186
2477
|
RequestId?: string;
|
|
2187
2478
|
}
|
|
2479
|
+
/**
|
|
2480
|
+
* @public
|
|
2481
|
+
*/
|
|
2188
2482
|
export interface UpdateGroupRequest {
|
|
2189
2483
|
/**
|
|
2190
2484
|
* <p>The name of the group that you want to update.</p>
|
|
@@ -2204,6 +2498,9 @@ export interface UpdateGroupRequest {
|
|
|
2204
2498
|
*/
|
|
2205
2499
|
Namespace: string | undefined;
|
|
2206
2500
|
}
|
|
2501
|
+
/**
|
|
2502
|
+
* @public
|
|
2503
|
+
*/
|
|
2207
2504
|
export interface UpdateGroupResponse {
|
|
2208
2505
|
/**
|
|
2209
2506
|
* <p>The name of the group.</p>
|
|
@@ -2218,6 +2515,9 @@ export interface UpdateGroupResponse {
|
|
|
2218
2515
|
*/
|
|
2219
2516
|
Status?: number;
|
|
2220
2517
|
}
|
|
2518
|
+
/**
|
|
2519
|
+
* @public
|
|
2520
|
+
*/
|
|
2221
2521
|
export interface UpdateIAMPolicyAssignmentRequest {
|
|
2222
2522
|
/**
|
|
2223
2523
|
* <p>The ID of the Amazon Web Services account that contains the IAM policy assignment. </p>
|
|
@@ -2261,6 +2561,9 @@ export interface UpdateIAMPolicyAssignmentRequest {
|
|
|
2261
2561
|
*/
|
|
2262
2562
|
Identities?: Record<string, string[]>;
|
|
2263
2563
|
}
|
|
2564
|
+
/**
|
|
2565
|
+
* @public
|
|
2566
|
+
*/
|
|
2264
2567
|
export interface UpdateIAMPolicyAssignmentResponse {
|
|
2265
2568
|
/**
|
|
2266
2569
|
* <p>The name of the assignment or rule.</p>
|
|
@@ -2308,6 +2611,9 @@ export interface UpdateIAMPolicyAssignmentResponse {
|
|
|
2308
2611
|
*/
|
|
2309
2612
|
Status?: number;
|
|
2310
2613
|
}
|
|
2614
|
+
/**
|
|
2615
|
+
* @public
|
|
2616
|
+
*/
|
|
2311
2617
|
export interface UpdateIpRestrictionRequest {
|
|
2312
2618
|
/**
|
|
2313
2619
|
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
@@ -2322,6 +2628,9 @@ export interface UpdateIpRestrictionRequest {
|
|
|
2322
2628
|
*/
|
|
2323
2629
|
Enabled?: boolean;
|
|
2324
2630
|
}
|
|
2631
|
+
/**
|
|
2632
|
+
* @public
|
|
2633
|
+
*/
|
|
2325
2634
|
export interface UpdateIpRestrictionResponse {
|
|
2326
2635
|
/**
|
|
2327
2636
|
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
@@ -2336,6 +2645,9 @@ export interface UpdateIpRestrictionResponse {
|
|
|
2336
2645
|
*/
|
|
2337
2646
|
Status?: number;
|
|
2338
2647
|
}
|
|
2648
|
+
/**
|
|
2649
|
+
* @public
|
|
2650
|
+
*/
|
|
2339
2651
|
export interface UpdatePublicSharingSettingsRequest {
|
|
2340
2652
|
/**
|
|
2341
2653
|
* <p>The Amazon Web Services account ID associated with your Amazon QuickSight subscription.</p>
|
|
@@ -2346,6 +2658,9 @@ export interface UpdatePublicSharingSettingsRequest {
|
|
|
2346
2658
|
*/
|
|
2347
2659
|
PublicSharingEnabled?: boolean;
|
|
2348
2660
|
}
|
|
2661
|
+
/**
|
|
2662
|
+
* @public
|
|
2663
|
+
*/
|
|
2349
2664
|
export interface UpdatePublicSharingSettingsResponse {
|
|
2350
2665
|
/**
|
|
2351
2666
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
@@ -2356,6 +2671,9 @@ export interface UpdatePublicSharingSettingsResponse {
|
|
|
2356
2671
|
*/
|
|
2357
2672
|
Status?: number;
|
|
2358
2673
|
}
|
|
2674
|
+
/**
|
|
2675
|
+
* @public
|
|
2676
|
+
*/
|
|
2359
2677
|
export interface UpdateTemplateRequest {
|
|
2360
2678
|
/**
|
|
2361
2679
|
* <p>The ID of the Amazon Web Services account that contains the template that you're updating.</p>
|
|
@@ -2395,6 +2713,9 @@ export interface UpdateTemplateRequest {
|
|
|
2395
2713
|
*/
|
|
2396
2714
|
Definition?: TemplateVersionDefinition;
|
|
2397
2715
|
}
|
|
2716
|
+
/**
|
|
2717
|
+
* @public
|
|
2718
|
+
*/
|
|
2398
2719
|
export interface UpdateTemplateResponse {
|
|
2399
2720
|
/**
|
|
2400
2721
|
* <p>The ID for the template.</p>
|
|
@@ -2421,6 +2742,9 @@ export interface UpdateTemplateResponse {
|
|
|
2421
2742
|
*/
|
|
2422
2743
|
RequestId?: string;
|
|
2423
2744
|
}
|
|
2745
|
+
/**
|
|
2746
|
+
* @public
|
|
2747
|
+
*/
|
|
2424
2748
|
export interface UpdateTemplateAliasRequest {
|
|
2425
2749
|
/**
|
|
2426
2750
|
* <p>The ID of the Amazon Web Services account that contains the template alias that you're updating.</p>
|
|
@@ -2442,6 +2766,9 @@ export interface UpdateTemplateAliasRequest {
|
|
|
2442
2766
|
*/
|
|
2443
2767
|
TemplateVersionNumber: number | undefined;
|
|
2444
2768
|
}
|
|
2769
|
+
/**
|
|
2770
|
+
* @public
|
|
2771
|
+
*/
|
|
2445
2772
|
export interface UpdateTemplateAliasResponse {
|
|
2446
2773
|
/**
|
|
2447
2774
|
* <p>The template alias.</p>
|
|
@@ -2456,6 +2783,9 @@ export interface UpdateTemplateAliasResponse {
|
|
|
2456
2783
|
*/
|
|
2457
2784
|
RequestId?: string;
|
|
2458
2785
|
}
|
|
2786
|
+
/**
|
|
2787
|
+
* @public
|
|
2788
|
+
*/
|
|
2459
2789
|
export interface UpdateTemplatePermissionsRequest {
|
|
2460
2790
|
/**
|
|
2461
2791
|
* <p>The ID of the Amazon Web Services account that contains the template.</p>
|
|
@@ -2474,6 +2804,9 @@ export interface UpdateTemplatePermissionsRequest {
|
|
|
2474
2804
|
*/
|
|
2475
2805
|
RevokePermissions?: ResourcePermission[];
|
|
2476
2806
|
}
|
|
2807
|
+
/**
|
|
2808
|
+
* @public
|
|
2809
|
+
*/
|
|
2477
2810
|
export interface UpdateTemplatePermissionsResponse {
|
|
2478
2811
|
/**
|
|
2479
2812
|
* <p>The ID for the template.</p>
|
|
@@ -2496,6 +2829,9 @@ export interface UpdateTemplatePermissionsResponse {
|
|
|
2496
2829
|
*/
|
|
2497
2830
|
Status?: number;
|
|
2498
2831
|
}
|
|
2832
|
+
/**
|
|
2833
|
+
* @public
|
|
2834
|
+
*/
|
|
2499
2835
|
export interface UpdateThemeRequest {
|
|
2500
2836
|
/**
|
|
2501
2837
|
* <p>The ID of the Amazon Web Services account that contains the theme that you're updating.</p>
|
|
@@ -2525,6 +2861,9 @@ export interface UpdateThemeRequest {
|
|
|
2525
2861
|
*/
|
|
2526
2862
|
Configuration?: ThemeConfiguration;
|
|
2527
2863
|
}
|
|
2864
|
+
/**
|
|
2865
|
+
* @public
|
|
2866
|
+
*/
|
|
2528
2867
|
export interface UpdateThemeResponse {
|
|
2529
2868
|
/**
|
|
2530
2869
|
* <p>The ID for the theme.</p>
|
|
@@ -2551,6 +2890,9 @@ export interface UpdateThemeResponse {
|
|
|
2551
2890
|
*/
|
|
2552
2891
|
RequestId?: string;
|
|
2553
2892
|
}
|
|
2893
|
+
/**
|
|
2894
|
+
* @public
|
|
2895
|
+
*/
|
|
2554
2896
|
export interface UpdateThemeAliasRequest {
|
|
2555
2897
|
/**
|
|
2556
2898
|
* <p>The ID of the Amazon Web Services account that contains the theme alias that you're updating.</p>
|
|
@@ -2569,6 +2911,9 @@ export interface UpdateThemeAliasRequest {
|
|
|
2569
2911
|
*/
|
|
2570
2912
|
ThemeVersionNumber: number | undefined;
|
|
2571
2913
|
}
|
|
2914
|
+
/**
|
|
2915
|
+
* @public
|
|
2916
|
+
*/
|
|
2572
2917
|
export interface UpdateThemeAliasResponse {
|
|
2573
2918
|
/**
|
|
2574
2919
|
* <p>Information about the theme alias.</p>
|
|
@@ -2583,6 +2928,9 @@ export interface UpdateThemeAliasResponse {
|
|
|
2583
2928
|
*/
|
|
2584
2929
|
RequestId?: string;
|
|
2585
2930
|
}
|
|
2931
|
+
/**
|
|
2932
|
+
* @public
|
|
2933
|
+
*/
|
|
2586
2934
|
export interface UpdateThemePermissionsRequest {
|
|
2587
2935
|
/**
|
|
2588
2936
|
* <p>The ID of the Amazon Web Services account that contains the theme.</p>
|
|
@@ -2601,6 +2949,9 @@ export interface UpdateThemePermissionsRequest {
|
|
|
2601
2949
|
*/
|
|
2602
2950
|
RevokePermissions?: ResourcePermission[];
|
|
2603
2951
|
}
|
|
2952
|
+
/**
|
|
2953
|
+
* @public
|
|
2954
|
+
*/
|
|
2604
2955
|
export interface UpdateThemePermissionsResponse {
|
|
2605
2956
|
/**
|
|
2606
2957
|
* <p>The ID for the theme.</p>
|
|
@@ -2623,6 +2974,9 @@ export interface UpdateThemePermissionsResponse {
|
|
|
2623
2974
|
*/
|
|
2624
2975
|
Status?: number;
|
|
2625
2976
|
}
|
|
2977
|
+
/**
|
|
2978
|
+
* @public
|
|
2979
|
+
*/
|
|
2626
2980
|
export interface UpdateUserRequest {
|
|
2627
2981
|
/**
|
|
2628
2982
|
* <p>The Amazon QuickSight user name that you want to update.</p>
|
|
@@ -2732,6 +3086,9 @@ export interface UpdateUserRequest {
|
|
|
2732
3086
|
*/
|
|
2733
3087
|
ExternalLoginId?: string;
|
|
2734
3088
|
}
|
|
3089
|
+
/**
|
|
3090
|
+
* @public
|
|
3091
|
+
*/
|
|
2735
3092
|
export interface UpdateUserResponse {
|
|
2736
3093
|
/**
|
|
2737
3094
|
* <p>The Amazon QuickSight user.</p>
|