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,
|
@@ -273,6 +278,8 @@ __all__ = (
|
|
273
278
|
"AggregationSortConfigurationTypeDef",
|
274
279
|
"AmazonElasticsearchParametersTypeDef",
|
275
280
|
"AmazonOpenSearchParametersTypeDef",
|
281
|
+
"AmazonQInQuickSightConsoleConfigurationsTypeDef",
|
282
|
+
"AmazonQInQuickSightDashboardConfigurationsTypeDef",
|
276
283
|
"AnalysisDefaultsTypeDef",
|
277
284
|
"AnalysisDefinitionOutputTypeDef",
|
278
285
|
"AnalysisDefinitionTypeDef",
|
@@ -380,6 +387,7 @@ __all__ = (
|
|
380
387
|
"AssetBundleResourceLinkSharingConfigurationTypeDef",
|
381
388
|
"AssetBundleResourcePermissionsOutputTypeDef",
|
382
389
|
"AssetBundleResourcePermissionsTypeDef",
|
390
|
+
"AssetOptionsOutputTypeDef",
|
383
391
|
"AssetOptionsTypeDef",
|
384
392
|
"AthenaParametersTypeDef",
|
385
393
|
"AttributeAggregationFunctionTypeDef",
|
@@ -643,6 +651,8 @@ __all__ = (
|
|
643
651
|
"DataPointDrillUpDownOptionTypeDef",
|
644
652
|
"DataPointMenuLabelOptionTypeDef",
|
645
653
|
"DataPointTooltipOptionTypeDef",
|
654
|
+
"DataQAEnabledOptionTypeDef",
|
655
|
+
"DataQnAConfigurationsTypeDef",
|
646
656
|
"DataSetConfigurationOutputTypeDef",
|
647
657
|
"DataSetConfigurationTypeDef",
|
648
658
|
"DataSetIdentifierDeclarationTypeDef",
|
@@ -662,6 +672,7 @@ __all__ = (
|
|
662
672
|
"DataSourceSearchFilterTypeDef",
|
663
673
|
"DataSourceSummaryTypeDef",
|
664
674
|
"DataSourceTypeDef",
|
675
|
+
"DataStoriesConfigurationsTypeDef",
|
665
676
|
"DatabricksParametersTypeDef",
|
666
677
|
"DatasetMetadataOutputTypeDef",
|
667
678
|
"DatasetMetadataTypeDef",
|
@@ -905,6 +916,7 @@ __all__ = (
|
|
905
916
|
"ErrorInfoTypeDef",
|
906
917
|
"ExasolParametersTypeDef",
|
907
918
|
"ExcludePeriodConfigurationTypeDef",
|
919
|
+
"ExecutiveSummaryConfigurationsTypeDef",
|
908
920
|
"ExplicitHierarchyOutputTypeDef",
|
909
921
|
"ExplicitHierarchyTypeDef",
|
910
922
|
"ExportHiddenFieldsOptionTypeDef",
|
@@ -1024,6 +1036,7 @@ __all__ = (
|
|
1024
1036
|
"GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef",
|
1025
1037
|
"GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef",
|
1026
1038
|
"GeneratedAnswerResultTypeDef",
|
1039
|
+
"GenerativeAuthoringConfigurationsTypeDef",
|
1027
1040
|
"GeoSpatialColumnGroupOutputTypeDef",
|
1028
1041
|
"GeoSpatialColumnGroupTypeDef",
|
1029
1042
|
"GeoSpatialColumnGroupUnionTypeDef",
|
@@ -1512,6 +1525,7 @@ __all__ = (
|
|
1512
1525
|
"RangeConstantTypeDef",
|
1513
1526
|
"RangeEndsLabelTypeTypeDef",
|
1514
1527
|
"RdsParametersTypeDef",
|
1528
|
+
"RecentSnapshotsConfigurationsTypeDef",
|
1515
1529
|
"RedshiftIAMParametersOutputTypeDef",
|
1516
1530
|
"RedshiftIAMParametersTypeDef",
|
1517
1531
|
"RedshiftIAMParametersUnionTypeDef",
|
@@ -1527,6 +1541,8 @@ __all__ = (
|
|
1527
1541
|
"ReferenceLineTypeDef",
|
1528
1542
|
"ReferenceLineValueLabelConfigurationTypeDef",
|
1529
1543
|
"RefreshConfigurationTypeDef",
|
1544
|
+
"RefreshFailureConfigurationTypeDef",
|
1545
|
+
"RefreshFailureEmailAlertTypeDef",
|
1530
1546
|
"RefreshFrequencyTypeDef",
|
1531
1547
|
"RefreshScheduleOutputTypeDef",
|
1532
1548
|
"RefreshScheduleTypeDef",
|
@@ -1593,6 +1609,7 @@ __all__ = (
|
|
1593
1609
|
"ScatterPlotVisualOutputTypeDef",
|
1594
1610
|
"ScatterPlotVisualTypeDef",
|
1595
1611
|
"ScheduleRefreshOnEntityTypeDef",
|
1612
|
+
"SchedulesConfigurationsTypeDef",
|
1596
1613
|
"ScrollBarOptionsTypeDef",
|
1597
1614
|
"SearchAnalysesRequestPaginateTypeDef",
|
1598
1615
|
"SearchAnalysesRequestTypeDef",
|
@@ -1803,6 +1820,7 @@ __all__ = (
|
|
1803
1820
|
"ThemeVersionSummaryTypeDef",
|
1804
1821
|
"ThemeVersionTypeDef",
|
1805
1822
|
"ThousandSeparatorOptionsTypeDef",
|
1823
|
+
"ThresholdAlertsConfigurationsTypeDef",
|
1806
1824
|
"TileLayoutStyleTypeDef",
|
1807
1825
|
"TileStyleTypeDef",
|
1808
1826
|
"TimeBasedForecastPropertiesTypeDef",
|
@@ -1884,6 +1902,7 @@ __all__ = (
|
|
1884
1902
|
"TransformOperationOutputTypeDef",
|
1885
1903
|
"TransformOperationTypeDef",
|
1886
1904
|
"TransformOperationUnionTypeDef",
|
1905
|
+
"TransposedTableOptionTypeDef",
|
1887
1906
|
"TreeMapAggregatedFieldWellsOutputTypeDef",
|
1888
1907
|
"TreeMapAggregatedFieldWellsTypeDef",
|
1889
1908
|
"TreeMapConfigurationOutputTypeDef",
|
@@ -2004,10 +2023,12 @@ __all__ = (
|
|
2004
2023
|
"ValidationStrategyTypeDef",
|
2005
2024
|
"VisibleRangeOptionsTypeDef",
|
2006
2025
|
"VisualAxisSortOptionTypeDef",
|
2026
|
+
"VisualCustomActionDefaultsTypeDef",
|
2007
2027
|
"VisualCustomActionOperationOutputTypeDef",
|
2008
2028
|
"VisualCustomActionOperationTypeDef",
|
2009
2029
|
"VisualCustomActionOutputTypeDef",
|
2010
2030
|
"VisualCustomActionTypeDef",
|
2031
|
+
"VisualHighlightOperationTypeDef",
|
2011
2032
|
"VisualInteractionOptionsTypeDef",
|
2012
2033
|
"VisualMenuOptionTypeDef",
|
2013
2034
|
"VisualOptionsTypeDef",
|
@@ -2106,9 +2127,17 @@ class AmazonElasticsearchParametersTypeDef(TypedDict):
|
|
2106
2127
|
class AmazonOpenSearchParametersTypeDef(TypedDict):
|
2107
2128
|
Domain: str
|
2108
2129
|
|
2109
|
-
class
|
2110
|
-
|
2111
|
-
|
2130
|
+
class DataQnAConfigurationsTypeDef(TypedDict):
|
2131
|
+
Enabled: bool
|
2132
|
+
|
2133
|
+
class DataStoriesConfigurationsTypeDef(TypedDict):
|
2134
|
+
Enabled: bool
|
2135
|
+
|
2136
|
+
class ExecutiveSummaryConfigurationsTypeDef(TypedDict):
|
2137
|
+
Enabled: bool
|
2138
|
+
|
2139
|
+
class GenerativeAuthoringConfigurationsTypeDef(TypedDict):
|
2140
|
+
Enabled: bool
|
2112
2141
|
|
2113
2142
|
class CalculatedFieldTypeDef(TypedDict):
|
2114
2143
|
DataSetIdentifier: str
|
@@ -2186,7 +2215,7 @@ class AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef(TypedDict):
|
|
2186
2215
|
|
2187
2216
|
class AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef(TypedDict):
|
2188
2217
|
Arn: str
|
2189
|
-
Properties: List[
|
2218
|
+
Properties: List[AssetBundleExportJobDataSetPropertyToOverrideType]
|
2190
2219
|
|
2191
2220
|
class AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef(TypedDict):
|
2192
2221
|
Arn: str
|
@@ -2221,7 +2250,7 @@ class AssetBundleExportJobDashboardOverridePropertiesTypeDef(TypedDict):
|
|
2221
2250
|
|
2222
2251
|
class AssetBundleExportJobDataSetOverridePropertiesTypeDef(TypedDict):
|
2223
2252
|
Arn: str
|
2224
|
-
Properties: Sequence[
|
2253
|
+
Properties: Sequence[AssetBundleExportJobDataSetPropertyToOverrideType]
|
2225
2254
|
|
2226
2255
|
class AssetBundleExportJobDataSourceOverridePropertiesTypeDef(TypedDict):
|
2227
2256
|
Arn: str
|
@@ -2289,10 +2318,6 @@ class AssetBundleImportJobDashboardOverrideParametersTypeDef(TypedDict):
|
|
2289
2318
|
DashboardId: str
|
2290
2319
|
Name: NotRequired[str]
|
2291
2320
|
|
2292
|
-
class AssetBundleImportJobDataSetOverrideParametersTypeDef(TypedDict):
|
2293
|
-
DataSetId: str
|
2294
|
-
Name: NotRequired[str]
|
2295
|
-
|
2296
2321
|
class AssetBundleImportJobDataSourceCredentialPairTypeDef(TypedDict):
|
2297
2322
|
Username: str
|
2298
2323
|
Password: str
|
@@ -2782,6 +2807,9 @@ class DataPointMenuLabelOptionTypeDef(TypedDict):
|
|
2782
2807
|
class DataPointTooltipOptionTypeDef(TypedDict):
|
2783
2808
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
2784
2809
|
|
2810
|
+
class DataQAEnabledOptionTypeDef(TypedDict):
|
2811
|
+
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
2812
|
+
|
2785
2813
|
class ExportToCSVOptionTypeDef(TypedDict):
|
2786
2814
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
2787
2815
|
|
@@ -2927,6 +2955,7 @@ class OracleParametersTypeDef(TypedDict):
|
|
2927
2955
|
Host: str
|
2928
2956
|
Port: int
|
2929
2957
|
Database: str
|
2958
|
+
UseServiceName: NotRequired[bool]
|
2930
2959
|
|
2931
2960
|
class PostgreSqlParametersTypeDef(TypedDict):
|
2932
2961
|
Host: str
|
@@ -4147,6 +4176,9 @@ class RangeConstantTypeDef(TypedDict):
|
|
4147
4176
|
Minimum: NotRequired[str]
|
4148
4177
|
Maximum: NotRequired[str]
|
4149
4178
|
|
4179
|
+
class RecentSnapshotsConfigurationsTypeDef(TypedDict):
|
4180
|
+
Enabled: bool
|
4181
|
+
|
4150
4182
|
class RedshiftIAMParametersOutputTypeDef(TypedDict):
|
4151
4183
|
RoleArn: str
|
4152
4184
|
DatabaseUser: NotRequired[str]
|
@@ -4173,13 +4205,22 @@ ReferenceLineStyleConfigurationTypeDef = TypedDict(
|
|
4173
4205
|
},
|
4174
4206
|
)
|
4175
4207
|
|
4208
|
+
class RefreshFailureEmailAlertTypeDef(TypedDict):
|
4209
|
+
AlertStatus: NotRequired[RefreshFailureAlertStatusType]
|
4210
|
+
|
4176
4211
|
class ScheduleRefreshOnEntityTypeDef(TypedDict):
|
4177
4212
|
DayOfWeek: NotRequired[DayOfWeekType]
|
4178
4213
|
DayOfMonth: NotRequired[str]
|
4179
4214
|
|
4215
|
+
class SchedulesConfigurationsTypeDef(TypedDict):
|
4216
|
+
Enabled: bool
|
4217
|
+
|
4180
4218
|
class StatePersistenceConfigurationsTypeDef(TypedDict):
|
4181
4219
|
Enabled: bool
|
4182
4220
|
|
4221
|
+
class ThresholdAlertsConfigurationsTypeDef(TypedDict):
|
4222
|
+
Enabled: bool
|
4223
|
+
|
4183
4224
|
class RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef(TypedDict):
|
4184
4225
|
InitialTopicId: NotRequired[str]
|
4185
4226
|
|
@@ -4353,6 +4394,11 @@ class TableFieldCustomIconContentTypeDef(TypedDict):
|
|
4353
4394
|
class TablePinnedFieldOptionsOutputTypeDef(TypedDict):
|
4354
4395
|
PinnedLeftFields: NotRequired[List[str]]
|
4355
4396
|
|
4397
|
+
class TransposedTableOptionTypeDef(TypedDict):
|
4398
|
+
ColumnType: TransposedColumnTypeType
|
4399
|
+
ColumnIndex: NotRequired[int]
|
4400
|
+
ColumnWidth: NotRequired[str]
|
4401
|
+
|
4356
4402
|
class TablePinnedFieldOptionsTypeDef(TypedDict):
|
4357
4403
|
PinnedLeftFields: NotRequired[Sequence[str]]
|
4358
4404
|
|
@@ -4558,6 +4604,9 @@ class UpdateVPCConnectionRequestTypeDef(TypedDict):
|
|
4558
4604
|
RoleArn: str
|
4559
4605
|
DnsResolvers: NotRequired[Sequence[str]]
|
4560
4606
|
|
4607
|
+
class VisualHighlightOperationTypeDef(TypedDict):
|
4608
|
+
Trigger: VisualHighlightTriggerType
|
4609
|
+
|
4561
4610
|
class WaterfallChartGroupColorConfigurationTypeDef(TypedDict):
|
4562
4611
|
PositiveBarColor: NotRequired[str]
|
4563
4612
|
NegativeBarColor: NotRequired[str]
|
@@ -4638,6 +4687,15 @@ class TimeRangeDrillDownFilterOutputTypeDef(TypedDict):
|
|
4638
4687
|
RangeMaximum: datetime
|
4639
4688
|
TimeGranularity: TimeGranularityType
|
4640
4689
|
|
4690
|
+
class AmazonQInQuickSightDashboardConfigurationsTypeDef(TypedDict):
|
4691
|
+
ExecutiveSummary: NotRequired[ExecutiveSummaryConfigurationsTypeDef]
|
4692
|
+
|
4693
|
+
class AmazonQInQuickSightConsoleConfigurationsTypeDef(TypedDict):
|
4694
|
+
DataQnA: NotRequired[DataQnAConfigurationsTypeDef]
|
4695
|
+
GenerativeAuthoring: NotRequired[GenerativeAuthoringConfigurationsTypeDef]
|
4696
|
+
ExecutiveSummary: NotRequired[ExecutiveSummaryConfigurationsTypeDef]
|
4697
|
+
DataStories: NotRequired[DataStoriesConfigurationsTypeDef]
|
4698
|
+
|
4641
4699
|
AnalysisErrorTypeDef = TypedDict(
|
4642
4700
|
"AnalysisErrorTypeDef",
|
4643
4701
|
{
|
@@ -5894,6 +5952,7 @@ class DataSetSummaryTypeDef(TypedDict):
|
|
5894
5952
|
RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef]
|
5895
5953
|
RowLevelPermissionTagConfigurationApplied: NotRequired[bool]
|
5896
5954
|
ColumnLevelPermissionRulesApplied: NotRequired[bool]
|
5955
|
+
UseAs: NotRequired[Literal["RLS_RULES"]]
|
5897
5956
|
|
5898
5957
|
class CreateFolderMembershipResponseTypeDef(TypedDict):
|
5899
5958
|
Status: int
|
@@ -6858,21 +6917,15 @@ RedshiftIAMParametersUnionTypeDef = Union[
|
|
6858
6917
|
RedshiftIAMParametersTypeDef, RedshiftIAMParametersOutputTypeDef
|
6859
6918
|
]
|
6860
6919
|
|
6920
|
+
class RefreshFailureConfigurationTypeDef(TypedDict):
|
6921
|
+
EmailAlert: NotRequired[RefreshFailureEmailAlertTypeDef]
|
6922
|
+
|
6861
6923
|
class RefreshFrequencyTypeDef(TypedDict):
|
6862
6924
|
Interval: RefreshIntervalType
|
6863
6925
|
RefreshOnDay: NotRequired[ScheduleRefreshOnEntityTypeDef]
|
6864
6926
|
Timezone: NotRequired[str]
|
6865
6927
|
TimeOfTheDay: NotRequired[str]
|
6866
6928
|
|
6867
|
-
class RegisteredUserConsoleFeatureConfigurationsTypeDef(TypedDict):
|
6868
|
-
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
6869
|
-
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
6870
|
-
|
6871
|
-
class RegisteredUserDashboardFeatureConfigurationsTypeDef(TypedDict):
|
6872
|
-
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
6873
|
-
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
6874
|
-
Bookmarks: NotRequired[BookmarksConfigurationsTypeDef]
|
6875
|
-
|
6876
6929
|
class RowLevelPermissionTagConfigurationOutputTypeDef(TypedDict):
|
6877
6930
|
TagRules: List[RowLevelPermissionTagRuleTypeDef]
|
6878
6931
|
Status: NotRequired[StatusType]
|
@@ -7001,6 +7054,9 @@ UntagColumnOperationUnionTypeDef = Union[
|
|
7001
7054
|
UntagColumnOperationTypeDef, UntagColumnOperationOutputTypeDef
|
7002
7055
|
]
|
7003
7056
|
|
7057
|
+
class VisualCustomActionDefaultsTypeDef(TypedDict):
|
7058
|
+
highlightOperation: NotRequired[VisualHighlightOperationTypeDef]
|
7059
|
+
|
7004
7060
|
class WaterfallChartColorConfigurationTypeDef(TypedDict):
|
7005
7061
|
GroupColorConfiguration: NotRequired[WaterfallChartGroupColorConfigurationTypeDef]
|
7006
7062
|
|
@@ -7049,6 +7105,23 @@ class DrillDownFilterOutputTypeDef(TypedDict):
|
|
7049
7105
|
CategoryFilter: NotRequired[CategoryDrillDownFilterOutputTypeDef]
|
7050
7106
|
TimeRangeFilter: NotRequired[TimeRangeDrillDownFilterOutputTypeDef]
|
7051
7107
|
|
7108
|
+
class RegisteredUserDashboardFeatureConfigurationsTypeDef(TypedDict):
|
7109
|
+
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
7110
|
+
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
7111
|
+
Bookmarks: NotRequired[BookmarksConfigurationsTypeDef]
|
7112
|
+
AmazonQInQuickSight: NotRequired[AmazonQInQuickSightDashboardConfigurationsTypeDef]
|
7113
|
+
Schedules: NotRequired[SchedulesConfigurationsTypeDef]
|
7114
|
+
RecentSnapshots: NotRequired[RecentSnapshotsConfigurationsTypeDef]
|
7115
|
+
ThresholdAlerts: NotRequired[ThresholdAlertsConfigurationsTypeDef]
|
7116
|
+
|
7117
|
+
class RegisteredUserConsoleFeatureConfigurationsTypeDef(TypedDict):
|
7118
|
+
StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef]
|
7119
|
+
SharedView: NotRequired[SharedViewConfigurationsTypeDef]
|
7120
|
+
AmazonQInQuickSight: NotRequired[AmazonQInQuickSightConsoleConfigurationsTypeDef]
|
7121
|
+
Schedules: NotRequired[SchedulesConfigurationsTypeDef]
|
7122
|
+
RecentSnapshots: NotRequired[RecentSnapshotsConfigurationsTypeDef]
|
7123
|
+
ThresholdAlerts: NotRequired[ThresholdAlertsConfigurationsTypeDef]
|
7124
|
+
|
7052
7125
|
class AnalysisSourceEntityTypeDef(TypedDict):
|
7053
7126
|
SourceTemplate: NotRequired[AnalysisSourceTemplateTypeDef]
|
7054
7127
|
|
@@ -7277,6 +7350,7 @@ class DashboardPublishOptionsTypeDef(TypedDict):
|
|
7277
7350
|
DataPointDrillUpDownOption: NotRequired[DataPointDrillUpDownOptionTypeDef]
|
7278
7351
|
DataPointMenuLabelOption: NotRequired[DataPointMenuLabelOptionTypeDef]
|
7279
7352
|
DataPointTooltipOption: NotRequired[DataPointTooltipOptionTypeDef]
|
7353
|
+
DataQAEnabledOption: NotRequired[DataQAEnabledOptionTypeDef]
|
7280
7354
|
|
7281
7355
|
class DataPathColorTypeDef(TypedDict):
|
7282
7356
|
Element: DataPathValueTypeDef
|
@@ -7752,14 +7826,6 @@ class RefreshScheduleTypeDef(TypedDict):
|
|
7752
7826
|
StartAfterDateTime: NotRequired[TimestampTypeDef]
|
7753
7827
|
Arn: NotRequired[str]
|
7754
7828
|
|
7755
|
-
class RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef(TypedDict):
|
7756
|
-
InitialPath: NotRequired[str]
|
7757
|
-
FeatureConfigurations: NotRequired[RegisteredUserConsoleFeatureConfigurationsTypeDef]
|
7758
|
-
|
7759
|
-
class RegisteredUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
|
7760
|
-
InitialDashboardId: str
|
7761
|
-
FeatureConfigurations: NotRequired[RegisteredUserDashboardFeatureConfigurationsTypeDef]
|
7762
|
-
|
7763
7829
|
RowLevelPermissionTagConfigurationUnionTypeDef = Union[
|
7764
7830
|
RowLevelPermissionTagConfigurationTypeDef, RowLevelPermissionTagConfigurationOutputTypeDef
|
7765
7831
|
]
|
@@ -7849,6 +7915,20 @@ class StringDatasetParameterTypeDef(TypedDict):
|
|
7849
7915
|
ValueType: DatasetParameterValueTypeType
|
7850
7916
|
DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef]
|
7851
7917
|
|
7918
|
+
class AssetOptionsOutputTypeDef(TypedDict):
|
7919
|
+
Timezone: NotRequired[str]
|
7920
|
+
WeekStart: NotRequired[DayOfTheWeekType]
|
7921
|
+
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
7922
|
+
ExcludedDataSetArns: NotRequired[List[str]]
|
7923
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
7924
|
+
|
7925
|
+
class AssetOptionsTypeDef(TypedDict):
|
7926
|
+
Timezone: NotRequired[str]
|
7927
|
+
WeekStart: NotRequired[DayOfTheWeekType]
|
7928
|
+
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
7929
|
+
ExcludedDataSetArns: NotRequired[Sequence[str]]
|
7930
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
7931
|
+
|
7852
7932
|
class FilterCrossSheetControlOutputTypeDef(TypedDict):
|
7853
7933
|
FilterControlId: str
|
7854
7934
|
SourceFilterId: str
|
@@ -7929,6 +8009,14 @@ class PredefinedHierarchyOutputTypeDef(TypedDict):
|
|
7929
8009
|
Columns: List[ColumnIdentifierTypeDef]
|
7930
8010
|
DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]]
|
7931
8011
|
|
8012
|
+
class RegisteredUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
|
8013
|
+
InitialDashboardId: str
|
8014
|
+
FeatureConfigurations: NotRequired[RegisteredUserDashboardFeatureConfigurationsTypeDef]
|
8015
|
+
|
8016
|
+
class RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef(TypedDict):
|
8017
|
+
InitialPath: NotRequired[str]
|
8018
|
+
FeatureConfigurations: NotRequired[RegisteredUserConsoleFeatureConfigurationsTypeDef]
|
8019
|
+
|
7932
8020
|
class AnonymousUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
|
7933
8021
|
Dashboard: NotRequired[AnonymousUserDashboardEmbeddingConfigurationTypeDef]
|
7934
8022
|
DashboardVisual: NotRequired[AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef]
|
@@ -8333,7 +8421,8 @@ class LogoSetTypeDef(TypedDict):
|
|
8333
8421
|
Favicon: NotRequired[ImageSetTypeDef]
|
8334
8422
|
|
8335
8423
|
class DataSetRefreshPropertiesTypeDef(TypedDict):
|
8336
|
-
RefreshConfiguration: RefreshConfigurationTypeDef
|
8424
|
+
RefreshConfiguration: NotRequired[RefreshConfigurationTypeDef]
|
8425
|
+
FailureConfiguration: NotRequired[RefreshFailureConfigurationTypeDef]
|
8337
8426
|
|
8338
8427
|
IntegerDatasetParameterUnionTypeDef = Union[
|
8339
8428
|
IntegerDatasetParameterTypeDef, IntegerDatasetParameterOutputTypeDef
|
@@ -8429,13 +8518,6 @@ class ListRefreshSchedulesResponseTypeDef(TypedDict):
|
|
8429
8518
|
|
8430
8519
|
RefreshScheduleUnionTypeDef = Union[RefreshScheduleTypeDef, RefreshScheduleOutputTypeDef]
|
8431
8520
|
|
8432
|
-
class RegisteredUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
|
8433
|
-
Dashboard: NotRequired[RegisteredUserDashboardEmbeddingConfigurationTypeDef]
|
8434
|
-
QuickSightConsole: NotRequired[RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef]
|
8435
|
-
QSearchBar: NotRequired[RegisteredUserQSearchBarEmbeddingConfigurationTypeDef]
|
8436
|
-
DashboardVisual: NotRequired[RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef]
|
8437
|
-
GenerativeQnA: NotRequired[RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef]
|
8438
|
-
|
8439
8521
|
class SnapshotJobResultFileGroupTypeDef(TypedDict):
|
8440
8522
|
Files: NotRequired[List[SnapshotFileOutputTypeDef]]
|
8441
8523
|
S3Results: NotRequired[List[SnapshotJobS3ResultTypeDef]]
|
@@ -8497,6 +8579,13 @@ class ColumnHierarchyOutputTypeDef(TypedDict):
|
|
8497
8579
|
DateTimeHierarchy: NotRequired[DateTimeHierarchyOutputTypeDef]
|
8498
8580
|
PredefinedHierarchy: NotRequired[PredefinedHierarchyOutputTypeDef]
|
8499
8581
|
|
8582
|
+
class RegisteredUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
|
8583
|
+
Dashboard: NotRequired[RegisteredUserDashboardEmbeddingConfigurationTypeDef]
|
8584
|
+
QuickSightConsole: NotRequired[RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef]
|
8585
|
+
QSearchBar: NotRequired[RegisteredUserQSearchBarEmbeddingConfigurationTypeDef]
|
8586
|
+
DashboardVisual: NotRequired[RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef]
|
8587
|
+
GenerativeQnA: NotRequired[RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef]
|
8588
|
+
|
8500
8589
|
class GenerateEmbedUrlForAnonymousUserRequestTypeDef(TypedDict):
|
8501
8590
|
AwsAccountId: str
|
8502
8591
|
Namespace: str
|
@@ -9057,6 +9146,11 @@ class LogoTypeDef(TypedDict):
|
|
9057
9146
|
AltText: str
|
9058
9147
|
LogoSet: LogoSetTypeDef
|
9059
9148
|
|
9149
|
+
class AssetBundleImportJobDataSetOverrideParametersTypeDef(TypedDict):
|
9150
|
+
DataSetId: str
|
9151
|
+
Name: NotRequired[str]
|
9152
|
+
DataSetRefreshProperties: NotRequired[DataSetRefreshPropertiesTypeDef]
|
9153
|
+
|
9060
9154
|
class DescribeDataSetRefreshPropertiesResponseTypeDef(TypedDict):
|
9061
9155
|
RequestId: str
|
9062
9156
|
Status: int
|
@@ -9202,19 +9296,6 @@ class UpdateRefreshScheduleRequestTypeDef(TypedDict):
|
|
9202
9296
|
AwsAccountId: str
|
9203
9297
|
Schedule: RefreshScheduleUnionTypeDef
|
9204
9298
|
|
9205
|
-
class GenerateEmbedUrlForRegisteredUserRequestTypeDef(TypedDict):
|
9206
|
-
AwsAccountId: str
|
9207
|
-
UserArn: str
|
9208
|
-
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
9209
|
-
SessionLifetimeInMinutes: NotRequired[int]
|
9210
|
-
AllowedDomains: NotRequired[Sequence[str]]
|
9211
|
-
|
9212
|
-
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef(TypedDict):
|
9213
|
-
AwsAccountId: str
|
9214
|
-
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
9215
|
-
SessionLifetimeInMinutes: NotRequired[int]
|
9216
|
-
AllowedDomains: NotRequired[Sequence[str]]
|
9217
|
-
|
9218
9299
|
class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
|
9219
9300
|
FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]]
|
9220
9301
|
|
@@ -9247,22 +9328,18 @@ SnapshotConfigurationUnionTypeDef = Union[
|
|
9247
9328
|
SnapshotConfigurationTypeDef, SnapshotConfigurationOutputTypeDef
|
9248
9329
|
]
|
9249
9330
|
|
9250
|
-
class
|
9251
|
-
|
9252
|
-
|
9253
|
-
|
9254
|
-
|
9255
|
-
|
9256
|
-
|
9257
|
-
|
9258
|
-
|
9259
|
-
|
9260
|
-
|
9261
|
-
|
9262
|
-
Themes: NotRequired[List[AssetBundleImportJobThemeOverrideParametersTypeDef]]
|
9263
|
-
Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverrideParametersTypeDef]]
|
9264
|
-
Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverrideParametersTypeDef]]
|
9265
|
-
Folders: NotRequired[List[AssetBundleImportJobFolderOverrideParametersTypeDef]]
|
9331
|
+
class GenerateEmbedUrlForRegisteredUserRequestTypeDef(TypedDict):
|
9332
|
+
AwsAccountId: str
|
9333
|
+
UserArn: str
|
9334
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
9335
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
9336
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
9337
|
+
|
9338
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef(TypedDict):
|
9339
|
+
AwsAccountId: str
|
9340
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
9341
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
9342
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
9266
9343
|
|
9267
9344
|
class DescribeDataSourceResponseTypeDef(TypedDict):
|
9268
9345
|
DataSource: DataSourceTypeDef
|
@@ -9319,6 +9396,7 @@ class DataSetTypeDef(TypedDict):
|
|
9319
9396
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
9320
9397
|
DatasetParameters: NotRequired[List[DatasetParameterOutputTypeDef]]
|
9321
9398
|
PerformanceConfiguration: NotRequired[PerformanceConfigurationOutputTypeDef]
|
9399
|
+
UseAs: NotRequired[Literal["RLS_RULES"]]
|
9322
9400
|
|
9323
9401
|
class ImageCustomActionOperationOutputTypeDef(TypedDict):
|
9324
9402
|
NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef]
|
@@ -9519,6 +9597,23 @@ class BrandDetailTypeDef(TypedDict):
|
|
9519
9597
|
Errors: NotRequired[List[str]]
|
9520
9598
|
Logo: NotRequired[LogoTypeDef]
|
9521
9599
|
|
9600
|
+
class AssetBundleImportJobOverrideParametersOutputTypeDef(TypedDict):
|
9601
|
+
ResourceIdOverrideConfiguration: NotRequired[
|
9602
|
+
AssetBundleImportJobResourceIdOverrideConfigurationTypeDef
|
9603
|
+
]
|
9604
|
+
VPCConnections: NotRequired[
|
9605
|
+
List[AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef]
|
9606
|
+
]
|
9607
|
+
RefreshSchedules: NotRequired[
|
9608
|
+
List[AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef]
|
9609
|
+
]
|
9610
|
+
DataSources: NotRequired[List[AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef]]
|
9611
|
+
DataSets: NotRequired[List[AssetBundleImportJobDataSetOverrideParametersTypeDef]]
|
9612
|
+
Themes: NotRequired[List[AssetBundleImportJobThemeOverrideParametersTypeDef]]
|
9613
|
+
Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverrideParametersTypeDef]]
|
9614
|
+
Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverrideParametersTypeDef]]
|
9615
|
+
Folders: NotRequired[List[AssetBundleImportJobFolderOverrideParametersTypeDef]]
|
9616
|
+
|
9522
9617
|
ThemeTypeDef = TypedDict(
|
9523
9618
|
"ThemeTypeDef",
|
9524
9619
|
{
|
@@ -9865,25 +9960,6 @@ class StartDashboardSnapshotJobRequestTypeDef(TypedDict):
|
|
9865
9960
|
UserConfiguration: SnapshotUserConfigurationTypeDef
|
9866
9961
|
SnapshotConfiguration: SnapshotConfigurationUnionTypeDef
|
9867
9962
|
|
9868
|
-
class DescribeAssetBundleImportJobResponseTypeDef(TypedDict):
|
9869
|
-
JobStatus: AssetBundleImportJobStatusType
|
9870
|
-
Errors: List[AssetBundleImportJobErrorTypeDef]
|
9871
|
-
RollbackErrors: List[AssetBundleImportJobErrorTypeDef]
|
9872
|
-
Arn: str
|
9873
|
-
CreatedTime: datetime
|
9874
|
-
AssetBundleImportJobId: str
|
9875
|
-
AwsAccountId: str
|
9876
|
-
AssetBundleImportSource: AssetBundleImportSourceDescriptionTypeDef
|
9877
|
-
OverrideParameters: AssetBundleImportJobOverrideParametersOutputTypeDef
|
9878
|
-
FailureAction: AssetBundleImportFailureActionType
|
9879
|
-
RequestId: str
|
9880
|
-
Status: int
|
9881
|
-
OverridePermissions: AssetBundleImportJobOverridePermissionsOutputTypeDef
|
9882
|
-
OverrideTags: AssetBundleImportJobOverrideTagsOutputTypeDef
|
9883
|
-
OverrideValidationStrategy: AssetBundleImportJobOverrideValidationStrategyTypeDef
|
9884
|
-
Warnings: List[AssetBundleImportJobWarningTypeDef]
|
9885
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
9886
|
-
|
9887
9963
|
class ImageCustomActionOperationTypeDef(TypedDict):
|
9888
9964
|
NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef]
|
9889
9965
|
URLOperation: NotRequired[CustomActionURLOperationTypeDef]
|
@@ -10044,6 +10120,25 @@ class UpdateBrandResponseTypeDef(TypedDict):
|
|
10044
10120
|
BrandDefinition: BrandDefinitionTypeDef
|
10045
10121
|
ResponseMetadata: ResponseMetadataTypeDef
|
10046
10122
|
|
10123
|
+
class DescribeAssetBundleImportJobResponseTypeDef(TypedDict):
|
10124
|
+
JobStatus: AssetBundleImportJobStatusType
|
10125
|
+
Errors: List[AssetBundleImportJobErrorTypeDef]
|
10126
|
+
RollbackErrors: List[AssetBundleImportJobErrorTypeDef]
|
10127
|
+
Arn: str
|
10128
|
+
CreatedTime: datetime
|
10129
|
+
AssetBundleImportJobId: str
|
10130
|
+
AwsAccountId: str
|
10131
|
+
AssetBundleImportSource: AssetBundleImportSourceDescriptionTypeDef
|
10132
|
+
OverrideParameters: AssetBundleImportJobOverrideParametersOutputTypeDef
|
10133
|
+
FailureAction: AssetBundleImportFailureActionType
|
10134
|
+
RequestId: str
|
10135
|
+
Status: int
|
10136
|
+
OverridePermissions: AssetBundleImportJobOverridePermissionsOutputTypeDef
|
10137
|
+
OverrideTags: AssetBundleImportJobOverrideTagsOutputTypeDef
|
10138
|
+
OverrideValidationStrategy: AssetBundleImportJobOverrideValidationStrategyTypeDef
|
10139
|
+
Warnings: List[AssetBundleImportJobWarningTypeDef]
|
10140
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
10141
|
+
|
10047
10142
|
class DescribeThemeResponseTypeDef(TypedDict):
|
10048
10143
|
Theme: ThemeTypeDef
|
10049
10144
|
Status: int
|
@@ -10384,11 +10479,13 @@ class TableFieldOptionsOutputTypeDef(TypedDict):
|
|
10384
10479
|
SelectedFieldOptions: NotRequired[List[TableFieldOptionTypeDef]]
|
10385
10480
|
Order: NotRequired[List[str]]
|
10386
10481
|
PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsOutputTypeDef]
|
10482
|
+
TransposedTableOptions: NotRequired[List[TransposedTableOptionTypeDef]]
|
10387
10483
|
|
10388
10484
|
class TableFieldOptionsTypeDef(TypedDict):
|
10389
10485
|
SelectedFieldOptions: NotRequired[Sequence[TableFieldOptionTypeDef]]
|
10390
10486
|
Order: NotRequired[Sequence[str]]
|
10391
10487
|
PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsTypeDef]
|
10488
|
+
TransposedTableOptions: NotRequired[Sequence[TransposedTableOptionTypeDef]]
|
10392
10489
|
|
10393
10490
|
class GeospatialLayerDefinitionOutputTypeDef(TypedDict):
|
10394
10491
|
PointLayer: NotRequired[GeospatialPointLayerOutputTypeDef]
|
@@ -11069,6 +11166,7 @@ class CreateDataSetRequestTypeDef(TypedDict):
|
|
11069
11166
|
DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]]
|
11070
11167
|
FolderArns: NotRequired[Sequence[str]]
|
11071
11168
|
PerformanceConfiguration: NotRequired[PerformanceConfigurationUnionTypeDef]
|
11169
|
+
UseAs: NotRequired[Literal["RLS_RULES"]]
|
11072
11170
|
|
11073
11171
|
class UpdateDataSetRequestTypeDef(TypedDict):
|
11074
11172
|
AwsAccountId: str
|
@@ -12235,6 +12333,7 @@ class SheetDefinitionOutputTypeDef(TypedDict):
|
|
12235
12333
|
Layouts: NotRequired[List[LayoutOutputTypeDef]]
|
12236
12334
|
SheetControlLayouts: NotRequired[List[SheetControlLayoutOutputTypeDef]]
|
12237
12335
|
ContentType: NotRequired[SheetContentTypeType]
|
12336
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
12238
12337
|
|
12239
12338
|
class SheetDefinitionTypeDef(TypedDict):
|
12240
12339
|
SheetId: str
|
@@ -12249,6 +12348,7 @@ class SheetDefinitionTypeDef(TypedDict):
|
|
12249
12348
|
Layouts: NotRequired[Sequence[LayoutTypeDef]]
|
12250
12349
|
SheetControlLayouts: NotRequired[Sequence[SheetControlLayoutTypeDef]]
|
12251
12350
|
ContentType: NotRequired[SheetContentTypeType]
|
12351
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
12252
12352
|
|
12253
12353
|
class BatchCreateTopicReviewedAnswerRequestTypeDef(TypedDict):
|
12254
12354
|
AwsAccountId: str
|
@@ -12263,7 +12363,7 @@ class AnalysisDefinitionOutputTypeDef(TypedDict):
|
|
12263
12363
|
FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]]
|
12264
12364
|
ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]]
|
12265
12365
|
AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef]
|
12266
|
-
Options: NotRequired[
|
12366
|
+
Options: NotRequired[AssetOptionsOutputTypeDef]
|
12267
12367
|
QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef]
|
12268
12368
|
StaticFiles: NotRequired[List[StaticFileTypeDef]]
|
12269
12369
|
|
@@ -12275,7 +12375,7 @@ class DashboardVersionDefinitionOutputTypeDef(TypedDict):
|
|
12275
12375
|
FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]]
|
12276
12376
|
ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]]
|
12277
12377
|
AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef]
|
12278
|
-
Options: NotRequired[
|
12378
|
+
Options: NotRequired[AssetOptionsOutputTypeDef]
|
12279
12379
|
StaticFiles: NotRequired[List[StaticFileTypeDef]]
|
12280
12380
|
|
12281
12381
|
class TemplateVersionDefinitionOutputTypeDef(TypedDict):
|
@@ -12286,7 +12386,7 @@ class TemplateVersionDefinitionOutputTypeDef(TypedDict):
|
|
12286
12386
|
FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]]
|
12287
12387
|
ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]]
|
12288
12388
|
AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef]
|
12289
|
-
Options: NotRequired[
|
12389
|
+
Options: NotRequired[AssetOptionsOutputTypeDef]
|
12290
12390
|
QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef]
|
12291
12391
|
StaticFiles: NotRequired[List[StaticFileTypeDef]]
|
12292
12392
|
|