@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: [
|
|
1655
1727
|
string,
|
|
1656
1728
|
any
|
|
@@ -1663,6 +1735,7 @@ export declare namespace TransformOperation {
|
|
|
1663
1735
|
RenameColumnOperation: (value: RenameColumnOperation) => T;
|
|
1664
1736
|
CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
|
|
1665
1737
|
TagColumnOperation: (value: TagColumnOperation) => T;
|
|
1738
|
+
UntagColumnOperation: (value: UntagColumnOperation) => T;
|
|
1666
1739
|
_: (name: string, value: any) => T;
|
|
1667
1740
|
}
|
|
1668
1741
|
const visit: <T>(value: TransformOperation, visitor: Visitor<T>) => T;
|
|
@@ -1677,7 +1750,7 @@ export declare namespace TransformOperation {
|
|
|
1677
1750
|
export interface JoinKeyProperties {
|
|
1678
1751
|
/**
|
|
1679
1752
|
* <p>A value that indicates that a row in a table is uniquely identified by the columns in
|
|
1680
|
-
* a join key. This is used by QuickSight to optimize query performance.</p>
|
|
1753
|
+
* a join key. This is used by Amazon QuickSight to optimize query performance.</p>
|
|
1681
1754
|
*/
|
|
1682
1755
|
UniqueKey?: boolean;
|
|
1683
1756
|
}
|
|
@@ -1741,6 +1814,10 @@ export interface LogicalTableSource {
|
|
|
1741
1814
|
* <p>Physical table ID.</p>
|
|
1742
1815
|
*/
|
|
1743
1816
|
PhysicalTableId?: string;
|
|
1817
|
+
/**
|
|
1818
|
+
* <p>The Amazon Resource Number (ARN) of the parent dataset.</p>
|
|
1819
|
+
*/
|
|
1820
|
+
DataSetArn?: string;
|
|
1744
1821
|
}
|
|
1745
1822
|
export declare namespace LogicalTableSource {
|
|
1746
1823
|
/**
|
|
@@ -1918,7 +1995,7 @@ export interface S3Source {
|
|
|
1918
1995
|
/**
|
|
1919
1996
|
* <p>A physical table type for an S3 data source.</p>
|
|
1920
1997
|
* <note>
|
|
1921
|
-
* <p>For
|
|
1998
|
+
* <p>For files that aren't JSON, only <code>STRING</code> data types are supported in input columns.</p>
|
|
1922
1999
|
* </note>
|
|
1923
2000
|
*/
|
|
1924
2001
|
InputColumns: InputColumn[] | undefined;
|
|
@@ -2014,7 +2091,7 @@ export interface RowLevelPermissionDataSet {
|
|
|
2014
2091
|
*/
|
|
2015
2092
|
Arn: string | undefined;
|
|
2016
2093
|
/**
|
|
2017
|
-
* <p>The type of permissions to use when
|
|
2094
|
+
* <p>The type of permissions to use when interpreting the permissions for RLS. <code>DENY_ACCESS</code>
|
|
2018
2095
|
* is included for backward compatibility only.</p>
|
|
2019
2096
|
*/
|
|
2020
2097
|
PermissionPolicy: RowLevelPermissionPolicy | string | undefined;
|
|
@@ -2082,11 +2159,11 @@ export declare namespace RowLevelPermissionTagConfiguration {
|
|
|
2082
2159
|
}
|
|
2083
2160
|
export interface CreateDataSetRequest {
|
|
2084
2161
|
/**
|
|
2085
|
-
* <p>The Amazon Web Services account
|
|
2162
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
2086
2163
|
*/
|
|
2087
2164
|
AwsAccountId: string | undefined;
|
|
2088
2165
|
/**
|
|
2089
|
-
* <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
|
|
2166
|
+
* <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>
|
|
2090
2167
|
*/
|
|
2091
2168
|
DataSetId: string | undefined;
|
|
2092
2169
|
/**
|
|
@@ -2110,7 +2187,7 @@ export interface CreateDataSetRequest {
|
|
|
2110
2187
|
*/
|
|
2111
2188
|
ImportMode: DataSetImportMode | string | undefined;
|
|
2112
2189
|
/**
|
|
2113
|
-
* <p>Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
2190
|
+
* <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
2114
2191
|
*/
|
|
2115
2192
|
ColumnGroups?: ColumnGroup[];
|
|
2116
2193
|
/**
|
|
@@ -2141,6 +2218,10 @@ export interface CreateDataSetRequest {
|
|
|
2141
2218
|
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>
|
|
2142
2219
|
*/
|
|
2143
2220
|
Tags?: Tag[];
|
|
2221
|
+
/**
|
|
2222
|
+
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
2223
|
+
*/
|
|
2224
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
2144
2225
|
}
|
|
2145
2226
|
export declare namespace CreateDataSetRequest {
|
|
2146
2227
|
/**
|
|
@@ -2154,7 +2235,7 @@ export interface CreateDataSetResponse {
|
|
|
2154
2235
|
*/
|
|
2155
2236
|
Arn?: string;
|
|
2156
2237
|
/**
|
|
2157
|
-
* <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
|
|
2238
|
+
* <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>
|
|
2158
2239
|
*/
|
|
2159
2240
|
DataSetId?: string;
|
|
2160
2241
|
/**
|
|
@@ -2205,7 +2286,7 @@ export declare namespace LimitExceededException {
|
|
|
2205
2286
|
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
2206
2287
|
}
|
|
2207
2288
|
/**
|
|
2208
|
-
* <p>
|
|
2289
|
+
* <p>The parameters for Jira.</p>
|
|
2209
2290
|
*/
|
|
2210
2291
|
export interface JiraParameters {
|
|
2211
2292
|
/**
|
|
@@ -2220,7 +2301,7 @@ export declare namespace JiraParameters {
|
|
|
2220
2301
|
const filterSensitiveLog: (obj: JiraParameters) => any;
|
|
2221
2302
|
}
|
|
2222
2303
|
/**
|
|
2223
|
-
* <p>
|
|
2304
|
+
* <p>The parameters for MariaDB.</p>
|
|
2224
2305
|
*/
|
|
2225
2306
|
export interface MariaDbParameters {
|
|
2226
2307
|
/**
|
|
@@ -2243,7 +2324,7 @@ export declare namespace MariaDbParameters {
|
|
|
2243
2324
|
const filterSensitiveLog: (obj: MariaDbParameters) => any;
|
|
2244
2325
|
}
|
|
2245
2326
|
/**
|
|
2246
|
-
* <p>
|
|
2327
|
+
* <p>The parameters for MySQL.</p>
|
|
2247
2328
|
*/
|
|
2248
2329
|
export interface MySqlParameters {
|
|
2249
2330
|
/**
|
|
@@ -2266,7 +2347,7 @@ export declare namespace MySqlParameters {
|
|
|
2266
2347
|
const filterSensitiveLog: (obj: MySqlParameters) => any;
|
|
2267
2348
|
}
|
|
2268
2349
|
/**
|
|
2269
|
-
* <p>
|
|
2350
|
+
* <p>The parameters for Oracle.</p>
|
|
2270
2351
|
*/
|
|
2271
2352
|
export interface OracleParameters {
|
|
2272
2353
|
/**
|
|
@@ -2289,7 +2370,7 @@ export declare namespace OracleParameters {
|
|
|
2289
2370
|
const filterSensitiveLog: (obj: OracleParameters) => any;
|
|
2290
2371
|
}
|
|
2291
2372
|
/**
|
|
2292
|
-
* <p>
|
|
2373
|
+
* <p>The parameters for PostgreSQL.</p>
|
|
2293
2374
|
*/
|
|
2294
2375
|
export interface PostgreSqlParameters {
|
|
2295
2376
|
/**
|
|
@@ -2312,7 +2393,7 @@ export declare namespace PostgreSqlParameters {
|
|
|
2312
2393
|
const filterSensitiveLog: (obj: PostgreSqlParameters) => any;
|
|
2313
2394
|
}
|
|
2314
2395
|
/**
|
|
2315
|
-
* <p>
|
|
2396
|
+
* <p>The parameters for Presto.</p>
|
|
2316
2397
|
*/
|
|
2317
2398
|
export interface PrestoParameters {
|
|
2318
2399
|
/**
|
|
@@ -2335,7 +2416,7 @@ export declare namespace PrestoParameters {
|
|
|
2335
2416
|
const filterSensitiveLog: (obj: PrestoParameters) => any;
|
|
2336
2417
|
}
|
|
2337
2418
|
/**
|
|
2338
|
-
* <p>Amazon RDS
|
|
2419
|
+
* <p>The parameters for Amazon RDS.</p>
|
|
2339
2420
|
*/
|
|
2340
2421
|
export interface RdsParameters {
|
|
2341
2422
|
/**
|
|
@@ -2354,7 +2435,7 @@ export declare namespace RdsParameters {
|
|
|
2354
2435
|
const filterSensitiveLog: (obj: RdsParameters) => any;
|
|
2355
2436
|
}
|
|
2356
2437
|
/**
|
|
2357
|
-
* <p>Amazon Redshift
|
|
2438
|
+
* <p>The parameters for Amazon Redshift. The <code>ClusterId</code> field can be blank if
|
|
2358
2439
|
* <code>Host</code> and <code>Port</code> are both set. The <code>Host</code> and
|
|
2359
2440
|
* <code>Port</code> fields can be blank if the <code>ClusterId</code> field is set.</p>
|
|
2360
2441
|
*/
|
|
@@ -2403,12 +2484,12 @@ export declare namespace ManifestFileLocation {
|
|
|
2403
2484
|
const filterSensitiveLog: (obj: ManifestFileLocation) => any;
|
|
2404
2485
|
}
|
|
2405
2486
|
/**
|
|
2406
|
-
* <p>
|
|
2487
|
+
* <p>The parameters for S3.</p>
|
|
2407
2488
|
*/
|
|
2408
2489
|
export interface S3Parameters {
|
|
2409
2490
|
/**
|
|
2410
2491
|
* <p>Location of the Amazon S3 manifest file. This is NULL if the manifest file was
|
|
2411
|
-
* uploaded into QuickSight.</p>
|
|
2492
|
+
* uploaded into Amazon QuickSight.</p>
|
|
2412
2493
|
*/
|
|
2413
2494
|
ManifestFileLocation: ManifestFileLocation | undefined;
|
|
2414
2495
|
}
|
|
@@ -2419,7 +2500,7 @@ export declare namespace S3Parameters {
|
|
|
2419
2500
|
const filterSensitiveLog: (obj: S3Parameters) => any;
|
|
2420
2501
|
}
|
|
2421
2502
|
/**
|
|
2422
|
-
* <p>
|
|
2503
|
+
* <p>The parameters for ServiceNow.</p>
|
|
2423
2504
|
*/
|
|
2424
2505
|
export interface ServiceNowParameters {
|
|
2425
2506
|
/**
|
|
@@ -2434,7 +2515,7 @@ export declare namespace ServiceNowParameters {
|
|
|
2434
2515
|
const filterSensitiveLog: (obj: ServiceNowParameters) => any;
|
|
2435
2516
|
}
|
|
2436
2517
|
/**
|
|
2437
|
-
* <p>
|
|
2518
|
+
* <p>The parameters for Snowflake.</p>
|
|
2438
2519
|
*/
|
|
2439
2520
|
export interface SnowflakeParameters {
|
|
2440
2521
|
/**
|
|
@@ -2457,7 +2538,7 @@ export declare namespace SnowflakeParameters {
|
|
|
2457
2538
|
const filterSensitiveLog: (obj: SnowflakeParameters) => any;
|
|
2458
2539
|
}
|
|
2459
2540
|
/**
|
|
2460
|
-
* <p>
|
|
2541
|
+
* <p>The parameters for Spark.</p>
|
|
2461
2542
|
*/
|
|
2462
2543
|
export interface SparkParameters {
|
|
2463
2544
|
/**
|
|
@@ -2476,7 +2557,7 @@ export declare namespace SparkParameters {
|
|
|
2476
2557
|
const filterSensitiveLog: (obj: SparkParameters) => any;
|
|
2477
2558
|
}
|
|
2478
2559
|
/**
|
|
2479
|
-
* <p>SQL Server
|
|
2560
|
+
* <p>The parameters for SQL Server.</p>
|
|
2480
2561
|
*/
|
|
2481
2562
|
export interface SqlServerParameters {
|
|
2482
2563
|
/**
|
|
@@ -2499,7 +2580,7 @@ export declare namespace SqlServerParameters {
|
|
|
2499
2580
|
const filterSensitiveLog: (obj: SqlServerParameters) => any;
|
|
2500
2581
|
}
|
|
2501
2582
|
/**
|
|
2502
|
-
* <p>
|
|
2583
|
+
* <p>The parameters for Teradata.</p>
|
|
2503
2584
|
*/
|
|
2504
2585
|
export interface TeradataParameters {
|
|
2505
2586
|
/**
|
|
@@ -2522,7 +2603,7 @@ export declare namespace TeradataParameters {
|
|
|
2522
2603
|
const filterSensitiveLog: (obj: TeradataParameters) => any;
|
|
2523
2604
|
}
|
|
2524
2605
|
/**
|
|
2525
|
-
* <p>
|
|
2606
|
+
* <p>The parameters for Twitter.</p>
|
|
2526
2607
|
*/
|
|
2527
2608
|
export interface TwitterParameters {
|
|
2528
2609
|
/**
|
|
@@ -2545,10 +2626,10 @@ export declare namespace TwitterParameters {
|
|
|
2545
2626
|
* This is a variant type structure. For this structure to be valid, only one of the
|
|
2546
2627
|
* attributes can be non-null.</p>
|
|
2547
2628
|
*/
|
|
2548
|
-
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;
|
|
2629
|
+
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;
|
|
2549
2630
|
export declare namespace DataSourceParameters {
|
|
2550
2631
|
/**
|
|
2551
|
-
* <p>
|
|
2632
|
+
* <p>The parameters for Elasticsearch.</p>
|
|
2552
2633
|
*/
|
|
2553
2634
|
interface AmazonElasticsearchParametersMember {
|
|
2554
2635
|
AmazonElasticsearchParameters: AmazonElasticsearchParameters;
|
|
@@ -2571,10 +2652,11 @@ export declare namespace DataSourceParameters {
|
|
|
2571
2652
|
SqlServerParameters?: never;
|
|
2572
2653
|
TeradataParameters?: never;
|
|
2573
2654
|
TwitterParameters?: never;
|
|
2655
|
+
AmazonOpenSearchParameters?: never;
|
|
2574
2656
|
$unknown?: never;
|
|
2575
2657
|
}
|
|
2576
2658
|
/**
|
|
2577
|
-
* <p>Amazon Athena
|
|
2659
|
+
* <p>The parameters for Amazon Athena.</p>
|
|
2578
2660
|
*/
|
|
2579
2661
|
interface AthenaParametersMember {
|
|
2580
2662
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2597,10 +2679,11 @@ export declare namespace DataSourceParameters {
|
|
|
2597
2679
|
SqlServerParameters?: never;
|
|
2598
2680
|
TeradataParameters?: never;
|
|
2599
2681
|
TwitterParameters?: never;
|
|
2682
|
+
AmazonOpenSearchParameters?: never;
|
|
2600
2683
|
$unknown?: never;
|
|
2601
2684
|
}
|
|
2602
2685
|
/**
|
|
2603
|
-
* <p>Amazon Aurora MySQL
|
|
2686
|
+
* <p>The parameters for Amazon Aurora MySQL.</p>
|
|
2604
2687
|
*/
|
|
2605
2688
|
interface AuroraParametersMember {
|
|
2606
2689
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2623,10 +2706,11 @@ export declare namespace DataSourceParameters {
|
|
|
2623
2706
|
SqlServerParameters?: never;
|
|
2624
2707
|
TeradataParameters?: never;
|
|
2625
2708
|
TwitterParameters?: never;
|
|
2709
|
+
AmazonOpenSearchParameters?: never;
|
|
2626
2710
|
$unknown?: never;
|
|
2627
2711
|
}
|
|
2628
2712
|
/**
|
|
2629
|
-
* <p>
|
|
2713
|
+
* <p>The parameters for Amazon Aurora.</p>
|
|
2630
2714
|
*/
|
|
2631
2715
|
interface AuroraPostgreSqlParametersMember {
|
|
2632
2716
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2649,10 +2733,11 @@ export declare namespace DataSourceParameters {
|
|
|
2649
2733
|
SqlServerParameters?: never;
|
|
2650
2734
|
TeradataParameters?: never;
|
|
2651
2735
|
TwitterParameters?: never;
|
|
2736
|
+
AmazonOpenSearchParameters?: never;
|
|
2652
2737
|
$unknown?: never;
|
|
2653
2738
|
}
|
|
2654
2739
|
/**
|
|
2655
|
-
* <p>
|
|
2740
|
+
* <p>The parameters for IoT Analytics.</p>
|
|
2656
2741
|
*/
|
|
2657
2742
|
interface AwsIotAnalyticsParametersMember {
|
|
2658
2743
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2675,10 +2760,11 @@ export declare namespace DataSourceParameters {
|
|
|
2675
2760
|
SqlServerParameters?: never;
|
|
2676
2761
|
TeradataParameters?: never;
|
|
2677
2762
|
TwitterParameters?: never;
|
|
2763
|
+
AmazonOpenSearchParameters?: never;
|
|
2678
2764
|
$unknown?: never;
|
|
2679
2765
|
}
|
|
2680
2766
|
/**
|
|
2681
|
-
* <p>
|
|
2767
|
+
* <p>The parameters for Jira.</p>
|
|
2682
2768
|
*/
|
|
2683
2769
|
interface JiraParametersMember {
|
|
2684
2770
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2701,10 +2787,11 @@ export declare namespace DataSourceParameters {
|
|
|
2701
2787
|
SqlServerParameters?: never;
|
|
2702
2788
|
TeradataParameters?: never;
|
|
2703
2789
|
TwitterParameters?: never;
|
|
2790
|
+
AmazonOpenSearchParameters?: never;
|
|
2704
2791
|
$unknown?: never;
|
|
2705
2792
|
}
|
|
2706
2793
|
/**
|
|
2707
|
-
* <p>
|
|
2794
|
+
* <p>The parameters for MariaDB.</p>
|
|
2708
2795
|
*/
|
|
2709
2796
|
interface MariaDbParametersMember {
|
|
2710
2797
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2727,10 +2814,11 @@ export declare namespace DataSourceParameters {
|
|
|
2727
2814
|
SqlServerParameters?: never;
|
|
2728
2815
|
TeradataParameters?: never;
|
|
2729
2816
|
TwitterParameters?: never;
|
|
2817
|
+
AmazonOpenSearchParameters?: never;
|
|
2730
2818
|
$unknown?: never;
|
|
2731
2819
|
}
|
|
2732
2820
|
/**
|
|
2733
|
-
* <p>
|
|
2821
|
+
* <p>The parameters for MySQL.</p>
|
|
2734
2822
|
*/
|
|
2735
2823
|
interface MySqlParametersMember {
|
|
2736
2824
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2753,10 +2841,11 @@ export declare namespace DataSourceParameters {
|
|
|
2753
2841
|
SqlServerParameters?: never;
|
|
2754
2842
|
TeradataParameters?: never;
|
|
2755
2843
|
TwitterParameters?: never;
|
|
2844
|
+
AmazonOpenSearchParameters?: never;
|
|
2756
2845
|
$unknown?: never;
|
|
2757
2846
|
}
|
|
2758
2847
|
/**
|
|
2759
|
-
* <p>
|
|
2848
|
+
* <p>The parameters for Oracle.</p>
|
|
2760
2849
|
*/
|
|
2761
2850
|
interface OracleParametersMember {
|
|
2762
2851
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2779,10 +2868,11 @@ export declare namespace DataSourceParameters {
|
|
|
2779
2868
|
SqlServerParameters?: never;
|
|
2780
2869
|
TeradataParameters?: never;
|
|
2781
2870
|
TwitterParameters?: never;
|
|
2871
|
+
AmazonOpenSearchParameters?: never;
|
|
2782
2872
|
$unknown?: never;
|
|
2783
2873
|
}
|
|
2784
2874
|
/**
|
|
2785
|
-
* <p>
|
|
2875
|
+
* <p>The parameters for PostgreSQL.</p>
|
|
2786
2876
|
*/
|
|
2787
2877
|
interface PostgreSqlParametersMember {
|
|
2788
2878
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2805,10 +2895,11 @@ export declare namespace DataSourceParameters {
|
|
|
2805
2895
|
SqlServerParameters?: never;
|
|
2806
2896
|
TeradataParameters?: never;
|
|
2807
2897
|
TwitterParameters?: never;
|
|
2898
|
+
AmazonOpenSearchParameters?: never;
|
|
2808
2899
|
$unknown?: never;
|
|
2809
2900
|
}
|
|
2810
2901
|
/**
|
|
2811
|
-
* <p>
|
|
2902
|
+
* <p>The parameters for Presto.</p>
|
|
2812
2903
|
*/
|
|
2813
2904
|
interface PrestoParametersMember {
|
|
2814
2905
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2831,10 +2922,11 @@ export declare namespace DataSourceParameters {
|
|
|
2831
2922
|
SqlServerParameters?: never;
|
|
2832
2923
|
TeradataParameters?: never;
|
|
2833
2924
|
TwitterParameters?: never;
|
|
2925
|
+
AmazonOpenSearchParameters?: never;
|
|
2834
2926
|
$unknown?: never;
|
|
2835
2927
|
}
|
|
2836
2928
|
/**
|
|
2837
|
-
* <p>Amazon RDS
|
|
2929
|
+
* <p>The parameters for Amazon RDS.</p>
|
|
2838
2930
|
*/
|
|
2839
2931
|
interface RdsParametersMember {
|
|
2840
2932
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2857,10 +2949,11 @@ export declare namespace DataSourceParameters {
|
|
|
2857
2949
|
SqlServerParameters?: never;
|
|
2858
2950
|
TeradataParameters?: never;
|
|
2859
2951
|
TwitterParameters?: never;
|
|
2952
|
+
AmazonOpenSearchParameters?: never;
|
|
2860
2953
|
$unknown?: never;
|
|
2861
2954
|
}
|
|
2862
2955
|
/**
|
|
2863
|
-
* <p>Amazon Redshift
|
|
2956
|
+
* <p>The parameters for Amazon Redshift.</p>
|
|
2864
2957
|
*/
|
|
2865
2958
|
interface RedshiftParametersMember {
|
|
2866
2959
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2883,10 +2976,11 @@ export declare namespace DataSourceParameters {
|
|
|
2883
2976
|
SqlServerParameters?: never;
|
|
2884
2977
|
TeradataParameters?: never;
|
|
2885
2978
|
TwitterParameters?: never;
|
|
2979
|
+
AmazonOpenSearchParameters?: never;
|
|
2886
2980
|
$unknown?: never;
|
|
2887
2981
|
}
|
|
2888
2982
|
/**
|
|
2889
|
-
* <p>
|
|
2983
|
+
* <p>The parameters for S3.</p>
|
|
2890
2984
|
*/
|
|
2891
2985
|
interface S3ParametersMember {
|
|
2892
2986
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2909,10 +3003,11 @@ export declare namespace DataSourceParameters {
|
|
|
2909
3003
|
SqlServerParameters?: never;
|
|
2910
3004
|
TeradataParameters?: never;
|
|
2911
3005
|
TwitterParameters?: never;
|
|
3006
|
+
AmazonOpenSearchParameters?: never;
|
|
2912
3007
|
$unknown?: never;
|
|
2913
3008
|
}
|
|
2914
3009
|
/**
|
|
2915
|
-
* <p>
|
|
3010
|
+
* <p>The parameters for ServiceNow.</p>
|
|
2916
3011
|
*/
|
|
2917
3012
|
interface ServiceNowParametersMember {
|
|
2918
3013
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2935,10 +3030,11 @@ export declare namespace DataSourceParameters {
|
|
|
2935
3030
|
SqlServerParameters?: never;
|
|
2936
3031
|
TeradataParameters?: never;
|
|
2937
3032
|
TwitterParameters?: never;
|
|
3033
|
+
AmazonOpenSearchParameters?: never;
|
|
2938
3034
|
$unknown?: never;
|
|
2939
3035
|
}
|
|
2940
3036
|
/**
|
|
2941
|
-
* <p>
|
|
3037
|
+
* <p>The parameters for Snowflake.</p>
|
|
2942
3038
|
*/
|
|
2943
3039
|
interface SnowflakeParametersMember {
|
|
2944
3040
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2961,10 +3057,11 @@ export declare namespace DataSourceParameters {
|
|
|
2961
3057
|
SqlServerParameters?: never;
|
|
2962
3058
|
TeradataParameters?: never;
|
|
2963
3059
|
TwitterParameters?: never;
|
|
3060
|
+
AmazonOpenSearchParameters?: never;
|
|
2964
3061
|
$unknown?: never;
|
|
2965
3062
|
}
|
|
2966
3063
|
/**
|
|
2967
|
-
* <p>
|
|
3064
|
+
* <p>The parameters for Spark.</p>
|
|
2968
3065
|
*/
|
|
2969
3066
|
interface SparkParametersMember {
|
|
2970
3067
|
AmazonElasticsearchParameters?: never;
|
|
@@ -2987,10 +3084,11 @@ export declare namespace DataSourceParameters {
|
|
|
2987
3084
|
SqlServerParameters?: never;
|
|
2988
3085
|
TeradataParameters?: never;
|
|
2989
3086
|
TwitterParameters?: never;
|
|
3087
|
+
AmazonOpenSearchParameters?: never;
|
|
2990
3088
|
$unknown?: never;
|
|
2991
3089
|
}
|
|
2992
3090
|
/**
|
|
2993
|
-
* <p>SQL Server
|
|
3091
|
+
* <p>The parameters for SQL Server.</p>
|
|
2994
3092
|
*/
|
|
2995
3093
|
interface SqlServerParametersMember {
|
|
2996
3094
|
AmazonElasticsearchParameters?: never;
|
|
@@ -3013,10 +3111,11 @@ export declare namespace DataSourceParameters {
|
|
|
3013
3111
|
SqlServerParameters: SqlServerParameters;
|
|
3014
3112
|
TeradataParameters?: never;
|
|
3015
3113
|
TwitterParameters?: never;
|
|
3114
|
+
AmazonOpenSearchParameters?: never;
|
|
3016
3115
|
$unknown?: never;
|
|
3017
3116
|
}
|
|
3018
3117
|
/**
|
|
3019
|
-
* <p>
|
|
3118
|
+
* <p>The parameters for Teradata.</p>
|
|
3020
3119
|
*/
|
|
3021
3120
|
interface TeradataParametersMember {
|
|
3022
3121
|
AmazonElasticsearchParameters?: never;
|
|
@@ -3039,10 +3138,11 @@ export declare namespace DataSourceParameters {
|
|
|
3039
3138
|
SqlServerParameters?: never;
|
|
3040
3139
|
TeradataParameters: TeradataParameters;
|
|
3041
3140
|
TwitterParameters?: never;
|
|
3141
|
+
AmazonOpenSearchParameters?: never;
|
|
3042
3142
|
$unknown?: never;
|
|
3043
3143
|
}
|
|
3044
3144
|
/**
|
|
3045
|
-
* <p>
|
|
3145
|
+
* <p>The parameters for Twitter.</p>
|
|
3046
3146
|
*/
|
|
3047
3147
|
interface TwitterParametersMember {
|
|
3048
3148
|
AmazonElasticsearchParameters?: never;
|
|
@@ -3065,6 +3165,31 @@ export declare namespace DataSourceParameters {
|
|
|
3065
3165
|
SqlServerParameters?: never;
|
|
3066
3166
|
TeradataParameters?: never;
|
|
3067
3167
|
TwitterParameters: TwitterParameters;
|
|
3168
|
+
AmazonOpenSearchParameters?: never;
|
|
3169
|
+
$unknown?: never;
|
|
3170
|
+
}
|
|
3171
|
+
interface AmazonOpenSearchParametersMember {
|
|
3172
|
+
AmazonElasticsearchParameters?: never;
|
|
3173
|
+
AthenaParameters?: never;
|
|
3174
|
+
AuroraParameters?: never;
|
|
3175
|
+
AuroraPostgreSqlParameters?: never;
|
|
3176
|
+
AwsIotAnalyticsParameters?: never;
|
|
3177
|
+
JiraParameters?: never;
|
|
3178
|
+
MariaDbParameters?: never;
|
|
3179
|
+
MySqlParameters?: never;
|
|
3180
|
+
OracleParameters?: never;
|
|
3181
|
+
PostgreSqlParameters?: never;
|
|
3182
|
+
PrestoParameters?: never;
|
|
3183
|
+
RdsParameters?: never;
|
|
3184
|
+
RedshiftParameters?: never;
|
|
3185
|
+
S3Parameters?: never;
|
|
3186
|
+
ServiceNowParameters?: never;
|
|
3187
|
+
SnowflakeParameters?: never;
|
|
3188
|
+
SparkParameters?: never;
|
|
3189
|
+
SqlServerParameters?: never;
|
|
3190
|
+
TeradataParameters?: never;
|
|
3191
|
+
TwitterParameters?: never;
|
|
3192
|
+
AmazonOpenSearchParameters: AmazonOpenSearchParameters;
|
|
3068
3193
|
$unknown?: never;
|
|
3069
3194
|
}
|
|
3070
3195
|
interface $UnknownMember {
|
|
@@ -3088,6 +3213,7 @@ export declare namespace DataSourceParameters {
|
|
|
3088
3213
|
SqlServerParameters?: never;
|
|
3089
3214
|
TeradataParameters?: never;
|
|
3090
3215
|
TwitterParameters?: never;
|
|
3216
|
+
AmazonOpenSearchParameters?: never;
|
|
3091
3217
|
$unknown: [
|
|
3092
3218
|
string,
|
|
3093
3219
|
any
|
|
@@ -3114,6 +3240,7 @@ export declare namespace DataSourceParameters {
|
|
|
3114
3240
|
SqlServerParameters: (value: SqlServerParameters) => T;
|
|
3115
3241
|
TeradataParameters: (value: TeradataParameters) => T;
|
|
3116
3242
|
TwitterParameters: (value: TwitterParameters) => T;
|
|
3243
|
+
AmazonOpenSearchParameters: (value: AmazonOpenSearchParameters) => T;
|
|
3117
3244
|
_: (name: string, value: any) => T;
|
|
3118
3245
|
}
|
|
3119
3246
|
const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
|
|
@@ -3177,7 +3304,7 @@ export declare namespace DataSourceCredentials {
|
|
|
3177
3304
|
const filterSensitiveLog: (obj: DataSourceCredentials) => any;
|
|
3178
3305
|
}
|
|
3179
3306
|
/**
|
|
3180
|
-
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
3307
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
|
|
3181
3308
|
* underlying data source.</p>
|
|
3182
3309
|
*/
|
|
3183
3310
|
export interface SslProperties {
|
|
@@ -3195,6 +3322,7 @@ export declare namespace SslProperties {
|
|
|
3195
3322
|
export declare enum DataSourceType {
|
|
3196
3323
|
ADOBE_ANALYTICS = "ADOBE_ANALYTICS",
|
|
3197
3324
|
AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
|
|
3325
|
+
AMAZON_OPENSEARCH = "AMAZON_OPENSEARCH",
|
|
3198
3326
|
ATHENA = "ATHENA",
|
|
3199
3327
|
AURORA = "AURORA",
|
|
3200
3328
|
AURORA_POSTGRESQL = "AURORA_POSTGRESQL",
|
|
@@ -3234,11 +3362,11 @@ export declare namespace VpcConnectionProperties {
|
|
|
3234
3362
|
}
|
|
3235
3363
|
export interface CreateDataSourceRequest {
|
|
3236
3364
|
/**
|
|
3237
|
-
* <p>The Amazon Web Services account
|
|
3365
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
3238
3366
|
*/
|
|
3239
3367
|
AwsAccountId: string | undefined;
|
|
3240
3368
|
/**
|
|
3241
|
-
* <p>An ID for the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
3369
|
+
* <p>An ID for the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account. </p>
|
|
3242
3370
|
*/
|
|
3243
3371
|
DataSourceId: string | undefined;
|
|
3244
3372
|
/**
|
|
@@ -3246,21 +3374,17 @@ export interface CreateDataSourceRequest {
|
|
|
3246
3374
|
*/
|
|
3247
3375
|
Name: string | undefined;
|
|
3248
3376
|
/**
|
|
3249
|
-
* <p>The type of the data source.
|
|
3250
|
-
*
|
|
3251
|
-
*
|
|
3252
|
-
* Use <code>ListDataSources</code> to return a
|
|
3253
|
-
* list of all data sources.</p>
|
|
3254
|
-
* <p>
|
|
3255
|
-
* <code>AMAZON_ELASTICSEARCH</code> is for Amazon managed Elasticsearch Service.</p>
|
|
3377
|
+
* <p>The type of the data source. To return a
|
|
3378
|
+
* list of all data sources, use <code>ListDataSources</code>.</p>
|
|
3379
|
+
* <p>Use <code>AMAZON_ELASTICSEARCH</code> for Amazon Elasticsearch Service.</p>
|
|
3256
3380
|
*/
|
|
3257
3381
|
Type: DataSourceType | string | undefined;
|
|
3258
3382
|
/**
|
|
3259
|
-
* <p>The parameters that QuickSight uses to connect to your underlying source.</p>
|
|
3383
|
+
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
|
|
3260
3384
|
*/
|
|
3261
3385
|
DataSourceParameters?: DataSourceParameters;
|
|
3262
3386
|
/**
|
|
3263
|
-
* <p>The credentials QuickSight that uses to connect to your underlying source. Currently, only
|
|
3387
|
+
* <p>The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only
|
|
3264
3388
|
* credentials based on user name and password are supported.</p>
|
|
3265
3389
|
*/
|
|
3266
3390
|
Credentials?: DataSourceCredentials;
|
|
@@ -3269,12 +3393,12 @@ export interface CreateDataSourceRequest {
|
|
|
3269
3393
|
*/
|
|
3270
3394
|
Permissions?: ResourcePermission[];
|
|
3271
3395
|
/**
|
|
3272
|
-
* <p>Use this parameter only when you want QuickSight to use a VPC connection when connecting to
|
|
3396
|
+
* <p>Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to
|
|
3273
3397
|
* your underlying source.</p>
|
|
3274
3398
|
*/
|
|
3275
3399
|
VpcConnectionProperties?: VpcConnectionProperties;
|
|
3276
3400
|
/**
|
|
3277
|
-
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.</p>
|
|
3401
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.</p>
|
|
3278
3402
|
*/
|
|
3279
3403
|
SslProperties?: SslProperties;
|
|
3280
3404
|
/**
|
|
@@ -3294,7 +3418,7 @@ export interface CreateDataSourceResponse {
|
|
|
3294
3418
|
*/
|
|
3295
3419
|
Arn?: string;
|
|
3296
3420
|
/**
|
|
3297
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
3421
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
3298
3422
|
*/
|
|
3299
3423
|
DataSourceId?: string;
|
|
3300
3424
|
/**
|
|
@@ -3463,8 +3587,8 @@ export interface CreateGroupRequest {
|
|
|
3463
3587
|
*/
|
|
3464
3588
|
Description?: string;
|
|
3465
3589
|
/**
|
|
3466
|
-
* <p>The ID for the Amazon Web Services account
|
|
3467
|
-
* Amazon Web Services account
|
|
3590
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
3591
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
3468
3592
|
*/
|
|
3469
3593
|
AwsAccountId: string | undefined;
|
|
3470
3594
|
/**
|
|
@@ -3557,8 +3681,8 @@ export interface CreateGroupMembershipRequest {
|
|
|
3557
3681
|
*/
|
|
3558
3682
|
GroupName: string | undefined;
|
|
3559
3683
|
/**
|
|
3560
|
-
* <p>The ID for the Amazon Web Services account
|
|
3561
|
-
* Amazon Web Services account
|
|
3684
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
3685
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
3562
3686
|
*/
|
|
3563
3687
|
AwsAccountId: string | undefined;
|
|
3564
3688
|
/**
|
|
@@ -3614,12 +3738,12 @@ export declare namespace CreateGroupMembershipResponse {
|
|
|
3614
3738
|
}
|
|
3615
3739
|
export interface CreateIAMPolicyAssignmentRequest {
|
|
3616
3740
|
/**
|
|
3617
|
-
* <p>The ID of the Amazon Web Services account
|
|
3741
|
+
* <p>The ID of the Amazon Web Services account where you want to assign an IAMpolicy to Amazon QuickSight users or
|
|
3618
3742
|
* groups.</p>
|
|
3619
3743
|
*/
|
|
3620
3744
|
AwsAccountId: string | undefined;
|
|
3621
3745
|
/**
|
|
3622
|
-
* <p>The name of the assignment, also called a rule. It must be unique within an Amazon Web Services account
|
|
3746
|
+
* <p>The name of the assignment, also called a rule. It must be unique within an Amazon Web Services account.</p>
|
|
3623
3747
|
*/
|
|
3624
3748
|
AssignmentName: string | undefined;
|
|
3625
3749
|
/**
|
|
@@ -3643,12 +3767,12 @@ export interface CreateIAMPolicyAssignmentRequest {
|
|
|
3643
3767
|
*/
|
|
3644
3768
|
AssignmentStatus: AssignmentStatus | string | undefined;
|
|
3645
3769
|
/**
|
|
3646
|
-
* <p>The ARN for the
|
|
3770
|
+
* <p>The ARN for the IAMpolicy to apply to the Amazon QuickSight users and groups
|
|
3647
3771
|
* specified in this assignment.</p>
|
|
3648
3772
|
*/
|
|
3649
3773
|
PolicyArn?: string;
|
|
3650
3774
|
/**
|
|
3651
|
-
* <p>The QuickSight users, groups, or both that you want to assign the policy to.</p>
|
|
3775
|
+
* <p>The Amazon QuickSight users, groups, or both that you want to assign the policy to.</p>
|
|
3652
3776
|
*/
|
|
3653
3777
|
Identities?: {
|
|
3654
3778
|
[key: string]: string[];
|
|
@@ -3666,7 +3790,7 @@ export declare namespace CreateIAMPolicyAssignmentRequest {
|
|
|
3666
3790
|
}
|
|
3667
3791
|
export interface CreateIAMPolicyAssignmentResponse {
|
|
3668
3792
|
/**
|
|
3669
|
-
* <p>The name of the assignment. This name must be unique within the Amazon Web Services account
|
|
3793
|
+
* <p>The name of the assignment. This name must be unique within the Amazon Web Services account.</p>
|
|
3670
3794
|
*/
|
|
3671
3795
|
AssignmentName?: string;
|
|
3672
3796
|
/**
|
|
@@ -3694,11 +3818,11 @@ export interface CreateIAMPolicyAssignmentResponse {
|
|
|
3694
3818
|
*/
|
|
3695
3819
|
AssignmentStatus?: AssignmentStatus | string;
|
|
3696
3820
|
/**
|
|
3697
|
-
* <p>The ARN for the
|
|
3821
|
+
* <p>The ARN for the IAMpolicy that is applied to the Amazon QuickSight users and groups specified in this assignment.</p>
|
|
3698
3822
|
*/
|
|
3699
3823
|
PolicyArn?: string;
|
|
3700
3824
|
/**
|
|
3701
|
-
* <p>The QuickSight users, groups, or both that the
|
|
3825
|
+
* <p>The Amazon QuickSight users, groups, or both that the IAMpolicy is assigned to.</p>
|
|
3702
3826
|
*/
|
|
3703
3827
|
Identities?: {
|
|
3704
3828
|
[key: string]: string[];
|
|
@@ -3728,7 +3852,7 @@ export interface CreateIngestionRequest {
|
|
|
3728
3852
|
*/
|
|
3729
3853
|
IngestionId: string | undefined;
|
|
3730
3854
|
/**
|
|
3731
|
-
* <p>The Amazon Web Services account
|
|
3855
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
3732
3856
|
*/
|
|
3733
3857
|
AwsAccountId: string | undefined;
|
|
3734
3858
|
}
|
|
@@ -3779,7 +3903,7 @@ export declare enum IdentityStore {
|
|
|
3779
3903
|
}
|
|
3780
3904
|
export interface CreateNamespaceRequest {
|
|
3781
3905
|
/**
|
|
3782
|
-
* <p>The ID for the Amazon Web Services account
|
|
3906
|
+
* <p>The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.</p>
|
|
3783
3907
|
*/
|
|
3784
3908
|
AwsAccountId: string | undefined;
|
|
3785
3909
|
/**
|
|
@@ -3811,7 +3935,7 @@ export declare enum NamespaceStatus {
|
|
|
3811
3935
|
}
|
|
3812
3936
|
export interface CreateNamespaceResponse {
|
|
3813
3937
|
/**
|
|
3814
|
-
* <p>The ARN of the QuickSight namespace you created. </p>
|
|
3938
|
+
* <p>The ARN of the Amazon QuickSight namespace you created. </p>
|
|
3815
3939
|
*/
|
|
3816
3940
|
Arn?: string;
|
|
3817
3941
|
/**
|
|
@@ -3907,13 +4031,12 @@ export declare namespace TemplateSourceEntity {
|
|
|
3907
4031
|
}
|
|
3908
4032
|
export interface CreateTemplateRequest {
|
|
3909
4033
|
/**
|
|
3910
|
-
* <p>The ID for the Amazon Web Services account
|
|
3911
|
-
* Amazon Web Services account; that contains your Amazon QuickSight account.</p>
|
|
4034
|
+
* <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>
|
|
3912
4035
|
*/
|
|
3913
4036
|
AwsAccountId: string | undefined;
|
|
3914
4037
|
/**
|
|
3915
4038
|
* <p>An ID for the template that you want to create. This template is unique per Amazon Web Services Region; in
|
|
3916
|
-
* each Amazon Web Services account
|
|
4039
|
+
* each Amazon Web Services account.</p>
|
|
3917
4040
|
*/
|
|
3918
4041
|
TemplateId: string | undefined;
|
|
3919
4042
|
/**
|
|
@@ -3931,7 +4054,7 @@ export interface CreateTemplateRequest {
|
|
|
3931
4054
|
* analysis. Both of these require an Amazon Resource Name (ARN). For
|
|
3932
4055
|
* <code>SourceTemplate</code>, specify the ARN of the source template. For
|
|
3933
4056
|
* <code>SourceAnalysis</code>, specify the ARN of the source analysis. The <code>SourceTemplate</code>
|
|
3934
|
-
* ARN can contain any Amazon Web Services account
|
|
4057
|
+
* ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region;. </p>
|
|
3935
4058
|
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> or
|
|
3936
4059
|
* <code>SourceAnalysis</code> to list the replacement datasets for the placeholders listed
|
|
3937
4060
|
* in the original. The schema in each dataset must match its placeholder. </p>
|
|
@@ -3990,7 +4113,7 @@ export declare namespace CreateTemplateResponse {
|
|
|
3990
4113
|
}
|
|
3991
4114
|
export interface CreateTemplateAliasRequest {
|
|
3992
4115
|
/**
|
|
3993
|
-
* <p>The ID of the Amazon Web Services account
|
|
4116
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you creating an alias for.</p>
|
|
3994
4117
|
*/
|
|
3995
4118
|
AwsAccountId: string | undefined;
|
|
3996
4119
|
/**
|
|
@@ -4283,12 +4406,12 @@ export declare namespace ThemeConfiguration {
|
|
|
4283
4406
|
}
|
|
4284
4407
|
export interface CreateThemeRequest {
|
|
4285
4408
|
/**
|
|
4286
|
-
* <p>The ID of the Amazon Web Services account
|
|
4409
|
+
* <p>The ID of the Amazon Web Services account where you want to store the new theme. </p>
|
|
4287
4410
|
*/
|
|
4288
4411
|
AwsAccountId: string | undefined;
|
|
4289
4412
|
/**
|
|
4290
|
-
* <p>An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region
|
|
4291
|
-
* each Amazon Web Services account
|
|
4413
|
+
* <p>An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in
|
|
4414
|
+
* each Amazon Web Services account.</p>
|
|
4292
4415
|
*/
|
|
4293
4416
|
ThemeId: string | undefined;
|
|
4294
4417
|
/**
|
|
@@ -4299,7 +4422,7 @@ export interface CreateThemeRequest {
|
|
|
4299
4422
|
* <p>The ID of the theme that a custom theme will inherit from. All themes inherit from one of
|
|
4300
4423
|
* the starting themes defined by Amazon QuickSight. For a list of the starting themes, use
|
|
4301
4424
|
* <code>ListThemes</code> or choose <b>Themes</b> from
|
|
4302
|
-
* within a QuickSight analysis. </p>
|
|
4425
|
+
* within a Amazon QuickSight analysis. </p>
|
|
4303
4426
|
*/
|
|
4304
4427
|
BaseThemeId: string | undefined;
|
|
4305
4428
|
/**
|
|
@@ -4364,7 +4487,7 @@ export declare namespace CreateThemeResponse {
|
|
|
4364
4487
|
}
|
|
4365
4488
|
export interface CreateThemeAliasRequest {
|
|
4366
4489
|
/**
|
|
4367
|
-
* <p>The ID of the Amazon Web Services account
|
|
4490
|
+
* <p>The ID of the Amazon Web Services account that contains the theme for the new theme alias.</p>
|
|
4368
4491
|
*/
|
|
4369
4492
|
AwsAccountId: string | undefined;
|
|
4370
4493
|
/**
|
|
@@ -4756,6 +4879,10 @@ export interface DataSet {
|
|
|
4756
4879
|
* </code>.</p>
|
|
4757
4880
|
*/
|
|
4758
4881
|
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
4882
|
+
/**
|
|
4883
|
+
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
4884
|
+
*/
|
|
4885
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
4759
4886
|
}
|
|
4760
4887
|
export declare namespace DataSet {
|
|
4761
4888
|
/**
|
|
@@ -4887,7 +5014,7 @@ export interface DataSource {
|
|
|
4887
5014
|
Arn?: string;
|
|
4888
5015
|
/**
|
|
4889
5016
|
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each
|
|
4890
|
-
* Amazon Web Services account
|
|
5017
|
+
* Amazon Web Services account.</p>
|
|
4891
5018
|
*/
|
|
4892
5019
|
DataSourceId?: string;
|
|
4893
5020
|
/**
|
|
@@ -4931,11 +5058,11 @@ export interface DataSource {
|
|
|
4931
5058
|
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
4932
5059
|
/**
|
|
4933
5060
|
* <p>The VPC connection information. You need to use this parameter only when you want
|
|
4934
|
-
* QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
5061
|
+
* Amazon QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
4935
5062
|
*/
|
|
4936
5063
|
VpcConnectionProperties?: VpcConnectionProperties;
|
|
4937
5064
|
/**
|
|
4938
|
-
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
5065
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
|
|
4939
5066
|
* underlying source.</p>
|
|
4940
5067
|
*/
|
|
4941
5068
|
SslProperties?: SslProperties;
|
|
@@ -4952,12 +5079,12 @@ export declare namespace DataSource {
|
|
|
4952
5079
|
}
|
|
4953
5080
|
export interface DeleteAccountCustomizationRequest {
|
|
4954
5081
|
/**
|
|
4955
|
-
* <p>The ID for the Amazon Web Services account
|
|
5082
|
+
* <p>The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in
|
|
4956
5083
|
* this Amazon Web Services Region;.</p>
|
|
4957
5084
|
*/
|
|
4958
5085
|
AwsAccountId: string | undefined;
|
|
4959
5086
|
/**
|
|
4960
|
-
* <p>The QuickSight namespace that you're deleting the customizations from.</p>
|
|
5087
|
+
* <p>The Amazon QuickSight namespace that you're deleting the customizations from.</p>
|
|
4961
5088
|
*/
|
|
4962
5089
|
Namespace?: string;
|
|
4963
5090
|
}
|
|
@@ -4985,7 +5112,7 @@ export declare namespace DeleteAccountCustomizationResponse {
|
|
|
4985
5112
|
}
|
|
4986
5113
|
export interface DeleteAnalysisRequest {
|
|
4987
5114
|
/**
|
|
4988
|
-
* <p>The ID of the Amazon Web Services account
|
|
5115
|
+
* <p>The ID of the Amazon Web Services account where you want to delete an analysis.</p>
|
|
4989
5116
|
*/
|
|
4990
5117
|
AwsAccountId: string | undefined;
|
|
4991
5118
|
/**
|
|
@@ -4993,7 +5120,7 @@ export interface DeleteAnalysisRequest {
|
|
|
4993
5120
|
*/
|
|
4994
5121
|
AnalysisId: string | undefined;
|
|
4995
5122
|
/**
|
|
4996
|
-
* <p>A value that specifies the number of days that QuickSight waits before it deletes the
|
|
5123
|
+
* <p>A value that specifies the number of days that Amazon QuickSight waits before it deletes the
|
|
4997
5124
|
* analysis. You can't use this parameter with the <code>ForceDeleteWithoutRecovery</code>
|
|
4998
5125
|
* option in the same API call. The default value is 30.</p>
|
|
4999
5126
|
*/
|
|
@@ -5041,7 +5168,7 @@ export declare namespace DeleteAnalysisResponse {
|
|
|
5041
5168
|
}
|
|
5042
5169
|
export interface DeleteDashboardRequest {
|
|
5043
5170
|
/**
|
|
5044
|
-
* <p>The ID of the Amazon Web Services account
|
|
5171
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
5045
5172
|
* deleting.</p>
|
|
5046
5173
|
*/
|
|
5047
5174
|
AwsAccountId: string | undefined;
|
|
@@ -5087,11 +5214,11 @@ export declare namespace DeleteDashboardResponse {
|
|
|
5087
5214
|
}
|
|
5088
5215
|
export interface DeleteDataSetRequest {
|
|
5089
5216
|
/**
|
|
5090
|
-
* <p>The Amazon Web Services account
|
|
5217
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5091
5218
|
*/
|
|
5092
5219
|
AwsAccountId: string | undefined;
|
|
5093
5220
|
/**
|
|
5094
|
-
* <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
|
|
5221
|
+
* <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>
|
|
5095
5222
|
*/
|
|
5096
5223
|
DataSetId: string | undefined;
|
|
5097
5224
|
}
|
|
@@ -5107,7 +5234,7 @@ export interface DeleteDataSetResponse {
|
|
|
5107
5234
|
*/
|
|
5108
5235
|
Arn?: string;
|
|
5109
5236
|
/**
|
|
5110
|
-
* <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
|
|
5237
|
+
* <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>
|
|
5111
5238
|
*/
|
|
5112
5239
|
DataSetId?: string;
|
|
5113
5240
|
/**
|
|
@@ -5127,11 +5254,11 @@ export declare namespace DeleteDataSetResponse {
|
|
|
5127
5254
|
}
|
|
5128
5255
|
export interface DeleteDataSourceRequest {
|
|
5129
5256
|
/**
|
|
5130
|
-
* <p>The Amazon Web Services account
|
|
5257
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5131
5258
|
*/
|
|
5132
5259
|
AwsAccountId: string | undefined;
|
|
5133
5260
|
/**
|
|
5134
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
5261
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5135
5262
|
*/
|
|
5136
5263
|
DataSourceId: string | undefined;
|
|
5137
5264
|
}
|
|
@@ -5147,7 +5274,7 @@ export interface DeleteDataSourceResponse {
|
|
|
5147
5274
|
*/
|
|
5148
5275
|
Arn?: string;
|
|
5149
5276
|
/**
|
|
5150
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
5277
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
5151
5278
|
*/
|
|
5152
5279
|
DataSourceId?: string;
|
|
5153
5280
|
/**
|
|
@@ -5252,8 +5379,8 @@ export interface DeleteGroupRequest {
|
|
|
5252
5379
|
*/
|
|
5253
5380
|
GroupName: string | undefined;
|
|
5254
5381
|
/**
|
|
5255
|
-
* <p>The ID for the Amazon Web Services account
|
|
5256
|
-
* Amazon Web Services account
|
|
5382
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
5383
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5257
5384
|
*/
|
|
5258
5385
|
AwsAccountId: string | undefined;
|
|
5259
5386
|
/**
|
|
@@ -5293,8 +5420,8 @@ export interface DeleteGroupMembershipRequest {
|
|
|
5293
5420
|
*/
|
|
5294
5421
|
GroupName: string | undefined;
|
|
5295
5422
|
/**
|
|
5296
|
-
* <p>The ID for the Amazon Web Services account
|
|
5297
|
-
* Amazon Web Services account
|
|
5423
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
5424
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5298
5425
|
*/
|
|
5299
5426
|
AwsAccountId: string | undefined;
|
|
5300
5427
|
/**
|
|
@@ -5326,7 +5453,7 @@ export declare namespace DeleteGroupMembershipResponse {
|
|
|
5326
5453
|
}
|
|
5327
5454
|
export interface DeleteIAMPolicyAssignmentRequest {
|
|
5328
5455
|
/**
|
|
5329
|
-
* <p>The Amazon Web Services account
|
|
5456
|
+
* <p>The Amazon Web Services account ID where you want to delete the IAMpolicy assignment.</p>
|
|
5330
5457
|
*/
|
|
5331
5458
|
AwsAccountId: string | undefined;
|
|
5332
5459
|
/**
|
|
@@ -5366,7 +5493,7 @@ export declare namespace DeleteIAMPolicyAssignmentResponse {
|
|
|
5366
5493
|
}
|
|
5367
5494
|
export interface DeleteNamespaceRequest {
|
|
5368
5495
|
/**
|
|
5369
|
-
* <p>The ID for the Amazon Web Services account
|
|
5496
|
+
* <p>The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.</p>
|
|
5370
5497
|
*/
|
|
5371
5498
|
AwsAccountId: string | undefined;
|
|
5372
5499
|
/**
|
|
@@ -5398,7 +5525,7 @@ export declare namespace DeleteNamespaceResponse {
|
|
|
5398
5525
|
}
|
|
5399
5526
|
export interface DeleteTemplateRequest {
|
|
5400
5527
|
/**
|
|
5401
|
-
* <p>The ID of the Amazon Web Services account
|
|
5528
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're deleting.</p>
|
|
5402
5529
|
*/
|
|
5403
5530
|
AwsAccountId: string | undefined;
|
|
5404
5531
|
/**
|
|
@@ -5444,7 +5571,7 @@ export declare namespace DeleteTemplateResponse {
|
|
|
5444
5571
|
}
|
|
5445
5572
|
export interface DeleteTemplateAliasRequest {
|
|
5446
5573
|
/**
|
|
5447
|
-
* <p>The ID of the Amazon Web Services account
|
|
5574
|
+
* <p>The ID of the Amazon Web Services account that contains the item to delete.</p>
|
|
5448
5575
|
*/
|
|
5449
5576
|
AwsAccountId: string | undefined;
|
|
5450
5577
|
/**
|
|
@@ -5495,7 +5622,7 @@ export declare namespace DeleteTemplateAliasResponse {
|
|
|
5495
5622
|
}
|
|
5496
5623
|
export interface DeleteThemeRequest {
|
|
5497
5624
|
/**
|
|
5498
|
-
* <p>The ID of the Amazon Web Services account
|
|
5625
|
+
* <p>The ID of the Amazon Web Services account that contains the theme that you're deleting.</p>
|
|
5499
5626
|
*/
|
|
5500
5627
|
AwsAccountId: string | undefined;
|
|
5501
5628
|
/**
|
|
@@ -5542,7 +5669,7 @@ export declare namespace DeleteThemeResponse {
|
|
|
5542
5669
|
}
|
|
5543
5670
|
export interface DeleteThemeAliasRequest {
|
|
5544
5671
|
/**
|
|
5545
|
-
* <p>The ID of the Amazon Web Services account
|
|
5672
|
+
* <p>The ID of the Amazon Web Services account that contains the theme alias to delete.</p>
|
|
5546
5673
|
*/
|
|
5547
5674
|
AwsAccountId: string | undefined;
|
|
5548
5675
|
/**
|
|
@@ -5594,8 +5721,8 @@ export interface DeleteUserRequest {
|
|
|
5594
5721
|
*/
|
|
5595
5722
|
UserName: string | undefined;
|
|
5596
5723
|
/**
|
|
5597
|
-
* <p>The ID for the Amazon Web Services account
|
|
5598
|
-
* Amazon Web Services account
|
|
5724
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
5725
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5599
5726
|
*/
|
|
5600
5727
|
AwsAccountId: string | undefined;
|
|
5601
5728
|
/**
|
|
@@ -5634,8 +5761,8 @@ export interface DeleteUserByPrincipalIdRequest {
|
|
|
5634
5761
|
*/
|
|
5635
5762
|
PrincipalId: string | undefined;
|
|
5636
5763
|
/**
|
|
5637
|
-
* <p>The ID for the Amazon Web Services account
|
|
5638
|
-
* Amazon Web Services account
|
|
5764
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
5765
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
5639
5766
|
*/
|
|
5640
5767
|
AwsAccountId: string | undefined;
|
|
5641
5768
|
/**
|
|
@@ -5667,19 +5794,19 @@ export declare namespace DeleteUserByPrincipalIdResponse {
|
|
|
5667
5794
|
}
|
|
5668
5795
|
export interface DescribeAccountCustomizationRequest {
|
|
5669
5796
|
/**
|
|
5670
|
-
* <p>The ID for the Amazon Web Services account
|
|
5797
|
+
* <p>The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations
|
|
5671
5798
|
* for.</p>
|
|
5672
5799
|
*/
|
|
5673
5800
|
AwsAccountId: string | undefined;
|
|
5674
5801
|
/**
|
|
5675
|
-
* <p>The QuickSight namespace that you want to describe QuickSight customizations
|
|
5802
|
+
* <p>The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations
|
|
5676
5803
|
* for.</p>
|
|
5677
5804
|
*/
|
|
5678
5805
|
Namespace?: string;
|
|
5679
5806
|
/**
|
|
5680
5807
|
* <p>The <code>Resolved</code> flag works with the other parameters to determine which view
|
|
5681
|
-
* of QuickSight customizations is returned. You can add this flag to your command to use
|
|
5682
|
-
* the same view that QuickSight uses to identify which customizations to apply to the
|
|
5808
|
+
* of Amazon QuickSight customizations is returned. You can add this flag to your command to use
|
|
5809
|
+
* the same view that Amazon QuickSight uses to identify which customizations to apply to the
|
|
5683
5810
|
* console. Omit this flag, or set it to <code>no-resolved</code>, to reveal customizations
|
|
5684
5811
|
* that are configured at different levels. </p>
|
|
5685
5812
|
*/
|
|
@@ -5693,19 +5820,19 @@ export declare namespace DescribeAccountCustomizationRequest {
|
|
|
5693
5820
|
}
|
|
5694
5821
|
export interface DescribeAccountCustomizationResponse {
|
|
5695
5822
|
/**
|
|
5696
|
-
* <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account
|
|
5823
|
+
* <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.</p>
|
|
5697
5824
|
*/
|
|
5698
5825
|
Arn?: string;
|
|
5699
5826
|
/**
|
|
5700
|
-
* <p>The ID for the Amazon Web Services account
|
|
5827
|
+
* <p>The ID for the Amazon Web Services account that you're describing.</p>
|
|
5701
5828
|
*/
|
|
5702
5829
|
AwsAccountId?: string;
|
|
5703
5830
|
/**
|
|
5704
|
-
* <p>The QuickSight namespace that you're describing. </p>
|
|
5831
|
+
* <p>The Amazon QuickSight namespace that you're describing. </p>
|
|
5705
5832
|
*/
|
|
5706
5833
|
Namespace?: string;
|
|
5707
5834
|
/**
|
|
5708
|
-
* <p>The QuickSight customizations that exist in the current Amazon Web Services Region;. </p>
|
|
5835
|
+
* <p>The Amazon QuickSight customizations that exist in the current Amazon Web Services Region;. </p>
|
|
5709
5836
|
*/
|
|
5710
5837
|
AccountCustomization?: AccountCustomization;
|
|
5711
5838
|
/**
|
|
@@ -5725,7 +5852,7 @@ export declare namespace DescribeAccountCustomizationResponse {
|
|
|
5725
5852
|
}
|
|
5726
5853
|
export interface DescribeAccountSettingsRequest {
|
|
5727
5854
|
/**
|
|
5728
|
-
* <p>The ID for the Amazon Web Services account
|
|
5855
|
+
* <p>The ID for the Amazon Web Services account that contains the settings that you want to list.</p>
|
|
5729
5856
|
*/
|
|
5730
5857
|
AwsAccountId: string | undefined;
|
|
5731
5858
|
}
|
|
@@ -5737,12 +5864,12 @@ export declare namespace DescribeAccountSettingsRequest {
|
|
|
5737
5864
|
}
|
|
5738
5865
|
export interface DescribeAccountSettingsResponse {
|
|
5739
5866
|
/**
|
|
5740
|
-
* <p>The QuickSight settings for this Amazon Web Services account
|
|
5741
|
-
* QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the
|
|
5742
|
-
* QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes
|
|
5743
|
-
* referred to as a QuickSight "account" even though it's technically not an account
|
|
5744
|
-
* by itself. Instead, it's a subscription to the QuickSight service for your Amazon Web Services account
|
|
5745
|
-
* edition that you subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.</p>
|
|
5867
|
+
* <p>The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon
|
|
5868
|
+
* Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the
|
|
5869
|
+
* Amazon QuickSight subscription. In the Amazon QuickSight console, the Amazon QuickSight subscription is sometimes
|
|
5870
|
+
* referred to as a Amazon QuickSight "account" even though it's technically not an account
|
|
5871
|
+
* by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The
|
|
5872
|
+
* edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region; where you use it.</p>
|
|
5746
5873
|
*/
|
|
5747
5874
|
AccountSettings?: AccountSettings;
|
|
5748
5875
|
/**
|
|
@@ -5762,8 +5889,8 @@ export declare namespace DescribeAccountSettingsResponse {
|
|
|
5762
5889
|
}
|
|
5763
5890
|
export interface DescribeAnalysisRequest {
|
|
5764
5891
|
/**
|
|
5765
|
-
* <p>The ID of the Amazon Web Services account
|
|
5766
|
-
* Amazon Web Services account
|
|
5892
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
5893
|
+
* Amazon Web Services account that the analysis is in.</p>
|
|
5767
5894
|
*/
|
|
5768
5895
|
AwsAccountId: string | undefined;
|
|
5769
5896
|
/**
|
|
@@ -5801,8 +5928,8 @@ export declare namespace DescribeAnalysisResponse {
|
|
|
5801
5928
|
}
|
|
5802
5929
|
export interface DescribeAnalysisPermissionsRequest {
|
|
5803
5930
|
/**
|
|
5804
|
-
* <p>The ID of the Amazon Web Services account
|
|
5805
|
-
* describing. You must be using the Amazon Web Services account
|
|
5931
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
|
|
5932
|
+
* describing. You must be using the Amazon Web Services account that the analysis is in.</p>
|
|
5806
5933
|
*/
|
|
5807
5934
|
AwsAccountId: string | undefined;
|
|
5808
5935
|
/**
|
|
@@ -5849,7 +5976,7 @@ export declare namespace DescribeAnalysisPermissionsResponse {
|
|
|
5849
5976
|
}
|
|
5850
5977
|
export interface DescribeDashboardRequest {
|
|
5851
5978
|
/**
|
|
5852
|
-
* <p>The ID of the Amazon Web Services account
|
|
5979
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
5853
5980
|
* describing.</p>
|
|
5854
5981
|
*/
|
|
5855
5982
|
AwsAccountId: string | undefined;
|
|
@@ -5895,12 +6022,12 @@ export declare namespace DescribeDashboardResponse {
|
|
|
5895
6022
|
}
|
|
5896
6023
|
export interface DescribeDashboardPermissionsRequest {
|
|
5897
6024
|
/**
|
|
5898
|
-
* <p>The ID of the Amazon Web Services account
|
|
6025
|
+
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're describing
|
|
5899
6026
|
* permissions for.</p>
|
|
5900
6027
|
*/
|
|
5901
6028
|
AwsAccountId: string | undefined;
|
|
5902
6029
|
/**
|
|
5903
|
-
* <p>The ID for the dashboard, also added to the
|
|
6030
|
+
* <p>The ID for the dashboard, also added to the IAMpolicy.</p>
|
|
5904
6031
|
*/
|
|
5905
6032
|
DashboardId: string | undefined;
|
|
5906
6033
|
}
|
|
@@ -5940,11 +6067,11 @@ export declare namespace DescribeDashboardPermissionsResponse {
|
|
|
5940
6067
|
}
|
|
5941
6068
|
export interface DescribeDataSetRequest {
|
|
5942
6069
|
/**
|
|
5943
|
-
* <p>The Amazon Web Services account
|
|
6070
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5944
6071
|
*/
|
|
5945
6072
|
AwsAccountId: string | undefined;
|
|
5946
6073
|
/**
|
|
5947
|
-
* <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
|
|
6074
|
+
* <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>
|
|
5948
6075
|
*/
|
|
5949
6076
|
DataSetId: string | undefined;
|
|
5950
6077
|
}
|
|
@@ -5976,11 +6103,11 @@ export declare namespace DescribeDataSetResponse {
|
|
|
5976
6103
|
}
|
|
5977
6104
|
export interface DescribeDataSetPermissionsRequest {
|
|
5978
6105
|
/**
|
|
5979
|
-
* <p>The Amazon Web Services account
|
|
6106
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5980
6107
|
*/
|
|
5981
6108
|
AwsAccountId: string | undefined;
|
|
5982
6109
|
/**
|
|
5983
|
-
* <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
|
|
6110
|
+
* <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>
|
|
5984
6111
|
*/
|
|
5985
6112
|
DataSetId: string | undefined;
|
|
5986
6113
|
}
|
|
@@ -5996,7 +6123,7 @@ export interface DescribeDataSetPermissionsResponse {
|
|
|
5996
6123
|
*/
|
|
5997
6124
|
DataSetArn?: string;
|
|
5998
6125
|
/**
|
|
5999
|
-
* <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
|
|
6126
|
+
* <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>
|
|
6000
6127
|
*/
|
|
6001
6128
|
DataSetId?: string;
|
|
6002
6129
|
/**
|
|
@@ -6020,11 +6147,11 @@ export declare namespace DescribeDataSetPermissionsResponse {
|
|
|
6020
6147
|
}
|
|
6021
6148
|
export interface DescribeDataSourceRequest {
|
|
6022
6149
|
/**
|
|
6023
|
-
* <p>The Amazon Web Services account
|
|
6150
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6024
6151
|
*/
|
|
6025
6152
|
AwsAccountId: string | undefined;
|
|
6026
6153
|
/**
|
|
6027
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6154
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6028
6155
|
*/
|
|
6029
6156
|
DataSourceId: string | undefined;
|
|
6030
6157
|
}
|
|
@@ -6056,11 +6183,11 @@ export declare namespace DescribeDataSourceResponse {
|
|
|
6056
6183
|
}
|
|
6057
6184
|
export interface DescribeDataSourcePermissionsRequest {
|
|
6058
6185
|
/**
|
|
6059
|
-
* <p>The Amazon Web Services account
|
|
6186
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6060
6187
|
*/
|
|
6061
6188
|
AwsAccountId: string | undefined;
|
|
6062
6189
|
/**
|
|
6063
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6190
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6064
6191
|
*/
|
|
6065
6192
|
DataSourceId: string | undefined;
|
|
6066
6193
|
}
|
|
@@ -6076,7 +6203,7 @@ export interface DescribeDataSourcePermissionsResponse {
|
|
|
6076
6203
|
*/
|
|
6077
6204
|
DataSourceArn?: string;
|
|
6078
6205
|
/**
|
|
6079
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6206
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6080
6207
|
*/
|
|
6081
6208
|
DataSourceId?: string;
|
|
6082
6209
|
/**
|
|
@@ -6268,8 +6395,8 @@ export interface DescribeGroupRequest {
|
|
|
6268
6395
|
*/
|
|
6269
6396
|
GroupName: string | undefined;
|
|
6270
6397
|
/**
|
|
6271
|
-
* <p>The ID for the Amazon Web Services account
|
|
6272
|
-
* Amazon Web Services account
|
|
6398
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
6399
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
6273
6400
|
*/
|
|
6274
6401
|
AwsAccountId: string | undefined;
|
|
6275
6402
|
/**
|
|
@@ -6305,7 +6432,7 @@ export declare namespace DescribeGroupResponse {
|
|
|
6305
6432
|
}
|
|
6306
6433
|
export interface DescribeIAMPolicyAssignmentRequest {
|
|
6307
6434
|
/**
|
|
6308
|
-
* <p>The ID of the Amazon Web Services account
|
|
6435
|
+
* <p>The ID of the Amazon Web Services account that contains the assignment that you want to describe.</p>
|
|
6309
6436
|
*/
|
|
6310
6437
|
AwsAccountId: string | undefined;
|
|
6311
6438
|
/**
|
|
@@ -6328,7 +6455,7 @@ export declare namespace DescribeIAMPolicyAssignmentRequest {
|
|
|
6328
6455
|
*/
|
|
6329
6456
|
export interface IAMPolicyAssignment {
|
|
6330
6457
|
/**
|
|
6331
|
-
* <p>The Amazon Web Services account
|
|
6458
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6332
6459
|
*/
|
|
6333
6460
|
AwsAccountId?: string;
|
|
6334
6461
|
/**
|
|
@@ -6340,7 +6467,7 @@ export interface IAMPolicyAssignment {
|
|
|
6340
6467
|
*/
|
|
6341
6468
|
AssignmentName?: string;
|
|
6342
6469
|
/**
|
|
6343
|
-
* <p>The Amazon Resource Name (ARN) for the
|
|
6470
|
+
* <p>The Amazon Resource Name (ARN) for the IAMpolicy.</p>
|
|
6344
6471
|
*/
|
|
6345
6472
|
PolicyArn?: string;
|
|
6346
6473
|
/**
|
|
@@ -6362,7 +6489,7 @@ export declare namespace IAMPolicyAssignment {
|
|
|
6362
6489
|
}
|
|
6363
6490
|
export interface DescribeIAMPolicyAssignmentResponse {
|
|
6364
6491
|
/**
|
|
6365
|
-
* <p>Information describing the
|
|
6492
|
+
* <p>Information describing the IAMpolicy assignment.</p>
|
|
6366
6493
|
*/
|
|
6367
6494
|
IAMPolicyAssignment?: IAMPolicyAssignment;
|
|
6368
6495
|
/**
|
|
@@ -6400,7 +6527,7 @@ export declare namespace InvalidNextTokenException {
|
|
|
6400
6527
|
}
|
|
6401
6528
|
export interface DescribeIngestionRequest {
|
|
6402
6529
|
/**
|
|
6403
|
-
* <p>The Amazon Web Services account
|
|
6530
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6404
6531
|
*/
|
|
6405
6532
|
AwsAccountId: string | undefined;
|
|
6406
6533
|
/**
|
|
@@ -6605,7 +6732,7 @@ export declare namespace DescribeIngestionResponse {
|
|
|
6605
6732
|
}
|
|
6606
6733
|
export interface DescribeNamespaceRequest {
|
|
6607
6734
|
/**
|
|
6608
|
-
* <p>The ID for the Amazon Web Services account
|
|
6735
|
+
* <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.</p>
|
|
6609
6736
|
*/
|
|
6610
6737
|
AwsAccountId: string | undefined;
|
|
6611
6738
|
/**
|
|
@@ -6702,7 +6829,7 @@ export declare namespace DescribeNamespaceResponse {
|
|
|
6702
6829
|
}
|
|
6703
6830
|
export interface DescribeTemplateRequest {
|
|
6704
6831
|
/**
|
|
6705
|
-
* <p>The ID of the Amazon Web Services account
|
|
6832
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
|
|
6706
6833
|
*/
|
|
6707
6834
|
AwsAccountId: string | undefined;
|
|
6708
6835
|
/**
|
|
@@ -6804,7 +6931,7 @@ export declare namespace TemplateVersion {
|
|
|
6804
6931
|
const filterSensitiveLog: (obj: TemplateVersion) => any;
|
|
6805
6932
|
}
|
|
6806
6933
|
/**
|
|
6807
|
-
* <p>A template object. A <i>template</i> is an entity in QuickSight that
|
|
6934
|
+
* <p>A template object. A <i>template</i> is an entity in Amazon QuickSight that
|
|
6808
6935
|
* encapsulates the metadata required to create an analysis and that you can use to create
|
|
6809
6936
|
* a dashboard. A template adds a layer of abstraction by using placeholders to replace the
|
|
6810
6937
|
* dataset associated with an analysis. You can use templates to create dashboards by
|
|
@@ -6827,7 +6954,7 @@ export interface Template {
|
|
|
6827
6954
|
*/
|
|
6828
6955
|
Version?: TemplateVersion;
|
|
6829
6956
|
/**
|
|
6830
|
-
* <p>The ID for the template. This is unique per Amazon Web Services Region; for each Amazon Web Services account
|
|
6957
|
+
* <p>The ID for the template. This is unique per Amazon Web Services Region; for each Amazon Web Services account.</p>
|
|
6831
6958
|
*/
|
|
6832
6959
|
TemplateId?: string;
|
|
6833
6960
|
/**
|
|
@@ -6867,7 +6994,7 @@ export declare namespace DescribeTemplateResponse {
|
|
|
6867
6994
|
}
|
|
6868
6995
|
export interface DescribeTemplateAliasRequest {
|
|
6869
6996
|
/**
|
|
6870
|
-
* <p>The ID of the Amazon Web Services account
|
|
6997
|
+
* <p>The ID of the Amazon Web Services account that contains the template alias that you're
|
|
6871
6998
|
* describing.</p>
|
|
6872
6999
|
*/
|
|
6873
7000
|
AwsAccountId: string | undefined;
|
|
@@ -6911,7 +7038,7 @@ export declare namespace DescribeTemplateAliasResponse {
|
|
|
6911
7038
|
}
|
|
6912
7039
|
export interface DescribeTemplatePermissionsRequest {
|
|
6913
7040
|
/**
|
|
6914
|
-
* <p>The ID of the Amazon Web Services account
|
|
7041
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
|
|
6915
7042
|
*/
|
|
6916
7043
|
AwsAccountId: string | undefined;
|
|
6917
7044
|
/**
|
|
@@ -6955,7 +7082,7 @@ export declare namespace DescribeTemplatePermissionsResponse {
|
|
|
6955
7082
|
}
|
|
6956
7083
|
export interface DescribeThemeRequest {
|
|
6957
7084
|
/**
|
|
6958
|
-
* <p>The ID of the Amazon Web Services account
|
|
7085
|
+
* <p>The ID of the Amazon Web Services account that contains the theme that you're describing.</p>
|
|
6959
7086
|
*/
|
|
6960
7087
|
AwsAccountId: string | undefined;
|
|
6961
7088
|
/**
|
|
@@ -7026,7 +7153,7 @@ export interface ThemeVersion {
|
|
|
7026
7153
|
Description?: string;
|
|
7027
7154
|
/**
|
|
7028
7155
|
* <p>The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All
|
|
7029
|
-
* themes initially inherit from a default QuickSight theme.</p>
|
|
7156
|
+
* themes initially inherit from a default Amazon QuickSight theme.</p>
|
|
7030
7157
|
*/
|
|
7031
7158
|
BaseThemeId?: string;
|
|
7032
7159
|
/**
|
|
@@ -7114,7 +7241,7 @@ export declare namespace DescribeThemeResponse {
|
|
|
7114
7241
|
}
|
|
7115
7242
|
export interface DescribeThemeAliasRequest {
|
|
7116
7243
|
/**
|
|
7117
|
-
* <p>The ID of the Amazon Web Services account
|
|
7244
|
+
* <p>The ID of the Amazon Web Services account that contains the theme alias that you're
|
|
7118
7245
|
* describing.</p>
|
|
7119
7246
|
*/
|
|
7120
7247
|
AwsAccountId: string | undefined;
|
|
@@ -7155,7 +7282,7 @@ export declare namespace DescribeThemeAliasResponse {
|
|
|
7155
7282
|
}
|
|
7156
7283
|
export interface DescribeThemePermissionsRequest {
|
|
7157
7284
|
/**
|
|
7158
|
-
* <p>The ID of the Amazon Web Services account
|
|
7285
|
+
* <p>The ID of the Amazon Web Services account that contains the theme that you're describing.</p>
|
|
7159
7286
|
*/
|
|
7160
7287
|
AwsAccountId: string | undefined;
|
|
7161
7288
|
/**
|
|
@@ -7203,8 +7330,8 @@ export interface DescribeUserRequest {
|
|
|
7203
7330
|
*/
|
|
7204
7331
|
UserName: string | undefined;
|
|
7205
7332
|
/**
|
|
7206
|
-
* <p>The ID for the Amazon Web Services account
|
|
7207
|
-
* Amazon Web Services account
|
|
7333
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
7334
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
7208
7335
|
*/
|
|
7209
7336
|
AwsAccountId: string | undefined;
|
|
7210
7337
|
/**
|
|
@@ -7261,7 +7388,7 @@ export interface User {
|
|
|
7261
7388
|
* <li>
|
|
7262
7389
|
* <p>
|
|
7263
7390
|
* <code>ADMIN</code>: A user who is an author, who can also manage Amazon
|
|
7264
|
-
* QuickSight settings.</p>
|
|
7391
|
+
* Amazon QuickSight settings.</p>
|
|
7265
7392
|
* </li>
|
|
7266
7393
|
* <li>
|
|
7267
7394
|
* <p>
|
|
@@ -7296,7 +7423,7 @@ export interface User {
|
|
|
7296
7423
|
CustomPermissionsName?: string;
|
|
7297
7424
|
/**
|
|
7298
7425
|
* <p>The type of supported external login provider that provides identity to let the user
|
|
7299
|
-
* federate into Amazon QuickSight with an associated
|
|
7426
|
+
* federate into Amazon QuickSight with an associated IAMrole. The type can be one of the following.</p>
|
|
7300
7427
|
* <ul>
|
|
7301
7428
|
* <li>
|
|
7302
7429
|
* <p>
|
|
@@ -7368,83 +7495,3 @@ export declare enum EmbeddingIdentityType {
|
|
|
7368
7495
|
IAM = "IAM",
|
|
7369
7496
|
QUICKSIGHT = "QUICKSIGHT"
|
|
7370
7497
|
}
|
|
7371
|
-
export declare enum FolderFilterAttribute {
|
|
7372
|
-
PARENT_FOLDER_ARN = "PARENT_FOLDER_ARN"
|
|
7373
|
-
}
|
|
7374
|
-
/**
|
|
7375
|
-
* <p>An object that consists of the member Amazon Resource Name (ARN) and member ID.</p>
|
|
7376
|
-
*/
|
|
7377
|
-
export interface MemberIdArnPair {
|
|
7378
|
-
/**
|
|
7379
|
-
* <p>The ID of the member.</p>
|
|
7380
|
-
*/
|
|
7381
|
-
MemberId?: string;
|
|
7382
|
-
/**
|
|
7383
|
-
* <p>The Amazon Resource Name (ARN) of the member.</p>
|
|
7384
|
-
*/
|
|
7385
|
-
MemberArn?: string;
|
|
7386
|
-
}
|
|
7387
|
-
export declare namespace MemberIdArnPair {
|
|
7388
|
-
/**
|
|
7389
|
-
* @internal
|
|
7390
|
-
*/
|
|
7391
|
-
const filterSensitiveLog: (obj: MemberIdArnPair) => any;
|
|
7392
|
-
}
|
|
7393
|
-
/**
|
|
7394
|
-
* <p>Searches a folder by a filter.</p>
|
|
7395
|
-
*/
|
|
7396
|
-
export interface FolderSearchFilter {
|
|
7397
|
-
/**
|
|
7398
|
-
* <p>The comparison operator that you want to use as a filter. For example, <code>"Operator": "StringEquals"</code>.</p>
|
|
7399
|
-
*/
|
|
7400
|
-
Operator?: FilterOperator | string;
|
|
7401
|
-
/**
|
|
7402
|
-
* <p>The name of the value that you want to use as a filter. For example, <code>"Name": "PARENT_FOLDER_ARN"</code>.</p>
|
|
7403
|
-
*/
|
|
7404
|
-
Name?: FolderFilterAttribute | string;
|
|
7405
|
-
/**
|
|
7406
|
-
* <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>
|
|
7407
|
-
*/
|
|
7408
|
-
Value?: string;
|
|
7409
|
-
}
|
|
7410
|
-
export declare namespace FolderSearchFilter {
|
|
7411
|
-
/**
|
|
7412
|
-
* @internal
|
|
7413
|
-
*/
|
|
7414
|
-
const filterSensitiveLog: (obj: FolderSearchFilter) => any;
|
|
7415
|
-
}
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>A summary of the folder. </p>
|
|
7418
|
-
*/
|
|
7419
|
-
export interface FolderSummary {
|
|
7420
|
-
/**
|
|
7421
|
-
* <p>The Amazon Resource Name (ARN).</p>
|
|
7422
|
-
*/
|
|
7423
|
-
Arn?: string;
|
|
7424
|
-
/**
|
|
7425
|
-
* <p>The folder ID.</p>
|
|
7426
|
-
*/
|
|
7427
|
-
FolderId?: string;
|
|
7428
|
-
/**
|
|
7429
|
-
* <p>The display name of the folder.</p>
|
|
7430
|
-
*/
|
|
7431
|
-
Name?: string;
|
|
7432
|
-
/**
|
|
7433
|
-
* <p>The type of folder.</p>
|
|
7434
|
-
*/
|
|
7435
|
-
FolderType?: FolderType | string;
|
|
7436
|
-
/**
|
|
7437
|
-
* <p>The time that the folder was created.</p>
|
|
7438
|
-
*/
|
|
7439
|
-
CreatedTime?: Date;
|
|
7440
|
-
/**
|
|
7441
|
-
* <p>The time that the folder was last updated.</p>
|
|
7442
|
-
*/
|
|
7443
|
-
LastUpdatedTime?: Date;
|
|
7444
|
-
}
|
|
7445
|
-
export declare namespace FolderSummary {
|
|
7446
|
-
/**
|
|
7447
|
-
* @internal
|
|
7448
|
-
*/
|
|
7449
|
-
const filterSensitiveLog: (obj: FolderSummary) => any;
|
|
7450
|
-
}
|