types-boto3-quicksight 1.35.71__py3-none-any.whl → 1.35.93__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 +1 -1
- types_boto3_quicksight/__init__.pyi +1 -1
- types_boto3_quicksight/__main__.py +9 -8
- types_boto3_quicksight/client.py +218 -89
- types_boto3_quicksight/client.pyi +218 -88
- types_boto3_quicksight/literals.py +21 -3
- types_boto3_quicksight/literals.pyi +21 -3
- types_boto3_quicksight/paginator.py +392 -196
- types_boto3_quicksight/paginator.pyi +358 -195
- types_boto3_quicksight/type_defs.py +319 -134
- types_boto3_quicksight/type_defs.pyi +294 -132
- types_boto3_quicksight/version.py +2 -2
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/LICENSE +1 -1
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/METADATA +50 -10
- types_boto3_quicksight-1.35.93.dist-info/RECORD +18 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/WHEEL +1 -1
- types_boto3_quicksight-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/top_level.txt +0 -0
types_boto3_quicksight/client.py
CHANGED
@@ -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,
|
@@ -133,6 +137,8 @@ from .type_defs import (
|
|
133
137
|
DeleteDataSetResponseTypeDef,
|
134
138
|
DeleteDataSourceRequestRequestTypeDef,
|
135
139
|
DeleteDataSourceResponseTypeDef,
|
140
|
+
DeleteDefaultQBusinessApplicationRequestRequestTypeDef,
|
141
|
+
DeleteDefaultQBusinessApplicationResponseTypeDef,
|
136
142
|
DeleteFolderMembershipRequestRequestTypeDef,
|
137
143
|
DeleteFolderMembershipResponseTypeDef,
|
138
144
|
DeleteFolderRequestRequestTypeDef,
|
@@ -219,6 +225,8 @@ from .type_defs import (
|
|
219
225
|
DescribeDataSourcePermissionsResponseTypeDef,
|
220
226
|
DescribeDataSourceRequestRequestTypeDef,
|
221
227
|
DescribeDataSourceResponseTypeDef,
|
228
|
+
DescribeDefaultQBusinessApplicationRequestRequestTypeDef,
|
229
|
+
DescribeDefaultQBusinessApplicationResponseTypeDef,
|
222
230
|
DescribeFolderPermissionsRequestRequestTypeDef,
|
223
231
|
DescribeFolderPermissionsResponseTypeDef,
|
224
232
|
DescribeFolderRequestRequestTypeDef,
|
@@ -241,6 +249,8 @@ from .type_defs import (
|
|
241
249
|
DescribeNamespaceResponseTypeDef,
|
242
250
|
DescribeQPersonalizationConfigurationRequestRequestTypeDef,
|
243
251
|
DescribeQPersonalizationConfigurationResponseTypeDef,
|
252
|
+
DescribeQuickSightQSearchConfigurationRequestRequestTypeDef,
|
253
|
+
DescribeQuickSightQSearchConfigurationResponseTypeDef,
|
244
254
|
DescribeRefreshScheduleRequestRequestTypeDef,
|
245
255
|
DescribeRefreshScheduleResponseTypeDef,
|
246
256
|
DescribeRoleCustomPermissionRequestRequestTypeDef,
|
@@ -275,6 +285,8 @@ from .type_defs import (
|
|
275
285
|
GenerateEmbedUrlForAnonymousUserResponseTypeDef,
|
276
286
|
GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef,
|
277
287
|
GenerateEmbedUrlForRegisteredUserResponseTypeDef,
|
288
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef,
|
289
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef,
|
278
290
|
GetDashboardEmbedUrlRequestRequestTypeDef,
|
279
291
|
GetDashboardEmbedUrlResponseTypeDef,
|
280
292
|
GetSessionEmbedUrlRequestRequestTypeDef,
|
@@ -347,6 +359,8 @@ from .type_defs import (
|
|
347
359
|
ListUsersResponseTypeDef,
|
348
360
|
ListVPCConnectionsRequestRequestTypeDef,
|
349
361
|
ListVPCConnectionsResponseTypeDef,
|
362
|
+
PredictQAResultsRequestRequestTypeDef,
|
363
|
+
PredictQAResultsResponseTypeDef,
|
350
364
|
PutDataSetRefreshPropertiesRequestRequestTypeDef,
|
351
365
|
PutDataSetRefreshPropertiesResponseTypeDef,
|
352
366
|
RegisterUserRequestRequestTypeDef,
|
@@ -387,6 +401,8 @@ from .type_defs import (
|
|
387
401
|
UpdateAnalysisPermissionsResponseTypeDef,
|
388
402
|
UpdateAnalysisRequestRequestTypeDef,
|
389
403
|
UpdateAnalysisResponseTypeDef,
|
404
|
+
UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef,
|
405
|
+
UpdateApplicationWithTokenExchangeGrantResponseTypeDef,
|
390
406
|
UpdateBrandAssignmentRequestRequestTypeDef,
|
391
407
|
UpdateBrandAssignmentResponseTypeDef,
|
392
408
|
UpdateBrandPublishedVersionRequestRequestTypeDef,
|
@@ -413,6 +429,8 @@ from .type_defs import (
|
|
413
429
|
UpdateDataSourcePermissionsResponseTypeDef,
|
414
430
|
UpdateDataSourceRequestRequestTypeDef,
|
415
431
|
UpdateDataSourceResponseTypeDef,
|
432
|
+
UpdateDefaultQBusinessApplicationRequestRequestTypeDef,
|
433
|
+
UpdateDefaultQBusinessApplicationResponseTypeDef,
|
416
434
|
UpdateFolderPermissionsRequestRequestTypeDef,
|
417
435
|
UpdateFolderPermissionsResponseTypeDef,
|
418
436
|
UpdateFolderRequestRequestTypeDef,
|
@@ -431,6 +449,8 @@ from .type_defs import (
|
|
431
449
|
UpdatePublicSharingSettingsResponseTypeDef,
|
432
450
|
UpdateQPersonalizationConfigurationRequestRequestTypeDef,
|
433
451
|
UpdateQPersonalizationConfigurationResponseTypeDef,
|
452
|
+
UpdateQuickSightQSearchConfigurationRequestRequestTypeDef,
|
453
|
+
UpdateQuickSightQSearchConfigurationResponseTypeDef,
|
434
454
|
UpdateRefreshScheduleRequestRequestTypeDef,
|
435
455
|
UpdateRefreshScheduleResponseTypeDef,
|
436
456
|
UpdateRoleCustomPermissionRequestRequestTypeDef,
|
@@ -463,6 +483,11 @@ from .type_defs import (
|
|
463
483
|
UpdateVPCConnectionResponseTypeDef,
|
464
484
|
)
|
465
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
|
466
491
|
if sys.version_info >= (3, 12):
|
467
492
|
from typing import Literal, Unpack
|
468
493
|
else:
|
@@ -472,15 +497,7 @@ else:
|
|
472
497
|
__all__ = ("QuickSightClient",)
|
473
498
|
|
474
499
|
|
475
|
-
class
|
476
|
-
MSG_TEMPLATE: str
|
477
|
-
|
478
|
-
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
479
|
-
self.response: Dict[str, Any]
|
480
|
-
self.operation_name: str
|
481
|
-
|
482
|
-
|
483
|
-
class Exceptions:
|
500
|
+
class Exceptions(BaseClientExceptions):
|
484
501
|
AccessDeniedException: Type[BotocoreClientError]
|
485
502
|
ClientError: Type[BotocoreClientError]
|
486
503
|
ConcurrentUpdatingException: Type[BotocoreClientError]
|
@@ -540,12 +557,6 @@ class QuickSightClient(BaseClient):
|
|
540
557
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_presigned_url)
|
541
558
|
"""
|
542
559
|
|
543
|
-
def close(self) -> None:
|
544
|
-
"""
|
545
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/close.html)
|
546
|
-
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#close)
|
547
|
-
"""
|
548
|
-
|
549
560
|
def batch_create_topic_reviewed_answer(
|
550
561
|
self, **kwargs: Unpack[BatchCreateTopicReviewedAnswerRequestRequestTypeDef]
|
551
562
|
) -> BatchCreateTopicReviewedAnswerResponseTypeDef:
|
@@ -925,6 +936,17 @@ class QuickSightClient(BaseClient):
|
|
925
936
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_data_source)
|
926
937
|
"""
|
927
938
|
|
939
|
+
def delete_default_q_business_application(
|
940
|
+
self, **kwargs: Unpack[DeleteDefaultQBusinessApplicationRequestRequestTypeDef]
|
941
|
+
) -> DeleteDefaultQBusinessApplicationResponseTypeDef:
|
942
|
+
"""
|
943
|
+
Deletes a linked Amazon Q Business application from an Amazon QuickSight
|
944
|
+
account.
|
945
|
+
|
946
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/delete_default_q_business_application.html)
|
947
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_default_q_business_application)
|
948
|
+
"""
|
949
|
+
|
928
950
|
def delete_folder(
|
929
951
|
self, **kwargs: Unpack[DeleteFolderRequestRequestTypeDef]
|
930
952
|
) -> DeleteFolderResponseTypeDef:
|
@@ -1362,6 +1384,17 @@ class QuickSightClient(BaseClient):
|
|
1362
1384
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_data_source_permissions)
|
1363
1385
|
"""
|
1364
1386
|
|
1387
|
+
def describe_default_q_business_application(
|
1388
|
+
self, **kwargs: Unpack[DescribeDefaultQBusinessApplicationRequestRequestTypeDef]
|
1389
|
+
) -> DescribeDefaultQBusinessApplicationResponseTypeDef:
|
1390
|
+
"""
|
1391
|
+
Describes a Amazon Q Business application that is linked to an Amazon
|
1392
|
+
QuickSight account.
|
1393
|
+
|
1394
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_default_q_business_application.html)
|
1395
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_default_q_business_application)
|
1396
|
+
"""
|
1397
|
+
|
1365
1398
|
def describe_folder(
|
1366
1399
|
self, **kwargs: Unpack[DescribeFolderRequestRequestTypeDef]
|
1367
1400
|
) -> DescribeFolderResponseTypeDef:
|
@@ -1474,6 +1507,16 @@ class QuickSightClient(BaseClient):
|
|
1474
1507
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_q_personalization_configuration)
|
1475
1508
|
"""
|
1476
1509
|
|
1510
|
+
def describe_quick_sight_q_search_configuration(
|
1511
|
+
self, **kwargs: Unpack[DescribeQuickSightQSearchConfigurationRequestRequestTypeDef]
|
1512
|
+
) -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
|
1513
|
+
"""
|
1514
|
+
Describes the state of a Amazon QuickSight Q Search configuration.
|
1515
|
+
|
1516
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_quick_sight_q_search_configuration.html)
|
1517
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_quick_sight_q_search_configuration)
|
1518
|
+
"""
|
1519
|
+
|
1477
1520
|
def describe_refresh_schedule(
|
1478
1521
|
self, **kwargs: Unpack[DescribeRefreshScheduleRequestRequestTypeDef]
|
1479
1522
|
) -> DescribeRefreshScheduleResponseTypeDef:
|
@@ -1646,6 +1689,17 @@ class QuickSightClient(BaseClient):
|
|
1646
1689
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user)
|
1647
1690
|
"""
|
1648
1691
|
|
1692
|
+
def generate_embed_url_for_registered_user_with_identity(
|
1693
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef]
|
1694
|
+
) -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
|
1695
|
+
"""
|
1696
|
+
Generates an embed URL that you can use to embed an Amazon QuickSight
|
1697
|
+
experience in your website.
|
1698
|
+
|
1699
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/generate_embed_url_for_registered_user_with_identity.html)
|
1700
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user_with_identity)
|
1701
|
+
"""
|
1702
|
+
|
1649
1703
|
def get_dashboard_embed_url(
|
1650
1704
|
self, **kwargs: Unpack[GetDashboardEmbedUrlRequestRequestTypeDef]
|
1651
1705
|
) -> GetDashboardEmbedUrlResponseTypeDef:
|
@@ -2020,6 +2074,16 @@ class QuickSightClient(BaseClient):
|
|
2020
2074
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_vpc_connections)
|
2021
2075
|
"""
|
2022
2076
|
|
2077
|
+
def predict_qa_results(
|
2078
|
+
self, **kwargs: Unpack[PredictQAResultsRequestRequestTypeDef]
|
2079
|
+
) -> PredictQAResultsResponseTypeDef:
|
2080
|
+
"""
|
2081
|
+
Predicts existing visuals or generates new visuals to answer a given query.
|
2082
|
+
|
2083
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/predict_qa_results.html)
|
2084
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#predict_qa_results)
|
2085
|
+
"""
|
2086
|
+
|
2023
2087
|
def put_data_set_refresh_properties(
|
2024
2088
|
self, **kwargs: Unpack[PutDataSetRefreshPropertiesRequestRequestTypeDef]
|
2025
2089
|
) -> PutDataSetRefreshPropertiesResponseTypeDef:
|
@@ -2227,6 +2291,16 @@ class QuickSightClient(BaseClient):
|
|
2227
2291
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_analysis_permissions)
|
2228
2292
|
"""
|
2229
2293
|
|
2294
|
+
def update_application_with_token_exchange_grant(
|
2295
|
+
self, **kwargs: Unpack[UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef]
|
2296
|
+
) -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
|
2297
|
+
"""
|
2298
|
+
Updates an Amazon QuickSight application with a token exchange grant.
|
2299
|
+
|
2300
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_application_with_token_exchange_grant.html)
|
2301
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_application_with_token_exchange_grant)
|
2302
|
+
"""
|
2303
|
+
|
2230
2304
|
def update_brand(
|
2231
2305
|
self, **kwargs: Unpack[UpdateBrandRequestRequestTypeDef]
|
2232
2306
|
) -> UpdateBrandResponseTypeDef:
|
@@ -2357,6 +2431,17 @@ class QuickSightClient(BaseClient):
|
|
2357
2431
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_data_source_permissions)
|
2358
2432
|
"""
|
2359
2433
|
|
2434
|
+
def update_default_q_business_application(
|
2435
|
+
self, **kwargs: Unpack[UpdateDefaultQBusinessApplicationRequestRequestTypeDef]
|
2436
|
+
) -> UpdateDefaultQBusinessApplicationResponseTypeDef:
|
2437
|
+
"""
|
2438
|
+
Updates a Amazon Q Business application that is linked to a Amazon QuickSight
|
2439
|
+
account.
|
2440
|
+
|
2441
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_default_q_business_application.html)
|
2442
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_default_q_business_application)
|
2443
|
+
"""
|
2444
|
+
|
2360
2445
|
def update_folder(
|
2361
2446
|
self, **kwargs: Unpack[UpdateFolderRequestRequestTypeDef]
|
2362
2447
|
) -> UpdateFolderResponseTypeDef:
|
@@ -2449,6 +2534,16 @@ class QuickSightClient(BaseClient):
|
|
2449
2534
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_q_personalization_configuration)
|
2450
2535
|
"""
|
2451
2536
|
|
2537
|
+
def update_quick_sight_q_search_configuration(
|
2538
|
+
self, **kwargs: Unpack[UpdateQuickSightQSearchConfigurationRequestRequestTypeDef]
|
2539
|
+
) -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
|
2540
|
+
"""
|
2541
|
+
Updates the state of a Amazon QuickSight Q Search configuration.
|
2542
|
+
|
2543
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_quick_sight_q_search_configuration.html)
|
2544
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_quick_sight_q_search_configuration)
|
2545
|
+
"""
|
2546
|
+
|
2452
2547
|
def update_refresh_schedule(
|
2453
2548
|
self, **kwargs: Unpack[UpdateRefreshScheduleRequestRequestTypeDef]
|
2454
2549
|
) -> UpdateRefreshScheduleResponseTypeDef:
|
@@ -2600,8 +2695,8 @@ class QuickSightClient(BaseClient):
|
|
2600
2695
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_vpc_connection)
|
2601
2696
|
"""
|
2602
2697
|
|
2603
|
-
@overload
|
2604
|
-
def get_paginator(
|
2698
|
+
@overload # type: ignore[override]
|
2699
|
+
def get_paginator( # type: ignore[override]
|
2605
2700
|
self, operation_name: Literal["describe_folder_permissions"]
|
2606
2701
|
) -> DescribeFolderPermissionsPaginator:
|
2607
2702
|
"""
|
@@ -2611,8 +2706,8 @@ class QuickSightClient(BaseClient):
|
|
2611
2706
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2612
2707
|
"""
|
2613
2708
|
|
2614
|
-
@overload
|
2615
|
-
def get_paginator(
|
2709
|
+
@overload # type: ignore[override]
|
2710
|
+
def get_paginator( # type: ignore[override]
|
2616
2711
|
self, operation_name: Literal["describe_folder_resolved_permissions"]
|
2617
2712
|
) -> DescribeFolderResolvedPermissionsPaginator:
|
2618
2713
|
"""
|
@@ -2622,8 +2717,10 @@ class QuickSightClient(BaseClient):
|
|
2622
2717
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2623
2718
|
"""
|
2624
2719
|
|
2625
|
-
@overload
|
2626
|
-
def get_paginator(
|
2720
|
+
@overload # type: ignore[override]
|
2721
|
+
def get_paginator( # type: ignore[override]
|
2722
|
+
self, operation_name: Literal["list_analyses"]
|
2723
|
+
) -> ListAnalysesPaginator:
|
2627
2724
|
"""
|
2628
2725
|
Create a paginator for an operation.
|
2629
2726
|
|
@@ -2631,8 +2728,8 @@ class QuickSightClient(BaseClient):
|
|
2631
2728
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2632
2729
|
"""
|
2633
2730
|
|
2634
|
-
@overload
|
2635
|
-
def get_paginator(
|
2731
|
+
@overload # type: ignore[override]
|
2732
|
+
def get_paginator( # type: ignore[override]
|
2636
2733
|
self, operation_name: Literal["list_asset_bundle_export_jobs"]
|
2637
2734
|
) -> ListAssetBundleExportJobsPaginator:
|
2638
2735
|
"""
|
@@ -2642,8 +2739,8 @@ class QuickSightClient(BaseClient):
|
|
2642
2739
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2643
2740
|
"""
|
2644
2741
|
|
2645
|
-
@overload
|
2646
|
-
def get_paginator(
|
2742
|
+
@overload # type: ignore[override]
|
2743
|
+
def get_paginator( # type: ignore[override]
|
2647
2744
|
self, operation_name: Literal["list_asset_bundle_import_jobs"]
|
2648
2745
|
) -> ListAssetBundleImportJobsPaginator:
|
2649
2746
|
"""
|
@@ -2653,8 +2750,10 @@ class QuickSightClient(BaseClient):
|
|
2653
2750
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2654
2751
|
"""
|
2655
2752
|
|
2656
|
-
@overload
|
2657
|
-
def get_paginator(
|
2753
|
+
@overload # type: ignore[override]
|
2754
|
+
def get_paginator( # type: ignore[override]
|
2755
|
+
self, operation_name: Literal["list_brands"]
|
2756
|
+
) -> ListBrandsPaginator:
|
2658
2757
|
"""
|
2659
2758
|
Create a paginator for an operation.
|
2660
2759
|
|
@@ -2662,8 +2761,8 @@ class QuickSightClient(BaseClient):
|
|
2662
2761
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2663
2762
|
"""
|
2664
2763
|
|
2665
|
-
@overload
|
2666
|
-
def get_paginator(
|
2764
|
+
@overload # type: ignore[override]
|
2765
|
+
def get_paginator( # type: ignore[override]
|
2667
2766
|
self, operation_name: Literal["list_custom_permissions"]
|
2668
2767
|
) -> ListCustomPermissionsPaginator:
|
2669
2768
|
"""
|
@@ -2673,8 +2772,8 @@ class QuickSightClient(BaseClient):
|
|
2673
2772
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2674
2773
|
"""
|
2675
2774
|
|
2676
|
-
@overload
|
2677
|
-
def get_paginator(
|
2775
|
+
@overload # type: ignore[override]
|
2776
|
+
def get_paginator( # type: ignore[override]
|
2678
2777
|
self, operation_name: Literal["list_dashboard_versions"]
|
2679
2778
|
) -> ListDashboardVersionsPaginator:
|
2680
2779
|
"""
|
@@ -2684,8 +2783,10 @@ class QuickSightClient(BaseClient):
|
|
2684
2783
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2685
2784
|
"""
|
2686
2785
|
|
2687
|
-
@overload
|
2688
|
-
def get_paginator(
|
2786
|
+
@overload # type: ignore[override]
|
2787
|
+
def get_paginator( # type: ignore[override]
|
2788
|
+
self, operation_name: Literal["list_dashboards"]
|
2789
|
+
) -> ListDashboardsPaginator:
|
2689
2790
|
"""
|
2690
2791
|
Create a paginator for an operation.
|
2691
2792
|
|
@@ -2693,8 +2794,10 @@ class QuickSightClient(BaseClient):
|
|
2693
2794
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2694
2795
|
"""
|
2695
2796
|
|
2696
|
-
@overload
|
2697
|
-
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:
|
2698
2801
|
"""
|
2699
2802
|
Create a paginator for an operation.
|
2700
2803
|
|
@@ -2702,8 +2805,8 @@ class QuickSightClient(BaseClient):
|
|
2702
2805
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2703
2806
|
"""
|
2704
2807
|
|
2705
|
-
@overload
|
2706
|
-
def get_paginator(
|
2808
|
+
@overload # type: ignore[override]
|
2809
|
+
def get_paginator( # type: ignore[override]
|
2707
2810
|
self, operation_name: Literal["list_data_sources"]
|
2708
2811
|
) -> ListDataSourcesPaginator:
|
2709
2812
|
"""
|
@@ -2713,8 +2816,8 @@ class QuickSightClient(BaseClient):
|
|
2713
2816
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2714
2817
|
"""
|
2715
2818
|
|
2716
|
-
@overload
|
2717
|
-
def get_paginator(
|
2819
|
+
@overload # type: ignore[override]
|
2820
|
+
def get_paginator( # type: ignore[override]
|
2718
2821
|
self, operation_name: Literal["list_folder_members"]
|
2719
2822
|
) -> ListFolderMembersPaginator:
|
2720
2823
|
"""
|
@@ -2724,8 +2827,8 @@ class QuickSightClient(BaseClient):
|
|
2724
2827
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2725
2828
|
"""
|
2726
2829
|
|
2727
|
-
@overload
|
2728
|
-
def get_paginator(
|
2830
|
+
@overload # type: ignore[override]
|
2831
|
+
def get_paginator( # type: ignore[override]
|
2729
2832
|
self, operation_name: Literal["list_folders_for_resource"]
|
2730
2833
|
) -> ListFoldersForResourcePaginator:
|
2731
2834
|
"""
|
@@ -2735,8 +2838,10 @@ class QuickSightClient(BaseClient):
|
|
2735
2838
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2736
2839
|
"""
|
2737
2840
|
|
2738
|
-
@overload
|
2739
|
-
def get_paginator(
|
2841
|
+
@overload # type: ignore[override]
|
2842
|
+
def get_paginator( # type: ignore[override]
|
2843
|
+
self, operation_name: Literal["list_folders"]
|
2844
|
+
) -> ListFoldersPaginator:
|
2740
2845
|
"""
|
2741
2846
|
Create a paginator for an operation.
|
2742
2847
|
|
@@ -2744,8 +2849,8 @@ class QuickSightClient(BaseClient):
|
|
2744
2849
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2745
2850
|
"""
|
2746
2851
|
|
2747
|
-
@overload
|
2748
|
-
def get_paginator(
|
2852
|
+
@overload # type: ignore[override]
|
2853
|
+
def get_paginator( # type: ignore[override]
|
2749
2854
|
self, operation_name: Literal["list_group_memberships"]
|
2750
2855
|
) -> ListGroupMembershipsPaginator:
|
2751
2856
|
"""
|
@@ -2755,8 +2860,10 @@ class QuickSightClient(BaseClient):
|
|
2755
2860
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2756
2861
|
"""
|
2757
2862
|
|
2758
|
-
@overload
|
2759
|
-
def get_paginator(
|
2863
|
+
@overload # type: ignore[override]
|
2864
|
+
def get_paginator( # type: ignore[override]
|
2865
|
+
self, operation_name: Literal["list_groups"]
|
2866
|
+
) -> ListGroupsPaginator:
|
2760
2867
|
"""
|
2761
2868
|
Create a paginator for an operation.
|
2762
2869
|
|
@@ -2764,8 +2871,8 @@ class QuickSightClient(BaseClient):
|
|
2764
2871
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2765
2872
|
"""
|
2766
2873
|
|
2767
|
-
@overload
|
2768
|
-
def get_paginator(
|
2874
|
+
@overload # type: ignore[override]
|
2875
|
+
def get_paginator( # type: ignore[override]
|
2769
2876
|
self, operation_name: Literal["list_iam_policy_assignments_for_user"]
|
2770
2877
|
) -> ListIAMPolicyAssignmentsForUserPaginator:
|
2771
2878
|
"""
|
@@ -2775,8 +2882,8 @@ class QuickSightClient(BaseClient):
|
|
2775
2882
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2776
2883
|
"""
|
2777
2884
|
|
2778
|
-
@overload
|
2779
|
-
def get_paginator(
|
2885
|
+
@overload # type: ignore[override]
|
2886
|
+
def get_paginator( # type: ignore[override]
|
2780
2887
|
self, operation_name: Literal["list_iam_policy_assignments"]
|
2781
2888
|
) -> ListIAMPolicyAssignmentsPaginator:
|
2782
2889
|
"""
|
@@ -2786,8 +2893,10 @@ class QuickSightClient(BaseClient):
|
|
2786
2893
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2787
2894
|
"""
|
2788
2895
|
|
2789
|
-
@overload
|
2790
|
-
def get_paginator(
|
2896
|
+
@overload # type: ignore[override]
|
2897
|
+
def get_paginator( # type: ignore[override]
|
2898
|
+
self, operation_name: Literal["list_ingestions"]
|
2899
|
+
) -> ListIngestionsPaginator:
|
2791
2900
|
"""
|
2792
2901
|
Create a paginator for an operation.
|
2793
2902
|
|
@@ -2795,8 +2904,10 @@ class QuickSightClient(BaseClient):
|
|
2795
2904
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2796
2905
|
"""
|
2797
2906
|
|
2798
|
-
@overload
|
2799
|
-
def get_paginator(
|
2907
|
+
@overload # type: ignore[override]
|
2908
|
+
def get_paginator( # type: ignore[override]
|
2909
|
+
self, operation_name: Literal["list_namespaces"]
|
2910
|
+
) -> ListNamespacesPaginator:
|
2800
2911
|
"""
|
2801
2912
|
Create a paginator for an operation.
|
2802
2913
|
|
@@ -2804,8 +2915,8 @@ class QuickSightClient(BaseClient):
|
|
2804
2915
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2805
2916
|
"""
|
2806
2917
|
|
2807
|
-
@overload
|
2808
|
-
def get_paginator(
|
2918
|
+
@overload # type: ignore[override]
|
2919
|
+
def get_paginator( # type: ignore[override]
|
2809
2920
|
self, operation_name: Literal["list_role_memberships"]
|
2810
2921
|
) -> ListRoleMembershipsPaginator:
|
2811
2922
|
"""
|
@@ -2815,8 +2926,8 @@ class QuickSightClient(BaseClient):
|
|
2815
2926
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2816
2927
|
"""
|
2817
2928
|
|
2818
|
-
@overload
|
2819
|
-
def get_paginator(
|
2929
|
+
@overload # type: ignore[override]
|
2930
|
+
def get_paginator( # type: ignore[override]
|
2820
2931
|
self, operation_name: Literal["list_template_aliases"]
|
2821
2932
|
) -> ListTemplateAliasesPaginator:
|
2822
2933
|
"""
|
@@ -2826,8 +2937,8 @@ class QuickSightClient(BaseClient):
|
|
2826
2937
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2827
2938
|
"""
|
2828
2939
|
|
2829
|
-
@overload
|
2830
|
-
def get_paginator(
|
2940
|
+
@overload # type: ignore[override]
|
2941
|
+
def get_paginator( # type: ignore[override]
|
2831
2942
|
self, operation_name: Literal["list_template_versions"]
|
2832
2943
|
) -> ListTemplateVersionsPaginator:
|
2833
2944
|
"""
|
@@ -2837,8 +2948,10 @@ class QuickSightClient(BaseClient):
|
|
2837
2948
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2838
2949
|
"""
|
2839
2950
|
|
2840
|
-
@overload
|
2841
|
-
def get_paginator(
|
2951
|
+
@overload # type: ignore[override]
|
2952
|
+
def get_paginator( # type: ignore[override]
|
2953
|
+
self, operation_name: Literal["list_templates"]
|
2954
|
+
) -> ListTemplatesPaginator:
|
2842
2955
|
"""
|
2843
2956
|
Create a paginator for an operation.
|
2844
2957
|
|
@@ -2846,8 +2959,8 @@ class QuickSightClient(BaseClient):
|
|
2846
2959
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2847
2960
|
"""
|
2848
2961
|
|
2849
|
-
@overload
|
2850
|
-
def get_paginator(
|
2962
|
+
@overload # type: ignore[override]
|
2963
|
+
def get_paginator( # type: ignore[override]
|
2851
2964
|
self, operation_name: Literal["list_theme_versions"]
|
2852
2965
|
) -> ListThemeVersionsPaginator:
|
2853
2966
|
"""
|
@@ -2857,8 +2970,10 @@ class QuickSightClient(BaseClient):
|
|
2857
2970
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2858
2971
|
"""
|
2859
2972
|
|
2860
|
-
@overload
|
2861
|
-
def get_paginator(
|
2973
|
+
@overload # type: ignore[override]
|
2974
|
+
def get_paginator( # type: ignore[override]
|
2975
|
+
self, operation_name: Literal["list_themes"]
|
2976
|
+
) -> ListThemesPaginator:
|
2862
2977
|
"""
|
2863
2978
|
Create a paginator for an operation.
|
2864
2979
|
|
@@ -2866,8 +2981,10 @@ class QuickSightClient(BaseClient):
|
|
2866
2981
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2867
2982
|
"""
|
2868
2983
|
|
2869
|
-
@overload
|
2870
|
-
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:
|
2871
2988
|
"""
|
2872
2989
|
Create a paginator for an operation.
|
2873
2990
|
|
@@ -2875,8 +2992,10 @@ class QuickSightClient(BaseClient):
|
|
2875
2992
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2876
2993
|
"""
|
2877
2994
|
|
2878
|
-
@overload
|
2879
|
-
def get_paginator(
|
2995
|
+
@overload # type: ignore[override]
|
2996
|
+
def get_paginator( # type: ignore[override]
|
2997
|
+
self, operation_name: Literal["list_users"]
|
2998
|
+
) -> ListUsersPaginator:
|
2880
2999
|
"""
|
2881
3000
|
Create a paginator for an operation.
|
2882
3001
|
|
@@ -2884,8 +3003,10 @@ class QuickSightClient(BaseClient):
|
|
2884
3003
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2885
3004
|
"""
|
2886
3005
|
|
2887
|
-
@overload
|
2888
|
-
def get_paginator(
|
3006
|
+
@overload # type: ignore[override]
|
3007
|
+
def get_paginator( # type: ignore[override]
|
3008
|
+
self, operation_name: Literal["search_analyses"]
|
3009
|
+
) -> SearchAnalysesPaginator:
|
2889
3010
|
"""
|
2890
3011
|
Create a paginator for an operation.
|
2891
3012
|
|
@@ -2893,8 +3014,8 @@ class QuickSightClient(BaseClient):
|
|
2893
3014
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2894
3015
|
"""
|
2895
3016
|
|
2896
|
-
@overload
|
2897
|
-
def get_paginator(
|
3017
|
+
@overload # type: ignore[override]
|
3018
|
+
def get_paginator( # type: ignore[override]
|
2898
3019
|
self, operation_name: Literal["search_dashboards"]
|
2899
3020
|
) -> SearchDashboardsPaginator:
|
2900
3021
|
"""
|
@@ -2904,8 +3025,10 @@ class QuickSightClient(BaseClient):
|
|
2904
3025
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2905
3026
|
"""
|
2906
3027
|
|
2907
|
-
@overload
|
2908
|
-
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:
|
2909
3032
|
"""
|
2910
3033
|
Create a paginator for an operation.
|
2911
3034
|
|
@@ -2913,8 +3036,8 @@ class QuickSightClient(BaseClient):
|
|
2913
3036
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2914
3037
|
"""
|
2915
3038
|
|
2916
|
-
@overload
|
2917
|
-
def get_paginator(
|
3039
|
+
@overload # type: ignore[override]
|
3040
|
+
def get_paginator( # type: ignore[override]
|
2918
3041
|
self, operation_name: Literal["search_data_sources"]
|
2919
3042
|
) -> SearchDataSourcesPaginator:
|
2920
3043
|
"""
|
@@ -2924,8 +3047,10 @@ class QuickSightClient(BaseClient):
|
|
2924
3047
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2925
3048
|
"""
|
2926
3049
|
|
2927
|
-
@overload
|
2928
|
-
def get_paginator(
|
3050
|
+
@overload # type: ignore[override]
|
3051
|
+
def get_paginator( # type: ignore[override]
|
3052
|
+
self, operation_name: Literal["search_folders"]
|
3053
|
+
) -> SearchFoldersPaginator:
|
2929
3054
|
"""
|
2930
3055
|
Create a paginator for an operation.
|
2931
3056
|
|
@@ -2933,8 +3058,10 @@ class QuickSightClient(BaseClient):
|
|
2933
3058
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2934
3059
|
"""
|
2935
3060
|
|
2936
|
-
@overload
|
2937
|
-
def get_paginator(
|
3061
|
+
@overload # type: ignore[override]
|
3062
|
+
def get_paginator( # type: ignore[override]
|
3063
|
+
self, operation_name: Literal["search_groups"]
|
3064
|
+
) -> SearchGroupsPaginator:
|
2938
3065
|
"""
|
2939
3066
|
Create a paginator for an operation.
|
2940
3067
|
|
@@ -2942,8 +3069,10 @@ class QuickSightClient(BaseClient):
|
|
2942
3069
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2943
3070
|
"""
|
2944
3071
|
|
2945
|
-
@overload
|
2946
|
-
def get_paginator(
|
3072
|
+
@overload # type: ignore[override]
|
3073
|
+
def get_paginator( # type: ignore[override]
|
3074
|
+
self, operation_name: Literal["search_topics"]
|
3075
|
+
) -> SearchTopicsPaginator:
|
2947
3076
|
"""
|
2948
3077
|
Create a paginator for an operation.
|
2949
3078
|
|