types-boto3-quicksight 1.37.23__tar.gz → 1.38.0__tar.gz
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-1.37.23/types_boto3_quicksight.egg-info → types_boto3_quicksight-1.38.0}/PKG-INFO +5 -6
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/README.md +3 -4
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/setup.py +2 -2
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/__main__.py +3 -3
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/literals.py +2 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/literals.pyi +2 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/type_defs.py +29 -14
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/type_defs.pyi +25 -12
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0/types_boto3_quicksight.egg-info}/PKG-INFO +5 -6
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/LICENSE +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/setup.cfg +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/__init__.py +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/__init__.pyi +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/client.py +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/client.pyi +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/paginator.py +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/paginator.pyi +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/py.typed +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight.egg-info/SOURCES.txt +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight.egg-info/dependency_links.txt +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight.egg-info/not-zip-safe +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight.egg-info/requires.txt +0 -0
- {types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3-quicksight
|
3
|
-
Version: 1.
|
4
|
-
Summary: Type annotations for boto3 QuickSight 1.
|
3
|
+
Version: 1.38.0
|
4
|
+
Summary: Type annotations for boto3 QuickSight 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -56,9 +56,8 @@ Dynamic: summary
|
|
56
56
|
|
57
57
|

|
58
58
|
|
59
|
-
Type annotations for
|
60
|
-
|
61
|
-
[VSCode](https://code.visualstudio.com/),
|
59
|
+
Type annotations for [boto3 QuickSight 1.38.0](https://pypi.org/project/boto3/)
|
60
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
62
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
63
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
64
63
|
[Sublime Text](https://www.sublimetext.com/),
|
@@ -119,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
119
118
|
isolation.
|
120
119
|
|
121
120
|
1. Run mypy-boto3-builder in your package root directory:
|
122
|
-
`uvx --with 'boto3==1.
|
121
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
123
122
|
2. Select `boto3` AWS SDK.
|
124
123
|
3. Add `QuickSight` service.
|
125
124
|
4. Use provided commands to install generated packages.
|
@@ -9,9 +9,8 @@
|
|
9
9
|
|
10
10
|

|
11
11
|
|
12
|
-
Type annotations for
|
13
|
-
|
14
|
-
[VSCode](https://code.visualstudio.com/),
|
12
|
+
Type annotations for [boto3 QuickSight 1.38.0](https://pypi.org/project/boto3/)
|
13
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
15
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
16
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
17
16
|
[Sublime Text](https://www.sublimetext.com/),
|
@@ -72,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
72
71
|
isolation.
|
73
72
|
|
74
73
|
1. Run mypy-boto3-builder in your package root directory:
|
75
|
-
`uvx --with 'boto3==1.
|
74
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
76
75
|
2. Select `boto3` AWS SDK.
|
77
76
|
3. Add `QuickSight` service.
|
78
77
|
4. Use provided commands to install generated packages.
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
13
13
|
|
14
14
|
setup(
|
15
15
|
name="types-boto3-quicksight",
|
16
|
-
version="1.
|
16
|
+
version="1.38.0",
|
17
17
|
packages=["types_boto3_quicksight"],
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
19
19
|
license="MIT License",
|
20
20
|
author="Vlad Emelianov",
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
22
|
-
description="Type annotations for boto3 QuickSight 1.
|
22
|
+
description="Type annotations for boto3 QuickSight 1.38.0 service generated with mypy-boto3-builder 8.10.1",
|
23
23
|
classifiers=[
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/__main__.py
RENAMED
@@ -12,8 +12,8 @@ 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.
|
16
|
-
"Version: 1.
|
15
|
+
"Type annotations for boto3 QuickSight 1.38.0\n"
|
16
|
+
"Version: 1.38.0\n"
|
17
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"
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
26
26
|
"""
|
27
27
|
Print package version to stdout.
|
28
28
|
"""
|
29
|
-
sys.stdout.write("1.
|
29
|
+
sys.stdout.write("1.38.0\n")
|
30
30
|
|
31
31
|
|
32
32
|
def main() -> None:
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/literals.py
RENAMED
@@ -307,6 +307,7 @@ __all__ = (
|
|
307
307
|
"VerticalTextAlignmentType",
|
308
308
|
"VisibilityType",
|
309
309
|
"VisualCustomActionTriggerType",
|
310
|
+
"VisualHighlightTriggerType",
|
310
311
|
"VisualRoleType",
|
311
312
|
"WidgetStatusType",
|
312
313
|
"WordCloudCloudLayoutType",
|
@@ -1050,6 +1051,7 @@ ValueWhenUnsetOptionType = Literal["NULL", "RECOMMENDED_VALUE"]
|
|
1050
1051
|
VerticalTextAlignmentType = Literal["AUTO", "BOTTOM", "MIDDLE", "TOP"]
|
1051
1052
|
VisibilityType = Literal["HIDDEN", "VISIBLE"]
|
1052
1053
|
VisualCustomActionTriggerType = Literal["DATA_POINT_CLICK", "DATA_POINT_MENU"]
|
1054
|
+
VisualHighlightTriggerType = Literal["DATA_POINT_CLICK", "DATA_POINT_HOVER", "NONE"]
|
1053
1055
|
VisualRoleType = Literal["COMPLIMENTARY", "FALLBACK", "FRAGMENT", "MULTI_INTENT", "PRIMARY"]
|
1054
1056
|
WidgetStatusType = Literal["DISABLED", "ENABLED"]
|
1055
1057
|
WordCloudCloudLayoutType = Literal["FLUID", "NORMAL"]
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/literals.pyi
RENAMED
@@ -306,6 +306,7 @@ __all__ = (
|
|
306
306
|
"VerticalTextAlignmentType",
|
307
307
|
"VisibilityType",
|
308
308
|
"VisualCustomActionTriggerType",
|
309
|
+
"VisualHighlightTriggerType",
|
309
310
|
"VisualRoleType",
|
310
311
|
"WidgetStatusType",
|
311
312
|
"WordCloudCloudLayoutType",
|
@@ -1048,6 +1049,7 @@ ValueWhenUnsetOptionType = Literal["NULL", "RECOMMENDED_VALUE"]
|
|
1048
1049
|
VerticalTextAlignmentType = Literal["AUTO", "BOTTOM", "MIDDLE", "TOP"]
|
1049
1050
|
VisibilityType = Literal["HIDDEN", "VISIBLE"]
|
1050
1051
|
VisualCustomActionTriggerType = Literal["DATA_POINT_CLICK", "DATA_POINT_MENU"]
|
1052
|
+
VisualHighlightTriggerType = Literal["DATA_POINT_CLICK", "DATA_POINT_HOVER", "NONE"]
|
1051
1053
|
VisualRoleType = Literal["COMPLIMENTARY", "FALLBACK", "FRAGMENT", "MULTI_INTENT", "PRIMARY"]
|
1052
1054
|
WidgetStatusType = Literal["DISABLED", "ENABLED"]
|
1053
1055
|
WordCloudCloudLayoutType = Literal["FLUID", "NORMAL"]
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/type_defs.py
RENAMED
@@ -241,6 +241,7 @@ from .literals import (
|
|
241
241
|
VerticalTextAlignmentType,
|
242
242
|
VisibilityType,
|
243
243
|
VisualCustomActionTriggerType,
|
244
|
+
VisualHighlightTriggerType,
|
244
245
|
VisualRoleType,
|
245
246
|
VPCConnectionAvailabilityStatusType,
|
246
247
|
VPCConnectionResourceStatusType,
|
@@ -2023,10 +2024,12 @@ __all__ = (
|
|
2023
2024
|
"ValidationStrategyTypeDef",
|
2024
2025
|
"VisibleRangeOptionsTypeDef",
|
2025
2026
|
"VisualAxisSortOptionTypeDef",
|
2027
|
+
"VisualCustomActionDefaultsTypeDef",
|
2026
2028
|
"VisualCustomActionOperationOutputTypeDef",
|
2027
2029
|
"VisualCustomActionOperationTypeDef",
|
2028
2030
|
"VisualCustomActionOutputTypeDef",
|
2029
2031
|
"VisualCustomActionTypeDef",
|
2032
|
+
"VisualHighlightOperationTypeDef",
|
2030
2033
|
"VisualInteractionOptionsTypeDef",
|
2031
2034
|
"VisualMenuOptionTypeDef",
|
2032
2035
|
"VisualOptionsTypeDef",
|
@@ -2154,13 +2157,6 @@ class GenerativeAuthoringConfigurationsTypeDef(TypedDict):
|
|
2154
2157
|
Enabled: bool
|
2155
2158
|
|
2156
2159
|
|
2157
|
-
class AssetOptionsOutputTypeDef(TypedDict):
|
2158
|
-
Timezone: NotRequired[str]
|
2159
|
-
WeekStart: NotRequired[DayOfTheWeekType]
|
2160
|
-
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
2161
|
-
ExcludedDataSetArns: NotRequired[List[str]]
|
2162
|
-
|
2163
|
-
|
2164
2160
|
class CalculatedFieldTypeDef(TypedDict):
|
2165
2161
|
DataSetIdentifier: str
|
2166
2162
|
Name: str
|
@@ -2176,13 +2172,6 @@ class QueryExecutionOptionsTypeDef(TypedDict):
|
|
2176
2172
|
QueryExecutionMode: NotRequired[QueryExecutionModeType]
|
2177
2173
|
|
2178
2174
|
|
2179
|
-
class AssetOptionsTypeDef(TypedDict):
|
2180
|
-
Timezone: NotRequired[str]
|
2181
|
-
WeekStart: NotRequired[DayOfTheWeekType]
|
2182
|
-
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
2183
|
-
ExcludedDataSetArns: NotRequired[Sequence[str]]
|
2184
|
-
|
2185
|
-
|
2186
2175
|
class EntityTypeDef(TypedDict):
|
2187
2176
|
Path: NotRequired[str]
|
2188
2177
|
|
@@ -5150,6 +5139,10 @@ class UpdateVPCConnectionRequestTypeDef(TypedDict):
|
|
5150
5139
|
DnsResolvers: NotRequired[Sequence[str]]
|
5151
5140
|
|
5152
5141
|
|
5142
|
+
class VisualHighlightOperationTypeDef(TypedDict):
|
5143
|
+
Trigger: VisualHighlightTriggerType
|
5144
|
+
|
5145
|
+
|
5153
5146
|
class WaterfallChartGroupColorConfigurationTypeDef(TypedDict):
|
5154
5147
|
PositiveBarColor: NotRequired[str]
|
5155
5148
|
NegativeBarColor: NotRequired[str]
|
@@ -8028,6 +8021,10 @@ UntagColumnOperationUnionTypeDef = Union[
|
|
8028
8021
|
]
|
8029
8022
|
|
8030
8023
|
|
8024
|
+
class VisualCustomActionDefaultsTypeDef(TypedDict):
|
8025
|
+
highlightOperation: NotRequired[VisualHighlightOperationTypeDef]
|
8026
|
+
|
8027
|
+
|
8031
8028
|
class WaterfallChartColorConfigurationTypeDef(TypedDict):
|
8032
8029
|
GroupColorConfiguration: NotRequired[WaterfallChartGroupColorConfigurationTypeDef]
|
8033
8030
|
|
@@ -9037,6 +9034,22 @@ class StringDatasetParameterTypeDef(TypedDict):
|
|
9037
9034
|
DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef]
|
9038
9035
|
|
9039
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
|
+
|
9040
9053
|
class FilterCrossSheetControlOutputTypeDef(TypedDict):
|
9041
9054
|
FilterControlId: str
|
9042
9055
|
SourceFilterId: str
|
@@ -14075,6 +14088,7 @@ class SheetDefinitionOutputTypeDef(TypedDict):
|
|
14075
14088
|
Layouts: NotRequired[List[LayoutOutputTypeDef]]
|
14076
14089
|
SheetControlLayouts: NotRequired[List[SheetControlLayoutOutputTypeDef]]
|
14077
14090
|
ContentType: NotRequired[SheetContentTypeType]
|
14091
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
14078
14092
|
|
14079
14093
|
|
14080
14094
|
class SheetDefinitionTypeDef(TypedDict):
|
@@ -14090,6 +14104,7 @@ class SheetDefinitionTypeDef(TypedDict):
|
|
14090
14104
|
Layouts: NotRequired[Sequence[LayoutTypeDef]]
|
14091
14105
|
SheetControlLayouts: NotRequired[Sequence[SheetControlLayoutTypeDef]]
|
14092
14106
|
ContentType: NotRequired[SheetContentTypeType]
|
14107
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
14093
14108
|
|
14094
14109
|
|
14095
14110
|
class BatchCreateTopicReviewedAnswerRequestTypeDef(TypedDict):
|
@@ -241,6 +241,7 @@ from .literals import (
|
|
241
241
|
VerticalTextAlignmentType,
|
242
242
|
VisibilityType,
|
243
243
|
VisualCustomActionTriggerType,
|
244
|
+
VisualHighlightTriggerType,
|
244
245
|
VisualRoleType,
|
245
246
|
VPCConnectionAvailabilityStatusType,
|
246
247
|
VPCConnectionResourceStatusType,
|
@@ -2022,10 +2023,12 @@ __all__ = (
|
|
2022
2023
|
"ValidationStrategyTypeDef",
|
2023
2024
|
"VisibleRangeOptionsTypeDef",
|
2024
2025
|
"VisualAxisSortOptionTypeDef",
|
2026
|
+
"VisualCustomActionDefaultsTypeDef",
|
2025
2027
|
"VisualCustomActionOperationOutputTypeDef",
|
2026
2028
|
"VisualCustomActionOperationTypeDef",
|
2027
2029
|
"VisualCustomActionOutputTypeDef",
|
2028
2030
|
"VisualCustomActionTypeDef",
|
2031
|
+
"VisualHighlightOperationTypeDef",
|
2029
2032
|
"VisualInteractionOptionsTypeDef",
|
2030
2033
|
"VisualMenuOptionTypeDef",
|
2031
2034
|
"VisualOptionsTypeDef",
|
@@ -2136,12 +2139,6 @@ class ExecutiveSummaryConfigurationsTypeDef(TypedDict):
|
|
2136
2139
|
class GenerativeAuthoringConfigurationsTypeDef(TypedDict):
|
2137
2140
|
Enabled: bool
|
2138
2141
|
|
2139
|
-
class AssetOptionsOutputTypeDef(TypedDict):
|
2140
|
-
Timezone: NotRequired[str]
|
2141
|
-
WeekStart: NotRequired[DayOfTheWeekType]
|
2142
|
-
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
2143
|
-
ExcludedDataSetArns: NotRequired[List[str]]
|
2144
|
-
|
2145
2142
|
class CalculatedFieldTypeDef(TypedDict):
|
2146
2143
|
DataSetIdentifier: str
|
2147
2144
|
Name: str
|
@@ -2154,12 +2151,6 @@ class DataSetIdentifierDeclarationTypeDef(TypedDict):
|
|
2154
2151
|
class QueryExecutionOptionsTypeDef(TypedDict):
|
2155
2152
|
QueryExecutionMode: NotRequired[QueryExecutionModeType]
|
2156
2153
|
|
2157
|
-
class AssetOptionsTypeDef(TypedDict):
|
2158
|
-
Timezone: NotRequired[str]
|
2159
|
-
WeekStart: NotRequired[DayOfTheWeekType]
|
2160
|
-
QBusinessInsightsStatus: NotRequired[QBusinessInsightsStatusType]
|
2161
|
-
ExcludedDataSetArns: NotRequired[Sequence[str]]
|
2162
|
-
|
2163
2154
|
class EntityTypeDef(TypedDict):
|
2164
2155
|
Path: NotRequired[str]
|
2165
2156
|
|
@@ -4613,6 +4604,9 @@ class UpdateVPCConnectionRequestTypeDef(TypedDict):
|
|
4613
4604
|
RoleArn: str
|
4614
4605
|
DnsResolvers: NotRequired[Sequence[str]]
|
4615
4606
|
|
4607
|
+
class VisualHighlightOperationTypeDef(TypedDict):
|
4608
|
+
Trigger: VisualHighlightTriggerType
|
4609
|
+
|
4616
4610
|
class WaterfallChartGroupColorConfigurationTypeDef(TypedDict):
|
4617
4611
|
PositiveBarColor: NotRequired[str]
|
4618
4612
|
NegativeBarColor: NotRequired[str]
|
@@ -7060,6 +7054,9 @@ UntagColumnOperationUnionTypeDef = Union[
|
|
7060
7054
|
UntagColumnOperationTypeDef, UntagColumnOperationOutputTypeDef
|
7061
7055
|
]
|
7062
7056
|
|
7057
|
+
class VisualCustomActionDefaultsTypeDef(TypedDict):
|
7058
|
+
highlightOperation: NotRequired[VisualHighlightOperationTypeDef]
|
7059
|
+
|
7063
7060
|
class WaterfallChartColorConfigurationTypeDef(TypedDict):
|
7064
7061
|
GroupColorConfiguration: NotRequired[WaterfallChartGroupColorConfigurationTypeDef]
|
7065
7062
|
|
@@ -7918,6 +7915,20 @@ class StringDatasetParameterTypeDef(TypedDict):
|
|
7918
7915
|
ValueType: DatasetParameterValueTypeType
|
7919
7916
|
DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef]
|
7920
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
|
+
|
7921
7932
|
class FilterCrossSheetControlOutputTypeDef(TypedDict):
|
7922
7933
|
FilterControlId: str
|
7923
7934
|
SourceFilterId: str
|
@@ -12322,6 +12333,7 @@ class SheetDefinitionOutputTypeDef(TypedDict):
|
|
12322
12333
|
Layouts: NotRequired[List[LayoutOutputTypeDef]]
|
12323
12334
|
SheetControlLayouts: NotRequired[List[SheetControlLayoutOutputTypeDef]]
|
12324
12335
|
ContentType: NotRequired[SheetContentTypeType]
|
12336
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
12325
12337
|
|
12326
12338
|
class SheetDefinitionTypeDef(TypedDict):
|
12327
12339
|
SheetId: str
|
@@ -12336,6 +12348,7 @@ class SheetDefinitionTypeDef(TypedDict):
|
|
12336
12348
|
Layouts: NotRequired[Sequence[LayoutTypeDef]]
|
12337
12349
|
SheetControlLayouts: NotRequired[Sequence[SheetControlLayoutTypeDef]]
|
12338
12350
|
ContentType: NotRequired[SheetContentTypeType]
|
12351
|
+
CustomActionDefaults: NotRequired[VisualCustomActionDefaultsTypeDef]
|
12339
12352
|
|
12340
12353
|
class BatchCreateTopicReviewedAnswerRequestTypeDef(TypedDict):
|
12341
12354
|
AwsAccountId: str
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3-quicksight
|
3
|
-
Version: 1.
|
4
|
-
Summary: Type annotations for boto3 QuickSight 1.
|
3
|
+
Version: 1.38.0
|
4
|
+
Summary: Type annotations for boto3 QuickSight 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -56,9 +56,8 @@ Dynamic: summary
|
|
56
56
|
|
57
57
|

|
58
58
|
|
59
|
-
Type annotations for
|
60
|
-
|
61
|
-
[VSCode](https://code.visualstudio.com/),
|
59
|
+
Type annotations for [boto3 QuickSight 1.38.0](https://pypi.org/project/boto3/)
|
60
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
62
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
63
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
64
63
|
[Sublime Text](https://www.sublimetext.com/),
|
@@ -119,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
119
118
|
isolation.
|
120
119
|
|
121
120
|
1. Run mypy-boto3-builder in your package root directory:
|
122
|
-
`uvx --with 'boto3==1.
|
121
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
123
122
|
2. Select `boto3` AWS SDK.
|
124
123
|
3. Add `QuickSight` service.
|
125
124
|
4. Use provided commands to install generated packages.
|
File without changes
|
File without changes
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/__init__.py
RENAMED
File without changes
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/__init__.pyi
RENAMED
File without changes
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/client.py
RENAMED
File without changes
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/client.pyi
RENAMED
File without changes
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/paginator.py
RENAMED
File without changes
|
File without changes
|
{types_boto3_quicksight-1.37.23 → types_boto3_quicksight-1.38.0}/types_boto3_quicksight/py.typed
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|