@@ -509,12 +509,13 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
509
509
* ThousandsSeparator: { // ThousandSeparatorOptions
510
510
* Symbol: "COMMA" || "DOT" || "SPACE",
511
511
* Visibility: "HIDDEN" || "VISIBLE",
512
+ * GroupingStyle: "DEFAULT" || "LAKHS",
512
513
* },
513
514
* },
514
515
* DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
515
516
* DecimalPlaces: Number("long"), // required
516
517
* },
517
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
518
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
518
519
* NegativeValueConfiguration: { // NegativeValueConfiguration
519
520
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
520
521
* },
@@ -530,13 +531,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
530
531
* ThousandsSeparator: {
531
532
* Symbol: "COMMA" || "DOT" || "SPACE",
532
533
* Visibility: "HIDDEN" || "VISIBLE",
534
+ * GroupingStyle: "DEFAULT" || "LAKHS",
533
535
* },
534
536
* },
535
537
* Symbol: "STRING_VALUE",
536
538
* DecimalPlacesConfiguration: {
537
539
* DecimalPlaces: Number("long"), // required
538
540
* },
539
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
541
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
540
542
* NegativeValueConfiguration: {
541
543
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
542
544
* },
@@ -552,6 +554,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
552
554
* ThousandsSeparator: {
553
555
* Symbol: "COMMA" || "DOT" || "SPACE",
554
556
* Visibility: "HIDDEN" || "VISIBLE",
557
+ * GroupingStyle: "DEFAULT" || "LAKHS",
555
558
* },
556
559
* },
557
560
* DecimalPlacesConfiguration: {
@@ -584,12 +587,13 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
584
587
* ThousandsSeparator: {
585
588
* Symbol: "COMMA" || "DOT" || "SPACE",
586
589
* Visibility: "HIDDEN" || "VISIBLE",
590
+ * GroupingStyle: "DEFAULT" || "LAKHS",
587
591
* },
588
592
* },
589
593
* DecimalPlacesConfiguration: {
590
594
* DecimalPlaces: Number("long"), // required
591
595
* },
592
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
596
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
593
597
* NegativeValueConfiguration: {
594
598
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
595
599
* },
@@ -605,13 +609,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
605
609
* ThousandsSeparator: {
606
610
* Symbol: "COMMA" || "DOT" || "SPACE",
607
611
* Visibility: "HIDDEN" || "VISIBLE",
612
+ * GroupingStyle: "DEFAULT" || "LAKHS",
608
613
* },
609
614
* },
610
615
* Symbol: "STRING_VALUE",
611
616
* DecimalPlacesConfiguration: {
612
617
* DecimalPlaces: Number("long"), // required
613
618
* },
614
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
619
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
615
620
* NegativeValueConfiguration: {
616
621
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
617
622
* },
@@ -642,7 +647,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
642
647
* Suffix: "STRING_VALUE",
643
648
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
644
649
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
645
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
650
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
646
651
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
647
652
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
648
653
* },
@@ -652,7 +657,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
652
657
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
653
658
* Symbol: "STRING_VALUE",
654
659
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
655
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
660
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
656
661
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
657
662
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
658
663
* },
@@ -687,7 +692,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
687
692
* Suffix: "STRING_VALUE",
688
693
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
689
694
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
690
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
695
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
691
696
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
692
697
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
693
698
* },
@@ -697,7 +702,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
697
702
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
698
703
* Symbol: "STRING_VALUE",
699
704
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
700
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
705
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
701
706
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
702
707
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
703
708
* },
@@ -724,7 +729,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
724
729
* Suffix: "STRING_VALUE",
725
730
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
726
731
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
727
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
732
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
728
733
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
729
734
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
730
735
* },
@@ -734,7 +739,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
734
739
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
735
740
* Symbol: "STRING_VALUE",
736
741
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
737
- * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
742
+ * NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES" ,
738
743
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
739
744
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
740
745
* },
@@ -767,7 +772,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
767
772
* ],
768
773
* },
769
774
* TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
770
- * Values: [ // UnaggregatedFieldList
775
+ * Values: [ // TableUnaggregatedFieldList
771
776
* { // UnaggregatedField
772
777
* FieldId: "STRING_VALUE", // required
773
778
* Column: "<ColumnIdentifier>", // required
@@ -4490,7 +4495,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4490
4495
* AxisName: "GROUP_BY" || "VALUE",
4491
4496
* Dimensions: "<DimensionFieldList>",
4492
4497
* Measures: "<MeasureFieldList>",
4493
- * Unaggregated: [
4498
+ * Unaggregated: [ // UnaggregatedFieldList
4494
4499
* {
4495
4500
* FieldId: "STRING_VALUE", // required
4496
4501
* Column: "<ColumnIdentifier>", // required
0 commit comments