mypy-boto3-redshift 1.34.0__py3-none-any.whl → 1.34.37__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/__init__.py +4 -1
- mypy_boto3_redshift/__init__.pyi +4 -0
- mypy_boto3_redshift/__main__.py +8 -7
- mypy_boto3_redshift/client.py +95 -68
- mypy_boto3_redshift/client.pyi +95 -67
- mypy_boto3_redshift/literals.py +11 -2
- mypy_boto3_redshift/literals.pyi +11 -0
- mypy_boto3_redshift/paginator.py +51 -29
- mypy_boto3_redshift/paginator.pyi +50 -28
- mypy_boto3_redshift/type_defs.py +66 -1
- mypy_boto3_redshift/type_defs.pyi +66 -0
- mypy_boto3_redshift/version.py +1 -1
- mypy_boto3_redshift/waiter.py +4 -4
- mypy_boto3_redshift/waiter.pyi +4 -4
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/LICENSE +1 -1
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/METADATA +10 -7
- mypy_boto3_redshift-1.34.37.dist-info/RECORD +20 -0
- mypy_boto3_redshift-1.34.0.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/WHEEL +0 -0
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/top_level.txt +0 -0
mypy_boto3_redshift/client.py
CHANGED
|
@@ -70,6 +70,7 @@ from .paginator import (
|
|
|
70
70
|
DescribeUsageLimitsPaginator,
|
|
71
71
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
72
72
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
73
|
+
ListRecommendationsPaginator,
|
|
73
74
|
)
|
|
74
75
|
from .type_defs import (
|
|
75
76
|
AcceptReservedNodeExchangeOutputMessageTypeDef,
|
|
@@ -135,6 +136,7 @@ from .type_defs import (
|
|
|
135
136
|
HsmClientCertificateMessageTypeDef,
|
|
136
137
|
HsmConfigurationMessageTypeDef,
|
|
137
138
|
InboundIntegrationsMessageTypeDef,
|
|
139
|
+
ListRecommendationsResultTypeDef,
|
|
138
140
|
LoggingStatusTypeDef,
|
|
139
141
|
ModifyAquaOutputMessageTypeDef,
|
|
140
142
|
ModifyAuthenticationProfileResultTypeDef,
|
|
@@ -196,7 +198,6 @@ if sys.version_info >= (3, 12):
|
|
|
196
198
|
else:
|
|
197
199
|
from typing_extensions import Literal
|
|
198
200
|
|
|
199
|
-
|
|
200
201
|
__all__ = ("RedshiftClient",)
|
|
201
202
|
|
|
202
203
|
|
|
@@ -394,7 +395,7 @@ class RedshiftClient(BaseClient):
|
|
|
394
395
|
AssociateEntireAccount: bool = ...,
|
|
395
396
|
ConsumerArn: str = ...,
|
|
396
397
|
ConsumerRegion: str = ...,
|
|
397
|
-
AllowWrites: bool =
|
|
398
|
+
AllowWrites: bool = ...,
|
|
398
399
|
) -> DataShareResponseTypeDef:
|
|
399
400
|
"""
|
|
400
401
|
From a datashare consumer account, associates a datashare with the account
|
|
@@ -411,7 +412,7 @@ class RedshiftClient(BaseClient):
|
|
|
411
412
|
ClusterSecurityGroupName: str,
|
|
412
413
|
CIDRIP: str = ...,
|
|
413
414
|
EC2SecurityGroupName: str = ...,
|
|
414
|
-
EC2SecurityGroupOwnerId: str =
|
|
415
|
+
EC2SecurityGroupOwnerId: str = ...,
|
|
415
416
|
) -> AuthorizeClusterSecurityGroupIngressResultTypeDef:
|
|
416
417
|
"""
|
|
417
418
|
Adds an inbound (ingress) rule to an Amazon Redshift security group.
|
|
@@ -448,7 +449,7 @@ class RedshiftClient(BaseClient):
|
|
|
448
449
|
AccountWithRestoreAccess: str,
|
|
449
450
|
SnapshotIdentifier: str = ...,
|
|
450
451
|
SnapshotArn: str = ...,
|
|
451
|
-
SnapshotClusterIdentifier: str =
|
|
452
|
+
SnapshotClusterIdentifier: str = ...,
|
|
452
453
|
) -> AuthorizeSnapshotAccessResultTypeDef:
|
|
453
454
|
"""
|
|
454
455
|
Authorizes the specified Amazon Web Services account to restore the specified
|
|
@@ -473,7 +474,7 @@ class RedshiftClient(BaseClient):
|
|
|
473
474
|
*,
|
|
474
475
|
SnapshotIdentifierList: Sequence[str],
|
|
475
476
|
ManualSnapshotRetentionPeriod: int = ...,
|
|
476
|
-
Force: bool =
|
|
477
|
+
Force: bool = ...,
|
|
477
478
|
) -> BatchModifyClusterSnapshotsOutputMessageTypeDef:
|
|
478
479
|
"""
|
|
479
480
|
Modifies the settings for a set of cluster snapshots.
|
|
@@ -512,7 +513,7 @@ class RedshiftClient(BaseClient):
|
|
|
512
513
|
SourceSnapshotIdentifier: str,
|
|
513
514
|
TargetSnapshotIdentifier: str,
|
|
514
515
|
SourceSnapshotClusterIdentifier: str = ...,
|
|
515
|
-
ManualSnapshotRetentionPeriod: int =
|
|
516
|
+
ManualSnapshotRetentionPeriod: int = ...,
|
|
516
517
|
) -> CopyClusterSnapshotResultTypeDef:
|
|
517
518
|
"""
|
|
518
519
|
Copies the specified automated cluster snapshot to a new manual cluster
|
|
@@ -573,7 +574,7 @@ class RedshiftClient(BaseClient):
|
|
|
573
574
|
MasterPasswordSecretKmsKeyId: str = ...,
|
|
574
575
|
IpAddressType: str = ...,
|
|
575
576
|
MultiAZ: bool = ...,
|
|
576
|
-
RedshiftIdcApplicationArn: str =
|
|
577
|
+
RedshiftIdcApplicationArn: str = ...,
|
|
577
578
|
) -> CreateClusterResultTypeDef:
|
|
578
579
|
"""
|
|
579
580
|
Creates a new cluster with the specified parameters.
|
|
@@ -588,7 +589,7 @@ class RedshiftClient(BaseClient):
|
|
|
588
589
|
ParameterGroupName: str,
|
|
589
590
|
ParameterGroupFamily: str,
|
|
590
591
|
Description: str,
|
|
591
|
-
Tags: Sequence[TagTypeDef] =
|
|
592
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
592
593
|
) -> CreateClusterParameterGroupResultTypeDef:
|
|
593
594
|
"""
|
|
594
595
|
Creates an Amazon Redshift parameter group.
|
|
@@ -613,7 +614,7 @@ class RedshiftClient(BaseClient):
|
|
|
613
614
|
SnapshotIdentifier: str,
|
|
614
615
|
ClusterIdentifier: str,
|
|
615
616
|
ManualSnapshotRetentionPeriod: int = ...,
|
|
616
|
-
Tags: Sequence[TagTypeDef] =
|
|
617
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
617
618
|
) -> CreateClusterSnapshotResultTypeDef:
|
|
618
619
|
"""
|
|
619
620
|
Creates a manual snapshot of the specified cluster.
|
|
@@ -628,7 +629,7 @@ class RedshiftClient(BaseClient):
|
|
|
628
629
|
ClusterSubnetGroupName: str,
|
|
629
630
|
Description: str,
|
|
630
631
|
SubnetIds: Sequence[str],
|
|
631
|
-
Tags: Sequence[TagTypeDef] =
|
|
632
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
632
633
|
) -> CreateClusterSubnetGroupResultTypeDef:
|
|
633
634
|
"""
|
|
634
635
|
Creates a new Amazon Redshift subnet group.
|
|
@@ -654,7 +655,7 @@ class RedshiftClient(BaseClient):
|
|
|
654
655
|
SubnetGroupName: str,
|
|
655
656
|
ClusterIdentifier: str = ...,
|
|
656
657
|
ResourceOwner: str = ...,
|
|
657
|
-
VpcSecurityGroupIds: Sequence[str] =
|
|
658
|
+
VpcSecurityGroupIds: Sequence[str] = ...,
|
|
658
659
|
) -> EndpointAccessResponseTypeDef:
|
|
659
660
|
"""
|
|
660
661
|
Creates a Redshift-managed VPC endpoint.
|
|
@@ -673,7 +674,7 @@ class RedshiftClient(BaseClient):
|
|
|
673
674
|
EventCategories: Sequence[str] = ...,
|
|
674
675
|
Severity: str = ...,
|
|
675
676
|
Enabled: bool = ...,
|
|
676
|
-
Tags: Sequence[TagTypeDef] =
|
|
677
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
677
678
|
) -> CreateEventSubscriptionResultTypeDef:
|
|
678
679
|
"""
|
|
679
680
|
Creates an Amazon Redshift event notification subscription.
|
|
@@ -704,7 +705,7 @@ class RedshiftClient(BaseClient):
|
|
|
704
705
|
HsmPartitionName: str,
|
|
705
706
|
HsmPartitionPassword: str,
|
|
706
707
|
HsmServerPublicCertificate: str,
|
|
707
|
-
Tags: Sequence[TagTypeDef] =
|
|
708
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
708
709
|
) -> CreateHsmConfigurationResultTypeDef:
|
|
709
710
|
"""
|
|
710
711
|
Creates an HSM configuration that contains the information required by an
|
|
@@ -725,7 +726,7 @@ class RedshiftClient(BaseClient):
|
|
|
725
726
|
IamRoleArn: str,
|
|
726
727
|
IdentityNamespace: str = ...,
|
|
727
728
|
AuthorizedTokenIssuerList: Sequence[AuthorizedTokenIssuerTypeDef] = ...,
|
|
728
|
-
ServiceIntegrations: Sequence[ServiceIntegrationsUnionTypeDef] =
|
|
729
|
+
ServiceIntegrations: Sequence[ServiceIntegrationsUnionTypeDef] = ...,
|
|
729
730
|
) -> CreateRedshiftIdcApplicationResultTypeDef:
|
|
730
731
|
"""
|
|
731
732
|
Creates an Amazon Redshift application for use with IAM Identity Center.
|
|
@@ -744,7 +745,7 @@ class RedshiftClient(BaseClient):
|
|
|
744
745
|
ScheduledActionDescription: str = ...,
|
|
745
746
|
StartTime: TimestampTypeDef = ...,
|
|
746
747
|
EndTime: TimestampTypeDef = ...,
|
|
747
|
-
Enable: bool =
|
|
748
|
+
Enable: bool = ...,
|
|
748
749
|
) -> ScheduledActionResponseTypeDef:
|
|
749
750
|
"""
|
|
750
751
|
Creates a scheduled action.
|
|
@@ -774,7 +775,7 @@ class RedshiftClient(BaseClient):
|
|
|
774
775
|
ScheduleDescription: str = ...,
|
|
775
776
|
Tags: Sequence[TagTypeDef] = ...,
|
|
776
777
|
DryRun: bool = ...,
|
|
777
|
-
NextInvocations: int =
|
|
778
|
+
NextInvocations: int = ...,
|
|
778
779
|
) -> SnapshotScheduleResponseTypeDef:
|
|
779
780
|
"""
|
|
780
781
|
Create a snapshot schedule that can be associated to a cluster and which
|
|
@@ -804,7 +805,7 @@ class RedshiftClient(BaseClient):
|
|
|
804
805
|
Amount: int,
|
|
805
806
|
Period: UsageLimitPeriodType = ...,
|
|
806
807
|
BreachAction: UsageLimitBreachActionType = ...,
|
|
807
|
-
Tags: Sequence[TagTypeDef] =
|
|
808
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
808
809
|
) -> UsageLimitResponseTypeDef:
|
|
809
810
|
"""
|
|
810
811
|
Creates a usage limit for a specified Amazon Redshift feature on a cluster.
|
|
@@ -840,7 +841,7 @@ class RedshiftClient(BaseClient):
|
|
|
840
841
|
ClusterIdentifier: str,
|
|
841
842
|
SkipFinalClusterSnapshot: bool = ...,
|
|
842
843
|
FinalClusterSnapshotIdentifier: str = ...,
|
|
843
|
-
FinalClusterSnapshotRetentionPeriod: int =
|
|
844
|
+
FinalClusterSnapshotRetentionPeriod: int = ...,
|
|
844
845
|
) -> DeleteClusterResultTypeDef:
|
|
845
846
|
"""
|
|
846
847
|
Deletes a previously provisioned cluster without its final snapshot being
|
|
@@ -1046,7 +1047,7 @@ class RedshiftClient(BaseClient):
|
|
|
1046
1047
|
MaxRecords: int = ...,
|
|
1047
1048
|
Marker: str = ...,
|
|
1048
1049
|
TagKeys: Sequence[str] = ...,
|
|
1049
|
-
TagValues: Sequence[str] =
|
|
1050
|
+
TagValues: Sequence[str] = ...,
|
|
1050
1051
|
) -> ClusterParameterGroupsMessageTypeDef:
|
|
1051
1052
|
"""
|
|
1052
1053
|
Returns a list of Amazon Redshift parameter groups, including parameter groups
|
|
@@ -1063,7 +1064,7 @@ class RedshiftClient(BaseClient):
|
|
|
1063
1064
|
ParameterGroupName: str,
|
|
1064
1065
|
Source: str = ...,
|
|
1065
1066
|
MaxRecords: int = ...,
|
|
1066
|
-
Marker: str =
|
|
1067
|
+
Marker: str = ...,
|
|
1067
1068
|
) -> ClusterParameterGroupDetailsTypeDef:
|
|
1068
1069
|
"""
|
|
1069
1070
|
Returns a detailed list of parameters contained within the specified Amazon
|
|
@@ -1081,7 +1082,7 @@ class RedshiftClient(BaseClient):
|
|
|
1081
1082
|
MaxRecords: int = ...,
|
|
1082
1083
|
Marker: str = ...,
|
|
1083
1084
|
TagKeys: Sequence[str] = ...,
|
|
1084
|
-
TagValues: Sequence[str] =
|
|
1085
|
+
TagValues: Sequence[str] = ...,
|
|
1085
1086
|
) -> ClusterSecurityGroupMessageTypeDef:
|
|
1086
1087
|
"""
|
|
1087
1088
|
Returns information about Amazon Redshift security groups.
|
|
@@ -1105,7 +1106,7 @@ class RedshiftClient(BaseClient):
|
|
|
1105
1106
|
TagKeys: Sequence[str] = ...,
|
|
1106
1107
|
TagValues: Sequence[str] = ...,
|
|
1107
1108
|
ClusterExists: bool = ...,
|
|
1108
|
-
SortingEntities: Sequence[SnapshotSortingEntityTypeDef] =
|
|
1109
|
+
SortingEntities: Sequence[SnapshotSortingEntityTypeDef] = ...,
|
|
1109
1110
|
) -> SnapshotMessageTypeDef:
|
|
1110
1111
|
"""
|
|
1111
1112
|
Returns one or more snapshot objects, which contain metadata about your cluster
|
|
@@ -1122,7 +1123,7 @@ class RedshiftClient(BaseClient):
|
|
|
1122
1123
|
MaxRecords: int = ...,
|
|
1123
1124
|
Marker: str = ...,
|
|
1124
1125
|
TagKeys: Sequence[str] = ...,
|
|
1125
|
-
TagValues: Sequence[str] =
|
|
1126
|
+
TagValues: Sequence[str] = ...,
|
|
1126
1127
|
) -> ClusterSubnetGroupMessageTypeDef:
|
|
1127
1128
|
"""
|
|
1128
1129
|
Returns one or more cluster subnet group objects, which contain metadata about
|
|
@@ -1149,7 +1150,7 @@ class RedshiftClient(BaseClient):
|
|
|
1149
1150
|
ClusterVersion: str = ...,
|
|
1150
1151
|
ClusterParameterGroupFamily: str = ...,
|
|
1151
1152
|
MaxRecords: int = ...,
|
|
1152
|
-
Marker: str =
|
|
1153
|
+
Marker: str = ...,
|
|
1153
1154
|
) -> ClusterVersionsMessageTypeDef:
|
|
1154
1155
|
"""
|
|
1155
1156
|
Returns descriptions of the available Amazon Redshift cluster versions.
|
|
@@ -1165,7 +1166,7 @@ class RedshiftClient(BaseClient):
|
|
|
1165
1166
|
MaxRecords: int = ...,
|
|
1166
1167
|
Marker: str = ...,
|
|
1167
1168
|
TagKeys: Sequence[str] = ...,
|
|
1168
|
-
TagValues: Sequence[str] =
|
|
1169
|
+
TagValues: Sequence[str] = ...,
|
|
1169
1170
|
) -> ClustersMessageTypeDef:
|
|
1170
1171
|
"""
|
|
1171
1172
|
Returns properties of provisioned clusters including general cluster
|
|
@@ -1183,7 +1184,7 @@ class RedshiftClient(BaseClient):
|
|
|
1183
1184
|
CustomDomainName: str = ...,
|
|
1184
1185
|
CustomDomainCertificateArn: str = ...,
|
|
1185
1186
|
MaxRecords: int = ...,
|
|
1186
|
-
Marker: str =
|
|
1187
|
+
Marker: str = ...,
|
|
1187
1188
|
) -> CustomDomainAssociationsMessageTypeDef:
|
|
1188
1189
|
"""
|
|
1189
1190
|
Contains information about custom domain associations for a cluster.
|
|
@@ -1210,7 +1211,7 @@ class RedshiftClient(BaseClient):
|
|
|
1210
1211
|
ConsumerArn: str = ...,
|
|
1211
1212
|
Status: DataShareStatusForConsumerType = ...,
|
|
1212
1213
|
MaxRecords: int = ...,
|
|
1213
|
-
Marker: str =
|
|
1214
|
+
Marker: str = ...,
|
|
1214
1215
|
) -> DescribeDataSharesForConsumerResultTypeDef:
|
|
1215
1216
|
"""
|
|
1216
1217
|
Returns a list of datashares where the account identifier being called is a
|
|
@@ -1227,7 +1228,7 @@ class RedshiftClient(BaseClient):
|
|
|
1227
1228
|
ProducerArn: str = ...,
|
|
1228
1229
|
Status: DataShareStatusForProducerType = ...,
|
|
1229
1230
|
MaxRecords: int = ...,
|
|
1230
|
-
Marker: str =
|
|
1231
|
+
Marker: str = ...,
|
|
1231
1232
|
) -> DescribeDataSharesForProducerResultTypeDef:
|
|
1232
1233
|
"""
|
|
1233
1234
|
Returns a list of datashares when the account identifier being called is a
|
|
@@ -1256,7 +1257,7 @@ class RedshiftClient(BaseClient):
|
|
|
1256
1257
|
EndpointName: str = ...,
|
|
1257
1258
|
VpcId: str = ...,
|
|
1258
1259
|
MaxRecords: int = ...,
|
|
1259
|
-
Marker: str =
|
|
1260
|
+
Marker: str = ...,
|
|
1260
1261
|
) -> EndpointAccessListTypeDef:
|
|
1261
1262
|
"""
|
|
1262
1263
|
Describes a Redshift-managed VPC endpoint.
|
|
@@ -1272,7 +1273,7 @@ class RedshiftClient(BaseClient):
|
|
|
1272
1273
|
Account: str = ...,
|
|
1273
1274
|
Grantee: bool = ...,
|
|
1274
1275
|
MaxRecords: int = ...,
|
|
1275
|
-
Marker: str =
|
|
1276
|
+
Marker: str = ...,
|
|
1276
1277
|
) -> EndpointAuthorizationListTypeDef:
|
|
1277
1278
|
"""
|
|
1278
1279
|
Describes an endpoint authorization.
|
|
@@ -1298,7 +1299,7 @@ class RedshiftClient(BaseClient):
|
|
|
1298
1299
|
MaxRecords: int = ...,
|
|
1299
1300
|
Marker: str = ...,
|
|
1300
1301
|
TagKeys: Sequence[str] = ...,
|
|
1301
|
-
TagValues: Sequence[str] =
|
|
1302
|
+
TagValues: Sequence[str] = ...,
|
|
1302
1303
|
) -> EventSubscriptionsMessageTypeDef:
|
|
1303
1304
|
"""
|
|
1304
1305
|
Lists descriptions of all the Amazon Redshift event notification subscriptions
|
|
@@ -1318,7 +1319,7 @@ class RedshiftClient(BaseClient):
|
|
|
1318
1319
|
EndTime: TimestampTypeDef = ...,
|
|
1319
1320
|
Duration: int = ...,
|
|
1320
1321
|
MaxRecords: int = ...,
|
|
1321
|
-
Marker: str =
|
|
1322
|
+
Marker: str = ...,
|
|
1322
1323
|
) -> EventsMessageTypeDef:
|
|
1323
1324
|
"""
|
|
1324
1325
|
Returns events related to clusters, security groups, snapshots, and parameter
|
|
@@ -1336,7 +1337,7 @@ class RedshiftClient(BaseClient):
|
|
|
1336
1337
|
MaxRecords: int = ...,
|
|
1337
1338
|
Marker: str = ...,
|
|
1338
1339
|
TagKeys: Sequence[str] = ...,
|
|
1339
|
-
TagValues: Sequence[str] =
|
|
1340
|
+
TagValues: Sequence[str] = ...,
|
|
1340
1341
|
) -> HsmClientCertificateMessageTypeDef:
|
|
1341
1342
|
"""
|
|
1342
1343
|
Returns information about the specified HSM client certificate.
|
|
@@ -1352,7 +1353,7 @@ class RedshiftClient(BaseClient):
|
|
|
1352
1353
|
MaxRecords: int = ...,
|
|
1353
1354
|
Marker: str = ...,
|
|
1354
1355
|
TagKeys: Sequence[str] = ...,
|
|
1355
|
-
TagValues: Sequence[str] =
|
|
1356
|
+
TagValues: Sequence[str] = ...,
|
|
1356
1357
|
) -> HsmConfigurationMessageTypeDef:
|
|
1357
1358
|
"""
|
|
1358
1359
|
Returns information about the specified Amazon Redshift HSM configuration.
|
|
@@ -1367,7 +1368,7 @@ class RedshiftClient(BaseClient):
|
|
|
1367
1368
|
IntegrationArn: str = ...,
|
|
1368
1369
|
TargetArn: str = ...,
|
|
1369
1370
|
MaxRecords: int = ...,
|
|
1370
|
-
Marker: str =
|
|
1371
|
+
Marker: str = ...,
|
|
1371
1372
|
) -> InboundIntegrationsMessageTypeDef:
|
|
1372
1373
|
"""
|
|
1373
1374
|
Returns a list of inbound integrations.
|
|
@@ -1396,7 +1397,7 @@ class RedshiftClient(BaseClient):
|
|
|
1396
1397
|
OwnerAccount: str = ...,
|
|
1397
1398
|
Filters: Sequence[NodeConfigurationOptionsFilterTypeDef] = ...,
|
|
1398
1399
|
Marker: str = ...,
|
|
1399
|
-
MaxRecords: int =
|
|
1400
|
+
MaxRecords: int = ...,
|
|
1400
1401
|
) -> NodeConfigurationOptionsMessageTypeDef:
|
|
1401
1402
|
"""
|
|
1402
1403
|
Returns properties of possible node configurations such as node type, number of
|
|
@@ -1413,7 +1414,7 @@ class RedshiftClient(BaseClient):
|
|
|
1413
1414
|
ClusterVersion: str = ...,
|
|
1414
1415
|
NodeType: str = ...,
|
|
1415
1416
|
MaxRecords: int = ...,
|
|
1416
|
-
Marker: str =
|
|
1417
|
+
Marker: str = ...,
|
|
1417
1418
|
) -> OrderableClusterOptionsMessageTypeDef:
|
|
1418
1419
|
"""
|
|
1419
1420
|
Returns a list of orderable cluster options.
|
|
@@ -1428,7 +1429,7 @@ class RedshiftClient(BaseClient):
|
|
|
1428
1429
|
AccountId: str,
|
|
1429
1430
|
ClusterIdentifier: str,
|
|
1430
1431
|
DatabaseName: str = ...,
|
|
1431
|
-
PartnerName: str =
|
|
1432
|
+
PartnerName: str = ...,
|
|
1432
1433
|
) -> DescribePartnersOutputMessageTypeDef:
|
|
1433
1434
|
"""
|
|
1434
1435
|
Returns information about the partner integrations defined for a cluster.
|
|
@@ -1453,7 +1454,7 @@ class RedshiftClient(BaseClient):
|
|
|
1453
1454
|
ReservedNodeId: str = ...,
|
|
1454
1455
|
ReservedNodeExchangeRequestId: str = ...,
|
|
1455
1456
|
MaxRecords: int = ...,
|
|
1456
|
-
Marker: str =
|
|
1457
|
+
Marker: str = ...,
|
|
1457
1458
|
) -> DescribeReservedNodeExchangeStatusOutputMessageTypeDef:
|
|
1458
1459
|
"""
|
|
1459
1460
|
Returns exchange status details and associated metadata for a reserved-node
|
|
@@ -1504,7 +1505,7 @@ class RedshiftClient(BaseClient):
|
|
|
1504
1505
|
Active: bool = ...,
|
|
1505
1506
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
1506
1507
|
Marker: str = ...,
|
|
1507
|
-
MaxRecords: int =
|
|
1508
|
+
MaxRecords: int = ...,
|
|
1508
1509
|
) -> ScheduledActionsMessageTypeDef:
|
|
1509
1510
|
"""
|
|
1510
1511
|
Describes properties of scheduled actions.
|
|
@@ -1520,7 +1521,7 @@ class RedshiftClient(BaseClient):
|
|
|
1520
1521
|
MaxRecords: int = ...,
|
|
1521
1522
|
Marker: str = ...,
|
|
1522
1523
|
TagKeys: Sequence[str] = ...,
|
|
1523
|
-
TagValues: Sequence[str] =
|
|
1524
|
+
TagValues: Sequence[str] = ...,
|
|
1524
1525
|
) -> SnapshotCopyGrantMessageTypeDef:
|
|
1525
1526
|
"""
|
|
1526
1527
|
Returns a list of snapshot copy grants owned by the Amazon Web Services account
|
|
@@ -1539,7 +1540,7 @@ class RedshiftClient(BaseClient):
|
|
|
1539
1540
|
TagKeys: Sequence[str] = ...,
|
|
1540
1541
|
TagValues: Sequence[str] = ...,
|
|
1541
1542
|
Marker: str = ...,
|
|
1542
|
-
MaxRecords: int =
|
|
1543
|
+
MaxRecords: int = ...,
|
|
1543
1544
|
) -> DescribeSnapshotSchedulesOutputMessageTypeDef:
|
|
1544
1545
|
"""
|
|
1545
1546
|
Returns a list of snapshot schedules.
|
|
@@ -1562,7 +1563,7 @@ class RedshiftClient(BaseClient):
|
|
|
1562
1563
|
ClusterIdentifier: str = ...,
|
|
1563
1564
|
TableRestoreRequestId: str = ...,
|
|
1564
1565
|
MaxRecords: int = ...,
|
|
1565
|
-
Marker: str =
|
|
1566
|
+
Marker: str = ...,
|
|
1566
1567
|
) -> TableRestoreStatusMessageTypeDef:
|
|
1567
1568
|
"""
|
|
1568
1569
|
Lists the status of one or more table restore requests made using the
|
|
@@ -1581,7 +1582,7 @@ class RedshiftClient(BaseClient):
|
|
|
1581
1582
|
MaxRecords: int = ...,
|
|
1582
1583
|
Marker: str = ...,
|
|
1583
1584
|
TagKeys: Sequence[str] = ...,
|
|
1584
|
-
TagValues: Sequence[str] =
|
|
1585
|
+
TagValues: Sequence[str] = ...,
|
|
1585
1586
|
) -> TaggedResourceListMessageTypeDef:
|
|
1586
1587
|
"""
|
|
1587
1588
|
Returns a list of tags.
|
|
@@ -1599,7 +1600,7 @@ class RedshiftClient(BaseClient):
|
|
|
1599
1600
|
MaxRecords: int = ...,
|
|
1600
1601
|
Marker: str = ...,
|
|
1601
1602
|
TagKeys: Sequence[str] = ...,
|
|
1602
|
-
TagValues: Sequence[str] =
|
|
1603
|
+
TagValues: Sequence[str] = ...,
|
|
1603
1604
|
) -> UsageLimitListTypeDef:
|
|
1604
1605
|
"""
|
|
1605
1606
|
Shows usage limits on a cluster.
|
|
@@ -1634,7 +1635,7 @@ class RedshiftClient(BaseClient):
|
|
|
1634
1635
|
DataShareArn: str,
|
|
1635
1636
|
DisassociateEntireAccount: bool = ...,
|
|
1636
1637
|
ConsumerArn: str = ...,
|
|
1637
|
-
ConsumerRegion: str =
|
|
1638
|
+
ConsumerRegion: str = ...,
|
|
1638
1639
|
) -> DataShareResponseTypeDef:
|
|
1639
1640
|
"""
|
|
1640
1641
|
From a datashare consumer account, remove association for the specified
|
|
@@ -1651,7 +1652,7 @@ class RedshiftClient(BaseClient):
|
|
|
1651
1652
|
BucketName: str = ...,
|
|
1652
1653
|
S3KeyPrefix: str = ...,
|
|
1653
1654
|
LogDestinationType: LogDestinationTypeType = ...,
|
|
1654
|
-
LogExports: Sequence[str] =
|
|
1655
|
+
LogExports: Sequence[str] = ...,
|
|
1655
1656
|
) -> LoggingStatusTypeDef:
|
|
1656
1657
|
"""
|
|
1657
1658
|
Starts logging information, such as queries and connection attempts, for the
|
|
@@ -1669,7 +1670,7 @@ class RedshiftClient(BaseClient):
|
|
|
1669
1670
|
DestinationRegion: str,
|
|
1670
1671
|
RetentionPeriod: int = ...,
|
|
1671
1672
|
SnapshotCopyGrantName: str = ...,
|
|
1672
|
-
ManualSnapshotRetentionPeriod: int =
|
|
1673
|
+
ManualSnapshotRetentionPeriod: int = ...,
|
|
1673
1674
|
) -> EnableSnapshotCopyResultTypeDef:
|
|
1674
1675
|
"""
|
|
1675
1676
|
Enables the automatic copy of snapshots from one region to another region for a
|
|
@@ -1715,7 +1716,7 @@ class RedshiftClient(BaseClient):
|
|
|
1715
1716
|
DurationSeconds: int = ...,
|
|
1716
1717
|
AutoCreate: bool = ...,
|
|
1717
1718
|
DbGroups: Sequence[str] = ...,
|
|
1718
|
-
CustomDomainName: str =
|
|
1719
|
+
CustomDomainName: str = ...,
|
|
1719
1720
|
) -> ClusterCredentialsTypeDef:
|
|
1720
1721
|
"""
|
|
1721
1722
|
Returns a database user name and temporary password with temporary
|
|
@@ -1732,7 +1733,7 @@ class RedshiftClient(BaseClient):
|
|
|
1732
1733
|
DbName: str = ...,
|
|
1733
1734
|
ClusterIdentifier: str = ...,
|
|
1734
1735
|
DurationSeconds: int = ...,
|
|
1735
|
-
CustomDomainName: str =
|
|
1736
|
+
CustomDomainName: str = ...,
|
|
1736
1737
|
) -> ClusterExtendedCredentialsTypeDef:
|
|
1737
1738
|
"""
|
|
1738
1739
|
Returns a database user name and temporary password with temporary
|
|
@@ -1750,7 +1751,7 @@ class RedshiftClient(BaseClient):
|
|
|
1750
1751
|
ClusterIdentifier: str = ...,
|
|
1751
1752
|
SnapshotIdentifier: str = ...,
|
|
1752
1753
|
MaxRecords: int = ...,
|
|
1753
|
-
Marker: str =
|
|
1754
|
+
Marker: str = ...,
|
|
1754
1755
|
) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
|
|
1755
1756
|
"""
|
|
1756
1757
|
Gets the configuration options for the reserved-node exchange.
|
|
@@ -1779,6 +1780,23 @@ class RedshiftClient(BaseClient):
|
|
|
1779
1780
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_resource_policy)
|
|
1780
1781
|
"""
|
|
1781
1782
|
|
|
1783
|
+
def list_recommendations(
|
|
1784
|
+
self,
|
|
1785
|
+
*,
|
|
1786
|
+
ClusterIdentifier: str = ...,
|
|
1787
|
+
NamespaceArn: str = ...,
|
|
1788
|
+
MaxRecords: int = ...,
|
|
1789
|
+
Marker: str = ...,
|
|
1790
|
+
) -> ListRecommendationsResultTypeDef:
|
|
1791
|
+
"""
|
|
1792
|
+
List the Amazon Redshift Advisor recommendations for one or multiple Amazon
|
|
1793
|
+
Redshift clusters in an Amazon Web Services
|
|
1794
|
+
account.
|
|
1795
|
+
|
|
1796
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.list_recommendations)
|
|
1797
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#list_recommendations)
|
|
1798
|
+
"""
|
|
1799
|
+
|
|
1782
1800
|
def modify_aqua_configuration(
|
|
1783
1801
|
self, *, ClusterIdentifier: str, AquaConfigurationStatus: AquaConfigurationStatusType = ...
|
|
1784
1802
|
) -> ModifyAquaOutputMessageTypeDef:
|
|
@@ -1830,7 +1848,7 @@ class RedshiftClient(BaseClient):
|
|
|
1830
1848
|
ManageMasterPassword: bool = ...,
|
|
1831
1849
|
MasterPasswordSecretKmsKeyId: str = ...,
|
|
1832
1850
|
IpAddressType: str = ...,
|
|
1833
|
-
MultiAZ: bool =
|
|
1851
|
+
MultiAZ: bool = ...,
|
|
1834
1852
|
) -> ModifyClusterResultTypeDef:
|
|
1835
1853
|
"""
|
|
1836
1854
|
Modifies the settings for a cluster.
|
|
@@ -1855,7 +1873,7 @@ class RedshiftClient(BaseClient):
|
|
|
1855
1873
|
ClusterIdentifier: str,
|
|
1856
1874
|
AddIamRoles: Sequence[str] = ...,
|
|
1857
1875
|
RemoveIamRoles: Sequence[str] = ...,
|
|
1858
|
-
DefaultIamRoleArn: str =
|
|
1876
|
+
DefaultIamRoleArn: str = ...,
|
|
1859
1877
|
) -> ModifyClusterIamRolesResultTypeDef:
|
|
1860
1878
|
"""
|
|
1861
1879
|
Modifies the list of Identity and Access Management (IAM) roles that can be
|
|
@@ -1874,7 +1892,7 @@ class RedshiftClient(BaseClient):
|
|
|
1874
1892
|
DeferMaintenanceIdentifier: str = ...,
|
|
1875
1893
|
DeferMaintenanceStartTime: TimestampTypeDef = ...,
|
|
1876
1894
|
DeferMaintenanceEndTime: TimestampTypeDef = ...,
|
|
1877
|
-
DeferMaintenanceDuration: int =
|
|
1895
|
+
DeferMaintenanceDuration: int = ...,
|
|
1878
1896
|
) -> ModifyClusterMaintenanceResultTypeDef:
|
|
1879
1897
|
"""
|
|
1880
1898
|
Modifies the maintenance settings of a cluster.
|
|
@@ -1898,7 +1916,7 @@ class RedshiftClient(BaseClient):
|
|
|
1898
1916
|
*,
|
|
1899
1917
|
SnapshotIdentifier: str,
|
|
1900
1918
|
ManualSnapshotRetentionPeriod: int = ...,
|
|
1901
|
-
Force: bool =
|
|
1919
|
+
Force: bool = ...,
|
|
1902
1920
|
) -> ModifyClusterSnapshotResultTypeDef:
|
|
1903
1921
|
"""
|
|
1904
1922
|
Modifies the settings for a snapshot.
|
|
@@ -1912,7 +1930,7 @@ class RedshiftClient(BaseClient):
|
|
|
1912
1930
|
*,
|
|
1913
1931
|
ClusterIdentifier: str,
|
|
1914
1932
|
ScheduleIdentifier: str = ...,
|
|
1915
|
-
DisassociateSchedule: bool =
|
|
1933
|
+
DisassociateSchedule: bool = ...,
|
|
1916
1934
|
) -> EmptyResponseMetadataTypeDef:
|
|
1917
1935
|
"""
|
|
1918
1936
|
Modifies a snapshot schedule for a cluster.
|
|
@@ -1960,7 +1978,7 @@ class RedshiftClient(BaseClient):
|
|
|
1960
1978
|
SourceIds: Sequence[str] = ...,
|
|
1961
1979
|
EventCategories: Sequence[str] = ...,
|
|
1962
1980
|
Severity: str = ...,
|
|
1963
|
-
Enabled: bool =
|
|
1981
|
+
Enabled: bool = ...,
|
|
1964
1982
|
) -> ModifyEventSubscriptionResultTypeDef:
|
|
1965
1983
|
"""
|
|
1966
1984
|
Modifies an existing Amazon Redshift event notification subscription.
|
|
@@ -1977,7 +1995,7 @@ class RedshiftClient(BaseClient):
|
|
|
1977
1995
|
IamRoleArn: str = ...,
|
|
1978
1996
|
IdcDisplayName: str = ...,
|
|
1979
1997
|
AuthorizedTokenIssuerList: Sequence[AuthorizedTokenIssuerTypeDef] = ...,
|
|
1980
|
-
ServiceIntegrations: Sequence[ServiceIntegrationsUnionTypeDef] =
|
|
1998
|
+
ServiceIntegrations: Sequence[ServiceIntegrationsUnionTypeDef] = ...,
|
|
1981
1999
|
) -> ModifyRedshiftIdcApplicationResultTypeDef:
|
|
1982
2000
|
"""
|
|
1983
2001
|
Changes an existing Amazon Redshift IAM Identity Center application.
|
|
@@ -1996,7 +2014,7 @@ class RedshiftClient(BaseClient):
|
|
|
1996
2014
|
ScheduledActionDescription: str = ...,
|
|
1997
2015
|
StartTime: TimestampTypeDef = ...,
|
|
1998
2016
|
EndTime: TimestampTypeDef = ...,
|
|
1999
|
-
Enable: bool =
|
|
2017
|
+
Enable: bool = ...,
|
|
2000
2018
|
) -> ScheduledActionResponseTypeDef:
|
|
2001
2019
|
"""
|
|
2002
2020
|
Modifies a scheduled action.
|
|
@@ -2032,7 +2050,7 @@ class RedshiftClient(BaseClient):
|
|
|
2032
2050
|
*,
|
|
2033
2051
|
UsageLimitId: str,
|
|
2034
2052
|
Amount: int = ...,
|
|
2035
|
-
BreachAction: UsageLimitBreachActionType =
|
|
2053
|
+
BreachAction: UsageLimitBreachActionType = ...,
|
|
2036
2054
|
) -> UsageLimitResponseTypeDef:
|
|
2037
2055
|
"""
|
|
2038
2056
|
Modifies a usage limit in a cluster.
|
|
@@ -2090,7 +2108,7 @@ class RedshiftClient(BaseClient):
|
|
|
2090
2108
|
*,
|
|
2091
2109
|
ParameterGroupName: str,
|
|
2092
2110
|
ResetAllParameters: bool = ...,
|
|
2093
|
-
Parameters: Sequence[ParameterTypeDef] =
|
|
2111
|
+
Parameters: Sequence[ParameterTypeDef] = ...,
|
|
2094
2112
|
) -> ClusterParameterGroupNameMessageTypeDef:
|
|
2095
2113
|
"""
|
|
2096
2114
|
Sets one or more parameters of the specified parameter group to their default
|
|
@@ -2110,7 +2128,7 @@ class RedshiftClient(BaseClient):
|
|
|
2110
2128
|
NumberOfNodes: int = ...,
|
|
2111
2129
|
Classic: bool = ...,
|
|
2112
2130
|
ReservedNodeId: str = ...,
|
|
2113
|
-
TargetReservedNodeOfferingId: str =
|
|
2131
|
+
TargetReservedNodeOfferingId: str = ...,
|
|
2114
2132
|
) -> ResizeClusterResultTypeDef:
|
|
2115
2133
|
"""
|
|
2116
2134
|
Changes the size of the cluster.
|
|
@@ -2158,7 +2176,7 @@ class RedshiftClient(BaseClient):
|
|
|
2158
2176
|
ManageMasterPassword: bool = ...,
|
|
2159
2177
|
MasterPasswordSecretKmsKeyId: str = ...,
|
|
2160
2178
|
IpAddressType: str = ...,
|
|
2161
|
-
MultiAZ: bool =
|
|
2179
|
+
MultiAZ: bool = ...,
|
|
2162
2180
|
) -> RestoreFromClusterSnapshotResultTypeDef:
|
|
2163
2181
|
"""
|
|
2164
2182
|
Creates a new cluster from a snapshot.
|
|
@@ -2178,7 +2196,7 @@ class RedshiftClient(BaseClient):
|
|
|
2178
2196
|
SourceSchemaName: str = ...,
|
|
2179
2197
|
TargetDatabaseName: str = ...,
|
|
2180
2198
|
TargetSchemaName: str = ...,
|
|
2181
|
-
EnableCaseSensitiveIdentifier: bool =
|
|
2199
|
+
EnableCaseSensitiveIdentifier: bool = ...,
|
|
2182
2200
|
) -> RestoreTableFromClusterSnapshotResultTypeDef:
|
|
2183
2201
|
"""
|
|
2184
2202
|
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
|
@@ -2201,7 +2219,7 @@ class RedshiftClient(BaseClient):
|
|
|
2201
2219
|
ClusterSecurityGroupName: str,
|
|
2202
2220
|
CIDRIP: str = ...,
|
|
2203
2221
|
EC2SecurityGroupName: str = ...,
|
|
2204
|
-
EC2SecurityGroupOwnerId: str =
|
|
2222
|
+
EC2SecurityGroupOwnerId: str = ...,
|
|
2205
2223
|
) -> RevokeClusterSecurityGroupIngressResultTypeDef:
|
|
2206
2224
|
"""
|
|
2207
2225
|
Revokes an ingress rule in an Amazon Redshift security group for a previously
|
|
@@ -2218,7 +2236,7 @@ class RedshiftClient(BaseClient):
|
|
|
2218
2236
|
ClusterIdentifier: str = ...,
|
|
2219
2237
|
Account: str = ...,
|
|
2220
2238
|
VpcIds: Sequence[str] = ...,
|
|
2221
|
-
Force: bool =
|
|
2239
|
+
Force: bool = ...,
|
|
2222
2240
|
) -> EndpointAuthorizationResponseTypeDef:
|
|
2223
2241
|
"""
|
|
2224
2242
|
Revokes access to a cluster.
|
|
@@ -2233,7 +2251,7 @@ class RedshiftClient(BaseClient):
|
|
|
2233
2251
|
AccountWithRestoreAccess: str,
|
|
2234
2252
|
SnapshotIdentifier: str = ...,
|
|
2235
2253
|
SnapshotArn: str = ...,
|
|
2236
|
-
SnapshotClusterIdentifier: str =
|
|
2254
|
+
SnapshotClusterIdentifier: str = ...,
|
|
2237
2255
|
) -> RevokeSnapshotAccessResultTypeDef:
|
|
2238
2256
|
"""
|
|
2239
2257
|
Removes the ability of the specified Amazon Web Services account to restore the
|
|
@@ -2260,7 +2278,7 @@ class RedshiftClient(BaseClient):
|
|
|
2260
2278
|
DatabaseName: str,
|
|
2261
2279
|
PartnerName: str,
|
|
2262
2280
|
Status: PartnerIntegrationStatusType,
|
|
2263
|
-
StatusMessage: str =
|
|
2281
|
+
StatusMessage: str = ...,
|
|
2264
2282
|
) -> PartnerIntegrationOutputMessageTypeDef:
|
|
2265
2283
|
"""
|
|
2266
2284
|
Updates the status of a partner integration.
|
|
@@ -2580,6 +2598,15 @@ class RedshiftClient(BaseClient):
|
|
|
2580
2598
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
|
|
2581
2599
|
"""
|
|
2582
2600
|
|
|
2601
|
+
@overload
|
|
2602
|
+
def get_paginator(
|
|
2603
|
+
self, operation_name: Literal["list_recommendations"]
|
|
2604
|
+
) -> ListRecommendationsPaginator:
|
|
2605
|
+
"""
|
|
2606
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
|
|
2607
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
|
|
2608
|
+
"""
|
|
2609
|
+
|
|
2583
2610
|
@overload
|
|
2584
2611
|
def get_waiter(self, waiter_name: Literal["cluster_available"]) -> ClusterAvailableWaiter:
|
|
2585
2612
|
"""
|