@aws-sdk/client-quicksight 3.731.1 → 3.734.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 +17 -9
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +6 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/models/models_3.js +0 -3
- package/dist-es/models/models_4.js +3 -0
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +4 -4
- package/dist-types/commands/CreateAnalysisCommand.d.ts +17 -12
- package/dist-types/commands/CreateDashboardCommand.d.ts +17 -12
- package/dist-types/commands/CreateTemplateCommand.d.ts +17 -12
- package/dist-types/commands/CreateTopicCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +17 -12
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +17 -12
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +17 -12
- package/dist-types/commands/DescribeTopicCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +4 -4
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +17 -12
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDashboardCommand.d.ts +17 -12
- package/dist-types/commands/UpdateTemplateCommand.d.ts +17 -12
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +19 -12
- package/dist-types/models/models_1.d.ts +13 -17
- package/dist-types/models/models_2.d.ts +17 -22
- package/dist-types/models/models_3.d.ts +23 -27
- package/dist-types/models/models_4.d.ts +24 -14
- package/dist-types/models/models_5.d.ts +17 -2
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +9 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -5
- package/dist-types/ts3.4/models/models_2.d.ts +5 -5
- package/dist-types/ts3.4/models/models_3.d.ts +4 -10
- package/dist-types/ts3.4/models/models_4.d.ts +9 -4
- package/dist-types/ts3.4/models/models_5.d.ts +5 -1
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -302,6 +302,7 @@ __export(src_exports, {
|
|
|
302
302
|
DescribeUserCommand: () => DescribeUserCommand,
|
|
303
303
|
DescribeVPCConnectionCommand: () => DescribeVPCConnectionCommand,
|
|
304
304
|
DestinationParameterValueConfigurationFilterSensitiveLog: () => DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
305
|
+
DigitGroupingStyle: () => DigitGroupingStyle,
|
|
305
306
|
DimensionFieldFilterSensitiveLog: () => DimensionFieldFilterSensitiveLog,
|
|
306
307
|
DisplayFormat: () => DisplayFormat,
|
|
307
308
|
DomainNotWhitelistedException: () => DomainNotWhitelistedException,
|
|
@@ -1234,6 +1235,8 @@ var NegativeValueDisplayMode = {
|
|
|
1234
1235
|
var NumberScale = {
|
|
1235
1236
|
AUTO: "AUTO",
|
|
1236
1237
|
BILLIONS: "BILLIONS",
|
|
1238
|
+
CRORES: "CRORES",
|
|
1239
|
+
LAKHS: "LAKHS",
|
|
1237
1240
|
MILLIONS: "MILLIONS",
|
|
1238
1241
|
NONE: "NONE",
|
|
1239
1242
|
THOUSANDS: "THOUSANDS",
|
|
@@ -1244,6 +1247,10 @@ var NumericSeparatorSymbol = {
|
|
|
1244
1247
|
DOT: "DOT",
|
|
1245
1248
|
SPACE: "SPACE"
|
|
1246
1249
|
};
|
|
1250
|
+
var DigitGroupingStyle = {
|
|
1251
|
+
DEFAULT: "DEFAULT",
|
|
1252
|
+
LAKHS: "LAKHS"
|
|
1253
|
+
};
|
|
1247
1254
|
var ColumnRole = {
|
|
1248
1255
|
DIMENSION: "DIMENSION",
|
|
1249
1256
|
MEASURE: "MEASURE"
|
|
@@ -1415,10 +1422,6 @@ var ReferenceLineValueLabelRelativePosition = {
|
|
|
1415
1422
|
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
1416
1423
|
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL"
|
|
1417
1424
|
};
|
|
1418
|
-
var ReferenceLineLabelVerticalPosition = {
|
|
1419
|
-
ABOVE: "ABOVE",
|
|
1420
|
-
BELOW: "BELOW"
|
|
1421
|
-
};
|
|
1422
1425
|
var CustomParameterValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1423
1426
|
...obj,
|
|
1424
1427
|
...obj.StringValues && { StringValues: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1808,6 +1811,10 @@ var ReferenceLineValueLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __n
|
|
|
1808
1811
|
|
|
1809
1812
|
// src/models/models_1.ts
|
|
1810
1813
|
|
|
1814
|
+
var ReferenceLineLabelVerticalPosition = {
|
|
1815
|
+
ABOVE: "ABOVE",
|
|
1816
|
+
BELOW: "BELOW"
|
|
1817
|
+
};
|
|
1811
1818
|
var ReferenceLinePatternType = {
|
|
1812
1819
|
DASHED: "DASHED",
|
|
1813
1820
|
DOTTED: "DOTTED",
|
|
@@ -4261,9 +4268,6 @@ var DataSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4261
4268
|
)
|
|
4262
4269
|
}
|
|
4263
4270
|
}), "DataSetFilterSensitiveLog");
|
|
4264
|
-
var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4265
|
-
...obj
|
|
4266
|
-
}), "DescribeAnalysisResponseFilterSensitiveLog");
|
|
4267
4271
|
|
|
4268
4272
|
// src/models/models_5.ts
|
|
4269
4273
|
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -4668,6 +4672,9 @@ var TopicFilterOperator = {
|
|
|
4668
4672
|
StringEquals: "StringEquals",
|
|
4669
4673
|
StringLike: "StringLike"
|
|
4670
4674
|
};
|
|
4675
|
+
var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4676
|
+
...obj
|
|
4677
|
+
}), "DescribeAnalysisResponseFilterSensitiveLog");
|
|
4671
4678
|
var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4672
4679
|
...obj
|
|
4673
4680
|
}), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
|
|
@@ -21924,6 +21931,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21924
21931
|
NegativeValueDisplayMode,
|
|
21925
21932
|
NumberScale,
|
|
21926
21933
|
NumericSeparatorSymbol,
|
|
21934
|
+
DigitGroupingStyle,
|
|
21927
21935
|
ColumnRole,
|
|
21928
21936
|
CrossDatasetTypes,
|
|
21929
21937
|
CategoryFilterMatchOperator,
|
|
@@ -21961,7 +21969,6 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21961
21969
|
ReferenceLineSeriesType,
|
|
21962
21970
|
ReferenceLineLabelHorizontalPosition,
|
|
21963
21971
|
ReferenceLineValueLabelRelativePosition,
|
|
21964
|
-
ReferenceLineLabelVerticalPosition,
|
|
21965
21972
|
CustomParameterValuesFilterSensitiveLog,
|
|
21966
21973
|
CustomValuesConfigurationFilterSensitiveLog,
|
|
21967
21974
|
DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
@@ -22034,6 +22041,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22034
22041
|
ReferenceLineStaticDataConfigurationFilterSensitiveLog,
|
|
22035
22042
|
ReferenceLineDataConfigurationFilterSensitiveLog,
|
|
22036
22043
|
ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
22044
|
+
ReferenceLineLabelVerticalPosition,
|
|
22037
22045
|
ReferenceLinePatternType,
|
|
22038
22046
|
PanelBorderStyle,
|
|
22039
22047
|
HorizontalTextAlignment,
|
|
@@ -22416,7 +22424,6 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22416
22424
|
DashboardFilterSensitiveLog,
|
|
22417
22425
|
OutputColumnFilterSensitiveLog,
|
|
22418
22426
|
DataSetFilterSensitiveLog,
|
|
22419
|
-
DescribeAnalysisResponseFilterSensitiveLog,
|
|
22420
22427
|
IncludeFolderMembers,
|
|
22421
22428
|
SnapshotJobStatus,
|
|
22422
22429
|
InvalidNextTokenException,
|
|
@@ -22449,6 +22456,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22449
22456
|
PurchaseMode,
|
|
22450
22457
|
TopicFilterAttribute,
|
|
22451
22458
|
TopicFilterOperator,
|
|
22459
|
+
DescribeAnalysisResponseFilterSensitiveLog,
|
|
22452
22460
|
DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
22453
22461
|
DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
22454
22462
|
DescribeAssetBundleImportJobResponseFilterSensitiveLog,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeAnalysisResponseFilterSensitiveLog
|
|
5
|
+
import { DescribeAnalysisResponseFilterSensitiveLog } from "../models/models_4";
|
|
6
6
|
import { de_DescribeAnalysisCommand, se_DescribeAnalysisCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAnalysisCommand extends $Command
|
|
@@ -182,6 +182,8 @@ export const NegativeValueDisplayMode = {
|
|
|
182
182
|
export const NumberScale = {
|
|
183
183
|
AUTO: "AUTO",
|
|
184
184
|
BILLIONS: "BILLIONS",
|
|
185
|
+
CRORES: "CRORES",
|
|
186
|
+
LAKHS: "LAKHS",
|
|
185
187
|
MILLIONS: "MILLIONS",
|
|
186
188
|
NONE: "NONE",
|
|
187
189
|
THOUSANDS: "THOUSANDS",
|
|
@@ -192,6 +194,10 @@ export const NumericSeparatorSymbol = {
|
|
|
192
194
|
DOT: "DOT",
|
|
193
195
|
SPACE: "SPACE",
|
|
194
196
|
};
|
|
197
|
+
export const DigitGroupingStyle = {
|
|
198
|
+
DEFAULT: "DEFAULT",
|
|
199
|
+
LAKHS: "LAKHS",
|
|
200
|
+
};
|
|
195
201
|
export const ColumnRole = {
|
|
196
202
|
DIMENSION: "DIMENSION",
|
|
197
203
|
MEASURE: "MEASURE",
|
|
@@ -363,10 +369,6 @@ export const ReferenceLineValueLabelRelativePosition = {
|
|
|
363
369
|
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
364
370
|
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL",
|
|
365
371
|
};
|
|
366
|
-
export const ReferenceLineLabelVerticalPosition = {
|
|
367
|
-
ABOVE: "ABOVE",
|
|
368
|
-
BELOW: "BELOW",
|
|
369
|
-
};
|
|
370
372
|
export const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
371
373
|
...obj,
|
|
372
374
|
...(obj.StringValues && { StringValues: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineDataConfigurationFilterSensitiveLog, ReferenceLineValueLabelConfigurationFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ReferenceLineLabelVerticalPosition = {
|
|
4
|
+
ABOVE: "ABOVE",
|
|
5
|
+
BELOW: "BELOW",
|
|
6
|
+
};
|
|
3
7
|
export const ReferenceLinePatternType = {
|
|
4
8
|
DASHED: "DASHED",
|
|
5
9
|
DOTTED: "DOTTED",
|
|
@@ -714,6 +714,3 @@ export const DataSetFilterSensitiveLog = (obj) => ({
|
|
|
714
714
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
715
715
|
}),
|
|
716
716
|
});
|
|
717
|
-
export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
});
|
|
@@ -281,6 +281,9 @@ export const TopicFilterOperator = {
|
|
|
281
281
|
StringEquals: "StringEquals",
|
|
282
282
|
StringLike: "StringLike",
|
|
283
283
|
};
|
|
284
|
+
export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
284
287
|
export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
285
288
|
...obj,
|
|
286
289
|
});
|
|
@@ -84,7 +84,7 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
84
84
|
* FractionDigits: Number("int"),
|
|
85
85
|
* Prefix: "STRING_VALUE",
|
|
86
86
|
* Suffix: "STRING_VALUE",
|
|
87
|
-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
87
|
+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
88
88
|
* NegativeFormat: { // NegativeFormat
|
|
89
89
|
* Prefix: "STRING_VALUE",
|
|
90
90
|
* Suffix: "STRING_VALUE",
|
|
@@ -119,7 +119,7 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
119
119
|
* FractionDigits: Number("int"),
|
|
120
120
|
* Prefix: "STRING_VALUE",
|
|
121
121
|
* Suffix: "STRING_VALUE",
|
|
122
|
-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
122
|
+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
123
123
|
* NegativeFormat: {
|
|
124
124
|
* Prefix: "STRING_VALUE",
|
|
125
125
|
* Suffix: "STRING_VALUE",
|
|
@@ -358,7 +358,7 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
358
358
|
* FractionDigits: Number("int"),
|
|
359
359
|
* Prefix: "STRING_VALUE",
|
|
360
360
|
* Suffix: "STRING_VALUE",
|
|
361
|
-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
361
|
+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
362
362
|
* NegativeFormat: {
|
|
363
363
|
* Prefix: "STRING_VALUE",
|
|
364
364
|
* Suffix: "STRING_VALUE",
|
|
@@ -386,7 +386,7 @@ declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
|
386
386
|
* FractionDigits: Number("int"),
|
|
387
387
|
* Prefix: "STRING_VALUE",
|
|
388
388
|
* Suffix: "STRING_VALUE",
|
|
389
|
-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
389
|
+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
390
390
|
* NegativeFormat: {
|
|
391
391
|
* Prefix: "STRING_VALUE",
|
|
392
392
|
* Suffix: "STRING_VALUE",
|
|
@@ -504,12 +504,13 @@ declare const CreateAnalysisCommand_base: {
|
|
|
504
504
|
* ThousandsSeparator: { // ThousandSeparatorOptions
|
|
505
505
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
506
506
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
507
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
507
508
|
* },
|
|
508
509
|
* },
|
|
509
510
|
* DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
510
511
|
* DecimalPlaces: Number("long"), // required
|
|
511
512
|
* },
|
|
512
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
513
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
513
514
|
* NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
514
515
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
515
516
|
* },
|
|
@@ -525,13 +526,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
525
526
|
* ThousandsSeparator: {
|
|
526
527
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
527
528
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
529
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
528
530
|
* },
|
|
529
531
|
* },
|
|
530
532
|
* Symbol: "STRING_VALUE",
|
|
531
533
|
* DecimalPlacesConfiguration: {
|
|
532
534
|
* DecimalPlaces: Number("long"), // required
|
|
533
535
|
* },
|
|
534
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
536
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
535
537
|
* NegativeValueConfiguration: {
|
|
536
538
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
537
539
|
* },
|
|
@@ -547,6 +549,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
547
549
|
* ThousandsSeparator: {
|
|
548
550
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
549
551
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
552
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
550
553
|
* },
|
|
551
554
|
* },
|
|
552
555
|
* DecimalPlacesConfiguration: {
|
|
@@ -579,12 +582,13 @@ declare const CreateAnalysisCommand_base: {
|
|
|
579
582
|
* ThousandsSeparator: {
|
|
580
583
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
581
584
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
585
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
582
586
|
* },
|
|
583
587
|
* },
|
|
584
588
|
* DecimalPlacesConfiguration: {
|
|
585
589
|
* DecimalPlaces: Number("long"), // required
|
|
586
590
|
* },
|
|
587
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
591
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
588
592
|
* NegativeValueConfiguration: {
|
|
589
593
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
590
594
|
* },
|
|
@@ -600,13 +604,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
600
604
|
* ThousandsSeparator: {
|
|
601
605
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
602
606
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
607
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
603
608
|
* },
|
|
604
609
|
* },
|
|
605
610
|
* Symbol: "STRING_VALUE",
|
|
606
611
|
* DecimalPlacesConfiguration: {
|
|
607
612
|
* DecimalPlaces: Number("long"), // required
|
|
608
613
|
* },
|
|
609
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
614
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
610
615
|
* NegativeValueConfiguration: {
|
|
611
616
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
612
617
|
* },
|
|
@@ -637,7 +642,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
637
642
|
* Suffix: "STRING_VALUE",
|
|
638
643
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
639
644
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
640
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
645
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
641
646
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
642
647
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
643
648
|
* },
|
|
@@ -647,7 +652,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
647
652
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
648
653
|
* Symbol: "STRING_VALUE",
|
|
649
654
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
650
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
655
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
651
656
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
652
657
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
653
658
|
* },
|
|
@@ -682,7 +687,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
682
687
|
* Suffix: "STRING_VALUE",
|
|
683
688
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
684
689
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
685
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
690
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
686
691
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
687
692
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
688
693
|
* },
|
|
@@ -692,7 +697,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
692
697
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
693
698
|
* Symbol: "STRING_VALUE",
|
|
694
699
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
695
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
700
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
696
701
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
697
702
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
698
703
|
* },
|
|
@@ -719,7 +724,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
719
724
|
* Suffix: "STRING_VALUE",
|
|
720
725
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
721
726
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
722
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
727
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
723
728
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
724
729
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
725
730
|
* },
|
|
@@ -729,7 +734,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
729
734
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
730
735
|
* Symbol: "STRING_VALUE",
|
|
731
736
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
732
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
737
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
733
738
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
734
739
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
735
740
|
* },
|
|
@@ -762,7 +767,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
762
767
|
* ],
|
|
763
768
|
* },
|
|
764
769
|
* TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
765
|
-
* Values: [ //
|
|
770
|
+
* Values: [ // TableUnaggregatedFieldList
|
|
766
771
|
* { // UnaggregatedField
|
|
767
772
|
* FieldId: "STRING_VALUE", // required
|
|
768
773
|
* Column: "<ColumnIdentifier>", // required
|
|
@@ -4485,7 +4490,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4485
4490
|
* AxisName: "GROUP_BY" || "VALUE",
|
|
4486
4491
|
* Dimensions: "<DimensionFieldList>",
|
|
4487
4492
|
* Measures: "<MeasureFieldList>",
|
|
4488
|
-
* Unaggregated: [
|
|
4493
|
+
* Unaggregated: [ // UnaggregatedFieldList
|
|
4489
4494
|
* {
|
|
4490
4495
|
* FieldId: "STRING_VALUE", // required
|
|
4491
4496
|
* Column: "<ColumnIdentifier>", // required
|
|
@@ -550,12 +550,13 @@ declare const CreateDashboardCommand_base: {
|
|
|
550
550
|
* ThousandsSeparator: { // ThousandSeparatorOptions
|
|
551
551
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
552
552
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
553
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
553
554
|
* },
|
|
554
555
|
* },
|
|
555
556
|
* DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
556
557
|
* DecimalPlaces: Number("long"), // required
|
|
557
558
|
* },
|
|
558
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
559
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
559
560
|
* NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
560
561
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
561
562
|
* },
|
|
@@ -571,13 +572,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
571
572
|
* ThousandsSeparator: {
|
|
572
573
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
573
574
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
575
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
574
576
|
* },
|
|
575
577
|
* },
|
|
576
578
|
* Symbol: "STRING_VALUE",
|
|
577
579
|
* DecimalPlacesConfiguration: {
|
|
578
580
|
* DecimalPlaces: Number("long"), // required
|
|
579
581
|
* },
|
|
580
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
582
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
581
583
|
* NegativeValueConfiguration: {
|
|
582
584
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
583
585
|
* },
|
|
@@ -593,6 +595,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
593
595
|
* ThousandsSeparator: {
|
|
594
596
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
595
597
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
598
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
596
599
|
* },
|
|
597
600
|
* },
|
|
598
601
|
* DecimalPlacesConfiguration: {
|
|
@@ -625,12 +628,13 @@ declare const CreateDashboardCommand_base: {
|
|
|
625
628
|
* ThousandsSeparator: {
|
|
626
629
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
627
630
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
631
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
628
632
|
* },
|
|
629
633
|
* },
|
|
630
634
|
* DecimalPlacesConfiguration: {
|
|
631
635
|
* DecimalPlaces: Number("long"), // required
|
|
632
636
|
* },
|
|
633
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
637
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
634
638
|
* NegativeValueConfiguration: {
|
|
635
639
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
636
640
|
* },
|
|
@@ -646,13 +650,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
646
650
|
* ThousandsSeparator: {
|
|
647
651
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
648
652
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
653
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
649
654
|
* },
|
|
650
655
|
* },
|
|
651
656
|
* Symbol: "STRING_VALUE",
|
|
652
657
|
* DecimalPlacesConfiguration: {
|
|
653
658
|
* DecimalPlaces: Number("long"), // required
|
|
654
659
|
* },
|
|
655
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
660
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
656
661
|
* NegativeValueConfiguration: {
|
|
657
662
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
658
663
|
* },
|
|
@@ -683,7 +688,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
683
688
|
* Suffix: "STRING_VALUE",
|
|
684
689
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
685
690
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
686
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
691
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
687
692
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
688
693
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
689
694
|
* },
|
|
@@ -693,7 +698,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
693
698
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
694
699
|
* Symbol: "STRING_VALUE",
|
|
695
700
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
696
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
701
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
697
702
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
698
703
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
699
704
|
* },
|
|
@@ -728,7 +733,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
728
733
|
* Suffix: "STRING_VALUE",
|
|
729
734
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
730
735
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
731
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
736
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
732
737
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
733
738
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
734
739
|
* },
|
|
@@ -738,7 +743,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
738
743
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
739
744
|
* Symbol: "STRING_VALUE",
|
|
740
745
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
741
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
746
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
742
747
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
743
748
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
744
749
|
* },
|
|
@@ -765,7 +770,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
765
770
|
* Suffix: "STRING_VALUE",
|
|
766
771
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
767
772
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
768
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
773
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
769
774
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
770
775
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
771
776
|
* },
|
|
@@ -775,7 +780,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
775
780
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
776
781
|
* Symbol: "STRING_VALUE",
|
|
777
782
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
778
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
783
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
779
784
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
780
785
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
781
786
|
* },
|
|
@@ -808,7 +813,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
808
813
|
* ],
|
|
809
814
|
* },
|
|
810
815
|
* TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
811
|
-
* Values: [ //
|
|
816
|
+
* Values: [ // TableUnaggregatedFieldList
|
|
812
817
|
* { // UnaggregatedField
|
|
813
818
|
* FieldId: "STRING_VALUE", // required
|
|
814
819
|
* Column: "<ColumnIdentifier>", // required
|
|
@@ -4529,7 +4534,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4529
4534
|
* AxisName: "GROUP_BY" || "VALUE",
|
|
4530
4535
|
* Dimensions: "<DimensionFieldList>",
|
|
4531
4536
|
* Measures: "<MeasureFieldList>",
|
|
4532
|
-
* Unaggregated: [
|
|
4537
|
+
* Unaggregated: [ // UnaggregatedFieldList
|
|
4533
4538
|
* {
|
|
4534
4539
|
* FieldId: "STRING_VALUE", // required
|
|
4535
4540
|
* Column: "<ColumnIdentifier>", // required
|