@aws-sdk/client-quicksight 3.778.0 → 3.787.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +109 -102
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
- package/dist-es/models/models_0.js +5 -8
- package/dist-es/models/models_1.js +8 -11
- package/dist-es/models/models_2.js +12 -5
- package/dist-es/models/models_3.js +4 -1
- package/dist-es/models/models_4.js +1 -13
- package/dist-es/models/models_5.js +14 -1
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +40 -45
- package/dist-types/models/models_1.d.ts +46 -50
- package/dist-types/models/models_2.d.ts +54 -72
- package/dist-types/models/models_3.d.ts +71 -70
- package/dist-types/models/models_4.d.ts +72 -95
- package/dist-types/models/models_5.d.ts +96 -2
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +14 -16
- package/dist-types/ts3.4/models/models_1.d.ts +17 -21
- package/dist-types/ts3.4/models/models_2.d.ts +21 -21
- package/dist-types/ts3.4/models/models_3.d.ts +19 -18
- package/dist-types/ts3.4/models/models_4.d.ts +17 -28
- package/dist-types/ts3.4/models/models_5.d.ts +34 -1
- package/package.json +5 -5
|
@@ -1,8 +1,79 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, AmazonQInQuickSightConsoleConfigurations, AmazonQInQuickSightDashboardConfigurations, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, DashboardVisualId, DataSetRefreshProperties, FilterOperator, SharedViewConfigurations, SnapshotFile, SnapshotS3DestinationConfiguration, Tag } from "./models_2";
|
|
4
4
|
import { _Parameters, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DeleteTopicRefreshScheduleRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
AwsAccountId: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
TopicId: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The ID of the dataset.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
DatasetId: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface DeleteTopicRefreshScheduleResponse {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
TopicId?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
TopicArn?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
DatasetArn?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The HTTP status of the request.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
Status?: number | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
RequestId?: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
export interface DeleteUserRequest {
|
|
60
|
+
/**
|
|
61
|
+
* <p>The name of the user that you want to delete.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
UserName: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
67
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
AwsAccountId: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The namespace. Currently, you should set this to <code>default</code>.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
Namespace: string | undefined;
|
|
76
|
+
}
|
|
6
77
|
/**
|
|
7
78
|
* @public
|
|
8
79
|
*/
|
|
@@ -7814,92 +7885,6 @@ export interface StartAssetBundleExportJobResponse {
|
|
|
7814
7885
|
*/
|
|
7815
7886
|
Status?: number | undefined;
|
|
7816
7887
|
}
|
|
7817
|
-
/**
|
|
7818
|
-
* @public
|
|
7819
|
-
*/
|
|
7820
|
-
export interface StartAssetBundleImportJobRequest {
|
|
7821
|
-
/**
|
|
7822
|
-
* <p>The ID of the Amazon Web Services account to import assets into. </p>
|
|
7823
|
-
* @public
|
|
7824
|
-
*/
|
|
7825
|
-
AwsAccountId: string | undefined;
|
|
7826
|
-
/**
|
|
7827
|
-
* <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
|
|
7828
|
-
* @public
|
|
7829
|
-
*/
|
|
7830
|
-
AssetBundleImportJobId: string | undefined;
|
|
7831
|
-
/**
|
|
7832
|
-
* <p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.
|
|
7833
|
-
* </p>
|
|
7834
|
-
* @public
|
|
7835
|
-
*/
|
|
7836
|
-
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
7837
|
-
/**
|
|
7838
|
-
* <p>Optional overrides that are applied to the resource configuration before import.</p>
|
|
7839
|
-
* @public
|
|
7840
|
-
*/
|
|
7841
|
-
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
7842
|
-
/**
|
|
7843
|
-
* <p>The failure action for the import job.</p>
|
|
7844
|
-
* <p>If you choose <code>ROLLBACK</code>, failed import jobs will attempt to undo any asset changes caused by the failed job.</p>
|
|
7845
|
-
* <p>If you choose <code>DO_NOTHING</code>, failed import jobs will not attempt to roll back
|
|
7846
|
-
* any asset changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.</p>
|
|
7847
|
-
* @public
|
|
7848
|
-
*/
|
|
7849
|
-
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
7850
|
-
/**
|
|
7851
|
-
* <p>Optional permission overrides that are applied to the resource configuration before import.</p>
|
|
7852
|
-
* @public
|
|
7853
|
-
*/
|
|
7854
|
-
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
7855
|
-
/**
|
|
7856
|
-
* <p>Optional tag overrides that are applied to the resource configuration before import.</p>
|
|
7857
|
-
* @public
|
|
7858
|
-
*/
|
|
7859
|
-
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
7860
|
-
/**
|
|
7861
|
-
* <p>An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import. </p>
|
|
7862
|
-
* @public
|
|
7863
|
-
*/
|
|
7864
|
-
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy | undefined;
|
|
7865
|
-
}
|
|
7866
|
-
/**
|
|
7867
|
-
* @public
|
|
7868
|
-
*/
|
|
7869
|
-
export interface StartAssetBundleImportJobResponse {
|
|
7870
|
-
/**
|
|
7871
|
-
* <p>The Amazon Resource Name (ARN) for the import job.</p>
|
|
7872
|
-
* @public
|
|
7873
|
-
*/
|
|
7874
|
-
Arn?: string | undefined;
|
|
7875
|
-
/**
|
|
7876
|
-
* <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
|
|
7877
|
-
* @public
|
|
7878
|
-
*/
|
|
7879
|
-
AssetBundleImportJobId?: string | undefined;
|
|
7880
|
-
/**
|
|
7881
|
-
* <p>The Amazon Web Services response ID for this operation.</p>
|
|
7882
|
-
* @public
|
|
7883
|
-
*/
|
|
7884
|
-
RequestId?: string | undefined;
|
|
7885
|
-
/**
|
|
7886
|
-
* <p>The HTTP status of the response.</p>
|
|
7887
|
-
* @public
|
|
7888
|
-
*/
|
|
7889
|
-
Status?: number | undefined;
|
|
7890
|
-
}
|
|
7891
|
-
/**
|
|
7892
|
-
* <p>A structure that contains information on the anonymous user configuration.</p>
|
|
7893
|
-
* @public
|
|
7894
|
-
*/
|
|
7895
|
-
export interface SnapshotAnonymousUser {
|
|
7896
|
-
/**
|
|
7897
|
-
* <p>The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a <code>DataSet$RowLevelPermissionTagConfiguration</code> API call.</p>
|
|
7898
|
-
* <p>These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
7899
|
-
* @public
|
|
7900
|
-
*/
|
|
7901
|
-
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
7902
|
-
}
|
|
7903
7888
|
/**
|
|
7904
7889
|
* @internal
|
|
7905
7890
|
*/
|
|
@@ -8008,11 +7993,3 @@ export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
|
8008
7993
|
* @internal
|
|
8009
7994
|
*/
|
|
8010
7995
|
export declare const PredictQAResultsResponseFilterSensitiveLog: (obj: PredictQAResultsResponse) => any;
|
|
8011
|
-
/**
|
|
8012
|
-
* @internal
|
|
8013
|
-
*/
|
|
8014
|
-
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: StartAssetBundleImportJobRequest) => any;
|
|
8015
|
-
/**
|
|
8016
|
-
* @internal
|
|
8017
|
-
*/
|
|
8018
|
-
export declare const SnapshotAnonymousUserFilterSensitiveLog: (obj: SnapshotAnonymousUser) => any;
|
|
@@ -1,7 +1,93 @@
|
|
|
1
1
|
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
|
-
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, BrandDefinition, BrandDetail, DataSourceParameters, ServiceType, SslProperties, Tag, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
2
|
+
import { AnalysisDefinition, AnalysisSourceEntity, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, BrandDefinition, BrandDetail, DataSourceParameters, ServiceType, SslProperties, Tag, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
3
3
|
import { _Parameters, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
-
import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey,
|
|
4
|
+
import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, SessionTag, SnapshotConfiguration, User, UserRole } from "./models_4";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface StartAssetBundleImportJobRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the Amazon Web Services account to import assets into. </p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
AwsAccountId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
AssetBundleImportJobId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.
|
|
21
|
+
* </p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>Optional overrides that are applied to the resource configuration before import.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The failure action for the import job.</p>
|
|
32
|
+
* <p>If you choose <code>ROLLBACK</code>, failed import jobs will attempt to undo any asset changes caused by the failed job.</p>
|
|
33
|
+
* <p>If you choose <code>DO_NOTHING</code>, failed import jobs will not attempt to roll back
|
|
34
|
+
* any asset changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>Optional permission overrides that are applied to the resource configuration before import.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Optional tag overrides that are applied to the resource configuration before import.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import. </p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy | undefined;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface StartAssetBundleImportJobResponse {
|
|
58
|
+
/**
|
|
59
|
+
* <p>The Amazon Resource Name (ARN) for the import job.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
Arn?: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
AssetBundleImportJobId?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The Amazon Web Services response ID for this operation.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
RequestId?: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The HTTP status of the response.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
Status?: number | undefined;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* <p>A structure that contains information on the anonymous user configuration.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export interface SnapshotAnonymousUser {
|
|
84
|
+
/**
|
|
85
|
+
* <p>The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a <code>DataSet$RowLevelPermissionTagConfiguration</code> API call.</p>
|
|
86
|
+
* <p>These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
90
|
+
}
|
|
5
91
|
/**
|
|
6
92
|
* <p>A structure that contains information about the users that the dashboard snapshot is generated for.</p>
|
|
7
93
|
* @public
|
|
@@ -2820,6 +2906,14 @@ export interface ListTopicReviewedAnswersResponse {
|
|
|
2820
2906
|
*/
|
|
2821
2907
|
RequestId?: string | undefined;
|
|
2822
2908
|
}
|
|
2909
|
+
/**
|
|
2910
|
+
* @internal
|
|
2911
|
+
*/
|
|
2912
|
+
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: StartAssetBundleImportJobRequest) => any;
|
|
2913
|
+
/**
|
|
2914
|
+
* @internal
|
|
2915
|
+
*/
|
|
2916
|
+
export declare const SnapshotAnonymousUserFilterSensitiveLog: (obj: SnapshotAnonymousUser) => any;
|
|
2823
2917
|
/**
|
|
2824
2918
|
* @internal
|
|
2825
2919
|
*/
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeleteTopicRefreshScheduleRequest,
|
|
5
5
|
DeleteTopicRefreshScheduleResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserRequest } from "../models/
|
|
4
|
-
import { DeleteUserResponse } from "../models/models_4";
|
|
3
|
+
import { DeleteUserRequest, DeleteUserResponse } from "../models/models_4";
|
|
5
4
|
import {
|
|
6
5
|
QuickSightClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
StartAssetBundleImportJobRequest,
|
|
5
5
|
StartAssetBundleImportJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -995,6 +995,19 @@ export interface FilterGroup {
|
|
|
995
995
|
Status?: WidgetStatus | undefined;
|
|
996
996
|
CrossDataset: CrossDatasetTypes | undefined;
|
|
997
997
|
}
|
|
998
|
+
export declare const VisualHighlightTrigger: {
|
|
999
|
+
readonly DATA_POINT_CLICK: "DATA_POINT_CLICK";
|
|
1000
|
+
readonly DATA_POINT_HOVER: "DATA_POINT_HOVER";
|
|
1001
|
+
readonly NONE: "NONE";
|
|
1002
|
+
};
|
|
1003
|
+
export type VisualHighlightTrigger =
|
|
1004
|
+
(typeof VisualHighlightTrigger)[keyof typeof VisualHighlightTrigger];
|
|
1005
|
+
export interface VisualHighlightOperation {
|
|
1006
|
+
Trigger: VisualHighlightTrigger | undefined;
|
|
1007
|
+
}
|
|
1008
|
+
export interface VisualCustomActionDefaults {
|
|
1009
|
+
highlightOperation?: VisualHighlightOperation | undefined;
|
|
1010
|
+
}
|
|
998
1011
|
export declare const QBusinessInsightsStatus: {
|
|
999
1012
|
readonly DISABLED: "DISABLED";
|
|
1000
1013
|
readonly ENABLED: "ENABLED";
|
|
@@ -1016,6 +1029,7 @@ export interface AssetOptions {
|
|
|
1016
1029
|
WeekStart?: DayOfTheWeek | undefined;
|
|
1017
1030
|
QBusinessInsightsStatus?: QBusinessInsightsStatus | undefined;
|
|
1018
1031
|
ExcludedDataSetArns?: string[] | undefined;
|
|
1032
|
+
CustomActionDefaults?: VisualCustomActionDefaults | undefined;
|
|
1019
1033
|
}
|
|
1020
1034
|
export interface DynamicDefaultValue {
|
|
1021
1035
|
UserNameColumn?: ColumnIdentifier | undefined;
|
|
@@ -1680,22 +1694,6 @@ export interface LegendOptions {
|
|
|
1680
1694
|
Height?: string | undefined;
|
|
1681
1695
|
ValueFontConfiguration?: FontConfiguration | undefined;
|
|
1682
1696
|
}
|
|
1683
|
-
export declare const BarChartOrientation: {
|
|
1684
|
-
readonly HORIZONTAL: "HORIZONTAL";
|
|
1685
|
-
readonly VERTICAL: "VERTICAL";
|
|
1686
|
-
};
|
|
1687
|
-
export type BarChartOrientation =
|
|
1688
|
-
(typeof BarChartOrientation)[keyof typeof BarChartOrientation];
|
|
1689
|
-
export declare const AxisBinding: {
|
|
1690
|
-
readonly PRIMARY_YAXIS: "PRIMARY_YAXIS";
|
|
1691
|
-
readonly SECONDARY_YAXIS: "SECONDARY_YAXIS";
|
|
1692
|
-
};
|
|
1693
|
-
export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
|
|
1694
|
-
export interface ReferenceLineDynamicDataConfiguration {
|
|
1695
|
-
Column: ColumnIdentifier | undefined;
|
|
1696
|
-
MeasureAggregationFunction?: AggregationFunction | undefined;
|
|
1697
|
-
Calculation: NumericalAggregationFunction | undefined;
|
|
1698
|
-
}
|
|
1699
1697
|
export declare const CustomParameterValuesFilterSensitiveLog: (
|
|
1700
1698
|
obj: CustomParameterValues
|
|
1701
1699
|
) => any;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AggregationFunction,
|
|
3
|
-
AxisBinding,
|
|
4
3
|
AxisDisplayOptions,
|
|
5
4
|
BarChartFieldWells,
|
|
6
|
-
BarChartOrientation,
|
|
7
5
|
BarsArrangement,
|
|
8
6
|
ChartAxisLabelOptions,
|
|
9
7
|
ColumnIdentifier,
|
|
@@ -21,9 +19,9 @@ import {
|
|
|
21
19
|
LegendOptions,
|
|
22
20
|
MeasureField,
|
|
23
21
|
NumberDisplayFormatConfiguration,
|
|
22
|
+
NumericalAggregationFunction,
|
|
24
23
|
NumericFormatConfiguration,
|
|
25
24
|
PercentageDisplayFormatConfiguration,
|
|
26
|
-
ReferenceLineDynamicDataConfiguration,
|
|
27
25
|
SortDirection,
|
|
28
26
|
TimeGranularity,
|
|
29
27
|
Visibility,
|
|
@@ -31,6 +29,22 @@ import {
|
|
|
31
29
|
VisualInteractionOptions,
|
|
32
30
|
WidgetStatus,
|
|
33
31
|
} from "./models_0";
|
|
32
|
+
export declare const BarChartOrientation: {
|
|
33
|
+
readonly HORIZONTAL: "HORIZONTAL";
|
|
34
|
+
readonly VERTICAL: "VERTICAL";
|
|
35
|
+
};
|
|
36
|
+
export type BarChartOrientation =
|
|
37
|
+
(typeof BarChartOrientation)[keyof typeof BarChartOrientation];
|
|
38
|
+
export declare const AxisBinding: {
|
|
39
|
+
readonly PRIMARY_YAXIS: "PRIMARY_YAXIS";
|
|
40
|
+
readonly SECONDARY_YAXIS: "SECONDARY_YAXIS";
|
|
41
|
+
};
|
|
42
|
+
export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
|
|
43
|
+
export interface ReferenceLineDynamicDataConfiguration {
|
|
44
|
+
Column: ColumnIdentifier | undefined;
|
|
45
|
+
MeasureAggregationFunction?: AggregationFunction | undefined;
|
|
46
|
+
Calculation: NumericalAggregationFunction | undefined;
|
|
47
|
+
}
|
|
34
48
|
export declare const ReferenceLineSeriesType: {
|
|
35
49
|
readonly BAR: "BAR";
|
|
36
50
|
readonly LINE: "LINE";
|
|
@@ -1748,21 +1762,6 @@ export interface PivotTableConfiguration {
|
|
|
1748
1762
|
PaginatedReportOptions?: PivotTablePaginatedReportOptions | undefined;
|
|
1749
1763
|
Interactions?: VisualInteractionOptions | undefined;
|
|
1750
1764
|
}
|
|
1751
|
-
export declare const PivotTableConditionalFormattingScopeRole: {
|
|
1752
|
-
readonly FIELD: "FIELD";
|
|
1753
|
-
readonly FIELD_TOTAL: "FIELD_TOTAL";
|
|
1754
|
-
readonly GRAND_TOTAL: "GRAND_TOTAL";
|
|
1755
|
-
};
|
|
1756
|
-
export type PivotTableConditionalFormattingScopeRole =
|
|
1757
|
-
(typeof PivotTableConditionalFormattingScopeRole)[keyof typeof PivotTableConditionalFormattingScopeRole];
|
|
1758
|
-
export interface PivotTableConditionalFormattingScope {
|
|
1759
|
-
Role?: PivotTableConditionalFormattingScopeRole | undefined;
|
|
1760
|
-
}
|
|
1761
|
-
export interface TextConditionalFormat {
|
|
1762
|
-
BackgroundColor?: ConditionalFormattingColor | undefined;
|
|
1763
|
-
TextColor?: ConditionalFormattingColor | undefined;
|
|
1764
|
-
Icon?: ConditionalFormattingIcon | undefined;
|
|
1765
|
-
}
|
|
1766
1765
|
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (
|
|
1767
1766
|
obj: ReferenceLineStaticDataConfiguration
|
|
1768
1767
|
) => any;
|
|
@@ -2087,6 +2086,3 @@ export declare const PivotTableSortConfigurationFilterSensitiveLog: (
|
|
|
2087
2086
|
export declare const PivotTableConfigurationFilterSensitiveLog: (
|
|
2088
2087
|
obj: PivotTableConfiguration
|
|
2089
2088
|
) => any;
|
|
2090
|
-
export declare const TextConditionalFormatFilterSensitiveLog: (
|
|
2091
|
-
obj: TextConditionalFormat
|
|
2092
|
-
) => any;
|
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
URLTargetConfiguration,
|
|
35
35
|
Visibility,
|
|
36
36
|
VisualCustomAction,
|
|
37
|
+
VisualCustomActionDefaults,
|
|
37
38
|
VisualInteractionOptions,
|
|
38
39
|
} from "./models_0";
|
|
39
40
|
import {
|
|
@@ -43,6 +44,7 @@ import {
|
|
|
43
44
|
ColumnHierarchy,
|
|
44
45
|
ComboChartVisual,
|
|
45
46
|
ConditionalFormattingColor,
|
|
47
|
+
ConditionalFormattingIcon,
|
|
46
48
|
CustomContentVisual,
|
|
47
49
|
EmptyVisual,
|
|
48
50
|
FieldSortOptions,
|
|
@@ -59,13 +61,11 @@ import {
|
|
|
59
61
|
LineChartVisual,
|
|
60
62
|
PaginationConfiguration,
|
|
61
63
|
PieChartVisual,
|
|
62
|
-
PivotTableConditionalFormattingScope,
|
|
63
64
|
PivotTableConfiguration,
|
|
64
65
|
RowAlternateColorOptions,
|
|
65
66
|
TableCellStyle,
|
|
66
67
|
TableTotalsPlacement,
|
|
67
68
|
TableTotalsScrollStatus,
|
|
68
|
-
TextConditionalFormat,
|
|
69
69
|
TooltipOptions,
|
|
70
70
|
TotalAggregationOption,
|
|
71
71
|
UnaggregatedField,
|
|
@@ -74,6 +74,21 @@ import {
|
|
|
74
74
|
VisualTitleLabelOptions,
|
|
75
75
|
} from "./models_1";
|
|
76
76
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
77
|
+
export declare const PivotTableConditionalFormattingScopeRole: {
|
|
78
|
+
readonly FIELD: "FIELD";
|
|
79
|
+
readonly FIELD_TOTAL: "FIELD_TOTAL";
|
|
80
|
+
readonly GRAND_TOTAL: "GRAND_TOTAL";
|
|
81
|
+
};
|
|
82
|
+
export type PivotTableConditionalFormattingScopeRole =
|
|
83
|
+
(typeof PivotTableConditionalFormattingScopeRole)[keyof typeof PivotTableConditionalFormattingScopeRole];
|
|
84
|
+
export interface PivotTableConditionalFormattingScope {
|
|
85
|
+
Role?: PivotTableConditionalFormattingScopeRole | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface TextConditionalFormat {
|
|
88
|
+
BackgroundColor?: ConditionalFormattingColor | undefined;
|
|
89
|
+
TextColor?: ConditionalFormattingColor | undefined;
|
|
90
|
+
Icon?: ConditionalFormattingIcon | undefined;
|
|
91
|
+
}
|
|
77
92
|
export interface PivotTableCellConditionalFormatting {
|
|
78
93
|
FieldId: string | undefined;
|
|
79
94
|
TextFormat?: TextConditionalFormat | undefined;
|
|
@@ -610,6 +625,7 @@ export interface SheetDefinition {
|
|
|
610
625
|
Layouts?: Layout[] | undefined;
|
|
611
626
|
SheetControlLayouts?: SheetControlLayout[] | undefined;
|
|
612
627
|
ContentType?: SheetContentType | undefined;
|
|
628
|
+
CustomActionDefaults?: VisualCustomActionDefaults | undefined;
|
|
613
629
|
}
|
|
614
630
|
export interface StaticFileS3SourceOptions {
|
|
615
631
|
BucketName: string | undefined;
|
|
@@ -2666,22 +2682,9 @@ export interface BrandSummary {
|
|
|
2666
2682
|
CreatedTime?: Date | undefined;
|
|
2667
2683
|
LastUpdatedTime?: Date | undefined;
|
|
2668
2684
|
}
|
|
2669
|
-
export
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
Expression: string | undefined;
|
|
2673
|
-
}
|
|
2674
|
-
export interface CancelIngestionRequest {
|
|
2675
|
-
AwsAccountId: string | undefined;
|
|
2676
|
-
DataSetId: string | undefined;
|
|
2677
|
-
IngestionId: string | undefined;
|
|
2678
|
-
}
|
|
2679
|
-
export interface CancelIngestionResponse {
|
|
2680
|
-
Arn?: string | undefined;
|
|
2681
|
-
IngestionId?: string | undefined;
|
|
2682
|
-
RequestId?: string | undefined;
|
|
2683
|
-
Status?: number | undefined;
|
|
2684
|
-
}
|
|
2685
|
+
export declare const TextConditionalFormatFilterSensitiveLog: (
|
|
2686
|
+
obj: TextConditionalFormat
|
|
2687
|
+
) => any;
|
|
2685
2688
|
export declare const PivotTableCellConditionalFormattingFilterSensitiveLog: (
|
|
2686
2689
|
obj: PivotTableCellConditionalFormatting
|
|
2687
2690
|
) => any;
|
|
@@ -2839,6 +2842,3 @@ export declare const TopicIRMetricFilterSensitiveLog: (
|
|
|
2839
2842
|
obj: TopicIRMetric
|
|
2840
2843
|
) => any;
|
|
2841
2844
|
export declare const TopicIRFilterSensitiveLog: (obj: TopicIR) => any;
|
|
2842
|
-
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2843
|
-
obj: CalculatedColumn
|
|
2844
|
-
) => any;
|
|
@@ -28,7 +28,6 @@ import {
|
|
|
28
28
|
BorderStyle,
|
|
29
29
|
BrandDefinition,
|
|
30
30
|
BrandDetail,
|
|
31
|
-
CalculatedColumn,
|
|
32
31
|
ConstantType,
|
|
33
32
|
DataSetReference,
|
|
34
33
|
DataSourceParameters,
|
|
@@ -45,6 +44,22 @@ import {
|
|
|
45
44
|
VpcConnectionProperties,
|
|
46
45
|
} from "./models_2";
|
|
47
46
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
47
|
+
export interface CalculatedColumn {
|
|
48
|
+
ColumnName: string | undefined;
|
|
49
|
+
ColumnId: string | undefined;
|
|
50
|
+
Expression: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
export interface CancelIngestionRequest {
|
|
53
|
+
AwsAccountId: string | undefined;
|
|
54
|
+
DataSetId: string | undefined;
|
|
55
|
+
IngestionId: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface CancelIngestionResponse {
|
|
58
|
+
Arn?: string | undefined;
|
|
59
|
+
IngestionId?: string | undefined;
|
|
60
|
+
RequestId?: string | undefined;
|
|
61
|
+
Status?: number | undefined;
|
|
62
|
+
}
|
|
48
63
|
export declare class ResourceExistsException extends __BaseException {
|
|
49
64
|
readonly name: "ResourceExistsException";
|
|
50
65
|
readonly $fault: "client";
|
|
@@ -2118,23 +2133,9 @@ export interface DeleteTopicResponse {
|
|
|
2118
2133
|
RequestId?: string | undefined;
|
|
2119
2134
|
Status?: number | undefined;
|
|
2120
2135
|
}
|
|
2121
|
-
export
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
DatasetId: string | undefined;
|
|
2125
|
-
}
|
|
2126
|
-
export interface DeleteTopicRefreshScheduleResponse {
|
|
2127
|
-
TopicId?: string | undefined;
|
|
2128
|
-
TopicArn?: string | undefined;
|
|
2129
|
-
DatasetArn?: string | undefined;
|
|
2130
|
-
Status?: number | undefined;
|
|
2131
|
-
RequestId?: string | undefined;
|
|
2132
|
-
}
|
|
2133
|
-
export interface DeleteUserRequest {
|
|
2134
|
-
UserName: string | undefined;
|
|
2135
|
-
AwsAccountId: string | undefined;
|
|
2136
|
-
Namespace: string | undefined;
|
|
2137
|
-
}
|
|
2136
|
+
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2137
|
+
obj: CalculatedColumn
|
|
2138
|
+
) => any;
|
|
2138
2139
|
export declare const ColumnDescriptionFilterSensitiveLog: (
|
|
2139
2140
|
obj: ColumnDescription
|
|
2140
2141
|
) => any;
|
|
@@ -34,7 +34,6 @@ import {
|
|
|
34
34
|
AssetBundleImportJobStatus,
|
|
35
35
|
AssetBundleImportJobSummary,
|
|
36
36
|
AssetBundleImportJobWarning,
|
|
37
|
-
AssetBundleImportSource,
|
|
38
37
|
AssetBundleImportSourceDescription,
|
|
39
38
|
AssignmentStatus,
|
|
40
39
|
AuthorizedTargetsByService,
|
|
@@ -91,6 +90,23 @@ import {
|
|
|
91
90
|
VPCConnectionResourceStatus,
|
|
92
91
|
} from "./models_3";
|
|
93
92
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
93
|
+
export interface DeleteTopicRefreshScheduleRequest {
|
|
94
|
+
AwsAccountId: string | undefined;
|
|
95
|
+
TopicId: string | undefined;
|
|
96
|
+
DatasetId: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface DeleteTopicRefreshScheduleResponse {
|
|
99
|
+
TopicId?: string | undefined;
|
|
100
|
+
TopicArn?: string | undefined;
|
|
101
|
+
DatasetArn?: string | undefined;
|
|
102
|
+
Status?: number | undefined;
|
|
103
|
+
RequestId?: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface DeleteUserRequest {
|
|
106
|
+
UserName: string | undefined;
|
|
107
|
+
AwsAccountId: string | undefined;
|
|
108
|
+
Namespace: string | undefined;
|
|
109
|
+
}
|
|
94
110
|
export interface DeleteUserResponse {
|
|
95
111
|
RequestId?: string | undefined;
|
|
96
112
|
Status?: number | undefined;
|
|
@@ -1960,27 +1976,6 @@ export interface StartAssetBundleExportJobResponse {
|
|
|
1960
1976
|
RequestId?: string | undefined;
|
|
1961
1977
|
Status?: number | undefined;
|
|
1962
1978
|
}
|
|
1963
|
-
export interface StartAssetBundleImportJobRequest {
|
|
1964
|
-
AwsAccountId: string | undefined;
|
|
1965
|
-
AssetBundleImportJobId: string | undefined;
|
|
1966
|
-
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
1967
|
-
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
1968
|
-
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
1969
|
-
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
1970
|
-
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
1971
|
-
OverrideValidationStrategy?:
|
|
1972
|
-
| AssetBundleImportJobOverrideValidationStrategy
|
|
1973
|
-
| undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface StartAssetBundleImportJobResponse {
|
|
1976
|
-
Arn?: string | undefined;
|
|
1977
|
-
AssetBundleImportJobId?: string | undefined;
|
|
1978
|
-
RequestId?: string | undefined;
|
|
1979
|
-
Status?: number | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
export interface SnapshotAnonymousUser {
|
|
1982
|
-
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
1983
|
-
}
|
|
1984
1979
|
export declare const DescribeAnalysisResponseFilterSensitiveLog: (
|
|
1985
1980
|
obj: DescribeAnalysisResponse
|
|
1986
1981
|
) => any;
|
|
@@ -2056,9 +2051,3 @@ export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
|
2056
2051
|
export declare const PredictQAResultsResponseFilterSensitiveLog: (
|
|
2057
2052
|
obj: PredictQAResultsResponse
|
|
2058
2053
|
) => any;
|
|
2059
|
-
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
|
|
2060
|
-
obj: StartAssetBundleImportJobRequest
|
|
2061
|
-
) => any;
|
|
2062
|
-
export declare const SnapshotAnonymousUserFilterSensitiveLog: (
|
|
2063
|
-
obj: SnapshotAnonymousUser
|
|
2064
|
-
) => any;
|