@awboost/cfn-resource-types 0.1.63 → 0.1.65

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.
@@ -22,6 +22,9 @@ export type QuickSightTemplateProperties = {
22
22
  * @maxLength `64`
23
23
  */
24
24
  Permissions?: ResourcePermission[];
25
+ /**
26
+ * <p>The source entity of the template.</p>
27
+ */
25
28
  SourceEntity?: TemplateSourceEntity;
26
29
  /**
27
30
  * @minLength `1`
@@ -31,9 +34,12 @@ export type QuickSightTemplateProperties = {
31
34
  /**
32
35
  * @minLength `1`
33
36
  * @maxLength `512`
34
- * @pattern `[\w\-]+`
37
+ * @pattern `^[\w\-]+$`
35
38
  */
36
39
  TemplateId: string;
40
+ /**
41
+ * <p>The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to <code>LENIENT</code>, validation is skipped for specific errors.</p>
42
+ */
37
43
  ValidationStrategy?: ValidationStrategy;
38
44
  /**
39
45
  * @minLength `1`
@@ -46,89 +52,147 @@ export type QuickSightTemplateProperties = {
46
52
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-template.html#aws-resource-quicksight-template-return-values}
47
53
  */
48
54
  export type QuickSightTemplateAttributes = {
55
+ /**
56
+ * <p>The Amazon Resource Name (ARN) of the template.</p>
57
+ */
49
58
  Arn: string;
59
+ /**
60
+ * <p>Time when this was created.</p>
61
+ */
50
62
  CreatedTime: string;
63
+ /**
64
+ * <p>Time when this was last updated.</p>
65
+ */
51
66
  LastUpdatedTime: string;
67
+ /**
68
+ * <p>A version of a template.</p>
69
+ */
52
70
  Version: {
53
- CreatedTime: string;
54
71
  /**
55
- * @minLength `0`
56
- * @maxLength `30`
72
+ * <p>The time that this template version was created.</p>
57
73
  */
74
+ CreatedTime: string;
75
+ /**
76
+ * <p>Schema of the dataset identified by the placeholder. Any dashboard created from this
77
+ template should be bound to new datasets matching the same schema described through this
78
+ API operation.</p>
79
+ * @minLength `0`
80
+ * @maxLength `30`
81
+ */
58
82
  DataSetConfigurations: {
59
83
  /**
84
+ * <p>A structure containing the list of column group schemas.</p>
60
85
  * @minLength `0`
61
86
  * @maxLength `500`
62
87
  */
63
88
  ColumnGroupSchemaList: {
64
89
  /**
90
+ * <p>A structure containing the list of schemas for column group columns.</p>
65
91
  * @minLength `0`
66
92
  * @maxLength `500`
67
93
  */
68
94
  ColumnGroupColumnSchemaList: {
95
+ /**
96
+ * <p>The name of the column group's column schema.</p>
97
+ */
69
98
  Name: string;
70
99
  }[];
100
+ /**
101
+ * <p>The name of the column group schema.</p>
102
+ */
71
103
  Name: string;
72
104
  }[];
105
+ /**
106
+ * <p>Dataset schema.</p>
107
+ */
73
108
  DataSetSchema: {
74
109
  /**
110
+ * <p>A structure containing the list of column schemas.</p>
75
111
  * @minLength `0`
76
112
  * @maxLength `500`
77
113
  */
78
114
  ColumnSchemaList: {
115
+ /**
116
+ * <p>The data type of the column schema.</p>
117
+ */
79
118
  DataType: string;
119
+ /**
120
+ * <p>The geographic role of the column schema.</p>
121
+ */
80
122
  GeographicRole: string;
123
+ /**
124
+ * <p>The name of the column schema.</p>
125
+ */
81
126
  Name: string;
82
127
  }[];
83
128
  };
129
+ /**
130
+ * <p>Placeholder.</p>
131
+ */
84
132
  Placeholder: string;
85
133
  }[];
86
134
  /**
135
+ * <p>The description of the template.</p>
87
136
  * @minLength `1`
88
137
  * @maxLength `512`
89
138
  */
90
139
  Description: string;
91
140
  /**
141
+ * <p>Errors associated with this template version.</p>
92
142
  * @minLength `1`
93
143
  */
94
144
  Errors: {
95
145
  /**
96
- * @pattern `.*\S.*`
146
+ * <p>Description of the error type.</p>
147
+ * @pattern `\S`
97
148
  */
98
149
  Message: string;
99
150
  Type: TemplateErrorType;
100
151
  /**
152
+ * <p>An error path that shows which entities caused the template error.</p>
101
153
  * @minLength `0`
102
154
  * @maxLength `200`
103
155
  */
104
156
  ViolatedEntities: {
105
157
  /**
106
- * @pattern `.*\S.*`
158
+ * @pattern `\S`
107
159
  */
108
160
  Path: string;
109
161
  }[];
110
162
  }[];
111
163
  /**
164
+ * <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
112
165
  * @minLength `0`
113
166
  * @maxLength `20`
114
167
  */
115
168
  Sheets: {
116
169
  /**
117
- * @minLength `1`
118
- * @maxLength `2048`
119
- */
170
+ * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
171
+ console.</p>
172
+ * @minLength `1`
173
+ * @maxLength `2048`
174
+ */
120
175
  Name: string;
121
176
  /**
177
+ * <p>The unique identifier associated with a sheet.</p>
122
178
  * @minLength `1`
123
179
  * @maxLength `512`
124
- * @pattern `[\w\-]+`
180
+ * @pattern `^[\w\-]+$`
125
181
  */
126
182
  SheetId: string;
127
183
  }[];
184
+ /**
185
+ * <p>The Amazon Resource Name (ARN) of an analysis or template that was used to create this
186
+ template.</p>
187
+ */
128
188
  SourceEntityArn: string;
129
189
  Status: ResourceStatus;
190
+ /**
191
+ * <p>The ARN of the theme associated with this version of the template.</p>
192
+ */
130
193
  ThemeArn: string;
131
194
  /**
195
+ * <p>The version number of the template version.</p>
132
196
  * @min `1`
133
197
  */
134
198
  VersionNumber: number;
@@ -454,7 +518,7 @@ export type BarChartVisual = {
454
518
  /**
455
519
  * @minLength `1`
456
520
  * @maxLength `512`
457
- * @pattern `[\w\-]+`
521
+ * @pattern `^[\w\-]+$`
458
522
  */
459
523
  VisualId: string;
460
524
  };
@@ -503,7 +567,7 @@ export type BodySectionConfiguration = {
503
567
  /**
504
568
  * @minLength `1`
505
569
  * @maxLength `512`
506
- * @pattern `[\w\-]+`
570
+ * @pattern `^[\w\-]+$`
507
571
  */
508
572
  SectionId: string;
509
573
  Style?: SectionStyle;
@@ -613,7 +677,7 @@ export type BoxPlotVisual = {
613
677
  /**
614
678
  * @minLength `1`
615
679
  * @maxLength `512`
616
- * @pattern `[\w\-]+`
680
+ * @pattern `^[\w\-]+$`
617
681
  */
618
682
  VisualId: string;
619
683
  };
@@ -729,10 +793,11 @@ export type CategoryDrillDownFilter = {
729
793
  export type CategoryFilter = {
730
794
  Column: ColumnIdentifier;
731
795
  Configuration: CategoryFilterConfiguration;
796
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
732
797
  /**
733
798
  * @minLength `1`
734
799
  * @maxLength `512`
735
- * @pattern `[\w\-]+`
800
+ * @pattern `^[\w\-]+$`
736
801
  */
737
802
  FilterId: string;
738
803
  };
@@ -823,21 +888,30 @@ export type ColumnConfiguration = {
823
888
  };
824
889
  /**
825
890
  * Type definition for `AWS::QuickSight::Template.ColumnGroupColumnSchema`.
891
+ * <p>A structure describing the name, data type, and geographic role of the columns.</p>
826
892
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columngroupcolumnschema.html}
827
893
  */
828
894
  export type ColumnGroupColumnSchema = {
895
+ /**
896
+ * <p>The name of the column group's column schema.</p>
897
+ */
829
898
  Name?: string;
830
899
  };
831
900
  /**
832
901
  * Type definition for `AWS::QuickSight::Template.ColumnGroupSchema`.
902
+ * <p>The column group schema.</p>
833
903
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columngroupschema.html}
834
904
  */
835
905
  export type ColumnGroupSchema = {
836
906
  /**
907
+ * <p>A structure containing the list of schemas for column group columns.</p>
837
908
  * @minLength `0`
838
909
  * @maxLength `500`
839
910
  */
840
911
  ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[];
912
+ /**
913
+ * <p>The name of the column group schema.</p>
914
+ */
841
915
  Name?: string;
842
916
  };
843
917
  /**
@@ -872,11 +946,21 @@ export type ColumnIdentifier = {
872
946
  export type ColumnRole = "DIMENSION" | "MEASURE";
873
947
  /**
874
948
  * Type definition for `AWS::QuickSight::Template.ColumnSchema`.
949
+ * <p>The column schema.</p>
875
950
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columnschema.html}
876
951
  */
877
952
  export type ColumnSchema = {
953
+ /**
954
+ * <p>The data type of the column schema.</p>
955
+ */
878
956
  DataType?: string;
957
+ /**
958
+ * <p>The geographic role of the column schema.</p>
959
+ */
879
960
  GeographicRole?: string;
961
+ /**
962
+ * <p>The name of the column schema.</p>
963
+ */
880
964
  Name?: string;
881
965
  };
882
966
  /**
@@ -996,7 +1080,7 @@ export type ComboChartVisual = {
996
1080
  /**
997
1081
  * @minLength `1`
998
1082
  * @maxLength `512`
999
- * @pattern `[\w\-]+`
1083
+ * @pattern `^[\w\-]+$`
1000
1084
  */
1001
1085
  VisualId: string;
1002
1086
  };
@@ -1179,7 +1263,7 @@ export type CurrencyDisplayFormatConfiguration = {
1179
1263
  */
1180
1264
  Suffix?: string;
1181
1265
  /**
1182
- * @pattern `[A-Z]{3}`
1266
+ * @pattern `^[A-Z]{3}$`
1183
1267
  */
1184
1268
  Symbol?: string;
1185
1269
  };
@@ -1281,7 +1365,7 @@ export type CustomContentVisual = {
1281
1365
  /**
1282
1366
  * @minLength `1`
1283
1367
  * @maxLength `512`
1284
- * @pattern `[\w\-]+`
1368
+ * @pattern `^[\w\-]+$`
1285
1369
  */
1286
1370
  VisualId: string;
1287
1371
  };
@@ -1524,34 +1608,49 @@ export type DataPathValue = {
1524
1608
  };
1525
1609
  /**
1526
1610
  * Type definition for `AWS::QuickSight::Template.DataSetConfiguration`.
1611
+ * <p>Dataset configuration.</p>
1527
1612
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datasetconfiguration.html}
1528
1613
  */
1529
1614
  export type DataSetConfiguration = {
1530
1615
  /**
1616
+ * <p>A structure containing the list of column group schemas.</p>
1531
1617
  * @minLength `0`
1532
1618
  * @maxLength `500`
1533
1619
  */
1534
1620
  ColumnGroupSchemaList?: ColumnGroupSchema[];
1621
+ /**
1622
+ * <p>Dataset schema.</p>
1623
+ */
1535
1624
  DataSetSchema?: DataSetSchema;
1625
+ /**
1626
+ * <p>Placeholder.</p>
1627
+ */
1536
1628
  Placeholder?: string;
1537
1629
  };
1538
1630
  /**
1539
1631
  * Type definition for `AWS::QuickSight::Template.DataSetReference`.
1632
+ * <p>Dataset reference.</p>
1540
1633
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datasetreference.html}
1541
1634
  */
1542
1635
  export type DataSetReference = {
1636
+ /**
1637
+ * <p>Dataset Amazon Resource Name (ARN).</p>
1638
+ */
1543
1639
  DataSetArn: string;
1544
1640
  /**
1545
- * @pattern `.*\S.*`
1641
+ * <p>Dataset placeholder.</p>
1642
+ * @pattern `\S`
1546
1643
  */
1547
1644
  DataSetPlaceholder: string;
1548
1645
  };
1549
1646
  /**
1550
1647
  * Type definition for `AWS::QuickSight::Template.DataSetSchema`.
1648
+ * <p>Dataset schema.</p>
1551
1649
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datasetschema.html}
1552
1650
  */
1553
1651
  export type DataSetSchema = {
1554
1652
  /**
1653
+ * <p>A structure containing the list of column schemas.</p>
1555
1654
  * @minLength `0`
1556
1655
  * @maxLength `500`
1557
1656
  */
@@ -1741,6 +1840,57 @@ export type DecimalValueWhenUnsetConfiguration = {
1741
1840
  CustomValue?: number;
1742
1841
  ValueWhenUnsetOption?: ValueWhenUnsetOption;
1743
1842
  };
1843
+ /**
1844
+ * Type definition for `AWS::QuickSight::Template.DefaultDateTimePickerControlOptions`.
1845
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultdatetimepickercontroloptions.html}
1846
+ */
1847
+ export type DefaultDateTimePickerControlOptions = {
1848
+ DisplayOptions?: DateTimePickerControlDisplayOptions;
1849
+ Type?: SheetControlDateTimePickerType;
1850
+ };
1851
+ /**
1852
+ * Type definition for `AWS::QuickSight::Template.DefaultFilterControlConfiguration`.
1853
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfiltercontrolconfiguration.html}
1854
+ */
1855
+ export type DefaultFilterControlConfiguration = {
1856
+ ControlOptions: DefaultFilterControlOptions;
1857
+ /**
1858
+ * @minLength `1`
1859
+ * @maxLength `2048`
1860
+ */
1861
+ Title: string;
1862
+ };
1863
+ /**
1864
+ * Type definition for `AWS::QuickSight::Template.DefaultFilterControlOptions`.
1865
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfiltercontroloptions.html}
1866
+ */
1867
+ export type DefaultFilterControlOptions = {
1868
+ DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions;
1869
+ DefaultDropdownOptions?: DefaultFilterDropDownControlOptions;
1870
+ DefaultListOptions?: DefaultFilterListControlOptions;
1871
+ DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions;
1872
+ DefaultSliderOptions?: DefaultSliderControlOptions;
1873
+ DefaultTextAreaOptions?: DefaultTextAreaControlOptions;
1874
+ DefaultTextFieldOptions?: DefaultTextFieldControlOptions;
1875
+ };
1876
+ /**
1877
+ * Type definition for `AWS::QuickSight::Template.DefaultFilterDropDownControlOptions`.
1878
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfilterdropdowncontroloptions.html}
1879
+ */
1880
+ export type DefaultFilterDropDownControlOptions = {
1881
+ DisplayOptions?: DropDownControlDisplayOptions;
1882
+ SelectableValues?: FilterSelectableValues;
1883
+ Type?: SheetControlListType;
1884
+ };
1885
+ /**
1886
+ * Type definition for `AWS::QuickSight::Template.DefaultFilterListControlOptions`.
1887
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfilterlistcontroloptions.html}
1888
+ */
1889
+ export type DefaultFilterListControlOptions = {
1890
+ DisplayOptions?: ListControlDisplayOptions;
1891
+ SelectableValues?: FilterSelectableValues;
1892
+ Type?: SheetControlListType;
1893
+ };
1744
1894
  /**
1745
1895
  * Type definition for `AWS::QuickSight::Template.DefaultFreeFormLayoutConfiguration`.
1746
1896
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfreeformlayoutconfiguration.html}
@@ -1779,6 +1929,13 @@ export type DefaultNewSheetConfiguration = {
1779
1929
  export type DefaultPaginatedLayoutConfiguration = {
1780
1930
  SectionBased?: DefaultSectionBasedLayoutConfiguration;
1781
1931
  };
1932
+ /**
1933
+ * Type definition for `AWS::QuickSight::Template.DefaultRelativeDateTimeControlOptions`.
1934
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultrelativedatetimecontroloptions.html}
1935
+ */
1936
+ export type DefaultRelativeDateTimeControlOptions = {
1937
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions;
1938
+ };
1782
1939
  /**
1783
1940
  * Type definition for `AWS::QuickSight::Template.DefaultSectionBasedLayoutConfiguration`.
1784
1941
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultsectionbasedlayoutconfiguration.html}
@@ -1786,6 +1943,36 @@ export type DefaultPaginatedLayoutConfiguration = {
1786
1943
  export type DefaultSectionBasedLayoutConfiguration = {
1787
1944
  CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions;
1788
1945
  };
1946
+ /**
1947
+ * Type definition for `AWS::QuickSight::Template.DefaultSliderControlOptions`.
1948
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultslidercontroloptions.html}
1949
+ */
1950
+ export type DefaultSliderControlOptions = {
1951
+ DisplayOptions?: SliderControlDisplayOptions;
1952
+ MaximumValue: number;
1953
+ MinimumValue: number;
1954
+ StepSize: number;
1955
+ Type?: SheetControlSliderType;
1956
+ };
1957
+ /**
1958
+ * Type definition for `AWS::QuickSight::Template.DefaultTextAreaControlOptions`.
1959
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaulttextareacontroloptions.html}
1960
+ */
1961
+ export type DefaultTextAreaControlOptions = {
1962
+ /**
1963
+ * @minLength `1`
1964
+ * @maxLength `2048`
1965
+ */
1966
+ Delimiter?: string;
1967
+ DisplayOptions?: TextAreaControlDisplayOptions;
1968
+ };
1969
+ /**
1970
+ * Type definition for `AWS::QuickSight::Template.DefaultTextFieldControlOptions`.
1971
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaulttextfieldcontroloptions.html}
1972
+ */
1973
+ export type DefaultTextFieldControlOptions = {
1974
+ DisplayOptions?: TextFieldControlDisplayOptions;
1975
+ };
1789
1976
  /**
1790
1977
  * Type definition for `AWS::QuickSight::Template.DestinationParameterValueConfiguration`.
1791
1978
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-destinationparametervalueconfiguration.html}
@@ -1870,7 +2057,7 @@ export type EmptyVisual = {
1870
2057
  /**
1871
2058
  * @minLength `1`
1872
2059
  * @maxLength `512`
1873
- * @pattern `[\w\-]+`
2060
+ * @pattern `^[\w\-]+$`
1874
2061
  */
1875
2062
  VisualId: string;
1876
2063
  };
@@ -1880,7 +2067,7 @@ export type EmptyVisual = {
1880
2067
  */
1881
2068
  export type Entity = {
1882
2069
  /**
1883
- * @pattern `.*\S.*`
2070
+ * @pattern `\S`
1884
2071
  */
1885
2072
  Path?: string;
1886
2073
  };
@@ -2083,7 +2270,7 @@ export type FilledMapVisual = {
2083
2270
  /**
2084
2271
  * @minLength `1`
2085
2272
  * @maxLength `512`
2086
- * @pattern `[\w\-]+`
2273
+ * @pattern `^[\w\-]+$`
2087
2274
  */
2088
2275
  VisualId: string;
2089
2276
  };
@@ -2105,6 +2292,7 @@ export type Filter = {
2105
2292
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filtercontrol.html}
2106
2293
  */
2107
2294
  export type FilterControl = {
2295
+ CrossSheet?: FilterCrossSheetControl;
2108
2296
  DateTimePicker?: FilterDateTimePickerControl;
2109
2297
  Dropdown?: FilterDropDownControl;
2110
2298
  List?: FilterListControl;
@@ -2113,6 +2301,25 @@ export type FilterControl = {
2113
2301
  TextArea?: FilterTextAreaControl;
2114
2302
  TextField?: FilterTextFieldControl;
2115
2303
  };
2304
+ /**
2305
+ * Type definition for `AWS::QuickSight::Template.FilterCrossSheetControl`.
2306
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filtercrosssheetcontrol.html}
2307
+ */
2308
+ export type FilterCrossSheetControl = {
2309
+ CascadingControlConfiguration?: CascadingControlConfiguration;
2310
+ /**
2311
+ * @minLength `1`
2312
+ * @maxLength `512`
2313
+ * @pattern `^[\w\-]+$`
2314
+ */
2315
+ FilterControlId: string;
2316
+ /**
2317
+ * @minLength `1`
2318
+ * @maxLength `512`
2319
+ * @pattern `^[\w\-]+$`
2320
+ */
2321
+ SourceFilterId: string;
2322
+ };
2116
2323
  /**
2117
2324
  * Type definition for `AWS::QuickSight::Template.FilterDateTimePickerControl`.
2118
2325
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterdatetimepickercontrol.html}
@@ -2122,13 +2329,13 @@ export type FilterDateTimePickerControl = {
2122
2329
  /**
2123
2330
  * @minLength `1`
2124
2331
  * @maxLength `512`
2125
- * @pattern `[\w\-]+`
2332
+ * @pattern `^[\w\-]+$`
2126
2333
  */
2127
2334
  FilterControlId: string;
2128
2335
  /**
2129
2336
  * @minLength `1`
2130
2337
  * @maxLength `512`
2131
- * @pattern `[\w\-]+`
2338
+ * @pattern `^[\w\-]+$`
2132
2339
  */
2133
2340
  SourceFilterId: string;
2134
2341
  /**
@@ -2148,14 +2355,14 @@ export type FilterDropDownControl = {
2148
2355
  /**
2149
2356
  * @minLength `1`
2150
2357
  * @maxLength `512`
2151
- * @pattern `[\w\-]+`
2358
+ * @pattern `^[\w\-]+$`
2152
2359
  */
2153
2360
  FilterControlId: string;
2154
2361
  SelectableValues?: FilterSelectableValues;
2155
2362
  /**
2156
2363
  * @minLength `1`
2157
2364
  * @maxLength `512`
2158
- * @pattern `[\w\-]+`
2365
+ * @pattern `^[\w\-]+$`
2159
2366
  */
2160
2367
  SourceFilterId: string;
2161
2368
  /**
@@ -2174,7 +2381,7 @@ export type FilterGroup = {
2174
2381
  /**
2175
2382
  * @minLength `1`
2176
2383
  * @maxLength `512`
2177
- * @pattern `[\w\-]+`
2384
+ * @pattern `^[\w\-]+$`
2178
2385
  */
2179
2386
  FilterGroupId: string;
2180
2387
  /**
@@ -2209,14 +2416,14 @@ export type FilterListControl = {
2209
2416
  /**
2210
2417
  * @minLength `1`
2211
2418
  * @maxLength `512`
2212
- * @pattern `[\w\-]+`
2419
+ * @pattern `^[\w\-]+$`
2213
2420
  */
2214
2421
  FilterControlId: string;
2215
2422
  SelectableValues?: FilterSelectableValues;
2216
2423
  /**
2217
2424
  * @minLength `1`
2218
2425
  * @maxLength `512`
2219
- * @pattern `[\w\-]+`
2426
+ * @pattern `^[\w\-]+$`
2220
2427
  */
2221
2428
  SourceFilterId: string;
2222
2429
  /**
@@ -2237,6 +2444,7 @@ export type FilterNullOption = "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY";
2237
2444
  */
2238
2445
  export type FilterOperationSelectedFieldsConfiguration = {
2239
2446
  /**
2447
+ * <p>The selected columns of a dataset.</p>
2240
2448
  * @minLength `0`
2241
2449
  * @maxLength `10`
2242
2450
  */
@@ -2264,13 +2472,13 @@ export type FilterRelativeDateTimeControl = {
2264
2472
  /**
2265
2473
  * @minLength `1`
2266
2474
  * @maxLength `512`
2267
- * @pattern `[\w\-]+`
2475
+ * @pattern `^[\w\-]+$`
2268
2476
  */
2269
2477
  FilterControlId: string;
2270
2478
  /**
2271
2479
  * @minLength `1`
2272
2480
  * @maxLength `512`
2273
- * @pattern `[\w\-]+`
2481
+ * @pattern `^[\w\-]+$`
2274
2482
  */
2275
2483
  SourceFilterId: string;
2276
2484
  /**
@@ -2307,7 +2515,7 @@ export type FilterSliderControl = {
2307
2515
  /**
2308
2516
  * @minLength `1`
2309
2517
  * @maxLength `512`
2310
- * @pattern `[\w\-]+`
2518
+ * @pattern `^[\w\-]+$`
2311
2519
  */
2312
2520
  FilterControlId: string;
2313
2521
  MaximumValue: number;
@@ -2315,7 +2523,7 @@ export type FilterSliderControl = {
2315
2523
  /**
2316
2524
  * @minLength `1`
2317
2525
  * @maxLength `512`
2318
- * @pattern `[\w\-]+`
2526
+ * @pattern `^[\w\-]+$`
2319
2527
  */
2320
2528
  SourceFilterId: string;
2321
2529
  StepSize: number;
@@ -2340,13 +2548,13 @@ export type FilterTextAreaControl = {
2340
2548
  /**
2341
2549
  * @minLength `1`
2342
2550
  * @maxLength `512`
2343
- * @pattern `[\w\-]+`
2551
+ * @pattern `^[\w\-]+$`
2344
2552
  */
2345
2553
  FilterControlId: string;
2346
2554
  /**
2347
2555
  * @minLength `1`
2348
2556
  * @maxLength `512`
2349
- * @pattern `[\w\-]+`
2557
+ * @pattern `^[\w\-]+$`
2350
2558
  */
2351
2559
  SourceFilterId: string;
2352
2560
  /**
@@ -2364,13 +2572,13 @@ export type FilterTextFieldControl = {
2364
2572
  /**
2365
2573
  * @minLength `1`
2366
2574
  * @maxLength `512`
2367
- * @pattern `[\w\-]+`
2575
+ * @pattern `^[\w\-]+$`
2368
2576
  */
2369
2577
  FilterControlId: string;
2370
2578
  /**
2371
2579
  * @minLength `1`
2372
2580
  * @maxLength `512`
2373
- * @pattern `[\w\-]+`
2581
+ * @pattern `^[\w\-]+$`
2374
2582
  */
2375
2583
  SourceFilterId: string;
2376
2584
  /**
@@ -2435,7 +2643,7 @@ export type ForecastComputation = {
2435
2643
  /**
2436
2644
  * @minLength `1`
2437
2645
  * @maxLength `512`
2438
- * @pattern `[\w\-]+`
2646
+ * @pattern `^[\w\-]+$`
2439
2647
  */
2440
2648
  ComputationId: string;
2441
2649
  /**
@@ -2524,7 +2732,7 @@ export type FreeFormLayoutElement = {
2524
2732
  /**
2525
2733
  * @minLength `1`
2526
2734
  * @maxLength `512`
2527
- * @pattern `[\w\-]+`
2735
+ * @pattern `^[\w\-]+$`
2528
2736
  */
2529
2737
  ElementId: string;
2530
2738
  ElementType: LayoutElementType;
@@ -2686,7 +2894,7 @@ export type FunnelChartVisual = {
2686
2894
  /**
2687
2895
  * @minLength `1`
2688
2896
  * @maxLength `512`
2689
- * @pattern `[\w\-]+`
2897
+ * @pattern `^[\w\-]+$`
2690
2898
  */
2691
2899
  VisualId: string;
2692
2900
  };
@@ -2779,7 +2987,7 @@ export type GaugeChartVisual = {
2779
2987
  /**
2780
2988
  * @minLength `1`
2781
2989
  * @maxLength `512`
2782
- * @pattern `[\w\-]+`
2990
+ * @pattern `^[\w\-]+$`
2783
2991
  */
2784
2992
  VisualId: string;
2785
2993
  };
@@ -2906,7 +3114,7 @@ export type GeospatialMapVisual = {
2906
3114
  /**
2907
3115
  * @minLength `1`
2908
3116
  * @maxLength `512`
2909
- * @pattern `[\w\-]+`
3117
+ * @pattern `^[\w\-]+$`
2910
3118
  */
2911
3119
  VisualId: string;
2912
3120
  };
@@ -3000,7 +3208,7 @@ export type GridLayoutElement = {
3000
3208
  /**
3001
3209
  * @minLength `1`
3002
3210
  * @maxLength `512`
3003
- * @pattern `[\w\-]+`
3211
+ * @pattern `^[\w\-]+$`
3004
3212
  */
3005
3213
  ElementId: string;
3006
3214
  ElementType: LayoutElementType;
@@ -3034,7 +3242,7 @@ export type GrowthRateComputation = {
3034
3242
  /**
3035
3243
  * @minLength `1`
3036
3244
  * @maxLength `512`
3037
- * @pattern `[\w\-]+`
3245
+ * @pattern `^[\w\-]+$`
3038
3246
  */
3039
3247
  ComputationId: string;
3040
3248
  Name?: string;
@@ -3055,7 +3263,7 @@ export type HeaderFooterSectionConfiguration = {
3055
3263
  /**
3056
3264
  * @minLength `1`
3057
3265
  * @maxLength `512`
3058
- * @pattern `[\w\-]+`
3266
+ * @pattern `^[\w\-]+$`
3059
3267
  */
3060
3268
  SectionId: string;
3061
3269
  Style?: SectionStyle;
@@ -3141,7 +3349,7 @@ export type HeatMapVisual = {
3141
3349
  /**
3142
3350
  * @minLength `1`
3143
3351
  * @maxLength `512`
3144
- * @pattern `[\w\-]+`
3352
+ * @pattern `^[\w\-]+$`
3145
3353
  */
3146
3354
  VisualId: string;
3147
3355
  };
@@ -3208,7 +3416,7 @@ export type HistogramVisual = {
3208
3416
  /**
3209
3417
  * @minLength `1`
3210
3418
  * @maxLength `512`
3211
- * @pattern `[\w\-]+`
3419
+ * @pattern `^[\w\-]+$`
3212
3420
  */
3213
3421
  VisualId: string;
3214
3422
  };
@@ -3255,7 +3463,7 @@ export type InsightVisual = {
3255
3463
  /**
3256
3464
  * @minLength `1`
3257
3465
  * @maxLength `512`
3258
- * @pattern `[\w\-]+`
3466
+ * @pattern `^[\w\-]+$`
3259
3467
  */
3260
3468
  VisualId: string;
3261
3469
  };
@@ -3455,7 +3663,7 @@ export type KPIVisual = {
3455
3663
  /**
3456
3664
  * @minLength `1`
3457
3665
  * @maxLength `512`
3458
- * @pattern `[\w\-]+`
3666
+ * @pattern `^[\w\-]+$`
3459
3667
  */
3460
3668
  VisualId: string;
3461
3669
  };
@@ -3705,7 +3913,7 @@ export type LineChartVisual = {
3705
3913
  /**
3706
3914
  * @minLength `1`
3707
3915
  * @maxLength `512`
3708
- * @pattern `[\w\-]+`
3916
+ * @pattern `^[\w\-]+$`
3709
3917
  */
3710
3918
  VisualId: string;
3711
3919
  };
@@ -3765,7 +3973,7 @@ export type LocalNavigationConfiguration = {
3765
3973
  /**
3766
3974
  * @minLength `1`
3767
3975
  * @maxLength `512`
3768
- * @pattern `[\w\-]+`
3976
+ * @pattern `^[\w\-]+$`
3769
3977
  */
3770
3978
  TargetSheetId: string;
3771
3979
  };
@@ -3822,7 +4030,7 @@ export type MaximumMinimumComputation = {
3822
4030
  /**
3823
4031
  * @minLength `1`
3824
4032
  * @maxLength `512`
3825
- * @pattern `[\w\-]+`
4033
+ * @pattern `^[\w\-]+$`
3826
4034
  */
3827
4035
  ComputationId: string;
3828
4036
  Name?: string;
@@ -3853,7 +4061,7 @@ export type MetricComparisonComputation = {
3853
4061
  /**
3854
4062
  * @minLength `1`
3855
4063
  * @maxLength `512`
3856
- * @pattern `[\w\-]+`
4064
+ * @pattern `^[\w\-]+$`
3857
4065
  */
3858
4066
  ComputationId: string;
3859
4067
  FromValue?: MeasureField;
@@ -3999,10 +4207,11 @@ export type NumericEqualityDrillDownFilter = {
3999
4207
  export type NumericEqualityFilter = {
4000
4208
  AggregationFunction?: AggregationFunction;
4001
4209
  Column: ColumnIdentifier;
4210
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
4002
4211
  /**
4003
4212
  * @minLength `1`
4004
4213
  * @maxLength `512`
4005
- * @pattern `[\w\-]+`
4214
+ * @pattern `^[\w\-]+$`
4006
4215
  */
4007
4216
  FilterId: string;
4008
4217
  MatchOperator: NumericEqualityMatchOperator;
@@ -4042,10 +4251,11 @@ export type NumericFormatConfiguration = {
4042
4251
  export type NumericRangeFilter = {
4043
4252
  AggregationFunction?: AggregationFunction;
4044
4253
  Column: ColumnIdentifier;
4254
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
4045
4255
  /**
4046
4256
  * @minLength `1`
4047
4257
  * @maxLength `512`
4048
- * @pattern `[\w\-]+`
4258
+ * @pattern `^[\w\-]+$`
4049
4259
  */
4050
4260
  FilterId: string;
4051
4261
  IncludeMaximum?: boolean;
@@ -4169,7 +4379,7 @@ export type ParameterDateTimePickerControl = {
4169
4379
  /**
4170
4380
  * @minLength `1`
4171
4381
  * @maxLength `512`
4172
- * @pattern `[\w\-]+`
4382
+ * @pattern `^[\w\-]+$`
4173
4383
  */
4174
4384
  ParameterControlId: string;
4175
4385
  /**
@@ -4204,7 +4414,7 @@ export type ParameterDropDownControl = {
4204
4414
  /**
4205
4415
  * @minLength `1`
4206
4416
  * @maxLength `512`
4207
- * @pattern `[\w\-]+`
4417
+ * @pattern `^[\w\-]+$`
4208
4418
  */
4209
4419
  ParameterControlId: string;
4210
4420
  SelectableValues?: ParameterSelectableValues;
@@ -4231,7 +4441,7 @@ export type ParameterListControl = {
4231
4441
  /**
4232
4442
  * @minLength `1`
4233
4443
  * @maxLength `512`
4234
- * @pattern `[\w\-]+`
4444
+ * @pattern `^[\w\-]+$`
4235
4445
  */
4236
4446
  ParameterControlId: string;
4237
4447
  SelectableValues?: ParameterSelectableValues;
@@ -4271,7 +4481,7 @@ export type ParameterSliderControl = {
4271
4481
  /**
4272
4482
  * @minLength `1`
4273
4483
  * @maxLength `512`
4274
- * @pattern `[\w\-]+`
4484
+ * @pattern `^[\w\-]+$`
4275
4485
  */
4276
4486
  ParameterControlId: string;
4277
4487
  /**
@@ -4301,7 +4511,7 @@ export type ParameterTextAreaControl = {
4301
4511
  /**
4302
4512
  * @minLength `1`
4303
4513
  * @maxLength `512`
4304
- * @pattern `[\w\-]+`
4514
+ * @pattern `^[\w\-]+$`
4305
4515
  */
4306
4516
  ParameterControlId: string;
4307
4517
  /**
@@ -4325,7 +4535,7 @@ export type ParameterTextFieldControl = {
4325
4535
  /**
4326
4536
  * @minLength `1`
4327
4537
  * @maxLength `512`
4328
- * @pattern `[\w\-]+`
4538
+ * @pattern `^[\w\-]+$`
4329
4539
  */
4330
4540
  ParameterControlId: string;
4331
4541
  /**
@@ -4400,7 +4610,7 @@ export type PeriodOverPeriodComputation = {
4400
4610
  /**
4401
4611
  * @minLength `1`
4402
4612
  * @maxLength `512`
4403
- * @pattern `[\w\-]+`
4613
+ * @pattern `^[\w\-]+$`
4404
4614
  */
4405
4615
  ComputationId: string;
4406
4616
  Name?: string;
@@ -4415,7 +4625,7 @@ export type PeriodToDateComputation = {
4415
4625
  /**
4416
4626
  * @minLength `1`
4417
4627
  * @maxLength `512`
4418
- * @pattern `[\w\-]+`
4628
+ * @pattern `^[\w\-]+$`
4419
4629
  */
4420
4630
  ComputationId: string;
4421
4631
  Name?: string;
@@ -4511,7 +4721,7 @@ export type PieChartVisual = {
4511
4721
  /**
4512
4722
  * @minLength `1`
4513
4723
  * @maxLength `512`
4514
- * @pattern `[\w\-]+`
4724
+ * @pattern `^[\w\-]+$`
4515
4725
  */
4516
4726
  VisualId: string;
4517
4727
  };
@@ -4809,7 +5019,7 @@ export type PivotTableVisual = {
4809
5019
  /**
4810
5020
  * @minLength `1`
4811
5021
  * @maxLength `512`
4812
- * @pattern `[\w\-]+`
5022
+ * @pattern `^[\w\-]+$`
4813
5023
  */
4814
5024
  VisualId: string;
4815
5025
  };
@@ -4986,7 +5196,7 @@ export type RadarChartVisual = {
4986
5196
  /**
4987
5197
  * @minLength `1`
4988
5198
  * @maxLength `512`
4989
- * @pattern `[\w\-]+`
5199
+ * @pattern `^[\w\-]+$`
4990
5200
  */
4991
5201
  VisualId: string;
4992
5202
  };
@@ -5013,7 +5223,7 @@ export type ReferenceLine = {
5013
5223
  */
5014
5224
  export type ReferenceLineCustomLabelConfiguration = {
5015
5225
  /**
5016
- * @pattern `.*\S.*`
5226
+ * @pattern `\S`
5017
5227
  */
5018
5228
  CustomLabel: string;
5019
5229
  };
@@ -5109,11 +5319,12 @@ export type ReferenceLineValueLabelRelativePosition = "BEFORE_CUSTOM_LABEL" | "A
5109
5319
  export type RelativeDatesFilter = {
5110
5320
  AnchorDateConfiguration: AnchorDateConfiguration;
5111
5321
  Column: ColumnIdentifier;
5322
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
5112
5323
  ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
5113
5324
  /**
5114
5325
  * @minLength `1`
5115
5326
  * @maxLength `512`
5116
- * @pattern `[\w\-]+`
5327
+ * @pattern `^[\w\-]+$`
5117
5328
  */
5118
5329
  FilterId: string;
5119
5330
  MinimumGranularity?: TimeGranularity;
@@ -5158,18 +5369,35 @@ export type RelativeFontSize = "EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "E
5158
5369
  export type ResizeOption = "FIXED" | "RESPONSIVE";
5159
5370
  /**
5160
5371
  * Type definition for `AWS::QuickSight::Template.ResourcePermission`.
5372
+ * <p>Permission for the resource.</p>
5161
5373
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-resourcepermission.html}
5162
5374
  */
5163
5375
  export type ResourcePermission = {
5164
5376
  /**
5377
+ * <p>The IAM action to grant or revoke permissions on.</p>
5165
5378
  * @minLength `1`
5166
5379
  * @maxLength `20`
5167
5380
  */
5168
5381
  Actions: string[];
5169
5382
  /**
5170
- * @minLength `1`
5171
- * @maxLength `256`
5172
- */
5383
+ * <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
5384
+ following:</p>
5385
+ <ul>
5386
+ <li>
5387
+ <p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p>
5388
+ </li>
5389
+ <li>
5390
+ <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
5391
+ </li>
5392
+ <li>
5393
+ <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
5394
+ ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
5395
+ (This is less common.) </p>
5396
+ </li>
5397
+ </ul>
5398
+ * @minLength `1`
5399
+ * @maxLength `256`
5400
+ */
5173
5401
  Principal: string;
5174
5402
  };
5175
5403
  /**
@@ -5284,7 +5512,7 @@ export type SankeyDiagramVisual = {
5284
5512
  /**
5285
5513
  * @minLength `1`
5286
5514
  * @maxLength `512`
5287
- * @pattern `[\w\-]+`
5515
+ * @pattern `^[\w\-]+$`
5288
5516
  */
5289
5517
  VisualId: string;
5290
5518
  };
@@ -5394,7 +5622,7 @@ export type ScatterPlotVisual = {
5394
5622
  /**
5395
5623
  * @minLength `1`
5396
5624
  * @maxLength `512`
5397
- * @pattern `[\w\-]+`
5625
+ * @pattern `^[\w\-]+$`
5398
5626
  */
5399
5627
  VisualId: string;
5400
5628
  };
@@ -5544,18 +5772,26 @@ export type ShapeConditionalFormat = {
5544
5772
  };
5545
5773
  /**
5546
5774
  * Type definition for `AWS::QuickSight::Template.Sheet`.
5775
+ * <p>A <i>sheet</i>, which is an object that contains a set of visuals that
5776
+ are viewed together on one page in Amazon QuickSight. Every analysis and dashboard
5777
+ contains at least one sheet. Each sheet contains at least one visualization widget, for
5778
+ example a chart, pivot table, or narrative insight. Sheets can be associated with other
5779
+ components, such as controls, filters, and so on.</p>
5547
5780
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheet.html}
5548
5781
  */
5549
5782
  export type Sheet = {
5550
5783
  /**
5551
- * @minLength `1`
5552
- * @maxLength `2048`
5553
- */
5784
+ * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
5785
+ console.</p>
5786
+ * @minLength `1`
5787
+ * @maxLength `2048`
5788
+ */
5554
5789
  Name?: string;
5555
5790
  /**
5791
+ * <p>The unique identifier associated with a sheet.</p>
5556
5792
  * @minLength `1`
5557
5793
  * @maxLength `512`
5558
- * @pattern `[\w\-]+`
5794
+ * @pattern `^[\w\-]+$`
5559
5795
  */
5560
5796
  SheetId?: string;
5561
5797
  };
@@ -5644,7 +5880,7 @@ export type SheetDefinition = {
5644
5880
  /**
5645
5881
  * @minLength `1`
5646
5882
  * @maxLength `512`
5647
- * @pattern `[\w\-]+`
5883
+ * @pattern `^[\w\-]+$`
5648
5884
  */
5649
5885
  SheetId: string;
5650
5886
  /**
@@ -5695,7 +5931,7 @@ export type SheetTextBox = {
5695
5931
  /**
5696
5932
  * @minLength `1`
5697
5933
  * @maxLength `512`
5698
- * @pattern `[\w\-]+`
5934
+ * @pattern `^[\w\-]+$`
5699
5935
  */
5700
5936
  SheetTextBoxId: string;
5701
5937
  };
@@ -5708,7 +5944,7 @@ export type SheetVisualScopingConfiguration = {
5708
5944
  /**
5709
5945
  * @minLength `1`
5710
5946
  * @maxLength `512`
5711
- * @pattern `[\w\-]+`
5947
+ * @pattern `^[\w\-]+$`
5712
5948
  */
5713
5949
  SheetId: string;
5714
5950
  /**
@@ -6244,21 +6480,25 @@ export type TableVisual = {
6244
6480
  /**
6245
6481
  * @minLength `1`
6246
6482
  * @maxLength `512`
6247
- * @pattern `[\w\-]+`
6483
+ * @pattern `^[\w\-]+$`
6248
6484
  */
6249
6485
  VisualId: string;
6250
6486
  };
6251
6487
  /**
6252
6488
  * Type definition for `AWS::QuickSight::Template.Tag`.
6489
+ * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
6490
+ resource.</p>
6253
6491
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tag.html}
6254
6492
  */
6255
6493
  export type Tag = {
6256
6494
  /**
6495
+ * <p>Tag key.</p>
6257
6496
  * @minLength `1`
6258
6497
  * @maxLength `128`
6259
6498
  */
6260
6499
  Key: string;
6261
6500
  /**
6501
+ * <p>Tag value.</p>
6262
6502
  * @minLength `1`
6263
6503
  * @maxLength `256`
6264
6504
  */
@@ -6271,15 +6511,18 @@ export type Tag = {
6271
6511
  export type TargetVisualOptions = "ALL_VISUALS";
6272
6512
  /**
6273
6513
  * Type definition for `AWS::QuickSight::Template.TemplateError`.
6514
+ * <p>List of errors that occurred when the template version creation failed.</p>
6274
6515
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateerror.html}
6275
6516
  */
6276
6517
  export type TemplateError = {
6277
6518
  /**
6278
- * @pattern `.*\S.*`
6519
+ * <p>Description of the error type.</p>
6520
+ * @pattern `\S`
6279
6521
  */
6280
6522
  Message?: string;
6281
6523
  Type?: TemplateErrorType;
6282
6524
  /**
6525
+ * <p>An error path that shows which entities caused the template error.</p>
6283
6526
  * @minLength `0`
6284
6527
  * @maxLength `200`
6285
6528
  */
@@ -6292,59 +6535,94 @@ export type TemplateError = {
6292
6535
  export type TemplateErrorType = "SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "ACCESS_DENIED";
6293
6536
  /**
6294
6537
  * Type definition for `AWS::QuickSight::Template.TemplateSourceAnalysis`.
6538
+ * <p>The source analysis of the template.</p>
6295
6539
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templatesourceanalysis.html}
6296
6540
  */
6297
6541
  export type TemplateSourceAnalysis = {
6298
- Arn: string;
6299
6542
  /**
6300
- * @minLength `1`
6543
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
6301
6544
  */
6545
+ Arn: string;
6546
+ /**
6547
+ * <p>A structure containing information about the dataset references used as placeholders
6548
+ in the template.</p>
6549
+ * @minLength `1`
6550
+ */
6302
6551
  DataSetReferences: DataSetReference[];
6303
6552
  };
6304
6553
  /**
6305
6554
  * Type definition for `AWS::QuickSight::Template.TemplateSourceEntity`.
6555
+ * <p>The source entity of the template.</p>
6306
6556
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templatesourceentity.html}
6307
6557
  */
6308
6558
  export type TemplateSourceEntity = {
6559
+ /**
6560
+ * <p>The source analysis of the template.</p>
6561
+ */
6309
6562
  SourceAnalysis?: TemplateSourceAnalysis;
6563
+ /**
6564
+ * <p>The source template of the template.</p>
6565
+ */
6310
6566
  SourceTemplate?: TemplateSourceTemplate;
6311
6567
  };
6312
6568
  /**
6313
6569
  * Type definition for `AWS::QuickSight::Template.TemplateSourceTemplate`.
6570
+ * <p>The source template of the template.</p>
6314
6571
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templatesourcetemplate.html}
6315
6572
  */
6316
6573
  export type TemplateSourceTemplate = {
6574
+ /**
6575
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
6576
+ */
6317
6577
  Arn: string;
6318
6578
  };
6319
6579
  /**
6320
6580
  * Type definition for `AWS::QuickSight::Template.TemplateVersion`.
6581
+ * <p>A version of a template.</p>
6321
6582
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversion.html}
6322
6583
  */
6323
6584
  export type TemplateVersion = {
6324
- CreatedTime?: string;
6325
6585
  /**
6326
- * @minLength `0`
6327
- * @maxLength `30`
6586
+ * <p>The time that this template version was created.</p>
6328
6587
  */
6588
+ CreatedTime?: string;
6589
+ /**
6590
+ * <p>Schema of the dataset identified by the placeholder. Any dashboard created from this
6591
+ template should be bound to new datasets matching the same schema described through this
6592
+ API operation.</p>
6593
+ * @minLength `0`
6594
+ * @maxLength `30`
6595
+ */
6329
6596
  DataSetConfigurations?: DataSetConfiguration[];
6330
6597
  /**
6598
+ * <p>The description of the template.</p>
6331
6599
  * @minLength `1`
6332
6600
  * @maxLength `512`
6333
6601
  */
6334
6602
  Description?: string;
6335
6603
  /**
6604
+ * <p>Errors associated with this template version.</p>
6336
6605
  * @minLength `1`
6337
6606
  */
6338
6607
  Errors?: TemplateError[];
6339
6608
  /**
6609
+ * <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
6340
6610
  * @minLength `0`
6341
6611
  * @maxLength `20`
6342
6612
  */
6343
6613
  Sheets?: Sheet[];
6614
+ /**
6615
+ * <p>The Amazon Resource Name (ARN) of an analysis or template that was used to create this
6616
+ template.</p>
6617
+ */
6344
6618
  SourceEntityArn?: string;
6345
6619
  Status?: ResourceStatus;
6620
+ /**
6621
+ * <p>The ARN of the theme associated with this version of the template.</p>
6622
+ */
6346
6623
  ThemeArn?: string;
6347
6624
  /**
6625
+ * <p>The version number of the template version.</p>
6348
6626
  * @min `1`
6349
6627
  */
6350
6628
  VersionNumber?: number;
@@ -6362,7 +6640,7 @@ export type TemplateVersionDefinition = {
6362
6640
  CalculatedFields?: CalculatedField[];
6363
6641
  /**
6364
6642
  * @minLength `0`
6365
- * @maxLength `200`
6643
+ * @maxLength `2000`
6366
6644
  */
6367
6645
  ColumnConfigurations?: ColumnConfiguration[];
6368
6646
  /**
@@ -6468,10 +6746,11 @@ export type TimeBasedForecastProperties = {
6468
6746
  */
6469
6747
  export type TimeEqualityFilter = {
6470
6748
  Column: ColumnIdentifier;
6749
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
6471
6750
  /**
6472
6751
  * @minLength `1`
6473
6752
  * @maxLength `512`
6474
- * @pattern `[\w\-]+`
6753
+ * @pattern `^[\w\-]+$`
6475
6754
  */
6476
6755
  FilterId: string;
6477
6756
  /**
@@ -6505,11 +6784,12 @@ export type TimeRangeDrillDownFilter = {
6505
6784
  */
6506
6785
  export type TimeRangeFilter = {
6507
6786
  Column: ColumnIdentifier;
6787
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
6508
6788
  ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
6509
6789
  /**
6510
6790
  * @minLength `1`
6511
6791
  * @maxLength `512`
6512
- * @pattern `[\w\-]+`
6792
+ * @pattern `^[\w\-]+$`
6513
6793
  */
6514
6794
  FilterId: string;
6515
6795
  IncludeMaximum?: boolean;
@@ -6571,10 +6851,11 @@ export type TopBottomFilter = {
6571
6851
  */
6572
6852
  AggregationSortConfigurations: AggregationSortConfiguration[];
6573
6853
  Column: ColumnIdentifier;
6854
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
6574
6855
  /**
6575
6856
  * @minLength `1`
6576
6857
  * @maxLength `512`
6577
- * @pattern `[\w\-]+`
6858
+ * @pattern `^[\w\-]+$`
6578
6859
  */
6579
6860
  FilterId: string;
6580
6861
  Limit?: number;
@@ -6595,7 +6876,7 @@ export type TopBottomMoversComputation = {
6595
6876
  /**
6596
6877
  * @minLength `1`
6597
6878
  * @maxLength `512`
6598
- * @pattern `[\w\-]+`
6879
+ * @pattern `^[\w\-]+$`
6599
6880
  */
6600
6881
  ComputationId: string;
6601
6882
  /**
@@ -6618,7 +6899,7 @@ export type TopBottomRankedComputation = {
6618
6899
  /**
6619
6900
  * @minLength `1`
6620
6901
  * @maxLength `512`
6621
- * @pattern `[\w\-]+`
6902
+ * @pattern `^[\w\-]+$`
6622
6903
  */
6623
6904
  ComputationId: string;
6624
6905
  Name?: string;
@@ -6643,7 +6924,7 @@ export type TotalAggregationComputation = {
6643
6924
  /**
6644
6925
  * @minLength `1`
6645
6926
  * @maxLength `512`
6646
- * @pattern `[\w\-]+`
6927
+ * @pattern `^[\w\-]+$`
6647
6928
  */
6648
6929
  ComputationId: string;
6649
6930
  Name?: string;
@@ -6760,7 +7041,7 @@ export type TreeMapVisual = {
6760
7041
  /**
6761
7042
  * @minLength `1`
6762
7043
  * @maxLength `512`
6763
- * @pattern `[\w\-]+`
7044
+ * @pattern `^[\w\-]+$`
6764
7045
  */
6765
7046
  VisualId: string;
6766
7047
  };
@@ -6793,7 +7074,7 @@ export type UniqueValuesComputation = {
6793
7074
  /**
6794
7075
  * @minLength `1`
6795
7076
  * @maxLength `512`
6796
- * @pattern `[\w\-]+`
7077
+ * @pattern `^[\w\-]+$`
6797
7078
  */
6798
7079
  ComputationId: string;
6799
7080
  Name?: string;
@@ -6805,6 +7086,7 @@ export type UniqueValuesComputation = {
6805
7086
  export type URLTargetConfiguration = "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB";
6806
7087
  /**
6807
7088
  * Type definition for `AWS::QuickSight::Template.ValidationStrategy`.
7089
+ * <p>The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to <code>LENIENT</code>, validation is skipped for specific errors.</p>
6808
7090
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-validationstrategy.html}
6809
7091
  */
6810
7092
  export type ValidationStrategy = {
@@ -6879,7 +7161,7 @@ export type VisualCustomAction = {
6879
7161
  /**
6880
7162
  * @minLength `1`
6881
7163
  * @maxLength `512`
6882
- * @pattern `[\w\-]+`
7164
+ * @pattern `^[\w\-]+$`
6883
7165
  */
6884
7166
  CustomActionId: string;
6885
7167
  /**
@@ -7020,7 +7302,7 @@ export type WaterfallVisual = {
7020
7302
  /**
7021
7303
  * @minLength `1`
7022
7304
  * @maxLength `512`
7023
- * @pattern `[\w\-]+`
7305
+ * @pattern `^[\w\-]+$`
7024
7306
  */
7025
7307
  VisualId: string;
7026
7308
  };
@@ -7133,7 +7415,7 @@ export type WordCloudVisual = {
7133
7415
  /**
7134
7416
  * @minLength `1`
7135
7417
  * @maxLength `512`
7136
- * @pattern `[\w\-]+`
7418
+ * @pattern `^[\w\-]+$`
7137
7419
  */
7138
7420
  VisualId: string;
7139
7421
  };