types-boto3-quicksight 1.35.93__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.35.93/types_boto3_quicksight.egg-info → types_boto3_quicksight-1.36.3}/PKG-INFO +18 -7
  2. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/README.md +3 -4
  3. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/setup.py +2 -2
  4. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/__main__.py +3 -3
  5. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/literals.py +5 -3
  6. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/literals.pyi +5 -3
  7. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/type_defs.py +2 -0
  8. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/type_defs.pyi +2 -0
  9. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/version.py +1 -1
  10. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3/types_boto3_quicksight.egg-info}/PKG-INFO +18 -7
  11. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/LICENSE +0 -0
  12. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/setup.cfg +0 -0
  13. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/__init__.py +0 -0
  14. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/__init__.pyi +0 -0
  15. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/client.py +0 -0
  16. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/client.pyi +0 -0
  17. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/paginator.py +0 -0
  18. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/paginator.pyi +0 -0
  19. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight/py.typed +0 -0
  20. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/not-zip-safe +0 -0
  23. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/requires.txt +0 -0
  24. {types_boto3_quicksight-1.35.93 → types_boto3_quicksight-1.36.3}/types_boto3_quicksight.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: types-boto3-quicksight
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 QuickSight 1.35.93 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
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="types-boto3-quicksight"></a>
36
48
 
@@ -43,9 +55,8 @@ Requires-Dist: typing-extensions; python_version < "3.12"
43
55
 
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
- Type annotations for
47
- [boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
48
- [VSCode](https://code.visualstudio.com/),
58
+ Type annotations for [boto3 QuickSight 1.36.3](https://pypi.org/project/boto3/)
59
+ compatible with [VSCode](https://code.visualstudio.com/),
49
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
61
  [Emacs](https://www.gnu.org/software/emacs/),
51
62
  [Sublime Text](https://www.sublimetext.com/),
@@ -106,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
106
117
  isolation.
107
118
 
108
119
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.36.3' mypy_boto3_builder`
110
121
  2. Select `boto3` AWS SDK.
111
122
  3. Add `QuickSight` service.
112
123
  4. Use provided commands to install generated packages.
@@ -9,9 +9,8 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for
13
- [boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
14
- [VSCode](https://code.visualstudio.com/),
12
+ Type annotations for [boto3 QuickSight 1.36.3](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.35.93' mypy_boto3_builder`
74
+ `uvx --with 'boto3==1.36.3' 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.35.93",
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.35.93 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.35.93\n"
16
- "Version: 1.35.93\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.35.93\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"]
@@ -1226,8 +1230,6 @@ ServiceName = Literal[
1226
1230
  "iot",
1227
1231
  "iot-data",
1228
1232
  "iot-jobs-data",
1229
- "iot1click-devices",
1230
- "iot1click-projects",
1231
1233
  "iotanalytics",
1232
1234
  "iotdeviceadvisor",
1233
1235
  "iotevents",
@@ -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"]
@@ -1224,8 +1228,6 @@ ServiceName = Literal[
1224
1228
  "iot",
1225
1229
  "iot-data",
1226
1230
  "iot-jobs-data",
1227
- "iot1click-devices",
1228
- "iot1click-projects",
1229
1231
  "iotanalytics",
1230
1232
  "iotdeviceadvisor",
1231
1233
  "iotevents",
@@ -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.35.93"
7
+ __version__ = "1.36.3"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: types-boto3-quicksight
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 QuickSight 1.35.93 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
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="types-boto3-quicksight"></a>
36
48
 
@@ -43,9 +55,8 @@ Requires-Dist: typing-extensions; python_version < "3.12"
43
55
 
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
- Type annotations for
47
- [boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
48
- [VSCode](https://code.visualstudio.com/),
58
+ Type annotations for [boto3 QuickSight 1.36.3](https://pypi.org/project/boto3/)
59
+ compatible with [VSCode](https://code.visualstudio.com/),
49
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
61
  [Emacs](https://www.gnu.org/software/emacs/),
51
62
  [Sublime Text](https://www.sublimetext.com/),
@@ -106,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
106
117
  isolation.
107
118
 
108
119
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.36.3' mypy_boto3_builder`
110
121
  2. Select `boto3` AWS SDK.
111
122
  3. Add `QuickSight` service.
112
123
  4. Use provided commands to install generated packages.