@aws-sdk/client-quicksight 3.388.0 → 3.391.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/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_1.js +14 -7
- package/dist-cjs/models/models_2.js +12 -3
- package/dist-cjs/models/models_3.js +2 -6
- package/dist-cjs/models/models_4.js +6 -1
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_1.js +10 -3
- package/dist-es/models/models_2.js +9 -0
- package/dist-es/models/models_3.js +1 -4
- package/dist-es/models/models_4.js +5 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +23 -5
- package/dist-types/commands/CreateDashboardCommand.d.ts +23 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +23 -5
- package/dist-types/commands/CreateTopicCommand.d.ts +4 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +23 -5
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +23 -5
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +23 -5
- package/dist-types/commands/DescribeTopicCommand.d.ts +4 -2
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +2 -2
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +23 -5
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +24 -6
- package/dist-types/commands/UpdateTemplateCommand.d.ts +23 -5
- package/dist-types/commands/UpdateTopicCommand.d.ts +4 -2
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +91 -57
- package/dist-types/models/models_2.d.ts +72 -116
- package/dist-types/models/models_3.d.ts +114 -192
- package/dist-types/models/models_4.d.ts +192 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +26 -20
- package/dist-types/ts3.4/models/models_2.d.ts +29 -24
- package/dist-types/ts3.4/models/models_3.d.ts +24 -38
- package/dist-types/ts3.4/models/models_4.d.ts +39 -0
- package/package.json +28 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/
|
|
4
|
+
import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -820,7 +820,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
820
820
|
* FontConfiguration: "<FontConfiguration>",
|
|
821
821
|
* TextWrap: "NONE" || "WRAP",
|
|
822
822
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
823
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
823
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
824
824
|
* BackgroundColor: "STRING_VALUE",
|
|
825
825
|
* Height: Number("int"),
|
|
826
826
|
* Border: { // GlobalTableBorderOptions
|
|
@@ -860,7 +860,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
860
860
|
* FontConfiguration: "<FontConfiguration>",
|
|
861
861
|
* TextWrap: "NONE" || "WRAP",
|
|
862
862
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
863
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
863
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
864
864
|
* BackgroundColor: "STRING_VALUE",
|
|
865
865
|
* Height: Number("int"),
|
|
866
866
|
* Border: {
|
|
@@ -880,6 +880,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
880
880
|
* RowAlternateColors: [ // RowAlternateColorList
|
|
881
881
|
* "STRING_VALUE",
|
|
882
882
|
* ],
|
|
883
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
883
884
|
* },
|
|
884
885
|
* },
|
|
885
886
|
* TotalOptions: { // TotalOptions
|
|
@@ -892,7 +893,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
892
893
|
* FontConfiguration: "<FontConfiguration>",
|
|
893
894
|
* TextWrap: "NONE" || "WRAP",
|
|
894
895
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
895
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
896
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
896
897
|
* BackgroundColor: "STRING_VALUE",
|
|
897
898
|
* Height: Number("int"),
|
|
898
899
|
* Border: {
|
|
@@ -1293,7 +1294,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1293
1294
|
* FontConfiguration: "<FontConfiguration>",
|
|
1294
1295
|
* TextWrap: "NONE" || "WRAP",
|
|
1295
1296
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1296
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1297
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1297
1298
|
* BackgroundColor: "STRING_VALUE",
|
|
1298
1299
|
* Height: Number("int"),
|
|
1299
1300
|
* Border: {
|
|
@@ -1313,7 +1314,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1313
1314
|
* FontConfiguration: "<FontConfiguration>",
|
|
1314
1315
|
* TextWrap: "NONE" || "WRAP",
|
|
1315
1316
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1316
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1317
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1317
1318
|
* BackgroundColor: "STRING_VALUE",
|
|
1318
1319
|
* Height: Number("int"),
|
|
1319
1320
|
* Border: {
|
|
@@ -1335,8 +1336,15 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1335
1336
|
* RowAlternateColors: [
|
|
1336
1337
|
* "STRING_VALUE",
|
|
1337
1338
|
* ],
|
|
1339
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1338
1340
|
* },
|
|
1339
1341
|
* CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1342
|
+
* RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1343
|
+
* RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1344
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1345
|
+
* CustomLabel: "STRING_VALUE",
|
|
1346
|
+
* },
|
|
1347
|
+
* DefaultCellWidth: "STRING_VALUE",
|
|
1340
1348
|
* },
|
|
1341
1349
|
* TotalOptions: { // PivotTableTotalOptions
|
|
1342
1350
|
* RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1351,6 +1359,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1351
1359
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1352
1360
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1353
1361
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1362
|
+
* StyleTargets: [ // TableStyleTargetList
|
|
1363
|
+
* { // TableStyleTarget
|
|
1364
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1365
|
+
* },
|
|
1366
|
+
* ],
|
|
1354
1367
|
* },
|
|
1355
1368
|
* ColumnSubtotalOptions: {
|
|
1356
1369
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1364,6 +1377,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1364
1377
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1365
1378
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1366
1379
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1380
|
+
* StyleTargets: [
|
|
1381
|
+
* {
|
|
1382
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1383
|
+
* },
|
|
1384
|
+
* ],
|
|
1367
1385
|
* },
|
|
1368
1386
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1369
1387
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -762,7 +762,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
762
762
|
* FontConfiguration: "<FontConfiguration>",
|
|
763
763
|
* TextWrap: "NONE" || "WRAP",
|
|
764
764
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
765
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
765
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
766
766
|
* BackgroundColor: "STRING_VALUE",
|
|
767
767
|
* Height: Number("int"),
|
|
768
768
|
* Border: { // GlobalTableBorderOptions
|
|
@@ -802,7 +802,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
802
802
|
* FontConfiguration: "<FontConfiguration>",
|
|
803
803
|
* TextWrap: "NONE" || "WRAP",
|
|
804
804
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
805
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
805
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
806
806
|
* BackgroundColor: "STRING_VALUE",
|
|
807
807
|
* Height: Number("int"),
|
|
808
808
|
* Border: {
|
|
@@ -822,6 +822,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
822
822
|
* RowAlternateColors: [ // RowAlternateColorList
|
|
823
823
|
* "STRING_VALUE",
|
|
824
824
|
* ],
|
|
825
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
825
826
|
* },
|
|
826
827
|
* },
|
|
827
828
|
* TotalOptions: { // TotalOptions
|
|
@@ -834,7 +835,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
834
835
|
* FontConfiguration: "<FontConfiguration>",
|
|
835
836
|
* TextWrap: "NONE" || "WRAP",
|
|
836
837
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
837
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
838
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
838
839
|
* BackgroundColor: "STRING_VALUE",
|
|
839
840
|
* Height: Number("int"),
|
|
840
841
|
* Border: {
|
|
@@ -1235,7 +1236,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1235
1236
|
* FontConfiguration: "<FontConfiguration>",
|
|
1236
1237
|
* TextWrap: "NONE" || "WRAP",
|
|
1237
1238
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1238
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1239
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1239
1240
|
* BackgroundColor: "STRING_VALUE",
|
|
1240
1241
|
* Height: Number("int"),
|
|
1241
1242
|
* Border: {
|
|
@@ -1255,7 +1256,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1255
1256
|
* FontConfiguration: "<FontConfiguration>",
|
|
1256
1257
|
* TextWrap: "NONE" || "WRAP",
|
|
1257
1258
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1258
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1259
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1259
1260
|
* BackgroundColor: "STRING_VALUE",
|
|
1260
1261
|
* Height: Number("int"),
|
|
1261
1262
|
* Border: {
|
|
@@ -1277,8 +1278,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1277
1278
|
* RowAlternateColors: [
|
|
1278
1279
|
* "STRING_VALUE",
|
|
1279
1280
|
* ],
|
|
1281
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1280
1282
|
* },
|
|
1281
1283
|
* CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1284
|
+
* RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1285
|
+
* RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1286
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1287
|
+
* CustomLabel: "STRING_VALUE",
|
|
1288
|
+
* },
|
|
1289
|
+
* DefaultCellWidth: "STRING_VALUE",
|
|
1282
1290
|
* },
|
|
1283
1291
|
* TotalOptions: { // PivotTableTotalOptions
|
|
1284
1292
|
* RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1293,6 +1301,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1293
1301
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1294
1302
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1295
1303
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1304
|
+
* StyleTargets: [ // TableStyleTargetList
|
|
1305
|
+
* { // TableStyleTarget
|
|
1306
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1307
|
+
* },
|
|
1308
|
+
* ],
|
|
1296
1309
|
* },
|
|
1297
1310
|
* ColumnSubtotalOptions: {
|
|
1298
1311
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1306,6 +1319,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1306
1319
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1307
1320
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1308
1321
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1322
|
+
* StyleTargets: [
|
|
1323
|
+
* {
|
|
1324
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1325
|
+
* },
|
|
1326
|
+
* ],
|
|
1309
1327
|
* },
|
|
1310
1328
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1311
1329
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -116,7 +116,7 @@ export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __Metadat
|
|
|
116
116
|
* "STRING_VALUE",
|
|
117
117
|
* ],
|
|
118
118
|
* ColumnDataRole: "DIMENSION" || "MEASURE",
|
|
119
|
-
* Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE",
|
|
119
|
+
* Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE" || "MEDIAN" || "STDEV" || "STDEVP" || "VAR" || "VARP",
|
|
120
120
|
* IsIncludedInTopic: true || false,
|
|
121
121
|
* DisableIndexing: true || false,
|
|
122
122
|
* ComparativeOrder: { // ComparativeOrder
|
|
@@ -175,6 +175,7 @@ export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __Metadat
|
|
|
175
175
|
* Synonyms: "<StringList>",
|
|
176
176
|
* },
|
|
177
177
|
* ],
|
|
178
|
+
* NonAdditive: true || false,
|
|
178
179
|
* },
|
|
179
180
|
* ],
|
|
180
181
|
* CalculatedFields: [ // TopicCalculatedFields
|
|
@@ -209,7 +210,7 @@ export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __Metadat
|
|
|
209
210
|
* CurrencySymbol: "STRING_VALUE",
|
|
210
211
|
* },
|
|
211
212
|
* },
|
|
212
|
-
* Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE",
|
|
213
|
+
* Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE" || "MEDIAN" || "STDEV" || "STDEVP" || "VAR" || "VARP",
|
|
213
214
|
* ComparativeOrder: {
|
|
214
215
|
* UseOrdering: "GREATER_IS_BETTER" || "LESSER_IS_BETTER" || "SPECIFIED",
|
|
215
216
|
* SpecifedOrder: "<StringList>",
|
|
@@ -243,6 +244,7 @@ export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __Metadat
|
|
|
243
244
|
* Synonyms: "<StringList>",
|
|
244
245
|
* },
|
|
245
246
|
* ],
|
|
247
|
+
* NonAdditive: true || false,
|
|
246
248
|
* },
|
|
247
249
|
* ],
|
|
248
250
|
* NamedEntities: [ // TopicNamedEntities
|
|
@@ -50,7 +50,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
50
50
|
* // UserName: "STRING_VALUE",
|
|
51
51
|
* // Email: "STRING_VALUE",
|
|
52
52
|
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
53
|
-
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
53
|
+
* // IdentityType: "IAM" || "QUICKSIGHT" || "IAM_IDENTITY_CENTER",
|
|
54
54
|
* // Active: true || false,
|
|
55
55
|
* // PrincipalId: "STRING_VALUE",
|
|
56
56
|
* // CustomPermissionsName: "STRING_VALUE",
|
|
@@ -101,6 +101,11 @@ export interface AccountInfo {
|
|
|
101
101
|
* <p>The status of your account subscription.</p>
|
|
102
102
|
*/
|
|
103
103
|
AccountSubscriptionStatus?: string;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* <p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>
|
|
107
|
+
*/
|
|
108
|
+
IAMIdentityCenterInstanceArn?: string;
|
|
104
109
|
}
|
|
105
110
|
/**
|
|
106
111
|
* @public
|
|
@@ -3970,6 +3970,7 @@ export type TextWrap = (typeof TextWrap)[keyof typeof TextWrap];
|
|
|
3970
3970
|
* @enum
|
|
3971
3971
|
*/
|
|
3972
3972
|
export declare const VerticalTextAlignment: {
|
|
3973
|
+
readonly AUTO: "AUTO";
|
|
3973
3974
|
readonly BOTTOM: "BOTTOM";
|
|
3974
3975
|
readonly MIDDLE: "MIDDLE";
|
|
3975
3976
|
readonly TOP: "TOP";
|
|
@@ -4051,7 +4052,40 @@ export interface RowAlternateColorOptions {
|
|
|
4051
4052
|
* <p>Determines the list of row alternate colors.</p>
|
|
4052
4053
|
*/
|
|
4053
4054
|
RowAlternateColors?: string[];
|
|
4055
|
+
/**
|
|
4056
|
+
* @public
|
|
4057
|
+
* <p>The primary background color options for alternate rows.</p>
|
|
4058
|
+
*/
|
|
4059
|
+
UsePrimaryBackgroundColor?: WidgetStatus | string;
|
|
4060
|
+
}
|
|
4061
|
+
/**
|
|
4062
|
+
* @public
|
|
4063
|
+
* <p>The options for the label thta is located above the row headers. This option is only applicable when <code>RowsLayout</code> is set to <code>HIERARCHY</code>.</p>
|
|
4064
|
+
*/
|
|
4065
|
+
export interface PivotTableRowsLabelOptions {
|
|
4066
|
+
/**
|
|
4067
|
+
* @public
|
|
4068
|
+
* <p>The visibility of the rows label.</p>
|
|
4069
|
+
*/
|
|
4070
|
+
Visibility?: Visibility | string;
|
|
4071
|
+
/**
|
|
4072
|
+
* @public
|
|
4073
|
+
* <p>The custom label string for the rows label.</p>
|
|
4074
|
+
*/
|
|
4075
|
+
CustomLabel?: string;
|
|
4054
4076
|
}
|
|
4077
|
+
/**
|
|
4078
|
+
* @public
|
|
4079
|
+
* @enum
|
|
4080
|
+
*/
|
|
4081
|
+
export declare const PivotTableRowsLayout: {
|
|
4082
|
+
readonly HIERARCHY: "HIERARCHY";
|
|
4083
|
+
readonly TABULAR: "TABULAR";
|
|
4084
|
+
};
|
|
4085
|
+
/**
|
|
4086
|
+
* @public
|
|
4087
|
+
*/
|
|
4088
|
+
export type PivotTableRowsLayout = (typeof PivotTableRowsLayout)[keyof typeof PivotTableRowsLayout];
|
|
4055
4089
|
/**
|
|
4056
4090
|
* @public
|
|
4057
4091
|
* <p>The table options for a pivot table visual.</p>
|
|
@@ -4107,6 +4141,31 @@ export interface PivotTableOptions {
|
|
|
4107
4141
|
* <p>The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is <code>HIDDEN</code>, all collapsed columns in a pivot table are automatically hidden. The default value is <code>VISIBLE</code>.</p>
|
|
4108
4142
|
*/
|
|
4109
4143
|
CollapsedRowDimensionsVisibility?: Visibility | string;
|
|
4144
|
+
/**
|
|
4145
|
+
* @public
|
|
4146
|
+
* <p>The layout for the row dimension headers of a pivot table. Choose one of the following options.</p>
|
|
4147
|
+
* <ul>
|
|
4148
|
+
* <li>
|
|
4149
|
+
* <p>
|
|
4150
|
+
* <code>TABULAR</code>: (Default) Each row field is displayed in a separate column.</p>
|
|
4151
|
+
* </li>
|
|
4152
|
+
* <li>
|
|
4153
|
+
* <p>
|
|
4154
|
+
* <code>HIERARCHY</code>: All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.</p>
|
|
4155
|
+
* </li>
|
|
4156
|
+
* </ul>
|
|
4157
|
+
*/
|
|
4158
|
+
RowsLayout?: PivotTableRowsLayout | string;
|
|
4159
|
+
/**
|
|
4160
|
+
* @public
|
|
4161
|
+
* <p>The options for the label that is located above the row headers. This option is only applicable when <code>RowsLayout</code> is set to <code>HIERARCHY</code>.</p>
|
|
4162
|
+
*/
|
|
4163
|
+
RowsLabelOptions?: PivotTableRowsLabelOptions;
|
|
4164
|
+
/**
|
|
4165
|
+
* @public
|
|
4166
|
+
* <p>The default cell width of the pivot table.</p>
|
|
4167
|
+
*/
|
|
4168
|
+
DefaultCellWidth?: string;
|
|
4110
4169
|
}
|
|
4111
4170
|
/**
|
|
4112
4171
|
* @public
|
|
@@ -4132,6 +4191,30 @@ export interface PivotTableFieldSubtotalOptions {
|
|
|
4132
4191
|
*/
|
|
4133
4192
|
FieldId?: string;
|
|
4134
4193
|
}
|
|
4194
|
+
/**
|
|
4195
|
+
* @public
|
|
4196
|
+
* @enum
|
|
4197
|
+
*/
|
|
4198
|
+
export declare const StyledCellType: {
|
|
4199
|
+
readonly METRIC_HEADER: "METRIC_HEADER";
|
|
4200
|
+
readonly TOTAL: "TOTAL";
|
|
4201
|
+
readonly VALUE: "VALUE";
|
|
4202
|
+
};
|
|
4203
|
+
/**
|
|
4204
|
+
* @public
|
|
4205
|
+
*/
|
|
4206
|
+
export type StyledCellType = (typeof StyledCellType)[keyof typeof StyledCellType];
|
|
4207
|
+
/**
|
|
4208
|
+
* @public
|
|
4209
|
+
* <p>The table style target.</p>
|
|
4210
|
+
*/
|
|
4211
|
+
export interface TableStyleTarget {
|
|
4212
|
+
/**
|
|
4213
|
+
* @public
|
|
4214
|
+
* <p>The cell type of the table style target.</p>
|
|
4215
|
+
*/
|
|
4216
|
+
CellType: StyledCellType | string | undefined;
|
|
4217
|
+
}
|
|
4135
4218
|
/**
|
|
4136
4219
|
* @public
|
|
4137
4220
|
* <p>The subtotal options.</p>
|
|
@@ -4172,6 +4255,11 @@ export interface SubtotalOptions {
|
|
|
4172
4255
|
* <p>The cell styling options for the subtotals of header cells.</p>
|
|
4173
4256
|
*/
|
|
4174
4257
|
MetricHeaderCellStyle?: TableCellStyle;
|
|
4258
|
+
/**
|
|
4259
|
+
* @public
|
|
4260
|
+
* <p>The style targets options for subtotals.</p>
|
|
4261
|
+
*/
|
|
4262
|
+
StyleTargets?: TableStyleTarget[];
|
|
4175
4263
|
}
|
|
4176
4264
|
/**
|
|
4177
4265
|
* @public
|
|
@@ -6479,7 +6567,7 @@ export type SnapshotFileSheetSelectionScope = (typeof SnapshotFileSheetSelection
|
|
|
6479
6567
|
export interface SnapshotFileSheetSelection {
|
|
6480
6568
|
/**
|
|
6481
6569
|
* @public
|
|
6482
|
-
* <p>The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV
|
|
6570
|
+
* <p>The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV and PDF format types.</p>
|
|
6483
6571
|
*/
|
|
6484
6572
|
SheetId: string | undefined;
|
|
6485
6573
|
/**
|
|
@@ -6500,7 +6588,7 @@ export interface SnapshotFileSheetSelection {
|
|
|
6500
6588
|
/**
|
|
6501
6589
|
* @public
|
|
6502
6590
|
* <p>
|
|
6503
|
-
* A
|
|
6591
|
+
* A list of visual IDs that are located in the selected sheet. This structure supports tables and pivot tables. This structure is required if you are generating a CSV. You can add a maximum of 1 visual ID to this structure.
|
|
6504
6592
|
* </p>
|
|
6505
6593
|
*/
|
|
6506
6594
|
VisualIds?: string[];
|
|
@@ -6517,7 +6605,7 @@ export interface SnapshotFile {
|
|
|
6517
6605
|
SheetSelections: SnapshotFileSheetSelection[] | undefined;
|
|
6518
6606
|
/**
|
|
6519
6607
|
* @public
|
|
6520
|
-
* <p>The format of the snapshot file to be generated. You can choose between <code>CSV</code>
|
|
6608
|
+
* <p>The format of the snapshot file to be generated. You can choose between <code>CSV</code> or <code>PDF</code>.</p>
|
|
6521
6609
|
*/
|
|
6522
6610
|
FormatType: SnapshotFileFormatType | string | undefined;
|
|
6523
6611
|
}
|
|
@@ -6727,60 +6815,6 @@ export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
|
|
|
6727
6815
|
* @public
|
|
6728
6816
|
*/
|
|
6729
6817
|
export type AssetBundleExportJobDataSourcePropertyToOverride = (typeof AssetBundleExportJobDataSourcePropertyToOverride)[keyof typeof AssetBundleExportJobDataSourcePropertyToOverride];
|
|
6730
|
-
/**
|
|
6731
|
-
* @public
|
|
6732
|
-
* <p>Controls how a specific <code>DataSource</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
6733
|
-
*/
|
|
6734
|
-
export interface AssetBundleExportJobDataSourceOverrideProperties {
|
|
6735
|
-
/**
|
|
6736
|
-
* @public
|
|
6737
|
-
* <p>The ARN of the specific <code>DataSource</code> resource whose override properties are configured in this structure.</p>
|
|
6738
|
-
*/
|
|
6739
|
-
Arn?: string;
|
|
6740
|
-
/**
|
|
6741
|
-
* @public
|
|
6742
|
-
* <p>A list of <code>DataSource</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
6743
|
-
*/
|
|
6744
|
-
Properties: (AssetBundleExportJobDataSourcePropertyToOverride | string)[] | undefined;
|
|
6745
|
-
}
|
|
6746
|
-
/**
|
|
6747
|
-
* @public
|
|
6748
|
-
* @enum
|
|
6749
|
-
*/
|
|
6750
|
-
export declare const AssetBundleExportJobRefreshSchedulePropertyToOverride: {
|
|
6751
|
-
readonly START_AFTER_DATE_TIME: "StartAfterDateTime";
|
|
6752
|
-
};
|
|
6753
|
-
/**
|
|
6754
|
-
* @public
|
|
6755
|
-
*/
|
|
6756
|
-
export type AssetBundleExportJobRefreshSchedulePropertyToOverride = (typeof AssetBundleExportJobRefreshSchedulePropertyToOverride)[keyof typeof AssetBundleExportJobRefreshSchedulePropertyToOverride];
|
|
6757
|
-
/**
|
|
6758
|
-
* @public
|
|
6759
|
-
* <p>Controls how a specific <code>RefreshSchedule</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
6760
|
-
*/
|
|
6761
|
-
export interface AssetBundleExportJobRefreshScheduleOverrideProperties {
|
|
6762
|
-
/**
|
|
6763
|
-
* @public
|
|
6764
|
-
* <p>The ARN of the specific <code>RefreshSchedule</code> resource whose override properties are configured in this structure.</p>
|
|
6765
|
-
*/
|
|
6766
|
-
Arn?: string;
|
|
6767
|
-
/**
|
|
6768
|
-
* @public
|
|
6769
|
-
* <p>A list of <code>RefreshSchedule</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
6770
|
-
*/
|
|
6771
|
-
Properties: (AssetBundleExportJobRefreshSchedulePropertyToOverride | string)[] | undefined;
|
|
6772
|
-
}
|
|
6773
|
-
/**
|
|
6774
|
-
* @public
|
|
6775
|
-
* <p>An optional structure that configures resource ID overrides for the export job.</p>
|
|
6776
|
-
*/
|
|
6777
|
-
export interface AssetBundleExportJobResourceIdOverrideConfiguration {
|
|
6778
|
-
/**
|
|
6779
|
-
* @public
|
|
6780
|
-
* <p>An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.</p>
|
|
6781
|
-
*/
|
|
6782
|
-
PrefixForAllResources?: boolean;
|
|
6783
|
-
}
|
|
6784
6818
|
/**
|
|
6785
6819
|
* @internal
|
|
6786
6820
|
*/
|