@aws-sdk/client-quicksight 3.777.0 → 3.782.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 +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +5 -5
|
@@ -929,6 +929,13 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
929
929
|
* // "STRING_VALUE",
|
|
930
930
|
* // ],
|
|
931
931
|
* // },
|
|
932
|
+
* // TransposedTableOptions: [ // TransposedTableOptionList
|
|
933
|
+
* // { // TransposedTableOption
|
|
934
|
+
* // ColumnIndex: Number("int"),
|
|
935
|
+
* // ColumnWidth: "STRING_VALUE",
|
|
936
|
+
* // ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
937
|
+
* // },
|
|
938
|
+
* // ],
|
|
932
939
|
* // },
|
|
933
940
|
* // PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
934
941
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5415,6 +5422,10 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5415
5422
|
* // Options: { // AssetOptions
|
|
5416
5423
|
* // Timezone: "STRING_VALUE",
|
|
5417
5424
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5425
|
+
* // QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5426
|
+
* // ExcludedDataSetArns: [ // DataSetArnsList
|
|
5427
|
+
* // "STRING_VALUE",
|
|
5428
|
+
* // ],
|
|
5418
5429
|
* // },
|
|
5419
5430
|
* // StaticFiles: [ // StaticFileList
|
|
5420
5431
|
* // { // StaticFile
|
|
@@ -5483,6 +5494,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5483
5494
|
* // DataPointTooltipOption: { // DataPointTooltipOption
|
|
5484
5495
|
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5485
5496
|
* // },
|
|
5497
|
+
* // DataQAEnabledOption: { // DataQAEnabledOption
|
|
5498
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5499
|
+
* // },
|
|
5486
5500
|
* // },
|
|
5487
5501
|
* // };
|
|
5488
5502
|
*
|
|
@@ -53,6 +53,11 @@ declare const DescribeDataSetRefreshPropertiesCommand_base: {
|
|
|
53
53
|
* // },
|
|
54
54
|
* // },
|
|
55
55
|
* // },
|
|
56
|
+
* // FailureConfiguration: { // RefreshFailureConfiguration
|
|
57
|
+
* // EmailAlert: { // RefreshFailureEmailAlert
|
|
58
|
+
* // AlertStatus: "ENABLED" || "DISABLED",
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
56
61
|
* // },
|
|
57
62
|
* // };
|
|
58
63
|
*
|
|
@@ -87,6 +87,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
87
87
|
* // Host: "STRING_VALUE", // required
|
|
88
88
|
* // Port: Number("int"), // required
|
|
89
89
|
* // Database: "STRING_VALUE", // required
|
|
90
|
+
* // UseServiceName: true || false,
|
|
90
91
|
* // },
|
|
91
92
|
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
92
93
|
* // Host: "STRING_VALUE", // required
|
|
@@ -239,6 +240,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
239
240
|
* // Host: "STRING_VALUE", // required
|
|
240
241
|
* // Port: Number("int"), // required
|
|
241
242
|
* // Database: "STRING_VALUE", // required
|
|
243
|
+
* // UseServiceName: true || false,
|
|
242
244
|
* // },
|
|
243
245
|
* // PostgreSqlParameters: {
|
|
244
246
|
* // Host: "STRING_VALUE", // required
|
|
@@ -947,6 +947,13 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
947
947
|
* // "STRING_VALUE",
|
|
948
948
|
* // ],
|
|
949
949
|
* // },
|
|
950
|
+
* // TransposedTableOptions: [ // TransposedTableOptionList
|
|
951
|
+
* // { // TransposedTableOption
|
|
952
|
+
* // ColumnIndex: Number("int"),
|
|
953
|
+
* // ColumnWidth: "STRING_VALUE",
|
|
954
|
+
* // ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
955
|
+
* // },
|
|
956
|
+
* // ],
|
|
950
957
|
* // },
|
|
951
958
|
* // PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
952
959
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5433,6 +5440,10 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5433
5440
|
* // Options: { // AssetOptions
|
|
5434
5441
|
* // Timezone: "STRING_VALUE",
|
|
5435
5442
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5443
|
+
* // QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5444
|
+
* // ExcludedDataSetArns: [ // DataSetArnsList
|
|
5445
|
+
* // "STRING_VALUE",
|
|
5446
|
+
* // ],
|
|
5436
5447
|
* // },
|
|
5437
5448
|
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
5438
5449
|
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -71,6 +71,20 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
71
71
|
* Bookmarks: { // BookmarksConfigurations
|
|
72
72
|
* Enabled: true || false, // required
|
|
73
73
|
* },
|
|
74
|
+
* AmazonQInQuickSight: { // AmazonQInQuickSightDashboardConfigurations
|
|
75
|
+
* ExecutiveSummary: { // ExecutiveSummaryConfigurations
|
|
76
|
+
* Enabled: true || false, // required
|
|
77
|
+
* },
|
|
78
|
+
* },
|
|
79
|
+
* Schedules: { // SchedulesConfigurations
|
|
80
|
+
* Enabled: true || false, // required
|
|
81
|
+
* },
|
|
82
|
+
* RecentSnapshots: { // RecentSnapshotsConfigurations
|
|
83
|
+
* Enabled: true || false, // required
|
|
84
|
+
* },
|
|
85
|
+
* ThresholdAlerts: { // ThresholdAlertsConfigurations
|
|
86
|
+
* Enabled: true || false, // required
|
|
87
|
+
* },
|
|
74
88
|
* },
|
|
75
89
|
* },
|
|
76
90
|
* QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
@@ -82,6 +96,29 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
82
96
|
* SharedView: {
|
|
83
97
|
* Enabled: true || false, // required
|
|
84
98
|
* },
|
|
99
|
+
* AmazonQInQuickSight: { // AmazonQInQuickSightConsoleConfigurations
|
|
100
|
+
* DataQnA: { // DataQnAConfigurations
|
|
101
|
+
* Enabled: true || false, // required
|
|
102
|
+
* },
|
|
103
|
+
* GenerativeAuthoring: { // GenerativeAuthoringConfigurations
|
|
104
|
+
* Enabled: true || false, // required
|
|
105
|
+
* },
|
|
106
|
+
* ExecutiveSummary: {
|
|
107
|
+
* Enabled: true || false, // required
|
|
108
|
+
* },
|
|
109
|
+
* DataStories: { // DataStoriesConfigurations
|
|
110
|
+
* Enabled: true || false, // required
|
|
111
|
+
* },
|
|
112
|
+
* },
|
|
113
|
+
* Schedules: {
|
|
114
|
+
* Enabled: true || false, // required
|
|
115
|
+
* },
|
|
116
|
+
* RecentSnapshots: {
|
|
117
|
+
* Enabled: true || false, // required
|
|
118
|
+
* },
|
|
119
|
+
* ThresholdAlerts: {
|
|
120
|
+
* Enabled: true || false, // required
|
|
121
|
+
* },
|
|
85
122
|
* },
|
|
86
123
|
* },
|
|
87
124
|
* QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
|
|
@@ -51,6 +51,20 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
51
51
|
* Bookmarks: { // BookmarksConfigurations
|
|
52
52
|
* Enabled: true || false, // required
|
|
53
53
|
* },
|
|
54
|
+
* AmazonQInQuickSight: { // AmazonQInQuickSightDashboardConfigurations
|
|
55
|
+
* ExecutiveSummary: { // ExecutiveSummaryConfigurations
|
|
56
|
+
* Enabled: true || false, // required
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* Schedules: { // SchedulesConfigurations
|
|
60
|
+
* Enabled: true || false, // required
|
|
61
|
+
* },
|
|
62
|
+
* RecentSnapshots: { // RecentSnapshotsConfigurations
|
|
63
|
+
* Enabled: true || false, // required
|
|
64
|
+
* },
|
|
65
|
+
* ThresholdAlerts: { // ThresholdAlertsConfigurations
|
|
66
|
+
* Enabled: true || false, // required
|
|
67
|
+
* },
|
|
54
68
|
* },
|
|
55
69
|
* },
|
|
56
70
|
* QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
@@ -62,6 +76,29 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
62
76
|
* SharedView: {
|
|
63
77
|
* Enabled: true || false, // required
|
|
64
78
|
* },
|
|
79
|
+
* AmazonQInQuickSight: { // AmazonQInQuickSightConsoleConfigurations
|
|
80
|
+
* DataQnA: { // DataQnAConfigurations
|
|
81
|
+
* Enabled: true || false, // required
|
|
82
|
+
* },
|
|
83
|
+
* GenerativeAuthoring: { // GenerativeAuthoringConfigurations
|
|
84
|
+
* Enabled: true || false, // required
|
|
85
|
+
* },
|
|
86
|
+
* ExecutiveSummary: {
|
|
87
|
+
* Enabled: true || false, // required
|
|
88
|
+
* },
|
|
89
|
+
* DataStories: { // DataStoriesConfigurations
|
|
90
|
+
* Enabled: true || false, // required
|
|
91
|
+
* },
|
|
92
|
+
* },
|
|
93
|
+
* Schedules: {
|
|
94
|
+
* Enabled: true || false, // required
|
|
95
|
+
* },
|
|
96
|
+
* RecentSnapshots: {
|
|
97
|
+
* Enabled: true || false, // required
|
|
98
|
+
* },
|
|
99
|
+
* ThresholdAlerts: {
|
|
100
|
+
* Enabled: true || false, // required
|
|
101
|
+
* },
|
|
65
102
|
* },
|
|
66
103
|
* },
|
|
67
104
|
* QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
|
|
@@ -89,6 +89,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
89
89
|
* // Host: "STRING_VALUE", // required
|
|
90
90
|
* // Port: Number("int"), // required
|
|
91
91
|
* // Database: "STRING_VALUE", // required
|
|
92
|
+
* // UseServiceName: true || false,
|
|
92
93
|
* // },
|
|
93
94
|
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
94
95
|
* // Host: "STRING_VALUE", // required
|
|
@@ -241,6 +242,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
241
242
|
* // Host: "STRING_VALUE", // required
|
|
242
243
|
* // Port: Number("int"), // required
|
|
243
244
|
* // Database: "STRING_VALUE", // required
|
|
245
|
+
* // UseServiceName: true || false,
|
|
244
246
|
* // },
|
|
245
247
|
* // PostgreSqlParameters: {
|
|
246
248
|
* // Host: "STRING_VALUE", // required
|
|
@@ -28,6 +28,8 @@ declare const PredictQAResultsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Predicts existing visuals or generates new visuals to answer a given query.</p>
|
|
31
|
+
* <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for Amazon QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
|
|
32
|
+
* <p>We recommend enabling the <code>QSearchStatus</code> API to unlock the full potential of <code>PredictQnA</code>. When <code>QSearchStatus</code> is enabled, it first checks the specified dashboard for any existing visuals that match the question. If no matching visuals are found, <code>PredictQnA</code> uses generative Q&A to provide an answer. To update the <code>QSearchStatus</code>, see <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateQuickSightQSearchConfiguration.html">UpdateQuickSightQSearchConfiguration</a>.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -47,6 +47,11 @@ declare const PutDataSetRefreshPropertiesCommand_base: {
|
|
|
47
47
|
* },
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
|
+
* FailureConfiguration: { // RefreshFailureConfiguration
|
|
51
|
+
* EmailAlert: { // RefreshFailureEmailAlert
|
|
52
|
+
* AlertStatus: "ENABLED" || "DISABLED",
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
50
55
|
* },
|
|
51
56
|
* };
|
|
52
57
|
* const command = new PutDataSetRefreshPropertiesCommand(input);
|
|
@@ -66,6 +66,7 @@ declare const SearchDataSetsCommand_base: {
|
|
|
66
66
|
* // },
|
|
67
67
|
* // RowLevelPermissionTagConfigurationApplied: true || false,
|
|
68
68
|
* // ColumnLevelPermissionRulesApplied: true || false,
|
|
69
|
+
* // UseAs: "RLS_RULES",
|
|
69
70
|
* // },
|
|
70
71
|
* // ],
|
|
71
72
|
* // NextToken: "STRING_VALUE",
|
|
@@ -76,7 +76,7 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
76
76
|
* { // AssetBundleExportJobDataSetOverrideProperties
|
|
77
77
|
* Arn: "STRING_VALUE", // required
|
|
78
78
|
* Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
79
|
-
* "Name",
|
|
79
|
+
* "Name" || "RefreshFailureEmailAlertStatus",
|
|
80
80
|
* ],
|
|
81
81
|
* },
|
|
82
82
|
* ],
|
|
@@ -112,6 +112,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
112
112
|
* Host: "STRING_VALUE", // required
|
|
113
113
|
* Port: Number("int"), // required
|
|
114
114
|
* Database: "STRING_VALUE", // required
|
|
115
|
+
* UseServiceName: true || false,
|
|
115
116
|
* },
|
|
116
117
|
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
117
118
|
* Host: "STRING_VALUE", // required
|
|
@@ -244,6 +245,22 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
244
245
|
* { // AssetBundleImportJobDataSetOverrideParameters
|
|
245
246
|
* DataSetId: "STRING_VALUE", // required
|
|
246
247
|
* Name: "STRING_VALUE",
|
|
248
|
+
* DataSetRefreshProperties: { // DataSetRefreshProperties
|
|
249
|
+
* RefreshConfiguration: { // RefreshConfiguration
|
|
250
|
+
* IncrementalRefresh: { // IncrementalRefresh
|
|
251
|
+
* LookbackWindow: { // LookbackWindow
|
|
252
|
+
* ColumnName: "STRING_VALUE", // required
|
|
253
|
+
* Size: Number("long"), // required
|
|
254
|
+
* SizeUnit: "HOUR" || "DAY" || "WEEK", // required
|
|
255
|
+
* },
|
|
256
|
+
* },
|
|
257
|
+
* },
|
|
258
|
+
* FailureConfiguration: { // RefreshFailureConfiguration
|
|
259
|
+
* EmailAlert: { // RefreshFailureEmailAlert
|
|
260
|
+
* AlertStatus: "ENABLED" || "DISABLED",
|
|
261
|
+
* },
|
|
262
|
+
* },
|
|
263
|
+
* },
|
|
247
264
|
* },
|
|
248
265
|
* ],
|
|
249
266
|
* Themes: [ // AssetBundleImportJobThemeOverrideParametersList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StartDashboardSnapshotJobRequest, StartDashboardSnapshotJobResponse } from "../models/
|
|
3
|
+
import { StartDashboardSnapshotJobRequest, StartDashboardSnapshotJobResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StartDashboardSnapshotJobScheduleRequest, StartDashboardSnapshotJobScheduleResponse } from "../models/
|
|
3
|
+
import { StartDashboardSnapshotJobScheduleRequest, StartDashboardSnapshotJobScheduleResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
3
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
3
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/
|
|
3
|
+
import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/
|
|
3
|
+
import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/
|
|
3
|
+
import { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -947,6 +947,13 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
947
947
|
* "STRING_VALUE",
|
|
948
948
|
* ],
|
|
949
949
|
* },
|
|
950
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
951
|
+
* { // TransposedTableOption
|
|
952
|
+
* ColumnIndex: Number("int"),
|
|
953
|
+
* ColumnWidth: "STRING_VALUE",
|
|
954
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
955
|
+
* },
|
|
956
|
+
* ],
|
|
950
957
|
* },
|
|
951
958
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
952
959
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5433,6 +5440,10 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
5433
5440
|
* Options: { // AssetOptions
|
|
5434
5441
|
* Timezone: "STRING_VALUE",
|
|
5435
5442
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5443
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5444
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5445
|
+
* "STRING_VALUE",
|
|
5446
|
+
* ],
|
|
5436
5447
|
* },
|
|
5437
5448
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5438
5449
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/
|
|
3
|
+
import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -127,6 +127,9 @@ declare const UpdateDashboardCommand_base: {
|
|
|
127
127
|
* DataPointTooltipOption: { // DataPointTooltipOption
|
|
128
128
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
129
129
|
* },
|
|
130
|
+
* DataQAEnabledOption: { // DataQAEnabledOption
|
|
131
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
132
|
+
* },
|
|
130
133
|
* },
|
|
131
134
|
* ThemeArn: "STRING_VALUE",
|
|
132
135
|
* Definition: { // DashboardVersionDefinition
|
|
@@ -992,6 +995,13 @@ declare const UpdateDashboardCommand_base: {
|
|
|
992
995
|
* "STRING_VALUE",
|
|
993
996
|
* ],
|
|
994
997
|
* },
|
|
998
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
999
|
+
* { // TransposedTableOption
|
|
1000
|
+
* ColumnIndex: Number("int"),
|
|
1001
|
+
* ColumnWidth: "STRING_VALUE",
|
|
1002
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
1003
|
+
* },
|
|
1004
|
+
* ],
|
|
995
1005
|
* },
|
|
996
1006
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
997
1007
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5476,6 +5486,10 @@ declare const UpdateDashboardCommand_base: {
|
|
|
5476
5486
|
* Options: { // AssetOptions
|
|
5477
5487
|
* Timezone: "STRING_VALUE",
|
|
5478
5488
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5489
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5490
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5491
|
+
* "STRING_VALUE",
|
|
5492
|
+
* ],
|
|
5479
5493
|
* },
|
|
5480
5494
|
* StaticFiles: [ // StaticFileList
|
|
5481
5495
|
* { // StaticFile
|
|
@@ -76,6 +76,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
76
76
|
* Host: "STRING_VALUE", // required
|
|
77
77
|
* Port: Number("int"), // required
|
|
78
78
|
* Database: "STRING_VALUE", // required
|
|
79
|
+
* UseServiceName: true || false,
|
|
79
80
|
* },
|
|
80
81
|
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
81
82
|
* Host: "STRING_VALUE", // required
|
|
@@ -232,6 +233,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
232
233
|
* Host: "STRING_VALUE", // required
|
|
233
234
|
* Port: Number("int"), // required
|
|
234
235
|
* Database: "STRING_VALUE", // required
|
|
236
|
+
* UseServiceName: true || false,
|
|
235
237
|
* },
|
|
236
238
|
* PostgreSqlParameters: {
|
|
237
239
|
* Host: "STRING_VALUE", // required
|
|
@@ -934,6 +934,13 @@ declare const UpdateTemplateCommand_base: {
|
|
|
934
934
|
* "STRING_VALUE",
|
|
935
935
|
* ],
|
|
936
936
|
* },
|
|
937
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
938
|
+
* { // TransposedTableOption
|
|
939
|
+
* ColumnIndex: Number("int"),
|
|
940
|
+
* ColumnWidth: "STRING_VALUE",
|
|
941
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
942
|
+
* },
|
|
943
|
+
* ],
|
|
937
944
|
* },
|
|
938
945
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
939
946
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5420,6 +5427,10 @@ declare const UpdateTemplateCommand_base: {
|
|
|
5420
5427
|
* Options: { // AssetOptions
|
|
5421
5428
|
* Timezone: "STRING_VALUE",
|
|
5422
5429
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5430
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5431
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5432
|
+
* "STRING_VALUE",
|
|
5433
|
+
* ],
|
|
5423
5434
|
* },
|
|
5424
5435
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5425
5436
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|