mypy-boto3-redshift 1.26.79__tar.gz → 1.27.0__tar.gz
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-1.26.79 → mypy-boto3-redshift-1.27.0}/LICENSE +1 -1
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/PKG-INFO +69 -54
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/README.md +67 -52
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/__init__.py +4 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/__init__.pyi +4 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/__main__.py +3 -3
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift/client.pyi → mypy-boto3-redshift-1.27.0/mypy_boto3_redshift/client.py +235 -3
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift/client.py → mypy-boto3-redshift-1.27.0/mypy_boto3_redshift/client.pyi +64 -161
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/literals.py +13 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/literals.pyi +13 -0
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift/paginator.pyi → mypy-boto3-redshift-1.27.0/mypy_boto3_redshift/paginator.py +89 -32
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift/paginator.py → mypy-boto3-redshift-1.27.0/mypy_boto3_redshift/paginator.pyi +53 -65
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift/type_defs.pyi → mypy-boto3-redshift-1.27.0/mypy_boto3_redshift/type_defs.py +1053 -822
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift/type_defs.py → mypy-boto3-redshift-1.27.0/mypy_boto3_redshift/type_defs.pyi +931 -938
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/version.py +1 -1
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift.egg-info/PKG-INFO +69 -54
- mypy-boto3-redshift-1.27.0/mypy_boto3_redshift.egg-info/requires.txt +3 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/setup.py +6 -6
- mypy-boto3-redshift-1.26.79/mypy_boto3_redshift.egg-info/requires.txt +0 -1
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/py.typed +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/waiter.py +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift/waiter.pyi +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift.egg-info/not-zip-safe +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/mypy_boto3_redshift.egg-info/top_level.txt +0 -0
- {mypy-boto3-redshift-1.26.79 → mypy-boto3-redshift-1.27.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-redshift
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.Redshift 1.
|
|
3
|
+
Version: 1.27.0
|
|
4
|
+
Summary: Type annotations for boto3.Redshift 1.27.0 service generated with mypy-boto3-builder 7.14.5
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -36,13 +36,13 @@ License-File: LICENSE
|
|
|
36
36
|
|
|
37
37
|
[](https://pypi.org/project/mypy-boto3-redshift)
|
|
38
38
|
[](https://pypi.org/project/mypy-boto3-redshift)
|
|
39
|
-
[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/)
|
|
40
40
|
[](https://pypistats.org/packages/mypy-boto3-redshift)
|
|
41
41
|
|
|
42
42
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.Redshift 1.
|
|
45
|
+
[boto3.Redshift 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
46
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
52
|
|
|
53
53
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
54
|
+
[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
|
|
55
55
|
|
|
56
56
|
More information can be found on
|
|
57
57
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -293,6 +293,7 @@ from mypy_boto3_redshift.paginator import (
|
|
|
293
293
|
DescribeClusterTracksPaginator,
|
|
294
294
|
DescribeClusterVersionsPaginator,
|
|
295
295
|
DescribeClustersPaginator,
|
|
296
|
+
DescribeCustomDomainAssociationsPaginator,
|
|
296
297
|
DescribeDataSharesPaginator,
|
|
297
298
|
DescribeDataSharesForConsumerPaginator,
|
|
298
299
|
DescribeDataSharesForProducerPaginator,
|
|
@@ -347,6 +348,9 @@ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.g
|
|
|
347
348
|
"describe_cluster_versions"
|
|
348
349
|
)
|
|
349
350
|
describe_clusters_paginator: DescribeClustersPaginator = client.get_paginator("describe_clusters")
|
|
351
|
+
describe_custom_domain_associations_paginator: DescribeCustomDomainAssociationsPaginator = (
|
|
352
|
+
client.get_paginator("describe_custom_domain_associations")
|
|
353
|
+
)
|
|
350
354
|
describe_data_shares_paginator: DescribeDataSharesPaginator = client.get_paginator(
|
|
351
355
|
"describe_data_shares"
|
|
352
356
|
)
|
|
@@ -469,6 +473,7 @@ from mypy_boto3_redshift.literals import (
|
|
|
469
473
|
DescribeClusterTracksPaginatorName,
|
|
470
474
|
DescribeClusterVersionsPaginatorName,
|
|
471
475
|
DescribeClustersPaginatorName,
|
|
476
|
+
DescribeCustomDomainAssociationsPaginatorName,
|
|
472
477
|
DescribeDataSharesForConsumerPaginatorName,
|
|
473
478
|
DescribeDataSharesForProducerPaginatorName,
|
|
474
479
|
DescribeDataSharesPaginatorName,
|
|
@@ -537,11 +542,11 @@ to typed dictionaries for additional type checking.
|
|
|
537
542
|
```python
|
|
538
543
|
from mypy_boto3_redshift.type_defs import (
|
|
539
544
|
AcceptReservedNodeExchangeInputMessageRequestTypeDef,
|
|
540
|
-
ResponseMetadataTypeDef,
|
|
541
545
|
AttributeValueTargetTypeDef,
|
|
542
546
|
AccountWithRestoreAccessTypeDef,
|
|
543
547
|
AquaConfigurationTypeDef,
|
|
544
548
|
AssociateDataShareConsumerMessageRequestTypeDef,
|
|
549
|
+
CertificateAssociationTypeDef,
|
|
545
550
|
AuthenticationProfileTypeDef,
|
|
546
551
|
AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef,
|
|
547
552
|
AuthorizeDataShareMessageRequestTypeDef,
|
|
@@ -553,10 +558,13 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
553
558
|
BatchModifyClusterSnapshotsMessageRequestTypeDef,
|
|
554
559
|
CancelResizeMessageRequestTypeDef,
|
|
555
560
|
ClusterAssociatedToScheduleTypeDef,
|
|
561
|
+
ClusterCredentialsTypeDef,
|
|
556
562
|
RevisionTargetTypeDef,
|
|
563
|
+
ClusterExtendedCredentialsTypeDef,
|
|
557
564
|
ClusterIamRoleTypeDef,
|
|
558
565
|
ClusterNodeTypeDef,
|
|
559
566
|
ParameterTypeDef,
|
|
567
|
+
ClusterParameterGroupNameMessageTypeDef,
|
|
560
568
|
ClusterParameterStatusTypeDef,
|
|
561
569
|
TagTypeDef,
|
|
562
570
|
ClusterSecurityGroupMembershipTypeDef,
|
|
@@ -573,15 +581,21 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
573
581
|
ClusterVersionTypeDef,
|
|
574
582
|
CopyClusterSnapshotMessageRequestTypeDef,
|
|
575
583
|
CreateAuthenticationProfileMessageRequestTypeDef,
|
|
584
|
+
CreateAuthenticationProfileResultTypeDef,
|
|
585
|
+
CreateCustomDomainAssociationMessageRequestTypeDef,
|
|
586
|
+
CreateCustomDomainAssociationResultTypeDef,
|
|
576
587
|
CreateEndpointAccessMessageRequestTypeDef,
|
|
588
|
+
CustomerStorageMessageTypeDef,
|
|
577
589
|
DataShareAssociationTypeDef,
|
|
578
590
|
DeauthorizeDataShareMessageRequestTypeDef,
|
|
579
591
|
DeleteAuthenticationProfileMessageRequestTypeDef,
|
|
592
|
+
DeleteAuthenticationProfileResultTypeDef,
|
|
580
593
|
DeleteClusterMessageRequestTypeDef,
|
|
581
594
|
DeleteClusterParameterGroupMessageRequestTypeDef,
|
|
582
595
|
DeleteClusterSecurityGroupMessageRequestTypeDef,
|
|
583
596
|
DeleteClusterSnapshotMessageRequestTypeDef,
|
|
584
597
|
DeleteClusterSubnetGroupMessageRequestTypeDef,
|
|
598
|
+
DeleteCustomDomainAssociationMessageRequestTypeDef,
|
|
585
599
|
DeleteEndpointAccessMessageRequestTypeDef,
|
|
586
600
|
DeleteEventSubscriptionMessageRequestTypeDef,
|
|
587
601
|
DeleteHsmClientCertificateMessageRequestTypeDef,
|
|
@@ -593,57 +607,91 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
593
607
|
DeleteUsageLimitMessageRequestTypeDef,
|
|
594
608
|
DescribeAccountAttributesMessageRequestTypeDef,
|
|
595
609
|
DescribeAuthenticationProfilesMessageRequestTypeDef,
|
|
596
|
-
|
|
610
|
+
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
597
611
|
DescribeClusterDbRevisionsMessageRequestTypeDef,
|
|
612
|
+
DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef,
|
|
598
613
|
DescribeClusterParameterGroupsMessageRequestTypeDef,
|
|
614
|
+
DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef,
|
|
599
615
|
DescribeClusterParametersMessageRequestTypeDef,
|
|
616
|
+
DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef,
|
|
600
617
|
DescribeClusterSecurityGroupsMessageRequestTypeDef,
|
|
601
618
|
SnapshotSortingEntityTypeDef,
|
|
602
619
|
WaiterConfigTypeDef,
|
|
620
|
+
DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef,
|
|
603
621
|
DescribeClusterSubnetGroupsMessageRequestTypeDef,
|
|
622
|
+
DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef,
|
|
604
623
|
DescribeClusterTracksMessageRequestTypeDef,
|
|
624
|
+
DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef,
|
|
605
625
|
DescribeClusterVersionsMessageRequestTypeDef,
|
|
626
|
+
DescribeClustersMessageDescribeClustersPaginateTypeDef,
|
|
606
627
|
DescribeClustersMessageRequestTypeDef,
|
|
628
|
+
DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef,
|
|
629
|
+
DescribeCustomDomainAssociationsMessageRequestTypeDef,
|
|
630
|
+
DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef,
|
|
607
631
|
DescribeDataSharesForConsumerMessageRequestTypeDef,
|
|
632
|
+
DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef,
|
|
608
633
|
DescribeDataSharesForProducerMessageRequestTypeDef,
|
|
634
|
+
DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef,
|
|
609
635
|
DescribeDataSharesMessageRequestTypeDef,
|
|
636
|
+
DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef,
|
|
610
637
|
DescribeDefaultClusterParametersMessageRequestTypeDef,
|
|
638
|
+
DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef,
|
|
611
639
|
DescribeEndpointAccessMessageRequestTypeDef,
|
|
640
|
+
DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef,
|
|
612
641
|
DescribeEndpointAuthorizationMessageRequestTypeDef,
|
|
613
642
|
DescribeEventCategoriesMessageRequestTypeDef,
|
|
643
|
+
DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef,
|
|
614
644
|
DescribeEventSubscriptionsMessageRequestTypeDef,
|
|
645
|
+
DescribeEventsMessageDescribeEventsPaginateTypeDef,
|
|
615
646
|
DescribeEventsMessageRequestTypeDef,
|
|
647
|
+
DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef,
|
|
616
648
|
DescribeHsmClientCertificatesMessageRequestTypeDef,
|
|
649
|
+
DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef,
|
|
617
650
|
DescribeHsmConfigurationsMessageRequestTypeDef,
|
|
618
651
|
DescribeLoggingStatusMessageRequestTypeDef,
|
|
619
652
|
NodeConfigurationOptionsFilterTypeDef,
|
|
653
|
+
DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef,
|
|
620
654
|
DescribeOrderableClusterOptionsMessageRequestTypeDef,
|
|
621
655
|
DescribePartnersInputMessageRequestTypeDef,
|
|
622
656
|
PartnerIntegrationInfoTypeDef,
|
|
657
|
+
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef,
|
|
623
658
|
DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef,
|
|
659
|
+
DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef,
|
|
624
660
|
DescribeReservedNodeOfferingsMessageRequestTypeDef,
|
|
661
|
+
DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef,
|
|
625
662
|
DescribeReservedNodesMessageRequestTypeDef,
|
|
626
663
|
DescribeResizeMessageRequestTypeDef,
|
|
627
664
|
ScheduledActionFilterTypeDef,
|
|
665
|
+
DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef,
|
|
628
666
|
DescribeSnapshotCopyGrantsMessageRequestTypeDef,
|
|
667
|
+
DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef,
|
|
629
668
|
DescribeSnapshotSchedulesMessageRequestTypeDef,
|
|
669
|
+
DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef,
|
|
630
670
|
DescribeTableRestoreStatusMessageRequestTypeDef,
|
|
671
|
+
DescribeTagsMessageDescribeTagsPaginateTypeDef,
|
|
631
672
|
DescribeTagsMessageRequestTypeDef,
|
|
673
|
+
DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef,
|
|
632
674
|
DescribeUsageLimitsMessageRequestTypeDef,
|
|
633
675
|
DisableLoggingMessageRequestTypeDef,
|
|
634
676
|
DisableSnapshotCopyMessageRequestTypeDef,
|
|
635
677
|
DisassociateDataShareConsumerMessageRequestTypeDef,
|
|
678
|
+
EmptyResponseMetadataTypeDef,
|
|
636
679
|
EnableLoggingMessageRequestTypeDef,
|
|
637
680
|
EnableSnapshotCopyMessageRequestTypeDef,
|
|
638
681
|
EndpointAuthorizationTypeDef,
|
|
682
|
+
EndpointAuthorizationResponseMetadataTypeDef,
|
|
639
683
|
EventInfoMapTypeDef,
|
|
640
684
|
EventTypeDef,
|
|
641
685
|
GetClusterCredentialsMessageRequestTypeDef,
|
|
642
686
|
GetClusterCredentialsWithIAMMessageRequestTypeDef,
|
|
687
|
+
GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef,
|
|
643
688
|
GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef,
|
|
689
|
+
GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef,
|
|
644
690
|
GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef,
|
|
691
|
+
LoggingStatusTypeDef,
|
|
645
692
|
ModifyAquaInputMessageRequestTypeDef,
|
|
646
693
|
ModifyAuthenticationProfileMessageRequestTypeDef,
|
|
694
|
+
ModifyAuthenticationProfileResultTypeDef,
|
|
647
695
|
ModifyClusterDbRevisionMessageRequestTypeDef,
|
|
648
696
|
ModifyClusterIamRolesMessageRequestTypeDef,
|
|
649
697
|
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
@@ -651,6 +699,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
651
699
|
ModifyClusterSnapshotMessageRequestTypeDef,
|
|
652
700
|
ModifyClusterSnapshotScheduleMessageRequestTypeDef,
|
|
653
701
|
ModifyClusterSubnetGroupMessageRequestTypeDef,
|
|
702
|
+
ModifyCustomDomainAssociationMessageRequestTypeDef,
|
|
703
|
+
ModifyCustomDomainAssociationResultTypeDef,
|
|
654
704
|
ModifyEndpointAccessMessageRequestTypeDef,
|
|
655
705
|
ModifyEventSubscriptionMessageRequestTypeDef,
|
|
656
706
|
ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef,
|
|
@@ -658,7 +708,9 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
658
708
|
ModifyUsageLimitMessageRequestTypeDef,
|
|
659
709
|
NetworkInterfaceTypeDef,
|
|
660
710
|
NodeConfigurationOptionTypeDef,
|
|
711
|
+
PaginatorConfigTypeDef,
|
|
661
712
|
PartnerIntegrationInputMessageRequestTypeDef,
|
|
713
|
+
PartnerIntegrationOutputMessageTypeDef,
|
|
662
714
|
PauseClusterMessageRequestTypeDef,
|
|
663
715
|
PauseClusterMessageTypeDef,
|
|
664
716
|
PurchaseReservedNodeOfferingMessageRequestTypeDef,
|
|
@@ -667,6 +719,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
667
719
|
RejectDataShareMessageRequestTypeDef,
|
|
668
720
|
ResizeClusterMessageRequestTypeDef,
|
|
669
721
|
ResizeClusterMessageTypeDef,
|
|
722
|
+
ResizeProgressMessageTypeDef,
|
|
723
|
+
ResponseMetadataTypeDef,
|
|
670
724
|
RestoreFromClusterSnapshotMessageRequestTypeDef,
|
|
671
725
|
RestoreTableFromClusterSnapshotMessageRequestTypeDef,
|
|
672
726
|
TableRestoreStatusTypeDef,
|
|
@@ -678,20 +732,9 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
678
732
|
RotateEncryptionKeyMessageRequestTypeDef,
|
|
679
733
|
SupportedOperationTypeDef,
|
|
680
734
|
UpdatePartnerStatusInputMessageRequestTypeDef,
|
|
681
|
-
ClusterCredentialsTypeDef,
|
|
682
|
-
ClusterExtendedCredentialsTypeDef,
|
|
683
|
-
ClusterParameterGroupNameMessageTypeDef,
|
|
684
|
-
CreateAuthenticationProfileResultTypeDef,
|
|
685
|
-
CustomerStorageMessageTypeDef,
|
|
686
|
-
DeleteAuthenticationProfileResultTypeDef,
|
|
687
|
-
EmptyResponseMetadataTypeDef,
|
|
688
|
-
EndpointAuthorizationResponseMetadataTypeDef,
|
|
689
|
-
LoggingStatusTypeDef,
|
|
690
|
-
ModifyAuthenticationProfileResultTypeDef,
|
|
691
|
-
PartnerIntegrationOutputMessageTypeDef,
|
|
692
|
-
ResizeProgressMessageTypeDef,
|
|
693
735
|
AccountAttributeTypeDef,
|
|
694
736
|
ModifyAquaOutputMessageTypeDef,
|
|
737
|
+
AssociationTypeDef,
|
|
695
738
|
DescribeAuthenticationProfilesResultTypeDef,
|
|
696
739
|
AvailabilityZoneTypeDef,
|
|
697
740
|
BatchDeleteClusterSnapshotsRequestRequestTypeDef,
|
|
@@ -732,35 +775,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
732
775
|
ClusterVersionsMessageTypeDef,
|
|
733
776
|
DataShareResponseMetadataTypeDef,
|
|
734
777
|
DataShareTypeDef,
|
|
735
|
-
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
736
|
-
DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef,
|
|
737
|
-
DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef,
|
|
738
|
-
DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef,
|
|
739
|
-
DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef,
|
|
740
|
-
DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef,
|
|
741
|
-
DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef,
|
|
742
|
-
DescribeClustersMessageDescribeClustersPaginateTypeDef,
|
|
743
|
-
DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef,
|
|
744
|
-
DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef,
|
|
745
|
-
DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef,
|
|
746
|
-
DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef,
|
|
747
|
-
DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef,
|
|
748
|
-
DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef,
|
|
749
|
-
DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef,
|
|
750
|
-
DescribeEventsMessageDescribeEventsPaginateTypeDef,
|
|
751
|
-
DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef,
|
|
752
|
-
DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef,
|
|
753
|
-
DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef,
|
|
754
|
-
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef,
|
|
755
|
-
DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef,
|
|
756
|
-
DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef,
|
|
757
|
-
DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef,
|
|
758
|
-
DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef,
|
|
759
|
-
DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef,
|
|
760
|
-
DescribeTagsMessageDescribeTagsPaginateTypeDef,
|
|
761
|
-
DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef,
|
|
762
|
-
GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef,
|
|
763
|
-
GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef,
|
|
764
778
|
DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef,
|
|
765
779
|
DescribeClusterSnapshotsMessageRequestTypeDef,
|
|
766
780
|
DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef,
|
|
@@ -784,6 +798,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
784
798
|
ScheduledActionTypeTypeDef,
|
|
785
799
|
UpdateTargetTypeDef,
|
|
786
800
|
AccountAttributeListTypeDef,
|
|
801
|
+
CustomDomainAssociationsMessageTypeDef,
|
|
787
802
|
OrderableClusterOptionTypeDef,
|
|
788
803
|
SubnetTypeDef,
|
|
789
804
|
ClusterDbRevisionsMessageTypeDef,
|
|
@@ -872,12 +887,11 @@ def get_structure() -> AcceptReservedNodeExchangeInputMessageRequestTypeDef:
|
|
|
872
887
|
Fully automated
|
|
873
888
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
874
889
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
875
|
-
updates. It delivers
|
|
890
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
876
891
|
|
|
877
892
|
- All available `boto3` services are covered.
|
|
878
893
|
- Each public class and method of every `boto3` service gets valid type
|
|
879
|
-
annotations extracted from
|
|
880
|
-
are incorrect).
|
|
894
|
+
annotations extracted from `botocore` schemas.
|
|
881
895
|
- Type annotations include up-to-date documentation.
|
|
882
896
|
- Link to documentation is provided for every method.
|
|
883
897
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -891,15 +905,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
891
905
|
|
|
892
906
|
### Implemented features
|
|
893
907
|
|
|
894
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
908
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
909
|
+
libraries
|
|
895
910
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
896
911
|
compatibility
|
|
897
912
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
898
913
|
annotations for each service
|
|
899
914
|
- Generated `TypeDefs` for each service
|
|
900
915
|
- Generated `Literals` for each service
|
|
901
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
902
|
-
- Auto discovery of types for `session.client` and `session.
|
|
916
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
917
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
903
918
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
904
919
|
calls
|
|
905
920
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://pypi.org/project/mypy-boto3-redshift)
|
|
6
6
|
[](https://pypi.org/project/mypy-boto3-redshift)
|
|
7
|
-
[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/)
|
|
8
8
|
[](https://pypistats.org/packages/mypy-boto3-redshift)
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Redshift 1.
|
|
13
|
+
[boto3.Redshift 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -261,6 +261,7 @@ from mypy_boto3_redshift.paginator import (
|
|
|
261
261
|
DescribeClusterTracksPaginator,
|
|
262
262
|
DescribeClusterVersionsPaginator,
|
|
263
263
|
DescribeClustersPaginator,
|
|
264
|
+
DescribeCustomDomainAssociationsPaginator,
|
|
264
265
|
DescribeDataSharesPaginator,
|
|
265
266
|
DescribeDataSharesForConsumerPaginator,
|
|
266
267
|
DescribeDataSharesForProducerPaginator,
|
|
@@ -315,6 +316,9 @@ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.g
|
|
|
315
316
|
"describe_cluster_versions"
|
|
316
317
|
)
|
|
317
318
|
describe_clusters_paginator: DescribeClustersPaginator = client.get_paginator("describe_clusters")
|
|
319
|
+
describe_custom_domain_associations_paginator: DescribeCustomDomainAssociationsPaginator = (
|
|
320
|
+
client.get_paginator("describe_custom_domain_associations")
|
|
321
|
+
)
|
|
318
322
|
describe_data_shares_paginator: DescribeDataSharesPaginator = client.get_paginator(
|
|
319
323
|
"describe_data_shares"
|
|
320
324
|
)
|
|
@@ -437,6 +441,7 @@ from mypy_boto3_redshift.literals import (
|
|
|
437
441
|
DescribeClusterTracksPaginatorName,
|
|
438
442
|
DescribeClusterVersionsPaginatorName,
|
|
439
443
|
DescribeClustersPaginatorName,
|
|
444
|
+
DescribeCustomDomainAssociationsPaginatorName,
|
|
440
445
|
DescribeDataSharesForConsumerPaginatorName,
|
|
441
446
|
DescribeDataSharesForProducerPaginatorName,
|
|
442
447
|
DescribeDataSharesPaginatorName,
|
|
@@ -505,11 +510,11 @@ to typed dictionaries for additional type checking.
|
|
|
505
510
|
```python
|
|
506
511
|
from mypy_boto3_redshift.type_defs import (
|
|
507
512
|
AcceptReservedNodeExchangeInputMessageRequestTypeDef,
|
|
508
|
-
ResponseMetadataTypeDef,
|
|
509
513
|
AttributeValueTargetTypeDef,
|
|
510
514
|
AccountWithRestoreAccessTypeDef,
|
|
511
515
|
AquaConfigurationTypeDef,
|
|
512
516
|
AssociateDataShareConsumerMessageRequestTypeDef,
|
|
517
|
+
CertificateAssociationTypeDef,
|
|
513
518
|
AuthenticationProfileTypeDef,
|
|
514
519
|
AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef,
|
|
515
520
|
AuthorizeDataShareMessageRequestTypeDef,
|
|
@@ -521,10 +526,13 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
521
526
|
BatchModifyClusterSnapshotsMessageRequestTypeDef,
|
|
522
527
|
CancelResizeMessageRequestTypeDef,
|
|
523
528
|
ClusterAssociatedToScheduleTypeDef,
|
|
529
|
+
ClusterCredentialsTypeDef,
|
|
524
530
|
RevisionTargetTypeDef,
|
|
531
|
+
ClusterExtendedCredentialsTypeDef,
|
|
525
532
|
ClusterIamRoleTypeDef,
|
|
526
533
|
ClusterNodeTypeDef,
|
|
527
534
|
ParameterTypeDef,
|
|
535
|
+
ClusterParameterGroupNameMessageTypeDef,
|
|
528
536
|
ClusterParameterStatusTypeDef,
|
|
529
537
|
TagTypeDef,
|
|
530
538
|
ClusterSecurityGroupMembershipTypeDef,
|
|
@@ -541,15 +549,21 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
541
549
|
ClusterVersionTypeDef,
|
|
542
550
|
CopyClusterSnapshotMessageRequestTypeDef,
|
|
543
551
|
CreateAuthenticationProfileMessageRequestTypeDef,
|
|
552
|
+
CreateAuthenticationProfileResultTypeDef,
|
|
553
|
+
CreateCustomDomainAssociationMessageRequestTypeDef,
|
|
554
|
+
CreateCustomDomainAssociationResultTypeDef,
|
|
544
555
|
CreateEndpointAccessMessageRequestTypeDef,
|
|
556
|
+
CustomerStorageMessageTypeDef,
|
|
545
557
|
DataShareAssociationTypeDef,
|
|
546
558
|
DeauthorizeDataShareMessageRequestTypeDef,
|
|
547
559
|
DeleteAuthenticationProfileMessageRequestTypeDef,
|
|
560
|
+
DeleteAuthenticationProfileResultTypeDef,
|
|
548
561
|
DeleteClusterMessageRequestTypeDef,
|
|
549
562
|
DeleteClusterParameterGroupMessageRequestTypeDef,
|
|
550
563
|
DeleteClusterSecurityGroupMessageRequestTypeDef,
|
|
551
564
|
DeleteClusterSnapshotMessageRequestTypeDef,
|
|
552
565
|
DeleteClusterSubnetGroupMessageRequestTypeDef,
|
|
566
|
+
DeleteCustomDomainAssociationMessageRequestTypeDef,
|
|
553
567
|
DeleteEndpointAccessMessageRequestTypeDef,
|
|
554
568
|
DeleteEventSubscriptionMessageRequestTypeDef,
|
|
555
569
|
DeleteHsmClientCertificateMessageRequestTypeDef,
|
|
@@ -561,57 +575,91 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
561
575
|
DeleteUsageLimitMessageRequestTypeDef,
|
|
562
576
|
DescribeAccountAttributesMessageRequestTypeDef,
|
|
563
577
|
DescribeAuthenticationProfilesMessageRequestTypeDef,
|
|
564
|
-
|
|
578
|
+
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
565
579
|
DescribeClusterDbRevisionsMessageRequestTypeDef,
|
|
580
|
+
DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef,
|
|
566
581
|
DescribeClusterParameterGroupsMessageRequestTypeDef,
|
|
582
|
+
DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef,
|
|
567
583
|
DescribeClusterParametersMessageRequestTypeDef,
|
|
584
|
+
DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef,
|
|
568
585
|
DescribeClusterSecurityGroupsMessageRequestTypeDef,
|
|
569
586
|
SnapshotSortingEntityTypeDef,
|
|
570
587
|
WaiterConfigTypeDef,
|
|
588
|
+
DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef,
|
|
571
589
|
DescribeClusterSubnetGroupsMessageRequestTypeDef,
|
|
590
|
+
DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef,
|
|
572
591
|
DescribeClusterTracksMessageRequestTypeDef,
|
|
592
|
+
DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef,
|
|
573
593
|
DescribeClusterVersionsMessageRequestTypeDef,
|
|
594
|
+
DescribeClustersMessageDescribeClustersPaginateTypeDef,
|
|
574
595
|
DescribeClustersMessageRequestTypeDef,
|
|
596
|
+
DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef,
|
|
597
|
+
DescribeCustomDomainAssociationsMessageRequestTypeDef,
|
|
598
|
+
DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef,
|
|
575
599
|
DescribeDataSharesForConsumerMessageRequestTypeDef,
|
|
600
|
+
DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef,
|
|
576
601
|
DescribeDataSharesForProducerMessageRequestTypeDef,
|
|
602
|
+
DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef,
|
|
577
603
|
DescribeDataSharesMessageRequestTypeDef,
|
|
604
|
+
DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef,
|
|
578
605
|
DescribeDefaultClusterParametersMessageRequestTypeDef,
|
|
606
|
+
DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef,
|
|
579
607
|
DescribeEndpointAccessMessageRequestTypeDef,
|
|
608
|
+
DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef,
|
|
580
609
|
DescribeEndpointAuthorizationMessageRequestTypeDef,
|
|
581
610
|
DescribeEventCategoriesMessageRequestTypeDef,
|
|
611
|
+
DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef,
|
|
582
612
|
DescribeEventSubscriptionsMessageRequestTypeDef,
|
|
613
|
+
DescribeEventsMessageDescribeEventsPaginateTypeDef,
|
|
583
614
|
DescribeEventsMessageRequestTypeDef,
|
|
615
|
+
DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef,
|
|
584
616
|
DescribeHsmClientCertificatesMessageRequestTypeDef,
|
|
617
|
+
DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef,
|
|
585
618
|
DescribeHsmConfigurationsMessageRequestTypeDef,
|
|
586
619
|
DescribeLoggingStatusMessageRequestTypeDef,
|
|
587
620
|
NodeConfigurationOptionsFilterTypeDef,
|
|
621
|
+
DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef,
|
|
588
622
|
DescribeOrderableClusterOptionsMessageRequestTypeDef,
|
|
589
623
|
DescribePartnersInputMessageRequestTypeDef,
|
|
590
624
|
PartnerIntegrationInfoTypeDef,
|
|
625
|
+
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef,
|
|
591
626
|
DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef,
|
|
627
|
+
DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef,
|
|
592
628
|
DescribeReservedNodeOfferingsMessageRequestTypeDef,
|
|
629
|
+
DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef,
|
|
593
630
|
DescribeReservedNodesMessageRequestTypeDef,
|
|
594
631
|
DescribeResizeMessageRequestTypeDef,
|
|
595
632
|
ScheduledActionFilterTypeDef,
|
|
633
|
+
DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef,
|
|
596
634
|
DescribeSnapshotCopyGrantsMessageRequestTypeDef,
|
|
635
|
+
DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef,
|
|
597
636
|
DescribeSnapshotSchedulesMessageRequestTypeDef,
|
|
637
|
+
DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef,
|
|
598
638
|
DescribeTableRestoreStatusMessageRequestTypeDef,
|
|
639
|
+
DescribeTagsMessageDescribeTagsPaginateTypeDef,
|
|
599
640
|
DescribeTagsMessageRequestTypeDef,
|
|
641
|
+
DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef,
|
|
600
642
|
DescribeUsageLimitsMessageRequestTypeDef,
|
|
601
643
|
DisableLoggingMessageRequestTypeDef,
|
|
602
644
|
DisableSnapshotCopyMessageRequestTypeDef,
|
|
603
645
|
DisassociateDataShareConsumerMessageRequestTypeDef,
|
|
646
|
+
EmptyResponseMetadataTypeDef,
|
|
604
647
|
EnableLoggingMessageRequestTypeDef,
|
|
605
648
|
EnableSnapshotCopyMessageRequestTypeDef,
|
|
606
649
|
EndpointAuthorizationTypeDef,
|
|
650
|
+
EndpointAuthorizationResponseMetadataTypeDef,
|
|
607
651
|
EventInfoMapTypeDef,
|
|
608
652
|
EventTypeDef,
|
|
609
653
|
GetClusterCredentialsMessageRequestTypeDef,
|
|
610
654
|
GetClusterCredentialsWithIAMMessageRequestTypeDef,
|
|
655
|
+
GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef,
|
|
611
656
|
GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef,
|
|
657
|
+
GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef,
|
|
612
658
|
GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef,
|
|
659
|
+
LoggingStatusTypeDef,
|
|
613
660
|
ModifyAquaInputMessageRequestTypeDef,
|
|
614
661
|
ModifyAuthenticationProfileMessageRequestTypeDef,
|
|
662
|
+
ModifyAuthenticationProfileResultTypeDef,
|
|
615
663
|
ModifyClusterDbRevisionMessageRequestTypeDef,
|
|
616
664
|
ModifyClusterIamRolesMessageRequestTypeDef,
|
|
617
665
|
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
@@ -619,6 +667,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
619
667
|
ModifyClusterSnapshotMessageRequestTypeDef,
|
|
620
668
|
ModifyClusterSnapshotScheduleMessageRequestTypeDef,
|
|
621
669
|
ModifyClusterSubnetGroupMessageRequestTypeDef,
|
|
670
|
+
ModifyCustomDomainAssociationMessageRequestTypeDef,
|
|
671
|
+
ModifyCustomDomainAssociationResultTypeDef,
|
|
622
672
|
ModifyEndpointAccessMessageRequestTypeDef,
|
|
623
673
|
ModifyEventSubscriptionMessageRequestTypeDef,
|
|
624
674
|
ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef,
|
|
@@ -626,7 +676,9 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
626
676
|
ModifyUsageLimitMessageRequestTypeDef,
|
|
627
677
|
NetworkInterfaceTypeDef,
|
|
628
678
|
NodeConfigurationOptionTypeDef,
|
|
679
|
+
PaginatorConfigTypeDef,
|
|
629
680
|
PartnerIntegrationInputMessageRequestTypeDef,
|
|
681
|
+
PartnerIntegrationOutputMessageTypeDef,
|
|
630
682
|
PauseClusterMessageRequestTypeDef,
|
|
631
683
|
PauseClusterMessageTypeDef,
|
|
632
684
|
PurchaseReservedNodeOfferingMessageRequestTypeDef,
|
|
@@ -635,6 +687,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
635
687
|
RejectDataShareMessageRequestTypeDef,
|
|
636
688
|
ResizeClusterMessageRequestTypeDef,
|
|
637
689
|
ResizeClusterMessageTypeDef,
|
|
690
|
+
ResizeProgressMessageTypeDef,
|
|
691
|
+
ResponseMetadataTypeDef,
|
|
638
692
|
RestoreFromClusterSnapshotMessageRequestTypeDef,
|
|
639
693
|
RestoreTableFromClusterSnapshotMessageRequestTypeDef,
|
|
640
694
|
TableRestoreStatusTypeDef,
|
|
@@ -646,20 +700,9 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
646
700
|
RotateEncryptionKeyMessageRequestTypeDef,
|
|
647
701
|
SupportedOperationTypeDef,
|
|
648
702
|
UpdatePartnerStatusInputMessageRequestTypeDef,
|
|
649
|
-
ClusterCredentialsTypeDef,
|
|
650
|
-
ClusterExtendedCredentialsTypeDef,
|
|
651
|
-
ClusterParameterGroupNameMessageTypeDef,
|
|
652
|
-
CreateAuthenticationProfileResultTypeDef,
|
|
653
|
-
CustomerStorageMessageTypeDef,
|
|
654
|
-
DeleteAuthenticationProfileResultTypeDef,
|
|
655
|
-
EmptyResponseMetadataTypeDef,
|
|
656
|
-
EndpointAuthorizationResponseMetadataTypeDef,
|
|
657
|
-
LoggingStatusTypeDef,
|
|
658
|
-
ModifyAuthenticationProfileResultTypeDef,
|
|
659
|
-
PartnerIntegrationOutputMessageTypeDef,
|
|
660
|
-
ResizeProgressMessageTypeDef,
|
|
661
703
|
AccountAttributeTypeDef,
|
|
662
704
|
ModifyAquaOutputMessageTypeDef,
|
|
705
|
+
AssociationTypeDef,
|
|
663
706
|
DescribeAuthenticationProfilesResultTypeDef,
|
|
664
707
|
AvailabilityZoneTypeDef,
|
|
665
708
|
BatchDeleteClusterSnapshotsRequestRequestTypeDef,
|
|
@@ -700,35 +743,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
700
743
|
ClusterVersionsMessageTypeDef,
|
|
701
744
|
DataShareResponseMetadataTypeDef,
|
|
702
745
|
DataShareTypeDef,
|
|
703
|
-
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
704
|
-
DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef,
|
|
705
|
-
DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef,
|
|
706
|
-
DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef,
|
|
707
|
-
DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef,
|
|
708
|
-
DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef,
|
|
709
|
-
DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef,
|
|
710
|
-
DescribeClustersMessageDescribeClustersPaginateTypeDef,
|
|
711
|
-
DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef,
|
|
712
|
-
DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef,
|
|
713
|
-
DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef,
|
|
714
|
-
DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef,
|
|
715
|
-
DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef,
|
|
716
|
-
DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef,
|
|
717
|
-
DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef,
|
|
718
|
-
DescribeEventsMessageDescribeEventsPaginateTypeDef,
|
|
719
|
-
DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef,
|
|
720
|
-
DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef,
|
|
721
|
-
DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef,
|
|
722
|
-
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef,
|
|
723
|
-
DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef,
|
|
724
|
-
DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef,
|
|
725
|
-
DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef,
|
|
726
|
-
DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef,
|
|
727
|
-
DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef,
|
|
728
|
-
DescribeTagsMessageDescribeTagsPaginateTypeDef,
|
|
729
|
-
DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef,
|
|
730
|
-
GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef,
|
|
731
|
-
GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef,
|
|
732
746
|
DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef,
|
|
733
747
|
DescribeClusterSnapshotsMessageRequestTypeDef,
|
|
734
748
|
DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef,
|
|
@@ -752,6 +766,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
752
766
|
ScheduledActionTypeTypeDef,
|
|
753
767
|
UpdateTargetTypeDef,
|
|
754
768
|
AccountAttributeListTypeDef,
|
|
769
|
+
CustomDomainAssociationsMessageTypeDef,
|
|
755
770
|
OrderableClusterOptionTypeDef,
|
|
756
771
|
SubnetTypeDef,
|
|
757
772
|
ClusterDbRevisionsMessageTypeDef,
|
|
@@ -840,12 +855,11 @@ def get_structure() -> AcceptReservedNodeExchangeInputMessageRequestTypeDef:
|
|
|
840
855
|
Fully automated
|
|
841
856
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
842
857
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
843
|
-
updates. It delivers
|
|
858
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
844
859
|
|
|
845
860
|
- All available `boto3` services are covered.
|
|
846
861
|
- Each public class and method of every `boto3` service gets valid type
|
|
847
|
-
annotations extracted from
|
|
848
|
-
are incorrect).
|
|
862
|
+
annotations extracted from `botocore` schemas.
|
|
849
863
|
- Type annotations include up-to-date documentation.
|
|
850
864
|
- Link to documentation is provided for every method.
|
|
851
865
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -859,15 +873,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
859
873
|
|
|
860
874
|
### Implemented features
|
|
861
875
|
|
|
862
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
876
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
877
|
+
libraries
|
|
863
878
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
864
879
|
compatibility
|
|
865
880
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
866
881
|
annotations for each service
|
|
867
882
|
- Generated `TypeDefs` for each service
|
|
868
883
|
- Generated `Literals` for each service
|
|
869
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
870
|
-
- Auto discovery of types for `session.client` and `session.
|
|
884
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
885
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
871
886
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
872
887
|
calls
|
|
873
888
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|