@aws-sdk/client-quicksight 3.28.0 → 3.32.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 +38 -0
- package/QuickSight.ts +59 -59
- package/commands/CreateAccountCustomizationCommand.ts +4 -4
- package/commands/CreateDashboardCommand.ts +3 -3
- package/commands/CreateIAMPolicyAssignmentCommand.ts +2 -2
- package/commands/CreateNamespaceCommand.ts +4 -4
- package/commands/CreateTemplateCommand.ts +1 -1
- package/commands/DeleteAccountCustomizationCommand.ts +1 -1
- package/commands/DeleteAnalysisCommand.ts +3 -3
- package/commands/DeleteIAMPolicyAssignmentCommand.ts +1 -1
- package/commands/DescribeAccountCustomizationCommand.ts +12 -12
- package/commands/DescribeAccountSettingsCommand.ts +2 -2
- package/commands/DescribeIAMPolicyAssignmentCommand.ts +1 -1
- package/commands/GetDashboardEmbedUrlCommand.ts +1 -1
- package/commands/GetSessionEmbedUrlCommand.ts +3 -3
- package/commands/ListAnalysesCommand.ts +1 -1
- package/commands/ListDashboardVersionsCommand.ts +1 -1
- package/commands/ListDashboardsCommand.ts +1 -1
- package/commands/ListDataSetsCommand.ts +1 -1
- package/commands/ListDataSourcesCommand.ts +1 -1
- package/commands/ListIAMPolicyAssignmentsCommand.ts +1 -1
- package/commands/ListIAMPolicyAssignmentsForUserCommand.ts +1 -1
- package/commands/ListNamespacesCommand.ts +1 -1
- package/commands/ListThemeVersionsCommand.ts +1 -1
- package/commands/ListThemesCommand.ts +1 -1
- package/commands/TagResourceCommand.ts +5 -5
- package/commands/UpdateAccountCustomizationCommand.ts +3 -3
- package/commands/UpdateAccountSettingsCommand.ts +1 -1
- package/commands/UpdateDashboardCommand.ts +1 -1
- package/commands/UpdateIAMPolicyAssignmentCommand.ts +1 -1
- package/dist/cjs/commands/CreateAccountCustomizationCommand.js +4 -4
- package/dist/cjs/commands/CreateDashboardCommand.js +3 -3
- package/dist/cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist/cjs/commands/CreateNamespaceCommand.js +4 -4
- package/dist/cjs/commands/CreateTemplateCommand.js +1 -1
- package/dist/cjs/commands/DeleteAccountCustomizationCommand.js +1 -1
- package/dist/cjs/commands/DeleteAnalysisCommand.js +3 -3
- package/dist/cjs/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
- package/dist/cjs/commands/DescribeAccountCustomizationCommand.js +12 -12
- package/dist/cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist/cjs/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
- package/dist/cjs/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist/cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist/cjs/commands/ListAnalysesCommand.js +1 -1
- package/dist/cjs/commands/ListDashboardVersionsCommand.js +1 -1
- package/dist/cjs/commands/ListDashboardsCommand.js +1 -1
- package/dist/cjs/commands/ListDataSetsCommand.js +1 -1
- package/dist/cjs/commands/ListDataSourcesCommand.js +1 -1
- package/dist/cjs/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
- package/dist/cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
- package/dist/cjs/commands/ListNamespacesCommand.js +1 -1
- package/dist/cjs/commands/ListThemeVersionsCommand.js +1 -1
- package/dist/cjs/commands/ListThemesCommand.js +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +5 -5
- package/dist/cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist/cjs/commands/UpdateAccountSettingsCommand.js +1 -1
- package/dist/cjs/commands/UpdateDashboardCommand.js +1 -1
- package/dist/cjs/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
- package/dist/cjs/models/models_0.js +49 -37
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/models/models_1.js +34 -3
- package/dist/cjs/models/models_1.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_restJson1.js +276 -186
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/commands/CreateAccountCustomizationCommand.js +4 -4
- package/dist/es/commands/CreateDashboardCommand.js +3 -3
- package/dist/es/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist/es/commands/CreateNamespaceCommand.js +4 -4
- package/dist/es/commands/CreateTemplateCommand.js +1 -1
- package/dist/es/commands/DeleteAccountCustomizationCommand.js +1 -1
- package/dist/es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist/es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
- package/dist/es/commands/DescribeAccountCustomizationCommand.js +12 -12
- package/dist/es/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist/es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
- package/dist/es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist/es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist/es/commands/ListAnalysesCommand.js +1 -1
- package/dist/es/commands/ListDashboardVersionsCommand.js +1 -1
- package/dist/es/commands/ListDashboardsCommand.js +1 -1
- package/dist/es/commands/ListDataSetsCommand.js +1 -1
- package/dist/es/commands/ListDataSourcesCommand.js +1 -1
- package/dist/es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
- package/dist/es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
- package/dist/es/commands/ListNamespacesCommand.js +1 -1
- package/dist/es/commands/ListThemeVersionsCommand.js +1 -1
- package/dist/es/commands/ListThemesCommand.js +1 -1
- package/dist/es/commands/TagResourceCommand.js +5 -5
- package/dist/es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist/es/commands/UpdateAccountSettingsCommand.js +1 -1
- package/dist/es/commands/UpdateDashboardCommand.js +1 -1
- package/dist/es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +37 -25
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/models/models_1.js +25 -0
- package/dist/es/models/models_1.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_restJson1.js +835 -530
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/types/QuickSight.d.ts +59 -59
- package/dist/types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
- package/dist/types/commands/CreateDashboardCommand.d.ts +3 -3
- package/dist/types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist/types/commands/CreateNamespaceCommand.d.ts +4 -4
- package/dist/types/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist/types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist/types/commands/DeleteAnalysisCommand.d.ts +3 -3
- package/dist/types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist/types/commands/DescribeAccountCustomizationCommand.d.ts +12 -12
- package/dist/types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
- package/dist/types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist/types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist/types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist/types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist/types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist/types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist/types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist/types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist/types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist/types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist/types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist/types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist/types/commands/ListThemesCommand.d.ts +1 -1
- package/dist/types/commands/TagResourceCommand.d.ts +5 -5
- package/dist/types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
- package/dist/types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist/types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist/types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist/types/models/models_0.d.ts +340 -293
- package/dist/types/models/models_1.d.ts +214 -129
- package/dist/types/ts3.4/QuickSight.d.ts +59 -59
- package/dist/types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +4 -4
- package/dist/types/ts3.4/commands/CreateDashboardCommand.d.ts +3 -3
- package/dist/types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/CreateNamespaceCommand.d.ts +4 -4
- package/dist/types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DeleteAnalysisCommand.d.ts +3 -3
- package/dist/types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +12 -12
- package/dist/types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist/types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +5 -5
- package/dist/types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
- package/dist/types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist/types/ts3.4/models/models_0.d.ts +340 -293
- package/dist/types/ts3.4/models/models_1.d.ts +214 -129
- package/models/models_0.ts +369 -312
- package/models/models_1.ts +238 -131
- package/package.json +31 -31
- package/protocols/Aws_restJson1.ts +321 -190
|
@@ -21,11 +21,11 @@ export declare namespace AccessDeniedException {
|
|
|
21
21
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* <p>The Amazon QuickSight customizations associated with your Amazon Web Services account
|
|
24
|
+
* <p>The Amazon QuickSight customizations associated with your Amazon Web Services account or a Amazon QuickSight namespace in a specific Amazon Web Services Region;.</p>
|
|
25
25
|
*/
|
|
26
26
|
export interface AccountCustomization {
|
|
27
27
|
/**
|
|
28
|
-
* <p>The default theme for this QuickSight subscription.</p>
|
|
28
|
+
* <p>The default theme for this Amazon QuickSight subscription.</p>
|
|
29
29
|
*/
|
|
30
30
|
DefaultTheme?: string;
|
|
31
31
|
}
|
|
@@ -40,26 +40,26 @@ export declare enum Edition {
|
|
|
40
40
|
STANDARD = "STANDARD"
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
* <p>The QuickSight settings associated with your Amazon Web Services account
|
|
43
|
+
* <p>The Amazon QuickSight settings associated with your Amazon Web Services account.</p>
|
|
44
44
|
*/
|
|
45
45
|
export interface AccountSettings {
|
|
46
46
|
/**
|
|
47
|
-
* <p>The "account name" you provided for the QuickSight subscription in your Amazon Web Services account
|
|
48
|
-
* You create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and
|
|
47
|
+
* <p>The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account.
|
|
48
|
+
* You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and
|
|
49
49
|
* it appears only when users sign in.</p>
|
|
50
50
|
*/
|
|
51
51
|
AccountName?: string;
|
|
52
52
|
/**
|
|
53
|
-
* <p>The edition of QuickSight that you're currently subscribed to:
|
|
53
|
+
* <p>The edition of Amazon QuickSight that you're currently subscribed to:
|
|
54
54
|
* Enterprise edition or Standard edition.</p>
|
|
55
55
|
*/
|
|
56
56
|
Edition?: Edition | string;
|
|
57
57
|
/**
|
|
58
|
-
* <p>The default QuickSight namespace for your Amazon Web Services account
|
|
58
|
+
* <p>The default Amazon QuickSight namespace for your Amazon Web Services account. </p>
|
|
59
59
|
*/
|
|
60
60
|
DefaultNamespace?: string;
|
|
61
61
|
/**
|
|
62
|
-
* <p>The main notification email for your QuickSight subscription.</p>
|
|
62
|
+
* <p>The main notification email for your Amazon QuickSight subscription.</p>
|
|
63
63
|
*/
|
|
64
64
|
NotificationEmail?: string;
|
|
65
65
|
}
|
|
@@ -74,7 +74,7 @@ export declare namespace AccountSettings {
|
|
|
74
74
|
*/
|
|
75
75
|
export interface ActiveIAMPolicyAssignment {
|
|
76
76
|
/**
|
|
77
|
-
* <p>A name for the
|
|
77
|
+
* <p>A name for the IAMpolicy assignment.</p>
|
|
78
78
|
*/
|
|
79
79
|
AssignmentName?: string;
|
|
80
80
|
/**
|
|
@@ -108,11 +108,11 @@ export declare namespace AdHocFilteringOption {
|
|
|
108
108
|
const filterSensitiveLog: (obj: AdHocFilteringOption) => any;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
* <p>
|
|
111
|
+
* <p>The parameters for Elasticsearch.</p>
|
|
112
112
|
*/
|
|
113
113
|
export interface AmazonElasticsearchParameters {
|
|
114
114
|
/**
|
|
115
|
-
* <p>The
|
|
115
|
+
* <p>The Elasticsearch domain.</p>
|
|
116
116
|
*/
|
|
117
117
|
Domain: string | undefined;
|
|
118
118
|
}
|
|
@@ -122,6 +122,15 @@ export declare namespace AmazonElasticsearchParameters {
|
|
|
122
122
|
*/
|
|
123
123
|
const filterSensitiveLog: (obj: AmazonElasticsearchParameters) => any;
|
|
124
124
|
}
|
|
125
|
+
export interface AmazonOpenSearchParameters {
|
|
126
|
+
Domain: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace AmazonOpenSearchParameters {
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
132
|
+
const filterSensitiveLog: (obj: AmazonOpenSearchParameters) => any;
|
|
133
|
+
}
|
|
125
134
|
export declare enum AnalysisErrorType {
|
|
126
135
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
127
136
|
COLUMN_GEOGRAPHIC_ROLE_MISMATCH = "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
|
|
@@ -135,7 +144,7 @@ export declare enum AnalysisErrorType {
|
|
|
135
144
|
SOURCE_NOT_FOUND = "SOURCE_NOT_FOUND"
|
|
136
145
|
}
|
|
137
146
|
/**
|
|
138
|
-
* <p>
|
|
147
|
+
* <p>Analysis error.</p>
|
|
139
148
|
*/
|
|
140
149
|
export interface AnalysisError {
|
|
141
150
|
/**
|
|
@@ -166,7 +175,7 @@ export interface Sheet {
|
|
|
166
175
|
*/
|
|
167
176
|
SheetId?: string;
|
|
168
177
|
/**
|
|
169
|
-
* <p>The name of a sheet. This name is displayed on the sheet's tab in the QuickSight
|
|
178
|
+
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
170
179
|
* console.</p>
|
|
171
180
|
*/
|
|
172
181
|
Name?: string;
|
|
@@ -336,7 +345,8 @@ export interface AnalysisSummary {
|
|
|
336
345
|
*/
|
|
337
346
|
AnalysisId?: string;
|
|
338
347
|
/**
|
|
339
|
-
* <p>The name of the analysis. This name is displayed in the QuickSight console
|
|
348
|
+
* <p>The name of the analysis. This name is displayed in the Amazon QuickSight console.
|
|
349
|
+
* </p>
|
|
340
350
|
*/
|
|
341
351
|
Name?: string;
|
|
342
352
|
/**
|
|
@@ -395,7 +405,7 @@ export declare enum AssignmentStatus {
|
|
|
395
405
|
ENABLED = "ENABLED"
|
|
396
406
|
}
|
|
397
407
|
/**
|
|
398
|
-
* <p>Amazon Athena
|
|
408
|
+
* <p>Parameters for Amazon Athena.</p>
|
|
399
409
|
*/
|
|
400
410
|
export interface AthenaParameters {
|
|
401
411
|
/**
|
|
@@ -410,7 +420,7 @@ export declare namespace AthenaParameters {
|
|
|
410
420
|
const filterSensitiveLog: (obj: AthenaParameters) => any;
|
|
411
421
|
}
|
|
412
422
|
/**
|
|
413
|
-
* <p>Amazon Aurora
|
|
423
|
+
* <p>Parameters for Amazon Aurora.</p>
|
|
414
424
|
*/
|
|
415
425
|
export interface AuroraParameters {
|
|
416
426
|
/**
|
|
@@ -433,19 +443,19 @@ export declare namespace AuroraParameters {
|
|
|
433
443
|
const filterSensitiveLog: (obj: AuroraParameters) => any;
|
|
434
444
|
}
|
|
435
445
|
/**
|
|
436
|
-
* <p>Amazon Aurora
|
|
446
|
+
* <p>Parameters for Amazon Aurora PostgreSQL-Compatible Edition.</p>
|
|
437
447
|
*/
|
|
438
448
|
export interface AuroraPostgreSqlParameters {
|
|
439
449
|
/**
|
|
440
|
-
* <p>
|
|
450
|
+
* <p>The Amazon Aurora PostgreSQL-Compatible host to connect to.</p>
|
|
441
451
|
*/
|
|
442
452
|
Host: string | undefined;
|
|
443
453
|
/**
|
|
444
|
-
* <p>
|
|
454
|
+
* <p>The port that Amazon Aurora PostgreSQL is listening on.</p>
|
|
445
455
|
*/
|
|
446
456
|
Port: number | undefined;
|
|
447
457
|
/**
|
|
448
|
-
* <p>
|
|
458
|
+
* <p>The Amazon Aurora PostgreSQL database to connect to.</p>
|
|
449
459
|
*/
|
|
450
460
|
Database: string | undefined;
|
|
451
461
|
}
|
|
@@ -456,7 +466,7 @@ export declare namespace AuroraPostgreSqlParameters {
|
|
|
456
466
|
const filterSensitiveLog: (obj: AuroraPostgreSqlParameters) => any;
|
|
457
467
|
}
|
|
458
468
|
/**
|
|
459
|
-
* <p>
|
|
469
|
+
* <p>The parameters for IoT Analytics.</p>
|
|
460
470
|
*/
|
|
461
471
|
export interface AwsIotAnalyticsParameters {
|
|
462
472
|
/**
|
|
@@ -512,7 +522,7 @@ export declare namespace CalculatedColumn {
|
|
|
512
522
|
}
|
|
513
523
|
export interface CancelIngestionRequest {
|
|
514
524
|
/**
|
|
515
|
-
* <p>The Amazon Web Services account
|
|
525
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
516
526
|
*/
|
|
517
527
|
AwsAccountId: string | undefined;
|
|
518
528
|
/**
|
|
@@ -795,7 +805,7 @@ export declare namespace ColumnGroupSchema {
|
|
|
795
805
|
*/
|
|
796
806
|
export interface ColumnLevelPermissionRule {
|
|
797
807
|
/**
|
|
798
|
-
* <p>An array of Amazon Resource Names (ARNs) for QuickSight users or groups.</p>
|
|
808
|
+
* <p>An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.</p>
|
|
799
809
|
*/
|
|
800
810
|
Principals?: string[];
|
|
801
811
|
/**
|
|
@@ -862,6 +872,10 @@ export declare namespace ColumnTag {
|
|
|
862
872
|
*/
|
|
863
873
|
const filterSensitiveLog: (obj: ColumnTag) => any;
|
|
864
874
|
}
|
|
875
|
+
export declare enum ColumnTagName {
|
|
876
|
+
COLUMN_DESCRIPTION = "COLUMN_DESCRIPTION",
|
|
877
|
+
COLUMN_GEOGRAPHIC_ROLE = "COLUMN_GEOGRAPHIC_ROLE"
|
|
878
|
+
}
|
|
865
879
|
/**
|
|
866
880
|
* <p>A resource is already in a state that indicates an operation is happening that must complete
|
|
867
881
|
* before a new update can be applied.</p>
|
|
@@ -918,16 +932,16 @@ export declare namespace Tag {
|
|
|
918
932
|
}
|
|
919
933
|
export interface CreateAccountCustomizationRequest {
|
|
920
934
|
/**
|
|
921
|
-
* <p>The ID for the Amazon Web Services account
|
|
935
|
+
* <p>The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.</p>
|
|
922
936
|
*/
|
|
923
937
|
AwsAccountId: string | undefined;
|
|
924
938
|
/**
|
|
925
|
-
* <p>The QuickSight namespace that you want to add customizations to.</p>
|
|
939
|
+
* <p>The Amazon QuickSight namespace that you want to add customizations to.</p>
|
|
926
940
|
*/
|
|
927
941
|
Namespace?: string;
|
|
928
942
|
/**
|
|
929
|
-
* <p>The QuickSight customizations you're adding in the current Amazon Web Services Region;. You can add
|
|
930
|
-
* these to an Amazon Web Services account
|
|
943
|
+
* <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region;. You can add
|
|
944
|
+
* these to an Amazon Web Services account and a Amazon QuickSight namespace. </p>
|
|
931
945
|
* <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
|
|
932
946
|
* to the midnight theme: <code>"AccountCustomization": { "DefaultTheme":
|
|
933
947
|
* "arn:aws:quicksight::aws:theme/MIDNIGHT" }</code>. Or, you can add a custom theme by
|
|
@@ -949,11 +963,11 @@ export declare namespace CreateAccountCustomizationRequest {
|
|
|
949
963
|
}
|
|
950
964
|
export interface CreateAccountCustomizationResponse {
|
|
951
965
|
/**
|
|
952
|
-
* <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account
|
|
966
|
+
* <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.</p>
|
|
953
967
|
*/
|
|
954
968
|
Arn?: string;
|
|
955
969
|
/**
|
|
956
|
-
* <p>The ID for the Amazon Web Services account
|
|
970
|
+
* <p>The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.</p>
|
|
957
971
|
*/
|
|
958
972
|
AwsAccountId?: string;
|
|
959
973
|
/**
|
|
@@ -961,7 +975,7 @@ export interface CreateAccountCustomizationResponse {
|
|
|
961
975
|
*/
|
|
962
976
|
Namespace?: string;
|
|
963
977
|
/**
|
|
964
|
-
* <p>The QuickSight customizations you're adding in the current Amazon Web Services Region;. </p>
|
|
978
|
+
* <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region;. </p>
|
|
965
979
|
*/
|
|
966
980
|
AccountCustomization?: AccountCustomization;
|
|
967
981
|
/**
|
|
@@ -1078,23 +1092,23 @@ export declare namespace StringParameter {
|
|
|
1078
1092
|
const filterSensitiveLog: (obj: StringParameter) => any;
|
|
1079
1093
|
}
|
|
1080
1094
|
/**
|
|
1081
|
-
* <p>A list of QuickSight parameters and the list's override values.</p>
|
|
1095
|
+
* <p>A list of Amazon QuickSight parameters and the list's override values.</p>
|
|
1082
1096
|
*/
|
|
1083
1097
|
export interface _Parameters {
|
|
1084
1098
|
/**
|
|
1085
|
-
* <p>
|
|
1099
|
+
* <p>The parameters that have a data type of string.</p>
|
|
1086
1100
|
*/
|
|
1087
1101
|
StringParameters?: StringParameter[];
|
|
1088
1102
|
/**
|
|
1089
|
-
* <p>
|
|
1103
|
+
* <p>The parameters that have a data type of integer.</p>
|
|
1090
1104
|
*/
|
|
1091
1105
|
IntegerParameters?: IntegerParameter[];
|
|
1092
1106
|
/**
|
|
1093
|
-
* <p>
|
|
1107
|
+
* <p>The parameters that have a data type of decimal.</p>
|
|
1094
1108
|
*/
|
|
1095
1109
|
DecimalParameters?: DecimalParameter[];
|
|
1096
1110
|
/**
|
|
1097
|
-
* <p>
|
|
1111
|
+
* <p>The parameters that have a data type of date-time.</p>
|
|
1098
1112
|
*/
|
|
1099
1113
|
DateTimeParameters?: DateTimeParameter[];
|
|
1100
1114
|
}
|
|
@@ -1119,7 +1133,7 @@ export interface ResourcePermission {
|
|
|
1119
1133
|
* <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
|
|
1120
1134
|
* </li>
|
|
1121
1135
|
* <li>
|
|
1122
|
-
* <p>The ARN of an Amazon Web Services account
|
|
1136
|
+
* <p>The ARN of an Amazon Web Services account root: This is an IAMARN rather than a Amazon QuickSight
|
|
1123
1137
|
* ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
|
|
1124
1138
|
* (This is less common.) </p>
|
|
1125
1139
|
* </li>
|
|
@@ -1127,7 +1141,7 @@ export interface ResourcePermission {
|
|
|
1127
1141
|
*/
|
|
1128
1142
|
Principal: string | undefined;
|
|
1129
1143
|
/**
|
|
1130
|
-
* <p>The
|
|
1144
|
+
* <p>The IAMaction to grant or revoke permissions on.</p>
|
|
1131
1145
|
*/
|
|
1132
1146
|
Actions: string[] | undefined;
|
|
1133
1147
|
}
|
|
@@ -1139,7 +1153,7 @@ export declare namespace ResourcePermission {
|
|
|
1139
1153
|
}
|
|
1140
1154
|
export interface CreateAnalysisRequest {
|
|
1141
1155
|
/**
|
|
1142
|
-
* <p>The ID of the Amazon Web Services account
|
|
1156
|
+
* <p>The ID of the Amazon Web Services account where you are creating an analysis.</p>
|
|
1143
1157
|
*/
|
|
1144
1158
|
AwsAccountId: string | undefined;
|
|
1145
1159
|
/**
|
|
@@ -1149,7 +1163,7 @@ export interface CreateAnalysisRequest {
|
|
|
1149
1163
|
AnalysisId: string | undefined;
|
|
1150
1164
|
/**
|
|
1151
1165
|
* <p>A descriptive name for the analysis that you're creating. This name displays for the
|
|
1152
|
-
* analysis in the QuickSight console. </p>
|
|
1166
|
+
* analysis in the Amazon QuickSight console. </p>
|
|
1153
1167
|
*/
|
|
1154
1168
|
Name: string | undefined;
|
|
1155
1169
|
/**
|
|
@@ -1173,7 +1187,7 @@ export interface CreateAnalysisRequest {
|
|
|
1173
1187
|
SourceEntity: AnalysisSourceEntity | undefined;
|
|
1174
1188
|
/**
|
|
1175
1189
|
* <p>The ARN for the theme to apply to the analysis that you're creating. To see the theme
|
|
1176
|
-
* in the QuickSight console, make sure that you have access to it.</p>
|
|
1190
|
+
* in the Amazon QuickSight console, make sure that you have access to it.</p>
|
|
1177
1191
|
*/
|
|
1178
1192
|
ThemeArn?: string;
|
|
1179
1193
|
/**
|
|
@@ -1219,7 +1233,7 @@ export declare namespace CreateAnalysisResponse {
|
|
|
1219
1233
|
/**
|
|
1220
1234
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
1221
1235
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
1222
|
-
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
1236
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
1223
1237
|
* capability is available in every edition.</p>
|
|
1224
1238
|
*/
|
|
1225
1239
|
export interface UnsupportedUserEditionException extends __SmithyException, $MetadataBearer {
|
|
@@ -1346,11 +1360,11 @@ export declare namespace DashboardSourceEntity {
|
|
|
1346
1360
|
}
|
|
1347
1361
|
export interface CreateDashboardRequest {
|
|
1348
1362
|
/**
|
|
1349
|
-
* <p>The ID of the Amazon Web Services account
|
|
1363
|
+
* <p>The ID of the Amazon Web Services account where you want to create the dashboard.</p>
|
|
1350
1364
|
*/
|
|
1351
1365
|
AwsAccountId: string | undefined;
|
|
1352
1366
|
/**
|
|
1353
|
-
* <p>The ID for the dashboard, also added to the
|
|
1367
|
+
* <p>The ID for the dashboard, also added to the IAMpolicy.</p>
|
|
1354
1368
|
*/
|
|
1355
1369
|
DashboardId: string | undefined;
|
|
1356
1370
|
/**
|
|
@@ -1365,7 +1379,7 @@ export interface CreateDashboardRequest {
|
|
|
1365
1379
|
Parameters?: _Parameters;
|
|
1366
1380
|
/**
|
|
1367
1381
|
* <p>A structure that contains the permissions of the dashboard. You can use this structure
|
|
1368
|
-
* for granting permissions by providing a list of
|
|
1382
|
+
* for granting permissions by providing a list of IAMaction information for each
|
|
1369
1383
|
* principal ARN. </p>
|
|
1370
1384
|
*
|
|
1371
1385
|
* <p>To specify no permissions, omit the permissions list.</p>
|
|
@@ -1378,8 +1392,8 @@ export interface CreateDashboardRequest {
|
|
|
1378
1392
|
* entity. If you need to create a dashboard from an analysis, first convert the analysis
|
|
1379
1393
|
* to a template by using the <a>CreateTemplate</a> API operation. For
|
|
1380
1394
|
* <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
|
|
1381
|
-
* template. The <code>SourceTemplate</code>ARN can contain any Amazon Web Services account
|
|
1382
|
-
* QuickSight-supported Amazon Web Services Region;. </p>
|
|
1395
|
+
* template. The <code>SourceTemplate</code>ARN can contain any Amazon Web Services account and any
|
|
1396
|
+
* Amazon QuickSight-supported Amazon Web Services Region;. </p>
|
|
1383
1397
|
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
|
|
1384
1398
|
* list the replacement datasets for the placeholders listed in the original. The schema in
|
|
1385
1399
|
* each dataset must match its placeholder. </p>
|
|
@@ -1401,7 +1415,7 @@ export interface CreateDashboardRequest {
|
|
|
1401
1415
|
* <p>
|
|
1402
1416
|
* <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
|
|
1403
1417
|
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
|
|
1404
|
-
* set to <code>DISABLED</code>, QuickSight disables the left filter pane on the
|
|
1418
|
+
* set to <code>DISABLED</code>, Amazon QuickSight disables the left filter pane on the
|
|
1405
1419
|
* published dashboard, which can be used for ad hoc (one-time) filtering. This
|
|
1406
1420
|
* option is <code>ENABLED</code> by default. </p>
|
|
1407
1421
|
* </li>
|
|
@@ -1424,7 +1438,7 @@ export interface CreateDashboardRequest {
|
|
|
1424
1438
|
/**
|
|
1425
1439
|
* <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
|
|
1426
1440
|
* you add a value for this field, it overrides the value that is used in the source
|
|
1427
|
-
* entity. The theme ARN must exist in the same Amazon Web Services account
|
|
1441
|
+
* entity. The theme ARN must exist in the same Amazon Web Services account where you create the
|
|
1428
1442
|
* dashboard.</p>
|
|
1429
1443
|
*/
|
|
1430
1444
|
ThemeArn?: string;
|
|
@@ -1468,6 +1482,25 @@ export declare namespace CreateDashboardResponse {
|
|
|
1468
1482
|
*/
|
|
1469
1483
|
const filterSensitiveLog: (obj: CreateDashboardResponse) => any;
|
|
1470
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
1487
|
+
*/
|
|
1488
|
+
export interface DataSetUsageConfiguration {
|
|
1489
|
+
/**
|
|
1490
|
+
* <p>An option that controls whether a child dataset of a direct query can use this dataset as a source.</p>
|
|
1491
|
+
*/
|
|
1492
|
+
DisableUseAsDirectQuerySource?: boolean;
|
|
1493
|
+
/**
|
|
1494
|
+
* <p>An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.</p>
|
|
1495
|
+
*/
|
|
1496
|
+
DisableUseAsImportedSource?: boolean;
|
|
1497
|
+
}
|
|
1498
|
+
export declare namespace DataSetUsageConfiguration {
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
*/
|
|
1502
|
+
const filterSensitiveLog: (obj: DataSetUsageConfiguration) => any;
|
|
1503
|
+
}
|
|
1471
1504
|
/**
|
|
1472
1505
|
* <p>A FieldFolder element is a folder that contains fields and nested subfolders.</p>
|
|
1473
1506
|
*/
|
|
@@ -1564,11 +1597,30 @@ export declare namespace TagColumnOperation {
|
|
|
1564
1597
|
*/
|
|
1565
1598
|
const filterSensitiveLog: (obj: TagColumnOperation) => any;
|
|
1566
1599
|
}
|
|
1600
|
+
/**
|
|
1601
|
+
* <p>A transform operation that removes tags associated with a column.</p>
|
|
1602
|
+
*/
|
|
1603
|
+
export interface UntagColumnOperation {
|
|
1604
|
+
/**
|
|
1605
|
+
* <p>The column that this operation acts on.</p>
|
|
1606
|
+
*/
|
|
1607
|
+
ColumnName: string | undefined;
|
|
1608
|
+
/**
|
|
1609
|
+
* <p>The column tags to remove from this column.</p>
|
|
1610
|
+
*/
|
|
1611
|
+
TagNames: (ColumnTagName | string)[] | undefined;
|
|
1612
|
+
}
|
|
1613
|
+
export declare namespace UntagColumnOperation {
|
|
1614
|
+
/**
|
|
1615
|
+
* @internal
|
|
1616
|
+
*/
|
|
1617
|
+
const filterSensitiveLog: (obj: UntagColumnOperation) => any;
|
|
1618
|
+
}
|
|
1567
1619
|
/**
|
|
1568
1620
|
* <p>A data transformation on a logical table. This is a variant type structure. For this
|
|
1569
1621
|
* structure to be valid, only one of the attributes can be non-null.</p>
|
|
1570
1622
|
*/
|
|
1571
|
-
export declare type TransformOperation = TransformOperation.CastColumnTypeOperationMember | TransformOperation.CreateColumnsOperationMember | TransformOperation.FilterOperationMember | TransformOperation.ProjectOperationMember | TransformOperation.RenameColumnOperationMember | TransformOperation.TagColumnOperationMember | TransformOperation.$UnknownMember;
|
|
1623
|
+
export declare type TransformOperation = TransformOperation.CastColumnTypeOperationMember | TransformOperation.CreateColumnsOperationMember | TransformOperation.FilterOperationMember | TransformOperation.ProjectOperationMember | TransformOperation.RenameColumnOperationMember | TransformOperation.TagColumnOperationMember | TransformOperation.UntagColumnOperationMember | TransformOperation.$UnknownMember;
|
|
1572
1624
|
export declare namespace TransformOperation {
|
|
1573
1625
|
/**
|
|
1574
1626
|
* <p>An operation that projects columns. Operations that come after a projection can only
|
|
@@ -1581,6 +1633,7 @@ export declare namespace TransformOperation {
|
|
|
1581
1633
|
RenameColumnOperation?: never;
|
|
1582
1634
|
CastColumnTypeOperation?: never;
|
|
1583
1635
|
TagColumnOperation?: never;
|
|
1636
|
+
UntagColumnOperation?: never;
|
|
1584
1637
|
$unknown?: never;
|
|
1585
1638
|
}
|
|
1586
1639
|
/**
|
|
@@ -1593,6 +1646,7 @@ export declare namespace TransformOperation {
|
|
|
1593
1646
|
RenameColumnOperation?: never;
|
|
1594
1647
|
CastColumnTypeOperation?: never;
|
|
1595
1648
|
TagColumnOperation?: never;
|
|
1649
|
+
UntagColumnOperation?: never;
|
|
1596
1650
|
$unknown?: never;
|
|
1597
1651
|
}
|
|
1598
1652
|
/**
|
|
@@ -1606,6 +1660,7 @@ export declare namespace TransformOperation {
|
|
|
1606
1660
|
RenameColumnOperation?: never;
|
|
1607
1661
|
CastColumnTypeOperation?: never;
|
|
1608
1662
|
TagColumnOperation?: never;
|
|
1663
|
+
UntagColumnOperation?: never;
|
|
1609
1664
|
$unknown?: never;
|
|
1610
1665
|
}
|
|
1611
1666
|
/**
|
|
@@ -1618,6 +1673,7 @@ export declare namespace TransformOperation {
|
|
|
1618
1673
|
RenameColumnOperation: RenameColumnOperation;
|
|
1619
1674
|
CastColumnTypeOperation?: never;
|
|
1620
1675
|
TagColumnOperation?: never;
|
|
1676
|
+
UntagColumnOperation?: never;
|
|
1621
1677
|
$unknown?: never;
|
|
1622
1678
|
}
|
|
1623
1679
|
/**
|
|
@@ -1630,6 +1686,7 @@ export declare namespace TransformOperation {
|
|
|
1630
1686
|
RenameColumnOperation?: never;
|
|
1631
1687
|
CastColumnTypeOperation: CastColumnTypeOperation;
|
|
1632
1688
|
TagColumnOperation?: never;
|
|
1689
|
+
UntagColumnOperation?: never;
|
|
1633
1690
|
$unknown?: never;
|
|
1634
1691
|
}
|
|
1635
1692
|
/**
|
|
@@ -1642,6 +1699,20 @@ export declare namespace TransformOperation {
|
|
|
1642
1699
|
RenameColumnOperation?: never;
|
|
1643
1700
|
CastColumnTypeOperation?: never;
|
|
1644
1701
|
TagColumnOperation: TagColumnOperation;
|
|
1702
|
+
UntagColumnOperation?: never;
|
|
1703
|
+
$unknown?: never;
|
|
1704
|
+
}
|
|
1705
|
+
/**
|
|
1706
|
+
* <p>A transform operation that removes tags associated with a column.</p>
|
|
1707
|
+
*/
|
|
1708
|
+
interface UntagColumnOperationMember {
|
|
1709
|
+
ProjectOperation?: never;
|
|
1710
|
+
FilterOperation?: never;
|
|
1711
|
+
CreateColumnsOperation?: never;
|
|
1712
|
+
RenameColumnOperation?: never;
|
|
1713
|
+
CastColumnTypeOperation?: never;
|
|
1714
|
+
TagColumnOperation?: never;
|
|
1715
|
+
UntagColumnOperation: UntagColumnOperation;
|
|
1645
1716
|
$unknown?: never;
|
|
1646
1717
|
}
|
|
1647
1718
|
interface $UnknownMember {
|
|
@@ -1651,6 +1722,7 @@ export declare namespace TransformOperation {
|
|
|
1651
1722
|
RenameColumnOperation?: never;
|
|
1652
1723
|
CastColumnTypeOperation?: never;
|
|
1653
1724
|
TagColumnOperation?: never;
|
|
1725
|
+
UntagColumnOperation?: never;
|
|
1654
1726
|
$unknown: [string, any];
|
|
1655
1727
|
}
|
|
1656
1728
|
interface Visitor<T> {
|
|
@@ -1660,6 +1732,7 @@ export declare namespace TransformOperation {
|
|
|
1660
1732
|
RenameColumnOperation: (value: RenameColumnOperation) => T;
|
|
1661
1733
|
CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
|
|
1662
1734
|
TagColumnOperation: (value: TagColumnOperation) => T;
|
|
1735
|
+
UntagColumnOperation: (value: UntagColumnOperation) => T;
|
|
1663
1736
|
_: (name: string, value: any) => T;
|
|
1664
1737
|
}
|
|
1665
1738
|
const visit: <T>(value: TransformOperation, visitor: Visitor<T>) => T;
|
|
@@ -1674,7 +1747,7 @@ export declare namespace TransformOperation {
|
|
|
1674
1747
|
export interface JoinKeyProperties {
|
|
1675
1748
|
/**
|
|
1676
1749
|
* <p>A value that indicates that a row in a table is uniquely identified by the columns in
|
|
1677
|
-
* a join key. This is used by QuickSight to optimize query performance.</p>
|
|
1750
|
+
* a join key. This is used by Amazon QuickSight to optimize query performance.</p>
|
|
1678
1751
|
*/
|
|
1679
1752
|
UniqueKey?: boolean;
|
|
1680
1753
|
}
|
|
@@ -1738,6 +1811,10 @@ export interface LogicalTableSource {
|
|
|
1738
1811
|
* <p>Physical table ID.</p>
|
|
1739
1812
|
*/
|
|
1740
1813
|
PhysicalTableId?: string;
|
|
1814
|
+
/**
|
|
1815
|
+
* <p>The Amazon Resource Number (ARN) of the parent dataset.</p>
|
|
1816
|
+
*/
|
|
1817
|
+
DataSetArn?: string;
|
|
1741
1818
|
}
|
|
1742
1819
|
export declare namespace LogicalTableSource {
|
|
1743
1820
|
/**
|
|
@@ -1915,7 +1992,7 @@ export interface S3Source {
|
|
|
1915
1992
|
/**
|
|
1916
1993
|
* <p>A physical table type for an S3 data source.</p>
|
|
1917
1994
|
* <note>
|
|
1918
|
-
* <p>For
|
|
1995
|
+
* <p>For files that aren't JSON, only <code>STRING</code> data types are supported in input columns.</p>
|
|
1919
1996
|
* </note>
|
|
1920
1997
|
*/
|
|
1921
1998
|
InputColumns: InputColumn[] | undefined;
|
|
@@ -2008,7 +2085,7 @@ export interface RowLevelPermissionDataSet {
|
|
|
2008
2085
|
*/
|
|
2009
2086
|
Arn: string | undefined;
|
|
2010
2087
|
/**
|
|
2011
|
-
* <p>The type of permissions to use when
|
|
2088
|
+
* <p>The type of permissions to use when interpreting the permissions for RLS. <code>DENY_ACCESS</code>
|
|
2012
2089
|
* is included for backward compatibility only.</p>
|
|
2013
2090
|
*/
|
|
2014
2091
|
PermissionPolicy: RowLevelPermissionPolicy | string | undefined;
|
|
@@ -2076,11 +2153,11 @@ export declare namespace RowLevelPermissionTagConfiguration {
|
|
|
2076
2153
|
}
|
|
2077
2154
|
export interface CreateDataSetRequest {
|
|
2078
2155
|
/**
|
|
2079
|
-
* <p>The Amazon Web Services account
|
|
2156
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
2080
2157
|
*/
|
|
2081
2158
|
AwsAccountId: string | undefined;
|
|
2082
2159
|
/**
|
|
2083
|
-
* <p>An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
2160
|
+
* <p>An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
2084
2161
|
*/
|
|
2085
2162
|
DataSetId: string | undefined;
|
|
2086
2163
|
/**
|
|
@@ -2104,7 +2181,7 @@ export interface CreateDataSetRequest {
|
|
|
2104
2181
|
*/
|
|
2105
2182
|
ImportMode: DataSetImportMode | string | undefined;
|
|
2106
2183
|
/**
|
|
2107
|
-
* <p>Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
2184
|
+
* <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
2108
2185
|
*/
|
|
2109
2186
|
ColumnGroups?: ColumnGroup[];
|
|
2110
2187
|
/**
|
|
@@ -2135,6 +2212,10 @@ export interface CreateDataSetRequest {
|
|
|
2135
2212
|
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>
|
|
2136
2213
|
*/
|
|
2137
2214
|
Tags?: Tag[];
|
|
2215
|
+
/**
|
|
2216
|
+
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
2217
|
+
*/
|
|
2218
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
2138
2219
|
}
|
|
2139
2220
|
export declare namespace CreateDataSetRequest {
|
|
2140
2221
|
/**
|
|
@@ -2148,7 +2229,7 @@ export interface CreateDataSetResponse {
|
|
|
2148
2229
|
*/
|
|
2149
2230
|
Arn?: string;
|
|
2150
2231
|
/**
|
|
2151
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
2232
|
+
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
2152
2233
|
*/
|
|
2153
2234
|
DataSetId?: string;
|
|
2154
2235
|
/**
|
|
@@ -2199,7 +2280,7 @@ export declare namespace LimitExceededException {
|
|
|
2199
2280
|
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
2200
2281
|
}
|
|
2201
2282
|
/**
|
|
2202
|
-
* <p>
|
|
2283
|
+
* <p>The parameters for Jira.</p>
|
|
2203
2284
|
*/
|
|
2204
2285
|
export interface JiraParameters {
|
|
2205
2286
|
/**
|
|
@@ -2214,7 +2295,7 @@ export declare namespace JiraParameters {
|
|
|
2214
2295
|
const filterSensitiveLog: (obj: JiraParameters) => any;
|
|
2215
2296
|
}
|
|
2216
2297
|
/**
|
|
2217
|
-
* <p>
|
|
2298
|
+
* <p>The parameters for MariaDB.</p>
|
|
2218
2299
|
*/
|
|
2219
2300
|
export interface MariaDbParameters {
|
|
2220
2301
|
/**
|
|
@@ -2237,7 +2318,7 @@ export declare namespace MariaDbParameters {
|
|
|
2237
2318
|
const filterSensitiveLog: (obj: MariaDbParameters) => any;
|
|
2238
2319
|
}
|
|
2239
2320
|
/**
|
|
2240
|
-
* <p>
|
|
2321
|
+
* <p>The parameters for MySQL.</p>
|
|
2241
2322
|
*/
|
|
2242
2323
|
export interface MySqlParameters {
|
|
2243
2324
|
/**
|
|
@@ -2260,7 +2341,7 @@ export declare namespace MySqlParameters {
|
|
|
2260
2341
|
const filterSensitiveLog: (obj: MySqlParameters) => any;
|
|
2261
2342
|
}
|
|
2262
2343
|
/**
|
|
2263
|
-
* <p>
|
|
2344
|
+
* <p>The parameters for Oracle.</p>
|
|
2264
2345
|
*/
|
|
2265
2346
|
export interface OracleParameters {
|
|
2266
2347
|
/**
|
|
@@ -2283,7 +2364,7 @@ export declare namespace OracleParameters {
|
|
|
2283
2364
|
const filterSensitiveLog: (obj: OracleParameters) => any;
|
|
2284
2365
|
}
|
|
2285
2366
|
/**
|
|
2286
|
-
* <p>
|
|
2367
|
+
* <p>The parameters for PostgreSQL.</p>
|
|
2287
2368
|
*/
|
|
2288
2369
|
export interface PostgreSqlParameters {
|
|
2289
2370
|
/**
|
|
@@ -2306,7 +2387,7 @@ export declare namespace PostgreSqlParameters {
|
|
|
2306
2387
|
const filterSensitiveLog: (obj: PostgreSqlParameters) => any;
|
|
2307
2388
|
}
|
|
2308
2389
|
/**
|
|
2309
|
-
* <p>
|
|
2390
|
+
* <p>The parameters for Presto.</p>
|
|
2310
2391
|
*/
|
|
2311
2392
|
export interface PrestoParameters {
|
|
2312
2393
|
/**
|
|
@@ -2329,7 +2410,7 @@ export declare namespace PrestoParameters {
|
|
|
2329
2410
|
const filterSensitiveLog: (obj: PrestoParameters) => any;
|
|
2330
2411
|
}
|
|
2331
2412
|
/**
|
|
2332
|
-
* <p>Amazon RDS
|
|
2413
|
+
* <p>The parameters for Amazon RDS.</p>
|
|
2333
2414
|
*/
|
|
2334
2415
|
export interface RdsParameters {
|
|
2335
2416
|
/**
|
|
@@ -2348,7 +2429,7 @@ export declare namespace RdsParameters {
|
|
|
2348
2429
|
const filterSensitiveLog: (obj: RdsParameters) => any;
|
|
2349
2430
|
}
|
|
2350
2431
|
/**
|
|
2351
|
-
* <p>Amazon Redshift
|
|
2432
|
+
* <p>The parameters for Amazon Redshift. The <code>ClusterId</code> field can be blank if
|
|
2352
2433
|
* <code>Host</code> and <code>Port</code> are both set. The <code>Host</code> and
|
|
2353
2434
|
* <code>Port</code> fields can be blank if the <code>ClusterId</code> field is set.</p>
|
|
2354
2435
|
*/
|
|
@@ -2397,12 +2478,12 @@ export declare namespace ManifestFileLocation {
|
|
|
2397
2478
|
const filterSensitiveLog: (obj: ManifestFileLocation) => any;
|
|
2398
2479
|
}
|
|
2399
2480
|
/**
|
|
2400
|
-
* <p>
|
|
2481
|
+
* <p>The parameters for S3.</p>
|
|
2401
2482
|
*/
|
|
2402
2483
|
export interface S3Parameters {
|
|
2403
2484
|
/**
|
|
2404
2485
|
* <p>Location of the Amazon S3 manifest file. This is NULL if the manifest file was
|
|
2405
|
-
* uploaded into QuickSight.</p>
|
|
2486
|
+
* uploaded into Amazon QuickSight.</p>
|
|
2406
2487
|
*/
|
|
2407
2488
|
ManifestFileLocation: ManifestFileLocation | undefined;
|
|
2408
2489
|
}
|
|
@@ -2413,7 +2494,7 @@ export declare namespace S3Parameters {
|
|
|
2413
2494
|
const filterSensitiveLog: (obj: S3Parameters) => any;
|
|
2414
2495
|
}
|
|
2415
2496
|
/**
|
|
2416
|
-
* <p>
|
|
2497
|
+
* <p>The parameters for ServiceNow.</p>
|
|
2417
2498
|
*/
|
|
2418
2499
|
export interface ServiceNowParameters {
|
|
2419
2500
|
/**
|
|
@@ -2428,7 +2509,7 @@ export declare namespace ServiceNowParameters {
|
|
|
2428
2509
|
const filterSensitiveLog: (obj: ServiceNowParameters) => any;
|
|
2429
2510
|
}
|
|
2430
2511
|
/**
|
|
2431
|
-
* <p>
|
|
2512
|
+
* <p>The parameters for Snowflake.</p>
|
|
2432
2513
|
*/
|
|
2433
2514
|
export interface SnowflakeParameters {
|
|
2434
2515
|
/**
|
|
@@ -2451,7 +2532,7 @@ export declare namespace SnowflakeParameters {
|
|
|
2451
2532
|
const filterSensitiveLog: (obj: SnowflakeParameters) => any;
|
|
2452
2533
|
}
|
|
2453
2534
|
/**
|
|
2454
|
-
* <p>
|
|
2535
|
+
* <p>The parameters for Spark.</p>
|
|
2455
2536
|
*/
|
|
2456
2537
|
export interface SparkParameters {
|
|
2457
2538
|
/**
|
|
@@ -2470,7 +2551,7 @@ export declare namespace SparkParameters {
|
|
|
2470
2551
|
const filterSensitiveLog: (obj: SparkParameters) => any;
|
|
2471
2552
|
}
|
|
2472
2553
|
/**
|
|
2473
|
-
* <p>SQL Server
|
|
2554
|
+
* <p>The parameters for SQL Server.</p>
|
|
2474
2555
|
*/
|
|
2475
2556
|
export interface SqlServerParameters {
|
|
2476
2557
|
/**
|
|
@@ -2493,7 +2574,7 @@ export declare namespace SqlServerParameters {
|
|
|
2493
2574
|
const filterSensitiveLog: (obj: SqlServerParameters) => any;
|
|
2494
2575
|
}
|
|
2495
2576
|
/**
|
|
2496
|
-
* <p>
|
|
2577
|
+
* <p>The parameters for Teradata.</p>
|
|
2497
2578
|
*/
|
|
2498
2579
|
export interface TeradataParameters {
|
|
2499
2580
|
/**
|
|
@@ -2516,7 +2597,7 @@ export declare namespace TeradataParameters {
|
|
|
2516
2597
|
const filterSensitiveLog: (obj: TeradataParameters) => any;
|
|
2517
2598
|
}
|
|
2518
2599
|
/**
|
|
2519
|
-
* <p>
|
|
2600
|
+
* <p>The parameters for Twitter.</p>
|
|
2520
2601
|
*/
|
|
2521
2602
|
export interface TwitterParameters {
|
|
2522
2603
|
/**
|
|
@@ -2539,10 +2620,10 @@ export declare namespace TwitterParameters {
|
|
|
2539
2620
|
* This is a variant type structure. For this structure to be valid, only one of the
|
|
2540
2621
|
* attributes can be non-null.</p>
|
|
2541
2622
|
*/
|
|
2542
|
-
export declare type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.JiraParametersMember | DataSourceParameters.MariaDbParametersMember | DataSourceParameters.MySqlParametersMember | DataSourceParameters.OracleParametersMember | DataSourceParameters.PostgreSqlParametersMember | DataSourceParameters.PrestoParametersMember | DataSourceParameters.RdsParametersMember | DataSourceParameters.RedshiftParametersMember | DataSourceParameters.S3ParametersMember | DataSourceParameters.ServiceNowParametersMember | DataSourceParameters.SnowflakeParametersMember | DataSourceParameters.SparkParametersMember | DataSourceParameters.SqlServerParametersMember | DataSourceParameters.TeradataParametersMember | DataSourceParameters.TwitterParametersMember | DataSourceParameters.$UnknownMember;
|
|
2623
|
+
export declare type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.JiraParametersMember | DataSourceParameters.MariaDbParametersMember | DataSourceParameters.MySqlParametersMember | DataSourceParameters.OracleParametersMember | DataSourceParameters.PostgreSqlParametersMember | DataSourceParameters.PrestoParametersMember | DataSourceParameters.RdsParametersMember | DataSourceParameters.RedshiftParametersMember | DataSourceParameters.S3ParametersMember | DataSourceParameters.ServiceNowParametersMember | DataSourceParameters.SnowflakeParametersMember | DataSourceParameters.SparkParametersMember | DataSourceParameters.SqlServerParametersMember | DataSourceParameters.TeradataParametersMember | DataSourceParameters.TwitterParametersMember | DataSourceParameters.$UnknownMember;
|
|
2543
2624
|
export declare namespace DataSourceParameters {
|
|
2544
2625
|
/**
|
|
2545
|
-
* <p>
|
|
2626
|
+
* <p>The parameters for Elasticsearch.</p>
|
|
2546
2627
|
*/
|
|
2547
2628
|
interface AmazonElasticsearchParametersMember {
|
|
2548
2629
|
AmazonElasticsearchParameters: AmazonElasticsearchParameters;
|
|
@@ -2565,10 +2646,11 @@ export declare namespace DataSourceParameters {
|
|
|
2565
2646
|
SqlServerParameters?: never;
|
|
2566
2647
|
TeradataParameters?: never;
|
|
2567
2648
|
TwitterParameters?: never;
|
|
2649
|
+
AmazonOpenSearchParameters?: never;
|
|
2568
2650
|
$unknown?: never;
|
|
2569
2651
|
}
|
|
2570
2652
|
/**
|
|
2571
|
-
* <p>Amazon Athena
|
|
2653
|
+
* <p>The parameters for Amazon Athena.</p>
|
|
2572
2654
|
*/
|
|
2573
2655
|
interface AthenaParametersMember {
|
|
2574
2656
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2591,10 +2673,11 @@ export declare namespace DataSourceParameters {
|
|
|
2591
2673
|
SqlServerParameters?: never;
|
|
2592
2674
|
TeradataParameters?: never;
|
|
2593
2675
|
TwitterParameters?: never;
|
|
2676
|
+
AmazonOpenSearchParameters?: never;
|
|
2594
2677
|
$unknown?: never;
|
|
2595
2678
|
}
|
|
2596
2679
|
/**
|
|
2597
|
-
* <p>Amazon Aurora MySQL
|
|
2680
|
+
* <p>The parameters for Amazon Aurora MySQL.</p>
|
|
2598
2681
|
*/
|
|
2599
2682
|
interface AuroraParametersMember {
|
|
2600
2683
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2617,10 +2700,11 @@ export declare namespace DataSourceParameters {
|
|
|
2617
2700
|
SqlServerParameters?: never;
|
|
2618
2701
|
TeradataParameters?: never;
|
|
2619
2702
|
TwitterParameters?: never;
|
|
2703
|
+
AmazonOpenSearchParameters?: never;
|
|
2620
2704
|
$unknown?: never;
|
|
2621
2705
|
}
|
|
2622
2706
|
/**
|
|
2623
|
-
* <p>
|
|
2707
|
+
* <p>The parameters for Amazon Aurora.</p>
|
|
2624
2708
|
*/
|
|
2625
2709
|
interface AuroraPostgreSqlParametersMember {
|
|
2626
2710
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2643,10 +2727,11 @@ export declare namespace DataSourceParameters {
|
|
|
2643
2727
|
SqlServerParameters?: never;
|
|
2644
2728
|
TeradataParameters?: never;
|
|
2645
2729
|
TwitterParameters?: never;
|
|
2730
|
+
AmazonOpenSearchParameters?: never;
|
|
2646
2731
|
$unknown?: never;
|
|
2647
2732
|
}
|
|
2648
2733
|
/**
|
|
2649
|
-
* <p>
|
|
2734
|
+
* <p>The parameters for IoT Analytics.</p>
|
|
2650
2735
|
*/
|
|
2651
2736
|
interface AwsIotAnalyticsParametersMember {
|
|
2652
2737
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2669,10 +2754,11 @@ export declare namespace DataSourceParameters {
|
|
|
2669
2754
|
SqlServerParameters?: never;
|
|
2670
2755
|
TeradataParameters?: never;
|
|
2671
2756
|
TwitterParameters?: never;
|
|
2757
|
+
AmazonOpenSearchParameters?: never;
|
|
2672
2758
|
$unknown?: never;
|
|
2673
2759
|
}
|
|
2674
2760
|
/**
|
|
2675
|
-
* <p>
|
|
2761
|
+
* <p>The parameters for Jira.</p>
|
|
2676
2762
|
*/
|
|
2677
2763
|
interface JiraParametersMember {
|
|
2678
2764
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2695,10 +2781,11 @@ export declare namespace DataSourceParameters {
|
|
|
2695
2781
|
SqlServerParameters?: never;
|
|
2696
2782
|
TeradataParameters?: never;
|
|
2697
2783
|
TwitterParameters?: never;
|
|
2784
|
+
AmazonOpenSearchParameters?: never;
|
|
2698
2785
|
$unknown?: never;
|
|
2699
2786
|
}
|
|
2700
2787
|
/**
|
|
2701
|
-
* <p>
|
|
2788
|
+
* <p>The parameters for MariaDB.</p>
|
|
2702
2789
|
*/
|
|
2703
2790
|
interface MariaDbParametersMember {
|
|
2704
2791
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2721,10 +2808,11 @@ export declare namespace DataSourceParameters {
|
|
|
2721
2808
|
SqlServerParameters?: never;
|
|
2722
2809
|
TeradataParameters?: never;
|
|
2723
2810
|
TwitterParameters?: never;
|
|
2811
|
+
AmazonOpenSearchParameters?: never;
|
|
2724
2812
|
$unknown?: never;
|
|
2725
2813
|
}
|
|
2726
2814
|
/**
|
|
2727
|
-
* <p>
|
|
2815
|
+
* <p>The parameters for MySQL.</p>
|
|
2728
2816
|
*/
|
|
2729
2817
|
interface MySqlParametersMember {
|
|
2730
2818
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2747,10 +2835,11 @@ export declare namespace DataSourceParameters {
|
|
|
2747
2835
|
SqlServerParameters?: never;
|
|
2748
2836
|
TeradataParameters?: never;
|
|
2749
2837
|
TwitterParameters?: never;
|
|
2838
|
+
AmazonOpenSearchParameters?: never;
|
|
2750
2839
|
$unknown?: never;
|
|
2751
2840
|
}
|
|
2752
2841
|
/**
|
|
2753
|
-
* <p>
|
|
2842
|
+
* <p>The parameters for Oracle.</p>
|
|
2754
2843
|
*/
|
|
2755
2844
|
interface OracleParametersMember {
|
|
2756
2845
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2773,10 +2862,11 @@ export declare namespace DataSourceParameters {
|
|
|
2773
2862
|
SqlServerParameters?: never;
|
|
2774
2863
|
TeradataParameters?: never;
|
|
2775
2864
|
TwitterParameters?: never;
|
|
2865
|
+
AmazonOpenSearchParameters?: never;
|
|
2776
2866
|
$unknown?: never;
|
|
2777
2867
|
}
|
|
2778
2868
|
/**
|
|
2779
|
-
* <p>
|
|
2869
|
+
* <p>The parameters for PostgreSQL.</p>
|
|
2780
2870
|
*/
|
|
2781
2871
|
interface PostgreSqlParametersMember {
|
|
2782
2872
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2799,10 +2889,11 @@ export declare namespace DataSourceParameters {
|
|
|
2799
2889
|
SqlServerParameters?: never;
|
|
2800
2890
|
TeradataParameters?: never;
|
|
2801
2891
|
TwitterParameters?: never;
|
|
2892
|
+
AmazonOpenSearchParameters?: never;
|
|
2802
2893
|
$unknown?: never;
|
|
2803
2894
|
}
|
|
2804
2895
|
/**
|
|
2805
|
-
* <p>
|
|
2896
|
+
* <p>The parameters for Presto.</p>
|
|
2806
2897
|
*/
|
|
2807
2898
|
interface PrestoParametersMember {
|
|
2808
2899
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2825,10 +2916,11 @@ export declare namespace DataSourceParameters {
|
|
|
2825
2916
|
SqlServerParameters?: never;
|
|
2826
2917
|
TeradataParameters?: never;
|
|
2827
2918
|
TwitterParameters?: never;
|
|
2919
|
+
AmazonOpenSearchParameters?: never;
|
|
2828
2920
|
$unknown?: never;
|
|
2829
2921
|
}
|
|
2830
2922
|
/**
|
|
2831
|
-
* <p>Amazon RDS
|
|
2923
|
+
* <p>The parameters for Amazon RDS.</p>
|
|
2832
2924
|
*/
|
|
2833
2925
|
interface RdsParametersMember {
|
|
2834
2926
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2851,10 +2943,11 @@ export declare namespace DataSourceParameters {
|
|
|
2851
2943
|
SqlServerParameters?: never;
|
|
2852
2944
|
TeradataParameters?: never;
|
|
2853
2945
|
TwitterParameters?: never;
|
|
2946
|
+
AmazonOpenSearchParameters?: never;
|
|
2854
2947
|
$unknown?: never;
|
|
2855
2948
|
}
|
|
2856
2949
|
/**
|
|
2857
|
-
* <p>Amazon Redshift
|
|
2950
|
+
* <p>The parameters for Amazon Redshift.</p>
|
|
2858
2951
|
*/
|
|
2859
2952
|
interface RedshiftParametersMember {
|
|
2860
2953
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2877,10 +2970,11 @@ export declare namespace DataSourceParameters {
|
|
|
2877
2970
|
SqlServerParameters?: never;
|
|
2878
2971
|
TeradataParameters?: never;
|
|
2879
2972
|
TwitterParameters?: never;
|
|
2973
|
+
AmazonOpenSearchParameters?: never;
|
|
2880
2974
|
$unknown?: never;
|
|
2881
2975
|
}
|
|
2882
2976
|
/**
|
|
2883
|
-
* <p>
|
|
2977
|
+
* <p>The parameters for S3.</p>
|
|
2884
2978
|
*/
|
|
2885
2979
|
interface S3ParametersMember {
|
|
2886
2980
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2903,10 +2997,11 @@ export declare namespace DataSourceParameters {
|
|
|
2903
2997
|
SqlServerParameters?: never;
|
|
2904
2998
|
TeradataParameters?: never;
|
|
2905
2999
|
TwitterParameters?: never;
|
|
3000
|
+
AmazonOpenSearchParameters?: never;
|
|
2906
3001
|
$unknown?: never;
|
|
2907
3002
|
}
|
|
2908
3003
|
/**
|
|
2909
|
-
* <p>
|
|
3004
|
+
* <p>The parameters for ServiceNow.</p>
|
|
2910
3005
|
*/
|
|
2911
3006
|
interface ServiceNowParametersMember {
|
|
2912
3007
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2929,10 +3024,11 @@ export declare namespace DataSourceParameters {
|
|
|
2929
3024
|
SqlServerParameters?: never;
|
|
2930
3025
|
TeradataParameters?: never;
|
|
2931
3026
|
TwitterParameters?: never;
|
|
3027
|
+
AmazonOpenSearchParameters?: never;
|
|
2932
3028
|
$unknown?: never;
|
|
2933
3029
|
}
|
|
2934
3030
|
/**
|
|
2935
|
-
* <p>
|
|
3031
|
+
* <p>The parameters for Snowflake.</p>
|
|
2936
3032
|
*/
|
|
2937
3033
|
interface SnowflakeParametersMember {
|
|
2938
3034
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2955,10 +3051,11 @@ export declare namespace DataSourceParameters {
|
|
|
2955
3051
|
SqlServerParameters?: never;
|
|
2956
3052
|
TeradataParameters?: never;
|
|
2957
3053
|
TwitterParameters?: never;
|
|
3054
|
+
AmazonOpenSearchParameters?: never;
|
|
2958
3055
|
$unknown?: never;
|
|
2959
3056
|
}
|
|
2960
3057
|
/**
|
|
2961
|
-
* <p>
|
|
3058
|
+
* <p>The parameters for Spark.</p>
|
|
2962
3059
|
*/
|
|
2963
3060
|
interface SparkParametersMember {
|
|
2964
3061
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2981,10 +3078,11 @@ export declare namespace DataSourceParameters {
|
|
|
2981
3078
|
SqlServerParameters?: never;
|
|
2982
3079
|
TeradataParameters?: never;
|
|
2983
3080
|
TwitterParameters?: never;
|
|
3081
|
+
AmazonOpenSearchParameters?: never;
|
|
2984
3082
|
$unknown?: never;
|
|
2985
3083
|
}
|
|
2986
3084
|
/**
|
|
2987
|
-
* <p>SQL Server
|
|
3085
|
+
* <p>The parameters for SQL Server.</p>
|
|
2988
3086
|
*/
|
|
2989
3087
|
interface SqlServerParametersMember {
|
|
2990
3088
|
AmazonElasticsearchParameters?: never;
|
|
@@ -3007,10 +3105,11 @@ export declare namespace DataSourceParameters {
|
|
|
3007
3105
|
SqlServerParameters: SqlServerParameters;
|
|
3008
3106
|
TeradataParameters?: never;
|
|
3009
3107
|
TwitterParameters?: never;
|
|
3108
|
+
AmazonOpenSearchParameters?: never;
|
|
3010
3109
|
$unknown?: never;
|
|
3011
3110
|
}
|
|
3012
3111
|
/**
|
|
3013
|
-
* <p>
|
|
3112
|
+
* <p>The parameters for Teradata.</p>
|
|
3014
3113
|
*/
|
|
3015
3114
|
interface TeradataParametersMember {
|
|
3016
3115
|
AmazonElasticsearchParameters?: never;
|
|
@@ -3033,10 +3132,11 @@ export declare namespace DataSourceParameters {
|
|
|
3033
3132
|
SqlServerParameters?: never;
|
|
3034
3133
|
TeradataParameters: TeradataParameters;
|
|
3035
3134
|
TwitterParameters?: never;
|
|
3135
|
+
AmazonOpenSearchParameters?: never;
|
|
3036
3136
|
$unknown?: never;
|
|
3037
3137
|
}
|
|
3038
3138
|
/**
|
|
3039
|
-
* <p>
|
|
3139
|
+
* <p>The parameters for Twitter.</p>
|
|
3040
3140
|
*/
|
|
3041
3141
|
interface TwitterParametersMember {
|
|
3042
3142
|
AmazonElasticsearchParameters?: never;
|
|
@@ -3059,6 +3159,31 @@ export declare namespace DataSourceParameters {
|
|
|
3059
3159
|
SqlServerParameters?: never;
|
|
3060
3160
|
TeradataParameters?: never;
|
|
3061
3161
|
TwitterParameters: TwitterParameters;
|
|
3162
|
+
AmazonOpenSearchParameters?: never;
|
|
3163
|
+
$unknown?: never;
|
|
3164
|
+
}
|
|
3165
|
+
interface AmazonOpenSearchParametersMember {
|
|
3166
|
+
AmazonElasticsearchParameters?: never;
|
|
3167
|
+
AthenaParameters?: never;
|
|
3168
|
+
AuroraParameters?: never;
|
|
3169
|
+
AuroraPostgreSqlParameters?: never;
|
|
3170
|
+
AwsIotAnalyticsParameters?: never;
|
|
3171
|
+
JiraParameters?: never;
|
|
3172
|
+
MariaDbParameters?: never;
|
|
3173
|
+
MySqlParameters?: never;
|
|
3174
|
+
OracleParameters?: never;
|
|
3175
|
+
PostgreSqlParameters?: never;
|
|
3176
|
+
PrestoParameters?: never;
|
|
3177
|
+
RdsParameters?: never;
|
|
3178
|
+
RedshiftParameters?: never;
|
|
3179
|
+
S3Parameters?: never;
|
|
3180
|
+
ServiceNowParameters?: never;
|
|
3181
|
+
SnowflakeParameters?: never;
|
|
3182
|
+
SparkParameters?: never;
|
|
3183
|
+
SqlServerParameters?: never;
|
|
3184
|
+
TeradataParameters?: never;
|
|
3185
|
+
TwitterParameters?: never;
|
|
3186
|
+
AmazonOpenSearchParameters: AmazonOpenSearchParameters;
|
|
3062
3187
|
$unknown?: never;
|
|
3063
3188
|
}
|
|
3064
3189
|
interface $UnknownMember {
|
|
@@ -3082,6 +3207,7 @@ export declare namespace DataSourceParameters {
|
|
|
3082
3207
|
SqlServerParameters?: never;
|
|
3083
3208
|
TeradataParameters?: never;
|
|
3084
3209
|
TwitterParameters?: never;
|
|
3210
|
+
AmazonOpenSearchParameters?: never;
|
|
3085
3211
|
$unknown: [string, any];
|
|
3086
3212
|
}
|
|
3087
3213
|
interface Visitor<T> {
|
|
@@ -3105,6 +3231,7 @@ export declare namespace DataSourceParameters {
|
|
|
3105
3231
|
SqlServerParameters: (value: SqlServerParameters) => T;
|
|
3106
3232
|
TeradataParameters: (value: TeradataParameters) => T;
|
|
3107
3233
|
TwitterParameters: (value: TwitterParameters) => T;
|
|
3234
|
+
AmazonOpenSearchParameters: (value: AmazonOpenSearchParameters) => T;
|
|
3108
3235
|
_: (name: string, value: any) => T;
|
|
3109
3236
|
}
|
|
3110
3237
|
const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
|
|
@@ -3168,7 +3295,7 @@ export declare namespace DataSourceCredentials {
|
|
|
3168
3295
|
const filterSensitiveLog: (obj: DataSourceCredentials) => any;
|
|
3169
3296
|
}
|
|
3170
3297
|
/**
|
|
3171
|
-
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
3298
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
|
|
3172
3299
|
* underlying data source.</p>
|
|
3173
3300
|
*/
|
|
3174
3301
|
export interface SslProperties {
|
|
@@ -3186,6 +3313,7 @@ export declare namespace SslProperties {
|
|
|
3186
3313
|
export declare enum DataSourceType {
|
|
3187
3314
|
ADOBE_ANALYTICS = "ADOBE_ANALYTICS",
|
|
3188
3315
|
AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
|
|
3316
|
+
AMAZON_OPENSEARCH = "AMAZON_OPENSEARCH",
|
|
3189
3317
|
ATHENA = "ATHENA",
|
|
3190
3318
|
AURORA = "AURORA",
|
|
3191
3319
|
AURORA_POSTGRESQL = "AURORA_POSTGRESQL",
|
|
@@ -3225,11 +3353,11 @@ export declare namespace VpcConnectionProperties {
|
|
|
3225
3353
|
}
|
|
3226
3354
|
export interface CreateDataSourceRequest {
|
|
3227
3355
|
/**
|
|
3228
|
-
* <p>The Amazon Web Services account
|
|
3356
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
3229
3357
|
*/
|
|
3230
3358
|
AwsAccountId: string | undefined;
|
|
3231
3359
|
/**
|
|
3232
|
-
* <p>An ID for the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
3360
|
+
* <p>An ID for the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account. </p>
|
|
3233
3361
|
*/
|
|
3234
3362
|
DataSourceId: string | undefined;
|
|
3235
3363
|
/**
|
|
@@ -3237,21 +3365,17 @@ export interface CreateDataSourceRequest {
|
|
|
3237
3365
|
*/
|
|
3238
3366
|
Name: string | undefined;
|
|
3239
3367
|
/**
|
|
3240
|
-
* <p>The type of the data source.
|
|
3241
|
-
*
|
|
3242
|
-
*
|
|
3243
|
-
* Use <code>ListDataSources</code> to return a
|
|
3244
|
-
* list of all data sources.</p>
|
|
3245
|
-
* <p>
|
|
3246
|
-
* <code>AMAZON_ELASTICSEARCH</code> is for Amazon managed Elasticsearch Service.</p>
|
|
3368
|
+
* <p>The type of the data source. To return a
|
|
3369
|
+
* list of all data sources, use <code>ListDataSources</code>.</p>
|
|
3370
|
+
* <p>Use <code>AMAZON_ELASTICSEARCH</code> for Amazon Elasticsearch Service.</p>
|
|
3247
3371
|
*/
|
|
3248
3372
|
Type: DataSourceType | string | undefined;
|
|
3249
3373
|
/**
|
|
3250
|
-
* <p>The parameters that QuickSight uses to connect to your underlying source.</p>
|
|
3374
|
+
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
|
|
3251
3375
|
*/
|
|
3252
3376
|
DataSourceParameters?: DataSourceParameters;
|
|
3253
3377
|
/**
|
|
3254
|
-
* <p>The credentials QuickSight that uses to connect to your underlying source. Currently, only
|
|
3378
|
+
* <p>The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only
|
|
3255
3379
|
* credentials based on user name and password are supported.</p>
|
|
3256
3380
|
*/
|
|
3257
3381
|
Credentials?: DataSourceCredentials;
|
|
@@ -3260,12 +3384,12 @@ export interface CreateDataSourceRequest {
|
|
|
3260
3384
|
*/
|
|
3261
3385
|
Permissions?: ResourcePermission[];
|
|
3262
3386
|
/**
|
|
3263
|
-
* <p>Use this parameter only when you want QuickSight to use a VPC connection when connecting to
|
|
3387
|
+
* <p>Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to
|
|
3264
3388
|
* your underlying source.</p>
|
|
3265
3389
|
*/
|
|
3266
3390
|
VpcConnectionProperties?: VpcConnectionProperties;
|
|
3267
3391
|
/**
|
|
3268
|
-
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.</p>
|
|
3392
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.</p>
|
|
3269
3393
|
*/
|
|
3270
3394
|
SslProperties?: SslProperties;
|
|
3271
3395
|
/**
|
|
@@ -3285,7 +3409,7 @@ export interface CreateDataSourceResponse {
|
|
|
3285
3409
|
*/
|
|
3286
3410
|
Arn?: string;
|
|
3287
3411
|
/**
|
|
3288
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
3412
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
3289
3413
|
*/
|
|
3290
3414
|
DataSourceId?: string;
|
|
3291
3415
|
/**
|
|
@@ -3454,8 +3578,8 @@ export interface CreateGroupRequest {
|
|
|
3454
3578
|
*/
|
|
3455
3579
|
Description?: string;
|
|
3456
3580
|
/**
|
|
3457
|
-
* <p>The ID for the Amazon Web Services account
|
|
3458
|
-
* Amazon Web Services account
|
|
3581
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
3582
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
3459
3583
|
*/
|
|
3460
3584
|
AwsAccountId: string | undefined;
|
|
3461
3585
|
/**
|
|
@@ -3548,8 +3672,8 @@ export interface CreateGroupMembershipRequest {
|
|
|
3548
3672
|
*/
|
|
3549
3673
|
GroupName: string | undefined;
|
|
3550
3674
|
/**
|
|
3551
|
-
* <p>The ID for the Amazon Web Services account
|
|
3552
|
-
* Amazon Web Services account
|
|
3675
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
3676
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
3553
3677
|
*/
|
|
3554
3678
|
AwsAccountId: string | undefined;
|
|
3555
3679
|
/**
|
|
@@ -3605,12 +3729,12 @@ export declare namespace CreateGroupMembershipResponse {
|
|
|
3605
3729
|
}
|
|
3606
3730
|
export interface CreateIAMPolicyAssignmentRequest {
|
|
3607
3731
|
/**
|
|
3608
|
-
* <p>The ID of the Amazon Web Services account
|
|
3732
|
+
* <p>The ID of the Amazon Web Services account where you want to assign an IAMpolicy to Amazon QuickSight users or
|
|
3609
3733
|
* groups.</p>
|
|
3610
3734
|
*/
|
|
3611
3735
|
AwsAccountId: string | undefined;
|
|
3612
3736
|
/**
|
|
3613
|
-
* <p>The name of the assignment, also called a rule. It must be unique within an Amazon Web Services account
|
|
3737
|
+
* <p>The name of the assignment, also called a rule. It must be unique within an Amazon Web Services account.</p>
|
|
3614
3738
|
*/
|
|
3615
3739
|
AssignmentName: string | undefined;
|
|
3616
3740
|
/**
|
|
@@ -3634,12 +3758,12 @@ export interface CreateIAMPolicyAssignmentRequest {
|
|
|
3634
3758
|
*/
|
|
3635
3759
|
AssignmentStatus: AssignmentStatus | string | undefined;
|
|
3636
3760
|
/**
|
|
3637
|
-
* <p>The ARN for the
|
|
3761
|
+
* <p>The ARN for the IAMpolicy to apply to the Amazon QuickSight users and groups
|
|
3638
3762
|
* specified in this assignment.</p>
|
|
3639
3763
|
*/
|
|
3640
3764
|
PolicyArn?: string;
|
|
3641
3765
|
/**
|
|
3642
|
-
* <p>The QuickSight users, groups, or both that you want to assign the policy to.</p>
|
|
3766
|
+
* <p>The Amazon QuickSight users, groups, or both that you want to assign the policy to.</p>
|
|
3643
3767
|
*/
|
|
3644
3768
|
Identities?: {
|
|
3645
3769
|
[key: string]: string[];
|
|
@@ -3657,7 +3781,7 @@ export declare namespace CreateIAMPolicyAssignmentRequest {
|
|
|
3657
3781
|
}
|
|
3658
3782
|
export interface CreateIAMPolicyAssignmentResponse {
|
|
3659
3783
|
/**
|
|
3660
|
-
* <p>The name of the assignment. This name must be unique within the Amazon Web Services account
|
|
3784
|
+
* <p>The name of the assignment. This name must be unique within the Amazon Web Services account.</p>
|
|
3661
3785
|
*/
|
|
3662
3786
|
AssignmentName?: string;
|
|
3663
3787
|
/**
|
|
@@ -3685,11 +3809,11 @@ export interface CreateIAMPolicyAssignmentResponse {
|
|
|
3685
3809
|
*/
|
|
3686
3810
|
AssignmentStatus?: AssignmentStatus | string;
|
|
3687
3811
|
/**
|
|
3688
|
-
* <p>The ARN for the
|
|
3812
|
+
* <p>The ARN for the IAMpolicy that is applied to the Amazon QuickSight users and groups specified in this assignment.</p>
|
|
3689
3813
|
*/
|
|
3690
3814
|
PolicyArn?: string;
|
|
3691
3815
|
/**
|
|
3692
|
-
* <p>The QuickSight users, groups, or both that the
|
|
3816
|
+
* <p>The Amazon QuickSight users, groups, or both that the IAMpolicy is assigned to.</p>
|
|
3693
3817
|
*/
|
|
3694
3818
|
Identities?: {
|
|
3695
3819
|
[key: string]: string[];
|
|
@@ -3719,7 +3843,7 @@ export interface CreateIngestionRequest {
|
|
|
3719
3843
|
*/
|
|
3720
3844
|
IngestionId: string | undefined;
|
|
3721
3845
|
/**
|
|
3722
|
-
* <p>The Amazon Web Services account
|
|
3846
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
3723
3847
|
*/
|
|
3724
3848
|
AwsAccountId: string | undefined;
|
|
3725
3849
|
}
|
|
@@ -3770,7 +3894,7 @@ export declare enum IdentityStore {
|
|
|
3770
3894
|
}
|
|
3771
3895
|
export interface CreateNamespaceRequest {
|
|
3772
3896
|
/**
|
|
3773
|
-
* <p>The ID for the Amazon Web Services account
|
|
3897
|
+
* <p>The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.</p>
|
|
3774
3898
|
*/
|
|
3775
3899
|
AwsAccountId: string | undefined;
|
|
3776
3900
|
/**
|
|
@@ -3802,7 +3926,7 @@ export declare enum NamespaceStatus {
|
|
|
3802
3926
|
}
|
|
3803
3927
|
export interface CreateNamespaceResponse {
|
|
3804
3928
|
/**
|
|
3805
|
-
* <p>The ARN of the QuickSight namespace you created. </p>
|
|
3929
|
+
* <p>The ARN of the Amazon QuickSight namespace you created. </p>
|
|
3806
3930
|
*/
|
|
3807
3931
|
Arn?: string;
|
|
3808
3932
|
/**
|
|
@@ -3898,13 +4022,12 @@ export declare namespace TemplateSourceEntity {
|
|
|
3898
4022
|
}
|
|
3899
4023
|
export interface CreateTemplateRequest {
|
|
3900
4024
|
/**
|
|
3901
|
-
* <p>The ID for the Amazon Web Services account
|
|
3902
|
-
* Amazon Web Services account; that contains your Amazon QuickSight account.</p>
|
|
4025
|
+
* <p>The ID for the Amazon Web Services account that the group is in. You use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
3903
4026
|
*/
|
|
3904
4027
|
AwsAccountId: string | undefined;
|
|
3905
4028
|
/**
|
|
3906
4029
|
* <p>An ID for the template that you want to create. This template is unique per Amazon Web Services Region; in
|
|
3907
|
-
* each Amazon Web Services account
|
|
4030
|
+
* each Amazon Web Services account.</p>
|
|
3908
4031
|
*/
|
|
3909
4032
|
TemplateId: string | undefined;
|
|
3910
4033
|
/**
|
|
@@ -3922,7 +4045,7 @@ export interface CreateTemplateRequest {
|
|
|
3922
4045
|
* analysis. Both of these require an Amazon Resource Name (ARN). For
|
|
3923
4046
|
* <code>SourceTemplate</code>, specify the ARN of the source template. For
|
|
3924
4047
|
* <code>SourceAnalysis</code>, specify the ARN of the source analysis. The <code>SourceTemplate</code>
|
|
3925
|
-
* ARN can contain any Amazon Web Services account
|
|
4048
|
+
* ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region;. </p>
|
|
3926
4049
|
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> or
|
|
3927
4050
|
* <code>SourceAnalysis</code> to list the replacement datasets for the placeholders listed
|
|
3928
4051
|
* in the original. The schema in each dataset must match its placeholder. </p>
|
|
@@ -3981,7 +4104,7 @@ export declare namespace CreateTemplateResponse {
|
|
|
3981
4104
|
}
|
|
3982
4105
|
export interface CreateTemplateAliasRequest {
|
|
3983
4106
|
/**
|
|
3984
|
-
* <p>The ID of the Amazon Web Services account
|
|
4107
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you creating an alias for.</p>
|
|
3985
4108
|
*/
|
|
3986
4109
|
AwsAccountId: string | undefined;
|
|
3987
4110
|
/**
|
|
@@ -4274,12 +4397,12 @@ export declare namespace ThemeConfiguration {
|
|
|
4274
4397
|
}
|
|
4275
4398
|
export interface CreateThemeRequest {
|
|
4276
4399
|
/**
|
|
4277
|
-
* <p>The ID of the Amazon Web Services account
|
|
4400
|
+
* <p>The ID of the Amazon Web Services account where you want to store the new theme. </p>
|
|
4278
4401
|
*/
|
|
4279
4402
|
AwsAccountId: string | undefined;
|
|
4280
4403
|
/**
|
|
4281
|
-
* <p>An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region
|
|
4282
|
-
* each Amazon Web Services account
|
|
4404
|
+
* <p>An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in
|
|
4405
|
+
* each Amazon Web Services account.</p>
|
|
4283
4406
|
*/
|
|
4284
4407
|
ThemeId: string | undefined;
|
|
4285
4408
|
/**
|
|
@@ -4290,7 +4413,7 @@ export interface CreateThemeRequest {
|
|
|
4290
4413
|
* <p>The ID of the theme that a custom theme will inherit from. All themes inherit from one of
|
|
4291
4414
|
* the starting themes defined by Amazon QuickSight. For a list of the starting themes, use
|
|
4292
4415
|
* <code>ListThemes</code> or choose <b>Themes</b> from
|
|
4293
|
-
* within a QuickSight analysis. </p>
|
|
4416
|
+
* within a Amazon QuickSight analysis. </p>
|
|
4294
4417
|
*/
|
|
4295
4418
|
BaseThemeId: string | undefined;
|
|
4296
4419
|
/**
|
|
@@ -4355,7 +4478,7 @@ export declare namespace CreateThemeResponse {
|
|
|
4355
4478
|
}
|
|
4356
4479
|
export interface CreateThemeAliasRequest {
|
|
4357
4480
|
/**
|
|
4358
|
-
* <p>The ID of the Amazon Web Services account
|
|
4481
|
+
* <p>The ID of the Amazon Web Services account that contains the theme for the new theme alias.</p>
|
|
4359
4482
|
*/
|
|
4360
4483
|
AwsAccountId: string | undefined;
|
|
4361
4484
|
/**
|
|
@@ -4747,6 +4870,10 @@ export interface DataSet {
|
|
|
4747
4870
|
* </code>.</p>
|
|
4748
4871
|
*/
|
|
4749
4872
|
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
4873
|
+
/**
|
|
4874
|
+
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
4875
|
+
*/
|
|
4876
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
4750
4877
|
}
|
|
4751
4878
|
export declare namespace DataSet {
|
|
4752
4879
|
/**
|
|
@@ -4878,7 +5005,7 @@ export interface DataSource {
|
|
|
4878
5005
|
Arn?: string;
|
|
4879
5006
|
/**
|
|
4880
5007
|
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each
|
|
4881
|
-
* Amazon Web Services account
|
|
5008
|
+
* Amazon Web Services account.</p>
|
|
4882
5009
|
*/
|
|
4883
5010
|
DataSourceId?: string;
|
|
4884
5011
|
/**
|
|
@@ -4922,11 +5049,11 @@ export interface DataSource {
|
|
|
4922
5049
|
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
4923
5050
|
/**
|
|
4924
5051
|
* <p>The VPC connection information. You need to use this parameter only when you want
|
|
4925
|
-
* QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
5052
|
+
* Amazon QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
4926
5053
|
*/
|
|
4927
5054
|
VpcConnectionProperties?: VpcConnectionProperties;
|
|
4928
5055
|
/**
|
|
4929
|
-
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
5056
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
|
|
4930
5057
|
* underlying source.</p>
|
|
4931
5058
|
*/
|
|
4932
5059
|
SslProperties?: SslProperties;
|
|
@@ -4943,12 +5070,12 @@ export declare namespace DataSource {
|
|
|
4943
5070
|
}
|
|
4944
5071
|
export interface DeleteAccountCustomizationRequest {
|
|
4945
5072
|
/**
|
|
4946
|
-
* <p>The ID for the Amazon Web Services account
|
|
5073
|
+
* <p>The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in
|
|
4947
5074
|
* this Amazon Web Services Region;.</p>
|
|
4948
5075
|
*/
|
|
4949
5076
|
AwsAccountId: string | undefined;
|
|
4950
5077
|
/**
|
|
4951
|
-
* <p>The QuickSight namespace that you're deleting the customizations from.</p>
|
|
5078
|
+
* <p>The Amazon QuickSight namespace that you're deleting the customizations from.</p>
|
|
4952
5079
|
*/
|
|
4953
5080
|
Namespace?: string;
|
|
4954
5081
|
}
|
|
@@ -4976,7 +5103,7 @@ export declare namespace DeleteAccountCustomizationResponse {
|
|
|
4976
5103
|
}
|
|
4977
5104
|
export interface DeleteAnalysisRequest {
|
|
4978
5105
|
/**
|
|
4979
|
-
* <p>The ID of the Amazon Web Services account
|
|
5106
|
+
* <p>The ID of the Amazon Web Services account where you want to delete an analysis.</p>
|
|
4980
5107
|
*/
|
|
4981
5108
|
AwsAccountId: string | undefined;
|
|
4982
5109
|
/**
|
|
@@ -4984,7 +5111,7 @@ export interface DeleteAnalysisRequest {
|
|
|
4984
5111
|
*/
|
|
4985
5112
|
AnalysisId: string | undefined;
|
|
4986
5113
|
/**
|
|
4987
|
-
* <p>A value that specifies the number of days that QuickSight waits before it deletes the
|
|
5114
|
+
* <p>A value that specifies the number of days that Amazon QuickSight waits before it deletes the
|
|
4988
5115
|
* analysis. You can't use this parameter with the <code>ForceDeleteWithoutRecovery</code>
|
|
4989
5116
|
* option in the same API call. The default value is 30.</p>
|
|
4990
5117
|
*/
|
|
@@ -5032,7 +5159,7 @@ export declare namespace DeleteAnalysisResponse {
|
|
|
5032
5159
|
}
|
|
5033
5160
|
export interface DeleteDashboardRequest {
|
|
5034
5161
|
/**
|
|
5035
|
-
* <p>The ID of the Amazon Web Services account
|
|
5162
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
5036
5163
|
* deleting.</p>
|
|
5037
5164
|
*/
|
|
5038
5165
|
AwsAccountId: string | undefined;
|
|
@@ -5078,11 +5205,11 @@ export declare namespace DeleteDashboardResponse {
|
|
|
5078
5205
|
}
|
|
5079
5206
|
export interface DeleteDataSetRequest {
|
|
5080
5207
|
/**
|
|
5081
|
-
* <p>The Amazon Web Services account
|
|
5208
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5082
5209
|
*/
|
|
5083
5210
|
AwsAccountId: string | undefined;
|
|
5084
5211
|
/**
|
|
5085
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
5212
|
+
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5086
5213
|
*/
|
|
5087
5214
|
DataSetId: string | undefined;
|
|
5088
5215
|
}
|
|
@@ -5098,7 +5225,7 @@ export interface DeleteDataSetResponse {
|
|
|
5098
5225
|
*/
|
|
5099
5226
|
Arn?: string;
|
|
5100
5227
|
/**
|
|
5101
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
5228
|
+
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5102
5229
|
*/
|
|
5103
5230
|
DataSetId?: string;
|
|
5104
5231
|
/**
|
|
@@ -5118,11 +5245,11 @@ export declare namespace DeleteDataSetResponse {
|
|
|
5118
5245
|
}
|
|
5119
5246
|
export interface DeleteDataSourceRequest {
|
|
5120
5247
|
/**
|
|
5121
|
-
* <p>The Amazon Web Services account
|
|
5248
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5122
5249
|
*/
|
|
5123
5250
|
AwsAccountId: string | undefined;
|
|
5124
5251
|
/**
|
|
5125
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
5252
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5126
5253
|
*/
|
|
5127
5254
|
DataSourceId: string | undefined;
|
|
5128
5255
|
}
|
|
@@ -5138,7 +5265,7 @@ export interface DeleteDataSourceResponse {
|
|
|
5138
5265
|
*/
|
|
5139
5266
|
Arn?: string;
|
|
5140
5267
|
/**
|
|
5141
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
5268
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5142
5269
|
*/
|
|
5143
5270
|
DataSourceId?: string;
|
|
5144
5271
|
/**
|
|
@@ -5243,8 +5370,8 @@ export interface DeleteGroupRequest {
|
|
|
5243
5370
|
*/
|
|
5244
5371
|
GroupName: string | undefined;
|
|
5245
5372
|
/**
|
|
5246
|
-
* <p>The ID for the Amazon Web Services account
|
|
5247
|
-
* Amazon Web Services account
|
|
5373
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
5374
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5248
5375
|
*/
|
|
5249
5376
|
AwsAccountId: string | undefined;
|
|
5250
5377
|
/**
|
|
@@ -5284,8 +5411,8 @@ export interface DeleteGroupMembershipRequest {
|
|
|
5284
5411
|
*/
|
|
5285
5412
|
GroupName: string | undefined;
|
|
5286
5413
|
/**
|
|
5287
|
-
* <p>The ID for the Amazon Web Services account
|
|
5288
|
-
* Amazon Web Services account
|
|
5414
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
5415
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5289
5416
|
*/
|
|
5290
5417
|
AwsAccountId: string | undefined;
|
|
5291
5418
|
/**
|
|
@@ -5317,7 +5444,7 @@ export declare namespace DeleteGroupMembershipResponse {
|
|
|
5317
5444
|
}
|
|
5318
5445
|
export interface DeleteIAMPolicyAssignmentRequest {
|
|
5319
5446
|
/**
|
|
5320
|
-
* <p>The Amazon Web Services account
|
|
5447
|
+
* <p>The Amazon Web Services account ID where you want to delete the IAMpolicy assignment.</p>
|
|
5321
5448
|
*/
|
|
5322
5449
|
AwsAccountId: string | undefined;
|
|
5323
5450
|
/**
|
|
@@ -5357,7 +5484,7 @@ export declare namespace DeleteIAMPolicyAssignmentResponse {
|
|
|
5357
5484
|
}
|
|
5358
5485
|
export interface DeleteNamespaceRequest {
|
|
5359
5486
|
/**
|
|
5360
|
-
* <p>The ID for the Amazon Web Services account
|
|
5487
|
+
* <p>The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.</p>
|
|
5361
5488
|
*/
|
|
5362
5489
|
AwsAccountId: string | undefined;
|
|
5363
5490
|
/**
|
|
@@ -5389,7 +5516,7 @@ export declare namespace DeleteNamespaceResponse {
|
|
|
5389
5516
|
}
|
|
5390
5517
|
export interface DeleteTemplateRequest {
|
|
5391
5518
|
/**
|
|
5392
|
-
* <p>The ID of the Amazon Web Services account
|
|
5519
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're deleting.</p>
|
|
5393
5520
|
*/
|
|
5394
5521
|
AwsAccountId: string | undefined;
|
|
5395
5522
|
/**
|
|
@@ -5435,7 +5562,7 @@ export declare namespace DeleteTemplateResponse {
|
|
|
5435
5562
|
}
|
|
5436
5563
|
export interface DeleteTemplateAliasRequest {
|
|
5437
5564
|
/**
|
|
5438
|
-
* <p>The ID of the Amazon Web Services account
|
|
5565
|
+
* <p>The ID of the Amazon Web Services account that contains the item to delete.</p>
|
|
5439
5566
|
*/
|
|
5440
5567
|
AwsAccountId: string | undefined;
|
|
5441
5568
|
/**
|
|
@@ -5486,7 +5613,7 @@ export declare namespace DeleteTemplateAliasResponse {
|
|
|
5486
5613
|
}
|
|
5487
5614
|
export interface DeleteThemeRequest {
|
|
5488
5615
|
/**
|
|
5489
|
-
* <p>The ID of the Amazon Web Services account
|
|
5616
|
+
* <p>The ID of the Amazon Web Services account that contains the theme that you're deleting.</p>
|
|
5490
5617
|
*/
|
|
5491
5618
|
AwsAccountId: string | undefined;
|
|
5492
5619
|
/**
|
|
@@ -5533,7 +5660,7 @@ export declare namespace DeleteThemeResponse {
|
|
|
5533
5660
|
}
|
|
5534
5661
|
export interface DeleteThemeAliasRequest {
|
|
5535
5662
|
/**
|
|
5536
|
-
* <p>The ID of the Amazon Web Services account
|
|
5663
|
+
* <p>The ID of the Amazon Web Services account that contains the theme alias to delete.</p>
|
|
5537
5664
|
*/
|
|
5538
5665
|
AwsAccountId: string | undefined;
|
|
5539
5666
|
/**
|
|
@@ -5585,8 +5712,8 @@ export interface DeleteUserRequest {
|
|
|
5585
5712
|
*/
|
|
5586
5713
|
UserName: string | undefined;
|
|
5587
5714
|
/**
|
|
5588
|
-
* <p>The ID for the Amazon Web Services account
|
|
5589
|
-
* Amazon Web Services account
|
|
5715
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
5716
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5590
5717
|
*/
|
|
5591
5718
|
AwsAccountId: string | undefined;
|
|
5592
5719
|
/**
|
|
@@ -5625,8 +5752,8 @@ export interface DeleteUserByPrincipalIdRequest {
|
|
|
5625
5752
|
*/
|
|
5626
5753
|
PrincipalId: string | undefined;
|
|
5627
5754
|
/**
|
|
5628
|
-
* <p>The ID for the Amazon Web Services account
|
|
5629
|
-
* Amazon Web Services account
|
|
5755
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
5756
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5630
5757
|
*/
|
|
5631
5758
|
AwsAccountId: string | undefined;
|
|
5632
5759
|
/**
|
|
@@ -5658,19 +5785,19 @@ export declare namespace DeleteUserByPrincipalIdResponse {
|
|
|
5658
5785
|
}
|
|
5659
5786
|
export interface DescribeAccountCustomizationRequest {
|
|
5660
5787
|
/**
|
|
5661
|
-
* <p>The ID for the Amazon Web Services account
|
|
5788
|
+
* <p>The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations
|
|
5662
5789
|
* for.</p>
|
|
5663
5790
|
*/
|
|
5664
5791
|
AwsAccountId: string | undefined;
|
|
5665
5792
|
/**
|
|
5666
|
-
* <p>The QuickSight namespace that you want to describe QuickSight customizations
|
|
5793
|
+
* <p>The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations
|
|
5667
5794
|
* for.</p>
|
|
5668
5795
|
*/
|
|
5669
5796
|
Namespace?: string;
|
|
5670
5797
|
/**
|
|
5671
5798
|
* <p>The <code>Resolved</code> flag works with the other parameters to determine which view
|
|
5672
|
-
* of QuickSight customizations is returned. You can add this flag to your command to use
|
|
5673
|
-
* the same view that QuickSight uses to identify which customizations to apply to the
|
|
5799
|
+
* of Amazon QuickSight customizations is returned. You can add this flag to your command to use
|
|
5800
|
+
* the same view that Amazon QuickSight uses to identify which customizations to apply to the
|
|
5674
5801
|
* console. Omit this flag, or set it to <code>no-resolved</code>, to reveal customizations
|
|
5675
5802
|
* that are configured at different levels. </p>
|
|
5676
5803
|
*/
|
|
@@ -5684,19 +5811,19 @@ export declare namespace DescribeAccountCustomizationRequest {
|
|
|
5684
5811
|
}
|
|
5685
5812
|
export interface DescribeAccountCustomizationResponse {
|
|
5686
5813
|
/**
|
|
5687
|
-
* <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account
|
|
5814
|
+
* <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.</p>
|
|
5688
5815
|
*/
|
|
5689
5816
|
Arn?: string;
|
|
5690
5817
|
/**
|
|
5691
|
-
* <p>The ID for the Amazon Web Services account
|
|
5818
|
+
* <p>The ID for the Amazon Web Services account that you're describing.</p>
|
|
5692
5819
|
*/
|
|
5693
5820
|
AwsAccountId?: string;
|
|
5694
5821
|
/**
|
|
5695
|
-
* <p>The QuickSight namespace that you're describing. </p>
|
|
5822
|
+
* <p>The Amazon QuickSight namespace that you're describing. </p>
|
|
5696
5823
|
*/
|
|
5697
5824
|
Namespace?: string;
|
|
5698
5825
|
/**
|
|
5699
|
-
* <p>The QuickSight customizations that exist in the current Amazon Web Services Region;. </p>
|
|
5826
|
+
* <p>The Amazon QuickSight customizations that exist in the current Amazon Web Services Region;. </p>
|
|
5700
5827
|
*/
|
|
5701
5828
|
AccountCustomization?: AccountCustomization;
|
|
5702
5829
|
/**
|
|
@@ -5716,7 +5843,7 @@ export declare namespace DescribeAccountCustomizationResponse {
|
|
|
5716
5843
|
}
|
|
5717
5844
|
export interface DescribeAccountSettingsRequest {
|
|
5718
5845
|
/**
|
|
5719
|
-
* <p>The ID for the Amazon Web Services account
|
|
5846
|
+
* <p>The ID for the Amazon Web Services account that contains the settings that you want to list.</p>
|
|
5720
5847
|
*/
|
|
5721
5848
|
AwsAccountId: string | undefined;
|
|
5722
5849
|
}
|
|
@@ -5728,12 +5855,12 @@ export declare namespace DescribeAccountSettingsRequest {
|
|
|
5728
5855
|
}
|
|
5729
5856
|
export interface DescribeAccountSettingsResponse {
|
|
5730
5857
|
/**
|
|
5731
|
-
* <p>The QuickSight settings for this Amazon Web Services account
|
|
5732
|
-
* QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the
|
|
5733
|
-
* QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes
|
|
5734
|
-
* referred to as a QuickSight "account" even though it's technically not an account
|
|
5735
|
-
* by itself. Instead, it's a subscription to the QuickSight service for your Amazon Web Services account
|
|
5736
|
-
* edition that you subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.</p>
|
|
5858
|
+
* <p>The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon
|
|
5859
|
+
* Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the
|
|
5860
|
+
* Amazon QuickSight subscription. In the Amazon QuickSight console, the Amazon QuickSight subscription is sometimes
|
|
5861
|
+
* referred to as a Amazon QuickSight "account" even though it's technically not an account
|
|
5862
|
+
* by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The
|
|
5863
|
+
* edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region; where you use it.</p>
|
|
5737
5864
|
*/
|
|
5738
5865
|
AccountSettings?: AccountSettings;
|
|
5739
5866
|
/**
|
|
@@ -5753,8 +5880,8 @@ export declare namespace DescribeAccountSettingsResponse {
|
|
|
5753
5880
|
}
|
|
5754
5881
|
export interface DescribeAnalysisRequest {
|
|
5755
5882
|
/**
|
|
5756
|
-
* <p>The ID of the Amazon Web Services account
|
|
5757
|
-
* Amazon Web Services account
|
|
5883
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
5884
|
+
* Amazon Web Services account that the analysis is in.</p>
|
|
5758
5885
|
*/
|
|
5759
5886
|
AwsAccountId: string | undefined;
|
|
5760
5887
|
/**
|
|
@@ -5792,8 +5919,8 @@ export declare namespace DescribeAnalysisResponse {
|
|
|
5792
5919
|
}
|
|
5793
5920
|
export interface DescribeAnalysisPermissionsRequest {
|
|
5794
5921
|
/**
|
|
5795
|
-
* <p>The ID of the Amazon Web Services account
|
|
5796
|
-
* describing. You must be using the Amazon Web Services account
|
|
5922
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
|
|
5923
|
+
* describing. You must be using the Amazon Web Services account that the analysis is in.</p>
|
|
5797
5924
|
*/
|
|
5798
5925
|
AwsAccountId: string | undefined;
|
|
5799
5926
|
/**
|
|
@@ -5840,7 +5967,7 @@ export declare namespace DescribeAnalysisPermissionsResponse {
|
|
|
5840
5967
|
}
|
|
5841
5968
|
export interface DescribeDashboardRequest {
|
|
5842
5969
|
/**
|
|
5843
|
-
* <p>The ID of the Amazon Web Services account
|
|
5970
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
5844
5971
|
* describing.</p>
|
|
5845
5972
|
*/
|
|
5846
5973
|
AwsAccountId: string | undefined;
|
|
@@ -5886,12 +6013,12 @@ export declare namespace DescribeDashboardResponse {
|
|
|
5886
6013
|
}
|
|
5887
6014
|
export interface DescribeDashboardPermissionsRequest {
|
|
5888
6015
|
/**
|
|
5889
|
-
* <p>The ID of the Amazon Web Services account
|
|
6016
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're describing
|
|
5890
6017
|
* permissions for.</p>
|
|
5891
6018
|
*/
|
|
5892
6019
|
AwsAccountId: string | undefined;
|
|
5893
6020
|
/**
|
|
5894
|
-
* <p>The ID for the dashboard, also added to the
|
|
6021
|
+
* <p>The ID for the dashboard, also added to the IAMpolicy.</p>
|
|
5895
6022
|
*/
|
|
5896
6023
|
DashboardId: string | undefined;
|
|
5897
6024
|
}
|
|
@@ -5931,11 +6058,11 @@ export declare namespace DescribeDashboardPermissionsResponse {
|
|
|
5931
6058
|
}
|
|
5932
6059
|
export interface DescribeDataSetRequest {
|
|
5933
6060
|
/**
|
|
5934
|
-
* <p>The Amazon Web Services account
|
|
6061
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5935
6062
|
*/
|
|
5936
6063
|
AwsAccountId: string | undefined;
|
|
5937
6064
|
/**
|
|
5938
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6065
|
+
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5939
6066
|
*/
|
|
5940
6067
|
DataSetId: string | undefined;
|
|
5941
6068
|
}
|
|
@@ -5967,11 +6094,11 @@ export declare namespace DescribeDataSetResponse {
|
|
|
5967
6094
|
}
|
|
5968
6095
|
export interface DescribeDataSetPermissionsRequest {
|
|
5969
6096
|
/**
|
|
5970
|
-
* <p>The Amazon Web Services account
|
|
6097
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5971
6098
|
*/
|
|
5972
6099
|
AwsAccountId: string | undefined;
|
|
5973
6100
|
/**
|
|
5974
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6101
|
+
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5975
6102
|
*/
|
|
5976
6103
|
DataSetId: string | undefined;
|
|
5977
6104
|
}
|
|
@@ -5987,7 +6114,7 @@ export interface DescribeDataSetPermissionsResponse {
|
|
|
5987
6114
|
*/
|
|
5988
6115
|
DataSetArn?: string;
|
|
5989
6116
|
/**
|
|
5990
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6117
|
+
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5991
6118
|
*/
|
|
5992
6119
|
DataSetId?: string;
|
|
5993
6120
|
/**
|
|
@@ -6011,11 +6138,11 @@ export declare namespace DescribeDataSetPermissionsResponse {
|
|
|
6011
6138
|
}
|
|
6012
6139
|
export interface DescribeDataSourceRequest {
|
|
6013
6140
|
/**
|
|
6014
|
-
* <p>The Amazon Web Services account
|
|
6141
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6015
6142
|
*/
|
|
6016
6143
|
AwsAccountId: string | undefined;
|
|
6017
6144
|
/**
|
|
6018
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6145
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6019
6146
|
*/
|
|
6020
6147
|
DataSourceId: string | undefined;
|
|
6021
6148
|
}
|
|
@@ -6047,11 +6174,11 @@ export declare namespace DescribeDataSourceResponse {
|
|
|
6047
6174
|
}
|
|
6048
6175
|
export interface DescribeDataSourcePermissionsRequest {
|
|
6049
6176
|
/**
|
|
6050
|
-
* <p>The Amazon Web Services account
|
|
6177
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6051
6178
|
*/
|
|
6052
6179
|
AwsAccountId: string | undefined;
|
|
6053
6180
|
/**
|
|
6054
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6181
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6055
6182
|
*/
|
|
6056
6183
|
DataSourceId: string | undefined;
|
|
6057
6184
|
}
|
|
@@ -6067,7 +6194,7 @@ export interface DescribeDataSourcePermissionsResponse {
|
|
|
6067
6194
|
*/
|
|
6068
6195
|
DataSourceArn?: string;
|
|
6069
6196
|
/**
|
|
6070
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6197
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6071
6198
|
*/
|
|
6072
6199
|
DataSourceId?: string;
|
|
6073
6200
|
/**
|
|
@@ -6259,8 +6386,8 @@ export interface DescribeGroupRequest {
|
|
|
6259
6386
|
*/
|
|
6260
6387
|
GroupName: string | undefined;
|
|
6261
6388
|
/**
|
|
6262
|
-
* <p>The ID for the Amazon Web Services account
|
|
6263
|
-
* Amazon Web Services account
|
|
6389
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
6390
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
6264
6391
|
*/
|
|
6265
6392
|
AwsAccountId: string | undefined;
|
|
6266
6393
|
/**
|
|
@@ -6296,7 +6423,7 @@ export declare namespace DescribeGroupResponse {
|
|
|
6296
6423
|
}
|
|
6297
6424
|
export interface DescribeIAMPolicyAssignmentRequest {
|
|
6298
6425
|
/**
|
|
6299
|
-
* <p>The ID of the Amazon Web Services account
|
|
6426
|
+
* <p>The ID of the Amazon Web Services account that contains the assignment that you want to describe.</p>
|
|
6300
6427
|
*/
|
|
6301
6428
|
AwsAccountId: string | undefined;
|
|
6302
6429
|
/**
|
|
@@ -6319,7 +6446,7 @@ export declare namespace DescribeIAMPolicyAssignmentRequest {
|
|
|
6319
6446
|
*/
|
|
6320
6447
|
export interface IAMPolicyAssignment {
|
|
6321
6448
|
/**
|
|
6322
|
-
* <p>The Amazon Web Services account
|
|
6449
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6323
6450
|
*/
|
|
6324
6451
|
AwsAccountId?: string;
|
|
6325
6452
|
/**
|
|
@@ -6331,7 +6458,7 @@ export interface IAMPolicyAssignment {
|
|
|
6331
6458
|
*/
|
|
6332
6459
|
AssignmentName?: string;
|
|
6333
6460
|
/**
|
|
6334
|
-
* <p>The Amazon Resource Name (ARN) for the
|
|
6461
|
+
* <p>The Amazon Resource Name (ARN) for the IAMpolicy.</p>
|
|
6335
6462
|
*/
|
|
6336
6463
|
PolicyArn?: string;
|
|
6337
6464
|
/**
|
|
@@ -6353,7 +6480,7 @@ export declare namespace IAMPolicyAssignment {
|
|
|
6353
6480
|
}
|
|
6354
6481
|
export interface DescribeIAMPolicyAssignmentResponse {
|
|
6355
6482
|
/**
|
|
6356
|
-
* <p>Information describing the
|
|
6483
|
+
* <p>Information describing the IAMpolicy assignment.</p>
|
|
6357
6484
|
*/
|
|
6358
6485
|
IAMPolicyAssignment?: IAMPolicyAssignment;
|
|
6359
6486
|
/**
|
|
@@ -6391,7 +6518,7 @@ export declare namespace InvalidNextTokenException {
|
|
|
6391
6518
|
}
|
|
6392
6519
|
export interface DescribeIngestionRequest {
|
|
6393
6520
|
/**
|
|
6394
|
-
* <p>The Amazon Web Services account
|
|
6521
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6395
6522
|
*/
|
|
6396
6523
|
AwsAccountId: string | undefined;
|
|
6397
6524
|
/**
|
|
@@ -6596,7 +6723,7 @@ export declare namespace DescribeIngestionResponse {
|
|
|
6596
6723
|
}
|
|
6597
6724
|
export interface DescribeNamespaceRequest {
|
|
6598
6725
|
/**
|
|
6599
|
-
* <p>The ID for the Amazon Web Services account
|
|
6726
|
+
* <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.</p>
|
|
6600
6727
|
*/
|
|
6601
6728
|
AwsAccountId: string | undefined;
|
|
6602
6729
|
/**
|
|
@@ -6693,7 +6820,7 @@ export declare namespace DescribeNamespaceResponse {
|
|
|
6693
6820
|
}
|
|
6694
6821
|
export interface DescribeTemplateRequest {
|
|
6695
6822
|
/**
|
|
6696
|
-
* <p>The ID of the Amazon Web Services account
|
|
6823
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
|
|
6697
6824
|
*/
|
|
6698
6825
|
AwsAccountId: string | undefined;
|
|
6699
6826
|
/**
|
|
@@ -6795,7 +6922,7 @@ export declare namespace TemplateVersion {
|
|
|
6795
6922
|
const filterSensitiveLog: (obj: TemplateVersion) => any;
|
|
6796
6923
|
}
|
|
6797
6924
|
/**
|
|
6798
|
-
* <p>A template object. A <i>template</i> is an entity in QuickSight that
|
|
6925
|
+
* <p>A template object. A <i>template</i> is an entity in Amazon QuickSight that
|
|
6799
6926
|
* encapsulates the metadata required to create an analysis and that you can use to create
|
|
6800
6927
|
* a dashboard. A template adds a layer of abstraction by using placeholders to replace the
|
|
6801
6928
|
* dataset associated with an analysis. You can use templates to create dashboards by
|
|
@@ -6818,7 +6945,7 @@ export interface Template {
|
|
|
6818
6945
|
*/
|
|
6819
6946
|
Version?: TemplateVersion;
|
|
6820
6947
|
/**
|
|
6821
|
-
* <p>The ID for the template. This is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6948
|
+
* <p>The ID for the template. This is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6822
6949
|
*/
|
|
6823
6950
|
TemplateId?: string;
|
|
6824
6951
|
/**
|
|
@@ -6858,7 +6985,7 @@ export declare namespace DescribeTemplateResponse {
|
|
|
6858
6985
|
}
|
|
6859
6986
|
export interface DescribeTemplateAliasRequest {
|
|
6860
6987
|
/**
|
|
6861
|
-
* <p>The ID of the Amazon Web Services account
|
|
6988
|
+
* <p>The ID of the Amazon Web Services account that contains the template alias that you're
|
|
6862
6989
|
* describing.</p>
|
|
6863
6990
|
*/
|
|
6864
6991
|
AwsAccountId: string | undefined;
|
|
@@ -6902,7 +7029,7 @@ export declare namespace DescribeTemplateAliasResponse {
|
|
|
6902
7029
|
}
|
|
6903
7030
|
export interface DescribeTemplatePermissionsRequest {
|
|
6904
7031
|
/**
|
|
6905
|
-
* <p>The ID of the Amazon Web Services account
|
|
7032
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
|
|
6906
7033
|
*/
|
|
6907
7034
|
AwsAccountId: string | undefined;
|
|
6908
7035
|
/**
|
|
@@ -6946,7 +7073,7 @@ export declare namespace DescribeTemplatePermissionsResponse {
|
|
|
6946
7073
|
}
|
|
6947
7074
|
export interface DescribeThemeRequest {
|
|
6948
7075
|
/**
|
|
6949
|
-
* <p>The ID of the Amazon Web Services account
|
|
7076
|
+
* <p>The ID of the Amazon Web Services account that contains the theme that you're describing.</p>
|
|
6950
7077
|
*/
|
|
6951
7078
|
AwsAccountId: string | undefined;
|
|
6952
7079
|
/**
|
|
@@ -7017,7 +7144,7 @@ export interface ThemeVersion {
|
|
|
7017
7144
|
Description?: string;
|
|
7018
7145
|
/**
|
|
7019
7146
|
* <p>The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All
|
|
7020
|
-
* themes initially inherit from a default QuickSight theme.</p>
|
|
7147
|
+
* themes initially inherit from a default Amazon QuickSight theme.</p>
|
|
7021
7148
|
*/
|
|
7022
7149
|
BaseThemeId?: string;
|
|
7023
7150
|
/**
|
|
@@ -7105,7 +7232,7 @@ export declare namespace DescribeThemeResponse {
|
|
|
7105
7232
|
}
|
|
7106
7233
|
export interface DescribeThemeAliasRequest {
|
|
7107
7234
|
/**
|
|
7108
|
-
* <p>The ID of the Amazon Web Services account
|
|
7235
|
+
* <p>The ID of the Amazon Web Services account that contains the theme alias that you're
|
|
7109
7236
|
* describing.</p>
|
|
7110
7237
|
*/
|
|
7111
7238
|
AwsAccountId: string | undefined;
|
|
@@ -7146,7 +7273,7 @@ export declare namespace DescribeThemeAliasResponse {
|
|
|
7146
7273
|
}
|
|
7147
7274
|
export interface DescribeThemePermissionsRequest {
|
|
7148
7275
|
/**
|
|
7149
|
-
* <p>The ID of the Amazon Web Services account
|
|
7276
|
+
* <p>The ID of the Amazon Web Services account that contains the theme that you're describing.</p>
|
|
7150
7277
|
*/
|
|
7151
7278
|
AwsAccountId: string | undefined;
|
|
7152
7279
|
/**
|
|
@@ -7194,8 +7321,8 @@ export interface DescribeUserRequest {
|
|
|
7194
7321
|
*/
|
|
7195
7322
|
UserName: string | undefined;
|
|
7196
7323
|
/**
|
|
7197
|
-
* <p>The ID for the Amazon Web Services account
|
|
7198
|
-
* Amazon Web Services account
|
|
7324
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
7325
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
7199
7326
|
*/
|
|
7200
7327
|
AwsAccountId: string | undefined;
|
|
7201
7328
|
/**
|
|
@@ -7252,7 +7379,7 @@ export interface User {
|
|
|
7252
7379
|
* <li>
|
|
7253
7380
|
* <p>
|
|
7254
7381
|
* <code>ADMIN</code>: A user who is an author, who can also manage Amazon
|
|
7255
|
-
* QuickSight settings.</p>
|
|
7382
|
+
* Amazon QuickSight settings.</p>
|
|
7256
7383
|
* </li>
|
|
7257
7384
|
* <li>
|
|
7258
7385
|
* <p>
|
|
@@ -7287,7 +7414,7 @@ export interface User {
|
|
|
7287
7414
|
CustomPermissionsName?: string;
|
|
7288
7415
|
/**
|
|
7289
7416
|
* <p>The type of supported external login provider that provides identity to let the user
|
|
7290
|
-
* federate into Amazon QuickSight with an associated
|
|
7417
|
+
* federate into Amazon QuickSight with an associated IAMrole. The type can be one of the following.</p>
|
|
7291
7418
|
* <ul>
|
|
7292
7419
|
* <li>
|
|
7293
7420
|
* <p>
|
|
@@ -7359,83 +7486,3 @@ export declare enum EmbeddingIdentityType {
|
|
|
7359
7486
|
IAM = "IAM",
|
|
7360
7487
|
QUICKSIGHT = "QUICKSIGHT"
|
|
7361
7488
|
}
|
|
7362
|
-
export declare enum FolderFilterAttribute {
|
|
7363
|
-
PARENT_FOLDER_ARN = "PARENT_FOLDER_ARN"
|
|
7364
|
-
}
|
|
7365
|
-
/**
|
|
7366
|
-
* <p>An object that consists of the member Amazon Resource Name (ARN) and member ID.</p>
|
|
7367
|
-
*/
|
|
7368
|
-
export interface MemberIdArnPair {
|
|
7369
|
-
/**
|
|
7370
|
-
* <p>The ID of the member.</p>
|
|
7371
|
-
*/
|
|
7372
|
-
MemberId?: string;
|
|
7373
|
-
/**
|
|
7374
|
-
* <p>The Amazon Resource Name (ARN) of the member.</p>
|
|
7375
|
-
*/
|
|
7376
|
-
MemberArn?: string;
|
|
7377
|
-
}
|
|
7378
|
-
export declare namespace MemberIdArnPair {
|
|
7379
|
-
/**
|
|
7380
|
-
* @internal
|
|
7381
|
-
*/
|
|
7382
|
-
const filterSensitiveLog: (obj: MemberIdArnPair) => any;
|
|
7383
|
-
}
|
|
7384
|
-
/**
|
|
7385
|
-
* <p>Searches a folder by a filter.</p>
|
|
7386
|
-
*/
|
|
7387
|
-
export interface FolderSearchFilter {
|
|
7388
|
-
/**
|
|
7389
|
-
* <p>The comparison operator that you want to use as a filter. For example, <code>"Operator": "StringEquals"</code>.</p>
|
|
7390
|
-
*/
|
|
7391
|
-
Operator?: FilterOperator | string;
|
|
7392
|
-
/**
|
|
7393
|
-
* <p>The name of the value that you want to use as a filter. For example, <code>"Name": "PARENT_FOLDER_ARN"</code>.</p>
|
|
7394
|
-
*/
|
|
7395
|
-
Name?: FolderFilterAttribute | string;
|
|
7396
|
-
/**
|
|
7397
|
-
* <p>The value of the named item (in this example, <code>PARENT_FOLDER_ARN</code>), that you want to use as a filter. For example, <code>"Value": "arn:aws:quicksight:us-east-1:1:folder/folderId"</code>.</p>
|
|
7398
|
-
*/
|
|
7399
|
-
Value?: string;
|
|
7400
|
-
}
|
|
7401
|
-
export declare namespace FolderSearchFilter {
|
|
7402
|
-
/**
|
|
7403
|
-
* @internal
|
|
7404
|
-
*/
|
|
7405
|
-
const filterSensitiveLog: (obj: FolderSearchFilter) => any;
|
|
7406
|
-
}
|
|
7407
|
-
/**
|
|
7408
|
-
* <p>A summary of the folder. </p>
|
|
7409
|
-
*/
|
|
7410
|
-
export interface FolderSummary {
|
|
7411
|
-
/**
|
|
7412
|
-
* <p>The Amazon Resource Name (ARN).</p>
|
|
7413
|
-
*/
|
|
7414
|
-
Arn?: string;
|
|
7415
|
-
/**
|
|
7416
|
-
* <p>The folder ID.</p>
|
|
7417
|
-
*/
|
|
7418
|
-
FolderId?: string;
|
|
7419
|
-
/**
|
|
7420
|
-
* <p>The display name of the folder.</p>
|
|
7421
|
-
*/
|
|
7422
|
-
Name?: string;
|
|
7423
|
-
/**
|
|
7424
|
-
* <p>The type of folder.</p>
|
|
7425
|
-
*/
|
|
7426
|
-
FolderType?: FolderType | string;
|
|
7427
|
-
/**
|
|
7428
|
-
* <p>The time that the folder was created.</p>
|
|
7429
|
-
*/
|
|
7430
|
-
CreatedTime?: Date;
|
|
7431
|
-
/**
|
|
7432
|
-
* <p>The time that the folder was last updated.</p>
|
|
7433
|
-
*/
|
|
7434
|
-
LastUpdatedTime?: Date;
|
|
7435
|
-
}
|
|
7436
|
-
export declare namespace FolderSummary {
|
|
7437
|
-
/**
|
|
7438
|
-
* @internal
|
|
7439
|
-
*/
|
|
7440
|
-
const filterSensitiveLog: (obj: FolderSummary) => any;
|
|
7441
|
-
}
|