types-boto3-quicksight 1.37.0__py3-none-any.whl → 1.37.32__py3-none-any.whl
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.
- types_boto3_quicksight/__main__.py +4 -4
- types_boto3_quicksight/literals.py +16 -1
- types_boto3_quicksight/literals.pyi +16 -1
- types_boto3_quicksight/type_defs.py +210 -94
- types_boto3_quicksight/type_defs.pyi +185 -85
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.32.dist-info}/METADATA +9 -7
- types_boto3_quicksight-1.37.32.dist-info/RECORD +18 -0
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.32.dist-info}/WHEEL +1 -1
- types_boto3_quicksight-1.37.0.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.32.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.32.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,7 @@ from .literals import (
|
|
29
29
|
ArcThicknessOptionsType,
|
30
30
|
ArcThicknessType,
|
31
31
|
AssetBundleExportFormatType,
|
32
|
+
AssetBundleExportJobDataSetPropertyToOverrideType,
|
32
33
|
AssetBundleExportJobDataSourcePropertyToOverrideType,
|
33
34
|
AssetBundleExportJobFolderPropertyToOverrideType,
|
34
35
|
AssetBundleExportJobStatusType,
|
@@ -165,6 +166,7 @@ from .literals import (
|
|
165
166
|
PropertyUsageType,
|
166
167
|
PurchaseModeType,
|
167
168
|
QAResultTypeType,
|
169
|
+
QBusinessInsightsStatusType,
|
168
170
|
QSearchStatusType,
|
169
171
|
QueryExecutionModeType,
|
170
172
|
RadarChartAxesRangeScaleType,
|
@@ -174,6 +176,7 @@ from .literals import (
|
|
174
176
|
ReferenceLinePatternTypeType,
|
175
177
|
ReferenceLineSeriesTypeType,
|
176
178
|
ReferenceLineValueLabelRelativePositionType,
|
179
|
+
RefreshFailureAlertStatusType,
|
177
180
|
RefreshIntervalType,
|
178
181
|
RelativeDateTypeType,
|
179
182
|
RelativeFontSizeType,
|
@@ -229,6 +232,7 @@ from .literals import (
|
|
229
232
|
TopicSortDirectionType,
|
230
233
|
TopicTimeGranularityType,
|
231
234
|
TopicUserExperienceVersionType,
|
235
|
+
TransposedColumnTypeType,
|
232
236
|
UndefinedSpecifiedValueTypeType,
|
233
237
|
URLTargetConfigurationType,
|
234
238
|
UserRoleType,
|
@@ -237,6 +241,7 @@ from .literals import (
|
|
237
241
|
VerticalTextAlignmentType,
|
238
242
|
VisibilityType,
|
239
243
|
VisualCustomActionTriggerType,
|
244
|
+
VisualHighlightTriggerType,
|
240
245
|
VisualRoleType,
|
241
246
|
VPCConnectionAvailabilityStatusType,
|
242
247
|
VPCConnectionResourceStatusType,
|
@@ -274,6 +279,8 @@ __all__ = (
|
|
274
279
|
"AggregationSortConfigurationTypeDef",
|
275
280
|
"AmazonElasticsearchParametersTypeDef",
|
276
281
|
"AmazonOpenSearchParametersTypeDef",
|
282
|
+
"AmazonQInQuickSightConsoleConfigurationsTypeDef",
|
283
|
+
"AmazonQInQuickSightDashboardConfigurationsTypeDef",
|
277
284
|
"AnalysisDefaultsTypeDef",
|
278
285
|
"AnalysisDefinitionOutputTypeDef",
|
279
286
|
"AnalysisDefinitionTypeDef",
|
@@ -381,6 +388,7 @@ __all__ = (
|
|
381
388
|
"AssetBundleResourceLinkSharingConfigurationTypeDef",
|
382
389
|
"AssetBundleResourcePermissionsOutputTypeDef",
|
383
390
|
"AssetBundleResourcePermissionsTypeDef",
|
391
|
+
"AssetOptionsOutputTypeDef",
|
384
392
|
"AssetOptionsTypeDef",
|
385
393
|
"AthenaParametersTypeDef",
|
386
394
|
"AttributeAggregationFunctionTypeDef",
|
@@ -644,6 +652,8 @@ __all__ = (
|
|
644
652
|
"DataPointDrillUpDownOptionTypeDef",
|
645
653
|
"DataPointMenuLabelOptionTypeDef",
|
646
654
|
"DataPointTooltipOptionTypeDef",
|
655
|
+
"DataQAEnabledOptionTypeDef",
|
656
|
+
"DataQnAConfigurationsTypeDef",
|
647
657
|
"DataSetConfigurationOutputTypeDef",
|
648
658
|
"DataSetConfigurationTypeDef",
|
649
659
|
"DataSetIdentifierDeclarationTypeDef",
|
@@ -663,6 +673,7 @@ __all__ = (
|
|
663
673
|
"DataSourceSearchFilterTypeDef",
|
664
674
|
"DataSourceSummaryTypeDef",
|
665
675
|
"DataSourceTypeDef",
|
676
|
+
"DataStoriesConfigurationsTypeDef",
|
666
677
|
"DatabricksParametersTypeDef",
|
667
678
|
"DatasetMetadataOutputTypeDef",
|
668
679
|
"DatasetMetadataTypeDef",
|
@@ -906,6 +917,7 @@ __all__ = (
|
|
906
917
|
"ErrorInfoTypeDef",
|
907
918
|
"ExasolParametersTypeDef",
|
908
919
|
"ExcludePeriodConfigurationTypeDef",
|
920
|
+
"ExecutiveSummaryConfigurationsTypeDef",
|
909
921
|
"ExplicitHierarchyOutputTypeDef",
|
910
922
|
"ExplicitHierarchyTypeDef",
|
911
923
|
"ExportHiddenFieldsOptionTypeDef",
|
@@ -1025,6 +1037,7 @@ __all__ = (
|
|
1025
1037
|
"GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef",
|
1026
1038
|
"GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef",
|
1027
1039
|
"GeneratedAnswerResultTypeDef",
|
1040
|
+
"GenerativeAuthoringConfigurationsTypeDef",
|
1028
1041
|
"GeoSpatialColumnGroupOutputTypeDef",
|
1029
1042
|
"GeoSpatialColumnGroupTypeDef",
|
1030
1043
|
"GeoSpatialColumnGroupUnionTypeDef",
|
@@ -1513,6 +1526,7 @@ __all__ = (
|
|
1513
1526
|
"RangeConstantTypeDef",
|
1514
1527
|
"RangeEndsLabelTypeTypeDef",
|
1515
1528
|
"RdsParametersTypeDef",
|
1529
|
+
"RecentSnapshotsConfigurationsTypeDef",
|
1516
1530
|
"RedshiftIAMParametersOutputTypeDef",
|
1517
1531
|
"RedshiftIAMParametersTypeDef",
|
1518
1532
|
"RedshiftIAMParametersUnionTypeDef",
|
@@ -1528,6 +1542,8 @@ __all__ = (
|
|
1528
1542
|
"ReferenceLineTypeDef",
|
1529
1543
|
"ReferenceLineValueLabelConfigurationTypeDef",
|
1530
1544
|
"RefreshConfigurationTypeDef",
|
1545
|
+
"RefreshFailureConfigurationTypeDef",
|
1546
|
+
"RefreshFailureEmailAlertTypeDef",
|
1531
1547
|
"RefreshFrequencyTypeDef",
|
1532
1548
|
"RefreshScheduleOutputTypeDef",
|
1533
1549
|
"RefreshScheduleTypeDef",
|
@@ -1594,6 +1610,7 @@ __all__ = (
|
|
1594
1610
|
"ScatterPlotVisualOutputTypeDef",
|
1595
1611
|
"ScatterPlotVisualTypeDef",
|
1596
1612
|
"ScheduleRefreshOnEntityTypeDef",
|
1613
|
+
"SchedulesConfigurationsTypeDef",
|
1597
1614
|
"ScrollBarOptionsTypeDef",
|
1598
1615
|
"SearchAnalysesRequestPaginateTypeDef",
|
1599
1616
|
"SearchAnalysesRequestTypeDef",
|
@@ -1804,6 +1821,7 @@ __all__ = (
|
|
1804
1821
|
"ThemeVersionSummaryTypeDef",
|
1805
1822
|
"ThemeVersionTypeDef",
|
1806
1823
|
"ThousandSeparatorOptionsTypeDef",
|
1824
|
+
"ThresholdAlertsConfigurationsTypeDef",
|
1807
1825
|
"TileLayoutStyleTypeDef",
|
1808
1826
|
"TileStyleTypeDef",
|
1809
1827
|
"TimeBasedForecastPropertiesTypeDef",
|
@@ -1885,6 +1903,7 @@ __all__ = (
|
|
1885
1903
|
"TransformOperationOutputTypeDef",
|
1886
1904
|
"TransformOperationTypeDef",
|
1887
1905
|
"TransformOperationUnionTypeDef",
|
1906
|
+
"TransposedTableOptionTypeDef",
|
1888
1907
|
"TreeMapAggregatedFieldWellsOutputTypeDef",
|
1889
1908
|
"TreeMapAggregatedFieldWellsTypeDef",
|
1890
1909
|
"TreeMapConfigurationOutputTypeDef",
|
@@ -2005,10 +2024,12 @@ __all__ = (
|
|
2005
2024
|
"ValidationStrategyTypeDef",
|
2006
2025
|
"VisibleRangeOptionsTypeDef",
|
2007
2026
|
"VisualAxisSortOptionTypeDef",
|
2027
|
+
"VisualCustomActionDefaultsTypeDef",
|
2008
2028
|
"VisualCustomActionOperationOutputTypeDef",
|
2009
2029
|
"VisualCustomActionOperationTypeDef",
|
2010
2030
|
"VisualCustomActionOutputTypeDef",
|
2011
2031
|
"VisualCustomActionTypeDef",
|
2032
|
+
"VisualHighlightOperationTypeDef",
|
2012
2033
|
"VisualInteractionOptionsTypeDef",
|
2013
2034
|
"VisualMenuOptionTypeDef",
|
2014
2035
|
"VisualOptionsTypeDef",
|
@@ -2120,9 +2141,20 @@ class AmazonOpenSearchParametersTypeDef(TypedDict):
|
|
2120
2141
|
Domain: str
|
2121
2142
|
|
2122
2143
|
|
2123
|
-
class
|
2124
|
-
|
2125
|
-
|
2144
|
+
class DataQnAConfigurationsTypeDef(TypedDict):
|
2145
|
+
Enabled: bool
|
2146
|
+
|
2147
|
+
|
2148
|
+
class DataStoriesConfigurationsTypeDef(TypedDict):
|
2149
|
+
Enabled: bool
|
2150
|
+
|
2151
|
+
|
2152
|
+
class ExecutiveSummaryConfigurationsTypeDef(TypedDict):
|
2153
|
+
Enabled: bool
|
2154
|
+
|
2155
|
+
|
2156
|
+
class GenerativeAuthoringConfigurationsTypeDef(TypedDict):
|
2157
|
+
Enabled: bool
|
2126
2158
|
|
2127
2159
|
|
2128
2160
|
class CalculatedFieldTypeDef(TypedDict):
|
@@ -2219,7 +2251,7 @@ class AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef(TypedDict):
|
|
2219
2251
|
|
2220
2252
|
class AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef(TypedDict):
|
2221
2253
|
Arn: str
|
2222
|
-
Properties: List[
|
2254
|
+
Properties: List[AssetBundleExportJobDataSetPropertyToOverrideType]
|
2223
2255
|
|
2224
2256
|
|
2225
2257
|
class AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef(TypedDict):
|
@@ -2263,7 +2295,7 @@ class AssetBundleExportJobDashboardOverridePropertiesTypeDef(TypedDict):
|
|
2263
2295
|
|
2264
2296
|
class AssetBundleExportJobDataSetOverridePropertiesTypeDef(TypedDict):
|
2265
2297
|
Arn: str
|
2266
|
-
Properties: Sequence[
|
2298
|
+
Properties: Sequence[AssetBundleExportJobDataSetPropertyToOverrideType]
|
2267
2299
|
|
2268
2300
|
|
2269
2301
|
class AssetBundleExportJobDataSourceOverridePropertiesTypeDef(TypedDict):
|
@@ -2346,11 +2378,6 @@ class AssetBundleImportJobDashboardOverrideParametersTypeDef(TypedDict):
|
|
2346
2378
|
Name: NotRequired[str]
|
2347
2379
|
|
2348
2380
|
|
2349
|
-
class AssetBundleImportJobDataSetOverrideParametersTypeDef(TypedDict):
|
2350
|
-
DataSetId: str
|
2351
|
-
Name: NotRequired[str]
|
2352
|
-
|
2353
|
-
|
2354
2381
|
class AssetBundleImportJobDataSourceCredentialPairTypeDef(TypedDict):
|
2355
2382
|
Username: str
|
2356
2383
|
Password: str
|
@@ -2941,6 +2968,10 @@ class DataPointTooltipOptionTypeDef(TypedDict):
|
|
2941
2968
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
2942
2969
|
|
2943
2970
|
|
2971
|
+
class DataQAEnabledOptionTypeDef(TypedDict):
|
2972
|
+
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
2973
|
+
|
2974
|
+
|
2944
2975
|
class ExportToCSVOptionTypeDef(TypedDict):
|
2945
2976
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
2946
2977
|
|
@@ -3115,6 +3146,7 @@ class OracleParametersTypeDef(TypedDict):
|
|
3115
3146
|
Host: str
|
3116
3147
|
Port: int
|
3117
3148
|
Database: str
|
3149
|
+
UseServiceName: NotRequired[bool]
|
3118
3150
|
|
3119
3151
|
|
3120
3152
|
class PostgreSqlParametersTypeDef(TypedDict):
|
@@ -4593,6 +4625,10 @@ class RangeConstantTypeDef(TypedDict):
|
|
4593
4625
|
Maximum: NotRequired[str]
|
4594
4626
|
|
4595
4627
|
|
4628
|
+
class RecentSnapshotsConfigurationsTypeDef(TypedDict):
|
4629
|
+
Enabled: bool
|
4630
|
+
|
4631
|
+
|
4596
4632
|
class RedshiftIAMParametersOutputTypeDef(TypedDict):
|
4597
4633
|
RoleArn: str
|
4598
4634
|
DatabaseUser: NotRequired[str]
|
@@ -4624,15 +4660,27 @@ ReferenceLineStyleConfigurationTypeDef = TypedDict(
|
|
4624
4660
|
)
|
4625
4661
|
|
4626
4662
|
|
4663
|
+
class RefreshFailureEmailAlertTypeDef(TypedDict):
|
4664
|
+
AlertStatus: NotRequired[RefreshFailureAlertStatusType]
|
4665
|
+
|
4666
|
+
|
4627
4667
|
class ScheduleRefreshOnEntityTypeDef(TypedDict):
|
4628
4668
|
DayOfWeek: NotRequired[DayOfWeekType]
|
4629
4669
|
DayOfMonth: NotRequired[str]
|
4630
4670
|
|
4631
4671
|
|
4672
|
+
class SchedulesConfigurationsTypeDef(TypedDict):
|
4673
|
+
Enabled: bool
|
4674
|
+
|
4675
|
+
|
4632
4676
|
class StatePersistenceConfigurationsTypeDef(TypedDict):
|
4633
4677
|
Enabled: bool
|
4634
4678
|
|
4635
4679
|
|
4680
|
+
class ThresholdAlertsConfigurationsTypeDef(TypedDict):
|
4681
|
+
Enabled: bool
|
4682
|
+
|
4683
|
+
|
4636
4684
|
class RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef(TypedDict):
|
4637
4685
|
InitialTopicId: NotRequired[str]
|
4638
4686
|
|
@@ -4846,6 +4894,12 @@ class TablePinnedFieldOptionsOutputTypeDef(TypedDict):
|
|
4846
4894
|
PinnedLeftFields: NotRequired[List[str]]
|
4847
4895
|
|
4848
4896
|
|
4897
|
+
class TransposedTableOptionTypeDef(TypedDict):
|
4898
|
+
ColumnType: TransposedColumnTypeType
|
4899
|
+
ColumnIndex: NotRequired[int]
|
4900
|
+
ColumnWidth: NotRequired[str]
|
4901
|
+
|
4902
|
+
|
4849
4903
|
class TablePinnedFieldOptionsTypeDef(TypedDict):
|
4850
4904
|
PinnedLeftFields: NotRequired[Sequence[str]]
|
4851
4905
|
|
@@ -5085,6 +5139,10 @@ class UpdateVPCConnectionRequestTypeDef(TypedDict):
|
|
5085
5139
|
DnsResolvers: NotRequired[Sequence[str]]
|
5086
5140
|
|
5087
5141
|
|
5142
|
+
class VisualHighlightOperationTypeDef(TypedDict):
|
5143
|
+
Trigger: VisualHighlightTriggerType
|
5144
|
+
|
5145
|
+
|
5088
5146
|
class WaterfallChartGroupColorConfigurationTypeDef(TypedDict):
|
5089
5147
|
PositiveBarColor: NotRequired[str]
|
5090
5148
|
NegativeBarColor: NotRequired[str]
|
@@ -5183,6 +5241,17 @@ class TimeRangeDrillDownFilterOutputTypeDef(TypedDict):
|
|
5183
5241
|
TimeGranularity: TimeGranularityType
|
5184
5242
|
|
5185
5243
|
|
5244
|
+
class AmazonQInQuickSightDashboardConfigurationsTypeDef(TypedDict):
|
5245
|
+
ExecutiveSummary: NotRequired[ExecutiveSummaryConfigurationsTypeDef]
|
5246
|
+
|
5247
|
+
|
5248
|
+
class AmazonQInQuickSightConsoleConfigurationsTypeDef(TypedDict):
|
5249
|
+
DataQnA: NotRequired[DataQnAConfigurationsTypeDef]
|
5250
|
+
GenerativeAuthoring: NotRequired[GenerativeAuthoringConfigurationsTypeDef]
|
5251
|
+
ExecutiveSummary: NotRequired[ExecutiveSummaryConfigurationsTypeDef]
|
5252
|
+
DataStories: NotRequired[DataStoriesConfigurationsTypeDef]
|
5253
|
+
|
5254
|
+
|
5186
5255
|
AnalysisErrorTypeDef = TypedDict(
|
5187
5256
|
"AnalysisErrorTypeDef",
|
5188
5257
|
{
|
@@ -6646,6 +6715,7 @@ class DataSetSummaryTypeDef(TypedDict):
|
|
6646
6715
|
RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef]
|
6647
6716
|
RowLevelPermissionTagConfigurationApplied: NotRequired[bool]
|
6648
6717
|
ColumnLevelPermissionRulesApplied: NotRequired[bool]
|
6718
|
+
UseAs: NotRequired[Literal["RLS_RULES"]]
|
6649
6719
|
|
6650
6720
|
|
6651
6721
|
class CreateFolderMembershipResponseTypeDef(TypedDict):
|
@@ -7782,6 +7852,10 @@ RedshiftIAMParametersUnionTypeDef = Union[
|
|
7782
7852
|
]
|
7783
7853
|
|
7784
7854
|
|
7855
|
+
class RefreshFailureConfigurationTypeDef(TypedDict):
|
7856
|
+
EmailAlert: NotRequired[RefreshFailureEmailAlertTypeDef]
|
7857
|
+
|
7858
|
+
|
7785
7859
|
class RefreshFrequencyTypeDef(TypedDict):
|
7786
7860
|
Interval: RefreshIntervalType
|
7787
7861
|
RefreshOnDay: NotRequired[ScheduleRefreshOnEntityTypeDef]
|
@@ -7789,17 +7863,6 @@ class RefreshFrequencyTypeDef(TypedDict):
|
|
7789
7863
|
TimeOfTheDay: NotRequired[str]
|
7790
7864
|
|
7791
7865
|
|
7792
|
-
class RegisteredUserConsoleFeatureConfigurationsTypeDef(TypedDict):
|
7793
|
-
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
7794
|
-
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
7795
|
-
|
7796
|
-
|
7797
|
-
class RegisteredUserDashboardFeatureConfigurationsTypeDef(TypedDict):
|
7798
|
-
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
7799
|
-
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
7800
|
-
Bookmarks: NotRequired[BookmarksConfigurationsTypeDef]
|
7801
|
-
|
7802
|
-
|
7803
7866
|
class RowLevelPermissionTagConfigurationOutputTypeDef(TypedDict):
|
7804
7867
|
TagRules: List[RowLevelPermissionTagRuleTypeDef]
|
7805
7868
|
Status: NotRequired[StatusType]
|
@@ -7958,6 +8021,10 @@ UntagColumnOperationUnionTypeDef = Union[
|
|
7958
8021
|
]
|
7959
8022
|
|
7960
8023
|
|
8024
|
+
class VisualCustomActionDefaultsTypeDef(TypedDict):
|
8025
|
+
highlightOperation: NotRequired[VisualHighlightOperationTypeDef]
|
8026
|
+
|
8027
|
+
|
7961
8028
|
class WaterfallChartColorConfigurationTypeDef(TypedDict):
|
7962
8029
|
GroupColorConfiguration: NotRequired[WaterfallChartGroupColorConfigurationTypeDef]
|
7963
8030
|
|
@@ -8018,6 +8085,25 @@ class DrillDownFilterOutputTypeDef(TypedDict):
|
|
8018
8085
|
TimeRangeFilter: NotRequired[TimeRangeDrillDownFilterOutputTypeDef]
|
8019
8086
|
|
8020
8087
|
|
8088
|
+
class RegisteredUserDashboardFeatureConfigurationsTypeDef(TypedDict):
|
8089
|
+
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
8090
|
+
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
8091
|
+
Bookmarks: NotRequired[BookmarksConfigurationsTypeDef]
|
8092
|
+
AmazonQInQuickSight: NotRequired[AmazonQInQuickSightDashboardConfigurationsTypeDef]
|
8093
|
+
Schedules: NotRequired[SchedulesConfigurationsTypeDef]
|
8094
|
+
RecentSnapshots: NotRequired[RecentSnapshotsConfigurationsTypeDef]
|
8095
|
+
ThresholdAlerts: NotRequired[ThresholdAlertsConfigurationsTypeDef]
|
8096
|
+
|
8097
|
+
|
8098
|
+
class RegisteredUserConsoleFeatureConfigurationsTypeDef(TypedDict):
|
8099
|
+
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
8100
|
+
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
8101
|
+
AmazonQInQuickSight: NotRequired[AmazonQInQuickSightConsoleConfigurationsTypeDef]
|
8102
|
+
Schedules: NotRequired[SchedulesConfigurationsTypeDef]
|
8103
|
+
RecentSnapshots: NotRequired[RecentSnapshotsConfigurationsTypeDef]
|
8104
|
+
ThresholdAlerts: NotRequired[ThresholdAlertsConfigurationsTypeDef]
|
8105
|
+
|
8106
|
+
|
8021
8107
|
class AnalysisSourceEntityTypeDef(TypedDict):
|
8022
8108
|
SourceTemplate: NotRequired[AnalysisSourceTemplateTypeDef]
|
8023
8109
|
|
@@ -8285,6 +8371,7 @@ class DashboardPublishOptionsTypeDef(TypedDict):
|
|
8285
8371
|
DataPointDrillUpDownOption: NotRequired[DataPointDrillUpDownOptionTypeDef]
|
8286
8372
|
DataPointMenuLabelOption: NotRequired[DataPointMenuLabelOptionTypeDef]
|
8287
8373
|
DataPointTooltipOption: NotRequired[DataPointTooltipOptionTypeDef]
|
8374
|
+
DataQAEnabledOption: NotRequired[DataQAEnabledOptionTypeDef]
|
8288
8375
|
|
8289
8376
|
|
8290
8377
|
class DataPathColorTypeDef(TypedDict):
|
@@ -8840,16 +8927,6 @@ class RefreshScheduleTypeDef(TypedDict):
|
|
8840
8927
|
Arn: NotRequired[str]
|
8841
8928
|
|
8842
8929
|
|
8843
|
-
class RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef(TypedDict):
|
8844
|
-
InitialPath: NotRequired[str]
|
8845
|
-
FeatureConfigurations: NotRequired[RegisteredUserConsoleFeatureConfigurationsTypeDef]
|
8846
|
-
|
8847
|
-
|
8848
|
-
class RegisteredUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
|
8849
|
-
InitialDashboardId: str
|
8850
|
-
FeatureConfigurations: NotRequired[RegisteredUserDashboardFeatureConfigurationsTypeDef]
|
8851
|
-
|
8852
|
-
|
8853
8930
|
RowLevelPermissionTagConfigurationUnionTypeDef = Union[
|
8854
8931
|
RowLevelPermissionTagConfigurationTypeDef, RowLevelPermissionTagConfigurationOutputTypeDef
|
8855
8932
|
]
|
@@ -8957,6 +9034,22 @@ class StringDatasetParameterTypeDef(TypedDict):
|
|
8957
9034
|
DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef]
|
8958
9035
|
|
8959
9036
|
|
9037
|
+
class AssetOptionsOutputTypeDef(TypedDict):
|
9038
|
+
Timezone: NotRequired[str]
|
9039
|
+
WeekStart: NotRequired[DayOfTheWeekType]
|
9040
|
+
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
9041
|
+
ExcludedDataSetArns: NotRequired[List[str]]
|
9042
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
9043
|
+
|
9044
|
+
|
9045
|
+
class AssetOptionsTypeDef(TypedDict):
|
9046
|
+
Timezone: NotRequired[str]
|
9047
|
+
WeekStart: NotRequired[DayOfTheWeekType]
|
9048
|
+
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
9049
|
+
ExcludedDataSetArns: NotRequired[Sequence[str]]
|
9050
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
9051
|
+
|
9052
|
+
|
8960
9053
|
class FilterCrossSheetControlOutputTypeDef(TypedDict):
|
8961
9054
|
FilterControlId: str
|
8962
9055
|
SourceFilterId: str
|
@@ -9050,6 +9143,16 @@ class PredefinedHierarchyOutputTypeDef(TypedDict):
|
|
9050
9143
|
DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]]
|
9051
9144
|
|
9052
9145
|
|
9146
|
+
class RegisteredUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
|
9147
|
+
InitialDashboardId: str
|
9148
|
+
FeatureConfigurations: NotRequired[RegisteredUserDashboardFeatureConfigurationsTypeDef]
|
9149
|
+
|
9150
|
+
|
9151
|
+
class RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef(TypedDict):
|
9152
|
+
InitialPath: NotRequired[str]
|
9153
|
+
FeatureConfigurations: NotRequired[RegisteredUserConsoleFeatureConfigurationsTypeDef]
|
9154
|
+
|
9155
|
+
|
9053
9156
|
class AnonymousUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
|
9054
9157
|
Dashboard: NotRequired[AnonymousUserDashboardEmbeddingConfigurationTypeDef]
|
9055
9158
|
DashboardVisual: NotRequired[AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef]
|
@@ -9514,7 +9617,8 @@ class LogoSetTypeDef(TypedDict):
|
|
9514
9617
|
|
9515
9618
|
|
9516
9619
|
class DataSetRefreshPropertiesTypeDef(TypedDict):
|
9517
|
-
RefreshConfiguration: RefreshConfigurationTypeDef
|
9620
|
+
RefreshConfiguration: NotRequired[RefreshConfigurationTypeDef]
|
9621
|
+
FailureConfiguration: NotRequired[RefreshFailureConfigurationTypeDef]
|
9518
9622
|
|
9519
9623
|
|
9520
9624
|
IntegerDatasetParameterUnionTypeDef = Union[
|
@@ -9627,14 +9731,6 @@ class ListRefreshSchedulesResponseTypeDef(TypedDict):
|
|
9627
9731
|
RefreshScheduleUnionTypeDef = Union[RefreshScheduleTypeDef, RefreshScheduleOutputTypeDef]
|
9628
9732
|
|
9629
9733
|
|
9630
|
-
class RegisteredUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
|
9631
|
-
Dashboard: NotRequired[RegisteredUserDashboardEmbeddingConfigurationTypeDef]
|
9632
|
-
QuickSightConsole: NotRequired[RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef]
|
9633
|
-
QSearchBar: NotRequired[RegisteredUserQSearchBarEmbeddingConfigurationTypeDef]
|
9634
|
-
DashboardVisual: NotRequired[RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef]
|
9635
|
-
GenerativeQnA: NotRequired[RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef]
|
9636
|
-
|
9637
|
-
|
9638
9734
|
class SnapshotJobResultFileGroupTypeDef(TypedDict):
|
9639
9735
|
Files: NotRequired[List[SnapshotFileOutputTypeDef]]
|
9640
9736
|
S3Results: NotRequired[List[SnapshotJobS3ResultTypeDef]]
|
@@ -9710,6 +9806,14 @@ class ColumnHierarchyOutputTypeDef(TypedDict):
|
|
9710
9806
|
PredefinedHierarchy: NotRequired[PredefinedHierarchyOutputTypeDef]
|
9711
9807
|
|
9712
9808
|
|
9809
|
+
class RegisteredUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
|
9810
|
+
Dashboard: NotRequired[RegisteredUserDashboardEmbeddingConfigurationTypeDef]
|
9811
|
+
QuickSightConsole: NotRequired[RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef]
|
9812
|
+
QSearchBar: NotRequired[RegisteredUserQSearchBarEmbeddingConfigurationTypeDef]
|
9813
|
+
DashboardVisual: NotRequired[RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef]
|
9814
|
+
GenerativeQnA: NotRequired[RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef]
|
9815
|
+
|
9816
|
+
|
9713
9817
|
class GenerateEmbedUrlForAnonymousUserRequestTypeDef(TypedDict):
|
9714
9818
|
AwsAccountId: str
|
9715
9819
|
Namespace: str
|
@@ -10338,6 +10442,12 @@ class LogoTypeDef(TypedDict):
|
|
10338
10442
|
LogoSet: LogoSetTypeDef
|
10339
10443
|
|
10340
10444
|
|
10445
|
+
class AssetBundleImportJobDataSetOverrideParametersTypeDef(TypedDict):
|
10446
|
+
DataSetId: str
|
10447
|
+
Name: NotRequired[str]
|
10448
|
+
DataSetRefreshProperties: NotRequired[DataSetRefreshPropertiesTypeDef]
|
10449
|
+
|
10450
|
+
|
10341
10451
|
class DescribeDataSetRefreshPropertiesResponseTypeDef(TypedDict):
|
10342
10452
|
RequestId: str
|
10343
10453
|
Status: int
|
@@ -10506,21 +10616,6 @@ class UpdateRefreshScheduleRequestTypeDef(TypedDict):
|
|
10506
10616
|
Schedule: RefreshScheduleUnionTypeDef
|
10507
10617
|
|
10508
10618
|
|
10509
|
-
class GenerateEmbedUrlForRegisteredUserRequestTypeDef(TypedDict):
|
10510
|
-
AwsAccountId: str
|
10511
|
-
UserArn: str
|
10512
|
-
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
10513
|
-
SessionLifetimeInMinutes: NotRequired[int]
|
10514
|
-
AllowedDomains: NotRequired[Sequence[str]]
|
10515
|
-
|
10516
|
-
|
10517
|
-
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef(TypedDict):
|
10518
|
-
AwsAccountId: str
|
10519
|
-
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
10520
|
-
SessionLifetimeInMinutes: NotRequired[int]
|
10521
|
-
AllowedDomains: NotRequired[Sequence[str]]
|
10522
|
-
|
10523
|
-
|
10524
10619
|
class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
|
10525
10620
|
FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]]
|
10526
10621
|
|
@@ -10560,22 +10655,19 @@ SnapshotConfigurationUnionTypeDef = Union[
|
|
10560
10655
|
]
|
10561
10656
|
|
10562
10657
|
|
10563
|
-
class
|
10564
|
-
|
10565
|
-
|
10566
|
-
|
10567
|
-
|
10568
|
-
|
10569
|
-
|
10570
|
-
|
10571
|
-
|
10572
|
-
|
10573
|
-
|
10574
|
-
|
10575
|
-
|
10576
|
-
Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverrideParametersTypeDef]]
|
10577
|
-
Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverrideParametersTypeDef]]
|
10578
|
-
Folders: NotRequired[List[AssetBundleImportJobFolderOverrideParametersTypeDef]]
|
10658
|
+
class GenerateEmbedUrlForRegisteredUserRequestTypeDef(TypedDict):
|
10659
|
+
AwsAccountId: str
|
10660
|
+
UserArn: str
|
10661
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
10662
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
10663
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
10664
|
+
|
10665
|
+
|
10666
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef(TypedDict):
|
10667
|
+
AwsAccountId: str
|
10668
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
10669
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
10670
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
10579
10671
|
|
10580
10672
|
|
10581
10673
|
class DescribeDataSourceResponseTypeDef(TypedDict):
|
@@ -10639,6 +10731,7 @@ class DataSetTypeDef(TypedDict):
|
|
10639
10731
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
10640
10732
|
DatasetParameters: NotRequired[List[DatasetParameterOutputTypeDef]]
|
10641
10733
|
PerformanceConfiguration: NotRequired[PerformanceConfigurationOutputTypeDef]
|
10734
|
+
UseAs: NotRequired[Literal["RLS_RULES"]]
|
10642
10735
|
|
10643
10736
|
|
10644
10737
|
class ImageCustomActionOperationOutputTypeDef(TypedDict):
|
@@ -10870,6 +10963,24 @@ class BrandDetailTypeDef(TypedDict):
|
|
10870
10963
|
Logo: NotRequired[LogoTypeDef]
|
10871
10964
|
|
10872
10965
|
|
10966
|
+
class AssetBundleImportJobOverrideParametersOutputTypeDef(TypedDict):
|
10967
|
+
ResourceIdOverrideConfiguration: NotRequired[
|
10968
|
+
AssetBundleImportJobResourceIdOverrideConfigurationTypeDef
|
10969
|
+
]
|
10970
|
+
VPCConnections: NotRequired[
|
10971
|
+
List[AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef]
|
10972
|
+
]
|
10973
|
+
RefreshSchedules: NotRequired[
|
10974
|
+
List[AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef]
|
10975
|
+
]
|
10976
|
+
DataSources: NotRequired[List[AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef]]
|
10977
|
+
DataSets: NotRequired[List[AssetBundleImportJobDataSetOverrideParametersTypeDef]]
|
10978
|
+
Themes: NotRequired[List[AssetBundleImportJobThemeOverrideParametersTypeDef]]
|
10979
|
+
Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverrideParametersTypeDef]]
|
10980
|
+
Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverrideParametersTypeDef]]
|
10981
|
+
Folders: NotRequired[List[AssetBundleImportJobFolderOverrideParametersTypeDef]]
|
10982
|
+
|
10983
|
+
|
10873
10984
|
ThemeTypeDef = TypedDict(
|
10874
10985
|
"ThemeTypeDef",
|
10875
10986
|
{
|
@@ -11278,26 +11389,6 @@ class StartDashboardSnapshotJobRequestTypeDef(TypedDict):
|
|
11278
11389
|
SnapshotConfiguration: SnapshotConfigurationUnionTypeDef
|
11279
11390
|
|
11280
11391
|
|
11281
|
-
class DescribeAssetBundleImportJobResponseTypeDef(TypedDict):
|
11282
|
-
JobStatus: AssetBundleImportJobStatusType
|
11283
|
-
Errors: List[AssetBundleImportJobErrorTypeDef]
|
11284
|
-
RollbackErrors: List[AssetBundleImportJobErrorTypeDef]
|
11285
|
-
Arn: str
|
11286
|
-
CreatedTime: datetime
|
11287
|
-
AssetBundleImportJobId: str
|
11288
|
-
AwsAccountId: str
|
11289
|
-
AssetBundleImportSource: AssetBundleImportSourceDescriptionTypeDef
|
11290
|
-
OverrideParameters: AssetBundleImportJobOverrideParametersOutputTypeDef
|
11291
|
-
FailureAction: AssetBundleImportFailureActionType
|
11292
|
-
RequestId: str
|
11293
|
-
Status: int
|
11294
|
-
OverridePermissions: AssetBundleImportJobOverridePermissionsOutputTypeDef
|
11295
|
-
OverrideTags: AssetBundleImportJobOverrideTagsOutputTypeDef
|
11296
|
-
OverrideValidationStrategy: AssetBundleImportJobOverrideValidationStrategyTypeDef
|
11297
|
-
Warnings: List[AssetBundleImportJobWarningTypeDef]
|
11298
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
11299
|
-
|
11300
|
-
|
11301
11392
|
class ImageCustomActionOperationTypeDef(TypedDict):
|
11302
11393
|
NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef]
|
11303
11394
|
URLOperation: NotRequired[CustomActionURLOperationTypeDef]
|
@@ -11492,6 +11583,26 @@ class UpdateBrandResponseTypeDef(TypedDict):
|
|
11492
11583
|
ResponseMetadata: ResponseMetadataTypeDef
|
11493
11584
|
|
11494
11585
|
|
11586
|
+
class DescribeAssetBundleImportJobResponseTypeDef(TypedDict):
|
11587
|
+
JobStatus: AssetBundleImportJobStatusType
|
11588
|
+
Errors: List[AssetBundleImportJobErrorTypeDef]
|
11589
|
+
RollbackErrors: List[AssetBundleImportJobErrorTypeDef]
|
11590
|
+
Arn: str
|
11591
|
+
CreatedTime: datetime
|
11592
|
+
AssetBundleImportJobId: str
|
11593
|
+
AwsAccountId: str
|
11594
|
+
AssetBundleImportSource: AssetBundleImportSourceDescriptionTypeDef
|
11595
|
+
OverrideParameters: AssetBundleImportJobOverrideParametersOutputTypeDef
|
11596
|
+
FailureAction: AssetBundleImportFailureActionType
|
11597
|
+
RequestId: str
|
11598
|
+
Status: int
|
11599
|
+
OverridePermissions: AssetBundleImportJobOverridePermissionsOutputTypeDef
|
11600
|
+
OverrideTags: AssetBundleImportJobOverrideTagsOutputTypeDef
|
11601
|
+
OverrideValidationStrategy: AssetBundleImportJobOverrideValidationStrategyTypeDef
|
11602
|
+
Warnings: List[AssetBundleImportJobWarningTypeDef]
|
11603
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
11604
|
+
|
11605
|
+
|
11495
11606
|
class DescribeThemeResponseTypeDef(TypedDict):
|
11496
11607
|
Theme: ThemeTypeDef
|
11497
11608
|
Status: int
|
@@ -11878,12 +11989,14 @@ class TableFieldOptionsOutputTypeDef(TypedDict):
|
|
11878
11989
|
SelectedFieldOptions: NotRequired[List[TableFieldOptionTypeDef]]
|
11879
11990
|
Order: NotRequired[List[str]]
|
11880
11991
|
PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsOutputTypeDef]
|
11992
|
+
TransposedTableOptions: NotRequired[List[TransposedTableOptionTypeDef]]
|
11881
11993
|
|
11882
11994
|
|
11883
11995
|
class TableFieldOptionsTypeDef(TypedDict):
|
11884
11996
|
SelectedFieldOptions: NotRequired[Sequence[TableFieldOptionTypeDef]]
|
11885
11997
|
Order: NotRequired[Sequence[str]]
|
11886
11998
|
PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsTypeDef]
|
11999
|
+
TransposedTableOptions: NotRequired[Sequence[TransposedTableOptionTypeDef]]
|
11887
12000
|
|
11888
12001
|
|
11889
12002
|
class GeospatialLayerDefinitionOutputTypeDef(TypedDict):
|
@@ -12694,6 +12807,7 @@ class CreateDataSetRequestTypeDef(TypedDict):
|
|
12694
12807
|
DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]]
|
12695
12808
|
FolderArns: NotRequired[Sequence[str]]
|
12696
12809
|
PerformanceConfiguration: NotRequired[PerformanceConfigurationUnionTypeDef]
|
12810
|
+
UseAs: NotRequired[Literal["RLS_RULES"]]
|
12697
12811
|
|
12698
12812
|
|
12699
12813
|
class UpdateDataSetRequestTypeDef(TypedDict):
|
@@ -13974,6 +14088,7 @@ class SheetDefinitionOutputTypeDef(TypedDict):
|
|
13974
14088
|
Layouts: NotRequired[List[LayoutOutputTypeDef]]
|
13975
14089
|
SheetControlLayouts: NotRequired[List[SheetControlLayoutOutputTypeDef]]
|
13976
14090
|
ContentType: NotRequired[SheetContentTypeType]
|
14091
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
13977
14092
|
|
13978
14093
|
|
13979
14094
|
class SheetDefinitionTypeDef(TypedDict):
|
@@ -13989,6 +14104,7 @@ class SheetDefinitionTypeDef(TypedDict):
|
|
13989
14104
|
Layouts: NotRequired[Sequence[LayoutTypeDef]]
|
13990
14105
|
SheetControlLayouts: NotRequired[Sequence[SheetControlLayoutTypeDef]]
|
13991
14106
|
ContentType: NotRequired[SheetContentTypeType]
|
14107
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
13992
14108
|
|
13993
14109
|
|
13994
14110
|
class BatchCreateTopicReviewedAnswerRequestTypeDef(TypedDict):
|
@@ -14005,7 +14121,7 @@ class AnalysisDefinitionOutputTypeDef(TypedDict):
|
|
14005
14121
|
FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]]
|
14006
14122
|
ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]]
|
14007
14123
|
AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef]
|
14008
|
-
Options: NotRequired[
|
14124
|
+
Options: NotRequired[AssetOptionsOutputTypeDef]
|
14009
14125
|
QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef]
|
14010
14126
|
StaticFiles: NotRequired[List[StaticFileTypeDef]]
|
14011
14127
|
|
@@ -14018,7 +14134,7 @@ class DashboardVersionDefinitionOutputTypeDef(TypedDict):
|
|
14018
14134
|
FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]]
|
14019
14135
|
ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]]
|
14020
14136
|
AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef]
|
14021
|
-
Options: NotRequired[
|
14137
|
+
Options: NotRequired[AssetOptionsOutputTypeDef]
|
14022
14138
|
StaticFiles: NotRequired[List[StaticFileTypeDef]]
|
14023
14139
|
|
14024
14140
|
|
@@ -14030,7 +14146,7 @@ class TemplateVersionDefinitionOutputTypeDef(TypedDict):
|
|
14030
14146
|
FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]]
|
14031
14147
|
ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]]
|
14032
14148
|
AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef]
|
14033
|
-
Options: NotRequired[
|
14149
|
+
Options: NotRequired[AssetOptionsOutputTypeDef]
|
14034
14150
|
QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef]
|
14035
14151
|
StaticFiles: NotRequired[List[StaticFileTypeDef]]
|
14036
14152
|
|