types-boto3-quicksight 1.37.0__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/__main__.py +4 -4
- types_boto3_quicksight/literals.py +14 -1
- types_boto3_quicksight/literals.pyi +14 -1
- types_boto3_quicksight/type_defs.py +193 -92
- types_boto3_quicksight/type_defs.pyi +170 -83
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.23.dist-info}/METADATA +9 -7
- types_boto3_quicksight-1.37.23.dist-info/RECORD +18 -0
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.23.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.23.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_quicksight-1.37.0.dist-info → types_boto3_quicksight-1.37.23.dist-info}/top_level.txt +0 -0
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
12
12
|
Print package info to stdout.
|
13
13
|
"""
|
14
14
|
sys.stdout.write(
|
15
|
-
"Type annotations for boto3 QuickSight 1.37.
|
16
|
-
"Version: 1.37.
|
17
|
-
"Builder version: 8.
|
15
|
+
"Type annotations for boto3 QuickSight 1.37.23\n"
|
16
|
+
"Version: 1.37.23\n"
|
17
|
+
"Builder version: 8.10.1\n"
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_quicksight//\n"
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html#quicksight\n"
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
26
26
|
"""
|
27
27
|
Print package version to stdout.
|
28
28
|
"""
|
29
|
-
sys.stdout.write("1.37.
|
29
|
+
sys.stdout.write("1.37.23\n")
|
30
30
|
|
31
31
|
|
32
32
|
def main() -> None:
|
@@ -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[
|
@@ -1204,6 +1214,7 @@ ServiceName = Literal[
|
|
1204
1214
|
"freetier",
|
1205
1215
|
"fsx",
|
1206
1216
|
"gamelift",
|
1217
|
+
"gameliftstreams",
|
1207
1218
|
"geo-maps",
|
1208
1219
|
"geo-places",
|
1209
1220
|
"geo-routes",
|
@@ -1229,6 +1240,7 @@ ServiceName = Literal[
|
|
1229
1240
|
"iot",
|
1230
1241
|
"iot-data",
|
1231
1242
|
"iot-jobs-data",
|
1243
|
+
"iot-managed-integrations",
|
1232
1244
|
"iotanalytics",
|
1233
1245
|
"iotdeviceadvisor",
|
1234
1246
|
"iotevents",
|
@@ -1514,6 +1526,7 @@ RegionName = Literal[
|
|
1514
1526
|
"eu-central-2",
|
1515
1527
|
"eu-north-1",
|
1516
1528
|
"eu-south-1",
|
1529
|
+
"eu-south-2",
|
1517
1530
|
"eu-west-1",
|
1518
1531
|
"eu-west-2",
|
1519
1532
|
"eu-west-3",
|
@@ -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[
|
@@ -1202,6 +1212,7 @@ ServiceName = Literal[
|
|
1202
1212
|
"freetier",
|
1203
1213
|
"fsx",
|
1204
1214
|
"gamelift",
|
1215
|
+
"gameliftstreams",
|
1205
1216
|
"geo-maps",
|
1206
1217
|
"geo-places",
|
1207
1218
|
"geo-routes",
|
@@ -1227,6 +1238,7 @@ ServiceName = Literal[
|
|
1227
1238
|
"iot",
|
1228
1239
|
"iot-data",
|
1229
1240
|
"iot-jobs-data",
|
1241
|
+
"iot-managed-integrations",
|
1230
1242
|
"iotanalytics",
|
1231
1243
|
"iotdeviceadvisor",
|
1232
1244
|
"iotevents",
|
@@ -1512,6 +1524,7 @@ RegionName = Literal[
|
|
1512
1524
|
"eu-central-2",
|
1513
1525
|
"eu-north-1",
|
1514
1526
|
"eu-south-1",
|
1527
|
+
"eu-south-2",
|
1515
1528
|
"eu-west-1",
|
1516
1529
|
"eu-west-2",
|
1517
1530
|
"eu-west-3",
|