@aws-sdk/client-quicksight 3.388.0 → 3.390.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 +1 -1
|
@@ -783,7 +783,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
783
783
|
* FontConfiguration: "<FontConfiguration>",
|
|
784
784
|
* TextWrap: "NONE" || "WRAP",
|
|
785
785
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
786
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
786
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
787
787
|
* BackgroundColor: "STRING_VALUE",
|
|
788
788
|
* Height: Number("int"),
|
|
789
789
|
* Border: { // GlobalTableBorderOptions
|
|
@@ -823,7 +823,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
823
823
|
* FontConfiguration: "<FontConfiguration>",
|
|
824
824
|
* TextWrap: "NONE" || "WRAP",
|
|
825
825
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
826
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
826
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
827
827
|
* BackgroundColor: "STRING_VALUE",
|
|
828
828
|
* Height: Number("int"),
|
|
829
829
|
* Border: {
|
|
@@ -843,6 +843,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
843
843
|
* RowAlternateColors: [ // RowAlternateColorList
|
|
844
844
|
* "STRING_VALUE",
|
|
845
845
|
* ],
|
|
846
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
846
847
|
* },
|
|
847
848
|
* },
|
|
848
849
|
* TotalOptions: { // TotalOptions
|
|
@@ -855,7 +856,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
855
856
|
* FontConfiguration: "<FontConfiguration>",
|
|
856
857
|
* TextWrap: "NONE" || "WRAP",
|
|
857
858
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
858
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
859
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
859
860
|
* BackgroundColor: "STRING_VALUE",
|
|
860
861
|
* Height: Number("int"),
|
|
861
862
|
* Border: {
|
|
@@ -1256,7 +1257,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1256
1257
|
* FontConfiguration: "<FontConfiguration>",
|
|
1257
1258
|
* TextWrap: "NONE" || "WRAP",
|
|
1258
1259
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1259
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1260
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1260
1261
|
* BackgroundColor: "STRING_VALUE",
|
|
1261
1262
|
* Height: Number("int"),
|
|
1262
1263
|
* Border: {
|
|
@@ -1276,7 +1277,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1276
1277
|
* FontConfiguration: "<FontConfiguration>",
|
|
1277
1278
|
* TextWrap: "NONE" || "WRAP",
|
|
1278
1279
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1279
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1280
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1280
1281
|
* BackgroundColor: "STRING_VALUE",
|
|
1281
1282
|
* Height: Number("int"),
|
|
1282
1283
|
* Border: {
|
|
@@ -1298,8 +1299,15 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1298
1299
|
* RowAlternateColors: [
|
|
1299
1300
|
* "STRING_VALUE",
|
|
1300
1301
|
* ],
|
|
1302
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1301
1303
|
* },
|
|
1302
1304
|
* CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1305
|
+
* RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1306
|
+
* RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1307
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1308
|
+
* CustomLabel: "STRING_VALUE",
|
|
1309
|
+
* },
|
|
1310
|
+
* DefaultCellWidth: "STRING_VALUE",
|
|
1303
1311
|
* },
|
|
1304
1312
|
* TotalOptions: { // PivotTableTotalOptions
|
|
1305
1313
|
* RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1314,6 +1322,11 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1314
1322
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1315
1323
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1316
1324
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1325
|
+
* StyleTargets: [ // TableStyleTargetList
|
|
1326
|
+
* { // TableStyleTarget
|
|
1327
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1328
|
+
* },
|
|
1329
|
+
* ],
|
|
1317
1330
|
* },
|
|
1318
1331
|
* ColumnSubtotalOptions: {
|
|
1319
1332
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1327,6 +1340,11 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1327
1340
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1328
1341
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1329
1342
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1343
|
+
* StyleTargets: [
|
|
1344
|
+
* {
|
|
1345
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1346
|
+
* },
|
|
1347
|
+
* ],
|
|
1330
1348
|
* },
|
|
1331
1349
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1332
1350
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -116,7 +116,7 @@ export interface CreateTopicCommandOutput extends CreateTopicResponse, __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 CreateTopicCommandOutput extends CreateTopicResponse, __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 CreateTopicCommandOutput extends CreateTopicResponse, __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 CreateTopicCommandOutput extends CreateTopicResponse, __Metadat
|
|
|
243
244
|
* Synonyms: "<StringList>",
|
|
244
245
|
* },
|
|
245
246
|
* ],
|
|
247
|
+
* NonAdditive: true || false,
|
|
246
248
|
* },
|
|
247
249
|
* ],
|
|
248
250
|
* NamedEntities: [ // TopicNamedEntities
|
|
@@ -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 { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/
|
|
4
|
+
import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -42,6 +42,7 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
|
|
|
42
42
|
* // NotificationEmail: "STRING_VALUE",
|
|
43
43
|
* // AuthenticationType: "STRING_VALUE",
|
|
44
44
|
* // AccountSubscriptionStatus: "STRING_VALUE",
|
|
45
|
+
* // IAMIdentityCenterInstanceArn: "STRING_VALUE",
|
|
45
46
|
* // },
|
|
46
47
|
* // Status: Number("int"),
|
|
47
48
|
* // RequestId: "STRING_VALUE",
|
|
@@ -755,7 +755,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
755
755
|
* // FontConfiguration: "<FontConfiguration>",
|
|
756
756
|
* // TextWrap: "NONE" || "WRAP",
|
|
757
757
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
758
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
758
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
759
759
|
* // BackgroundColor: "STRING_VALUE",
|
|
760
760
|
* // Height: Number("int"),
|
|
761
761
|
* // Border: { // GlobalTableBorderOptions
|
|
@@ -795,7 +795,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
795
795
|
* // FontConfiguration: "<FontConfiguration>",
|
|
796
796
|
* // TextWrap: "NONE" || "WRAP",
|
|
797
797
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
798
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
798
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
799
799
|
* // BackgroundColor: "STRING_VALUE",
|
|
800
800
|
* // Height: Number("int"),
|
|
801
801
|
* // Border: {
|
|
@@ -815,6 +815,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
815
815
|
* // RowAlternateColors: [ // RowAlternateColorList
|
|
816
816
|
* // "STRING_VALUE",
|
|
817
817
|
* // ],
|
|
818
|
+
* // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
818
819
|
* // },
|
|
819
820
|
* // },
|
|
820
821
|
* // TotalOptions: { // TotalOptions
|
|
@@ -827,7 +828,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
827
828
|
* // FontConfiguration: "<FontConfiguration>",
|
|
828
829
|
* // TextWrap: "NONE" || "WRAP",
|
|
829
830
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
830
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
831
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
831
832
|
* // BackgroundColor: "STRING_VALUE",
|
|
832
833
|
* // Height: Number("int"),
|
|
833
834
|
* // Border: {
|
|
@@ -1228,7 +1229,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1228
1229
|
* // FontConfiguration: "<FontConfiguration>",
|
|
1229
1230
|
* // TextWrap: "NONE" || "WRAP",
|
|
1230
1231
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1231
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1232
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1232
1233
|
* // BackgroundColor: "STRING_VALUE",
|
|
1233
1234
|
* // Height: Number("int"),
|
|
1234
1235
|
* // Border: {
|
|
@@ -1248,7 +1249,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1248
1249
|
* // FontConfiguration: "<FontConfiguration>",
|
|
1249
1250
|
* // TextWrap: "NONE" || "WRAP",
|
|
1250
1251
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1251
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1252
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1252
1253
|
* // BackgroundColor: "STRING_VALUE",
|
|
1253
1254
|
* // Height: Number("int"),
|
|
1254
1255
|
* // Border: {
|
|
@@ -1270,8 +1271,15 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1270
1271
|
* // RowAlternateColors: [
|
|
1271
1272
|
* // "STRING_VALUE",
|
|
1272
1273
|
* // ],
|
|
1274
|
+
* // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1273
1275
|
* // },
|
|
1274
1276
|
* // CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1277
|
+
* // RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1278
|
+
* // RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1279
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
1280
|
+
* // CustomLabel: "STRING_VALUE",
|
|
1281
|
+
* // },
|
|
1282
|
+
* // DefaultCellWidth: "STRING_VALUE",
|
|
1275
1283
|
* // },
|
|
1276
1284
|
* // TotalOptions: { // PivotTableTotalOptions
|
|
1277
1285
|
* // RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1286,6 +1294,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1286
1294
|
* // TotalCellStyle: "<TableCellStyle>",
|
|
1287
1295
|
* // ValueCellStyle: "<TableCellStyle>",
|
|
1288
1296
|
* // MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1297
|
+
* // StyleTargets: [ // TableStyleTargetList
|
|
1298
|
+
* // { // TableStyleTarget
|
|
1299
|
+
* // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1300
|
+
* // },
|
|
1301
|
+
* // ],
|
|
1289
1302
|
* // },
|
|
1290
1303
|
* // ColumnSubtotalOptions: {
|
|
1291
1304
|
* // TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1299,6 +1312,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1299
1312
|
* // TotalCellStyle: "<TableCellStyle>",
|
|
1300
1313
|
* // ValueCellStyle: "<TableCellStyle>",
|
|
1301
1314
|
* // MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1315
|
+
* // StyleTargets: [
|
|
1316
|
+
* // {
|
|
1317
|
+
* // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1318
|
+
* // },
|
|
1319
|
+
* // ],
|
|
1302
1320
|
* // },
|
|
1303
1321
|
* // RowTotalOptions: { // PivotTotalOptions
|
|
1304
1322
|
* // TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -757,7 +757,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
757
757
|
* // FontConfiguration: "<FontConfiguration>",
|
|
758
758
|
* // TextWrap: "NONE" || "WRAP",
|
|
759
759
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
760
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
760
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
761
761
|
* // BackgroundColor: "STRING_VALUE",
|
|
762
762
|
* // Height: Number("int"),
|
|
763
763
|
* // Border: { // GlobalTableBorderOptions
|
|
@@ -797,7 +797,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
797
797
|
* // FontConfiguration: "<FontConfiguration>",
|
|
798
798
|
* // TextWrap: "NONE" || "WRAP",
|
|
799
799
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
800
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
800
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
801
801
|
* // BackgroundColor: "STRING_VALUE",
|
|
802
802
|
* // Height: Number("int"),
|
|
803
803
|
* // Border: {
|
|
@@ -817,6 +817,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
817
817
|
* // RowAlternateColors: [ // RowAlternateColorList
|
|
818
818
|
* // "STRING_VALUE",
|
|
819
819
|
* // ],
|
|
820
|
+
* // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
820
821
|
* // },
|
|
821
822
|
* // },
|
|
822
823
|
* // TotalOptions: { // TotalOptions
|
|
@@ -829,7 +830,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
829
830
|
* // FontConfiguration: "<FontConfiguration>",
|
|
830
831
|
* // TextWrap: "NONE" || "WRAP",
|
|
831
832
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
832
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
833
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
833
834
|
* // BackgroundColor: "STRING_VALUE",
|
|
834
835
|
* // Height: Number("int"),
|
|
835
836
|
* // Border: {
|
|
@@ -1230,7 +1231,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1230
1231
|
* // FontConfiguration: "<FontConfiguration>",
|
|
1231
1232
|
* // TextWrap: "NONE" || "WRAP",
|
|
1232
1233
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1233
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1234
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1234
1235
|
* // BackgroundColor: "STRING_VALUE",
|
|
1235
1236
|
* // Height: Number("int"),
|
|
1236
1237
|
* // Border: {
|
|
@@ -1250,7 +1251,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1250
1251
|
* // FontConfiguration: "<FontConfiguration>",
|
|
1251
1252
|
* // TextWrap: "NONE" || "WRAP",
|
|
1252
1253
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1253
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1254
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1254
1255
|
* // BackgroundColor: "STRING_VALUE",
|
|
1255
1256
|
* // Height: Number("int"),
|
|
1256
1257
|
* // Border: {
|
|
@@ -1272,8 +1273,15 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1272
1273
|
* // RowAlternateColors: [
|
|
1273
1274
|
* // "STRING_VALUE",
|
|
1274
1275
|
* // ],
|
|
1276
|
+
* // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1275
1277
|
* // },
|
|
1276
1278
|
* // CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1279
|
+
* // RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1280
|
+
* // RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1281
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
1282
|
+
* // CustomLabel: "STRING_VALUE",
|
|
1283
|
+
* // },
|
|
1284
|
+
* // DefaultCellWidth: "STRING_VALUE",
|
|
1277
1285
|
* // },
|
|
1278
1286
|
* // TotalOptions: { // PivotTableTotalOptions
|
|
1279
1287
|
* // RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1288,6 +1296,11 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1288
1296
|
* // TotalCellStyle: "<TableCellStyle>",
|
|
1289
1297
|
* // ValueCellStyle: "<TableCellStyle>",
|
|
1290
1298
|
* // MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1299
|
+
* // StyleTargets: [ // TableStyleTargetList
|
|
1300
|
+
* // { // TableStyleTarget
|
|
1301
|
+
* // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1302
|
+
* // },
|
|
1303
|
+
* // ],
|
|
1291
1304
|
* // },
|
|
1292
1305
|
* // ColumnSubtotalOptions: {
|
|
1293
1306
|
* // TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1301,6 +1314,11 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1301
1314
|
* // TotalCellStyle: "<TableCellStyle>",
|
|
1302
1315
|
* // ValueCellStyle: "<TableCellStyle>",
|
|
1303
1316
|
* // MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1317
|
+
* // StyleTargets: [
|
|
1318
|
+
* // {
|
|
1319
|
+
* // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1320
|
+
* // },
|
|
1321
|
+
* // ],
|
|
1304
1322
|
* // },
|
|
1305
1323
|
* // RowTotalOptions: { // PivotTotalOptions
|
|
1306
1324
|
* // TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -775,7 +775,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
775
775
|
* // FontConfiguration: "<FontConfiguration>",
|
|
776
776
|
* // TextWrap: "NONE" || "WRAP",
|
|
777
777
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
778
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
778
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
779
779
|
* // BackgroundColor: "STRING_VALUE",
|
|
780
780
|
* // Height: Number("int"),
|
|
781
781
|
* // Border: { // GlobalTableBorderOptions
|
|
@@ -815,7 +815,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
815
815
|
* // FontConfiguration: "<FontConfiguration>",
|
|
816
816
|
* // TextWrap: "NONE" || "WRAP",
|
|
817
817
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
818
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
818
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
819
819
|
* // BackgroundColor: "STRING_VALUE",
|
|
820
820
|
* // Height: Number("int"),
|
|
821
821
|
* // Border: {
|
|
@@ -835,6 +835,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
835
835
|
* // RowAlternateColors: [ // RowAlternateColorList
|
|
836
836
|
* // "STRING_VALUE",
|
|
837
837
|
* // ],
|
|
838
|
+
* // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
838
839
|
* // },
|
|
839
840
|
* // },
|
|
840
841
|
* // TotalOptions: { // TotalOptions
|
|
@@ -847,7 +848,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
847
848
|
* // FontConfiguration: "<FontConfiguration>",
|
|
848
849
|
* // TextWrap: "NONE" || "WRAP",
|
|
849
850
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
850
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
851
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
851
852
|
* // BackgroundColor: "STRING_VALUE",
|
|
852
853
|
* // Height: Number("int"),
|
|
853
854
|
* // Border: {
|
|
@@ -1248,7 +1249,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1248
1249
|
* // FontConfiguration: "<FontConfiguration>",
|
|
1249
1250
|
* // TextWrap: "NONE" || "WRAP",
|
|
1250
1251
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1251
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1252
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1252
1253
|
* // BackgroundColor: "STRING_VALUE",
|
|
1253
1254
|
* // Height: Number("int"),
|
|
1254
1255
|
* // Border: {
|
|
@@ -1268,7 +1269,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1268
1269
|
* // FontConfiguration: "<FontConfiguration>",
|
|
1269
1270
|
* // TextWrap: "NONE" || "WRAP",
|
|
1270
1271
|
* // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1271
|
-
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1272
|
+
* // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1272
1273
|
* // BackgroundColor: "STRING_VALUE",
|
|
1273
1274
|
* // Height: Number("int"),
|
|
1274
1275
|
* // Border: {
|
|
@@ -1290,8 +1291,15 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1290
1291
|
* // RowAlternateColors: [
|
|
1291
1292
|
* // "STRING_VALUE",
|
|
1292
1293
|
* // ],
|
|
1294
|
+
* // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1293
1295
|
* // },
|
|
1294
1296
|
* // CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1297
|
+
* // RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1298
|
+
* // RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1299
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
1300
|
+
* // CustomLabel: "STRING_VALUE",
|
|
1301
|
+
* // },
|
|
1302
|
+
* // DefaultCellWidth: "STRING_VALUE",
|
|
1295
1303
|
* // },
|
|
1296
1304
|
* // TotalOptions: { // PivotTableTotalOptions
|
|
1297
1305
|
* // RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1306,6 +1314,11 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1306
1314
|
* // TotalCellStyle: "<TableCellStyle>",
|
|
1307
1315
|
* // ValueCellStyle: "<TableCellStyle>",
|
|
1308
1316
|
* // MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1317
|
+
* // StyleTargets: [ // TableStyleTargetList
|
|
1318
|
+
* // { // TableStyleTarget
|
|
1319
|
+
* // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1320
|
+
* // },
|
|
1321
|
+
* // ],
|
|
1309
1322
|
* // },
|
|
1310
1323
|
* // ColumnSubtotalOptions: {
|
|
1311
1324
|
* // TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1319,6 +1332,11 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1319
1332
|
* // TotalCellStyle: "<TableCellStyle>",
|
|
1320
1333
|
* // ValueCellStyle: "<TableCellStyle>",
|
|
1321
1334
|
* // MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1335
|
+
* // StyleTargets: [
|
|
1336
|
+
* // {
|
|
1337
|
+
* // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1338
|
+
* // },
|
|
1339
|
+
* // ],
|
|
1322
1340
|
* // },
|
|
1323
1341
|
* // RowTotalOptions: { // PivotTotalOptions
|
|
1324
1342
|
* // TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -122,7 +122,7 @@ export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __Met
|
|
|
122
122
|
* // "STRING_VALUE",
|
|
123
123
|
* // ],
|
|
124
124
|
* // ColumnDataRole: "DIMENSION" || "MEASURE",
|
|
125
|
-
* // Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE",
|
|
125
|
+
* // Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE" || "MEDIAN" || "STDEV" || "STDEVP" || "VAR" || "VARP",
|
|
126
126
|
* // IsIncludedInTopic: true || false,
|
|
127
127
|
* // DisableIndexing: true || false,
|
|
128
128
|
* // ComparativeOrder: { // ComparativeOrder
|
|
@@ -181,6 +181,7 @@ export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __Met
|
|
|
181
181
|
* // Synonyms: "<StringList>",
|
|
182
182
|
* // },
|
|
183
183
|
* // ],
|
|
184
|
+
* // NonAdditive: true || false,
|
|
184
185
|
* // },
|
|
185
186
|
* // ],
|
|
186
187
|
* // CalculatedFields: [ // TopicCalculatedFields
|
|
@@ -215,7 +216,7 @@ export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __Met
|
|
|
215
216
|
* // CurrencySymbol: "STRING_VALUE",
|
|
216
217
|
* // },
|
|
217
218
|
* // },
|
|
218
|
-
* // Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE",
|
|
219
|
+
* // Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE" || "MEDIAN" || "STDEV" || "STDEVP" || "VAR" || "VARP",
|
|
219
220
|
* // ComparativeOrder: {
|
|
220
221
|
* // UseOrdering: "GREATER_IS_BETTER" || "LESSER_IS_BETTER" || "SPECIFIED",
|
|
221
222
|
* // SpecifedOrder: "<StringList>",
|
|
@@ -249,6 +250,7 @@ export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __Met
|
|
|
249
250
|
* // Synonyms: "<StringList>",
|
|
250
251
|
* // },
|
|
251
252
|
* // ],
|
|
253
|
+
* // NonAdditive: true || false,
|
|
252
254
|
* // },
|
|
253
255
|
* // ],
|
|
254
256
|
* // NamedEntities: [ // TopicNamedEntities
|
|
@@ -43,7 +43,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
43
43
|
* // UserName: "STRING_VALUE",
|
|
44
44
|
* // Email: "STRING_VALUE",
|
|
45
45
|
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
46
|
-
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
46
|
+
* // IdentityType: "IAM" || "QUICKSIGHT" || "IAM_IDENTITY_CENTER",
|
|
47
47
|
* // Active: true || false,
|
|
48
48
|
* // PrincipalId: "STRING_VALUE",
|
|
49
49
|
* // CustomPermissionsName: "STRING_VALUE",
|
|
@@ -45,7 +45,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
45
45
|
* // UserName: "STRING_VALUE",
|
|
46
46
|
* // Email: "STRING_VALUE",
|
|
47
47
|
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
48
|
-
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
48
|
+
* // IdentityType: "IAM" || "QUICKSIGHT" || "IAM_IDENTITY_CENTER",
|
|
49
49
|
* // Active: true || false,
|
|
50
50
|
* // PrincipalId: "STRING_VALUE",
|
|
51
51
|
* // CustomPermissionsName: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
|
|
|
31
31
|
* // const { QuickSightClient, RegisterUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
32
32
|
* const client = new QuickSightClient(config);
|
|
33
33
|
* const input = { // RegisterUserRequest
|
|
34
|
-
* IdentityType: "IAM" || "QUICKSIGHT", // required
|
|
34
|
+
* IdentityType: "IAM" || "QUICKSIGHT" || "IAM_IDENTITY_CENTER", // required
|
|
35
35
|
* Email: "STRING_VALUE", // required
|
|
36
36
|
* UserRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER", // required
|
|
37
37
|
* IamArn: "STRING_VALUE",
|
|
@@ -52,7 +52,7 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
|
|
|
52
52
|
* // UserName: "STRING_VALUE",
|
|
53
53
|
* // Email: "STRING_VALUE",
|
|
54
54
|
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
55
|
-
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
55
|
+
* // IdentityType: "IAM" || "QUICKSIGHT" || "IAM_IDENTITY_CENTER",
|
|
56
56
|
* // Active: true || false,
|
|
57
57
|
* // PrincipalId: "STRING_VALUE",
|
|
58
58
|
* // CustomPermissionsName: "STRING_VALUE",
|
|
@@ -23,7 +23,15 @@ export interface StartDashboardSnapshotJobCommandOutput extends StartDashboardSn
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Starts an asynchronous job that generates a dashboard snapshot. You can request
|
|
26
|
+
* <p>Starts an asynchronous job that generates a dashboard snapshot. You can request one of the following format configurations per API call.</p>
|
|
27
|
+
* <ul>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>1 paginated PDF</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>5 CSVs</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* </ul>
|
|
27
35
|
* <p>Poll job descriptions with a <code>DescribeDashboardSnapshotJob</code> API call. Once the job succeeds, use the <code>DescribeDashboardSnapshotJobResult</code> API to obtain the download URIs that the job generates.</p>
|
|
28
36
|
* @example
|
|
29
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -775,7 +775,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
775
775
|
* FontConfiguration: "<FontConfiguration>",
|
|
776
776
|
* TextWrap: "NONE" || "WRAP",
|
|
777
777
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
778
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
778
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
779
779
|
* BackgroundColor: "STRING_VALUE",
|
|
780
780
|
* Height: Number("int"),
|
|
781
781
|
* Border: { // GlobalTableBorderOptions
|
|
@@ -815,7 +815,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
815
815
|
* FontConfiguration: "<FontConfiguration>",
|
|
816
816
|
* TextWrap: "NONE" || "WRAP",
|
|
817
817
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
818
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
818
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
819
819
|
* BackgroundColor: "STRING_VALUE",
|
|
820
820
|
* Height: Number("int"),
|
|
821
821
|
* Border: {
|
|
@@ -835,6 +835,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
835
835
|
* RowAlternateColors: [ // RowAlternateColorList
|
|
836
836
|
* "STRING_VALUE",
|
|
837
837
|
* ],
|
|
838
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
838
839
|
* },
|
|
839
840
|
* },
|
|
840
841
|
* TotalOptions: { // TotalOptions
|
|
@@ -847,7 +848,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
847
848
|
* FontConfiguration: "<FontConfiguration>",
|
|
848
849
|
* TextWrap: "NONE" || "WRAP",
|
|
849
850
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
850
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
851
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
851
852
|
* BackgroundColor: "STRING_VALUE",
|
|
852
853
|
* Height: Number("int"),
|
|
853
854
|
* Border: {
|
|
@@ -1248,7 +1249,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1248
1249
|
* FontConfiguration: "<FontConfiguration>",
|
|
1249
1250
|
* TextWrap: "NONE" || "WRAP",
|
|
1250
1251
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1251
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1252
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1252
1253
|
* BackgroundColor: "STRING_VALUE",
|
|
1253
1254
|
* Height: Number("int"),
|
|
1254
1255
|
* Border: {
|
|
@@ -1268,7 +1269,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1268
1269
|
* FontConfiguration: "<FontConfiguration>",
|
|
1269
1270
|
* TextWrap: "NONE" || "WRAP",
|
|
1270
1271
|
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1271
|
-
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1272
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM" || "AUTO",
|
|
1272
1273
|
* BackgroundColor: "STRING_VALUE",
|
|
1273
1274
|
* Height: Number("int"),
|
|
1274
1275
|
* Border: {
|
|
@@ -1290,8 +1291,15 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1290
1291
|
* RowAlternateColors: [
|
|
1291
1292
|
* "STRING_VALUE",
|
|
1292
1293
|
* ],
|
|
1294
|
+
* UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
|
|
1293
1295
|
* },
|
|
1294
1296
|
* CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1297
|
+
* RowsLayout: "TABULAR" || "HIERARCHY",
|
|
1298
|
+
* RowsLabelOptions: { // PivotTableRowsLabelOptions
|
|
1299
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1300
|
+
* CustomLabel: "STRING_VALUE",
|
|
1301
|
+
* },
|
|
1302
|
+
* DefaultCellWidth: "STRING_VALUE",
|
|
1295
1303
|
* },
|
|
1296
1304
|
* TotalOptions: { // PivotTableTotalOptions
|
|
1297
1305
|
* RowSubtotalOptions: { // SubtotalOptions
|
|
@@ -1306,6 +1314,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1306
1314
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1307
1315
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1308
1316
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1317
|
+
* StyleTargets: [ // TableStyleTargetList
|
|
1318
|
+
* { // TableStyleTarget
|
|
1319
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1320
|
+
* },
|
|
1321
|
+
* ],
|
|
1309
1322
|
* },
|
|
1310
1323
|
* ColumnSubtotalOptions: {
|
|
1311
1324
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1319,6 +1332,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1319
1332
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1320
1333
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1321
1334
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1335
|
+
* StyleTargets: [
|
|
1336
|
+
* {
|
|
1337
|
+
* CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
|
|
1338
|
+
* },
|
|
1339
|
+
* ],
|
|
1322
1340
|
* },
|
|
1323
1341
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1324
1342
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -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 { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|