@aws-sdk/client-quicksight 3.509.0 → 3.511.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.
Files changed (28) hide show
  1. package/dist-cjs/index.js +68 -24
  2. package/dist-es/models/models_2.js +0 -19
  3. package/dist-es/models/models_3.js +20 -1
  4. package/dist-es/protocols/Aws_restJson1.js +44 -0
  5. package/dist-types/commands/CreateAnalysisCommand.d.ts +64 -0
  6. package/dist-types/commands/CreateDashboardCommand.d.ts +62 -0
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +64 -0
  8. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +64 -0
  9. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +65 -3
  10. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +64 -0
  11. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +1 -1
  12. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +1 -1
  13. package/dist-types/commands/UpdateAnalysisCommand.d.ts +64 -0
  14. package/dist-types/commands/UpdateDashboardCommand.d.ts +62 -0
  15. package/dist-types/commands/UpdateTemplateCommand.d.ts +64 -0
  16. package/dist-types/models/models_0.d.ts +43 -54
  17. package/dist-types/models/models_1.d.ts +197 -93
  18. package/dist-types/models/models_2.d.ts +94 -264
  19. package/dist-types/models/models_3.d.ts +249 -88
  20. package/dist-types/models/models_4.d.ts +94 -4
  21. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +11 -13
  24. package/dist-types/ts3.4/models/models_1.d.ts +47 -25
  25. package/dist-types/ts3.4/models/models_2.d.ts +24 -68
  26. package/dist-types/ts3.4/models/models_3.d.ts +67 -31
  27. package/dist-types/ts3.4/models/models_4.d.ts +24 -5
  28. package/package.json +14 -14
@@ -1,7 +1,99 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, TimeGranularity } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSourceEntity, AnonymousUserDashboardEmbeddingConfiguration, DataSetReference, SheetDefinition } from "./models_1";
2
+ import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, TimeGranularity, VisualMenuOption } from "./models_0";
3
+ import { AnalysisDefinition, SheetDefinition } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * @public
7
+ * <p>Dataset reference.</p>
8
+ */
9
+ export interface DataSetReference {
10
+ /**
11
+ * @public
12
+ * <p>Dataset placeholder.</p>
13
+ */
14
+ DataSetPlaceholder: string | undefined;
15
+ /**
16
+ * @public
17
+ * <p>Dataset Amazon Resource Name (ARN).</p>
18
+ */
19
+ DataSetArn: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ * <p>The source template of an analysis.</p>
24
+ */
25
+ export interface AnalysisSourceTemplate {
26
+ /**
27
+ * @public
28
+ * <p>The dataset references of the source template of an analysis.</p>
29
+ */
30
+ DataSetReferences: DataSetReference[] | undefined;
31
+ /**
32
+ * @public
33
+ * <p>The Amazon Resource Name (ARN) of the source template of an analysis.</p>
34
+ */
35
+ Arn: string | undefined;
36
+ }
37
+ /**
38
+ * @public
39
+ * <p>The source entity of an analysis.</p>
40
+ */
41
+ export interface AnalysisSourceEntity {
42
+ /**
43
+ * @public
44
+ * <p>The source template for the source entity of the analysis.</p>
45
+ */
46
+ SourceTemplate?: AnalysisSourceTemplate;
47
+ }
48
+ /**
49
+ * @public
50
+ * <p>The summary metadata that describes an analysis.</p>
51
+ */
52
+ export interface AnalysisSummary {
53
+ /**
54
+ * @public
55
+ * <p>The Amazon Resource Name (ARN) for the analysis.</p>
56
+ */
57
+ Arn?: string;
58
+ /**
59
+ * @public
60
+ * <p>The ID of the analysis. This ID displays in the URL.</p>
61
+ */
62
+ AnalysisId?: string;
63
+ /**
64
+ * @public
65
+ * <p>The name of the analysis. This name is displayed in the Amazon QuickSight console.
66
+ * </p>
67
+ */
68
+ Name?: string;
69
+ /**
70
+ * @public
71
+ * <p>The last known status for the analysis.</p>
72
+ */
73
+ Status?: ResourceStatus;
74
+ /**
75
+ * @public
76
+ * <p>The time that the analysis was created.</p>
77
+ */
78
+ CreatedTime?: Date;
79
+ /**
80
+ * @public
81
+ * <p>The time that the analysis was last updated.</p>
82
+ */
83
+ LastUpdatedTime?: Date;
84
+ }
85
+ /**
86
+ * @public
87
+ * <p>Information about the dashboard that you want to embed.</p>
88
+ */
89
+ export interface AnonymousUserDashboardEmbeddingConfiguration {
90
+ /**
91
+ * @public
92
+ * <p>The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.</p>
93
+ * <p>The Amazon Resource Name (ARN) of this dashboard must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>
94
+ */
95
+ InitialDashboardId: string | undefined;
96
+ }
5
97
  /**
6
98
  * @public
7
99
  * <p>A structure that contains the following elements:</p>
@@ -4148,17 +4240,6 @@ export interface VisualAxisSortOption {
4148
4240
  */
4149
4241
  AvailabilityStatus?: DashboardBehavior;
4150
4242
  }
