types-boto3-quicksight 1.36.0__tar.gz → 1.36.3__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.
Files changed (24) hide show
  1. {types_boto3_quicksight-1.36.0/types_boto3_quicksight.egg-info → types_boto3_quicksight-1.36.3}/PKG-INFO +4 -4
  2. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/README.md +2 -2
  3. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/setup.py +2 -2
  4. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/__main__.py +3 -3
  5. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/literals.py +5 -1
  6. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/literals.pyi +5 -1
  7. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/type_defs.py +2 -0
  8. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/type_defs.pyi +2 -0
  9. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/version.py +1 -1
  10. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3/types_boto3_quicksight.egg-info}/PKG-INFO +4 -4
  11. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/LICENSE +0 -0
  12. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/setup.cfg +0 -0
  13. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/__init__.py +0 -0
  14. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/__init__.pyi +0 -0
  15. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/client.py +0 -0
  16. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/client.pyi +0 -0
  17. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/paginator.py +0 -0
  18. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/paginator.pyi +0 -0
  19. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/py.typed +0 -0
  20. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/not-zip-safe +0 -0
  23. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/requires.txt +0 -0
  24. {types_boto3_quicksight-1.36.0 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: types-boto3-quicksight
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 QuickSight 1.36.0 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.36.3
4
+ Summary: Type annotations for boto3 QuickSight 1.36.3 service generated with mypy-boto3-builder 8.8.0
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
@@ -55,7 +55,7 @@ Dynamic: summary
55
55
 
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 QuickSight 1.36.0](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 QuickSight 1.36.3](https://pypi.org/project/boto3/)
59
59
  compatible with [VSCode](https://code.visualstudio.com/),
60
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -117,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.36.3' mypy_boto3_builder`
121
121
  2. Select `boto3` AWS SDK.
122
122
  3. Add `QuickSight` service.
123
123
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 QuickSight 1.36.0](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 QuickSight 1.36.3](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
74
+ `uvx --with 'boto3==1.36.3' mypy_boto3_builder`
75
75
  2. Select `boto3` AWS SDK.
76
76
  3. Add `QuickSight` service.
77
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.36.0",
16
+ version="1.36.3",
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.36.0 service generated with mypy-boto3-builder 8.8.0",
22
+ description="Type annotations for boto3 QuickSight 1.36.3 service generated with mypy-boto3-builder 8.8.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.36.0\n"
16
- "Version: 1.36.0\n"
15
+ "Type annotations for boto3 QuickSight 1.36.3\n"
16
+ "Version: 1.36.3\n"
17
17
  "Builder version: 8.8.0\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.36.0\n")
29
+ sys.stdout.write("1.36.3\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -99,6 +99,7 @@ __all__ = (
99
99
  "DefaultAggregationType",
100
100
  "DescribeFolderPermissionsPaginatorName",
101
101
  "DescribeFolderResolvedPermissionsPaginatorName",
102
+ "DigitGroupingStyleType",
102
103
  "DisplayFormatType",
103
104
  "EditionType",
104
105
  "EmbeddingIdentityTypeType",
@@ -592,6 +593,7 @@ DefaultAggregationType = Literal[
592
593
  ]
593
594
  DescribeFolderPermissionsPaginatorName = Literal["describe_folder_permissions"]
594
595
  DescribeFolderResolvedPermissionsPaginatorName = Literal["describe_folder_resolved_permissions"]
596
+ DigitGroupingStyleType = Literal["DEFAULT", "LAKHS"]
595
597
  DisplayFormatType = Literal["AUTO", "CURRENCY", "DATE", "NUMBER", "PERCENT", "STRING"]
596
598
  EditionType = Literal["ENTERPRISE", "ENTERPRISE_AND_Q", "STANDARD"]
597
599
  EmbeddingIdentityTypeType = Literal["ANONYMOUS", "IAM", "QUICKSIGHT"]
@@ -823,7 +825,9 @@ NetworkInterfaceStatusType = Literal[
823
825
  "UPDATING",
824
826
  ]
825
827
  NullFilterOptionType = Literal["ALL_VALUES", "NON_NULLS_ONLY", "NULLS_ONLY"]
826
- NumberScaleType = Literal["AUTO", "BILLIONS", "MILLIONS", "NONE", "THOUSANDS", "TRILLIONS"]
828
+ NumberScaleType = Literal[
829
+ "AUTO", "BILLIONS", "CRORES", "LAKHS", "MILLIONS", "NONE", "THOUSANDS", "TRILLIONS"
830
+ ]
827
831
  NumericEqualityMatchOperatorType = Literal["DOES_NOT_EQUAL", "EQUALS"]
828
832
  NumericFilterSelectAllOptionsType = Literal["FILTER_ALL_VALUES"]
829
833
  NumericSeparatorSymbolType = Literal["COMMA", "DOT", "SPACE"]
@@ -98,6 +98,7 @@ __all__ = (
98
98
  "DefaultAggregationType",
99
99
  "DescribeFolderPermissionsPaginatorName",
100
100
  "DescribeFolderResolvedPermissionsPaginatorName",
101
+ "DigitGroupingStyleType",
101
102
  "DisplayFormatType",
102
103
  "EditionType",
103
104
  "EmbeddingIdentityTypeType",
@@ -590,6 +591,7 @@ DefaultAggregationType = Literal[
590
591
  ]
591
592
  DescribeFolderPermissionsPaginatorName = Literal["describe_folder_permissions"]
592
593
  DescribeFolderResolvedPermissionsPaginatorName = Literal["describe_folder_resolved_permissions"]
594
+ DigitGroupingStyleType = Literal["DEFAULT", "LAKHS"]
593
595
  DisplayFormatType = Literal["AUTO", "CURRENCY", "DATE", "NUMBER", "PERCENT", "STRING"]
594
596
  EditionType = Literal["ENTERPRISE", "ENTERPRISE_AND_Q", "STANDARD"]
595
597
  EmbeddingIdentityTypeType = Literal["ANONYMOUS", "IAM", "QUICKSIGHT"]
@@ -821,7 +823,9 @@ NetworkInterfaceStatusType = Literal[
821
823
  "UPDATING",
822
824
  ]
823
825
  NullFilterOptionType = Literal["ALL_VALUES", "NON_NULLS_ONLY", "NULLS_ONLY"]
824
- NumberScaleType = Literal["AUTO", "BILLIONS", "MILLIONS", "NONE", "THOUSANDS", "TRILLIONS"]
826
+ NumberScaleType = Literal[
827
+ "AUTO", "BILLIONS", "CRORES", "LAKHS", "MILLIONS", "NONE", "THOUSANDS", "TRILLIONS"
828
+ ]
825
829
  NumericEqualityMatchOperatorType = Literal["DOES_NOT_EQUAL", "EQUALS"]
826
830
  NumericFilterSelectAllOptionsType = Literal["FILTER_ALL_VALUES"]
827
831
  NumericSeparatorSymbolType = Literal["COMMA", "DOT", "SPACE"]
@@ -85,6 +85,7 @@ from .literals import (
85
85
  DayOfTheWeekType,
86
86
  DayOfWeekType,
87
87
  DefaultAggregationType,
88
+ DigitGroupingStyleType,
88
89
  DisplayFormatType,
89
90
  EditionType,
90
91
  EmbeddingIdentityTypeType,
@@ -4797,6 +4798,7 @@ class NumericRangeFilterValueTypeDef(TypedDict):
4797
4798
  class ThousandSeparatorOptionsTypeDef(TypedDict):
4798
4799
  Symbol: NotRequired[NumericSeparatorSymbolType]
4799
4800
  Visibility: NotRequired[VisibilityType]
4801
+ GroupingStyle: NotRequired[DigitGroupingStyleType]
4800
4802
 
4801
4803
 
4802
4804
  class PercentileAggregationTypeDef(TypedDict):
@@ -85,6 +85,7 @@ from .literals import (
85
85
  DayOfTheWeekType,
86
86
  DayOfWeekType,
87
87
  DefaultAggregationType,
88
+ DigitGroupingStyleType,
88
89
  DisplayFormatType,
89
90
  EditionType,
90
91
  EmbeddingIdentityTypeType,
@@ -4373,6 +4374,7 @@ class NumericRangeFilterValueTypeDef(TypedDict):
4373
4374
  class ThousandSeparatorOptionsTypeDef(TypedDict):
4374
4375
  Symbol: NotRequired[NumericSeparatorSymbolType]
4375
4376
  Visibility: NotRequired[VisibilityType]
4377
+ GroupingStyle: NotRequired[DigitGroupingStyleType]
4376
4378
 
4377
4379
  class PercentileAggregationTypeDef(TypedDict):
4378
4380
  PercentileValue: NotRequired[float]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.36.0"
7
+ __version__ = "1.36.3"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: types-boto3-quicksight
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 QuickSight 1.36.0 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.36.3
4
+ Summary: Type annotations for boto3 QuickSight 1.36.3 service generated with mypy-boto3-builder 8.8.0
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
@@ -55,7 +55,7 @@ Dynamic: summary
55
55
 
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 QuickSight 1.36.0](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 QuickSight 1.36.3](https://pypi.org/project/boto3/)
59
59
  compatible with [VSCode](https://code.visualstudio.com/),
60
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -117,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.36.3' mypy_boto3_builder`
121
121
  2. Select `boto3` AWS SDK.
122
122
  3. Add `QuickSight` service.
123
123
  4. Use provided commands to install generated packages.