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
2
|
Type annotations for quicksight service client paginators.
|
3
3
|
|
4
|
-
[
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/)
|
5
5
|
|
6
6
|
Usage::
|
7
7
|
|
@@ -87,84 +87,86 @@ Usage::
|
|
87
87
|
search_topics_paginator: SearchTopicsPaginator = client.get_paginator("search_topics")
|
88
88
|
```
|
89
89
|
|
90
|
-
Copyright
|
90
|
+
Copyright 2025 Vlad Emelianov
|
91
91
|
"""
|
92
92
|
|
93
|
+
from __future__ import annotations
|
94
|
+
|
93
95
|
import sys
|
94
|
-
from typing import
|
96
|
+
from typing import TYPE_CHECKING
|
95
97
|
|
96
98
|
from botocore.paginate import PageIterator, Paginator
|
97
99
|
|
98
100
|
from .type_defs import (
|
99
|
-
|
101
|
+
DescribeFolderPermissionsRequestPaginateTypeDef,
|
100
102
|
DescribeFolderPermissionsResponseTypeDef,
|
101
|
-
|
103
|
+
DescribeFolderResolvedPermissionsRequestPaginateTypeDef,
|
102
104
|
DescribeFolderResolvedPermissionsResponseTypeDef,
|
103
|
-
|
105
|
+
ListAnalysesRequestPaginateTypeDef,
|
104
106
|
ListAnalysesResponseTypeDef,
|
105
|
-
|
107
|
+
ListAssetBundleExportJobsRequestPaginateTypeDef,
|
106
108
|
ListAssetBundleExportJobsResponseTypeDef,
|
107
|
-
|
109
|
+
ListAssetBundleImportJobsRequestPaginateTypeDef,
|
108
110
|
ListAssetBundleImportJobsResponseTypeDef,
|
109
|
-
|
111
|
+
ListBrandsRequestPaginateTypeDef,
|
110
112
|
ListBrandsResponseTypeDef,
|
111
|
-
|
113
|
+
ListCustomPermissionsRequestPaginateTypeDef,
|
112
114
|
ListCustomPermissionsResponseTypeDef,
|
113
|
-
|
115
|
+
ListDashboardsRequestPaginateTypeDef,
|
114
116
|
ListDashboardsResponseTypeDef,
|
115
|
-
|
117
|
+
ListDashboardVersionsRequestPaginateTypeDef,
|
116
118
|
ListDashboardVersionsResponseTypeDef,
|
117
|
-
|
119
|
+
ListDataSetsRequestPaginateTypeDef,
|
118
120
|
ListDataSetsResponseTypeDef,
|
119
|
-
|
121
|
+
ListDataSourcesRequestPaginateTypeDef,
|
120
122
|
ListDataSourcesResponseTypeDef,
|
121
|
-
|
123
|
+
ListFolderMembersRequestPaginateTypeDef,
|
122
124
|
ListFolderMembersResponseTypeDef,
|
123
|
-
|
125
|
+
ListFoldersForResourceRequestPaginateTypeDef,
|
124
126
|
ListFoldersForResourceResponseTypeDef,
|
125
|
-
|
127
|
+
ListFoldersRequestPaginateTypeDef,
|
126
128
|
ListFoldersResponseTypeDef,
|
127
|
-
|
129
|
+
ListGroupMembershipsRequestPaginateTypeDef,
|
128
130
|
ListGroupMembershipsResponseTypeDef,
|
129
|
-
|
131
|
+
ListGroupsRequestPaginateTypeDef,
|
130
132
|
ListGroupsResponseTypeDef,
|
131
|
-
|
133
|
+
ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef,
|
132
134
|
ListIAMPolicyAssignmentsForUserResponseTypeDef,
|
133
|
-
|
135
|
+
ListIAMPolicyAssignmentsRequestPaginateTypeDef,
|
134
136
|
ListIAMPolicyAssignmentsResponseTypeDef,
|
135
|
-
|
137
|
+
ListIngestionsRequestPaginateTypeDef,
|
136
138
|
ListIngestionsResponseTypeDef,
|
137
|
-
|
139
|
+
ListNamespacesRequestPaginateTypeDef,
|
138
140
|
ListNamespacesResponseTypeDef,
|
139
|
-
|
141
|
+
ListRoleMembershipsRequestPaginateTypeDef,
|
140
142
|
ListRoleMembershipsResponseTypeDef,
|
141
|
-
|
143
|
+
ListTemplateAliasesRequestPaginateTypeDef,
|
142
144
|
ListTemplateAliasesResponseTypeDef,
|
143
|
-
|
145
|
+
ListTemplatesRequestPaginateTypeDef,
|
144
146
|
ListTemplatesResponseTypeDef,
|
145
|
-
|
147
|
+
ListTemplateVersionsRequestPaginateTypeDef,
|
146
148
|
ListTemplateVersionsResponseTypeDef,
|
147
|
-
|
149
|
+
ListThemesRequestPaginateTypeDef,
|
148
150
|
ListThemesResponseTypeDef,
|
149
|
-
|
151
|
+
ListThemeVersionsRequestPaginateTypeDef,
|
150
152
|
ListThemeVersionsResponseTypeDef,
|
151
|
-
|
153
|
+
ListUserGroupsRequestPaginateTypeDef,
|
152
154
|
ListUserGroupsResponseTypeDef,
|
153
|
-
|
155
|
+
ListUsersRequestPaginateTypeDef,
|
154
156
|
ListUsersResponseTypeDef,
|
155
|
-
|
157
|
+
SearchAnalysesRequestPaginateTypeDef,
|
156
158
|
SearchAnalysesResponseTypeDef,
|
157
|
-
|
159
|
+
SearchDashboardsRequestPaginateTypeDef,
|
158
160
|
SearchDashboardsResponseTypeDef,
|
159
|
-
|
161
|
+
SearchDataSetsRequestPaginateTypeDef,
|
160
162
|
SearchDataSetsResponseTypeDef,
|
161
|
-
|
163
|
+
SearchDataSourcesRequestPaginateTypeDef,
|
162
164
|
SearchDataSourcesResponseTypeDef,
|
163
|
-
|
165
|
+
SearchFoldersRequestPaginateTypeDef,
|
164
166
|
SearchFoldersResponseTypeDef,
|
165
|
-
|
167
|
+
SearchGroupsRequestPaginateTypeDef,
|
166
168
|
SearchGroupsResponseTypeDef,
|
167
|
-
|
169
|
+
SearchTopicsRequestPaginateTypeDef,
|
168
170
|
SearchTopicsResponseTypeDef,
|
169
171
|
)
|
170
172
|
|
@@ -213,545 +215,739 @@ __all__ = (
|
|
213
215
|
)
|
214
216
|
|
215
217
|
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
221
|
-
"""
|
222
|
-
Proxy method to specify iterator item type.
|
223
|
-
"""
|
218
|
+
if TYPE_CHECKING:
|
219
|
+
_DescribeFolderPermissionsPaginatorBase = Paginator[DescribeFolderPermissionsResponseTypeDef]
|
220
|
+
else:
|
221
|
+
_DescribeFolderPermissionsPaginatorBase = Paginator # type: ignore[assignment]
|
224
222
|
|
225
223
|
|
226
|
-
class DescribeFolderPermissionsPaginator(
|
224
|
+
class DescribeFolderPermissionsPaginator(_DescribeFolderPermissionsPaginatorBase):
|
227
225
|
"""
|
228
226
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/DescribeFolderPermissions.html#QuickSight.Paginator.DescribeFolderPermissions)
|
229
227
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#describefolderpermissionspaginator)
|
230
228
|
"""
|
231
229
|
|
232
|
-
def paginate(
|
233
|
-
self,
|
234
|
-
|
235
|
-
) -> _PageIterator[DescribeFolderPermissionsResponseTypeDef]:
|
230
|
+
def paginate( # type: ignore[override]
|
231
|
+
self, **kwargs: Unpack[DescribeFolderPermissionsRequestPaginateTypeDef]
|
232
|
+
) -> PageIterator[DescribeFolderPermissionsResponseTypeDef]:
|
236
233
|
"""
|
237
234
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/DescribeFolderPermissions.html#QuickSight.Paginator.DescribeFolderPermissions.paginate)
|
238
235
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#describefolderpermissionspaginator)
|
239
236
|
"""
|
240
237
|
|
241
238
|
|
242
|
-
|
239
|
+
if TYPE_CHECKING:
|
240
|
+
_DescribeFolderResolvedPermissionsPaginatorBase = Paginator[
|
241
|
+
DescribeFolderResolvedPermissionsResponseTypeDef
|
242
|
+
]
|
243
|
+
else:
|
244
|
+
_DescribeFolderResolvedPermissionsPaginatorBase = Paginator # type: ignore[assignment]
|
245
|
+
|
246
|
+
|
247
|
+
class DescribeFolderResolvedPermissionsPaginator(_DescribeFolderResolvedPermissionsPaginatorBase):
|
243
248
|
"""
|
244
249
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/DescribeFolderResolvedPermissions.html#QuickSight.Paginator.DescribeFolderResolvedPermissions)
|
245
250
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#describefolderresolvedpermissionspaginator)
|
246
251
|
"""
|
247
252
|
|
248
|
-
def paginate(
|
249
|
-
self,
|
250
|
-
|
251
|
-
DescribeFolderResolvedPermissionsRequestDescribeFolderResolvedPermissionsPaginateTypeDef
|
252
|
-
],
|
253
|
-
) -> _PageIterator[DescribeFolderResolvedPermissionsResponseTypeDef]:
|
253
|
+
def paginate( # type: ignore[override]
|
254
|
+
self, **kwargs: Unpack[DescribeFolderResolvedPermissionsRequestPaginateTypeDef]
|
255
|
+
) -> PageIterator[DescribeFolderResolvedPermissionsResponseTypeDef]:
|
254
256
|
"""
|
255
257
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/DescribeFolderResolvedPermissions.html#QuickSight.Paginator.DescribeFolderResolvedPermissions.paginate)
|
256
258
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#describefolderresolvedpermissionspaginator)
|
257
259
|
"""
|
258
260
|
|
259
261
|
|
260
|
-
|
262
|
+
if TYPE_CHECKING:
|
263
|
+
_ListAnalysesPaginatorBase = Paginator[ListAnalysesResponseTypeDef]
|
264
|
+
else:
|
265
|
+
_ListAnalysesPaginatorBase = Paginator # type: ignore[assignment]
|
266
|
+
|
267
|
+
|
268
|
+
class ListAnalysesPaginator(_ListAnalysesPaginatorBase):
|
261
269
|
"""
|
262
270
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListAnalyses.html#QuickSight.Paginator.ListAnalyses)
|
263
271
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listanalysespaginator)
|
264
272
|
"""
|
265
273
|
|
266
|
-
def paginate(
|
267
|
-
self, **kwargs: Unpack[
|
268
|
-
) ->
|
274
|
+
def paginate( # type: ignore[override]
|
275
|
+
self, **kwargs: Unpack[ListAnalysesRequestPaginateTypeDef]
|
276
|
+
) -> PageIterator[ListAnalysesResponseTypeDef]:
|
269
277
|
"""
|
270
278
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListAnalyses.html#QuickSight.Paginator.ListAnalyses.paginate)
|
271
279
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listanalysespaginator)
|
272
280
|
"""
|
273
281
|
|
274
282
|
|
275
|
-
|
283
|
+
if TYPE_CHECKING:
|
284
|
+
_ListAssetBundleExportJobsPaginatorBase = Paginator[ListAssetBundleExportJobsResponseTypeDef]
|
285
|
+
else:
|
286
|
+
_ListAssetBundleExportJobsPaginatorBase = Paginator # type: ignore[assignment]
|
287
|
+
|
288
|
+
|
289
|
+
class ListAssetBundleExportJobsPaginator(_ListAssetBundleExportJobsPaginatorBase):
|
276
290
|
"""
|
277
291
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListAssetBundleExportJobs.html#QuickSight.Paginator.ListAssetBundleExportJobs)
|
278
292
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listassetbundleexportjobspaginator)
|
279
293
|
"""
|
280
294
|
|
281
|
-
def paginate(
|
282
|
-
self,
|
283
|
-
|
284
|
-
) -> _PageIterator[ListAssetBundleExportJobsResponseTypeDef]:
|
295
|
+
def paginate( # type: ignore[override]
|
296
|
+
self, **kwargs: Unpack[ListAssetBundleExportJobsRequestPaginateTypeDef]
|
297
|
+
) -> PageIterator[ListAssetBundleExportJobsResponseTypeDef]:
|
285
298
|
"""
|
286
299
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListAssetBundleExportJobs.html#QuickSight.Paginator.ListAssetBundleExportJobs.paginate)
|
287
300
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listassetbundleexportjobspaginator)
|
288
301
|
"""
|
289
302
|
|
290
303
|
|
291
|
-
|
304
|
+
if TYPE_CHECKING:
|
305
|
+
_ListAssetBundleImportJobsPaginatorBase = Paginator[ListAssetBundleImportJobsResponseTypeDef]
|
306
|
+
else:
|
307
|
+
_ListAssetBundleImportJobsPaginatorBase = Paginator # type: ignore[assignment]
|
308
|
+
|
309
|
+
|
310
|
+
class ListAssetBundleImportJobsPaginator(_ListAssetBundleImportJobsPaginatorBase):
|
292
311
|
"""
|
293
312
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListAssetBundleImportJobs.html#QuickSight.Paginator.ListAssetBundleImportJobs)
|
294
313
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listassetbundleimportjobspaginator)
|
295
314
|
"""
|
296
315
|
|
297
|
-
def paginate(
|
298
|
-
self,
|
299
|
-
|
300
|
-
) -> _PageIterator[ListAssetBundleImportJobsResponseTypeDef]:
|
316
|
+
def paginate( # type: ignore[override]
|
317
|
+
self, **kwargs: Unpack[ListAssetBundleImportJobsRequestPaginateTypeDef]
|
318
|
+
) -> PageIterator[ListAssetBundleImportJobsResponseTypeDef]:
|
301
319
|
"""
|
302
320
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListAssetBundleImportJobs.html#QuickSight.Paginator.ListAssetBundleImportJobs.paginate)
|
303
321
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listassetbundleimportjobspaginator)
|
304
322
|
"""
|
305
323
|
|
306
324
|
|
307
|
-
|
325
|
+
if TYPE_CHECKING:
|
326
|
+
_ListBrandsPaginatorBase = Paginator[ListBrandsResponseTypeDef]
|
327
|
+
else:
|
328
|
+
_ListBrandsPaginatorBase = Paginator # type: ignore[assignment]
|
329
|
+
|
330
|
+
|
331
|
+
class ListBrandsPaginator(_ListBrandsPaginatorBase):
|
308
332
|
"""
|
309
333
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListBrands.html#QuickSight.Paginator.ListBrands)
|
310
334
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listbrandspaginator)
|
311
335
|
"""
|
312
336
|
|
313
|
-
def paginate(
|
314
|
-
self, **kwargs: Unpack[
|
315
|
-
) ->
|
337
|
+
def paginate( # type: ignore[override]
|
338
|
+
self, **kwargs: Unpack[ListBrandsRequestPaginateTypeDef]
|
339
|
+
) -> PageIterator[ListBrandsResponseTypeDef]:
|
316
340
|
"""
|
317
341
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListBrands.html#QuickSight.Paginator.ListBrands.paginate)
|
318
342
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listbrandspaginator)
|
319
343
|
"""
|
320
344
|
|
321
345
|
|
322
|
-
|
346
|
+
if TYPE_CHECKING:
|
347
|
+
_ListCustomPermissionsPaginatorBase = Paginator[ListCustomPermissionsResponseTypeDef]
|
348
|
+
else:
|
349
|
+
_ListCustomPermissionsPaginatorBase = Paginator # type: ignore[assignment]
|
350
|
+
|
351
|
+
|
352
|
+
class ListCustomPermissionsPaginator(_ListCustomPermissionsPaginatorBase):
|
323
353
|
"""
|
324
354
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListCustomPermissions.html#QuickSight.Paginator.ListCustomPermissions)
|
325
355
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listcustompermissionspaginator)
|
326
356
|
"""
|
327
357
|
|
328
|
-
def paginate(
|
329
|
-
self, **kwargs: Unpack[
|
330
|
-
) ->
|
358
|
+
def paginate( # type: ignore[override]
|
359
|
+
self, **kwargs: Unpack[ListCustomPermissionsRequestPaginateTypeDef]
|
360
|
+
) -> PageIterator[ListCustomPermissionsResponseTypeDef]:
|
331
361
|
"""
|
332
362
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListCustomPermissions.html#QuickSight.Paginator.ListCustomPermissions.paginate)
|
333
363
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listcustompermissionspaginator)
|
334
364
|
"""
|
335
365
|
|
336
366
|
|
337
|
-
|
367
|
+
if TYPE_CHECKING:
|
368
|
+
_ListDashboardVersionsPaginatorBase = Paginator[ListDashboardVersionsResponseTypeDef]
|
369
|
+
else:
|
370
|
+
_ListDashboardVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
371
|
+
|
372
|
+
|
373
|
+
class ListDashboardVersionsPaginator(_ListDashboardVersionsPaginatorBase):
|
338
374
|
"""
|
339
375
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDashboardVersions.html#QuickSight.Paginator.ListDashboardVersions)
|
340
376
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdashboardversionspaginator)
|
341
377
|
"""
|
342
378
|
|
343
|
-
def paginate(
|
344
|
-
self, **kwargs: Unpack[
|
345
|
-
) ->
|
379
|
+
def paginate( # type: ignore[override]
|
380
|
+
self, **kwargs: Unpack[ListDashboardVersionsRequestPaginateTypeDef]
|
381
|
+
) -> PageIterator[ListDashboardVersionsResponseTypeDef]:
|
346
382
|
"""
|
347
383
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDashboardVersions.html#QuickSight.Paginator.ListDashboardVersions.paginate)
|
348
384
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdashboardversionspaginator)
|
349
385
|
"""
|
350
386
|
|
351
387
|
|
352
|
-
|
388
|
+
if TYPE_CHECKING:
|
389
|
+
_ListDashboardsPaginatorBase = Paginator[ListDashboardsResponseTypeDef]
|
390
|
+
else:
|
391
|
+
_ListDashboardsPaginatorBase = Paginator # type: ignore[assignment]
|
392
|
+
|
393
|
+
|
394
|
+
class ListDashboardsPaginator(_ListDashboardsPaginatorBase):
|
353
395
|
"""
|
354
396
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDashboards.html#QuickSight.Paginator.ListDashboards)
|
355
397
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdashboardspaginator)
|
356
398
|
"""
|
357
399
|
|
358
|
-
def paginate(
|
359
|
-
self, **kwargs: Unpack[
|
360
|
-
) ->
|
400
|
+
def paginate( # type: ignore[override]
|
401
|
+
self, **kwargs: Unpack[ListDashboardsRequestPaginateTypeDef]
|
402
|
+
) -> PageIterator[ListDashboardsResponseTypeDef]:
|
361
403
|
"""
|
362
404
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDashboards.html#QuickSight.Paginator.ListDashboards.paginate)
|
363
405
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdashboardspaginator)
|
364
406
|
"""
|
365
407
|
|
366
408
|
|
367
|
-
|
409
|
+
if TYPE_CHECKING:
|
410
|
+
_ListDataSetsPaginatorBase = Paginator[ListDataSetsResponseTypeDef]
|
411
|
+
else:
|
412
|
+
_ListDataSetsPaginatorBase = Paginator # type: ignore[assignment]
|
413
|
+
|
414
|
+
|
415
|
+
class ListDataSetsPaginator(_ListDataSetsPaginatorBase):
|
368
416
|
"""
|
369
417
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDataSets.html#QuickSight.Paginator.ListDataSets)
|
370
418
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdatasetspaginator)
|
371
419
|
"""
|
372
420
|
|
373
|
-
def paginate(
|
374
|
-
self, **kwargs: Unpack[
|
375
|
-
) ->
|
421
|
+
def paginate( # type: ignore[override]
|
422
|
+
self, **kwargs: Unpack[ListDataSetsRequestPaginateTypeDef]
|
423
|
+
) -> PageIterator[ListDataSetsResponseTypeDef]:
|
376
424
|
"""
|
377
425
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDataSets.html#QuickSight.Paginator.ListDataSets.paginate)
|
378
426
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdatasetspaginator)
|
379
427
|
"""
|
380
428
|
|
381
429
|
|
382
|
-
|
430
|
+
if TYPE_CHECKING:
|
431
|
+
_ListDataSourcesPaginatorBase = Paginator[ListDataSourcesResponseTypeDef]
|
432
|
+
else:
|
433
|
+
_ListDataSourcesPaginatorBase = Paginator # type: ignore[assignment]
|
434
|
+
|
435
|
+
|
436
|
+
class ListDataSourcesPaginator(_ListDataSourcesPaginatorBase):
|
383
437
|
"""
|
384
438
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDataSources.html#QuickSight.Paginator.ListDataSources)
|
385
439
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdatasourcespaginator)
|
386
440
|
"""
|
387
441
|
|
388
|
-
def paginate(
|
389
|
-
self, **kwargs: Unpack[
|
390
|
-
) ->
|
442
|
+
def paginate( # type: ignore[override]
|
443
|
+
self, **kwargs: Unpack[ListDataSourcesRequestPaginateTypeDef]
|
444
|
+
) -> PageIterator[ListDataSourcesResponseTypeDef]:
|
391
445
|
"""
|
392
446
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListDataSources.html#QuickSight.Paginator.ListDataSources.paginate)
|
393
447
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listdatasourcespaginator)
|
394
448
|
"""
|
395
449
|
|
396
450
|
|
397
|
-
|
451
|
+
if TYPE_CHECKING:
|
452
|
+
_ListFolderMembersPaginatorBase = Paginator[ListFolderMembersResponseTypeDef]
|
453
|
+
else:
|
454
|
+
_ListFolderMembersPaginatorBase = Paginator # type: ignore[assignment]
|
455
|
+
|
456
|
+
|
457
|
+
class ListFolderMembersPaginator(_ListFolderMembersPaginatorBase):
|
398
458
|
"""
|
399
459
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListFolderMembers.html#QuickSight.Paginator.ListFolderMembers)
|
400
460
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listfoldermemberspaginator)
|
401
461
|
"""
|
402
462
|
|
403
|
-
def paginate(
|
404
|
-
self, **kwargs: Unpack[
|
405
|
-
) ->
|
463
|
+
def paginate( # type: ignore[override]
|
464
|
+
self, **kwargs: Unpack[ListFolderMembersRequestPaginateTypeDef]
|
465
|
+
) -> PageIterator[ListFolderMembersResponseTypeDef]:
|
406
466
|
"""
|
407
467
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListFolderMembers.html#QuickSight.Paginator.ListFolderMembers.paginate)
|
408
468
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listfoldermemberspaginator)
|
409
469
|
"""
|
410
470
|
|
411
471
|
|
412
|
-
|
472
|
+
if TYPE_CHECKING:
|
473
|
+
_ListFoldersForResourcePaginatorBase = Paginator[ListFoldersForResourceResponseTypeDef]
|
474
|
+
else:
|
475
|
+
_ListFoldersForResourcePaginatorBase = Paginator # type: ignore[assignment]
|
476
|
+
|
477
|
+
|
478
|
+
class ListFoldersForResourcePaginator(_ListFoldersForResourcePaginatorBase):
|
413
479
|
"""
|
414
480
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListFoldersForResource.html#QuickSight.Paginator.ListFoldersForResource)
|
415
481
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listfoldersforresourcepaginator)
|
416
482
|
"""
|
417
483
|
|
418
|
-
def paginate(
|
419
|
-
self, **kwargs: Unpack[
|
420
|
-
) ->
|
484
|
+
def paginate( # type: ignore[override]
|
485
|
+
self, **kwargs: Unpack[ListFoldersForResourceRequestPaginateTypeDef]
|
486
|
+
) -> PageIterator[ListFoldersForResourceResponseTypeDef]:
|
421
487
|
"""
|
422
488
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListFoldersForResource.html#QuickSight.Paginator.ListFoldersForResource.paginate)
|
423
489
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listfoldersforresourcepaginator)
|
424
490
|
"""
|
425
491
|
|
426
492
|
|
427
|
-
|
493
|
+
if TYPE_CHECKING:
|
494
|
+
_ListFoldersPaginatorBase = Paginator[ListFoldersResponseTypeDef]
|
495
|
+
else:
|
496
|
+
_ListFoldersPaginatorBase = Paginator # type: ignore[assignment]
|
497
|
+
|
498
|
+
|
499
|
+
class ListFoldersPaginator(_ListFoldersPaginatorBase):
|
428
500
|
"""
|
429
501
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListFolders.html#QuickSight.Paginator.ListFolders)
|
430
502
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listfolderspaginator)
|
431
503
|
"""
|
432
504
|
|
433
|
-
def paginate(
|
434
|
-
self, **kwargs: Unpack[
|
435
|
-
) ->
|
505
|
+
def paginate( # type: ignore[override]
|
506
|
+
self, **kwargs: Unpack[ListFoldersRequestPaginateTypeDef]
|
507
|
+
) -> PageIterator[ListFoldersResponseTypeDef]:
|
436
508
|
"""
|
437
509
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListFolders.html#QuickSight.Paginator.ListFolders.paginate)
|
438
510
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listfolderspaginator)
|
439
511
|
"""
|
440
512
|
|
441
513
|
|
442
|
-
|
514
|
+
if TYPE_CHECKING:
|
515
|
+
_ListGroupMembershipsPaginatorBase = Paginator[ListGroupMembershipsResponseTypeDef]
|
516
|
+
else:
|
517
|
+
_ListGroupMembershipsPaginatorBase = Paginator # type: ignore[assignment]
|
518
|
+
|
519
|
+
|
520
|
+
class ListGroupMembershipsPaginator(_ListGroupMembershipsPaginatorBase):
|
443
521
|
"""
|
444
522
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListGroupMemberships.html#QuickSight.Paginator.ListGroupMemberships)
|
445
523
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listgroupmembershipspaginator)
|
446
524
|
"""
|
447
525
|
|
448
|
-
def paginate(
|
449
|
-
self, **kwargs: Unpack[
|
450
|
-
) ->
|
526
|
+
def paginate( # type: ignore[override]
|
527
|
+
self, **kwargs: Unpack[ListGroupMembershipsRequestPaginateTypeDef]
|
528
|
+
) -> PageIterator[ListGroupMembershipsResponseTypeDef]:
|
451
529
|
"""
|
452
530
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListGroupMemberships.html#QuickSight.Paginator.ListGroupMemberships.paginate)
|
453
531
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listgroupmembershipspaginator)
|
454
532
|
"""
|
455
533
|
|
456
534
|
|
457
|
-
|
535
|
+
if TYPE_CHECKING:
|
536
|
+
_ListGroupsPaginatorBase = Paginator[ListGroupsResponseTypeDef]
|
537
|
+
else:
|
538
|
+
_ListGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
539
|
+
|
540
|
+
|
541
|
+
class ListGroupsPaginator(_ListGroupsPaginatorBase):
|
458
542
|
"""
|
459
543
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListGroups.html#QuickSight.Paginator.ListGroups)
|
460
544
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listgroupspaginator)
|
461
545
|
"""
|
462
546
|
|
463
|
-
def paginate(
|
464
|
-
self, **kwargs: Unpack[
|
465
|
-
) ->
|
547
|
+
def paginate( # type: ignore[override]
|
548
|
+
self, **kwargs: Unpack[ListGroupsRequestPaginateTypeDef]
|
549
|
+
) -> PageIterator[ListGroupsResponseTypeDef]:
|
466
550
|
"""
|
467
551
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListGroups.html#QuickSight.Paginator.ListGroups.paginate)
|
468
552
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listgroupspaginator)
|
469
553
|
"""
|
470
554
|
|
471
555
|
|
472
|
-
|
556
|
+
if TYPE_CHECKING:
|
557
|
+
_ListIAMPolicyAssignmentsForUserPaginatorBase = Paginator[
|
558
|
+
ListIAMPolicyAssignmentsForUserResponseTypeDef
|
559
|
+
]
|
560
|
+
else:
|
561
|
+
_ListIAMPolicyAssignmentsForUserPaginatorBase = Paginator # type: ignore[assignment]
|
562
|
+
|
563
|
+
|
564
|
+
class ListIAMPolicyAssignmentsForUserPaginator(_ListIAMPolicyAssignmentsForUserPaginatorBase):
|
473
565
|
"""
|
474
566
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListIAMPolicyAssignmentsForUser.html#QuickSight.Paginator.ListIAMPolicyAssignmentsForUser)
|
475
567
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listiampolicyassignmentsforuserpaginator)
|
476
568
|
"""
|
477
569
|
|
478
|
-
def paginate(
|
479
|
-
self,
|
480
|
-
|
481
|
-
ListIAMPolicyAssignmentsForUserRequestListIAMPolicyAssignmentsForUserPaginateTypeDef
|
482
|
-
],
|
483
|
-
) -> _PageIterator[ListIAMPolicyAssignmentsForUserResponseTypeDef]:
|
570
|
+
def paginate( # type: ignore[override]
|
571
|
+
self, **kwargs: Unpack[ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef]
|
572
|
+
) -> PageIterator[ListIAMPolicyAssignmentsForUserResponseTypeDef]:
|
484
573
|
"""
|
485
574
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListIAMPolicyAssignmentsForUser.html#QuickSight.Paginator.ListIAMPolicyAssignmentsForUser.paginate)
|
486
575
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listiampolicyassignmentsforuserpaginator)
|
487
576
|
"""
|
488
577
|
|
489
578
|
|
490
|
-
|
579
|
+
if TYPE_CHECKING:
|
580
|
+
_ListIAMPolicyAssignmentsPaginatorBase = Paginator[ListIAMPolicyAssignmentsResponseTypeDef]
|
581
|
+
else:
|
582
|
+
_ListIAMPolicyAssignmentsPaginatorBase = Paginator # type: ignore[assignment]
|
583
|
+
|
584
|
+
|
585
|
+
class ListIAMPolicyAssignmentsPaginator(_ListIAMPolicyAssignmentsPaginatorBase):
|
491
586
|
"""
|
492
587
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListIAMPolicyAssignments.html#QuickSight.Paginator.ListIAMPolicyAssignments)
|
493
588
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listiampolicyassignmentspaginator)
|
494
589
|
"""
|
495
590
|
|
496
|
-
def paginate(
|
497
|
-
self,
|
498
|
-
|
499
|
-
) -> _PageIterator[ListIAMPolicyAssignmentsResponseTypeDef]:
|
591
|
+
def paginate( # type: ignore[override]
|
592
|
+
self, **kwargs: Unpack[ListIAMPolicyAssignmentsRequestPaginateTypeDef]
|
593
|
+
) -> PageIterator[ListIAMPolicyAssignmentsResponseTypeDef]:
|
500
594
|
"""
|
501
595
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListIAMPolicyAssignments.html#QuickSight.Paginator.ListIAMPolicyAssignments.paginate)
|
502
596
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listiampolicyassignmentspaginator)
|
503
597
|
"""
|
504
598
|
|
505
599
|
|
506
|
-
|
600
|
+
if TYPE_CHECKING:
|
601
|
+
_ListIngestionsPaginatorBase = Paginator[ListIngestionsResponseTypeDef]
|
602
|
+
else:
|
603
|
+
_ListIngestionsPaginatorBase = Paginator # type: ignore[assignment]
|
604
|
+
|
605
|
+
|
606
|
+
class ListIngestionsPaginator(_ListIngestionsPaginatorBase):
|
507
607
|
"""
|
508
608
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListIngestions.html#QuickSight.Paginator.ListIngestions)
|
509
609
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listingestionspaginator)
|
510
610
|
"""
|
511
611
|
|
512
|
-
def paginate(
|
513
|
-
self, **kwargs: Unpack[
|
514
|
-
) ->
|
612
|
+
def paginate( # type: ignore[override]
|
613
|
+
self, **kwargs: Unpack[ListIngestionsRequestPaginateTypeDef]
|
614
|
+
) -> PageIterator[ListIngestionsResponseTypeDef]:
|
515
615
|
"""
|
516
616
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListIngestions.html#QuickSight.Paginator.ListIngestions.paginate)
|
517
617
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listingestionspaginator)
|
518
618
|
"""
|
519
619
|
|
520
620
|
|
521
|
-
|
621
|
+
if TYPE_CHECKING:
|
622
|
+
_ListNamespacesPaginatorBase = Paginator[ListNamespacesResponseTypeDef]
|
623
|
+
else:
|
624
|
+
_ListNamespacesPaginatorBase = Paginator # type: ignore[assignment]
|
625
|
+
|
626
|
+
|
627
|
+
class ListNamespacesPaginator(_ListNamespacesPaginatorBase):
|
522
628
|
"""
|
523
629
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListNamespaces.html#QuickSight.Paginator.ListNamespaces)
|
524
630
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listnamespacespaginator)
|
525
631
|
"""
|
526
632
|
|
527
|
-
def paginate(
|
528
|
-
self, **kwargs: Unpack[
|
529
|
-
) ->
|
633
|
+
def paginate( # type: ignore[override]
|
634
|
+
self, **kwargs: Unpack[ListNamespacesRequestPaginateTypeDef]
|
635
|
+
) -> PageIterator[ListNamespacesResponseTypeDef]:
|
530
636
|
"""
|
531
637
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListNamespaces.html#QuickSight.Paginator.ListNamespaces.paginate)
|
532
638
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listnamespacespaginator)
|
533
639
|
"""
|
534
640
|
|
535
641
|
|
536
|
-
|
642
|
+
if TYPE_CHECKING:
|
643
|
+
_ListRoleMembershipsPaginatorBase = Paginator[ListRoleMembershipsResponseTypeDef]
|
644
|
+
else:
|
645
|
+
_ListRoleMembershipsPaginatorBase = Paginator # type: ignore[assignment]
|
646
|
+
|
647
|
+
|
648
|
+
class ListRoleMembershipsPaginator(_ListRoleMembershipsPaginatorBase):
|
537
649
|
"""
|
538
650
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListRoleMemberships.html#QuickSight.Paginator.ListRoleMemberships)
|
539
651
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listrolemembershipspaginator)
|
540
652
|
"""
|
541
653
|
|
542
|
-
def paginate(
|
543
|
-
self, **kwargs: Unpack[
|
544
|
-
) ->
|
654
|
+
def paginate( # type: ignore[override]
|
655
|
+
self, **kwargs: Unpack[ListRoleMembershipsRequestPaginateTypeDef]
|
656
|
+
) -> PageIterator[ListRoleMembershipsResponseTypeDef]:
|
545
657
|
"""
|
546
658
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListRoleMemberships.html#QuickSight.Paginator.ListRoleMemberships.paginate)
|
547
659
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listrolemembershipspaginator)
|
548
660
|
"""
|
549
661
|
|
550
662
|
|
551
|
-
|
663
|
+
if TYPE_CHECKING:
|
664
|
+
_ListTemplateAliasesPaginatorBase = Paginator[ListTemplateAliasesResponseTypeDef]
|
665
|
+
else:
|
666
|
+
_ListTemplateAliasesPaginatorBase = Paginator # type: ignore[assignment]
|
667
|
+
|
668
|
+
|
669
|
+
class ListTemplateAliasesPaginator(_ListTemplateAliasesPaginatorBase):
|
552
670
|
"""
|
553
671
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListTemplateAliases.html#QuickSight.Paginator.ListTemplateAliases)
|
554
672
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listtemplatealiasespaginator)
|
555
673
|
"""
|
556
674
|
|
557
|
-
def paginate(
|
558
|
-
self, **kwargs: Unpack[
|
559
|
-
) ->
|
675
|
+
def paginate( # type: ignore[override]
|
676
|
+
self, **kwargs: Unpack[ListTemplateAliasesRequestPaginateTypeDef]
|
677
|
+
) -> PageIterator[ListTemplateAliasesResponseTypeDef]:
|
560
678
|
"""
|
561
679
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListTemplateAliases.html#QuickSight.Paginator.ListTemplateAliases.paginate)
|
562
680
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listtemplatealiasespaginator)
|
563
681
|
"""
|
564
682
|
|
565
683
|
|
566
|
-
|
684
|
+
if TYPE_CHECKING:
|
685
|
+
_ListTemplateVersionsPaginatorBase = Paginator[ListTemplateVersionsResponseTypeDef]
|
686
|
+
else:
|
687
|
+
_ListTemplateVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
688
|
+
|
689
|
+
|
690
|
+
class ListTemplateVersionsPaginator(_ListTemplateVersionsPaginatorBase):
|
567
691
|
"""
|
568
692
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListTemplateVersions.html#QuickSight.Paginator.ListTemplateVersions)
|
569
693
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listtemplateversionspaginator)
|
570
694
|
"""
|
571
695
|
|
572
|
-
def paginate(
|
573
|
-
self, **kwargs: Unpack[
|
574
|
-
) ->
|
696
|
+
def paginate( # type: ignore[override]
|
697
|
+
self, **kwargs: Unpack[ListTemplateVersionsRequestPaginateTypeDef]
|
698
|
+
) -> PageIterator[ListTemplateVersionsResponseTypeDef]:
|
575
699
|
"""
|
576
700
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListTemplateVersions.html#QuickSight.Paginator.ListTemplateVersions.paginate)
|
577
701
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listtemplateversionspaginator)
|
578
702
|
"""
|
579
703
|
|
580
704
|
|
581
|
-
|
705
|
+
if TYPE_CHECKING:
|
706
|
+
_ListTemplatesPaginatorBase = Paginator[ListTemplatesResponseTypeDef]
|
707
|
+
else:
|
708
|
+
_ListTemplatesPaginatorBase = Paginator # type: ignore[assignment]
|
709
|
+
|
710
|
+
|
711
|
+
class ListTemplatesPaginator(_ListTemplatesPaginatorBase):
|
582
712
|
"""
|
583
713
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListTemplates.html#QuickSight.Paginator.ListTemplates)
|
584
714
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listtemplatespaginator)
|
585
715
|
"""
|
586
716
|
|
587
|
-
def paginate(
|
588
|
-
self, **kwargs: Unpack[
|
589
|
-
) ->
|
717
|
+
def paginate( # type: ignore[override]
|
718
|
+
self, **kwargs: Unpack[ListTemplatesRequestPaginateTypeDef]
|
719
|
+
) -> PageIterator[ListTemplatesResponseTypeDef]:
|
590
720
|
"""
|
591
721
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListTemplates.html#QuickSight.Paginator.ListTemplates.paginate)
|
592
722
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listtemplatespaginator)
|
593
723
|
"""
|
594
724
|
|
595
725
|
|
596
|
-
|
726
|
+
if TYPE_CHECKING:
|
727
|
+
_ListThemeVersionsPaginatorBase = Paginator[ListThemeVersionsResponseTypeDef]
|
728
|
+
else:
|
729
|
+
_ListThemeVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
730
|
+
|
731
|
+
|
732
|
+
class ListThemeVersionsPaginator(_ListThemeVersionsPaginatorBase):
|
597
733
|
"""
|
598
734
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListThemeVersions.html#QuickSight.Paginator.ListThemeVersions)
|
599
735
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listthemeversionspaginator)
|
600
736
|
"""
|
601
737
|
|
602
|
-
def paginate(
|
603
|
-
self, **kwargs: Unpack[
|
604
|
-
) ->
|
738
|
+
def paginate( # type: ignore[override]
|
739
|
+
self, **kwargs: Unpack[ListThemeVersionsRequestPaginateTypeDef]
|
740
|
+
) -> PageIterator[ListThemeVersionsResponseTypeDef]:
|
605
741
|
"""
|
606
742
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListThemeVersions.html#QuickSight.Paginator.ListThemeVersions.paginate)
|
607
743
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listthemeversionspaginator)
|
608
744
|
"""
|
609
745
|
|
610
746
|
|
611
|
-
|
747
|
+
if TYPE_CHECKING:
|
748
|
+
_ListThemesPaginatorBase = Paginator[ListThemesResponseTypeDef]
|
749
|
+
else:
|
750
|
+
_ListThemesPaginatorBase = Paginator # type: ignore[assignment]
|
751
|
+
|
752
|
+
|
753
|
+
class ListThemesPaginator(_ListThemesPaginatorBase):
|
612
754
|
"""
|
613
755
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListThemes.html#QuickSight.Paginator.ListThemes)
|
614
756
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listthemespaginator)
|
615
757
|
"""
|
616
758
|
|
617
|
-
def paginate(
|
618
|
-
self, **kwargs: Unpack[
|
619
|
-
) ->
|
759
|
+
def paginate( # type: ignore[override]
|
760
|
+
self, **kwargs: Unpack[ListThemesRequestPaginateTypeDef]
|
761
|
+
) -> PageIterator[ListThemesResponseTypeDef]:
|
620
762
|
"""
|
621
763
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListThemes.html#QuickSight.Paginator.ListThemes.paginate)
|
622
764
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listthemespaginator)
|
623
765
|
"""
|
624
766
|
|
625
767
|
|
626
|
-
|
768
|
+
if TYPE_CHECKING:
|
769
|
+
_ListUserGroupsPaginatorBase = Paginator[ListUserGroupsResponseTypeDef]
|
770
|
+
else:
|
771
|
+
_ListUserGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
772
|
+
|
773
|
+
|
774
|
+
class ListUserGroupsPaginator(_ListUserGroupsPaginatorBase):
|
627
775
|
"""
|
628
776
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListUserGroups.html#QuickSight.Paginator.ListUserGroups)
|
629
777
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listusergroupspaginator)
|
630
778
|
"""
|
631
779
|
|
632
|
-
def paginate(
|
633
|
-
self, **kwargs: Unpack[
|
634
|
-
) ->
|
780
|
+
def paginate( # type: ignore[override]
|
781
|
+
self, **kwargs: Unpack[ListUserGroupsRequestPaginateTypeDef]
|
782
|
+
) -> PageIterator[ListUserGroupsResponseTypeDef]:
|
635
783
|
"""
|
636
784
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListUserGroups.html#QuickSight.Paginator.ListUserGroups.paginate)
|
637
785
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listusergroupspaginator)
|
638
786
|
"""
|
639
787
|
|
640
788
|
|
641
|
-
|
789
|
+
if TYPE_CHECKING:
|
790
|
+
_ListUsersPaginatorBase = Paginator[ListUsersResponseTypeDef]
|
791
|
+
else:
|
792
|
+
_ListUsersPaginatorBase = Paginator # type: ignore[assignment]
|
793
|
+
|
794
|
+
|
795
|
+
class ListUsersPaginator(_ListUsersPaginatorBase):
|
642
796
|
"""
|
643
797
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListUsers.html#QuickSight.Paginator.ListUsers)
|
644
798
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listuserspaginator)
|
645
799
|
"""
|
646
800
|
|
647
|
-
def paginate(
|
648
|
-
self, **kwargs: Unpack[
|
649
|
-
) ->
|
801
|
+
def paginate( # type: ignore[override]
|
802
|
+
self, **kwargs: Unpack[ListUsersRequestPaginateTypeDef]
|
803
|
+
) -> PageIterator[ListUsersResponseTypeDef]:
|
650
804
|
"""
|
651
805
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/ListUsers.html#QuickSight.Paginator.ListUsers.paginate)
|
652
806
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#listuserspaginator)
|
653
807
|
"""
|
654
808
|
|
655
809
|
|
656
|
-
|
810
|
+
if TYPE_CHECKING:
|
811
|
+
_SearchAnalysesPaginatorBase = Paginator[SearchAnalysesResponseTypeDef]
|
812
|
+
else:
|
813
|
+
_SearchAnalysesPaginatorBase = Paginator # type: ignore[assignment]
|
814
|
+
|
815
|
+
|
816
|
+
class SearchAnalysesPaginator(_SearchAnalysesPaginatorBase):
|
657
817
|
"""
|
658
818
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchAnalyses.html#QuickSight.Paginator.SearchAnalyses)
|
659
819
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchanalysespaginator)
|
660
820
|
"""
|
661
821
|
|
662
|
-
def paginate(
|
663
|
-
self, **kwargs: Unpack[
|
664
|
-
) ->
|
822
|
+
def paginate( # type: ignore[override]
|
823
|
+
self, **kwargs: Unpack[SearchAnalysesRequestPaginateTypeDef]
|
824
|
+
) -> PageIterator[SearchAnalysesResponseTypeDef]:
|
665
825
|
"""
|
666
826
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchAnalyses.html#QuickSight.Paginator.SearchAnalyses.paginate)
|
667
827
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchanalysespaginator)
|
668
828
|
"""
|
669
829
|
|
670
830
|
|
671
|
-
|
831
|
+
if TYPE_CHECKING:
|
832
|
+
_SearchDashboardsPaginatorBase = Paginator[SearchDashboardsResponseTypeDef]
|
833
|
+
else:
|
834
|
+
_SearchDashboardsPaginatorBase = Paginator # type: ignore[assignment]
|
835
|
+
|
836
|
+
|
837
|
+
class SearchDashboardsPaginator(_SearchDashboardsPaginatorBase):
|
672
838
|
"""
|
673
839
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchDashboards.html#QuickSight.Paginator.SearchDashboards)
|
674
840
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchdashboardspaginator)
|
675
841
|
"""
|
676
842
|
|
677
|
-
def paginate(
|
678
|
-
self, **kwargs: Unpack[
|
679
|
-
) ->
|
843
|
+
def paginate( # type: ignore[override]
|
844
|
+
self, **kwargs: Unpack[SearchDashboardsRequestPaginateTypeDef]
|
845
|
+
) -> PageIterator[SearchDashboardsResponseTypeDef]:
|
680
846
|
"""
|
681
847
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchDashboards.html#QuickSight.Paginator.SearchDashboards.paginate)
|
682
848
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchdashboardspaginator)
|
683
849
|
"""
|
684
850
|
|
685
851
|
|
686
|
-
|
852
|
+
if TYPE_CHECKING:
|
853
|
+
_SearchDataSetsPaginatorBase = Paginator[SearchDataSetsResponseTypeDef]
|
854
|
+
else:
|
855
|
+
_SearchDataSetsPaginatorBase = Paginator # type: ignore[assignment]
|
856
|
+
|
857
|
+
|
858
|
+
class SearchDataSetsPaginator(_SearchDataSetsPaginatorBase):
|
687
859
|
"""
|
688
860
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchDataSets.html#QuickSight.Paginator.SearchDataSets)
|
689
861
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchdatasetspaginator)
|
690
862
|
"""
|
691
863
|
|
692
|
-
def paginate(
|
693
|
-
self, **kwargs: Unpack[
|
694
|
-
) ->
|
864
|
+
def paginate( # type: ignore[override]
|
865
|
+
self, **kwargs: Unpack[SearchDataSetsRequestPaginateTypeDef]
|
866
|
+
) -> PageIterator[SearchDataSetsResponseTypeDef]:
|
695
867
|
"""
|
696
868
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchDataSets.html#QuickSight.Paginator.SearchDataSets.paginate)
|
697
869
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchdatasetspaginator)
|
698
870
|
"""
|
699
871
|
|
700
872
|
|
701
|
-
|
873
|
+
if TYPE_CHECKING:
|
874
|
+
_SearchDataSourcesPaginatorBase = Paginator[SearchDataSourcesResponseTypeDef]
|
875
|
+
else:
|
876
|
+
_SearchDataSourcesPaginatorBase = Paginator # type: ignore[assignment]
|
877
|
+
|
878
|
+
|
879
|
+
class SearchDataSourcesPaginator(_SearchDataSourcesPaginatorBase):
|
702
880
|
"""
|
703
881
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchDataSources.html#QuickSight.Paginator.SearchDataSources)
|
704
882
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchdatasourcespaginator)
|
705
883
|
"""
|
706
884
|
|
707
|
-
def paginate(
|
708
|
-
self, **kwargs: Unpack[
|
709
|
-
) ->
|
885
|
+
def paginate( # type: ignore[override]
|
886
|
+
self, **kwargs: Unpack[SearchDataSourcesRequestPaginateTypeDef]
|
887
|
+
) -> PageIterator[SearchDataSourcesResponseTypeDef]:
|
710
888
|
"""
|
711
889
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchDataSources.html#QuickSight.Paginator.SearchDataSources.paginate)
|
712
890
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchdatasourcespaginator)
|
713
891
|
"""
|
714
892
|
|
715
893
|
|
716
|
-
|
894
|
+
if TYPE_CHECKING:
|
895
|
+
_SearchFoldersPaginatorBase = Paginator[SearchFoldersResponseTypeDef]
|
896
|
+
else:
|
897
|
+
_SearchFoldersPaginatorBase = Paginator # type: ignore[assignment]
|
898
|
+
|
899
|
+
|
900
|
+
class SearchFoldersPaginator(_SearchFoldersPaginatorBase):
|
717
901
|
"""
|
718
902
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchFolders.html#QuickSight.Paginator.SearchFolders)
|
719
903
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchfolderspaginator)
|
720
904
|
"""
|
721
905
|
|
722
|
-
def paginate(
|
723
|
-
self, **kwargs: Unpack[
|
724
|
-
) ->
|
906
|
+
def paginate( # type: ignore[override]
|
907
|
+
self, **kwargs: Unpack[SearchFoldersRequestPaginateTypeDef]
|
908
|
+
) -> PageIterator[SearchFoldersResponseTypeDef]:
|
725
909
|
"""
|
726
910
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchFolders.html#QuickSight.Paginator.SearchFolders.paginate)
|
727
911
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchfolderspaginator)
|
728
912
|
"""
|
729
913
|
|
730
914
|
|
731
|
-
|
915
|
+
if TYPE_CHECKING:
|
916
|
+
_SearchGroupsPaginatorBase = Paginator[SearchGroupsResponseTypeDef]
|
917
|
+
else:
|
918
|
+
_SearchGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
919
|
+
|
920
|
+
|
921
|
+
class SearchGroupsPaginator(_SearchGroupsPaginatorBase):
|
732
922
|
"""
|
733
923
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchGroups.html#QuickSight.Paginator.SearchGroups)
|
734
924
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchgroupspaginator)
|
735
925
|
"""
|
736
926
|
|
737
|
-
def paginate(
|
738
|
-
self, **kwargs: Unpack[
|
739
|
-
) ->
|
927
|
+
def paginate( # type: ignore[override]
|
928
|
+
self, **kwargs: Unpack[SearchGroupsRequestPaginateTypeDef]
|
929
|
+
) -> PageIterator[SearchGroupsResponseTypeDef]:
|
740
930
|
"""
|
741
931
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchGroups.html#QuickSight.Paginator.SearchGroups.paginate)
|
742
932
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchgroupspaginator)
|
743
933
|
"""
|
744
934
|
|
745
935
|
|
746
|
-
|
936
|
+
if TYPE_CHECKING:
|
937
|
+
_SearchTopicsPaginatorBase = Paginator[SearchTopicsResponseTypeDef]
|
938
|
+
else:
|
939
|
+
_SearchTopicsPaginatorBase = Paginator # type: ignore[assignment]
|
940
|
+
|
941
|
+
|
942
|
+
class SearchTopicsPaginator(_SearchTopicsPaginatorBase):
|
747
943
|
"""
|
748
944
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchTopics.html#QuickSight.Paginator.SearchTopics)
|
749
945
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchtopicspaginator)
|
750
946
|
"""
|
751
947
|
|
752
|
-
def paginate(
|
753
|
-
self, **kwargs: Unpack[
|
754
|
-
) ->
|
948
|
+
def paginate( # type: ignore[override]
|
949
|
+
self, **kwargs: Unpack[SearchTopicsRequestPaginateTypeDef]
|
950
|
+
) -> PageIterator[SearchTopicsResponseTypeDef]:
|
755
951
|
"""
|
756
952
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/paginator/SearchTopics.html#QuickSight.Paginator.SearchTopics.paginate)
|
757
953
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/paginators/#searchtopicspaginator)
|