mypy-boto3-redshift 1.27.0__py3-none-any.whl → 1.28.12__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.
Potentially problematic release.
This version of mypy-boto3-redshift might be problematic. Click here for more details.
- mypy_boto3_redshift/__main__.py +3 -3
- mypy_boto3_redshift/literals.py +3 -0
- mypy_boto3_redshift/literals.pyi +3 -0
- mypy_boto3_redshift/paginator.py +33 -33
- mypy_boto3_redshift/paginator.pyi +33 -33
- mypy_boto3_redshift/type_defs.py +1010 -929
- mypy_boto3_redshift/type_defs.pyi +1004 -925
- mypy_boto3_redshift/version.py +1 -1
- {mypy_boto3_redshift-1.27.0.dist-info → mypy_boto3_redshift-1.28.12.dist-info}/METADATA +75 -69
- mypy_boto3_redshift-1.28.12.dist-info/RECORD +20 -0
- {mypy_boto3_redshift-1.27.0.dist-info → mypy_boto3_redshift-1.28.12.dist-info}/WHEEL +1 -1
- mypy_boto3_redshift-1.27.0.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.27.0.dist-info → mypy_boto3_redshift-1.28.12.dist-info}/LICENSE +0 -0
- {mypy_boto3_redshift-1.27.0.dist-info → mypy_boto3_redshift-1.28.12.dist-info}/top_level.txt +0 -0
mypy_boto3_redshift/__main__.py
CHANGED
|
@@ -9,8 +9,8 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.Redshift 1.
|
|
13
|
-
" 7.
|
|
12
|
+
"Type annotations for boto3.Redshift 1.28.12\nVersion: 1.28.12\nBuilder version:"
|
|
13
|
+
" 7.15.2\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift\nOther"
|
|
16
16
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.
|
|
25
|
+
print("1.28.12")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
mypy_boto3_redshift/literals.py
CHANGED
|
@@ -295,6 +295,7 @@ ServiceName = Literal[
|
|
|
295
295
|
"emr",
|
|
296
296
|
"emr-containers",
|
|
297
297
|
"emr-serverless",
|
|
298
|
+
"entityresolution",
|
|
298
299
|
"es",
|
|
299
300
|
"events",
|
|
300
301
|
"evidently",
|
|
@@ -381,6 +382,7 @@ ServiceName = Literal[
|
|
|
381
382
|
"macie",
|
|
382
383
|
"macie2",
|
|
383
384
|
"managedblockchain",
|
|
385
|
+
"managedblockchain-query",
|
|
384
386
|
"marketplace-catalog",
|
|
385
387
|
"marketplace-entitlement",
|
|
386
388
|
"marketplacecommerceanalytics",
|
|
@@ -393,6 +395,7 @@ ServiceName = Literal[
|
|
|
393
395
|
"mediastore",
|
|
394
396
|
"mediastore-data",
|
|
395
397
|
"mediatailor",
|
|
398
|
+
"medical-imaging",
|
|
396
399
|
"memorydb",
|
|
397
400
|
"meteringmarketplace",
|
|
398
401
|
"mgh",
|
mypy_boto3_redshift/literals.pyi
CHANGED
|
@@ -293,6 +293,7 @@ ServiceName = Literal[
|
|
|
293
293
|
"emr",
|
|
294
294
|
"emr-containers",
|
|
295
295
|
"emr-serverless",
|
|
296
|
+
"entityresolution",
|
|
296
297
|
"es",
|
|
297
298
|
"events",
|
|
298
299
|
"evidently",
|
|
@@ -379,6 +380,7 @@ ServiceName = Literal[
|
|
|
379
380
|
"macie",
|
|
380
381
|
"macie2",
|
|
381
382
|
"managedblockchain",
|
|
383
|
+
"managedblockchain-query",
|
|
382
384
|
"marketplace-catalog",
|
|
383
385
|
"marketplace-entitlement",
|
|
384
386
|
"marketplacecommerceanalytics",
|
|
@@ -391,6 +393,7 @@ ServiceName = Literal[
|
|
|
391
393
|
"mediastore",
|
|
392
394
|
"mediastore-data",
|
|
393
395
|
"mediatailor",
|
|
396
|
+
"medical-imaging",
|
|
394
397
|
"memorydb",
|
|
395
398
|
"meteringmarketplace",
|
|
396
399
|
"mgh",
|
mypy_boto3_redshift/paginator.py
CHANGED
|
@@ -191,7 +191,7 @@ class DescribeClusterDbRevisionsPaginator(Paginator):
|
|
|
191
191
|
"""
|
|
192
192
|
|
|
193
193
|
def paginate(
|
|
194
|
-
self, *, ClusterIdentifier: str = ..., PaginationConfig:
|
|
194
|
+
self, *, ClusterIdentifier: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
195
195
|
) -> _PageIterator[ClusterDbRevisionsMessageTypeDef]:
|
|
196
196
|
"""
|
|
197
197
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterDbRevisions.paginate)
|
|
@@ -211,7 +211,7 @@ class DescribeClusterParameterGroupsPaginator(Paginator):
|
|
|
211
211
|
ParameterGroupName: str = ...,
|
|
212
212
|
TagKeys: Sequence[str] = ...,
|
|
213
213
|
TagValues: Sequence[str] = ...,
|
|
214
|
-
PaginationConfig:
|
|
214
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
215
215
|
) -> _PageIterator[ClusterParameterGroupsMessageTypeDef]:
|
|
216
216
|
"""
|
|
217
217
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterParameterGroups.paginate)
|
|
@@ -230,7 +230,7 @@ class DescribeClusterParametersPaginator(Paginator):
|
|
|
230
230
|
*,
|
|
231
231
|
ParameterGroupName: str,
|
|
232
232
|
Source: str = ...,
|
|
233
|
-
PaginationConfig:
|
|
233
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
234
234
|
) -> _PageIterator[ClusterParameterGroupDetailsTypeDef]:
|
|
235
235
|
"""
|
|
236
236
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterParameters.paginate)
|
|
@@ -250,7 +250,7 @@ class DescribeClusterSecurityGroupsPaginator(Paginator):
|
|
|
250
250
|
ClusterSecurityGroupName: str = ...,
|
|
251
251
|
TagKeys: Sequence[str] = ...,
|
|
252
252
|
TagValues: Sequence[str] = ...,
|
|
253
|
-
PaginationConfig:
|
|
253
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
254
254
|
) -> _PageIterator[ClusterSecurityGroupMessageTypeDef]:
|
|
255
255
|
"""
|
|
256
256
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterSecurityGroups.paginate)
|
|
@@ -278,7 +278,7 @@ class DescribeClusterSnapshotsPaginator(Paginator):
|
|
|
278
278
|
TagValues: Sequence[str] = ...,
|
|
279
279
|
ClusterExists: bool = ...,
|
|
280
280
|
SortingEntities: Sequence[SnapshotSortingEntityTypeDef] = ...,
|
|
281
|
-
PaginationConfig:
|
|
281
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
282
282
|
) -> _PageIterator[SnapshotMessageTypeDef]:
|
|
283
283
|
"""
|
|
284
284
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterSnapshots.paginate)
|
|
@@ -298,7 +298,7 @@ class DescribeClusterSubnetGroupsPaginator(Paginator):
|
|
|
298
298
|
ClusterSubnetGroupName: str = ...,
|
|
299
299
|
TagKeys: Sequence[str] = ...,
|
|
300
300
|
TagValues: Sequence[str] = ...,
|
|
301
|
-
PaginationConfig:
|
|
301
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
302
302
|
) -> _PageIterator[ClusterSubnetGroupMessageTypeDef]:
|
|
303
303
|
"""
|
|
304
304
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterSubnetGroups.paginate)
|
|
@@ -313,7 +313,7 @@ class DescribeClusterTracksPaginator(Paginator):
|
|
|
313
313
|
"""
|
|
314
314
|
|
|
315
315
|
def paginate(
|
|
316
|
-
self, *, MaintenanceTrackName: str = ..., PaginationConfig:
|
|
316
|
+
self, *, MaintenanceTrackName: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
317
317
|
) -> _PageIterator[TrackListMessageTypeDef]:
|
|
318
318
|
"""
|
|
319
319
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterTracks.paginate)
|
|
@@ -332,7 +332,7 @@ class DescribeClusterVersionsPaginator(Paginator):
|
|
|
332
332
|
*,
|
|
333
333
|
ClusterVersion: str = ...,
|
|
334
334
|
ClusterParameterGroupFamily: str = ...,
|
|
335
|
-
PaginationConfig:
|
|
335
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
336
336
|
) -> _PageIterator[ClusterVersionsMessageTypeDef]:
|
|
337
337
|
"""
|
|
338
338
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterVersions.paginate)
|
|
@@ -352,7 +352,7 @@ class DescribeClustersPaginator(Paginator):
|
|
|
352
352
|
ClusterIdentifier: str = ...,
|
|
353
353
|
TagKeys: Sequence[str] = ...,
|
|
354
354
|
TagValues: Sequence[str] = ...,
|
|
355
|
-
PaginationConfig:
|
|
355
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
356
356
|
) -> _PageIterator[ClustersMessageTypeDef]:
|
|
357
357
|
"""
|
|
358
358
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusters.paginate)
|
|
@@ -371,7 +371,7 @@ class DescribeCustomDomainAssociationsPaginator(Paginator):
|
|
|
371
371
|
*,
|
|
372
372
|
CustomDomainName: str = ...,
|
|
373
373
|
CustomDomainCertificateArn: str = ...,
|
|
374
|
-
PaginationConfig:
|
|
374
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
375
375
|
) -> _PageIterator[CustomDomainAssociationsMessageTypeDef]:
|
|
376
376
|
"""
|
|
377
377
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeCustomDomainAssociations.paginate)
|
|
@@ -386,7 +386,7 @@ class DescribeDataSharesPaginator(Paginator):
|
|
|
386
386
|
"""
|
|
387
387
|
|
|
388
388
|
def paginate(
|
|
389
|
-
self, *, DataShareArn: str = ..., PaginationConfig:
|
|
389
|
+
self, *, DataShareArn: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
390
390
|
) -> _PageIterator[DescribeDataSharesResultTypeDef]:
|
|
391
391
|
"""
|
|
392
392
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDataShares.paginate)
|
|
@@ -405,7 +405,7 @@ class DescribeDataSharesForConsumerPaginator(Paginator):
|
|
|
405
405
|
*,
|
|
406
406
|
ConsumerArn: str = ...,
|
|
407
407
|
Status: DataShareStatusForConsumerType = ...,
|
|
408
|
-
PaginationConfig:
|
|
408
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
409
409
|
) -> _PageIterator[DescribeDataSharesForConsumerResultTypeDef]:
|
|
410
410
|
"""
|
|
411
411
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDataSharesForConsumer.paginate)
|
|
@@ -424,7 +424,7 @@ class DescribeDataSharesForProducerPaginator(Paginator):
|
|
|
424
424
|
*,
|
|
425
425
|
ProducerArn: str = ...,
|
|
426
426
|
Status: DataShareStatusForProducerType = ...,
|
|
427
|
-
PaginationConfig:
|
|
427
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
428
428
|
) -> _PageIterator[DescribeDataSharesForProducerResultTypeDef]:
|
|
429
429
|
"""
|
|
430
430
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDataSharesForProducer.paginate)
|
|
@@ -439,7 +439,7 @@ class DescribeDefaultClusterParametersPaginator(Paginator):
|
|
|
439
439
|
"""
|
|
440
440
|
|
|
441
441
|
def paginate(
|
|
442
|
-
self, *, ParameterGroupFamily: str, PaginationConfig:
|
|
442
|
+
self, *, ParameterGroupFamily: str, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
443
443
|
) -> _PageIterator[DescribeDefaultClusterParametersResultTypeDef]:
|
|
444
444
|
"""
|
|
445
445
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDefaultClusterParameters.paginate)
|
|
@@ -460,7 +460,7 @@ class DescribeEndpointAccessPaginator(Paginator):
|
|
|
460
460
|
ResourceOwner: str = ...,
|
|
461
461
|
EndpointName: str = ...,
|
|
462
462
|
VpcId: str = ...,
|
|
463
|
-
PaginationConfig:
|
|
463
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
464
464
|
) -> _PageIterator[EndpointAccessListTypeDef]:
|
|
465
465
|
"""
|
|
466
466
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEndpointAccess.paginate)
|
|
@@ -480,7 +480,7 @@ class DescribeEndpointAuthorizationPaginator(Paginator):
|
|
|
480
480
|
ClusterIdentifier: str = ...,
|
|
481
481
|
Account: str = ...,
|
|
482
482
|
Grantee: bool = ...,
|
|
483
|
-
PaginationConfig:
|
|
483
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
484
484
|
) -> _PageIterator[EndpointAuthorizationListTypeDef]:
|
|
485
485
|
"""
|
|
486
486
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEndpointAuthorization.paginate)
|
|
@@ -500,7 +500,7 @@ class DescribeEventSubscriptionsPaginator(Paginator):
|
|
|
500
500
|
SubscriptionName: str = ...,
|
|
501
501
|
TagKeys: Sequence[str] = ...,
|
|
502
502
|
TagValues: Sequence[str] = ...,
|
|
503
|
-
PaginationConfig:
|
|
503
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
504
504
|
) -> _PageIterator[EventSubscriptionsMessageTypeDef]:
|
|
505
505
|
"""
|
|
506
506
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEventSubscriptions.paginate)
|
|
@@ -522,7 +522,7 @@ class DescribeEventsPaginator(Paginator):
|
|
|
522
522
|
StartTime: Union[datetime, str] = ...,
|
|
523
523
|
EndTime: Union[datetime, str] = ...,
|
|
524
524
|
Duration: int = ...,
|
|
525
|
-
PaginationConfig:
|
|
525
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
526
526
|
) -> _PageIterator[EventsMessageTypeDef]:
|
|
527
527
|
"""
|
|
528
528
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEvents.paginate)
|
|
@@ -542,7 +542,7 @@ class DescribeHsmClientCertificatesPaginator(Paginator):
|
|
|
542
542
|
HsmClientCertificateIdentifier: str = ...,
|
|
543
543
|
TagKeys: Sequence[str] = ...,
|
|
544
544
|
TagValues: Sequence[str] = ...,
|
|
545
|
-
PaginationConfig:
|
|
545
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
546
546
|
) -> _PageIterator[HsmClientCertificateMessageTypeDef]:
|
|
547
547
|
"""
|
|
548
548
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeHsmClientCertificates.paginate)
|
|
@@ -562,7 +562,7 @@ class DescribeHsmConfigurationsPaginator(Paginator):
|
|
|
562
562
|
HsmConfigurationIdentifier: str = ...,
|
|
563
563
|
TagKeys: Sequence[str] = ...,
|
|
564
564
|
TagValues: Sequence[str] = ...,
|
|
565
|
-
PaginationConfig:
|
|
565
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
566
566
|
) -> _PageIterator[HsmConfigurationMessageTypeDef]:
|
|
567
567
|
"""
|
|
568
568
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeHsmConfigurations.paginate)
|
|
@@ -585,7 +585,7 @@ class DescribeNodeConfigurationOptionsPaginator(Paginator):
|
|
|
585
585
|
SnapshotArn: str = ...,
|
|
586
586
|
OwnerAccount: str = ...,
|
|
587
587
|
Filters: Sequence[NodeConfigurationOptionsFilterTypeDef] = ...,
|
|
588
|
-
PaginationConfig:
|
|
588
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
589
589
|
) -> _PageIterator[NodeConfigurationOptionsMessageTypeDef]:
|
|
590
590
|
"""
|
|
591
591
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeNodeConfigurationOptions.paginate)
|
|
@@ -604,7 +604,7 @@ class DescribeOrderableClusterOptionsPaginator(Paginator):
|
|
|
604
604
|
*,
|
|
605
605
|
ClusterVersion: str = ...,
|
|
606
606
|
NodeType: str = ...,
|
|
607
|
-
PaginationConfig:
|
|
607
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
608
608
|
) -> _PageIterator[OrderableClusterOptionsMessageTypeDef]:
|
|
609
609
|
"""
|
|
610
610
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeOrderableClusterOptions.paginate)
|
|
@@ -623,7 +623,7 @@ class DescribeReservedNodeExchangeStatusPaginator(Paginator):
|
|
|
623
623
|
*,
|
|
624
624
|
ReservedNodeId: str = ...,
|
|
625
625
|
ReservedNodeExchangeRequestId: str = ...,
|
|
626
|
-
PaginationConfig:
|
|
626
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
627
627
|
) -> _PageIterator[DescribeReservedNodeExchangeStatusOutputMessageTypeDef]:
|
|
628
628
|
"""
|
|
629
629
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodeExchangeStatus.paginate)
|
|
@@ -638,7 +638,7 @@ class DescribeReservedNodeOfferingsPaginator(Paginator):
|
|
|
638
638
|
"""
|
|
639
639
|
|
|
640
640
|
def paginate(
|
|
641
|
-
self, *, ReservedNodeOfferingId: str = ..., PaginationConfig:
|
|
641
|
+
self, *, ReservedNodeOfferingId: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
642
642
|
) -> _PageIterator[ReservedNodeOfferingsMessageTypeDef]:
|
|
643
643
|
"""
|
|
644
644
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodeOfferings.paginate)
|
|
@@ -653,7 +653,7 @@ class DescribeReservedNodesPaginator(Paginator):
|
|
|
653
653
|
"""
|
|
654
654
|
|
|
655
655
|
def paginate(
|
|
656
|
-
self, *, ReservedNodeId: str = ..., PaginationConfig:
|
|
656
|
+
self, *, ReservedNodeId: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
657
657
|
) -> _PageIterator[ReservedNodesMessageTypeDef]:
|
|
658
658
|
"""
|
|
659
659
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodes.paginate)
|
|
@@ -676,7 +676,7 @@ class DescribeScheduledActionsPaginator(Paginator):
|
|
|
676
676
|
EndTime: Union[datetime, str] = ...,
|
|
677
677
|
Active: bool = ...,
|
|
678
678
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
679
|
-
PaginationConfig:
|
|
679
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
680
680
|
) -> _PageIterator[ScheduledActionsMessageTypeDef]:
|
|
681
681
|
"""
|
|
682
682
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeScheduledActions.paginate)
|
|
@@ -696,7 +696,7 @@ class DescribeSnapshotCopyGrantsPaginator(Paginator):
|
|
|
696
696
|
SnapshotCopyGrantName: str = ...,
|
|
697
697
|
TagKeys: Sequence[str] = ...,
|
|
698
698
|
TagValues: Sequence[str] = ...,
|
|
699
|
-
PaginationConfig:
|
|
699
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
700
700
|
) -> _PageIterator[SnapshotCopyGrantMessageTypeDef]:
|
|
701
701
|
"""
|
|
702
702
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeSnapshotCopyGrants.paginate)
|
|
@@ -717,7 +717,7 @@ class DescribeSnapshotSchedulesPaginator(Paginator):
|
|
|
717
717
|
ScheduleIdentifier: str = ...,
|
|
718
718
|
TagKeys: Sequence[str] = ...,
|
|
719
719
|
TagValues: Sequence[str] = ...,
|
|
720
|
-
PaginationConfig:
|
|
720
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
721
721
|
) -> _PageIterator[DescribeSnapshotSchedulesOutputMessageTypeDef]:
|
|
722
722
|
"""
|
|
723
723
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeSnapshotSchedules.paginate)
|
|
@@ -736,7 +736,7 @@ class DescribeTableRestoreStatusPaginator(Paginator):
|
|
|
736
736
|
*,
|
|
737
737
|
ClusterIdentifier: str = ...,
|
|
738
738
|
TableRestoreRequestId: str = ...,
|
|
739
|
-
PaginationConfig:
|
|
739
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
740
740
|
) -> _PageIterator[TableRestoreStatusMessageTypeDef]:
|
|
741
741
|
"""
|
|
742
742
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeTableRestoreStatus.paginate)
|
|
@@ -757,7 +757,7 @@ class DescribeTagsPaginator(Paginator):
|
|
|
757
757
|
ResourceType: str = ...,
|
|
758
758
|
TagKeys: Sequence[str] = ...,
|
|
759
759
|
TagValues: Sequence[str] = ...,
|
|
760
|
-
PaginationConfig:
|
|
760
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
761
761
|
) -> _PageIterator[TaggedResourceListMessageTypeDef]:
|
|
762
762
|
"""
|
|
763
763
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeTags.paginate)
|
|
@@ -779,7 +779,7 @@ class DescribeUsageLimitsPaginator(Paginator):
|
|
|
779
779
|
FeatureType: UsageLimitFeatureTypeType = ...,
|
|
780
780
|
TagKeys: Sequence[str] = ...,
|
|
781
781
|
TagValues: Sequence[str] = ...,
|
|
782
|
-
PaginationConfig:
|
|
782
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
783
783
|
) -> _PageIterator[UsageLimitListTypeDef]:
|
|
784
784
|
"""
|
|
785
785
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeUsageLimits.paginate)
|
|
@@ -799,7 +799,7 @@ class GetReservedNodeExchangeConfigurationOptionsPaginator(Paginator):
|
|
|
799
799
|
ActionType: ReservedNodeExchangeActionTypeType,
|
|
800
800
|
ClusterIdentifier: str = ...,
|
|
801
801
|
SnapshotIdentifier: str = ...,
|
|
802
|
-
PaginationConfig:
|
|
802
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
803
803
|
) -> _PageIterator[GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef]:
|
|
804
804
|
"""
|
|
805
805
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.GetReservedNodeExchangeConfigurationOptions.paginate)
|
|
@@ -814,7 +814,7 @@ class GetReservedNodeExchangeOfferingsPaginator(Paginator):
|
|
|
814
814
|
"""
|
|
815
815
|
|
|
816
816
|
def paginate(
|
|
817
|
-
self, *, ReservedNodeId: str, PaginationConfig:
|
|
817
|
+
self, *, ReservedNodeId: str, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
818
818
|
) -> _PageIterator[GetReservedNodeExchangeOfferingsOutputMessageTypeDef]:
|
|
819
819
|
"""
|
|
820
820
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.GetReservedNodeExchangeOfferings.paginate)
|
|
@@ -188,7 +188,7 @@ class DescribeClusterDbRevisionsPaginator(Paginator):
|
|
|
188
188
|
"""
|
|
189
189
|
|
|
190
190
|
def paginate(
|
|
191
|
-
self, *, ClusterIdentifier: str = ..., PaginationConfig:
|
|
191
|
+
self, *, ClusterIdentifier: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
192
192
|
) -> _PageIterator[ClusterDbRevisionsMessageTypeDef]:
|
|
193
193
|
"""
|
|
194
194
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterDbRevisions.paginate)
|
|
@@ -207,7 +207,7 @@ class DescribeClusterParameterGroupsPaginator(Paginator):
|
|
|
207
207
|
ParameterGroupName: str = ...,
|
|
208
208
|
TagKeys: Sequence[str] = ...,
|
|
209
209
|
TagValues: Sequence[str] = ...,
|
|
210
|
-
PaginationConfig:
|
|
210
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
211
211
|
) -> _PageIterator[ClusterParameterGroupsMessageTypeDef]:
|
|
212
212
|
"""
|
|
213
213
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterParameterGroups.paginate)
|
|
@@ -225,7 +225,7 @@ class DescribeClusterParametersPaginator(Paginator):
|
|
|
225
225
|
*,
|
|
226
226
|
ParameterGroupName: str,
|
|
227
227
|
Source: str = ...,
|
|
228
|
-
PaginationConfig:
|
|
228
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
229
229
|
) -> _PageIterator[ClusterParameterGroupDetailsTypeDef]:
|
|
230
230
|
"""
|
|
231
231
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterParameters.paginate)
|
|
@@ -244,7 +244,7 @@ class DescribeClusterSecurityGroupsPaginator(Paginator):
|
|
|
244
244
|
ClusterSecurityGroupName: str = ...,
|
|
245
245
|
TagKeys: Sequence[str] = ...,
|
|
246
246
|
TagValues: Sequence[str] = ...,
|
|
247
|
-
PaginationConfig:
|
|
247
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
248
248
|
) -> _PageIterator[ClusterSecurityGroupMessageTypeDef]:
|
|
249
249
|
"""
|
|
250
250
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterSecurityGroups.paginate)
|
|
@@ -271,7 +271,7 @@ class DescribeClusterSnapshotsPaginator(Paginator):
|
|
|
271
271
|
TagValues: Sequence[str] = ...,
|
|
272
272
|
ClusterExists: bool = ...,
|
|
273
273
|
SortingEntities: Sequence[SnapshotSortingEntityTypeDef] = ...,
|
|
274
|
-
PaginationConfig:
|
|
274
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
275
275
|
) -> _PageIterator[SnapshotMessageTypeDef]:
|
|
276
276
|
"""
|
|
277
277
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterSnapshots.paginate)
|
|
@@ -290,7 +290,7 @@ class DescribeClusterSubnetGroupsPaginator(Paginator):
|
|
|
290
290
|
ClusterSubnetGroupName: str = ...,
|
|
291
291
|
TagKeys: Sequence[str] = ...,
|
|
292
292
|
TagValues: Sequence[str] = ...,
|
|
293
|
-
PaginationConfig:
|
|
293
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
294
294
|
) -> _PageIterator[ClusterSubnetGroupMessageTypeDef]:
|
|
295
295
|
"""
|
|
296
296
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterSubnetGroups.paginate)
|
|
@@ -304,7 +304,7 @@ class DescribeClusterTracksPaginator(Paginator):
|
|
|
304
304
|
"""
|
|
305
305
|
|
|
306
306
|
def paginate(
|
|
307
|
-
self, *, MaintenanceTrackName: str = ..., PaginationConfig:
|
|
307
|
+
self, *, MaintenanceTrackName: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
308
308
|
) -> _PageIterator[TrackListMessageTypeDef]:
|
|
309
309
|
"""
|
|
310
310
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterTracks.paginate)
|
|
@@ -322,7 +322,7 @@ class DescribeClusterVersionsPaginator(Paginator):
|
|
|
322
322
|
*,
|
|
323
323
|
ClusterVersion: str = ...,
|
|
324
324
|
ClusterParameterGroupFamily: str = ...,
|
|
325
|
-
PaginationConfig:
|
|
325
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
326
326
|
) -> _PageIterator[ClusterVersionsMessageTypeDef]:
|
|
327
327
|
"""
|
|
328
328
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusterVersions.paginate)
|
|
@@ -341,7 +341,7 @@ class DescribeClustersPaginator(Paginator):
|
|
|
341
341
|
ClusterIdentifier: str = ...,
|
|
342
342
|
TagKeys: Sequence[str] = ...,
|
|
343
343
|
TagValues: Sequence[str] = ...,
|
|
344
|
-
PaginationConfig:
|
|
344
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
345
345
|
) -> _PageIterator[ClustersMessageTypeDef]:
|
|
346
346
|
"""
|
|
347
347
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeClusters.paginate)
|
|
@@ -359,7 +359,7 @@ class DescribeCustomDomainAssociationsPaginator(Paginator):
|
|
|
359
359
|
*,
|
|
360
360
|
CustomDomainName: str = ...,
|
|
361
361
|
CustomDomainCertificateArn: str = ...,
|
|
362
|
-
PaginationConfig:
|
|
362
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
363
363
|
) -> _PageIterator[CustomDomainAssociationsMessageTypeDef]:
|
|
364
364
|
"""
|
|
365
365
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeCustomDomainAssociations.paginate)
|
|
@@ -373,7 +373,7 @@ class DescribeDataSharesPaginator(Paginator):
|
|
|
373
373
|
"""
|
|
374
374
|
|
|
375
375
|
def paginate(
|
|
376
|
-
self, *, DataShareArn: str = ..., PaginationConfig:
|
|
376
|
+
self, *, DataShareArn: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
377
377
|
) -> _PageIterator[DescribeDataSharesResultTypeDef]:
|
|
378
378
|
"""
|
|
379
379
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDataShares.paginate)
|
|
@@ -391,7 +391,7 @@ class DescribeDataSharesForConsumerPaginator(Paginator):
|
|
|
391
391
|
*,
|
|
392
392
|
ConsumerArn: str = ...,
|
|
393
393
|
Status: DataShareStatusForConsumerType = ...,
|
|
394
|
-
PaginationConfig:
|
|
394
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
395
395
|
) -> _PageIterator[DescribeDataSharesForConsumerResultTypeDef]:
|
|
396
396
|
"""
|
|
397
397
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDataSharesForConsumer.paginate)
|
|
@@ -409,7 +409,7 @@ class DescribeDataSharesForProducerPaginator(Paginator):
|
|
|
409
409
|
*,
|
|
410
410
|
ProducerArn: str = ...,
|
|
411
411
|
Status: DataShareStatusForProducerType = ...,
|
|
412
|
-
PaginationConfig:
|
|
412
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
413
413
|
) -> _PageIterator[DescribeDataSharesForProducerResultTypeDef]:
|
|
414
414
|
"""
|
|
415
415
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDataSharesForProducer.paginate)
|
|
@@ -423,7 +423,7 @@ class DescribeDefaultClusterParametersPaginator(Paginator):
|
|
|
423
423
|
"""
|
|
424
424
|
|
|
425
425
|
def paginate(
|
|
426
|
-
self, *, ParameterGroupFamily: str, PaginationConfig:
|
|
426
|
+
self, *, ParameterGroupFamily: str, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
427
427
|
) -> _PageIterator[DescribeDefaultClusterParametersResultTypeDef]:
|
|
428
428
|
"""
|
|
429
429
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeDefaultClusterParameters.paginate)
|
|
@@ -443,7 +443,7 @@ class DescribeEndpointAccessPaginator(Paginator):
|
|
|
443
443
|
ResourceOwner: str = ...,
|
|
444
444
|
EndpointName: str = ...,
|
|
445
445
|
VpcId: str = ...,
|
|
446
|
-
PaginationConfig:
|
|
446
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
447
447
|
) -> _PageIterator[EndpointAccessListTypeDef]:
|
|
448
448
|
"""
|
|
449
449
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEndpointAccess.paginate)
|
|
@@ -462,7 +462,7 @@ class DescribeEndpointAuthorizationPaginator(Paginator):
|
|
|
462
462
|
ClusterIdentifier: str = ...,
|
|
463
463
|
Account: str = ...,
|
|
464
464
|
Grantee: bool = ...,
|
|
465
|
-
PaginationConfig:
|
|
465
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
466
466
|
) -> _PageIterator[EndpointAuthorizationListTypeDef]:
|
|
467
467
|
"""
|
|
468
468
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEndpointAuthorization.paginate)
|
|
@@ -481,7 +481,7 @@ class DescribeEventSubscriptionsPaginator(Paginator):
|
|
|
481
481
|
SubscriptionName: str = ...,
|
|
482
482
|
TagKeys: Sequence[str] = ...,
|
|
483
483
|
TagValues: Sequence[str] = ...,
|
|
484
|
-
PaginationConfig:
|
|
484
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
485
485
|
) -> _PageIterator[EventSubscriptionsMessageTypeDef]:
|
|
486
486
|
"""
|
|
487
487
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEventSubscriptions.paginate)
|
|
@@ -502,7 +502,7 @@ class DescribeEventsPaginator(Paginator):
|
|
|
502
502
|
StartTime: Union[datetime, str] = ...,
|
|
503
503
|
EndTime: Union[datetime, str] = ...,
|
|
504
504
|
Duration: int = ...,
|
|
505
|
-
PaginationConfig:
|
|
505
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
506
506
|
) -> _PageIterator[EventsMessageTypeDef]:
|
|
507
507
|
"""
|
|
508
508
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeEvents.paginate)
|
|
@@ -521,7 +521,7 @@ class DescribeHsmClientCertificatesPaginator(Paginator):
|
|
|
521
521
|
HsmClientCertificateIdentifier: str = ...,
|
|
522
522
|
TagKeys: Sequence[str] = ...,
|
|
523
523
|
TagValues: Sequence[str] = ...,
|
|
524
|
-
PaginationConfig:
|
|
524
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
525
525
|
) -> _PageIterator[HsmClientCertificateMessageTypeDef]:
|
|
526
526
|
"""
|
|
527
527
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeHsmClientCertificates.paginate)
|
|
@@ -540,7 +540,7 @@ class DescribeHsmConfigurationsPaginator(Paginator):
|
|
|
540
540
|
HsmConfigurationIdentifier: str = ...,
|
|
541
541
|
TagKeys: Sequence[str] = ...,
|
|
542
542
|
TagValues: Sequence[str] = ...,
|
|
543
|
-
PaginationConfig:
|
|
543
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
544
544
|
) -> _PageIterator[HsmConfigurationMessageTypeDef]:
|
|
545
545
|
"""
|
|
546
546
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeHsmConfigurations.paginate)
|
|
@@ -562,7 +562,7 @@ class DescribeNodeConfigurationOptionsPaginator(Paginator):
|
|
|
562
562
|
SnapshotArn: str = ...,
|
|
563
563
|
OwnerAccount: str = ...,
|
|
564
564
|
Filters: Sequence[NodeConfigurationOptionsFilterTypeDef] = ...,
|
|
565
|
-
PaginationConfig:
|
|
565
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
566
566
|
) -> _PageIterator[NodeConfigurationOptionsMessageTypeDef]:
|
|
567
567
|
"""
|
|
568
568
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeNodeConfigurationOptions.paginate)
|
|
@@ -580,7 +580,7 @@ class DescribeOrderableClusterOptionsPaginator(Paginator):
|
|
|
580
580
|
*,
|
|
581
581
|
ClusterVersion: str = ...,
|
|
582
582
|
NodeType: str = ...,
|
|
583
|
-
PaginationConfig:
|
|
583
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
584
584
|
) -> _PageIterator[OrderableClusterOptionsMessageTypeDef]:
|
|
585
585
|
"""
|
|
586
586
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeOrderableClusterOptions.paginate)
|
|
@@ -598,7 +598,7 @@ class DescribeReservedNodeExchangeStatusPaginator(Paginator):
|
|
|
598
598
|
*,
|
|
599
599
|
ReservedNodeId: str = ...,
|
|
600
600
|
ReservedNodeExchangeRequestId: str = ...,
|
|
601
|
-
PaginationConfig:
|
|
601
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
602
602
|
) -> _PageIterator[DescribeReservedNodeExchangeStatusOutputMessageTypeDef]:
|
|
603
603
|
"""
|
|
604
604
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodeExchangeStatus.paginate)
|
|
@@ -612,7 +612,7 @@ class DescribeReservedNodeOfferingsPaginator(Paginator):
|
|
|
612
612
|
"""
|
|
613
613
|
|
|
614
614
|
def paginate(
|
|
615
|
-
self, *, ReservedNodeOfferingId: str = ..., PaginationConfig:
|
|
615
|
+
self, *, ReservedNodeOfferingId: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
616
616
|
) -> _PageIterator[ReservedNodeOfferingsMessageTypeDef]:
|
|
617
617
|
"""
|
|
618
618
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodeOfferings.paginate)
|
|
@@ -626,7 +626,7 @@ class DescribeReservedNodesPaginator(Paginator):
|
|
|
626
626
|
"""
|
|
627
627
|
|
|
628
628
|
def paginate(
|
|
629
|
-
self, *, ReservedNodeId: str = ..., PaginationConfig:
|
|
629
|
+
self, *, ReservedNodeId: str = ..., PaginationConfig: PaginatorConfigTypeDef = ...
|
|
630
630
|
) -> _PageIterator[ReservedNodesMessageTypeDef]:
|
|
631
631
|
"""
|
|
632
632
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodes.paginate)
|
|
@@ -648,7 +648,7 @@ class DescribeScheduledActionsPaginator(Paginator):
|
|
|
648
648
|
EndTime: Union[datetime, str] = ...,
|
|
649
649
|
Active: bool = ...,
|
|
650
650
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
651
|
-
PaginationConfig:
|
|
651
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
652
652
|
) -> _PageIterator[ScheduledActionsMessageTypeDef]:
|
|
653
653
|
"""
|
|
654
654
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeScheduledActions.paginate)
|
|
@@ -667,7 +667,7 @@ class DescribeSnapshotCopyGrantsPaginator(Paginator):
|
|
|
667
667
|
SnapshotCopyGrantName: str = ...,
|
|
668
668
|
TagKeys: Sequence[str] = ...,
|
|
669
669
|
TagValues: Sequence[str] = ...,
|
|
670
|
-
PaginationConfig:
|
|
670
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
671
671
|
) -> _PageIterator[SnapshotCopyGrantMessageTypeDef]:
|
|
672
672
|
"""
|
|
673
673
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeSnapshotCopyGrants.paginate)
|
|
@@ -687,7 +687,7 @@ class DescribeSnapshotSchedulesPaginator(Paginator):
|
|
|
687
687
|
ScheduleIdentifier: str = ...,
|
|
688
688
|
TagKeys: Sequence[str] = ...,
|
|
689
689
|
TagValues: Sequence[str] = ...,
|
|
690
|
-
PaginationConfig:
|
|
690
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
691
691
|
) -> _PageIterator[DescribeSnapshotSchedulesOutputMessageTypeDef]:
|
|
692
692
|
"""
|
|
693
693
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeSnapshotSchedules.paginate)
|
|
@@ -705,7 +705,7 @@ class DescribeTableRestoreStatusPaginator(Paginator):
|
|
|
705
705
|
*,
|
|
706
706
|
ClusterIdentifier: str = ...,
|
|
707
707
|
TableRestoreRequestId: str = ...,
|
|
708
|
-
PaginationConfig:
|
|
708
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
709
709
|
) -> _PageIterator[TableRestoreStatusMessageTypeDef]:
|
|
710
710
|
"""
|
|
711
711
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeTableRestoreStatus.paginate)
|
|
@@ -725,7 +725,7 @@ class DescribeTagsPaginator(Paginator):
|
|
|
725
725
|
ResourceType: str = ...,
|
|
726
726
|
TagKeys: Sequence[str] = ...,
|
|
727
727
|
TagValues: Sequence[str] = ...,
|
|
728
|
-
PaginationConfig:
|
|
728
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
729
729
|
) -> _PageIterator[TaggedResourceListMessageTypeDef]:
|
|
730
730
|
"""
|
|
731
731
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeTags.paginate)
|
|
@@ -746,7 +746,7 @@ class DescribeUsageLimitsPaginator(Paginator):
|
|
|
746
746
|
FeatureType: UsageLimitFeatureTypeType = ...,
|
|
747
747
|
TagKeys: Sequence[str] = ...,
|
|
748
748
|
TagValues: Sequence[str] = ...,
|
|
749
|
-
PaginationConfig:
|
|
749
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
750
750
|
) -> _PageIterator[UsageLimitListTypeDef]:
|
|
751
751
|
"""
|
|
752
752
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeUsageLimits.paginate)
|
|
@@ -765,7 +765,7 @@ class GetReservedNodeExchangeConfigurationOptionsPaginator(Paginator):
|
|
|
765
765
|
ActionType: ReservedNodeExchangeActionTypeType,
|
|
766
766
|
ClusterIdentifier: str = ...,
|
|
767
767
|
SnapshotIdentifier: str = ...,
|
|
768
|
-
PaginationConfig:
|
|
768
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
769
769
|
) -> _PageIterator[GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef]:
|
|
770
770
|
"""
|
|
771
771
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.GetReservedNodeExchangeConfigurationOptions.paginate)
|
|
@@ -779,7 +779,7 @@ class GetReservedNodeExchangeOfferingsPaginator(Paginator):
|
|
|
779
779
|
"""
|
|
780
780
|
|
|
781
781
|
def paginate(
|
|
782
|
-
self, *, ReservedNodeId: str, PaginationConfig:
|
|
782
|
+
self, *, ReservedNodeId: str, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
783
783
|
) -> _PageIterator[GetReservedNodeExchangeOfferingsOutputMessageTypeDef]:
|
|
784
784
|
"""
|
|
785
785
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.GetReservedNodeExchangeOfferings.paginate)
|