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
@@ -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:
|
@@ -470,14 +495,7 @@ else:
|
|
470
495
|
|
471
496
|
__all__ = ("QuickSightClient",)
|
472
497
|
|
473
|
-
class
|
474
|
-
MSG_TEMPLATE: str
|
475
|
-
|
476
|
-
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
477
|
-
self.response: Dict[str, Any]
|
478
|
-
self.operation_name: str
|
479
|
-
|
480
|
-
class Exceptions:
|
498
|
+
class Exceptions(BaseClientExceptions):
|
481
499
|
AccessDeniedException: Type[BotocoreClientError]
|
482
500
|
ClientError: Type[BotocoreClientError]
|
483
501
|
ConcurrentUpdatingException: Type[BotocoreClientError]
|
@@ -536,12 +554,6 @@ class QuickSightClient(BaseClient):
|
|
536
554
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_presigned_url)
|
537
555
|
"""
|
538
556
|
|
539
|
-
def close(self) -> None:
|
540
|
-
"""
|
541
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/close.html)
|
542
|
-
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#close)
|
543
|
-
"""
|
544
|
-
|
545
557
|
def batch_create_topic_reviewed_answer(
|
546
558
|
self, **kwargs: Unpack[BatchCreateTopicReviewedAnswerRequestRequestTypeDef]
|
547
559
|
) -> BatchCreateTopicReviewedAnswerResponseTypeDef:
|
@@ -921,6 +933,17 @@ class QuickSightClient(BaseClient):
|
|
921
933
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_data_source)
|
922
934
|
"""
|
923
935
|
|
936
|
+
def delete_default_q_business_application(
|
937
|
+
self, **kwargs: Unpack[DeleteDefaultQBusinessApplicationRequestRequestTypeDef]
|
938
|
+
) -> DeleteDefaultQBusinessApplicationResponseTypeDef:
|
939
|
+
"""
|
940
|
+
Deletes a linked Amazon Q Business application from an Amazon QuickSight
|
941
|
+
account.
|
942
|
+
|
943
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/delete_default_q_business_application.html)
|
944
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_default_q_business_application)
|
945
|
+
"""
|
946
|
+
|
924
947
|
def delete_folder(
|
925
948
|
self, **kwargs: Unpack[DeleteFolderRequestRequestTypeDef]
|
926
949
|
) -> DeleteFolderResponseTypeDef:
|
@@ -1358,6 +1381,17 @@ class QuickSightClient(BaseClient):
|
|
1358
1381
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_data_source_permissions)
|
1359
1382
|
"""
|
1360
1383
|
|
1384
|
+
def describe_default_q_business_application(
|
1385
|
+
self, **kwargs: Unpack[DescribeDefaultQBusinessApplicationRequestRequestTypeDef]
|
1386
|
+
) -> DescribeDefaultQBusinessApplicationResponseTypeDef:
|
1387
|
+
"""
|
1388
|
+
Describes a Amazon Q Business application that is linked to an Amazon
|
1389
|
+
QuickSight account.
|
1390
|
+
|
1391
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_default_q_business_application.html)
|
1392
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_default_q_business_application)
|
1393
|
+
"""
|
1394
|
+
|
1361
1395
|
def describe_folder(
|
1362
1396
|
self, **kwargs: Unpack[DescribeFolderRequestRequestTypeDef]
|
1363
1397
|
) -> DescribeFolderResponseTypeDef:
|
@@ -1470,6 +1504,16 @@ class QuickSightClient(BaseClient):
|
|
1470
1504
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_q_personalization_configuration)
|
1471
1505
|
"""
|
1472
1506
|
|
1507
|
+
def describe_quick_sight_q_search_configuration(
|
1508
|
+
self, **kwargs: Unpack[DescribeQuickSightQSearchConfigurationRequestRequestTypeDef]
|
1509
|
+
) -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
|
1510
|
+
"""
|
1511
|
+
Describes the state of a Amazon QuickSight Q Search configuration.
|
1512
|
+
|
1513
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_quick_sight_q_search_configuration.html)
|
1514
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_quick_sight_q_search_configuration)
|
1515
|
+
"""
|
1516
|
+
|
1473
1517
|
def describe_refresh_schedule(
|
1474
1518
|
self, **kwargs: Unpack[DescribeRefreshScheduleRequestRequestTypeDef]
|
1475
1519
|
) -> DescribeRefreshScheduleResponseTypeDef:
|
@@ -1642,6 +1686,17 @@ class QuickSightClient(BaseClient):
|
|
1642
1686
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user)
|
1643
1687
|
"""
|
1644
1688
|
|
1689
|
+
def generate_embed_url_for_registered_user_with_identity(
|
1690
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef]
|
1691
|
+
) -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
|
1692
|
+
"""
|
1693
|
+
Generates an embed URL that you can use to embed an Amazon QuickSight
|
1694
|
+
experience in your website.
|
1695
|
+
|
1696
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/generate_embed_url_for_registered_user_with_identity.html)
|
1697
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user_with_identity)
|
1698
|
+
"""
|
1699
|
+
|
1645
1700
|
def get_dashboard_embed_url(
|
1646
1701
|
self, **kwargs: Unpack[GetDashboardEmbedUrlRequestRequestTypeDef]
|
1647
1702
|
) -> GetDashboardEmbedUrlResponseTypeDef:
|
@@ -2016,6 +2071,16 @@ class QuickSightClient(BaseClient):
|
|
2016
2071
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_vpc_connections)
|
2017
2072
|
"""
|
2018
2073
|
|
2074
|
+
def predict_qa_results(
|
2075
|
+
self, **kwargs: Unpack[PredictQAResultsRequestRequestTypeDef]
|
2076
|
+
) -> PredictQAResultsResponseTypeDef:
|
2077
|
+
"""
|
2078
|
+
Predicts existing visuals or generates new visuals to answer a given query.
|
2079
|
+
|
2080
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/predict_qa_results.html)
|
2081
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#predict_qa_results)
|
2082
|
+
"""
|
2083
|
+
|
2019
2084
|
def put_data_set_refresh_properties(
|
2020
2085
|
self, **kwargs: Unpack[PutDataSetRefreshPropertiesRequestRequestTypeDef]
|
2021
2086
|
) -> PutDataSetRefreshPropertiesResponseTypeDef:
|
@@ -2223,6 +2288,16 @@ class QuickSightClient(BaseClient):
|
|
2223
2288
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_analysis_permissions)
|
2224
2289
|
"""
|
2225
2290
|
|
2291
|
+
def update_application_with_token_exchange_grant(
|
2292
|
+
self, **kwargs: Unpack[UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef]
|
2293
|
+
) -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
|
2294
|
+
"""
|
2295
|
+
Updates an Amazon QuickSight application with a token exchange grant.
|
2296
|
+
|
2297
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_application_with_token_exchange_grant.html)
|
2298
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_application_with_token_exchange_grant)
|
2299
|
+
"""
|
2300
|
+
|
2226
2301
|
def update_brand(
|
2227
2302
|
self, **kwargs: Unpack[UpdateBrandRequestRequestTypeDef]
|
2228
2303
|
) -> UpdateBrandResponseTypeDef:
|
@@ -2353,6 +2428,17 @@ class QuickSightClient(BaseClient):
|
|
2353
2428
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_data_source_permissions)
|
2354
2429
|
"""
|
2355
2430
|
|
2431
|
+
def update_default_q_business_application(
|
2432
|
+
self, **kwargs: Unpack[UpdateDefaultQBusinessApplicationRequestRequestTypeDef]
|
2433
|
+
) -> UpdateDefaultQBusinessApplicationResponseTypeDef:
|
2434
|
+
"""
|
2435
|
+
Updates a Amazon Q Business application that is linked to a Amazon QuickSight
|
2436
|
+
account.
|
2437
|
+
|
2438
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_default_q_business_application.html)
|
2439
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_default_q_business_application)
|
2440
|
+
"""
|
2441
|
+
|
2356
2442
|
def update_folder(
|
2357
2443
|
self, **kwargs: Unpack[UpdateFolderRequestRequestTypeDef]
|
2358
2444
|
) -> UpdateFolderResponseTypeDef:
|
@@ -2445,6 +2531,16 @@ class QuickSightClient(BaseClient):
|
|
2445
2531
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_q_personalization_configuration)
|
2446
2532
|
"""
|
2447
2533
|
|
2534
|
+
def update_quick_sight_q_search_configuration(
|
2535
|
+
self, **kwargs: Unpack[UpdateQuickSightQSearchConfigurationRequestRequestTypeDef]
|
2536
|
+
) -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
|
2537
|
+
"""
|
2538
|
+
Updates the state of a Amazon QuickSight Q Search configuration.
|
2539
|
+
|
2540
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_quick_sight_q_search_configuration.html)
|
2541
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_quick_sight_q_search_configuration)
|
2542
|
+
"""
|
2543
|
+
|
2448
2544
|
def update_refresh_schedule(
|
2449
2545
|
self, **kwargs: Unpack[UpdateRefreshScheduleRequestRequestTypeDef]
|
2450
2546
|
) -> UpdateRefreshScheduleResponseTypeDef:
|
@@ -2596,8 +2692,8 @@ class QuickSightClient(BaseClient):
|
|
2596
2692
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_vpc_connection)
|
2597
2693
|
"""
|
2598
2694
|
|
2599
|
-
@overload
|
2600
|
-
def get_paginator(
|
2695
|
+
@overload # type: ignore[override]
|
2696
|
+
def get_paginator( # type: ignore[override]
|
2601
2697
|
self, operation_name: Literal["describe_folder_permissions"]
|
2602
2698
|
) -> DescribeFolderPermissionsPaginator:
|
2603
2699
|
"""
|
@@ -2607,8 +2703,8 @@ class QuickSightClient(BaseClient):
|
|
2607
2703
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2608
2704
|
"""
|
2609
2705
|
|
2610
|
-
@overload
|
2611
|
-
def get_paginator(
|
2706
|
+
@overload # type: ignore[override]
|
2707
|
+
def get_paginator( # type: ignore[override]
|
2612
2708
|
self, operation_name: Literal["describe_folder_resolved_permissions"]
|
2613
2709
|
) -> DescribeFolderResolvedPermissionsPaginator:
|
2614
2710
|
"""
|
@@ -2618,8 +2714,10 @@ class QuickSightClient(BaseClient):
|
|
2618
2714
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2619
2715
|
"""
|
2620
2716
|
|
2621
|
-
@overload
|
2622
|
-
def get_paginator(
|
2717
|
+
@overload # type: ignore[override]
|
2718
|
+
def get_paginator( # type: ignore[override]
|
2719
|
+
self, operation_name: Literal["list_analyses"]
|
2720
|
+
) -> ListAnalysesPaginator:
|
2623
2721
|
"""
|
2624
2722
|
Create a paginator for an operation.
|
2625
2723
|
|
@@ -2627,8 +2725,8 @@ class QuickSightClient(BaseClient):
|
|
2627
2725
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2628
2726
|
"""
|
2629
2727
|
|
2630
|
-
@overload
|
2631
|
-
def get_paginator(
|
2728
|
+
@overload # type: ignore[override]
|
2729
|
+
def get_paginator( # type: ignore[override]
|
2632
2730
|
self, operation_name: Literal["list_asset_bundle_export_jobs"]
|
2633
2731
|
) -> ListAssetBundleExportJobsPaginator:
|
2634
2732
|
"""
|
@@ -2638,8 +2736,8 @@ class QuickSightClient(BaseClient):
|
|
2638
2736
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2639
2737
|
"""
|
2640
2738
|
|
2641
|
-
@overload
|
2642
|
-
def get_paginator(
|
2739
|
+
@overload # type: ignore[override]
|
2740
|
+
def get_paginator( # type: ignore[override]
|
2643
2741
|
self, operation_name: Literal["list_asset_bundle_import_jobs"]
|
2644
2742
|
) -> ListAssetBundleImportJobsPaginator:
|
2645
2743
|
"""
|
@@ -2649,8 +2747,10 @@ class QuickSightClient(BaseClient):
|
|
2649
2747
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2650
2748
|
"""
|
2651
2749
|
|
2652
|
-
@overload
|
2653
|
-
def get_paginator(
|
2750
|
+
@overload # type: ignore[override]
|
2751
|
+
def get_paginator( # type: ignore[override]
|
2752
|
+
self, operation_name: Literal["list_brands"]
|
2753
|
+
) -> ListBrandsPaginator:
|
2654
2754
|
"""
|
2655
2755
|
Create a paginator for an operation.
|
2656
2756
|
|
@@ -2658,8 +2758,8 @@ class QuickSightClient(BaseClient):
|
|
2658
2758
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2659
2759
|
"""
|
2660
2760
|
|
2661
|
-
@overload
|
2662
|
-
def get_paginator(
|
2761
|
+
@overload # type: ignore[override]
|
2762
|
+
def get_paginator( # type: ignore[override]
|
2663
2763
|
self, operation_name: Literal["list_custom_permissions"]
|
2664
2764
|
) -> ListCustomPermissionsPaginator:
|
2665
2765
|
"""
|
@@ -2669,8 +2769,8 @@ class QuickSightClient(BaseClient):
|
|
2669
2769
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2670
2770
|
"""
|
2671
2771
|
|
2672
|
-
@overload
|
2673
|
-
def get_paginator(
|
2772
|
+
@overload # type: ignore[override]
|
2773
|
+
def get_paginator( # type: ignore[override]
|
2674
2774
|
self, operation_name: Literal["list_dashboard_versions"]
|
2675
2775
|
) -> ListDashboardVersionsPaginator:
|
2676
2776
|
"""
|
@@ -2680,8 +2780,10 @@ class QuickSightClient(BaseClient):
|
|
2680
2780
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2681
2781
|
"""
|
2682
2782
|
|
2683
|
-
@overload
|
2684
|
-
def get_paginator(
|
2783
|
+
@overload # type: ignore[override]
|
2784
|
+
def get_paginator( # type: ignore[override]
|
2785
|
+
self, operation_name: Literal["list_dashboards"]
|
2786
|
+
) -> ListDashboardsPaginator:
|
2685
2787
|
"""
|
2686
2788
|
Create a paginator for an operation.
|
2687
2789
|
|
@@ -2689,8 +2791,10 @@ class QuickSightClient(BaseClient):
|
|
2689
2791
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2690
2792
|
"""
|
2691
2793
|
|
2692
|
-
@overload
|
2693
|
-
def get_paginator(
|
2794
|
+
@overload # type: ignore[override]
|
2795
|
+
def get_paginator( # type: ignore[override]
|
2796
|
+
self, operation_name: Literal["list_data_sets"]
|
2797
|
+
) -> ListDataSetsPaginator:
|
2694
2798
|
"""
|
2695
2799
|
Create a paginator for an operation.
|
2696
2800
|
|
@@ -2698,8 +2802,8 @@ class QuickSightClient(BaseClient):
|
|
2698
2802
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2699
2803
|
"""
|
2700
2804
|
|
2701
|
-
@overload
|
2702
|
-
def get_paginator(
|
2805
|
+
@overload # type: ignore[override]
|
2806
|
+
def get_paginator( # type: ignore[override]
|
2703
2807
|
self, operation_name: Literal["list_data_sources"]
|
2704
2808
|
) -> ListDataSourcesPaginator:
|
2705
2809
|
"""
|
@@ -2709,8 +2813,8 @@ class QuickSightClient(BaseClient):
|
|
2709
2813
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2710
2814
|
"""
|
2711
2815
|
|
2712
|
-
@overload
|
2713
|
-
def get_paginator(
|
2816
|
+
@overload # type: ignore[override]
|
2817
|
+
def get_paginator( # type: ignore[override]
|
2714
2818
|
self, operation_name: Literal["list_folder_members"]
|
2715
2819
|
) -> ListFolderMembersPaginator:
|
2716
2820
|
"""
|
@@ -2720,8 +2824,8 @@ class QuickSightClient(BaseClient):
|
|
2720
2824
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2721
2825
|
"""
|
2722
2826
|
|
2723
|
-
@overload
|
2724
|
-
def get_paginator(
|
2827
|
+
@overload # type: ignore[override]
|
2828
|
+
def get_paginator( # type: ignore[override]
|
2725
2829
|
self, operation_name: Literal["list_folders_for_resource"]
|
2726
2830
|
) -> ListFoldersForResourcePaginator:
|
2727
2831
|
"""
|
@@ -2731,8 +2835,10 @@ class QuickSightClient(BaseClient):
|
|
2731
2835
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2732
2836
|
"""
|
2733
2837
|
|
2734
|
-
@overload
|
2735
|
-
def get_paginator(
|
2838
|
+
@overload # type: ignore[override]
|
2839
|
+
def get_paginator( # type: ignore[override]
|
2840
|
+
self, operation_name: Literal["list_folders"]
|
2841
|
+
) -> ListFoldersPaginator:
|
2736
2842
|
"""
|
2737
2843
|
Create a paginator for an operation.
|
2738
2844
|
|
@@ -2740,8 +2846,8 @@ class QuickSightClient(BaseClient):
|
|
2740
2846
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2741
2847
|
"""
|
2742
2848
|
|
2743
|
-
@overload
|
2744
|
-
def get_paginator(
|
2849
|
+
@overload # type: ignore[override]
|
2850
|
+
def get_paginator( # type: ignore[override]
|
2745
2851
|
self, operation_name: Literal["list_group_memberships"]
|
2746
2852
|
) -> ListGroupMembershipsPaginator:
|
2747
2853
|
"""
|
@@ -2751,8 +2857,10 @@ class QuickSightClient(BaseClient):
|
|
2751
2857
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2752
2858
|
"""
|
2753
2859
|
|
2754
|
-
@overload
|
2755
|
-
def get_paginator(
|
2860
|
+
@overload # type: ignore[override]
|
2861
|
+
def get_paginator( # type: ignore[override]
|
2862
|
+
self, operation_name: Literal["list_groups"]
|
2863
|
+
) -> ListGroupsPaginator:
|
2756
2864
|
"""
|
2757
2865
|
Create a paginator for an operation.
|
2758
2866
|
|
@@ -2760,8 +2868,8 @@ class QuickSightClient(BaseClient):
|
|
2760
2868
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2761
2869
|
"""
|
2762
2870
|
|
2763
|
-
@overload
|
2764
|
-
def get_paginator(
|
2871
|
+
@overload # type: ignore[override]
|
2872
|
+
def get_paginator( # type: ignore[override]
|
2765
2873
|
self, operation_name: Literal["list_iam_policy_assignments_for_user"]
|
2766
2874
|
) -> ListIAMPolicyAssignmentsForUserPaginator:
|
2767
2875
|
"""
|
@@ -2771,8 +2879,8 @@ class QuickSightClient(BaseClient):
|
|
2771
2879
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2772
2880
|
"""
|
2773
2881
|
|
2774
|
-
@overload
|
2775
|
-
def get_paginator(
|
2882
|
+
@overload # type: ignore[override]
|
2883
|
+
def get_paginator( # type: ignore[override]
|
2776
2884
|
self, operation_name: Literal["list_iam_policy_assignments"]
|
2777
2885
|
) -> ListIAMPolicyAssignmentsPaginator:
|
2778
2886
|
"""
|
@@ -2782,8 +2890,10 @@ class QuickSightClient(BaseClient):
|
|
2782
2890
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2783
2891
|
"""
|
2784
2892
|
|
2785
|
-
@overload
|
2786
|
-
def get_paginator(
|
2893
|
+
@overload # type: ignore[override]
|
2894
|
+
def get_paginator( # type: ignore[override]
|
2895
|
+
self, operation_name: Literal["list_ingestions"]
|
2896
|
+
) -> ListIngestionsPaginator:
|
2787
2897
|
"""
|
2788
2898
|
Create a paginator for an operation.
|
2789
2899
|
|
@@ -2791,8 +2901,10 @@ class QuickSightClient(BaseClient):
|
|
2791
2901
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2792
2902
|
"""
|
2793
2903
|
|
2794
|
-
@overload
|
2795
|
-
def get_paginator(
|
2904
|
+
@overload # type: ignore[override]
|
2905
|
+
def get_paginator( # type: ignore[override]
|
2906
|
+
self, operation_name: Literal["list_namespaces"]
|
2907
|
+
) -> ListNamespacesPaginator:
|
2796
2908
|
"""
|
2797
2909
|
Create a paginator for an operation.
|
2798
2910
|
|
@@ -2800,8 +2912,8 @@ class QuickSightClient(BaseClient):
|
|
2800
2912
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2801
2913
|
"""
|
2802
2914
|
|
2803
|
-
@overload
|
2804
|
-
def get_paginator(
|
2915
|
+
@overload # type: ignore[override]
|
2916
|
+
def get_paginator( # type: ignore[override]
|
2805
2917
|
self, operation_name: Literal["list_role_memberships"]
|
2806
2918
|
) -> ListRoleMembershipsPaginator:
|
2807
2919
|
"""
|
@@ -2811,8 +2923,8 @@ class QuickSightClient(BaseClient):
|
|
2811
2923
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2812
2924
|
"""
|
2813
2925
|
|
2814
|
-
@overload
|
2815
|
-
def get_paginator(
|
2926
|
+
@overload # type: ignore[override]
|
2927
|
+
def get_paginator( # type: ignore[override]
|
2816
2928
|
self, operation_name: Literal["list_template_aliases"]
|
2817
2929
|
) -> ListTemplateAliasesPaginator:
|
2818
2930
|
"""
|
@@ -2822,8 +2934,8 @@ class QuickSightClient(BaseClient):
|
|
2822
2934
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2823
2935
|
"""
|
2824
2936
|
|
2825
|
-
@overload
|
2826
|
-
def get_paginator(
|
2937
|
+
@overload # type: ignore[override]
|
2938
|
+
def get_paginator( # type: ignore[override]
|
2827
2939
|
self, operation_name: Literal["list_template_versions"]
|
2828
2940
|
) -> ListTemplateVersionsPaginator:
|
2829
2941
|
"""
|
@@ -2833,8 +2945,10 @@ class QuickSightClient(BaseClient):
|
|
2833
2945
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2834
2946
|
"""
|
2835
2947
|
|
2836
|
-
@overload
|
2837
|
-
def get_paginator(
|
2948
|
+
@overload # type: ignore[override]
|
2949
|
+
def get_paginator( # type: ignore[override]
|
2950
|
+
self, operation_name: Literal["list_templates"]
|
2951
|
+
) -> ListTemplatesPaginator:
|
2838
2952
|
"""
|
2839
2953
|
Create a paginator for an operation.
|
2840
2954
|
|
@@ -2842,8 +2956,8 @@ class QuickSightClient(BaseClient):
|
|
2842
2956
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2843
2957
|
"""
|
2844
2958
|
|
2845
|
-
@overload
|
2846
|
-
def get_paginator(
|
2959
|
+
@overload # type: ignore[override]
|
2960
|
+
def get_paginator( # type: ignore[override]
|
2847
2961
|
self, operation_name: Literal["list_theme_versions"]
|
2848
2962
|
) -> ListThemeVersionsPaginator:
|
2849
2963
|
"""
|
@@ -2853,8 +2967,10 @@ class QuickSightClient(BaseClient):
|
|
2853
2967
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2854
2968
|
"""
|
2855
2969
|
|
2856
|
-
@overload
|
2857
|
-
def get_paginator(
|
2970
|
+
@overload # type: ignore[override]
|
2971
|
+
def get_paginator( # type: ignore[override]
|
2972
|
+
self, operation_name: Literal["list_themes"]
|
2973
|
+
) -> ListThemesPaginator:
|
2858
2974
|
"""
|
2859
2975
|
Create a paginator for an operation.
|
2860
2976
|
|
@@ -2862,8 +2978,10 @@ class QuickSightClient(BaseClient):
|
|
2862
2978
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2863
2979
|
"""
|
2864
2980
|
|
2865
|
-
@overload
|
2866
|
-
def get_paginator(
|
2981
|
+
@overload # type: ignore[override]
|
2982
|
+
def get_paginator( # type: ignore[override]
|
2983
|
+
self, operation_name: Literal["list_user_groups"]
|
2984
|
+
) -> ListUserGroupsPaginator:
|
2867
2985
|
"""
|
2868
2986
|
Create a paginator for an operation.
|
2869
2987
|
|
@@ -2871,8 +2989,10 @@ class QuickSightClient(BaseClient):
|
|
2871
2989
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2872
2990
|
"""
|
2873
2991
|
|
2874
|
-
@overload
|
2875
|
-
def get_paginator(
|
2992
|
+
@overload # type: ignore[override]
|
2993
|
+
def get_paginator( # type: ignore[override]
|
2994
|
+
self, operation_name: Literal["list_users"]
|
2995
|
+
) -> ListUsersPaginator:
|
2876
2996
|
"""
|
2877
2997
|
Create a paginator for an operation.
|
2878
2998
|
|
@@ -2880,8 +3000,10 @@ class QuickSightClient(BaseClient):
|
|
2880
3000
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2881
3001
|
"""
|
2882
3002
|
|
2883
|
-
@overload
|
2884
|
-
def get_paginator(
|
3003
|
+
@overload # type: ignore[override]
|
3004
|
+
def get_paginator( # type: ignore[override]
|
3005
|
+
self, operation_name: Literal["search_analyses"]
|
3006
|
+
) -> SearchAnalysesPaginator:
|
2885
3007
|
"""
|
2886
3008
|
Create a paginator for an operation.
|
2887
3009
|
|
@@ -2889,8 +3011,8 @@ class QuickSightClient(BaseClient):
|
|
2889
3011
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2890
3012
|
"""
|
2891
3013
|
|
2892
|
-
@overload
|
2893
|
-
def get_paginator(
|
3014
|
+
@overload # type: ignore[override]
|
3015
|
+
def get_paginator( # type: ignore[override]
|
2894
3016
|
self, operation_name: Literal["search_dashboards"]
|
2895
3017
|
) -> SearchDashboardsPaginator:
|
2896
3018
|
"""
|
@@ -2900,8 +3022,10 @@ class QuickSightClient(BaseClient):
|
|
2900
3022
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2901
3023
|
"""
|
2902
3024
|
|
2903
|
-
@overload
|
2904
|
-
def get_paginator(
|
3025
|
+
@overload # type: ignore[override]
|
3026
|
+
def get_paginator( # type: ignore[override]
|
3027
|
+
self, operation_name: Literal["search_data_sets"]
|
3028
|
+
) -> SearchDataSetsPaginator:
|
2905
3029
|
"""
|
2906
3030
|
Create a paginator for an operation.
|
2907
3031
|
|
@@ -2909,8 +3033,8 @@ class QuickSightClient(BaseClient):
|
|
2909
3033
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2910
3034
|
"""
|
2911
3035
|
|
2912
|
-
@overload
|
2913
|
-
def get_paginator(
|
3036
|
+
@overload # type: ignore[override]
|
3037
|
+
def get_paginator( # type: ignore[override]
|
2914
3038
|
self, operation_name: Literal["search_data_sources"]
|
2915
3039
|
) -> SearchDataSourcesPaginator:
|
2916
3040
|
"""
|
@@ -2920,8 +3044,10 @@ class QuickSightClient(BaseClient):
|
|
2920
3044
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2921
3045
|
"""
|
2922
3046
|
|
2923
|
-
@overload
|
2924
|
-
def get_paginator(
|
3047
|
+
@overload # type: ignore[override]
|
3048
|
+
def get_paginator( # type: ignore[override]
|
3049
|
+
self, operation_name: Literal["search_folders"]
|
3050
|
+
) -> SearchFoldersPaginator:
|
2925
3051
|
"""
|
2926
3052
|
Create a paginator for an operation.
|
2927
3053
|
|
@@ -2929,8 +3055,10 @@ class QuickSightClient(BaseClient):
|
|
2929
3055
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2930
3056
|
"""
|
2931
3057
|
|
2932
|
-
@overload
|
2933
|
-
def get_paginator(
|
3058
|
+
@overload # type: ignore[override]
|
3059
|
+
def get_paginator( # type: ignore[override]
|
3060
|
+
self, operation_name: Literal["search_groups"]
|
3061
|
+
) -> SearchGroupsPaginator:
|
2934
3062
|
"""
|
2935
3063
|
Create a paginator for an operation.
|
2936
3064
|
|
@@ -2938,8 +3066,10 @@ class QuickSightClient(BaseClient):
|
|
2938
3066
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#get_paginator)
|
2939
3067
|
"""
|
2940
3068
|
|
2941
|
-
@overload
|
2942
|
-
def get_paginator(
|
3069
|
+
@overload # type: ignore[override]
|
3070
|
+
def get_paginator( # type: ignore[override]
|
3071
|
+
self, operation_name: Literal["search_topics"]
|
3072
|
+
) -> SearchTopicsPaginator:
|
2943
3073
|
"""
|
2944
3074
|
Create a paginator for an operation.
|
2945
3075
|
|