types-boto3-redshift 1.35.74__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_redshift/__init__.py +1 -1
- types_boto3_redshift/__init__.pyi +1 -1
- types_boto3_redshift/__main__.py +9 -8
- types_boto3_redshift/client.py +108 -101
- types_boto3_redshift/client.pyi +108 -100
- types_boto3_redshift/literals.py +5 -2
- types_boto3_redshift/literals.pyi +5 -2
- types_boto3_redshift/paginator.py +432 -263
- types_boto3_redshift/paginator.pyi +396 -262
- types_boto3_redshift/type_defs.py +89 -117
- types_boto3_redshift/type_defs.pyi +89 -115
- types_boto3_redshift/version.py +2 -2
- types_boto3_redshift/waiter.py +17 -11
- types_boto3_redshift/waiter.pyi +17 -11
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.93.dist-info}/LICENSE +1 -1
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.93.dist-info}/METADATA +22 -8
- types_boto3_redshift-1.35.93.dist-info/RECORD +20 -0
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.93.dist-info}/WHEEL +1 -1
- types_boto3_redshift-1.35.74.dist-info/RECORD +0 -20
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.93.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for redshift service client paginators.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -91,11 +91,13 @@ Usage::
|
|
|
91
91
|
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
|
|
92
92
|
```
|
|
93
93
|
|
|
94
|
-
Copyright
|
|
94
|
+
Copyright 2025 Vlad Emelianov
|
|
95
95
|
"""
|
|
96
96
|
|
|
97
|
+
from __future__ import annotations
|
|
98
|
+
|
|
97
99
|
import sys
|
|
98
|
-
from typing import
|
|
100
|
+
from typing import TYPE_CHECKING
|
|
99
101
|
|
|
100
102
|
from botocore.paginate import PageIterator, Paginator
|
|
101
103
|
|
|
@@ -108,60 +110,60 @@ from .type_defs import (
|
|
|
108
110
|
ClusterSubnetGroupMessageTypeDef,
|
|
109
111
|
ClusterVersionsMessageTypeDef,
|
|
110
112
|
CustomDomainAssociationsMessageTypeDef,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
113
|
+
DescribeClusterDbRevisionsMessagePaginateTypeDef,
|
|
114
|
+
DescribeClusterParameterGroupsMessagePaginateTypeDef,
|
|
115
|
+
DescribeClusterParametersMessagePaginateTypeDef,
|
|
116
|
+
DescribeClusterSecurityGroupsMessagePaginateTypeDef,
|
|
117
|
+
DescribeClustersMessagePaginateTypeDef,
|
|
118
|
+
DescribeClusterSnapshotsMessagePaginateTypeDef,
|
|
119
|
+
DescribeClusterSubnetGroupsMessagePaginateTypeDef,
|
|
120
|
+
DescribeClusterTracksMessagePaginateTypeDef,
|
|
121
|
+
DescribeClusterVersionsMessagePaginateTypeDef,
|
|
122
|
+
DescribeCustomDomainAssociationsMessagePaginateTypeDef,
|
|
123
|
+
DescribeDataSharesForConsumerMessagePaginateTypeDef,
|
|
122
124
|
DescribeDataSharesForConsumerResultTypeDef,
|
|
123
|
-
|
|
125
|
+
DescribeDataSharesForProducerMessagePaginateTypeDef,
|
|
124
126
|
DescribeDataSharesForProducerResultTypeDef,
|
|
125
|
-
|
|
127
|
+
DescribeDataSharesMessagePaginateTypeDef,
|
|
126
128
|
DescribeDataSharesResultTypeDef,
|
|
127
|
-
|
|
129
|
+
DescribeDefaultClusterParametersMessagePaginateTypeDef,
|
|
128
130
|
DescribeDefaultClusterParametersResultTypeDef,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
131
|
+
DescribeEndpointAccessMessagePaginateTypeDef,
|
|
132
|
+
DescribeEndpointAuthorizationMessagePaginateTypeDef,
|
|
133
|
+
DescribeEventsMessagePaginateTypeDef,
|
|
134
|
+
DescribeEventSubscriptionsMessagePaginateTypeDef,
|
|
135
|
+
DescribeHsmClientCertificatesMessagePaginateTypeDef,
|
|
136
|
+
DescribeHsmConfigurationsMessagePaginateTypeDef,
|
|
137
|
+
DescribeInboundIntegrationsMessagePaginateTypeDef,
|
|
138
|
+
DescribeIntegrationsMessagePaginateTypeDef,
|
|
139
|
+
DescribeNodeConfigurationOptionsMessagePaginateTypeDef,
|
|
140
|
+
DescribeOrderableClusterOptionsMessagePaginateTypeDef,
|
|
141
|
+
DescribeRedshiftIdcApplicationsMessagePaginateTypeDef,
|
|
140
142
|
DescribeRedshiftIdcApplicationsResultTypeDef,
|
|
141
|
-
|
|
143
|
+
DescribeReservedNodeExchangeStatusInputMessagePaginateTypeDef,
|
|
142
144
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
DescribeReservedNodeOfferingsMessagePaginateTypeDef,
|
|
146
|
+
DescribeReservedNodesMessagePaginateTypeDef,
|
|
147
|
+
DescribeScheduledActionsMessagePaginateTypeDef,
|
|
148
|
+
DescribeSnapshotCopyGrantsMessagePaginateTypeDef,
|
|
149
|
+
DescribeSnapshotSchedulesMessagePaginateTypeDef,
|
|
148
150
|
DescribeSnapshotSchedulesOutputMessageTypeDef,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
DescribeTableRestoreStatusMessagePaginateTypeDef,
|
|
152
|
+
DescribeTagsMessagePaginateTypeDef,
|
|
153
|
+
DescribeUsageLimitsMessagePaginateTypeDef,
|
|
152
154
|
EndpointAccessListTypeDef,
|
|
153
155
|
EndpointAuthorizationListTypeDef,
|
|
154
156
|
EventsMessageTypeDef,
|
|
155
157
|
EventSubscriptionsMessageTypeDef,
|
|
156
|
-
|
|
158
|
+
GetReservedNodeExchangeConfigurationOptionsInputMessagePaginateTypeDef,
|
|
157
159
|
GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef,
|
|
158
|
-
|
|
160
|
+
GetReservedNodeExchangeOfferingsInputMessagePaginateTypeDef,
|
|
159
161
|
GetReservedNodeExchangeOfferingsOutputMessageTypeDef,
|
|
160
162
|
HsmClientCertificateMessageTypeDef,
|
|
161
163
|
HsmConfigurationMessageTypeDef,
|
|
162
164
|
InboundIntegrationsMessageTypeDef,
|
|
163
165
|
IntegrationsMessageTypeDef,
|
|
164
|
-
|
|
166
|
+
ListRecommendationsMessagePaginateTypeDef,
|
|
165
167
|
ListRecommendationsResultTypeDef,
|
|
166
168
|
NodeConfigurationOptionsMessageTypeDef,
|
|
167
169
|
OrderableClusterOptionsMessageTypeDef,
|
|
@@ -223,633 +225,800 @@ __all__ = (
|
|
|
223
225
|
)
|
|
224
226
|
|
|
225
227
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
|
231
|
-
"""
|
|
232
|
-
Proxy method to specify iterator item type.
|
|
233
|
-
"""
|
|
228
|
+
if TYPE_CHECKING:
|
|
229
|
+
_DescribeClusterDbRevisionsPaginatorBase = Paginator[ClusterDbRevisionsMessageTypeDef]
|
|
230
|
+
else:
|
|
231
|
+
_DescribeClusterDbRevisionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
234
232
|
|
|
235
233
|
|
|
236
|
-
class DescribeClusterDbRevisionsPaginator(
|
|
234
|
+
class DescribeClusterDbRevisionsPaginator(_DescribeClusterDbRevisionsPaginatorBase):
|
|
237
235
|
"""
|
|
238
236
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterDbRevisions.html#Redshift.Paginator.DescribeClusterDbRevisions)
|
|
239
237
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterdbrevisionspaginator)
|
|
240
238
|
"""
|
|
241
239
|
|
|
242
|
-
def paginate(
|
|
243
|
-
self,
|
|
244
|
-
|
|
245
|
-
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef
|
|
246
|
-
],
|
|
247
|
-
) -> _PageIterator[ClusterDbRevisionsMessageTypeDef]:
|
|
240
|
+
def paginate( # type: ignore[override]
|
|
241
|
+
self, **kwargs: Unpack[DescribeClusterDbRevisionsMessagePaginateTypeDef]
|
|
242
|
+
) -> PageIterator[ClusterDbRevisionsMessageTypeDef]:
|
|
248
243
|
"""
|
|
249
244
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterDbRevisions.html#Redshift.Paginator.DescribeClusterDbRevisions.paginate)
|
|
250
245
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterdbrevisionspaginator)
|
|
251
246
|
"""
|
|
252
247
|
|
|
253
248
|
|
|
254
|
-
|
|
249
|
+
if TYPE_CHECKING:
|
|
250
|
+
_DescribeClusterParameterGroupsPaginatorBase = Paginator[ClusterParameterGroupsMessageTypeDef]
|
|
251
|
+
else:
|
|
252
|
+
_DescribeClusterParameterGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
class DescribeClusterParameterGroupsPaginator(_DescribeClusterParameterGroupsPaginatorBase):
|
|
255
256
|
"""
|
|
256
257
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterParameterGroups.html#Redshift.Paginator.DescribeClusterParameterGroups)
|
|
257
258
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterparametergroupspaginator)
|
|
258
259
|
"""
|
|
259
260
|
|
|
260
|
-
def paginate(
|
|
261
|
-
self,
|
|
262
|
-
|
|
263
|
-
DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef
|
|
264
|
-
],
|
|
265
|
-
) -> _PageIterator[ClusterParameterGroupsMessageTypeDef]:
|
|
261
|
+
def paginate( # type: ignore[override]
|
|
262
|
+
self, **kwargs: Unpack[DescribeClusterParameterGroupsMessagePaginateTypeDef]
|
|
263
|
+
) -> PageIterator[ClusterParameterGroupsMessageTypeDef]:
|
|
266
264
|
"""
|
|
267
265
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterParameterGroups.html#Redshift.Paginator.DescribeClusterParameterGroups.paginate)
|
|
268
266
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterparametergroupspaginator)
|
|
269
267
|
"""
|
|
270
268
|
|
|
271
269
|
|
|
272
|
-
|
|
270
|
+
if TYPE_CHECKING:
|
|
271
|
+
_DescribeClusterParametersPaginatorBase = Paginator[ClusterParameterGroupDetailsTypeDef]
|
|
272
|
+
else:
|
|
273
|
+
_DescribeClusterParametersPaginatorBase = Paginator # type: ignore[assignment]
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
class DescribeClusterParametersPaginator(_DescribeClusterParametersPaginatorBase):
|
|
273
277
|
"""
|
|
274
278
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterParameters.html#Redshift.Paginator.DescribeClusterParameters)
|
|
275
279
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterparameterspaginator)
|
|
276
280
|
"""
|
|
277
281
|
|
|
278
|
-
def paginate(
|
|
279
|
-
self,
|
|
280
|
-
|
|
281
|
-
) -> _PageIterator[ClusterParameterGroupDetailsTypeDef]:
|
|
282
|
+
def paginate( # type: ignore[override]
|
|
283
|
+
self, **kwargs: Unpack[DescribeClusterParametersMessagePaginateTypeDef]
|
|
284
|
+
) -> PageIterator[ClusterParameterGroupDetailsTypeDef]:
|
|
282
285
|
"""
|
|
283
286
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterParameters.html#Redshift.Paginator.DescribeClusterParameters.paginate)
|
|
284
287
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterparameterspaginator)
|
|
285
288
|
"""
|
|
286
289
|
|
|
287
290
|
|
|
288
|
-
|
|
291
|
+
if TYPE_CHECKING:
|
|
292
|
+
_DescribeClusterSecurityGroupsPaginatorBase = Paginator[ClusterSecurityGroupMessageTypeDef]
|
|
293
|
+
else:
|
|
294
|
+
_DescribeClusterSecurityGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
class DescribeClusterSecurityGroupsPaginator(_DescribeClusterSecurityGroupsPaginatorBase):
|
|
289
298
|
"""
|
|
290
299
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterSecurityGroups.html#Redshift.Paginator.DescribeClusterSecurityGroups)
|
|
291
300
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustersecuritygroupspaginator)
|
|
292
301
|
"""
|
|
293
302
|
|
|
294
|
-
def paginate(
|
|
295
|
-
self,
|
|
296
|
-
|
|
297
|
-
DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef
|
|
298
|
-
],
|
|
299
|
-
) -> _PageIterator[ClusterSecurityGroupMessageTypeDef]:
|
|
303
|
+
def paginate( # type: ignore[override]
|
|
304
|
+
self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessagePaginateTypeDef]
|
|
305
|
+
) -> PageIterator[ClusterSecurityGroupMessageTypeDef]:
|
|
300
306
|
"""
|
|
301
307
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterSecurityGroups.html#Redshift.Paginator.DescribeClusterSecurityGroups.paginate)
|
|
302
308
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustersecuritygroupspaginator)
|
|
303
309
|
"""
|
|
304
310
|
|
|
305
311
|
|
|
306
|
-
|
|
312
|
+
if TYPE_CHECKING:
|
|
313
|
+
_DescribeClusterSnapshotsPaginatorBase = Paginator[SnapshotMessageTypeDef]
|
|
314
|
+
else:
|
|
315
|
+
_DescribeClusterSnapshotsPaginatorBase = Paginator # type: ignore[assignment]
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
class DescribeClusterSnapshotsPaginator(_DescribeClusterSnapshotsPaginatorBase):
|
|
307
319
|
"""
|
|
308
320
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterSnapshots.html#Redshift.Paginator.DescribeClusterSnapshots)
|
|
309
321
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustersnapshotspaginator)
|
|
310
322
|
"""
|
|
311
323
|
|
|
312
|
-
def paginate(
|
|
313
|
-
self,
|
|
314
|
-
|
|
315
|
-
) -> _PageIterator[SnapshotMessageTypeDef]:
|
|
324
|
+
def paginate( # type: ignore[override]
|
|
325
|
+
self, **kwargs: Unpack[DescribeClusterSnapshotsMessagePaginateTypeDef]
|
|
326
|
+
) -> PageIterator[SnapshotMessageTypeDef]:
|
|
316
327
|
"""
|
|
317
328
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterSnapshots.html#Redshift.Paginator.DescribeClusterSnapshots.paginate)
|
|
318
329
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustersnapshotspaginator)
|
|
319
330
|
"""
|
|
320
331
|
|
|
321
332
|
|
|
322
|
-
|
|
333
|
+
if TYPE_CHECKING:
|
|
334
|
+
_DescribeClusterSubnetGroupsPaginatorBase = Paginator[ClusterSubnetGroupMessageTypeDef]
|
|
335
|
+
else:
|
|
336
|
+
_DescribeClusterSubnetGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
class DescribeClusterSubnetGroupsPaginator(_DescribeClusterSubnetGroupsPaginatorBase):
|
|
323
340
|
"""
|
|
324
341
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterSubnetGroups.html#Redshift.Paginator.DescribeClusterSubnetGroups)
|
|
325
342
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustersubnetgroupspaginator)
|
|
326
343
|
"""
|
|
327
344
|
|
|
328
|
-
def paginate(
|
|
329
|
-
self,
|
|
330
|
-
|
|
331
|
-
DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef
|
|
332
|
-
],
|
|
333
|
-
) -> _PageIterator[ClusterSubnetGroupMessageTypeDef]:
|
|
345
|
+
def paginate( # type: ignore[override]
|
|
346
|
+
self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessagePaginateTypeDef]
|
|
347
|
+
) -> PageIterator[ClusterSubnetGroupMessageTypeDef]:
|
|
334
348
|
"""
|
|
335
349
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterSubnetGroups.html#Redshift.Paginator.DescribeClusterSubnetGroups.paginate)
|
|
336
350
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustersubnetgroupspaginator)
|
|
337
351
|
"""
|
|
338
352
|
|
|
339
353
|
|
|
340
|
-
|
|
354
|
+
if TYPE_CHECKING:
|
|
355
|
+
_DescribeClusterTracksPaginatorBase = Paginator[TrackListMessageTypeDef]
|
|
356
|
+
else:
|
|
357
|
+
_DescribeClusterTracksPaginatorBase = Paginator # type: ignore[assignment]
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
class DescribeClusterTracksPaginator(_DescribeClusterTracksPaginatorBase):
|
|
341
361
|
"""
|
|
342
362
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterTracks.html#Redshift.Paginator.DescribeClusterTracks)
|
|
343
363
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustertrackspaginator)
|
|
344
364
|
"""
|
|
345
365
|
|
|
346
|
-
def paginate(
|
|
347
|
-
self, **kwargs: Unpack[
|
|
348
|
-
) ->
|
|
366
|
+
def paginate( # type: ignore[override]
|
|
367
|
+
self, **kwargs: Unpack[DescribeClusterTracksMessagePaginateTypeDef]
|
|
368
|
+
) -> PageIterator[TrackListMessageTypeDef]:
|
|
349
369
|
"""
|
|
350
370
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterTracks.html#Redshift.Paginator.DescribeClusterTracks.paginate)
|
|
351
371
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclustertrackspaginator)
|
|
352
372
|
"""
|
|
353
373
|
|
|
354
374
|
|
|
355
|
-
|
|
375
|
+
if TYPE_CHECKING:
|
|
376
|
+
_DescribeClusterVersionsPaginatorBase = Paginator[ClusterVersionsMessageTypeDef]
|
|
377
|
+
else:
|
|
378
|
+
_DescribeClusterVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
class DescribeClusterVersionsPaginator(_DescribeClusterVersionsPaginatorBase):
|
|
356
382
|
"""
|
|
357
383
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterVersions.html#Redshift.Paginator.DescribeClusterVersions)
|
|
358
384
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterversionspaginator)
|
|
359
385
|
"""
|
|
360
386
|
|
|
361
|
-
def paginate(
|
|
362
|
-
self, **kwargs: Unpack[
|
|
363
|
-
) ->
|
|
387
|
+
def paginate( # type: ignore[override]
|
|
388
|
+
self, **kwargs: Unpack[DescribeClusterVersionsMessagePaginateTypeDef]
|
|
389
|
+
) -> PageIterator[ClusterVersionsMessageTypeDef]:
|
|
364
390
|
"""
|
|
365
391
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusterVersions.html#Redshift.Paginator.DescribeClusterVersions.paginate)
|
|
366
392
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterversionspaginator)
|
|
367
393
|
"""
|
|
368
394
|
|
|
369
395
|
|
|
370
|
-
|
|
396
|
+
if TYPE_CHECKING:
|
|
397
|
+
_DescribeClustersPaginatorBase = Paginator[ClustersMessageTypeDef]
|
|
398
|
+
else:
|
|
399
|
+
_DescribeClustersPaginatorBase = Paginator # type: ignore[assignment]
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
class DescribeClustersPaginator(_DescribeClustersPaginatorBase):
|
|
371
403
|
"""
|
|
372
404
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusters.html#Redshift.Paginator.DescribeClusters)
|
|
373
405
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterspaginator)
|
|
374
406
|
"""
|
|
375
407
|
|
|
376
|
-
def paginate(
|
|
377
|
-
self, **kwargs: Unpack[
|
|
378
|
-
) ->
|
|
408
|
+
def paginate( # type: ignore[override]
|
|
409
|
+
self, **kwargs: Unpack[DescribeClustersMessagePaginateTypeDef]
|
|
410
|
+
) -> PageIterator[ClustersMessageTypeDef]:
|
|
379
411
|
"""
|
|
380
412
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeClusters.html#Redshift.Paginator.DescribeClusters.paginate)
|
|
381
413
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeclusterspaginator)
|
|
382
414
|
"""
|
|
383
415
|
|
|
384
416
|
|
|
385
|
-
|
|
417
|
+
if TYPE_CHECKING:
|
|
418
|
+
_DescribeCustomDomainAssociationsPaginatorBase = Paginator[
|
|
419
|
+
CustomDomainAssociationsMessageTypeDef
|
|
420
|
+
]
|
|
421
|
+
else:
|
|
422
|
+
_DescribeCustomDomainAssociationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
class DescribeCustomDomainAssociationsPaginator(_DescribeCustomDomainAssociationsPaginatorBase):
|
|
386
426
|
"""
|
|
387
427
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeCustomDomainAssociations.html#Redshift.Paginator.DescribeCustomDomainAssociations)
|
|
388
428
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describecustomdomainassociationspaginator)
|
|
389
429
|
"""
|
|
390
430
|
|
|
391
|
-
def paginate(
|
|
392
|
-
self,
|
|
393
|
-
|
|
394
|
-
DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef
|
|
395
|
-
],
|
|
396
|
-
) -> _PageIterator[CustomDomainAssociationsMessageTypeDef]:
|
|
431
|
+
def paginate( # type: ignore[override]
|
|
432
|
+
self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessagePaginateTypeDef]
|
|
433
|
+
) -> PageIterator[CustomDomainAssociationsMessageTypeDef]:
|
|
397
434
|
"""
|
|
398
435
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeCustomDomainAssociations.html#Redshift.Paginator.DescribeCustomDomainAssociations.paginate)
|
|
399
436
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describecustomdomainassociationspaginator)
|
|
400
437
|
"""
|
|
401
438
|
|
|
402
439
|
|
|
403
|
-
|
|
440
|
+
if TYPE_CHECKING:
|
|
441
|
+
_DescribeDataSharesForConsumerPaginatorBase = Paginator[
|
|
442
|
+
DescribeDataSharesForConsumerResultTypeDef
|
|
443
|
+
]
|
|
444
|
+
else:
|
|
445
|
+
_DescribeDataSharesForConsumerPaginatorBase = Paginator # type: ignore[assignment]
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
class DescribeDataSharesForConsumerPaginator(_DescribeDataSharesForConsumerPaginatorBase):
|
|
404
449
|
"""
|
|
405
450
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDataSharesForConsumer.html#Redshift.Paginator.DescribeDataSharesForConsumer)
|
|
406
451
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedatasharesforconsumerpaginator)
|
|
407
452
|
"""
|
|
408
453
|
|
|
409
|
-
def paginate(
|
|
410
|
-
self,
|
|
411
|
-
|
|
412
|
-
DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef
|
|
413
|
-
],
|
|
414
|
-
) -> _PageIterator[DescribeDataSharesForConsumerResultTypeDef]:
|
|
454
|
+
def paginate( # type: ignore[override]
|
|
455
|
+
self, **kwargs: Unpack[DescribeDataSharesForConsumerMessagePaginateTypeDef]
|
|
456
|
+
) -> PageIterator[DescribeDataSharesForConsumerResultTypeDef]:
|
|
415
457
|
"""
|
|
416
458
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDataSharesForConsumer.html#Redshift.Paginator.DescribeDataSharesForConsumer.paginate)
|
|
417
459
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedatasharesforconsumerpaginator)
|
|
418
460
|
"""
|
|
419
461
|
|
|
420
462
|
|
|
421
|
-
|
|
463
|
+
if TYPE_CHECKING:
|
|
464
|
+
_DescribeDataSharesForProducerPaginatorBase = Paginator[
|
|
465
|
+
DescribeDataSharesForProducerResultTypeDef
|
|
466
|
+
]
|
|
467
|
+
else:
|
|
468
|
+
_DescribeDataSharesForProducerPaginatorBase = Paginator # type: ignore[assignment]
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
class DescribeDataSharesForProducerPaginator(_DescribeDataSharesForProducerPaginatorBase):
|
|
422
472
|
"""
|
|
423
473
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDataSharesForProducer.html#Redshift.Paginator.DescribeDataSharesForProducer)
|
|
424
474
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedatasharesforproducerpaginator)
|
|
425
475
|
"""
|
|
426
476
|
|
|
427
|
-
def paginate(
|
|
428
|
-
self,
|
|
429
|
-
|
|
430
|
-
DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef
|
|
431
|
-
],
|
|
432
|
-
) -> _PageIterator[DescribeDataSharesForProducerResultTypeDef]:
|
|
477
|
+
def paginate( # type: ignore[override]
|
|
478
|
+
self, **kwargs: Unpack[DescribeDataSharesForProducerMessagePaginateTypeDef]
|
|
479
|
+
) -> PageIterator[DescribeDataSharesForProducerResultTypeDef]:
|
|
433
480
|
"""
|
|
434
481
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDataSharesForProducer.html#Redshift.Paginator.DescribeDataSharesForProducer.paginate)
|
|
435
482
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedatasharesforproducerpaginator)
|
|
436
483
|
"""
|
|
437
484
|
|
|
438
485
|
|
|
439
|
-
|
|
486
|
+
if TYPE_CHECKING:
|
|
487
|
+
_DescribeDataSharesPaginatorBase = Paginator[DescribeDataSharesResultTypeDef]
|
|
488
|
+
else:
|
|
489
|
+
_DescribeDataSharesPaginatorBase = Paginator # type: ignore[assignment]
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
class DescribeDataSharesPaginator(_DescribeDataSharesPaginatorBase):
|
|
440
493
|
"""
|
|
441
494
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDataShares.html#Redshift.Paginator.DescribeDataShares)
|
|
442
495
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedatasharespaginator)
|
|
443
496
|
"""
|
|
444
497
|
|
|
445
|
-
def paginate(
|
|
446
|
-
self, **kwargs: Unpack[
|
|
447
|
-
) ->
|
|
498
|
+
def paginate( # type: ignore[override]
|
|
499
|
+
self, **kwargs: Unpack[DescribeDataSharesMessagePaginateTypeDef]
|
|
500
|
+
) -> PageIterator[DescribeDataSharesResultTypeDef]:
|
|
448
501
|
"""
|
|
449
502
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDataShares.html#Redshift.Paginator.DescribeDataShares.paginate)
|
|
450
503
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedatasharespaginator)
|
|
451
504
|
"""
|
|
452
505
|
|
|
453
506
|
|
|
454
|
-
|
|
507
|
+
if TYPE_CHECKING:
|
|
508
|
+
_DescribeDefaultClusterParametersPaginatorBase = Paginator[
|
|
509
|
+
DescribeDefaultClusterParametersResultTypeDef
|
|
510
|
+
]
|
|
511
|
+
else:
|
|
512
|
+
_DescribeDefaultClusterParametersPaginatorBase = Paginator # type: ignore[assignment]
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
class DescribeDefaultClusterParametersPaginator(_DescribeDefaultClusterParametersPaginatorBase):
|
|
455
516
|
"""
|
|
456
517
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDefaultClusterParameters.html#Redshift.Paginator.DescribeDefaultClusterParameters)
|
|
457
518
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedefaultclusterparameterspaginator)
|
|
458
519
|
"""
|
|
459
520
|
|
|
460
|
-
def paginate(
|
|
461
|
-
self,
|
|
462
|
-
|
|
463
|
-
DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef
|
|
464
|
-
],
|
|
465
|
-
) -> _PageIterator[DescribeDefaultClusterParametersResultTypeDef]:
|
|
521
|
+
def paginate( # type: ignore[override]
|
|
522
|
+
self, **kwargs: Unpack[DescribeDefaultClusterParametersMessagePaginateTypeDef]
|
|
523
|
+
) -> PageIterator[DescribeDefaultClusterParametersResultTypeDef]:
|
|
466
524
|
"""
|
|
467
525
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeDefaultClusterParameters.html#Redshift.Paginator.DescribeDefaultClusterParameters.paginate)
|
|
468
526
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describedefaultclusterparameterspaginator)
|
|
469
527
|
"""
|
|
470
528
|
|
|
471
529
|
|
|
472
|
-
|
|
530
|
+
if TYPE_CHECKING:
|
|
531
|
+
_DescribeEndpointAccessPaginatorBase = Paginator[EndpointAccessListTypeDef]
|
|
532
|
+
else:
|
|
533
|
+
_DescribeEndpointAccessPaginatorBase = Paginator # type: ignore[assignment]
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
class DescribeEndpointAccessPaginator(_DescribeEndpointAccessPaginatorBase):
|
|
473
537
|
"""
|
|
474
538
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEndpointAccess.html#Redshift.Paginator.DescribeEndpointAccess)
|
|
475
539
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeendpointaccesspaginator)
|
|
476
540
|
"""
|
|
477
541
|
|
|
478
|
-
def paginate(
|
|
479
|
-
self, **kwargs: Unpack[
|
|
480
|
-
) ->
|
|
542
|
+
def paginate( # type: ignore[override]
|
|
543
|
+
self, **kwargs: Unpack[DescribeEndpointAccessMessagePaginateTypeDef]
|
|
544
|
+
) -> PageIterator[EndpointAccessListTypeDef]:
|
|
481
545
|
"""
|
|
482
546
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEndpointAccess.html#Redshift.Paginator.DescribeEndpointAccess.paginate)
|
|
483
547
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeendpointaccesspaginator)
|
|
484
548
|
"""
|
|
485
549
|
|
|
486
550
|
|
|
487
|
-
|
|
551
|
+
if TYPE_CHECKING:
|
|
552
|
+
_DescribeEndpointAuthorizationPaginatorBase = Paginator[EndpointAuthorizationListTypeDef]
|
|
553
|
+
else:
|
|
554
|
+
_DescribeEndpointAuthorizationPaginatorBase = Paginator # type: ignore[assignment]
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
class DescribeEndpointAuthorizationPaginator(_DescribeEndpointAuthorizationPaginatorBase):
|
|
488
558
|
"""
|
|
489
559
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEndpointAuthorization.html#Redshift.Paginator.DescribeEndpointAuthorization)
|
|
490
560
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeendpointauthorizationpaginator)
|
|
491
561
|
"""
|
|
492
562
|
|
|
493
|
-
def paginate(
|
|
494
|
-
self,
|
|
495
|
-
|
|
496
|
-
DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef
|
|
497
|
-
],
|
|
498
|
-
) -> _PageIterator[EndpointAuthorizationListTypeDef]:
|
|
563
|
+
def paginate( # type: ignore[override]
|
|
564
|
+
self, **kwargs: Unpack[DescribeEndpointAuthorizationMessagePaginateTypeDef]
|
|
565
|
+
) -> PageIterator[EndpointAuthorizationListTypeDef]:
|
|
499
566
|
"""
|
|
500
567
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEndpointAuthorization.html#Redshift.Paginator.DescribeEndpointAuthorization.paginate)
|
|
501
568
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeendpointauthorizationpaginator)
|
|
502
569
|
"""
|
|
503
570
|
|
|
504
571
|
|
|
505
|
-
|
|
572
|
+
if TYPE_CHECKING:
|
|
573
|
+
_DescribeEventSubscriptionsPaginatorBase = Paginator[EventSubscriptionsMessageTypeDef]
|
|
574
|
+
else:
|
|
575
|
+
_DescribeEventSubscriptionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
class DescribeEventSubscriptionsPaginator(_DescribeEventSubscriptionsPaginatorBase):
|
|
506
579
|
"""
|
|
507
580
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEventSubscriptions.html#Redshift.Paginator.DescribeEventSubscriptions)
|
|
508
581
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeeventsubscriptionspaginator)
|
|
509
582
|
"""
|
|
510
583
|
|
|
511
|
-
def paginate(
|
|
512
|
-
self,
|
|
513
|
-
|
|
514
|
-
DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef
|
|
515
|
-
],
|
|
516
|
-
) -> _PageIterator[EventSubscriptionsMessageTypeDef]:
|
|
584
|
+
def paginate( # type: ignore[override]
|
|
585
|
+
self, **kwargs: Unpack[DescribeEventSubscriptionsMessagePaginateTypeDef]
|
|
586
|
+
) -> PageIterator[EventSubscriptionsMessageTypeDef]:
|
|
517
587
|
"""
|
|
518
588
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEventSubscriptions.html#Redshift.Paginator.DescribeEventSubscriptions.paginate)
|
|
519
589
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeeventsubscriptionspaginator)
|
|
520
590
|
"""
|
|
521
591
|
|
|
522
592
|
|
|
523
|
-
|
|
593
|
+
if TYPE_CHECKING:
|
|
594
|
+
_DescribeEventsPaginatorBase = Paginator[EventsMessageTypeDef]
|
|
595
|
+
else:
|
|
596
|
+
_DescribeEventsPaginatorBase = Paginator # type: ignore[assignment]
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
class DescribeEventsPaginator(_DescribeEventsPaginatorBase):
|
|
524
600
|
"""
|
|
525
601
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEvents.html#Redshift.Paginator.DescribeEvents)
|
|
526
602
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeeventspaginator)
|
|
527
603
|
"""
|
|
528
604
|
|
|
529
|
-
def paginate(
|
|
530
|
-
self, **kwargs: Unpack[
|
|
531
|
-
) ->
|
|
605
|
+
def paginate( # type: ignore[override]
|
|
606
|
+
self, **kwargs: Unpack[DescribeEventsMessagePaginateTypeDef]
|
|
607
|
+
) -> PageIterator[EventsMessageTypeDef]:
|
|
532
608
|
"""
|
|
533
609
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeEvents.html#Redshift.Paginator.DescribeEvents.paginate)
|
|
534
610
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeeventspaginator)
|
|
535
611
|
"""
|
|
536
612
|
|
|
537
613
|
|
|
538
|
-
|
|
614
|
+
if TYPE_CHECKING:
|
|
615
|
+
_DescribeHsmClientCertificatesPaginatorBase = Paginator[HsmClientCertificateMessageTypeDef]
|
|
616
|
+
else:
|
|
617
|
+
_DescribeHsmClientCertificatesPaginatorBase = Paginator # type: ignore[assignment]
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
class DescribeHsmClientCertificatesPaginator(_DescribeHsmClientCertificatesPaginatorBase):
|
|
539
621
|
"""
|
|
540
622
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeHsmClientCertificates.html#Redshift.Paginator.DescribeHsmClientCertificates)
|
|
541
623
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describehsmclientcertificatespaginator)
|
|
542
624
|
"""
|
|
543
625
|
|
|
544
|
-
def paginate(
|
|
545
|
-
self,
|
|
546
|
-
|
|
547
|
-
DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef
|
|
548
|
-
],
|
|
549
|
-
) -> _PageIterator[HsmClientCertificateMessageTypeDef]:
|
|
626
|
+
def paginate( # type: ignore[override]
|
|
627
|
+
self, **kwargs: Unpack[DescribeHsmClientCertificatesMessagePaginateTypeDef]
|
|
628
|
+
) -> PageIterator[HsmClientCertificateMessageTypeDef]:
|
|
550
629
|
"""
|
|
551
630
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeHsmClientCertificates.html#Redshift.Paginator.DescribeHsmClientCertificates.paginate)
|
|
552
631
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describehsmclientcertificatespaginator)
|
|
553
632
|
"""
|
|
554
633
|
|
|
555
634
|
|
|
556
|
-
|
|
635
|
+
if TYPE_CHECKING:
|
|
636
|
+
_DescribeHsmConfigurationsPaginatorBase = Paginator[HsmConfigurationMessageTypeDef]
|
|
637
|
+
else:
|
|
638
|
+
_DescribeHsmConfigurationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
class DescribeHsmConfigurationsPaginator(_DescribeHsmConfigurationsPaginatorBase):
|
|
557
642
|
"""
|
|
558
643
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeHsmConfigurations.html#Redshift.Paginator.DescribeHsmConfigurations)
|
|
559
644
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describehsmconfigurationspaginator)
|
|
560
645
|
"""
|
|
561
646
|
|
|
562
|
-
def paginate(
|
|
563
|
-
self,
|
|
564
|
-
|
|
565
|
-
) -> _PageIterator[HsmConfigurationMessageTypeDef]:
|
|
647
|
+
def paginate( # type: ignore[override]
|
|
648
|
+
self, **kwargs: Unpack[DescribeHsmConfigurationsMessagePaginateTypeDef]
|
|
649
|
+
) -> PageIterator[HsmConfigurationMessageTypeDef]:
|
|
566
650
|
"""
|
|
567
651
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeHsmConfigurations.html#Redshift.Paginator.DescribeHsmConfigurations.paginate)
|
|
568
652
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describehsmconfigurationspaginator)
|
|
569
653
|
"""
|
|
570
654
|
|
|
571
655
|
|
|
572
|
-
|
|
656
|
+
if TYPE_CHECKING:
|
|
657
|
+
_DescribeInboundIntegrationsPaginatorBase = Paginator[InboundIntegrationsMessageTypeDef]
|
|
658
|
+
else:
|
|
659
|
+
_DescribeInboundIntegrationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
class DescribeInboundIntegrationsPaginator(_DescribeInboundIntegrationsPaginatorBase):
|
|
573
663
|
"""
|
|
574
664
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeInboundIntegrations.html#Redshift.Paginator.DescribeInboundIntegrations)
|
|
575
665
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeinboundintegrationspaginator)
|
|
576
666
|
"""
|
|
577
667
|
|
|
578
|
-
def paginate(
|
|
579
|
-
self,
|
|
580
|
-
|
|
581
|
-
DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef
|
|
582
|
-
],
|
|
583
|
-
) -> _PageIterator[InboundIntegrationsMessageTypeDef]:
|
|
668
|
+
def paginate( # type: ignore[override]
|
|
669
|
+
self, **kwargs: Unpack[DescribeInboundIntegrationsMessagePaginateTypeDef]
|
|
670
|
+
) -> PageIterator[InboundIntegrationsMessageTypeDef]:
|
|
584
671
|
"""
|
|
585
672
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeInboundIntegrations.html#Redshift.Paginator.DescribeInboundIntegrations.paginate)
|
|
586
673
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeinboundintegrationspaginator)
|
|
587
674
|
"""
|
|
588
675
|
|
|
589
676
|
|
|
590
|
-
|
|
677
|
+
if TYPE_CHECKING:
|
|
678
|
+
_DescribeIntegrationsPaginatorBase = Paginator[IntegrationsMessageTypeDef]
|
|
679
|
+
else:
|
|
680
|
+
_DescribeIntegrationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
class DescribeIntegrationsPaginator(_DescribeIntegrationsPaginatorBase):
|
|
591
684
|
"""
|
|
592
685
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeIntegrations.html#Redshift.Paginator.DescribeIntegrations)
|
|
593
686
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeintegrationspaginator)
|
|
594
687
|
"""
|
|
595
688
|
|
|
596
|
-
def paginate(
|
|
597
|
-
self, **kwargs: Unpack[
|
|
598
|
-
) ->
|
|
689
|
+
def paginate( # type: ignore[override]
|
|
690
|
+
self, **kwargs: Unpack[DescribeIntegrationsMessagePaginateTypeDef]
|
|
691
|
+
) -> PageIterator[IntegrationsMessageTypeDef]:
|
|
599
692
|
"""
|
|
600
693
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeIntegrations.html#Redshift.Paginator.DescribeIntegrations.paginate)
|
|
601
694
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeintegrationspaginator)
|
|
602
695
|
"""
|
|
603
696
|
|
|
604
697
|
|
|
605
|
-
|
|
698
|
+
if TYPE_CHECKING:
|
|
699
|
+
_DescribeNodeConfigurationOptionsPaginatorBase = Paginator[
|
|
700
|
+
NodeConfigurationOptionsMessageTypeDef
|
|
701
|
+
]
|
|
702
|
+
else:
|
|
703
|
+
_DescribeNodeConfigurationOptionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
class DescribeNodeConfigurationOptionsPaginator(_DescribeNodeConfigurationOptionsPaginatorBase):
|
|
606
707
|
"""
|
|
607
708
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeNodeConfigurationOptions.html#Redshift.Paginator.DescribeNodeConfigurationOptions)
|
|
608
709
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describenodeconfigurationoptionspaginator)
|
|
609
710
|
"""
|
|
610
711
|
|
|
611
|
-
def paginate(
|
|
612
|
-
self,
|
|
613
|
-
|
|
614
|
-
DescribeNodeConfigurationOptionsMessageDescribeNodeConfigurationOptionsPaginateTypeDef
|
|
615
|
-
],
|
|
616
|
-
) -> _PageIterator[NodeConfigurationOptionsMessageTypeDef]:
|
|
712
|
+
def paginate( # type: ignore[override]
|
|
713
|
+
self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessagePaginateTypeDef]
|
|
714
|
+
) -> PageIterator[NodeConfigurationOptionsMessageTypeDef]:
|
|
617
715
|
"""
|
|
618
716
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeNodeConfigurationOptions.html#Redshift.Paginator.DescribeNodeConfigurationOptions.paginate)
|
|
619
717
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describenodeconfigurationoptionspaginator)
|
|
620
718
|
"""
|
|
621
719
|
|
|
622
720
|
|
|
623
|
-
|
|
721
|
+
if TYPE_CHECKING:
|
|
722
|
+
_DescribeOrderableClusterOptionsPaginatorBase = Paginator[OrderableClusterOptionsMessageTypeDef]
|
|
723
|
+
else:
|
|
724
|
+
_DescribeOrderableClusterOptionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
class DescribeOrderableClusterOptionsPaginator(_DescribeOrderableClusterOptionsPaginatorBase):
|
|
624
728
|
"""
|
|
625
729
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeOrderableClusterOptions.html#Redshift.Paginator.DescribeOrderableClusterOptions)
|
|
626
730
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeorderableclusteroptionspaginator)
|
|
627
731
|
"""
|
|
628
732
|
|
|
629
|
-
def paginate(
|
|
630
|
-
self,
|
|
631
|
-
|
|
632
|
-
DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef
|
|
633
|
-
],
|
|
634
|
-
) -> _PageIterator[OrderableClusterOptionsMessageTypeDef]:
|
|
733
|
+
def paginate( # type: ignore[override]
|
|
734
|
+
self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessagePaginateTypeDef]
|
|
735
|
+
) -> PageIterator[OrderableClusterOptionsMessageTypeDef]:
|
|
635
736
|
"""
|
|
636
737
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeOrderableClusterOptions.html#Redshift.Paginator.DescribeOrderableClusterOptions.paginate)
|
|
637
738
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeorderableclusteroptionspaginator)
|
|
638
739
|
"""
|
|
639
740
|
|
|
640
741
|
|
|
641
|
-
|
|
742
|
+
if TYPE_CHECKING:
|
|
743
|
+
_DescribeRedshiftIdcApplicationsPaginatorBase = Paginator[
|
|
744
|
+
DescribeRedshiftIdcApplicationsResultTypeDef
|
|
745
|
+
]
|
|
746
|
+
else:
|
|
747
|
+
_DescribeRedshiftIdcApplicationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
class DescribeRedshiftIdcApplicationsPaginator(_DescribeRedshiftIdcApplicationsPaginatorBase):
|
|
642
751
|
"""
|
|
643
752
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeRedshiftIdcApplications.html#Redshift.Paginator.DescribeRedshiftIdcApplications)
|
|
644
753
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeredshiftidcapplicationspaginator)
|
|
645
754
|
"""
|
|
646
755
|
|
|
647
|
-
def paginate(
|
|
648
|
-
self,
|
|
649
|
-
|
|
650
|
-
DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef
|
|
651
|
-
],
|
|
652
|
-
) -> _PageIterator[DescribeRedshiftIdcApplicationsResultTypeDef]:
|
|
756
|
+
def paginate( # type: ignore[override]
|
|
757
|
+
self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessagePaginateTypeDef]
|
|
758
|
+
) -> PageIterator[DescribeRedshiftIdcApplicationsResultTypeDef]:
|
|
653
759
|
"""
|
|
654
760
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeRedshiftIdcApplications.html#Redshift.Paginator.DescribeRedshiftIdcApplications.paginate)
|
|
655
761
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeredshiftidcapplicationspaginator)
|
|
656
762
|
"""
|
|
657
763
|
|
|
658
764
|
|
|
659
|
-
|
|
765
|
+
if TYPE_CHECKING:
|
|
766
|
+
_DescribeReservedNodeExchangeStatusPaginatorBase = Paginator[
|
|
767
|
+
DescribeReservedNodeExchangeStatusOutputMessageTypeDef
|
|
768
|
+
]
|
|
769
|
+
else:
|
|
770
|
+
_DescribeReservedNodeExchangeStatusPaginatorBase = Paginator # type: ignore[assignment]
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
class DescribeReservedNodeExchangeStatusPaginator(_DescribeReservedNodeExchangeStatusPaginatorBase):
|
|
660
774
|
"""
|
|
661
775
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeReservedNodeExchangeStatus.html#Redshift.Paginator.DescribeReservedNodeExchangeStatus)
|
|
662
776
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describereservednodeexchangestatuspaginator)
|
|
663
777
|
"""
|
|
664
778
|
|
|
665
|
-
def paginate(
|
|
666
|
-
self,
|
|
667
|
-
|
|
668
|
-
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef
|
|
669
|
-
],
|
|
670
|
-
) -> _PageIterator[DescribeReservedNodeExchangeStatusOutputMessageTypeDef]:
|
|
779
|
+
def paginate( # type: ignore[override]
|
|
780
|
+
self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessagePaginateTypeDef]
|
|
781
|
+
) -> PageIterator[DescribeReservedNodeExchangeStatusOutputMessageTypeDef]:
|
|
671
782
|
"""
|
|
672
783
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeReservedNodeExchangeStatus.html#Redshift.Paginator.DescribeReservedNodeExchangeStatus.paginate)
|
|
673
784
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describereservednodeexchangestatuspaginator)
|
|
674
785
|
"""
|
|
675
786
|
|
|
676
787
|
|
|
677
|
-
|
|
788
|
+
if TYPE_CHECKING:
|
|
789
|
+
_DescribeReservedNodeOfferingsPaginatorBase = Paginator[ReservedNodeOfferingsMessageTypeDef]
|
|
790
|
+
else:
|
|
791
|
+
_DescribeReservedNodeOfferingsPaginatorBase = Paginator # type: ignore[assignment]
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
class DescribeReservedNodeOfferingsPaginator(_DescribeReservedNodeOfferingsPaginatorBase):
|
|
678
795
|
"""
|
|
679
796
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeReservedNodeOfferings.html#Redshift.Paginator.DescribeReservedNodeOfferings)
|
|
680
797
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describereservednodeofferingspaginator)
|
|
681
798
|
"""
|
|
682
799
|
|
|
683
|
-
def paginate(
|
|
684
|
-
self,
|
|
685
|
-
|
|
686
|
-
DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef
|
|
687
|
-
],
|
|
688
|
-
) -> _PageIterator[ReservedNodeOfferingsMessageTypeDef]:
|
|
800
|
+
def paginate( # type: ignore[override]
|
|
801
|
+
self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessagePaginateTypeDef]
|
|
802
|
+
) -> PageIterator[ReservedNodeOfferingsMessageTypeDef]:
|
|
689
803
|
"""
|
|
690
804
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeReservedNodeOfferings.html#Redshift.Paginator.DescribeReservedNodeOfferings.paginate)
|
|
691
805
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describereservednodeofferingspaginator)
|
|
692
806
|
"""
|
|
693
807
|
|
|
694
808
|
|
|
695
|
-
|
|
809
|
+
if TYPE_CHECKING:
|
|
810
|
+
_DescribeReservedNodesPaginatorBase = Paginator[ReservedNodesMessageTypeDef]
|
|
811
|
+
else:
|
|
812
|
+
_DescribeReservedNodesPaginatorBase = Paginator # type: ignore[assignment]
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
class DescribeReservedNodesPaginator(_DescribeReservedNodesPaginatorBase):
|
|
696
816
|
"""
|
|
697
817
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeReservedNodes.html#Redshift.Paginator.DescribeReservedNodes)
|
|
698
818
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describereservednodespaginator)
|
|
699
819
|
"""
|
|
700
820
|
|
|
701
|
-
def paginate(
|
|
702
|
-
self, **kwargs: Unpack[
|
|
703
|
-
) ->
|
|
821
|
+
def paginate( # type: ignore[override]
|
|
822
|
+
self, **kwargs: Unpack[DescribeReservedNodesMessagePaginateTypeDef]
|
|
823
|
+
) -> PageIterator[ReservedNodesMessageTypeDef]:
|
|
704
824
|
"""
|
|
705
825
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeReservedNodes.html#Redshift.Paginator.DescribeReservedNodes.paginate)
|
|
706
826
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describereservednodespaginator)
|
|
707
827
|
"""
|
|
708
828
|
|
|
709
829
|
|
|
710
|
-
|
|
830
|
+
if TYPE_CHECKING:
|
|
831
|
+
_DescribeScheduledActionsPaginatorBase = Paginator[ScheduledActionsMessageTypeDef]
|
|
832
|
+
else:
|
|
833
|
+
_DescribeScheduledActionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
class DescribeScheduledActionsPaginator(_DescribeScheduledActionsPaginatorBase):
|
|
711
837
|
"""
|
|
712
838
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeScheduledActions.html#Redshift.Paginator.DescribeScheduledActions)
|
|
713
839
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describescheduledactionspaginator)
|
|
714
840
|
"""
|
|
715
841
|
|
|
716
|
-
def paginate(
|
|
717
|
-
self,
|
|
718
|
-
|
|
719
|
-
) -> _PageIterator[ScheduledActionsMessageTypeDef]:
|
|
842
|
+
def paginate( # type: ignore[override]
|
|
843
|
+
self, **kwargs: Unpack[DescribeScheduledActionsMessagePaginateTypeDef]
|
|
844
|
+
) -> PageIterator[ScheduledActionsMessageTypeDef]:
|
|
720
845
|
"""
|
|
721
846
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeScheduledActions.html#Redshift.Paginator.DescribeScheduledActions.paginate)
|
|
722
847
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describescheduledactionspaginator)
|
|
723
848
|
"""
|
|
724
849
|
|
|
725
850
|
|
|
726
|
-
|
|
851
|
+
if TYPE_CHECKING:
|
|
852
|
+
_DescribeSnapshotCopyGrantsPaginatorBase = Paginator[SnapshotCopyGrantMessageTypeDef]
|
|
853
|
+
else:
|
|
854
|
+
_DescribeSnapshotCopyGrantsPaginatorBase = Paginator # type: ignore[assignment]
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
class DescribeSnapshotCopyGrantsPaginator(_DescribeSnapshotCopyGrantsPaginatorBase):
|
|
727
858
|
"""
|
|
728
859
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeSnapshotCopyGrants.html#Redshift.Paginator.DescribeSnapshotCopyGrants)
|
|
729
860
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describesnapshotcopygrantspaginator)
|
|
730
861
|
"""
|
|
731
862
|
|
|
732
|
-
def paginate(
|
|
733
|
-
self,
|
|
734
|
-
|
|
735
|
-
DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef
|
|
736
|
-
],
|
|
737
|
-
) -> _PageIterator[SnapshotCopyGrantMessageTypeDef]:
|
|
863
|
+
def paginate( # type: ignore[override]
|
|
864
|
+
self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessagePaginateTypeDef]
|
|
865
|
+
) -> PageIterator[SnapshotCopyGrantMessageTypeDef]:
|
|
738
866
|
"""
|
|
739
867
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeSnapshotCopyGrants.html#Redshift.Paginator.DescribeSnapshotCopyGrants.paginate)
|
|
740
868
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describesnapshotcopygrantspaginator)
|
|
741
869
|
"""
|
|
742
870
|
|
|
743
871
|
|
|
744
|
-
|
|
872
|
+
if TYPE_CHECKING:
|
|
873
|
+
_DescribeSnapshotSchedulesPaginatorBase = Paginator[
|
|
874
|
+
DescribeSnapshotSchedulesOutputMessageTypeDef
|
|
875
|
+
]
|
|
876
|
+
else:
|
|
877
|
+
_DescribeSnapshotSchedulesPaginatorBase = Paginator # type: ignore[assignment]
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
class DescribeSnapshotSchedulesPaginator(_DescribeSnapshotSchedulesPaginatorBase):
|
|
745
881
|
"""
|
|
746
882
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeSnapshotSchedules.html#Redshift.Paginator.DescribeSnapshotSchedules)
|
|
747
883
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describesnapshotschedulespaginator)
|
|
748
884
|
"""
|
|
749
885
|
|
|
750
|
-
def paginate(
|
|
751
|
-
self,
|
|
752
|
-
|
|
753
|
-
) -> _PageIterator[DescribeSnapshotSchedulesOutputMessageTypeDef]:
|
|
886
|
+
def paginate( # type: ignore[override]
|
|
887
|
+
self, **kwargs: Unpack[DescribeSnapshotSchedulesMessagePaginateTypeDef]
|
|
888
|
+
) -> PageIterator[DescribeSnapshotSchedulesOutputMessageTypeDef]:
|
|
754
889
|
"""
|
|
755
890
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeSnapshotSchedules.html#Redshift.Paginator.DescribeSnapshotSchedules.paginate)
|
|
756
891
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describesnapshotschedulespaginator)
|
|
757
892
|
"""
|
|
758
893
|
|
|
759
894
|
|
|
760
|
-
|
|
895
|
+
if TYPE_CHECKING:
|
|
896
|
+
_DescribeTableRestoreStatusPaginatorBase = Paginator[TableRestoreStatusMessageTypeDef]
|
|
897
|
+
else:
|
|
898
|
+
_DescribeTableRestoreStatusPaginatorBase = Paginator # type: ignore[assignment]
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
class DescribeTableRestoreStatusPaginator(_DescribeTableRestoreStatusPaginatorBase):
|
|
761
902
|
"""
|
|
762
903
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeTableRestoreStatus.html#Redshift.Paginator.DescribeTableRestoreStatus)
|
|
763
904
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describetablerestorestatuspaginator)
|
|
764
905
|
"""
|
|
765
906
|
|
|
766
|
-
def paginate(
|
|
767
|
-
self,
|
|
768
|
-
|
|
769
|
-
DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef
|
|
770
|
-
],
|
|
771
|
-
) -> _PageIterator[TableRestoreStatusMessageTypeDef]:
|
|
907
|
+
def paginate( # type: ignore[override]
|
|
908
|
+
self, **kwargs: Unpack[DescribeTableRestoreStatusMessagePaginateTypeDef]
|
|
909
|
+
) -> PageIterator[TableRestoreStatusMessageTypeDef]:
|
|
772
910
|
"""
|
|
773
911
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeTableRestoreStatus.html#Redshift.Paginator.DescribeTableRestoreStatus.paginate)
|
|
774
912
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describetablerestorestatuspaginator)
|
|
775
913
|
"""
|
|
776
914
|
|
|
777
915
|
|
|
778
|
-
|
|
916
|
+
if TYPE_CHECKING:
|
|
917
|
+
_DescribeTagsPaginatorBase = Paginator[TaggedResourceListMessageTypeDef]
|
|
918
|
+
else:
|
|
919
|
+
_DescribeTagsPaginatorBase = Paginator # type: ignore[assignment]
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
class DescribeTagsPaginator(_DescribeTagsPaginatorBase):
|
|
779
923
|
"""
|
|
780
924
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeTags.html#Redshift.Paginator.DescribeTags)
|
|
781
925
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describetagspaginator)
|
|
782
926
|
"""
|
|
783
927
|
|
|
784
|
-
def paginate(
|
|
785
|
-
self, **kwargs: Unpack[
|
|
786
|
-
) ->
|
|
928
|
+
def paginate( # type: ignore[override]
|
|
929
|
+
self, **kwargs: Unpack[DescribeTagsMessagePaginateTypeDef]
|
|
930
|
+
) -> PageIterator[TaggedResourceListMessageTypeDef]:
|
|
787
931
|
"""
|
|
788
932
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeTags.html#Redshift.Paginator.DescribeTags.paginate)
|
|
789
933
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describetagspaginator)
|
|
790
934
|
"""
|
|
791
935
|
|
|
792
936
|
|
|
793
|
-
|
|
937
|
+
if TYPE_CHECKING:
|
|
938
|
+
_DescribeUsageLimitsPaginatorBase = Paginator[UsageLimitListTypeDef]
|
|
939
|
+
else:
|
|
940
|
+
_DescribeUsageLimitsPaginatorBase = Paginator # type: ignore[assignment]
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
class DescribeUsageLimitsPaginator(_DescribeUsageLimitsPaginatorBase):
|
|
794
944
|
"""
|
|
795
945
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeUsageLimits.html#Redshift.Paginator.DescribeUsageLimits)
|
|
796
946
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeusagelimitspaginator)
|
|
797
947
|
"""
|
|
798
948
|
|
|
799
|
-
def paginate(
|
|
800
|
-
self, **kwargs: Unpack[
|
|
801
|
-
) ->
|
|
949
|
+
def paginate( # type: ignore[override]
|
|
950
|
+
self, **kwargs: Unpack[DescribeUsageLimitsMessagePaginateTypeDef]
|
|
951
|
+
) -> PageIterator[UsageLimitListTypeDef]:
|
|
802
952
|
"""
|
|
803
953
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/DescribeUsageLimits.html#Redshift.Paginator.DescribeUsageLimits.paginate)
|
|
804
954
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#describeusagelimitspaginator)
|
|
805
955
|
"""
|
|
806
956
|
|
|
807
957
|
|
|
808
|
-
|
|
958
|
+
if TYPE_CHECKING:
|
|
959
|
+
_GetReservedNodeExchangeConfigurationOptionsPaginatorBase = Paginator[
|
|
960
|
+
GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef
|
|
961
|
+
]
|
|
962
|
+
else:
|
|
963
|
+
_GetReservedNodeExchangeConfigurationOptionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
class GetReservedNodeExchangeConfigurationOptionsPaginator(
|
|
967
|
+
_GetReservedNodeExchangeConfigurationOptionsPaginatorBase
|
|
968
|
+
):
|
|
809
969
|
"""
|
|
810
970
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/GetReservedNodeExchangeConfigurationOptions.html#Redshift.Paginator.GetReservedNodeExchangeConfigurationOptions)
|
|
811
971
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#getreservednodeexchangeconfigurationoptionspaginator)
|
|
812
972
|
"""
|
|
813
973
|
|
|
814
|
-
def paginate(
|
|
974
|
+
def paginate( # type: ignore[override]
|
|
815
975
|
self,
|
|
816
|
-
**kwargs: Unpack[
|
|
817
|
-
|
|
818
|
-
],
|
|
819
|
-
) -> _PageIterator[GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef]:
|
|
976
|
+
**kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessagePaginateTypeDef],
|
|
977
|
+
) -> PageIterator[GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef]:
|
|
820
978
|
"""
|
|
821
979
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/GetReservedNodeExchangeConfigurationOptions.html#Redshift.Paginator.GetReservedNodeExchangeConfigurationOptions.paginate)
|
|
822
980
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#getreservednodeexchangeconfigurationoptionspaginator)
|
|
823
981
|
"""
|
|
824
982
|
|
|
825
983
|
|
|
826
|
-
|
|
984
|
+
if TYPE_CHECKING:
|
|
985
|
+
_GetReservedNodeExchangeOfferingsPaginatorBase = Paginator[
|
|
986
|
+
GetReservedNodeExchangeOfferingsOutputMessageTypeDef
|
|
987
|
+
]
|
|
988
|
+
else:
|
|
989
|
+
_GetReservedNodeExchangeOfferingsPaginatorBase = Paginator # type: ignore[assignment]
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
class GetReservedNodeExchangeOfferingsPaginator(_GetReservedNodeExchangeOfferingsPaginatorBase):
|
|
827
993
|
"""
|
|
828
994
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/GetReservedNodeExchangeOfferings.html#Redshift.Paginator.GetReservedNodeExchangeOfferings)
|
|
829
995
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#getreservednodeexchangeofferingspaginator)
|
|
830
996
|
"""
|
|
831
997
|
|
|
832
|
-
def paginate(
|
|
833
|
-
self,
|
|
834
|
-
|
|
835
|
-
GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef
|
|
836
|
-
],
|
|
837
|
-
) -> _PageIterator[GetReservedNodeExchangeOfferingsOutputMessageTypeDef]:
|
|
998
|
+
def paginate( # type: ignore[override]
|
|
999
|
+
self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessagePaginateTypeDef]
|
|
1000
|
+
) -> PageIterator[GetReservedNodeExchangeOfferingsOutputMessageTypeDef]:
|
|
838
1001
|
"""
|
|
839
1002
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/GetReservedNodeExchangeOfferings.html#Redshift.Paginator.GetReservedNodeExchangeOfferings.paginate)
|
|
840
1003
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#getreservednodeexchangeofferingspaginator)
|
|
841
1004
|
"""
|
|
842
1005
|
|
|
843
1006
|
|
|
844
|
-
|
|
1007
|
+
if TYPE_CHECKING:
|
|
1008
|
+
_ListRecommendationsPaginatorBase = Paginator[ListRecommendationsResultTypeDef]
|
|
1009
|
+
else:
|
|
1010
|
+
_ListRecommendationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
class ListRecommendationsPaginator(_ListRecommendationsPaginatorBase):
|
|
845
1014
|
"""
|
|
846
1015
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/ListRecommendations.html#Redshift.Paginator.ListRecommendations)
|
|
847
1016
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#listrecommendationspaginator)
|
|
848
1017
|
"""
|
|
849
1018
|
|
|
850
|
-
def paginate(
|
|
851
|
-
self, **kwargs: Unpack[
|
|
852
|
-
) ->
|
|
1019
|
+
def paginate( # type: ignore[override]
|
|
1020
|
+
self, **kwargs: Unpack[ListRecommendationsMessagePaginateTypeDef]
|
|
1021
|
+
) -> PageIterator[ListRecommendationsResultTypeDef]:
|
|
853
1022
|
"""
|
|
854
1023
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/paginator/ListRecommendations.html#Redshift.Paginator.ListRecommendations.paginate)
|
|
855
1024
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/#listrecommendationspaginator)
|