Skip to content

Commit a009440

Browse files
author
awstools
committed
feat(client-quicksight): Added DigitGroupingStyle in ThousandsSeparator to allow grouping by LAKH( Indian Grouping system ) currency. Support LAKH and CRORE currency types in Column Formatting.
1 parent 0a9cbdd commit a009440

24 files changed

+354
-239
lines changed

clients/client-quicksight/src/commands/BatchCreateTopicReviewedAnswerCommand.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export interface BatchCreateTopicReviewedAnswerCommandOutput
9393
* FractionDigits: Number("int"),
9494
* Prefix: "STRING_VALUE",
9595
* Suffix: "STRING_VALUE",
96-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
96+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
9797
* NegativeFormat: { // NegativeFormat
9898
* Prefix: "STRING_VALUE",
9999
* Suffix: "STRING_VALUE",
@@ -128,7 +128,7 @@ export interface BatchCreateTopicReviewedAnswerCommandOutput
128128
* FractionDigits: Number("int"),
129129
* Prefix: "STRING_VALUE",
130130
* Suffix: "STRING_VALUE",
131-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
131+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
132132
* NegativeFormat: {
133133
* Prefix: "STRING_VALUE",
134134
* Suffix: "STRING_VALUE",
@@ -367,7 +367,7 @@ export interface BatchCreateTopicReviewedAnswerCommandOutput
367367
* FractionDigits: Number("int"),
368368
* Prefix: "STRING_VALUE",
369369
* Suffix: "STRING_VALUE",
370-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
370+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
371371
* NegativeFormat: {
372372
* Prefix: "STRING_VALUE",
373373
* Suffix: "STRING_VALUE",
@@ -395,7 +395,7 @@ export interface BatchCreateTopicReviewedAnswerCommandOutput
395395
* FractionDigits: Number("int"),
396396
* Prefix: "STRING_VALUE",
397397
* Suffix: "STRING_VALUE",
398-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
398+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
399399
* NegativeFormat: {
400400
* Prefix: "STRING_VALUE",
401401
* Suffix: "STRING_VALUE",

clients/client-quicksight/src/commands/CreateAnalysisCommand.ts

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,13 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
509509
* ThousandsSeparator: { // ThousandSeparatorOptions
510510
* Symbol: "COMMA" || "DOT" || "SPACE",
511511
* Visibility: "HIDDEN" || "VISIBLE",
512+
* GroupingStyle: "DEFAULT" || "LAKHS",
512513
* },
513514
* },
514515
* DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
515516
* DecimalPlaces: Number("long"), // required
516517
* },
517-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
518+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
518519
* NegativeValueConfiguration: { // NegativeValueConfiguration
519520
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
520521
* },
@@ -530,13 +531,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
530531
* ThousandsSeparator: {
531532
* Symbol: "COMMA" || "DOT" || "SPACE",
532533
* Visibility: "HIDDEN" || "VISIBLE",
534+
* GroupingStyle: "DEFAULT" || "LAKHS",
533535
* },
534536
* },
535537
* Symbol: "STRING_VALUE",
536538
* DecimalPlacesConfiguration: {
537539
* DecimalPlaces: Number("long"), // required
538540
* },
539-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
541+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
540542
* NegativeValueConfiguration: {
541543
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
542544
* },
@@ -552,6 +554,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
552554
* ThousandsSeparator: {
553555
* Symbol: "COMMA" || "DOT" || "SPACE",
554556
* Visibility: "HIDDEN" || "VISIBLE",
557+
* GroupingStyle: "DEFAULT" || "LAKHS",
555558
* },
556559
* },
557560
* DecimalPlacesConfiguration: {
@@ -584,12 +587,13 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
584587
* ThousandsSeparator: {
585588
* Symbol: "COMMA" || "DOT" || "SPACE",
586589
* Visibility: "HIDDEN" || "VISIBLE",
590+
* GroupingStyle: "DEFAULT" || "LAKHS",
587591
* },
588592
* },
589593
* DecimalPlacesConfiguration: {
590594
* DecimalPlaces: Number("long"), // required
591595
* },
592-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
596+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
593597
* NegativeValueConfiguration: {
594598
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
595599
* },
@@ -605,13 +609,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
605609
* ThousandsSeparator: {
606610
* Symbol: "COMMA" || "DOT" || "SPACE",
607611
* Visibility: "HIDDEN" || "VISIBLE",
612+
* GroupingStyle: "DEFAULT" || "LAKHS",
608613
* },
609614
* },
610615
* Symbol: "STRING_VALUE",
611616
* DecimalPlacesConfiguration: {
612617
* DecimalPlaces: Number("long"), // required
613618
* },
614-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
619+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
615620
* NegativeValueConfiguration: {
616621
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
617622
* },
@@ -642,7 +647,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
642647
* Suffix: "STRING_VALUE",
643648
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
644649
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
645-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
650+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
646651
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
647652
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
648653
* },
@@ -652,7 +657,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
652657
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
653658
* Symbol: "STRING_VALUE",
654659
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
655-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
660+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
656661
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
657662
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
658663
* },
@@ -687,7 +692,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
687692
* Suffix: "STRING_VALUE",
688693
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
689694
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
690-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
695+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
691696
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
692697
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
693698
* },
@@ -697,7 +702,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
697702
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
698703
* Symbol: "STRING_VALUE",
699704
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
700-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
705+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
701706
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
702707
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
703708
* },
@@ -724,7 +729,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
724729
* Suffix: "STRING_VALUE",
725730
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
726731
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
727-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
732+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
728733
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
729734
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
730735
* },
@@ -734,7 +739,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
734739
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
735740
* Symbol: "STRING_VALUE",
736741
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
737-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
742+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
738743
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
739744
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
740745
* },
@@ -767,7 +772,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
767772
* ],
768773
* },
769774
* TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
770-
* Values: [ // UnaggregatedFieldList
775+
* Values: [ // TableUnaggregatedFieldList
771776
* { // UnaggregatedField
772777
* FieldId: "STRING_VALUE", // required
773778
* Column: "<ColumnIdentifier>", // required
@@ -4490,7 +4495,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
44904495
* AxisName: "GROUP_BY" || "VALUE",
44914496
* Dimensions: "<DimensionFieldList>",
44924497
* Measures: "<MeasureFieldList>",
4493-
* Unaggregated: [
4498+
* Unaggregated: [ // UnaggregatedFieldList
44944499
* {
44954500
* FieldId: "STRING_VALUE", // required
44964501
* Column: "<ColumnIdentifier>", // required

0 commit comments

Comments
 (0)