types-boto3-quicksight 1.35.84__tar.gz → 1.35.93__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.35.84 → types_boto3_quicksight-1.35.93}/LICENSE +1 -1
- {types_boto3_quicksight-1.35.84/types_boto3_quicksight.egg-info → types_boto3_quicksight-1.35.93}/PKG-INFO +6 -6
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/README.md +3 -3
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/setup.py +4 -6
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__init__.py +1 -1
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__init__.pyi +1 -1
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__main__.py +9 -8
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/client.py +118 -89
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/client.pyi +118 -88
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/literals.py +2 -2
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/literals.pyi +2 -2
- types_boto3_quicksight-1.35.84/types_boto3_quicksight/paginator.pyi → types_boto3_quicksight-1.35.93/types_boto3_quicksight/paginator.py +463 -194
- types_boto3_quicksight-1.35.84/types_boto3_quicksight/paginator.py → types_boto3_quicksight-1.35.93/types_boto3_quicksight/paginator.pyi +324 -234
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/type_defs.py +132 -128
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/type_defs.pyi +130 -126
- types_boto3_quicksight-1.35.93/types_boto3_quicksight/version.py +7 -0
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93/types_boto3_quicksight.egg-info}/PKG-INFO +6 -6
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/requires.txt +1 -1
- types_boto3_quicksight-1.35.84/types_boto3_quicksight/version.py +0 -7
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/setup.cfg +0 -0
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/py.typed +0 -0
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/SOURCES.txt +0 -0
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/dependency_links.txt +0 -0
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/not-zip-safe +0 -0
- {types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: types-boto3-quicksight
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 QuickSight 1.35.
|
3
|
+
Version: 1.35.93
|
4
|
+
Summary: Type annotations for boto3 QuickSight 1.35.93 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
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
30
30
|
Requires-Python: >=3.8
|
31
31
|
Description-Content-Type: text/markdown
|
32
32
|
License-File: LICENSE
|
33
|
-
Requires-Dist: typing-extensions
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
34
34
|
|
35
35
|
<a id="types-boto3-quicksight"></a>
|
36
36
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
44
44
|

|
45
45
|
|
46
46
|
Type annotations for
|
47
|
-
[boto3 QuickSight 1.35.
|
47
|
+
[boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
|
48
48
|
[VSCode](https://code.visualstudio.com/),
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -53,7 +53,7 @@ Type annotations for
|
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
54
54
|
|
55
55
|
Generated with
|
56
|
-
[mypy-boto3-builder 8.
|
56
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
57
57
|
|
58
58
|
More information can be found on
|
59
59
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
|
|
106
106
|
isolation.
|
107
107
|
|
108
108
|
1. Run mypy-boto3-builder in your package root directory:
|
109
|
-
`uvx --with 'boto3==1.35.
|
109
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
110
110
|
2. Select `boto3` AWS SDK.
|
111
111
|
3. Add `QuickSight` service.
|
112
112
|
4. Use provided commands to install generated packages.
|
@@ -10,7 +10,7 @@
|
|
10
10
|

|
11
11
|
|
12
12
|
Type annotations for
|
13
|
-
[boto3 QuickSight 1.35.
|
13
|
+
[boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
|
14
14
|
[VSCode](https://code.visualstudio.com/),
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -19,7 +19,7 @@ Type annotations for
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
20
20
|
|
21
21
|
Generated with
|
22
|
-
[mypy-boto3-builder 8.
|
22
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
23
23
|
|
24
24
|
More information can be found on
|
25
25
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
72
72
|
isolation.
|
73
73
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
75
|
-
`uvx --with 'boto3==1.35.
|
75
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
76
76
|
2. Select `boto3` AWS SDK.
|
77
77
|
3. Add `QuickSight` service.
|
78
78
|
4. Use provided commands to install generated packages.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"""
|
2
2
|
Setup script for types-boto3-quicksight.
|
3
3
|
|
4
|
-
Copyright
|
4
|
+
Copyright 2025 Vlad Emelianov
|
5
5
|
"""
|
6
6
|
|
7
7
|
from pathlib import Path
|
@@ -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.
|
16
|
+
version="1.35.93",
|
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.
|
22
|
+
description="Type annotations for boto3 QuickSight 1.35.93 service generated with mypy-boto3-builder 8.8.0",
|
23
23
|
classifiers=[
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
25
25
|
"Intended Audience :: Developers",
|
@@ -49,8 +49,6 @@ setup(
|
|
49
49
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
50
50
|
"Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
|
51
51
|
},
|
52
|
-
install_requires=[
|
53
|
-
'typing-extensions>=4.1.0; python_version<"3.12"',
|
54
|
-
],
|
52
|
+
install_requires=['typing-extensions; python_version<"3.12"'],
|
55
53
|
zip_safe=False,
|
56
54
|
)
|
{types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__main__.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
"""
|
2
2
|
Main CLI entrypoint.
|
3
3
|
|
4
|
-
Copyright
|
4
|
+
Copyright 2025 Vlad Emelianov
|
5
5
|
"""
|
6
6
|
|
7
7
|
import sys
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
11
11
|
"""
|
12
12
|
Print package info to stdout.
|
13
13
|
"""
|
14
|
-
|
15
|
-
"Type annotations for boto3 QuickSight 1.35.
|
16
|
-
"Version: 1.35.
|
17
|
-
"Builder version: 8.
|
14
|
+
sys.stdout.write(
|
15
|
+
"Type annotations for boto3 QuickSight 1.35.93\n"
|
16
|
+
"Version: 1.35.93\n"
|
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"
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
22
22
|
)
|
23
23
|
|
24
24
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
26
26
|
"""
|
27
27
|
Print package version to stdout.
|
28
28
|
"""
|
29
|
-
|
29
|
+
sys.stdout.write("1.35.93\n")
|
30
30
|
|
31
31
|
|
32
32
|
def main() -> None:
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
34
34
|
Main CLI entrypoint.
|
35
35
|
"""
|
36
36
|
if "--version" in sys.argv:
|
37
|
-
|
37
|
+
print_version()
|
38
|
+
return
|
38
39
|
print_info()
|
39
40
|
|
40
41
|
|
{types_boto3_quicksight-1.35.84 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/client.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
"""
|
2
|
-
Type annotations for quicksight service
|
2
|
+
Type annotations for quicksight service Client.
|
3
3
|
|
4
|
-
[
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/)
|
5
5
|
|
6
6
|
Usage::
|
7
7
|
|
@@ -13,13 +13,17 @@ Usage::
|
|
13
13
|
client: QuickSightClient = session.client("quicksight")
|
14
14
|
```
|
15
15
|
|
16
|
-
Copyright
|
16
|
+
Copyright 2025 Vlad Emelianov
|
17
17
|
"""
|
18
18
|
|
19
|
+
from __future__ import annotations
|
20
|
+
|
19
21
|
import sys
|
20
|
-
from typing import Any,
|
22
|
+
from typing import Any, overload
|
21
23
|
|
22
24
|
from botocore.client import BaseClient, ClientMeta
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
23
27
|
|
24
28
|
from .paginator import (
|
25
29
|
DescribeFolderPermissionsPaginator,
|
@@ -479,6 +483,11 @@ from .type_defs import (
|
|
479
483
|
UpdateVPCConnectionResponseTypeDef,
|
480
484
|
)
|
481
485
|
|
486
|
+
if sys.version_info >= (3, 9):
|
487
|
+
from builtins import type as Type
|
488
|
+
from collections.abc import Mapping
|
489
|
+
else:
|
490
|
+
from typing import Mapping, Type
|
482
491
|
if sys.version_info >= (3, 12):
|
483
492
|
from typing import Literal, Unpack
|
484
493
|
else:
|
@@ -488,15 +497,7 @@ else:
|
|
488
497
|
__all__ = ("QuickSightClient",)
|
489
498
|
|
490
499
|
|
491
|
-
class
|
492
|
-
MSG_TEMPLATE: str
|
493
|
-
|
494
|
-
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
495
|
-
self.response: Dict[str, Any]
|
496
|
-
self.operation_name: str
|
497
|
-
|
498
|
-
|
499
|
-
class Exceptions:
|
500
|
+
class Exceptions(BaseClientExceptions):
|
500
501
|
AccessDeniedException: Type[BotocoreClientError]
|
501
502
|
ClientError: Type[BotocoreClientError]
|
502
503
|
ConcurrentUpdatingException: Type[BotocoreClientError]
|
@@ -556,12 +557,6 @@ class QuickSightClient(BaseClient):
|
|
556
557
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_presigned_url)
|
557
558
|
"""
|
558
559
|
|
559
|
-
def close(self) -> None:
|
560
|
-
"""
|
561
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/close.html)
|
562
|
-
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#close)
|
563
|
-
"""
|
564
|
-
|
565
560
|
def batch_create_topic_reviewed_answer(
|
566
561
|
self, **kwargs: Unpack[BatchCreateTopicReviewedAnswerRequestRequestTypeDef]
|
567
562
|
) -> BatchCreateTopicReviewedAnswerResponseTypeDef:
|
@@ -2700,8 +2695,8 @@ class QuickSightClient(BaseClient):
|
|
2700
2695
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_vpc_connection)
|
2701
2696
|
"""
|
2702
2697
|
|
2703
|
-
@overload
|
2704
|
-
def get_paginator(
|
2698
|
+
@overload # type: ignore[override]
|
2699
|
+
def get_paginator( # type: ignore[override]
|
2705
2700
|
self, operation_name: Literal["describe_folder_permissions"]
|
2706
2701
|
) -> DescribeFolderPermissionsPaginator:
|
2707
2702
|
"""
|
@@ -2711,8 +2706,8 @@ class QuickSightClient(BaseClient):
|
|
2711
2706
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2712
2707
|
"""
|
2713
2708
|
|
2714
|
-
@overload
|
2715
|
-
def get_paginator(
|
2709
|
+
@overload # type: ignore[override]
|
2710
|
+
def get_paginator( # type: ignore[override]
|
2716
2711
|
self, operation_name: Literal["describe_folder_resolved_permissions"]
|
2717
2712
|
) -> DescribeFolderResolvedPermissionsPaginator:
|
2718
2713
|
"""
|
@@ -2722,8 +2717,10 @@ class QuickSightClient(BaseClient):
|
|
2722
2717
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2723
2718
|
"""
|
2724
2719
|
|
2725
|
-
@overload
|
2726
|
-
def get_paginator(
|
2720
|
+
@overload # type: ignore[override]
|
2721
|
+
def get_paginator( # type: ignore[override]
|
2722
|
+
self, operation_name: Literal["list_analyses"]
|
2723
|
+
) -> ListAnalysesPaginator:
|
2727
2724
|
"""
|
2728
2725
|
Create a paginator for an operation.
|
2729
2726
|
|
@@ -2731,8 +2728,8 @@ class QuickSightClient(BaseClient):
|
|
2731
2728
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2732
2729
|
"""
|
2733
2730
|
|
2734
|
-
@overload
|
2735
|
-
def get_paginator(
|
2731
|
+
@overload # type: ignore[override]
|
2732
|
+
def get_paginator( # type: ignore[override]
|
2736
2733
|
self, operation_name: Literal["list_asset_bundle_export_jobs"]
|
2737
2734
|
) -> ListAssetBundleExportJobsPaginator:
|
2738
2735
|
"""
|
@@ -2742,8 +2739,8 @@ class QuickSightClient(BaseClient):
|
|
2742
2739
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2743
2740
|
"""
|
2744
2741
|
|
2745
|
-
@overload
|
2746
|
-
def get_paginator(
|
2742
|
+
@overload # type: ignore[override]
|
2743
|
+
def get_paginator( # type: ignore[override]
|
2747
2744
|
self, operation_name: Literal["list_asset_bundle_import_jobs"]
|
2748
2745
|
) -> ListAssetBundleImportJobsPaginator:
|
2749
2746
|
"""
|
@@ -2753,8 +2750,10 @@ class QuickSightClient(BaseClient):
|
|
2753
2750
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2754
2751
|
"""
|
2755
2752
|
|
2756
|
-
@overload
|
2757
|
-
def get_paginator(
|
2753
|
+
@overload # type: ignore[override]
|
2754
|
+
def get_paginator( # type: ignore[override]
|
2755
|
+
self, operation_name: Literal["list_brands"]
|
2756
|
+
) -> ListBrandsPaginator:
|
2758
2757
|
"""
|
2759
2758
|
Create a paginator for an operation.
|
2760
2759
|
|
@@ -2762,8 +2761,8 @@ class QuickSightClient(BaseClient):
|
|
2762
2761
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2763
2762
|
"""
|
2764
2763
|
|
2765
|
-
@overload
|
2766
|
-
def get_paginator(
|
2764
|
+
@overload # type: ignore[override]
|
2765
|
+
def get_paginator( # type: ignore[override]
|
2767
2766
|
self, operation_name: Literal["list_custom_permissions"]
|
2768
2767
|
) -> ListCustomPermissionsPaginator:
|
2769
2768
|
"""
|
@@ -2773,8 +2772,8 @@ class QuickSightClient(BaseClient):
|
|
2773
2772
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2774
2773
|
"""
|
2775
2774
|
|
2776
|
-
@overload
|
2777
|
-
def get_paginator(
|
2775
|
+
@overload # type: ignore[override]
|
2776
|
+
def get_paginator( # type: ignore[override]
|
2778
2777
|
self, operation_name: Literal["list_dashboard_versions"]
|
2779
2778
|
) -> ListDashboardVersionsPaginator:
|
2780
2779
|
"""
|
@@ -2784,8 +2783,10 @@ class QuickSightClient(BaseClient):
|
|
2784
2783
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2785
2784
|
"""
|
2786
2785
|
|
2787
|
-
@overload
|
2788
|
-
def get_paginator(
|
2786
|
+
@overload # type: ignore[override]
|
2787
|
+
def get_paginator( # type: ignore[override]
|
2788
|
+
self, operation_name: Literal["list_dashboards"]
|
2789
|
+
) -> ListDashboardsPaginator:
|
2789
2790
|
"""
|
2790
2791
|
Create a paginator for an operation.
|
2791
2792
|
|
@@ -2793,8 +2794,10 @@ class QuickSightClient(BaseClient):
|
|
2793
2794
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2794
2795
|
"""
|
2795
2796
|
|
2796
|
-
@overload
|
2797
|
-
def get_paginator(
|
2797
|
+
@overload # type: ignore[override]
|
2798
|
+
def get_paginator( # type: ignore[override]
|
2799
|
+
self, operation_name: Literal["list_data_sets"]
|
2800
|
+
) -> ListDataSetsPaginator:
|
2798
2801
|
"""
|
2799
2802
|
Create a paginator for an operation.
|
2800
2803
|
|
@@ -2802,8 +2805,8 @@ class QuickSightClient(BaseClient):
|
|
2802
2805
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2803
2806
|
"""
|
2804
2807
|
|
2805
|
-
@overload
|
2806
|
-
def get_paginator(
|
2808
|
+
@overload # type: ignore[override]
|
2809
|
+
def get_paginator( # type: ignore[override]
|
2807
2810
|
self, operation_name: Literal["list_data_sources"]
|
2808
2811
|
) -> ListDataSourcesPaginator:
|
2809
2812
|
"""
|
@@ -2813,8 +2816,8 @@ class QuickSightClient(BaseClient):
|
|
2813
2816
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2814
2817
|
"""
|
2815
2818
|
|
2816
|
-
@overload
|
2817
|
-
def get_paginator(
|
2819
|
+
@overload # type: ignore[override]
|
2820
|
+
def get_paginator( # type: ignore[override]
|
2818
2821
|
self, operation_name: Literal["list_folder_members"]
|
2819
2822
|
) -> ListFolderMembersPaginator:
|
2820
2823
|
"""
|
@@ -2824,8 +2827,8 @@ class QuickSightClient(BaseClient):
|
|
2824
2827
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2825
2828
|
"""
|
2826
2829
|
|
2827
|
-
@overload
|
2828
|
-
def get_paginator(
|
2830
|
+
@overload # type: ignore[override]
|
2831
|
+
def get_paginator( # type: ignore[override]
|
2829
2832
|
self, operation_name: Literal["list_folders_for_resource"]
|
2830
2833
|
) -> ListFoldersForResourcePaginator:
|
2831
2834
|
"""
|
@@ -2835,8 +2838,10 @@ class QuickSightClient(BaseClient):
|
|
2835
2838
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2836
2839
|
"""
|
2837
2840
|
|
2838
|
-
@overload
|
2839
|
-
def get_paginator(
|
2841
|
+
@overload # type: ignore[override]
|
2842
|
+
def get_paginator( # type: ignore[override]
|
2843
|
+
self, operation_name: Literal["list_folders"]
|
2844
|
+
) -> ListFoldersPaginator:
|
2840
2845
|
"""
|
2841
2846
|
Create a paginator for an operation.
|
2842
2847
|
|
@@ -2844,8 +2849,8 @@ class QuickSightClient(BaseClient):
|
|
2844
2849
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2845
2850
|
"""
|
2846
2851
|
|
2847
|
-
@overload
|
2848
|
-
def get_paginator(
|
2852
|
+
@overload # type: ignore[override]
|
2853
|
+
def get_paginator( # type: ignore[override]
|
2849
2854
|
self, operation_name: Literal["list_group_memberships"]
|
2850
2855
|
) -> ListGroupMembershipsPaginator:
|
2851
2856
|
"""
|
@@ -2855,8 +2860,10 @@ class QuickSightClient(BaseClient):
|
|
2855
2860
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2856
2861
|
"""
|
2857
2862
|
|
2858
|
-
@overload
|
2859
|
-
def get_paginator(
|
2863
|
+
@overload # type: ignore[override]
|
2864
|
+
def get_paginator( # type: ignore[override]
|
2865
|
+
self, operation_name: Literal["list_groups"]
|
2866
|
+
) -> ListGroupsPaginator:
|
2860
2867
|
"""
|
2861
2868
|
Create a paginator for an operation.
|
2862
2869
|
|
@@ -2864,8 +2871,8 @@ class QuickSightClient(BaseClient):
|
|
2864
2871
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2865
2872
|
"""
|
2866
2873
|
|
2867
|
-
@overload
|
2868
|
-
def get_paginator(
|
2874
|
+
@overload # type: ignore[override]
|
2875
|
+
def get_paginator( # type: ignore[override]
|
2869
2876
|
self, operation_name: Literal["list_iam_policy_assignments_for_user"]
|
2870
2877
|
) -> ListIAMPolicyAssignmentsForUserPaginator:
|
2871
2878
|
"""
|
@@ -2875,8 +2882,8 @@ class QuickSightClient(BaseClient):
|
|
2875
2882
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2876
2883
|
"""
|
2877
2884
|
|
2878
|
-
@overload
|
2879
|
-
def get_paginator(
|
2885
|
+
@overload # type: ignore[override]
|
2886
|
+
def get_paginator( # type: ignore[override]
|
2880
2887
|
self, operation_name: Literal["list_iam_policy_assignments"]
|
2881
2888
|
) -> ListIAMPolicyAssignmentsPaginator:
|
2882
2889
|
"""
|
@@ -2886,8 +2893,10 @@ class QuickSightClient(BaseClient):
|
|
2886
2893
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2887
2894
|
"""
|
2888
2895
|
|
2889
|
-
@overload
|
2890
|
-
def get_paginator(
|
2896
|
+
@overload # type: ignore[override]
|
2897
|
+
def get_paginator( # type: ignore[override]
|
2898
|
+
self, operation_name: Literal["list_ingestions"]
|
2899
|
+
) -> ListIngestionsPaginator:
|
2891
2900
|
"""
|
2892
2901
|
Create a paginator for an operation.
|
2893
2902
|
|
@@ -2895,8 +2904,10 @@ class QuickSightClient(BaseClient):
|
|
2895
2904
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2896
2905
|
"""
|
2897
2906
|
|
2898
|
-
@overload
|
2899
|
-
def get_paginator(
|
2907
|
+
@overload # type: ignore[override]
|
2908
|
+
def get_paginator( # type: ignore[override]
|
2909
|
+
self, operation_name: Literal["list_namespaces"]
|
2910
|
+
) -> ListNamespacesPaginator:
|
2900
2911
|
"""
|
2901
2912
|
Create a paginator for an operation.
|
2902
2913
|
|
@@ -2904,8 +2915,8 @@ class QuickSightClient(BaseClient):
|
|
2904
2915
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2905
2916
|
"""
|
2906
2917
|
|
2907
|
-
@overload
|
2908
|
-
def get_paginator(
|
2918
|
+
@overload # type: ignore[override]
|
2919
|
+
def get_paginator( # type: ignore[override]
|
2909
2920
|
self, operation_name: Literal["list_role_memberships"]
|
2910
2921
|
) -> ListRoleMembershipsPaginator:
|
2911
2922
|
"""
|
@@ -2915,8 +2926,8 @@ class QuickSightClient(BaseClient):
|
|
2915
2926
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2916
2927
|
"""
|
2917
2928
|
|
2918
|
-
@overload
|
2919
|
-
def get_paginator(
|
2929
|
+
@overload # type: ignore[override]
|
2930
|
+
def get_paginator( # type: ignore[override]
|
2920
2931
|
self, operation_name: Literal["list_template_aliases"]
|
2921
2932
|
) -> ListTemplateAliasesPaginator:
|
2922
2933
|
"""
|
@@ -2926,8 +2937,8 @@ class QuickSightClient(BaseClient):
|
|
2926
2937
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2927
2938
|
"""
|
2928
2939
|
|
2929
|
-
@overload
|
2930
|
-
def get_paginator(
|
2940
|
+
@overload # type: ignore[override]
|
2941
|
+
def get_paginator( # type: ignore[override]
|
2931
2942
|
self, operation_name: Literal["list_template_versions"]
|
2932
2943
|
) -> ListTemplateVersionsPaginator:
|
2933
2944
|
"""
|
@@ -2937,8 +2948,10 @@ class QuickSightClient(BaseClient):
|
|
2937
2948
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2938
2949
|
"""
|
2939
2950
|
|
2940
|
-
@overload
|
2941
|
-
def get_paginator(
|
2951
|
+
@overload # type: ignore[override]
|
2952
|
+
def get_paginator( # type: ignore[override]
|
2953
|
+
self, operation_name: Literal["list_templates"]
|
2954
|
+
) -> ListTemplatesPaginator:
|
2942
2955
|
"""
|
2943
2956
|
Create a paginator for an operation.
|
2944
2957
|
|
@@ -2946,8 +2959,8 @@ class QuickSightClient(BaseClient):
|
|
2946
2959
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2947
2960
|
"""
|
2948
2961
|
|
2949
|
-
@overload
|
2950
|
-
def get_paginator(
|
2962
|
+
@overload # type: ignore[override]
|
2963
|
+
def get_paginator( # type: ignore[override]
|
2951
2964
|
self, operation_name: Literal["list_theme_versions"]
|
2952
2965
|
) -> ListThemeVersionsPaginator:
|
2953
2966
|
"""
|
@@ -2957,8 +2970,10 @@ class QuickSightClient(BaseClient):
|
|
2957
2970
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2958
2971
|
"""
|
2959
2972
|
|
2960
|
-
@overload
|
2961
|
-
def get_paginator(
|
2973
|
+
@overload # type: ignore[override]
|
2974
|
+
def get_paginator( # type: ignore[override]
|
2975
|
+
self, operation_name: Literal["list_themes"]
|
2976
|
+
) -> ListThemesPaginator:
|
2962
2977
|
"""
|
2963
2978
|
Create a paginator for an operation.
|
2964
2979
|
|
@@ -2966,8 +2981,10 @@ class QuickSightClient(BaseClient):
|
|
2966
2981
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2967
2982
|
"""
|
2968
2983
|
|
2969
|
-
@overload
|
2970
|
-
def get_paginator(
|
2984
|
+
@overload # type: ignore[override]
|
2985
|
+
def get_paginator( # type: ignore[override]
|
2986
|
+
self, operation_name: Literal["list_user_groups"]
|
2987
|
+
) -> ListUserGroupsPaginator:
|
2971
2988
|
"""
|
2972
2989
|
Create a paginator for an operation.
|
2973
2990
|
|
@@ -2975,8 +2992,10 @@ class QuickSightClient(BaseClient):
|
|
2975
2992
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2976
2993
|
"""
|
2977
2994
|
|
2978
|
-
@overload
|
2979
|
-
def get_paginator(
|
2995
|
+
@overload # type: ignore[override]
|
2996
|
+
def get_paginator( # type: ignore[override]
|
2997
|
+
self, operation_name: Literal["list_users"]
|
2998
|
+
) -> ListUsersPaginator:
|
2980
2999
|
"""
|
2981
3000
|
Create a paginator for an operation.
|
2982
3001
|
|
@@ -2984,8 +3003,10 @@ class QuickSightClient(BaseClient):
|
|
2984
3003
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2985
3004
|
"""
|
2986
3005
|
|
2987
|
-
@overload
|
2988
|
-
def get_paginator(
|
3006
|
+
@overload # type: ignore[override]
|
3007
|
+
def get_paginator( # type: ignore[override]
|
3008
|
+
self, operation_name: Literal["search_analyses"]
|
3009
|
+
) -> SearchAnalysesPaginator:
|
2989
3010
|
"""
|
2990
3011
|
Create a paginator for an operation.
|
2991
3012
|
|
@@ -2993,8 +3014,8 @@ class QuickSightClient(BaseClient):
|
|
2993
3014
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2994
3015
|
"""
|
2995
3016
|
|
2996
|
-
@overload
|
2997
|
-
def get_paginator(
|
3017
|
+
@overload # type: ignore[override]
|
3018
|
+
def get_paginator( # type: ignore[override]
|
2998
3019
|
self, operation_name: Literal["search_dashboards"]
|
2999
3020
|
) -> SearchDashboardsPaginator:
|
3000
3021
|
"""
|
@@ -3004,8 +3025,10 @@ class QuickSightClient(BaseClient):
|
|
3004
3025
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
3005
3026
|
"""
|
3006
3027
|
|
3007
|
-
@overload
|
3008
|
-
def get_paginator(
|
3028
|
+
@overload # type: ignore[override]
|
3029
|
+
def get_paginator( # type: ignore[override]
|
3030
|
+
self, operation_name: Literal["search_data_sets"]
|
3031
|
+
) -> SearchDataSetsPaginator:
|
3009
3032
|
"""
|
3010
3033
|
Create a paginator for an operation.
|
3011
3034
|
|
@@ -3013,8 +3036,8 @@ class QuickSightClient(BaseClient):
|
|
3013
3036
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
3014
3037
|
"""
|
3015
3038
|
|
3016
|
-
@overload
|
3017
|
-
def get_paginator(
|
3039
|
+
@overload # type: ignore[override]
|
3040
|
+
def get_paginator( # type: ignore[override]
|
3018
3041
|
self, operation_name: Literal["search_data_sources"]
|
3019
3042
|
) -> SearchDataSourcesPaginator:
|
3020
3043
|
"""
|
@@ -3024,8 +3047,10 @@ class QuickSightClient(BaseClient):
|
|
3024
3047
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
3025
3048
|
"""
|
3026
3049
|
|
3027
|
-
@overload
|
3028
|
-
def get_paginator(
|
3050
|
+
@overload # type: ignore[override]
|
3051
|
+
def get_paginator( # type: ignore[override]
|
3052
|
+
self, operation_name: Literal["search_folders"]
|
3053
|
+
) -> SearchFoldersPaginator:
|
3029
3054
|
"""
|
3030
3055
|
Create a paginator for an operation.
|
3031
3056
|
|
@@ -3033,8 +3058,10 @@ class QuickSightClient(BaseClient):
|
|
3033
3058
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
3034
3059
|
"""
|
3035
3060
|
|
3036
|
-
@overload
|
3037
|
-
def get_paginator(
|
3061
|
+
@overload # type: ignore[override]
|
3062
|
+
def get_paginator( # type: ignore[override]
|
3063
|
+
self, operation_name: Literal["search_groups"]
|
3064
|
+
) -> SearchGroupsPaginator:
|
3038
3065
|
"""
|
3039
3066
|
Create a paginator for an operation.
|
3040
3067
|
|
@@ -3042,8 +3069,10 @@ class QuickSightClient(BaseClient):
|
|
3042
3069
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
3043
3070
|
"""
|
3044
3071
|
|
3045
|
-
@overload
|
3046
|
-
def get_paginator(
|
3072
|
+
@overload # type: ignore[override]
|
3073
|
+
def get_paginator( # type: ignore[override]
|
3074
|
+
self, operation_name: Literal["search_topics"]
|
3075
|
+
) -> SearchTopicsPaginator:
|
3047
3076
|
"""
|
3048
3077
|
Create a paginator for an operation.
|
3049
3078
|
|