types-boto3-quicksight 1.36.0__py3-none-any.whl → 1.37.0__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 +7 -4
- types_boto3_quicksight/literals.pyi +7 -4
- types_boto3_quicksight/paginator.py +2 -2
- types_boto3_quicksight/paginator.pyi +2 -2
- types_boto3_quicksight/type_defs.py +2108 -3485
- types_boto3_quicksight/type_defs.pyi +1937 -3173
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/METADATA +12 -8
- types_boto3_quicksight-1.37.0.dist-info/RECORD +18 -0
- types_boto3_quicksight-1.36.0.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.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
|
@@ -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[
|
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"]
|
@@ -1177,7 +1181,6 @@ ServiceName = Literal[
|
|
1177
1181
|
"efs",
|
1178
1182
|
"eks",
|
1179
1183
|
"eks-auth",
|
1180
|
-
"elastic-inference",
|
1181
1184
|
"elasticache",
|
1182
1185
|
"elasticbeanstalk",
|
1183
1186
|
"elastictranscoder",
|
@@ -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
|
@@ -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[
|
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"]
|
@@ -1175,7 +1179,6 @@ ServiceName = Literal[
|
|
1175
1179
|
"efs",
|
1176
1180
|
"eks",
|
1177
1181
|
"eks-auth",
|
1178
|
-
"elastic-inference",
|
1179
1182
|
"elasticache",
|
1180
1183
|
"elasticbeanstalk",
|
1181
1184
|
"elastictranscoder",
|
@@ -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
|