4151
- /**
4152
- * @public
4153
- * <p>The menu options for a visual.</p>
4154
- */
4155
- export interface VisualMenuOption {
4156
- /**
4157
- * @public
4158
- * <p>The availaiblity status of a visual's menu options.</p>
4159
- */
4160
- AvailabilityStatus?: DashboardBehavior;
4161
- }
4162
4243
  /**
4163
4244
  * @public
4164
4245
  * <p>Determines if hidden fields are included in an exported dashboard.</p>
@@ -7538,249 +7619,6 @@ export interface SemanticType {
7538
7619
  */
7539
7620
  FalseyCellValueSynonyms?: string[];
7540
7621
  }
7541
- /**
7542
- * @public
7543
- * @enum
7544
- */
7545
- export declare const TopicTimeGranularity: {
7546
- readonly DAY: "DAY";
7547
- readonly HOUR: "HOUR";
7548
- readonly MINUTE: "MINUTE";
7549
- readonly MONTH: "MONTH";
7550
- readonly QUARTER: "QUARTER";
7551
- readonly SECOND: "SECOND";
7552
- readonly WEEK: "WEEK";
7553
- readonly YEAR: "YEAR";
7554
- };
7555
- /**
7556
- * @public
7557
- */
7558
- export type TopicTimeGranularity = (typeof TopicTimeGranularity)[keyof typeof TopicTimeGranularity];
7559
- /**
7560
- * @public
7561
- * <p>A structure that represents a calculated field.</p>
7562
- */
7563
- export interface TopicCalculatedField {
7564
- /**
7565
- * @public
7566
- * <p>The calculated field name.</p>
7567
- */
7568
- CalculatedFieldName: string | undefined;
7569
- /**
7570
- * @public
7571
- * <p>The calculated field description.</p>
7572
- */
7573
- CalculatedFieldDescription?: string;
7574
- /**
7575
- * @public
7576
- * <p>The calculated field expression.</p>
7577
- */
7578
- Expression: string | undefined;
7579
- /**
7580
- * @public
7581
- * <p>The other names or aliases for the calculated field.</p>
7582
- */
7583
- CalculatedFieldSynonyms?: string[];
7584
- /**
7585
- * @public
7586
- * <p>A boolean value that indicates if a calculated field is included in the topic.</p>
7587
- */
7588
- IsIncludedInTopic?: boolean;
7589
- /**
7590
- * @public
7591
- * <p>A Boolean value that indicates if a calculated field is visible in the autocomplete.</p>
7592
- */
7593
- DisableIndexing?: boolean;
7594
- /**
7595
- * @public
7596
- * <p>The column data role for a calculated field. Valid values for this structure are <code>DIMENSION</code> and <code>MEASURE</code>.</p>
7597
- */
7598
- ColumnDataRole?: ColumnDataRole;
7599
- /**
7600
- * @public
7601
- * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
7602
- */
7603
- TimeGranularity?: TopicTimeGranularity;
7604
- /**
7605
- * @public
7606
- * <p>The default formatting definition.</p>
7607
- */
7608
- DefaultFormatting?: DefaultFormatting;
7609
- /**
7610
- * @public
7611
- * <p>The default aggregation. Valid values for this structure are <code>SUM</code>,
7612
- * <code>MAX</code>, <code>MIN</code>, <code>COUNT</code>,
7613
- * <code>DISTINCT_COUNT</code>,
7614
- * and <code>AVERAGE</code>.</p>
7615
- */
7616
- Aggregation?: DefaultAggregation;
7617
- /**
7618
- * @public
7619
- * <p>The order in which data is displayed for the calculated field when
7620
- * it's used in a comparative context.</p>
7621
- */
7622
- ComparativeOrder?: ComparativeOrder;
7623
- /**
7624
- * @public
7625
- * <p>The semantic type.</p>
7626
- */
7627
- SemanticType?: SemanticType;
7628
- /**
7629
- * @public
7630
- * <p>The list of aggregation types that are allowed for the calculated field. Valid values
7631
- * for this structure are <code>COUNT</code>, <code>DISTINCT_COUNT</code>, <code>MIN</code>,
7632
- * <code>MAX</code>, <code>MEDIAN</code>, <code>SUM</code>, <code>AVERAGE</code>,
7633
- * <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
7634
- * <code>VARP</code>, and <code>PERCENTILE</code>.</p>
7635
- */
7636
- AllowedAggregations?: AuthorSpecifiedAggregation[];
7637
- /**
7638
- * @public
7639
- * <p>The list of aggregation types that are not allowed for the calculated field. Valid
7640
- * values for this structure are <code>COUNT</code>, <code>DISTINCT_COUNT</code>,
7641
- * <code>MIN</code>, <code>MAX</code>, <code>MEDIAN</code>, <code>SUM</code>,
7642
- * <code>AVERAGE</code>, <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
7643
- * <code>VARP</code>, and <code>PERCENTILE</code>.</p>
7644
- */
7645
- NotAllowedAggregations?: AuthorSpecifiedAggregation[];
7646
- /**
7647
- * @public
7648
- * <p>A Boolean value that indicates whether to never aggregate calculated field in filters.</p>
7649
- */
7650
- NeverAggregateInFilter?: boolean;
7651
- /**
7652
- * @public
7653
- * <p>The other
7654
- * names or aliases for the calculated field cell value.</p>
7655
- */
7656
- CellValueSynonyms?: CellValueSynonym[];
7657
- /**
7658
- * @public
7659
- * <p>The non additive for the table style target.</p>
7660
- */
7661
- NonAdditive?: boolean;
7662
- }
7663
- /**
7664
- * @public
7665
- * <p>Represents a column in a dataset.</p>
7666
- */
7667
- export interface TopicColumn {
7668
- /**
7669
- * @public
7670
- * <p>The name of the column.</p>
7671
- */
7672
- ColumnName: string | undefined;
7673
- /**
7674
- * @public
7675
- * <p>A user-friendly name for the column.</p>
7676
- */
7677
- ColumnFriendlyName?: string;
7678
- /**
7679
- * @public
7680
- * <p>A description of the column and its contents.</p>
7681
- */
7682
- ColumnDescription?: string;
7683
- /**
7684
- * @public
7685
- * <p>The other names or aliases for the column.</p>
7686
- */
7687
- ColumnSynonyms?: string[];
7688
- /**
7689
- * @public
7690
- * <p>The role of the column in the data. Valid values are <code>DIMENSION</code> and <code>MEASURE</code>.</p>
7691
- */
7692
- ColumnDataRole?: ColumnDataRole;
7693
- /**
7694
- * @public
7695
- * <p>The type of aggregation that is performed on the column data when
7696
- * it's queried.</p>
7697
- */
7698
- Aggregation?: DefaultAggregation;
7699
- /**
7700
- * @public
7701
- * <p>A Boolean value that indicates whether the column is included in the query results.</p>
7702
- */
7703
- IsIncludedInTopic?: boolean;
7704
- /**
7705
- * @public
7706
- * <p>A Boolean value that indicates whether the column shows in the autocomplete functionality.</p>
7707
- */
7708
- DisableIndexing?: boolean;
7709
- /**
7710
- * @public
7711
- * <p>The order in which data is displayed for the column when
7712
- * it's used in a comparative context.</p>
7713
- */
7714
- ComparativeOrder?: ComparativeOrder;
7715
- /**
7716
- * @public
7717
- * <p>The semantic type of data contained in the column.</p>
7718
- */
7719
- SemanticType?: SemanticType;
7720
- /**
7721
- * @public
7722
- * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
7723
- */
7724
- TimeGranularity?: TopicTimeGranularity;
7725
- /**
7726
- * @public
7727
- * <p>The list of aggregation types that are allowed for the column. Valid values for this
7728
- * structure are <code>COUNT</code>, <code>DISTINCT_COUNT</code>, <code>MIN</code>,
7729
- * <code>MAX</code>, <code>MEDIAN</code>, <code>SUM</code>, <code>AVERAGE</code>,
7730
- * <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
7731
- * <code>VARP</code>,
7732
- * and <code>PERCENTILE</code>.</p>
7733
- */
7734
- AllowedAggregations?: AuthorSpecifiedAggregation[];
7735
- /**
7736
- * @public
7737
- * <p>The list of aggregation types that are not allowed for the column. Valid values for this
7738
- * structure are <code>COUNT</code>, <code>DISTINCT_COUNT</code>, <code>MIN</code>,
7739
- * <code>MAX</code>, <code>MEDIAN</code>, <code>SUM</code>, <code>AVERAGE</code>,
7740
- * <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
7741
- * <code>VARP</code>,
7742
- * and <code>PERCENTILE</code>.</p>
7743
- */
7744
- NotAllowedAggregations?: AuthorSpecifiedAggregation[];
7745
- /**
7746
- * @public
7747
- * <p>The default formatting used for values in the column.</p>
7748
- */
7749
- DefaultFormatting?: DefaultFormatting;
7750
- /**
7751
- * @public
7752
- * <p>A Boolean
7753
- * value that indicates whether to aggregate the column data when
7754
- * it's used in a filter context.</p>
7755
- */
7756
- NeverAggregateInFilter?: boolean;
7757
- /**
7758
- * @public
7759
- * <p>The other names or aliases for the column cell value.</p>
7760
- */
7761
- CellValueSynonyms?: CellValueSynonym[];
7762
- /**
7763
- * @public
7764
- * <p>The non additive value for the column.</p>
7765
- */
7766
- NonAdditive?: boolean;
7767
- }
7768
- /**
7769
- * @public
7770
- * <p>A structure that represents a data aggregation.</p>
7771
- */
7772
- export interface DataAggregation {
7773
- /**
7774
- * @public
7775
- * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
7776
- */
7777
- DatasetRowDateGranularity?: TopicTimeGranularity;
7778
- /**
7779
- * @public
7780
- * <p>The column name for the default date.</p>
7781
- */
7782
- DefaultDateColumnName?: string;
7783
- }
7784
7622
  /**
7785
7623
  * @internal
7786
7624
  */
@@ -7901,11 +7739,3 @@ export declare const CreateTemplateRequestFilterSensitiveLog: (obj: CreateTempla
7901
7739
  * @internal
7902
7740
  */
7903
7741
  export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
7904
- /**
7905
- * @internal
7906
- */
7907
- export declare const TopicCalculatedFieldFilterSensitiveLog: (obj: TopicCalculatedField) => any;
7908
- /**
7909
- * @internal
7910
- */
7911
- export declare const TopicColumnFilterSensitiveLog: (obj: TopicColumn) => any;