@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
|
@@ -498,12 +498,13 @@ declare const CreateTemplateCommand_base: {
|
|
|
498
498
|
* ThousandsSeparator: { // ThousandSeparatorOptions
|
|
499
499
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
500
500
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
501
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
501
502
|
* },
|
|
502
503
|
* },
|
|
503
504
|
* DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
504
505
|
* DecimalPlaces: Number("long"), // required
|
|
505
506
|
* },
|
|
506
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
507
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
507
508
|
* NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
508
509
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
509
510
|
* },
|
|
@@ -519,13 +520,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
519
520
|
* ThousandsSeparator: {
|
|
520
521
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
521
522
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
523
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
522
524
|
* },
|
|
523
525
|
* },
|
|
524
526
|
* Symbol: "STRING_VALUE",
|
|
525
527
|
* DecimalPlacesConfiguration: {
|
|
526
528
|
* DecimalPlaces: Number("long"), // required
|
|
527
529
|
* },
|
|
528
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
530
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
529
531
|
* NegativeValueConfiguration: {
|
|
530
532
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
531
533
|
* },
|
|
@@ -541,6 +543,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
541
543
|
* ThousandsSeparator: {
|
|
542
544
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
543
545
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
546
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
544
547
|
* },
|
|
545
548
|
* },
|
|
546
549
|
* DecimalPlacesConfiguration: {
|
|
@@ -573,12 +576,13 @@ declare const CreateTemplateCommand_base: {
|
|
|
573
576
|
* ThousandsSeparator: {
|
|
574
577
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
575
578
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
579
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
576
580
|
* },
|
|
577
581
|
* },
|
|
578
582
|
* DecimalPlacesConfiguration: {
|
|
579
583
|
* DecimalPlaces: Number("long"), // required
|
|
580
584
|
* },
|
|
581
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
585
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
582
586
|
* NegativeValueConfiguration: {
|
|
583
587
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
584
588
|
* },
|
|
@@ -594,13 +598,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
594
598
|
* ThousandsSeparator: {
|
|
595
599
|
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
596
600
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
601
|
+
* GroupingStyle: "DEFAULT" || "LAKHS",
|
|
597
602
|
* },
|
|
598
603
|
* },
|
|
599
604
|
* Symbol: "STRING_VALUE",
|
|
600
605
|
* DecimalPlacesConfiguration: {
|
|
601
606
|
* DecimalPlaces: Number("long"), // required
|
|
602
607
|
* },
|
|
603
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
608
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
604
609
|
* NegativeValueConfiguration: {
|
|
605
610
|
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
606
611
|
* },
|
|
@@ -631,7 +636,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
631
636
|
* Suffix: "STRING_VALUE",
|
|
632
637
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
633
638
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
634
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
639
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
635
640
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
636
641
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
637
642
|
* },
|
|
@@ -641,7 +646,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
641
646
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
642
647
|
* Symbol: "STRING_VALUE",
|
|
643
648
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
644
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
649
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
645
650
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
646
651
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
647
652
|
* },
|
|
@@ -676,7 +681,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
676
681
|
* Suffix: "STRING_VALUE",
|
|
677
682
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
678
683
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
679
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
684
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
680
685
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
681
686
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
682
687
|
* },
|
|
@@ -686,7 +691,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
686
691
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
687
692
|
* Symbol: "STRING_VALUE",
|
|
688
693
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
689
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
694
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
690
695
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
691
696
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
692
697
|
* },
|
|
@@ -713,7 +718,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
713
718
|
* Suffix: "STRING_VALUE",
|
|
714
719
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
715
720
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
716
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
721
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
717
722
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
718
723
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
719
724
|
* },
|
|
@@ -723,7 +728,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
723
728
|
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
724
729
|
* Symbol: "STRING_VALUE",
|
|
725
730
|
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
726
|
-
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
731
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
727
732
|
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
728
733
|
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
729
734
|
* },
|
|
@@ -756,7 +761,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
756
761
|
* ],
|
|
757
762
|
* },
|
|
758
763
|
* TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
759
|
-
* Values: [ //
|
|
764
|
+
* Values: [ // TableUnaggregatedFieldList
|
|
760
765
|
* { // UnaggregatedField
|
|
761
766
|
* FieldId: "STRING_VALUE", // required
|
|
762
767
|
* Column: "<ColumnIdentifier>", // required
|
|
@@ -4479,7 +4484,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4479
4484
|
* AxisName: "GROUP_BY" || "VALUE",
|
|
4480
4485
|
* Dimensions: "<DimensionFieldList>",
|
|
4481
4486
|
* Measures: "<MeasureFieldList>",
|
|
4482
|
-
* Unaggregated: [
|
|
4487
|
+
* Unaggregated: [ // UnaggregatedFieldList
|
|
4483
4488
|
* {
|
|
4484
4489
|
* FieldId: "STRING_VALUE", // required
|
|
4485
4490
|
* Column: "<ColumnIdentifier>", // required
|
|
@@ -165,7 +165,7 @@ declare const CreateTopicCommand_base: {
|
|
|
165
165
|
* FractionDigits: Number("int"),
|
|
166
166
|
* Prefix: "STRING_VALUE",
|
|
167
167
|
* Suffix: "STRING_VALUE",
|
|
168
|
-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
168
|
+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
169
169
|
* NegativeFormat: { // NegativeFormat
|
|
170
170
|
* Prefix: "STRING_VALUE",
|
|
171
171
|
* Suffix: "STRING_VALUE",
|
|
@@ -207,7 +207,7 @@ declare const CreateTopicCommand_base: {
|
|
|
207
207
|
* FractionDigits: Number("int"),
|
|
208
208
|
* Prefix: "STRING_VALUE",
|
|
209
209
|
* Suffix: "STRING_VALUE",
|
|
210
|
-
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
210
|
+
* UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
211
211
|
* NegativeFormat: {
|
|
212
212
|
* Prefix: "STRING_VALUE",
|
|
213
213
|
* Suffix: "STRING_VALUE",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAnalysisRequest
|
|
3
|
+
import { DescribeAnalysisRequest } from "../models/models_3";
|
|
4
|
+
import { DescribeAnalysisResponse } from "../models/models_4";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -470,12 +470,13 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
470
470
|
* // ThousandsSeparator: { // ThousandSeparatorOptions
|
|
471
471
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
472
472
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
473
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
473
474
|
* // },
|
|
474
475
|
* // },
|
|
475
476
|
* // DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
476
477
|
* // DecimalPlaces: Number("long"), // required
|
|
477
478
|
* // },
|
|
478
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
479
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
479
480
|
* // NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
480
481
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
481
482
|
* // },
|
|
@@ -491,13 +492,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
491
492
|
* // ThousandsSeparator: {
|
|
492
493
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
493
494
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
495
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
494
496
|
* // },
|
|
495
497
|
* // },
|
|
496
498
|
* // Symbol: "STRING_VALUE",
|
|
497
499
|
* // DecimalPlacesConfiguration: {
|
|
498
500
|
* // DecimalPlaces: Number("long"), // required
|
|
499
501
|
* // },
|
|
500
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
502
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
501
503
|
* // NegativeValueConfiguration: {
|
|
502
504
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
503
505
|
* // },
|
|
@@ -513,6 +515,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
513
515
|
* // ThousandsSeparator: {
|
|
514
516
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
515
517
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
518
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
516
519
|
* // },
|
|
517
520
|
* // },
|
|
518
521
|
* // DecimalPlacesConfiguration: {
|
|
@@ -545,12 +548,13 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
545
548
|
* // ThousandsSeparator: {
|
|
546
549
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
547
550
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
551
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
548
552
|
* // },
|
|
549
553
|
* // },
|
|
550
554
|
* // DecimalPlacesConfiguration: {
|
|
551
555
|
* // DecimalPlaces: Number("long"), // required
|
|
552
556
|
* // },
|
|
553
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
557
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
554
558
|
* // NegativeValueConfiguration: {
|
|
555
559
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
556
560
|
* // },
|
|
@@ -566,13 +570,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
566
570
|
* // ThousandsSeparator: {
|
|
567
571
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
568
572
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
573
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
569
574
|
* // },
|
|
570
575
|
* // },
|
|
571
576
|
* // Symbol: "STRING_VALUE",
|
|
572
577
|
* // DecimalPlacesConfiguration: {
|
|
573
578
|
* // DecimalPlaces: Number("long"), // required
|
|
574
579
|
* // },
|
|
575
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
580
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
576
581
|
* // NegativeValueConfiguration: {
|
|
577
582
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
578
583
|
* // },
|
|
@@ -603,7 +608,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
603
608
|
* // Suffix: "STRING_VALUE",
|
|
604
609
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
605
610
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
606
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
611
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
607
612
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
608
613
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
609
614
|
* // },
|
|
@@ -613,7 +618,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
613
618
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
614
619
|
* // Symbol: "STRING_VALUE",
|
|
615
620
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
616
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
621
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
617
622
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
618
623
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
619
624
|
* // },
|
|
@@ -648,7 +653,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
648
653
|
* // Suffix: "STRING_VALUE",
|
|
649
654
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
650
655
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
651
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
656
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
652
657
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
653
658
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
654
659
|
* // },
|
|
@@ -658,7 +663,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
658
663
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
659
664
|
* // Symbol: "STRING_VALUE",
|
|
660
665
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
661
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
666
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
662
667
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
663
668
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
664
669
|
* // },
|
|
@@ -685,7 +690,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
685
690
|
* // Suffix: "STRING_VALUE",
|
|
686
691
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
687
692
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
688
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
693
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
689
694
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
690
695
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
691
696
|
* // },
|
|
@@ -695,7 +700,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
695
700
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
696
701
|
* // Symbol: "STRING_VALUE",
|
|
697
702
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
698
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
703
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
699
704
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
700
705
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
701
706
|
* // },
|
|
@@ -728,7 +733,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
728
733
|
* // ],
|
|
729
734
|
* // },
|
|
730
735
|
* // TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
731
|
-
* // Values: [ //
|
|
736
|
+
* // Values: [ // TableUnaggregatedFieldList
|
|
732
737
|
* // { // UnaggregatedField
|
|
733
738
|
* // FieldId: "STRING_VALUE", // required
|
|
734
739
|
* // Column: "<ColumnIdentifier>", // required
|
|
@@ -4451,7 +4456,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4451
4456
|
* // AxisName: "GROUP_BY" || "VALUE",
|
|
4452
4457
|
* // Dimensions: "<DimensionFieldList>",
|
|
4453
4458
|
* // Measures: "<MeasureFieldList>",
|
|
4454
|
-
* // Unaggregated: [
|
|
4459
|
+
* // Unaggregated: [ // UnaggregatedFieldList
|
|
4455
4460
|
* // {
|
|
4456
4461
|
* // FieldId: "STRING_VALUE", // required
|
|
4457
4462
|
* // Column: "<ColumnIdentifier>", // required
|
|
@@ -472,12 +472,13 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
472
472
|
* // ThousandsSeparator: { // ThousandSeparatorOptions
|
|
473
473
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
474
474
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
475
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
475
476
|
* // },
|
|
476
477
|
* // },
|
|
477
478
|
* // DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
478
479
|
* // DecimalPlaces: Number("long"), // required
|
|
479
480
|
* // },
|
|
480
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
481
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
481
482
|
* // NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
482
483
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
483
484
|
* // },
|
|
@@ -493,13 +494,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
493
494
|
* // ThousandsSeparator: {
|
|
494
495
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
495
496
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
497
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
496
498
|
* // },
|
|
497
499
|
* // },
|
|
498
500
|
* // Symbol: "STRING_VALUE",
|
|
499
501
|
* // DecimalPlacesConfiguration: {
|
|
500
502
|
* // DecimalPlaces: Number("long"), // required
|
|
501
503
|
* // },
|
|
502
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
504
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
503
505
|
* // NegativeValueConfiguration: {
|
|
504
506
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
505
507
|
* // },
|
|
@@ -515,6 +517,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
515
517
|
* // ThousandsSeparator: {
|
|
516
518
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
517
519
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
520
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
518
521
|
* // },
|
|
519
522
|
* // },
|
|
520
523
|
* // DecimalPlacesConfiguration: {
|
|
@@ -547,12 +550,13 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
547
550
|
* // ThousandsSeparator: {
|
|
548
551
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
549
552
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
553
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
550
554
|
* // },
|
|
551
555
|
* // },
|
|
552
556
|
* // DecimalPlacesConfiguration: {
|
|
553
557
|
* // DecimalPlaces: Number("long"), // required
|
|
554
558
|
* // },
|
|
555
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
559
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
556
560
|
* // NegativeValueConfiguration: {
|
|
557
561
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
558
562
|
* // },
|
|
@@ -568,13 +572,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
568
572
|
* // ThousandsSeparator: {
|
|
569
573
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
570
574
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
575
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
571
576
|
* // },
|
|
572
577
|
* // },
|
|
573
578
|
* // Symbol: "STRING_VALUE",
|
|
574
579
|
* // DecimalPlacesConfiguration: {
|
|
575
580
|
* // DecimalPlaces: Number("long"), // required
|
|
576
581
|
* // },
|
|
577
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
582
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
578
583
|
* // NegativeValueConfiguration: {
|
|
579
584
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
580
585
|
* // },
|
|
@@ -605,7 +610,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
605
610
|
* // Suffix: "STRING_VALUE",
|
|
606
611
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
607
612
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
608
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
613
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
609
614
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
610
615
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
611
616
|
* // },
|
|
@@ -615,7 +620,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
615
620
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
616
621
|
* // Symbol: "STRING_VALUE",
|
|
617
622
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
618
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
623
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
619
624
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
620
625
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
621
626
|
* // },
|
|
@@ -650,7 +655,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
650
655
|
* // Suffix: "STRING_VALUE",
|
|
651
656
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
652
657
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
653
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
658
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
654
659
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
655
660
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
656
661
|
* // },
|
|
@@ -660,7 +665,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
660
665
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
661
666
|
* // Symbol: "STRING_VALUE",
|
|
662
667
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
663
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
668
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
664
669
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
665
670
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
666
671
|
* // },
|
|
@@ -687,7 +692,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
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 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
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
|
* // },
|
|
@@ -730,7 +735,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
730
735
|
* // ],
|
|
731
736
|
* // },
|
|
732
737
|
* // TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
733
|
-
* // Values: [ //
|
|
738
|
+
* // Values: [ // TableUnaggregatedFieldList
|
|
734
739
|
* // { // UnaggregatedField
|
|
735
740
|
* // FieldId: "STRING_VALUE", // required
|
|
736
741
|
* // Column: "<ColumnIdentifier>", // required
|
|
@@ -4453,7 +4458,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4453
4458
|
* // AxisName: "GROUP_BY" || "VALUE",
|
|
4454
4459
|
* // Dimensions: "<DimensionFieldList>",
|
|
4455
4460
|
* // Measures: "<MeasureFieldList>",
|
|
4456
|
-
* // Unaggregated: [
|
|
4461
|
+
* // Unaggregated: [ // UnaggregatedFieldList
|
|
4457
4462
|
* // {
|
|
4458
4463
|
* // FieldId: "STRING_VALUE", // required
|
|
4459
4464
|
* // Column: "<ColumnIdentifier>", // required
|
|
@@ -490,12 +490,13 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
490
490
|
* // ThousandsSeparator: { // ThousandSeparatorOptions
|
|
491
491
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
492
492
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
493
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
493
494
|
* // },
|
|
494
495
|
* // },
|
|
495
496
|
* // DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
496
497
|
* // DecimalPlaces: Number("long"), // required
|
|
497
498
|
* // },
|
|
498
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
499
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
499
500
|
* // NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
500
501
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
501
502
|
* // },
|
|
@@ -511,13 +512,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
511
512
|
* // ThousandsSeparator: {
|
|
512
513
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
513
514
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
515
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
514
516
|
* // },
|
|
515
517
|
* // },
|
|
516
518
|
* // Symbol: "STRING_VALUE",
|
|
517
519
|
* // DecimalPlacesConfiguration: {
|
|
518
520
|
* // DecimalPlaces: Number("long"), // required
|
|
519
521
|
* // },
|
|
520
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
522
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
521
523
|
* // NegativeValueConfiguration: {
|
|
522
524
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
523
525
|
* // },
|
|
@@ -533,6 +535,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
533
535
|
* // ThousandsSeparator: {
|
|
534
536
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
535
537
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
538
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
536
539
|
* // },
|
|
537
540
|
* // },
|
|
538
541
|
* // DecimalPlacesConfiguration: {
|
|
@@ -565,12 +568,13 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
565
568
|
* // ThousandsSeparator: {
|
|
566
569
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
567
570
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
571
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
568
572
|
* // },
|
|
569
573
|
* // },
|
|
570
574
|
* // DecimalPlacesConfiguration: {
|
|
571
575
|
* // DecimalPlaces: Number("long"), // required
|
|
572
576
|
* // },
|
|
573
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
577
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
574
578
|
* // NegativeValueConfiguration: {
|
|
575
579
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
576
580
|
* // },
|
|
@@ -586,13 +590,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
586
590
|
* // ThousandsSeparator: {
|
|
587
591
|
* // Symbol: "COMMA" || "DOT" || "SPACE",
|
|
588
592
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
593
|
+
* // GroupingStyle: "DEFAULT" || "LAKHS",
|
|
589
594
|
* // },
|
|
590
595
|
* // },
|
|
591
596
|
* // Symbol: "STRING_VALUE",
|
|
592
597
|
* // DecimalPlacesConfiguration: {
|
|
593
598
|
* // DecimalPlaces: Number("long"), // required
|
|
594
599
|
* // },
|
|
595
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
600
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
596
601
|
* // NegativeValueConfiguration: {
|
|
597
602
|
* // DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
598
603
|
* // },
|
|
@@ -623,7 +628,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
623
628
|
* // Suffix: "STRING_VALUE",
|
|
624
629
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
625
630
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
626
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
631
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
627
632
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
628
633
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
629
634
|
* // },
|
|
@@ -633,7 +638,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
633
638
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
634
639
|
* // Symbol: "STRING_VALUE",
|
|
635
640
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
636
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
641
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
637
642
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
638
643
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
639
644
|
* // },
|
|
@@ -668,7 +673,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
668
673
|
* // Suffix: "STRING_VALUE",
|
|
669
674
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
670
675
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
671
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
676
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
672
677
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
673
678
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
674
679
|
* // },
|
|
@@ -678,7 +683,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
678
683
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
679
684
|
* // Symbol: "STRING_VALUE",
|
|
680
685
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
681
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
686
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
682
687
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
683
688
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
684
689
|
* // },
|
|
@@ -705,7 +710,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
705
710
|
* // Suffix: "STRING_VALUE",
|
|
706
711
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
707
712
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
708
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
713
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
709
714
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
710
715
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
711
716
|
* // },
|
|
@@ -715,7 +720,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
715
720
|
* // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
716
721
|
* // Symbol: "STRING_VALUE",
|
|
717
722
|
* // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
718
|
-
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
723
|
+
* // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS" || "LAKHS" || "CRORES",
|
|
719
724
|
* // NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
720
725
|
* // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
721
726
|
* // },
|
|
@@ -748,7 +753,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
748
753
|
* // ],
|
|
749
754
|
* // },
|
|
750
755
|
* // TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
751
|
-
* // Values: [ //
|
|
756
|
+
* // Values: [ // TableUnaggregatedFieldList
|
|
752
757
|
* // { // UnaggregatedField
|
|
753
758
|
* // FieldId: "STRING_VALUE", // required
|
|
754
759
|
* // Column: "<ColumnIdentifier>", // required
|
|
@@ -4471,7 +4476,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4471
4476
|
* // AxisName: "GROUP_BY" || "VALUE",
|
|
4472
4477
|
* // Dimensions: "<DimensionFieldList>",
|
|
4473
4478
|
* // Measures: "<MeasureFieldList>",
|
|
4474
|
-
* // Unaggregated: [
|
|
4479
|
+
* // Unaggregated: [ // UnaggregatedFieldList
|
|
4475
4480
|
* // {
|
|
4476
4481
|
* // FieldId: "STRING_VALUE", // required
|
|
4477
4482
|
* // Column: "<ColumnIdentifier>", // required
|