types-boto3-quicksight 1.36.3__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 +2 -3
- types_boto3_quicksight/literals.pyi +2 -3
- types_boto3_quicksight/paginator.py +2 -2
- types_boto3_quicksight/paginator.pyi +2 -2
- types_boto3_quicksight/type_defs.py +2106 -3485
- types_boto3_quicksight/type_defs.pyi +1935 -3173
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.36.3.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.3.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.36.3.dist-info → types_boto3_quicksight-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_quicksight-1.36.3.dist-info → types_boto3_quicksight-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_quicksight-1.36.3.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
|
@@ -1181,7 +1181,6 @@ ServiceName = Literal[
|
|
1181
1181
|
"efs",
|
1182
1182
|
"eks",
|
1183
1183
|
"eks-auth",
|
1184
|
-
"elastic-inference",
|
1185
1184
|
"elasticache",
|
1186
1185
|
"elasticbeanstalk",
|
1187
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
|
@@ -1179,7 +1179,6 @@ ServiceName = Literal[
|
|
1179
1179
|
"efs",
|
1180
1180
|
"eks",
|
1181
1181
|
"eks-auth",
|
1182
|
-
"elastic-inference",
|
1183
1182
|
"elasticache",
|
1184
1183
|
"elasticbeanstalk",
|
1185
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
|