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