types-boto3-quicksight 1.36.3__py3-none-any.whl → 1.37.23__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/__init__.py +4 -2
- types_boto3_quicksight/__init__.pyi +4 -2
- types_boto3_quicksight/__main__.py +4 -4
- types_boto3_quicksight/client.py +420 -434
- types_boto3_quicksight/client.pyi +420 -434
- types_boto3_quicksight/literals.py +16 -4
- types_boto3_quicksight/literals.pyi +16 -4
- types_boto3_quicksight/paginator.py +2 -2
- types_boto3_quicksight/paginator.pyi +2 -2
- types_boto3_quicksight/type_defs.py +2255 -3533
- types_boto3_quicksight/type_defs.pyi +2076 -3227
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.36.3.dist-info → types_boto3_quicksight-1.37.23.dist-info}/METADATA +16 -10
- types_boto3_quicksight-1.37.23.dist-info/RECORD +18 -0
- {types_boto3_quicksight-1.36.3.dist-info → types_boto3_quicksight-1.37.23.dist-info}/WHEEL +1 -1
- types_boto3_quicksight-1.36.3.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.36.3.dist-info → types_boto3_quicksight-1.37.23.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_quicksight-1.36.3.dist-info → types_boto3_quicksight-1.37.23.dist-info}/top_level.txt +0 -0
@@ -3,6 +3,8 @@ Type annotations for quicksight service literal definitions.
|
|
3
3
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/literals/)
|
5
5
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
7
|
+
|
6
8
|
Usage::
|
7
9
|
|
8
10
|
```python
|
@@ -10,8 +12,6 @@ Usage::
|
|
10
12
|
|
11
13
|
data: AggTypeType = "AVERAGE"
|
12
14
|
```
|
13
|
-
|
14
|
-
Copyright 2025 Vlad Emelianov
|
15
15
|
"""
|
16
16
|
|
17
17
|
import sys
|
@@ -89,6 +89,7 @@ __all__ = (
|
|
89
89
|
"DataLabelPositionType",
|
90
90
|
"DataSetFilterAttributeType",
|
91
91
|
"DataSetImportModeType",
|
92
|
+
"DataSetUseAsType",
|
92
93
|
"DataSourceErrorInfoTypeType",
|
93
94
|
"DataSourceFilterAttributeType",
|
94
95
|
"DataSourceTypeType",
|
@@ -211,6 +212,7 @@ __all__ = (
|
|
211
212
|
"PropertyUsageType",
|
212
213
|
"PurchaseModeType",
|
213
214
|
"QAResultTypeType",
|
215
|
+
"QBusinessInsightsStatusType",
|
214
216
|
"QSearchStatusType",
|
215
217
|
"QueryExecutionModeType",
|
216
218
|
"QuickSightServiceName",
|
@@ -221,6 +223,7 @@ __all__ = (
|
|
221
223
|
"ReferenceLinePatternTypeType",
|
222
224
|
"ReferenceLineSeriesTypeType",
|
223
225
|
"ReferenceLineValueLabelRelativePositionType",
|
226
|
+
"RefreshFailureAlertStatusType",
|
224
227
|
"RefreshIntervalType",
|
225
228
|
"RegionName",
|
226
229
|
"RelativeDateTypeType",
|
@@ -293,6 +296,7 @@ __all__ = (
|
|
293
296
|
"TopicSortDirectionType",
|
294
297
|
"TopicTimeGranularityType",
|
295
298
|
"TopicUserExperienceVersionType",
|
299
|
+
"TransposedColumnTypeType",
|
296
300
|
"URLTargetConfigurationType",
|
297
301
|
"UndefinedSpecifiedValueTypeType",
|
298
302
|
"UserRoleType",
|
@@ -365,7 +369,9 @@ ArcThicknessType = Literal["LARGE", "MEDIUM", "SMALL", "WHOLE"]
|
|
365
369
|
AssetBundleExportFormatType = Literal["CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"]
|
366
370
|
AssetBundleExportJobAnalysisPropertyToOverrideType = Literal["Name"]
|
367
371
|
AssetBundleExportJobDashboardPropertyToOverrideType = Literal["Name"]
|
368
|
-
AssetBundleExportJobDataSetPropertyToOverrideType = Literal[
|
372
|
+
AssetBundleExportJobDataSetPropertyToOverrideType = Literal[
|
373
|
+
"Name", "RefreshFailureEmailAlertStatus"
|
374
|
+
]
|
369
375
|
AssetBundleExportJobDataSourcePropertyToOverrideType = Literal[
|
370
376
|
"Catalog",
|
371
377
|
"ClusterId",
|
@@ -523,6 +529,7 @@ DataSetFilterAttributeType = Literal[
|
|
523
529
|
"QUICKSIGHT_VIEWER_OR_OWNER",
|
524
530
|
]
|
525
531
|
DataSetImportModeType = Literal["DIRECT_QUERY", "SPICE"]
|
532
|
+
DataSetUseAsType = Literal["RLS_RULES"]
|
526
533
|
DataSourceErrorInfoTypeType = Literal[
|
527
534
|
"ACCESS_DENIED",
|
528
535
|
"CONFLICT",
|
@@ -866,6 +873,7 @@ PropertyRoleType = Literal["ID", "PRIMARY"]
|
|
866
873
|
PropertyUsageType = Literal["DIMENSION", "INHERIT", "MEASURE"]
|
867
874
|
PurchaseModeType = Literal["AUTO_PURCHASE", "MANUAL"]
|
868
875
|
QAResultTypeType = Literal["DASHBOARD_VISUAL", "GENERATED_ANSWER", "NO_ANSWER"]
|
876
|
+
QBusinessInsightsStatusType = Literal["DISABLED", "ENABLED"]
|
869
877
|
QSearchStatusType = Literal["DISABLED", "ENABLED"]
|
870
878
|
QueryExecutionModeType = Literal["AUTO", "MANUAL"]
|
871
879
|
RadarChartAxesRangeScaleType = Literal["AUTO", "INDEPENDENT", "SHARED"]
|
@@ -875,6 +883,7 @@ ReferenceLineLabelVerticalPositionType = Literal["ABOVE", "BELOW"]
|
|
875
883
|
ReferenceLinePatternTypeType = Literal["DASHED", "DOTTED", "SOLID"]
|
876
884
|
ReferenceLineSeriesTypeType = Literal["BAR", "LINE"]
|
877
885
|
ReferenceLineValueLabelRelativePositionType = Literal["AFTER_CUSTOM_LABEL", "BEFORE_CUSTOM_LABEL"]
|
886
|
+
RefreshFailureAlertStatusType = Literal["DISABLED", "ENABLED"]
|
878
887
|
RefreshIntervalType = Literal["DAILY", "HOURLY", "MINUTE15", "MINUTE30", "MONTHLY", "WEEKLY"]
|
879
888
|
RelativeDateTypeType = Literal["LAST", "NEXT", "NOW", "PREVIOUS", "THIS"]
|
880
889
|
RelativeFontSizeType = Literal["EXTRA_LARGE", "EXTRA_SMALL", "LARGE", "MEDIUM", "SMALL"]
|
@@ -1011,6 +1020,7 @@ TopicTimeGranularityType = Literal[
|
|
1011
1020
|
"DAY", "HOUR", "MINUTE", "MONTH", "QUARTER", "SECOND", "WEEK", "YEAR"
|
1012
1021
|
]
|
1013
1022
|
TopicUserExperienceVersionType = Literal["LEGACY", "NEW_READER_EXPERIENCE"]
|
1023
|
+
TransposedColumnTypeType = Literal["ROW_HEADER_COLUMN", "VALUE_COLUMN"]
|
1014
1024
|
URLTargetConfigurationType = Literal["NEW_TAB", "NEW_WINDOW", "SAME_TAB"]
|
1015
1025
|
UndefinedSpecifiedValueTypeType = Literal["LEAST", "MOST"]
|
1016
1026
|
UserRoleType = Literal[
|
@@ -1181,7 +1191,6 @@ ServiceName = Literal[
|
|
1181
1191
|
"efs",
|
1182
1192
|
"eks",
|
1183
1193
|
"eks-auth",
|
1184
|
-
"elastic-inference",
|
1185
1194
|
"elasticache",
|
1186
1195
|
"elasticbeanstalk",
|
1187
1196
|
"elastictranscoder",
|
@@ -1205,6 +1214,7 @@ ServiceName = Literal[
|
|
1205
1214
|
"freetier",
|
1206
1215
|
"fsx",
|
1207
1216
|
"gamelift",
|
1217
|
+
"gameliftstreams",
|
1208
1218
|
"geo-maps",
|
1209
1219
|
"geo-places",
|
1210
1220
|
"geo-routes",
|
@@ -1230,6 +1240,7 @@ ServiceName = Literal[
|
|
1230
1240
|
"iot",
|
1231
1241
|
"iot-data",
|
1232
1242
|
"iot-jobs-data",
|
1243
|
+
"iot-managed-integrations",
|
1233
1244
|
"iotanalytics",
|
1234
1245
|
"iotdeviceadvisor",
|
1235
1246
|
"iotevents",
|
@@ -1515,6 +1526,7 @@ RegionName = Literal[
|
|
1515
1526
|
"eu-central-2",
|
1516
1527
|
"eu-north-1",
|
1517
1528
|
"eu-south-1",
|
1529
|
+
"eu-south-2",
|
1518
1530
|
"eu-west-1",
|
1519
1531
|
"eu-west-2",
|
1520
1532
|
"eu-west-3",
|
@@ -3,6 +3,8 @@ Type annotations for quicksight service literal definitions.
|
|
3
3
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/literals/)
|
5
5
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
7
|
+
|
6
8
|
Usage::
|
7
9
|
|
8
10
|
```python
|
@@ -10,8 +12,6 @@ Usage::
|
|
10
12
|
|
11
13
|
data: AggTypeType = "AVERAGE"
|
12
14
|
```
|
13
|
-
|
14
|
-
Copyright 2025 Vlad Emelianov
|
15
15
|
"""
|
16
16
|
|
17
17
|
import sys
|
@@ -88,6 +88,7 @@ __all__ = (
|
|
88
88
|
"DataLabelPositionType",
|
89
89
|
"DataSetFilterAttributeType",
|
90
90
|
"DataSetImportModeType",
|
91
|
+
"DataSetUseAsType",
|
91
92
|
"DataSourceErrorInfoTypeType",
|
92
93
|
"DataSourceFilterAttributeType",
|
93
94
|
"DataSourceTypeType",
|
@@ -210,6 +211,7 @@ __all__ = (
|
|
210
211
|
"PropertyUsageType",
|
211
212
|
"PurchaseModeType",
|
212
213
|
"QAResultTypeType",
|
214
|
+
"QBusinessInsightsStatusType",
|
213
215
|
"QSearchStatusType",
|
214
216
|
"QueryExecutionModeType",
|
215
217
|
"QuickSightServiceName",
|
@@ -220,6 +222,7 @@ __all__ = (
|
|
220
222
|
"ReferenceLinePatternTypeType",
|
221
223
|
"ReferenceLineSeriesTypeType",
|
222
224
|
"ReferenceLineValueLabelRelativePositionType",
|
225
|
+
"RefreshFailureAlertStatusType",
|
223
226
|
"RefreshIntervalType",
|
224
227
|
"RegionName",
|
225
228
|
"RelativeDateTypeType",
|
@@ -292,6 +295,7 @@ __all__ = (
|
|
292
295
|
"TopicSortDirectionType",
|
293
296
|
"TopicTimeGranularityType",
|
294
297
|
"TopicUserExperienceVersionType",
|
298
|
+
"TransposedColumnTypeType",
|
295
299
|
"URLTargetConfigurationType",
|
296
300
|
"UndefinedSpecifiedValueTypeType",
|
297
301
|
"UserRoleType",
|
@@ -363,7 +367,9 @@ ArcThicknessType = Literal["LARGE", "MEDIUM", "SMALL", "WHOLE"]
|
|
363
367
|
AssetBundleExportFormatType = Literal["CLOUDFORMATION_JSON", "QUICKSIGHT_JSON"]
|
364
368
|
AssetBundleExportJobAnalysisPropertyToOverrideType = Literal["Name"]
|
365
369
|
AssetBundleExportJobDashboardPropertyToOverrideType = Literal["Name"]
|
366
|
-
AssetBundleExportJobDataSetPropertyToOverrideType = Literal[
|
370
|
+
AssetBundleExportJobDataSetPropertyToOverrideType = Literal[
|
371
|
+
"Name", "RefreshFailureEmailAlertStatus"
|
372
|
+
]
|
367
373
|
AssetBundleExportJobDataSourcePropertyToOverrideType = Literal[
|
368
374
|
"Catalog",
|
369
375
|
"ClusterId",
|
@@ -521,6 +527,7 @@ DataSetFilterAttributeType = Literal[
|
|
521
527
|
"QUICKSIGHT_VIEWER_OR_OWNER",
|
522
528
|
]
|
523
529
|
DataSetImportModeType = Literal["DIRECT_QUERY", "SPICE"]
|
530
|
+
DataSetUseAsType = Literal["RLS_RULES"]
|
524
531
|
DataSourceErrorInfoTypeType = Literal[
|
525
532
|
"ACCESS_DENIED",
|
526
533
|
"CONFLICT",
|
@@ -864,6 +871,7 @@ PropertyRoleType = Literal["ID", "PRIMARY"]
|
|
864
871
|
PropertyUsageType = Literal["DIMENSION", "INHERIT", "MEASURE"]
|
865
872
|
PurchaseModeType = Literal["AUTO_PURCHASE", "MANUAL"]
|
866
873
|
QAResultTypeType = Literal["DASHBOARD_VISUAL", "GENERATED_ANSWER", "NO_ANSWER"]
|
874
|
+
QBusinessInsightsStatusType = Literal["DISABLED", "ENABLED"]
|
867
875
|
QSearchStatusType = Literal["DISABLED", "ENABLED"]
|
868
876
|
QueryExecutionModeType = Literal["AUTO", "MANUAL"]
|
869
877
|
RadarChartAxesRangeScaleType = Literal["AUTO", "INDEPENDENT", "SHARED"]
|
@@ -873,6 +881,7 @@ ReferenceLineLabelVerticalPositionType = Literal["ABOVE", "BELOW"]
|
|
873
881
|
ReferenceLinePatternTypeType = Literal["DASHED", "DOTTED", "SOLID"]
|
874
882
|
ReferenceLineSeriesTypeType = Literal["BAR", "LINE"]
|
875
883
|
ReferenceLineValueLabelRelativePositionType = Literal["AFTER_CUSTOM_LABEL", "BEFORE_CUSTOM_LABEL"]
|
884
|
+
RefreshFailureAlertStatusType = Literal["DISABLED", "ENABLED"]
|
876
885
|
RefreshIntervalType = Literal["DAILY", "HOURLY", "MINUTE15", "MINUTE30", "MONTHLY", "WEEKLY"]
|
877
886
|
RelativeDateTypeType = Literal["LAST", "NEXT", "NOW", "PREVIOUS", "THIS"]
|
878
887
|
RelativeFontSizeType = Literal["EXTRA_LARGE", "EXTRA_SMALL", "LARGE", "MEDIUM", "SMALL"]
|
@@ -1009,6 +1018,7 @@ TopicTimeGranularityType = Literal[
|
|
1009
1018
|
"DAY", "HOUR", "MINUTE", "MONTH", "QUARTER", "SECOND", "WEEK", "YEAR"
|
1010
1019
|
]
|
1011
1020
|
TopicUserExperienceVersionType = Literal["LEGACY", "NEW_READER_EXPERIENCE"]
|
1021
|
+
TransposedColumnTypeType = Literal["ROW_HEADER_COLUMN", "VALUE_COLUMN"]
|
1012
1022
|
URLTargetConfigurationType = Literal["NEW_TAB", "NEW_WINDOW", "SAME_TAB"]
|
1013
1023
|
UndefinedSpecifiedValueTypeType = Literal["LEAST", "MOST"]
|
1014
1024
|
UserRoleType = Literal[
|
@@ -1179,7 +1189,6 @@ ServiceName = Literal[
|
|
1179
1189
|
"efs",
|
1180
1190
|
"eks",
|
1181
1191
|
"eks-auth",
|
1182
|
-
"elastic-inference",
|
1183
1192
|
"elasticache",
|
1184
1193
|
"elasticbeanstalk",
|
1185
1194
|
"elastictranscoder",
|
@@ -1203,6 +1212,7 @@ ServiceName = Literal[
|
|
1203
1212
|
"freetier",
|
1204
1213
|
"fsx",
|
1205
1214
|
"gamelift",
|
1215
|
+
"gameliftstreams",
|
1206
1216
|
"geo-maps",
|
1207
1217
|
"geo-places",
|
1208
1218
|
"geo-routes",
|
@@ -1228,6 +1238,7 @@ ServiceName = Literal[
|
|
1228
1238
|
"iot",
|
1229
1239
|
"iot-data",
|
1230
1240
|
"iot-jobs-data",
|
1241
|
+
"iot-managed-integrations",
|
1231
1242
|
"iotanalytics",
|
1232
1243
|
"iotdeviceadvisor",
|
1233
1244
|
"iotevents",
|
@@ -1513,6 +1524,7 @@ RegionName = Literal[
|
|
1513
1524
|
"eu-central-2",
|
1514
1525
|
"eu-north-1",
|
1515
1526
|
"eu-south-1",
|
1527
|
+
"eu-south-2",
|
1516
1528
|
"eu-west-1",
|
1517
1529
|
"eu-west-2",
|
1518
1530
|
"eu-west-3",
|
@@ -3,6 +3,8 @@ Type annotations for quicksight service client paginators.
|
|
3
3
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/)
|
5
5
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
7
|
+
|
6
8
|
Usage::
|
7
9
|
|
8
10
|
```python
|
@@ -86,8 +88,6 @@ Usage::
|
|
86
88
|
search_groups_paginator: SearchGroupsPaginator = client.get_paginator("search_groups")
|
87
89
|
search_topics_paginator: SearchTopicsPaginator = client.get_paginator("search_topics")
|
88
90
|
```
|
89
|
-
|
90
|
-
Copyright 2025 Vlad Emelianov
|
91
91
|
"""
|
92
92
|
|
93
93
|
from __future__ import annotations
|
@@ -3,6 +3,8 @@ Type annotations for quicksight service client paginators.
|
|
3
3
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/)
|
5
5
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
7
|
+
|
6
8
|
Usage::
|
7
9
|
|
8
10
|
```python
|
@@ -86,8 +88,6 @@ Usage::
|
|
86
88
|
search_groups_paginator: SearchGroupsPaginator = client.get_paginator("search_groups")
|
87
89
|
search_topics_paginator: SearchTopicsPaginator = client.get_paginator("search_topics")
|
88
90
|
```
|
89
|
-
|
90
|
-
Copyright 2025 Vlad Emelianov
|
91
91
|
"""
|
92
92
|
|
93
93
|
from __future__ import annotations
|