types-boto3-redshift 1.35.71__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.
@@ -0,0 +1,2370 @@
1
+ """
2
+ Type annotations for redshift service client.
3
+
4
+ [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from boto3.session import Session
10
+ from types_boto3_redshift.client import RedshiftClient
11
+
12
+ session = Session()
13
+ client: RedshiftClient = session.client("redshift")
14
+ ```
15
+
16
+ Copyright 2024 Vlad Emelianov
17
+ """
18
+
19
+ import sys
20
+ from typing import Any, Dict, Mapping, Type, overload
21
+
22
+ from botocore.client import BaseClient, ClientMeta
23
+
24
+ from .paginator import (
25
+ DescribeClusterDbRevisionsPaginator,
26
+ DescribeClusterParameterGroupsPaginator,
27
+ DescribeClusterParametersPaginator,
28
+ DescribeClusterSecurityGroupsPaginator,
29
+ DescribeClusterSnapshotsPaginator,
30
+ DescribeClustersPaginator,
31
+ DescribeClusterSubnetGroupsPaginator,
32
+ DescribeClusterTracksPaginator,
33
+ DescribeClusterVersionsPaginator,
34
+ DescribeCustomDomainAssociationsPaginator,
35
+ DescribeDataSharesForConsumerPaginator,
36
+ DescribeDataSharesForProducerPaginator,
37
+ DescribeDataSharesPaginator,
38
+ DescribeDefaultClusterParametersPaginator,
39
+ DescribeEndpointAccessPaginator,
40
+ DescribeEndpointAuthorizationPaginator,
41
+ DescribeEventsPaginator,
42
+ DescribeEventSubscriptionsPaginator,
43
+ DescribeHsmClientCertificatesPaginator,
44
+ DescribeHsmConfigurationsPaginator,
45
+ DescribeInboundIntegrationsPaginator,
46
+ DescribeIntegrationsPaginator,
47
+ DescribeNodeConfigurationOptionsPaginator,
48
+ DescribeOrderableClusterOptionsPaginator,
49
+ DescribeRedshiftIdcApplicationsPaginator,
50
+ DescribeReservedNodeExchangeStatusPaginator,
51
+ DescribeReservedNodeOfferingsPaginator,
52
+ DescribeReservedNodesPaginator,
53
+ DescribeScheduledActionsPaginator,
54
+ DescribeSnapshotCopyGrantsPaginator,
55
+ DescribeSnapshotSchedulesPaginator,
56
+ DescribeTableRestoreStatusPaginator,
57
+ DescribeTagsPaginator,
58
+ DescribeUsageLimitsPaginator,
59
+ GetReservedNodeExchangeConfigurationOptionsPaginator,
60
+ GetReservedNodeExchangeOfferingsPaginator,
61
+ ListRecommendationsPaginator,
62
+ )
63
+ from .type_defs import (
64
+ AcceptReservedNodeExchangeInputMessageRequestTypeDef,
65
+ AcceptReservedNodeExchangeOutputMessageTypeDef,
66
+ AccountAttributeListTypeDef,
67
+ AssociateDataShareConsumerMessageRequestTypeDef,
68
+ AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef,
69
+ AuthorizeClusterSecurityGroupIngressResultTypeDef,
70
+ AuthorizeDataShareMessageRequestTypeDef,
71
+ AuthorizeEndpointAccessMessageRequestTypeDef,
72
+ AuthorizeSnapshotAccessMessageRequestTypeDef,
73
+ AuthorizeSnapshotAccessResultTypeDef,
74
+ BatchDeleteClusterSnapshotsRequestRequestTypeDef,
75
+ BatchDeleteClusterSnapshotsResultTypeDef,
76
+ BatchModifyClusterSnapshotsMessageRequestTypeDef,
77
+ BatchModifyClusterSnapshotsOutputMessageTypeDef,
78
+ CancelResizeMessageRequestTypeDef,
79
+ ClusterCredentialsTypeDef,
80
+ ClusterDbRevisionsMessageTypeDef,
81
+ ClusterExtendedCredentialsTypeDef,
82
+ ClusterParameterGroupDetailsTypeDef,
83
+ ClusterParameterGroupNameMessageTypeDef,
84
+ ClusterParameterGroupsMessageTypeDef,
85
+ ClusterSecurityGroupMessageTypeDef,
86
+ ClustersMessageTypeDef,
87
+ ClusterSubnetGroupMessageTypeDef,
88
+ ClusterVersionsMessageTypeDef,
89
+ CopyClusterSnapshotMessageRequestTypeDef,
90
+ CopyClusterSnapshotResultTypeDef,
91
+ CreateAuthenticationProfileMessageRequestTypeDef,
92
+ CreateAuthenticationProfileResultTypeDef,
93
+ CreateClusterMessageRequestTypeDef,
94
+ CreateClusterParameterGroupMessageRequestTypeDef,
95
+ CreateClusterParameterGroupResultTypeDef,
96
+ CreateClusterResultTypeDef,
97
+ CreateClusterSecurityGroupMessageRequestTypeDef,
98
+ CreateClusterSecurityGroupResultTypeDef,
99
+ CreateClusterSnapshotMessageRequestTypeDef,
100
+ CreateClusterSnapshotResultTypeDef,
101
+ CreateClusterSubnetGroupMessageRequestTypeDef,
102
+ CreateClusterSubnetGroupResultTypeDef,
103
+ CreateCustomDomainAssociationMessageRequestTypeDef,
104
+ CreateCustomDomainAssociationResultTypeDef,
105
+ CreateEndpointAccessMessageRequestTypeDef,
106
+ CreateEventSubscriptionMessageRequestTypeDef,
107
+ CreateEventSubscriptionResultTypeDef,
108
+ CreateHsmClientCertificateMessageRequestTypeDef,
109
+ CreateHsmClientCertificateResultTypeDef,
110
+ CreateHsmConfigurationMessageRequestTypeDef,
111
+ CreateHsmConfigurationResultTypeDef,
112
+ CreateIntegrationMessageRequestTypeDef,
113
+ CreateRedshiftIdcApplicationMessageRequestTypeDef,
114
+ CreateRedshiftIdcApplicationResultTypeDef,
115
+ CreateScheduledActionMessageRequestTypeDef,
116
+ CreateSnapshotCopyGrantMessageRequestTypeDef,
117
+ CreateSnapshotCopyGrantResultTypeDef,
118
+ CreateSnapshotScheduleMessageRequestTypeDef,
119
+ CreateTagsMessageRequestTypeDef,
120
+ CreateUsageLimitMessageRequestTypeDef,
121
+ CustomDomainAssociationsMessageTypeDef,
122
+ CustomerStorageMessageTypeDef,
123
+ DataShareResponseTypeDef,
124
+ DeauthorizeDataShareMessageRequestTypeDef,
125
+ DeleteAuthenticationProfileMessageRequestTypeDef,
126
+ DeleteAuthenticationProfileResultTypeDef,
127
+ DeleteClusterMessageRequestTypeDef,
128
+ DeleteClusterParameterGroupMessageRequestTypeDef,
129
+ DeleteClusterResultTypeDef,
130
+ DeleteClusterSecurityGroupMessageRequestTypeDef,
131
+ DeleteClusterSnapshotMessageRequestTypeDef,
132
+ DeleteClusterSnapshotResultTypeDef,
133
+ DeleteClusterSubnetGroupMessageRequestTypeDef,
134
+ DeleteCustomDomainAssociationMessageRequestTypeDef,
135
+ DeleteEndpointAccessMessageRequestTypeDef,
136
+ DeleteEventSubscriptionMessageRequestTypeDef,
137
+ DeleteHsmClientCertificateMessageRequestTypeDef,
138
+ DeleteHsmConfigurationMessageRequestTypeDef,
139
+ DeleteIntegrationMessageRequestTypeDef,
140
+ DeleteRedshiftIdcApplicationMessageRequestTypeDef,
141
+ DeleteResourcePolicyMessageRequestTypeDef,
142
+ DeleteScheduledActionMessageRequestTypeDef,
143
+ DeleteSnapshotCopyGrantMessageRequestTypeDef,
144
+ DeleteSnapshotScheduleMessageRequestTypeDef,
145
+ DeleteTagsMessageRequestTypeDef,
146
+ DeleteUsageLimitMessageRequestTypeDef,
147
+ DescribeAccountAttributesMessageRequestTypeDef,
148
+ DescribeAuthenticationProfilesMessageRequestTypeDef,
149
+ DescribeAuthenticationProfilesResultTypeDef,
150
+ DescribeClusterDbRevisionsMessageRequestTypeDef,
151
+ DescribeClusterParameterGroupsMessageRequestTypeDef,
152
+ DescribeClusterParametersMessageRequestTypeDef,
153
+ DescribeClusterSecurityGroupsMessageRequestTypeDef,
154
+ DescribeClustersMessageRequestTypeDef,
155
+ DescribeClusterSnapshotsMessageRequestTypeDef,
156
+ DescribeClusterSubnetGroupsMessageRequestTypeDef,
157
+ DescribeClusterTracksMessageRequestTypeDef,
158
+ DescribeClusterVersionsMessageRequestTypeDef,
159
+ DescribeCustomDomainAssociationsMessageRequestTypeDef,
160
+ DescribeDataSharesForConsumerMessageRequestTypeDef,
161
+ DescribeDataSharesForConsumerResultTypeDef,
162
+ DescribeDataSharesForProducerMessageRequestTypeDef,
163
+ DescribeDataSharesForProducerResultTypeDef,
164
+ DescribeDataSharesMessageRequestTypeDef,
165
+ DescribeDataSharesResultTypeDef,
166
+ DescribeDefaultClusterParametersMessageRequestTypeDef,
167
+ DescribeDefaultClusterParametersResultTypeDef,
168
+ DescribeEndpointAccessMessageRequestTypeDef,
169
+ DescribeEndpointAuthorizationMessageRequestTypeDef,
170
+ DescribeEventCategoriesMessageRequestTypeDef,
171
+ DescribeEventsMessageRequestTypeDef,
172
+ DescribeEventSubscriptionsMessageRequestTypeDef,
173
+ DescribeHsmClientCertificatesMessageRequestTypeDef,
174
+ DescribeHsmConfigurationsMessageRequestTypeDef,
175
+ DescribeInboundIntegrationsMessageRequestTypeDef,
176
+ DescribeIntegrationsMessageRequestTypeDef,
177
+ DescribeLoggingStatusMessageRequestTypeDef,
178
+ DescribeNodeConfigurationOptionsMessageRequestTypeDef,
179
+ DescribeOrderableClusterOptionsMessageRequestTypeDef,
180
+ DescribePartnersInputMessageRequestTypeDef,
181
+ DescribePartnersOutputMessageTypeDef,
182
+ DescribeRedshiftIdcApplicationsMessageRequestTypeDef,
183
+ DescribeRedshiftIdcApplicationsResultTypeDef,
184
+ DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef,
185
+ DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
186
+ DescribeReservedNodeOfferingsMessageRequestTypeDef,
187
+ DescribeReservedNodesMessageRequestTypeDef,
188
+ DescribeResizeMessageRequestTypeDef,
189
+ DescribeScheduledActionsMessageRequestTypeDef,
190
+ DescribeSnapshotCopyGrantsMessageRequestTypeDef,
191
+ DescribeSnapshotSchedulesMessageRequestTypeDef,
192
+ DescribeSnapshotSchedulesOutputMessageTypeDef,
193
+ DescribeTableRestoreStatusMessageRequestTypeDef,
194
+ DescribeTagsMessageRequestTypeDef,
195
+ DescribeUsageLimitsMessageRequestTypeDef,
196
+ DisableLoggingMessageRequestTypeDef,
197
+ DisableSnapshotCopyMessageRequestTypeDef,
198
+ DisableSnapshotCopyResultTypeDef,
199
+ DisassociateDataShareConsumerMessageRequestTypeDef,
200
+ EmptyResponseMetadataTypeDef,
201
+ EnableLoggingMessageRequestTypeDef,
202
+ EnableSnapshotCopyMessageRequestTypeDef,
203
+ EnableSnapshotCopyResultTypeDef,
204
+ EndpointAccessListTypeDef,
205
+ EndpointAccessResponseTypeDef,
206
+ EndpointAuthorizationListTypeDef,
207
+ EndpointAuthorizationResponseTypeDef,
208
+ EventCategoriesMessageTypeDef,
209
+ EventsMessageTypeDef,
210
+ EventSubscriptionsMessageTypeDef,
211
+ FailoverPrimaryComputeInputMessageRequestTypeDef,
212
+ FailoverPrimaryComputeResultTypeDef,
213
+ GetClusterCredentialsMessageRequestTypeDef,
214
+ GetClusterCredentialsWithIAMMessageRequestTypeDef,
215
+ GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef,
216
+ GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef,
217
+ GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef,
218
+ GetReservedNodeExchangeOfferingsOutputMessageTypeDef,
219
+ GetResourcePolicyMessageRequestTypeDef,
220
+ GetResourcePolicyResultTypeDef,
221
+ HsmClientCertificateMessageTypeDef,
222
+ HsmConfigurationMessageTypeDef,
223
+ InboundIntegrationsMessageTypeDef,
224
+ IntegrationResponseTypeDef,
225
+ IntegrationsMessageTypeDef,
226
+ ListRecommendationsMessageRequestTypeDef,
227
+ ListRecommendationsResultTypeDef,
228
+ LoggingStatusTypeDef,
229
+ ModifyAquaInputMessageRequestTypeDef,
230
+ ModifyAquaOutputMessageTypeDef,
231
+ ModifyAuthenticationProfileMessageRequestTypeDef,
232
+ ModifyAuthenticationProfileResultTypeDef,
233
+ ModifyClusterDbRevisionMessageRequestTypeDef,
234
+ ModifyClusterDbRevisionResultTypeDef,
235
+ ModifyClusterIamRolesMessageRequestTypeDef,
236
+ ModifyClusterIamRolesResultTypeDef,
237
+ ModifyClusterMaintenanceMessageRequestTypeDef,
238
+ ModifyClusterMaintenanceResultTypeDef,
239
+ ModifyClusterMessageRequestTypeDef,
240
+ ModifyClusterParameterGroupMessageRequestTypeDef,
241
+ ModifyClusterResultTypeDef,
242
+ ModifyClusterSnapshotMessageRequestTypeDef,
243
+ ModifyClusterSnapshotResultTypeDef,
244
+ ModifyClusterSnapshotScheduleMessageRequestTypeDef,
245
+ ModifyClusterSubnetGroupMessageRequestTypeDef,
246
+ ModifyClusterSubnetGroupResultTypeDef,
247
+ ModifyCustomDomainAssociationMessageRequestTypeDef,
248
+ ModifyCustomDomainAssociationResultTypeDef,
249
+ ModifyEndpointAccessMessageRequestTypeDef,
250
+ ModifyEventSubscriptionMessageRequestTypeDef,
251
+ ModifyEventSubscriptionResultTypeDef,
252
+ ModifyIntegrationMessageRequestTypeDef,
253
+ ModifyRedshiftIdcApplicationMessageRequestTypeDef,
254
+ ModifyRedshiftIdcApplicationResultTypeDef,
255
+ ModifyScheduledActionMessageRequestTypeDef,
256
+ ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef,
257
+ ModifySnapshotCopyRetentionPeriodResultTypeDef,
258
+ ModifySnapshotScheduleMessageRequestTypeDef,
259
+ ModifyUsageLimitMessageRequestTypeDef,
260
+ NodeConfigurationOptionsMessageTypeDef,
261
+ OrderableClusterOptionsMessageTypeDef,
262
+ PartnerIntegrationInputMessageRequestTypeDef,
263
+ PartnerIntegrationOutputMessageTypeDef,
264
+ PauseClusterMessageRequestTypeDef,
265
+ PauseClusterResultTypeDef,
266
+ PurchaseReservedNodeOfferingMessageRequestTypeDef,
267
+ PurchaseReservedNodeOfferingResultTypeDef,
268
+ PutResourcePolicyMessageRequestTypeDef,
269
+ PutResourcePolicyResultTypeDef,
270
+ RebootClusterMessageRequestTypeDef,
271
+ RebootClusterResultTypeDef,
272
+ RejectDataShareMessageRequestTypeDef,
273
+ ReservedNodeOfferingsMessageTypeDef,
274
+ ReservedNodesMessageTypeDef,
275
+ ResetClusterParameterGroupMessageRequestTypeDef,
276
+ ResizeClusterMessageRequestTypeDef,
277
+ ResizeClusterResultTypeDef,
278
+ ResizeProgressMessageTypeDef,
279
+ RestoreFromClusterSnapshotMessageRequestTypeDef,
280
+ RestoreFromClusterSnapshotResultTypeDef,
281
+ RestoreTableFromClusterSnapshotMessageRequestTypeDef,
282
+ RestoreTableFromClusterSnapshotResultTypeDef,
283
+ ResumeClusterMessageRequestTypeDef,
284
+ ResumeClusterResultTypeDef,
285
+ RevokeClusterSecurityGroupIngressMessageRequestTypeDef,
286
+ RevokeClusterSecurityGroupIngressResultTypeDef,
287
+ RevokeEndpointAccessMessageRequestTypeDef,
288
+ RevokeSnapshotAccessMessageRequestTypeDef,
289
+ RevokeSnapshotAccessResultTypeDef,
290
+ RotateEncryptionKeyMessageRequestTypeDef,
291
+ RotateEncryptionKeyResultTypeDef,
292
+ ScheduledActionResponseTypeDef,
293
+ ScheduledActionsMessageTypeDef,
294
+ SnapshotCopyGrantMessageTypeDef,
295
+ SnapshotMessageTypeDef,
296
+ SnapshotScheduleResponseTypeDef,
297
+ TableRestoreStatusMessageTypeDef,
298
+ TaggedResourceListMessageTypeDef,
299
+ TrackListMessageTypeDef,
300
+ UpdatePartnerStatusInputMessageRequestTypeDef,
301
+ UsageLimitListTypeDef,
302
+ UsageLimitResponseTypeDef,
303
+ )
304
+ from .waiter import (
305
+ ClusterAvailableWaiter,
306
+ ClusterDeletedWaiter,
307
+ ClusterRestoredWaiter,
308
+ SnapshotAvailableWaiter,
309
+ )
310
+
311
+ if sys.version_info >= (3, 12):
312
+ from typing import Literal, Unpack
313
+ else:
314
+ from typing_extensions import Literal, Unpack
315
+
316
+
317
+ __all__ = ("RedshiftClient",)
318
+
319
+
320
+ class BotocoreClientError(Exception):
321
+ MSG_TEMPLATE: str
322
+
323
+ def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
324
+ self.response: Dict[str, Any]
325
+ self.operation_name: str
326
+
327
+
328
+ class Exceptions:
329
+ AccessToClusterDeniedFault: Type[BotocoreClientError]
330
+ AccessToSnapshotDeniedFault: Type[BotocoreClientError]
331
+ AuthenticationProfileAlreadyExistsFault: Type[BotocoreClientError]
332
+ AuthenticationProfileNotFoundFault: Type[BotocoreClientError]
333
+ AuthenticationProfileQuotaExceededFault: Type[BotocoreClientError]
334
+ AuthorizationAlreadyExistsFault: Type[BotocoreClientError]
335
+ AuthorizationNotFoundFault: Type[BotocoreClientError]
336
+ AuthorizationQuotaExceededFault: Type[BotocoreClientError]
337
+ BatchDeleteRequestSizeExceededFault: Type[BotocoreClientError]
338
+ BatchModifyClusterSnapshotsLimitExceededFault: Type[BotocoreClientError]
339
+ BucketNotFoundFault: Type[BotocoreClientError]
340
+ ClientError: Type[BotocoreClientError]
341
+ ClusterAlreadyExistsFault: Type[BotocoreClientError]
342
+ ClusterNotFoundFault: Type[BotocoreClientError]
343
+ ClusterOnLatestRevisionFault: Type[BotocoreClientError]
344
+ ClusterParameterGroupAlreadyExistsFault: Type[BotocoreClientError]
345
+ ClusterParameterGroupNotFoundFault: Type[BotocoreClientError]
346
+ ClusterParameterGroupQuotaExceededFault: Type[BotocoreClientError]
347
+ ClusterQuotaExceededFault: Type[BotocoreClientError]
348
+ ClusterSecurityGroupAlreadyExistsFault: Type[BotocoreClientError]
349
+ ClusterSecurityGroupNotFoundFault: Type[BotocoreClientError]
350
+ ClusterSecurityGroupQuotaExceededFault: Type[BotocoreClientError]
351
+ ClusterSnapshotAlreadyExistsFault: Type[BotocoreClientError]
352
+ ClusterSnapshotNotFoundFault: Type[BotocoreClientError]
353
+ ClusterSnapshotQuotaExceededFault: Type[BotocoreClientError]
354
+ ClusterSubnetGroupAlreadyExistsFault: Type[BotocoreClientError]
355
+ ClusterSubnetGroupNotFoundFault: Type[BotocoreClientError]
356
+ ClusterSubnetGroupQuotaExceededFault: Type[BotocoreClientError]
357
+ ClusterSubnetQuotaExceededFault: Type[BotocoreClientError]
358
+ ConflictPolicyUpdateFault: Type[BotocoreClientError]
359
+ CopyToRegionDisabledFault: Type[BotocoreClientError]
360
+ CustomCnameAssociationFault: Type[BotocoreClientError]
361
+ CustomDomainAssociationNotFoundFault: Type[BotocoreClientError]
362
+ DependentServiceAccessDeniedFault: Type[BotocoreClientError]
363
+ DependentServiceRequestThrottlingFault: Type[BotocoreClientError]
364
+ DependentServiceUnavailableFault: Type[BotocoreClientError]
365
+ EndpointAlreadyExistsFault: Type[BotocoreClientError]
366
+ EndpointAuthorizationAlreadyExistsFault: Type[BotocoreClientError]
367
+ EndpointAuthorizationNotFoundFault: Type[BotocoreClientError]
368
+ EndpointAuthorizationsPerClusterLimitExceededFault: Type[BotocoreClientError]
369
+ EndpointNotFoundFault: Type[BotocoreClientError]
370
+ EndpointsPerAuthorizationLimitExceededFault: Type[BotocoreClientError]
371
+ EndpointsPerClusterLimitExceededFault: Type[BotocoreClientError]
372
+ EventSubscriptionQuotaExceededFault: Type[BotocoreClientError]
373
+ HsmClientCertificateAlreadyExistsFault: Type[BotocoreClientError]
374
+ HsmClientCertificateNotFoundFault: Type[BotocoreClientError]
375
+ HsmClientCertificateQuotaExceededFault: Type[BotocoreClientError]
376
+ HsmConfigurationAlreadyExistsFault: Type[BotocoreClientError]
377
+ HsmConfigurationNotFoundFault: Type[BotocoreClientError]
378
+ HsmConfigurationQuotaExceededFault: Type[BotocoreClientError]
379
+ InProgressTableRestoreQuotaExceededFault: Type[BotocoreClientError]
380
+ IncompatibleOrderableOptions: Type[BotocoreClientError]
381
+ InsufficientClusterCapacityFault: Type[BotocoreClientError]
382
+ InsufficientS3BucketPolicyFault: Type[BotocoreClientError]
383
+ IntegrationAlreadyExistsFault: Type[BotocoreClientError]
384
+ IntegrationConflictOperationFault: Type[BotocoreClientError]
385
+ IntegrationConflictStateFault: Type[BotocoreClientError]
386
+ IntegrationNotFoundFault: Type[BotocoreClientError]
387
+ IntegrationQuotaExceededFault: Type[BotocoreClientError]
388
+ IntegrationSourceNotFoundFault: Type[BotocoreClientError]
389
+ IntegrationTargetNotFoundFault: Type[BotocoreClientError]
390
+ InvalidAuthenticationProfileRequestFault: Type[BotocoreClientError]
391
+ InvalidAuthorizationStateFault: Type[BotocoreClientError]
392
+ InvalidClusterParameterGroupStateFault: Type[BotocoreClientError]
393
+ InvalidClusterSecurityGroupStateFault: Type[BotocoreClientError]
394
+ InvalidClusterSnapshotScheduleStateFault: Type[BotocoreClientError]
395
+ InvalidClusterSnapshotStateFault: Type[BotocoreClientError]
396
+ InvalidClusterStateFault: Type[BotocoreClientError]
397
+ InvalidClusterSubnetGroupStateFault: Type[BotocoreClientError]
398
+ InvalidClusterSubnetStateFault: Type[BotocoreClientError]
399
+ InvalidClusterTrackFault: Type[BotocoreClientError]
400
+ InvalidDataShareFault: Type[BotocoreClientError]
401
+ InvalidElasticIpFault: Type[BotocoreClientError]
402
+ InvalidEndpointStateFault: Type[BotocoreClientError]
403
+ InvalidHsmClientCertificateStateFault: Type[BotocoreClientError]
404
+ InvalidHsmConfigurationStateFault: Type[BotocoreClientError]
405
+ InvalidNamespaceFault: Type[BotocoreClientError]
406
+ InvalidPolicyFault: Type[BotocoreClientError]
407
+ InvalidReservedNodeStateFault: Type[BotocoreClientError]
408
+ InvalidRestoreFault: Type[BotocoreClientError]
409
+ InvalidRetentionPeriodFault: Type[BotocoreClientError]
410
+ InvalidS3BucketNameFault: Type[BotocoreClientError]
411
+ InvalidS3KeyPrefixFault: Type[BotocoreClientError]
412
+ InvalidScheduleFault: Type[BotocoreClientError]
413
+ InvalidScheduledActionFault: Type[BotocoreClientError]
414
+ InvalidSnapshotCopyGrantStateFault: Type[BotocoreClientError]
415
+ InvalidSubnet: Type[BotocoreClientError]
416
+ InvalidSubscriptionStateFault: Type[BotocoreClientError]
417
+ InvalidTableRestoreArgumentFault: Type[BotocoreClientError]
418
+ InvalidTagFault: Type[BotocoreClientError]
419
+ InvalidUsageLimitFault: Type[BotocoreClientError]
420
+ InvalidVPCNetworkStateFault: Type[BotocoreClientError]
421
+ Ipv6CidrBlockNotFoundFault: Type[BotocoreClientError]
422
+ LimitExceededFault: Type[BotocoreClientError]
423
+ NumberOfNodesPerClusterLimitExceededFault: Type[BotocoreClientError]
424
+ NumberOfNodesQuotaExceededFault: Type[BotocoreClientError]
425
+ PartnerNotFoundFault: Type[BotocoreClientError]
426
+ RedshiftIdcApplicationAlreadyExistsFault: Type[BotocoreClientError]
427
+ RedshiftIdcApplicationNotExistsFault: Type[BotocoreClientError]
428
+ RedshiftIdcApplicationQuotaExceededFault: Type[BotocoreClientError]
429
+ ReservedNodeAlreadyExistsFault: Type[BotocoreClientError]
430
+ ReservedNodeAlreadyMigratedFault: Type[BotocoreClientError]
431
+ ReservedNodeExchangeNotFoundFault: Type[BotocoreClientError]
432
+ ReservedNodeNotFoundFault: Type[BotocoreClientError]
433
+ ReservedNodeOfferingNotFoundFault: Type[BotocoreClientError]
434
+ ReservedNodeQuotaExceededFault: Type[BotocoreClientError]
435
+ ResizeNotFoundFault: Type[BotocoreClientError]
436
+ ResourceNotFoundFault: Type[BotocoreClientError]
437
+ SNSInvalidTopicFault: Type[BotocoreClientError]
438
+ SNSNoAuthorizationFault: Type[BotocoreClientError]
439
+ SNSTopicArnNotFoundFault: Type[BotocoreClientError]
440
+ ScheduleDefinitionTypeUnsupportedFault: Type[BotocoreClientError]
441
+ ScheduledActionAlreadyExistsFault: Type[BotocoreClientError]
442
+ ScheduledActionNotFoundFault: Type[BotocoreClientError]
443
+ ScheduledActionQuotaExceededFault: Type[BotocoreClientError]
444
+ ScheduledActionTypeUnsupportedFault: Type[BotocoreClientError]
445
+ SnapshotCopyAlreadyDisabledFault: Type[BotocoreClientError]
446
+ SnapshotCopyAlreadyEnabledFault: Type[BotocoreClientError]
447
+ SnapshotCopyDisabledFault: Type[BotocoreClientError]
448
+ SnapshotCopyGrantAlreadyExistsFault: Type[BotocoreClientError]
449
+ SnapshotCopyGrantNotFoundFault: Type[BotocoreClientError]
450
+ SnapshotCopyGrantQuotaExceededFault: Type[BotocoreClientError]
451
+ SnapshotScheduleAlreadyExistsFault: Type[BotocoreClientError]
452
+ SnapshotScheduleNotFoundFault: Type[BotocoreClientError]
453
+ SnapshotScheduleQuotaExceededFault: Type[BotocoreClientError]
454
+ SnapshotScheduleUpdateInProgressFault: Type[BotocoreClientError]
455
+ SourceNotFoundFault: Type[BotocoreClientError]
456
+ SubnetAlreadyInUse: Type[BotocoreClientError]
457
+ SubscriptionAlreadyExistFault: Type[BotocoreClientError]
458
+ SubscriptionCategoryNotFoundFault: Type[BotocoreClientError]
459
+ SubscriptionEventIdNotFoundFault: Type[BotocoreClientError]
460
+ SubscriptionNotFoundFault: Type[BotocoreClientError]
461
+ SubscriptionSeverityNotFoundFault: Type[BotocoreClientError]
462
+ TableLimitExceededFault: Type[BotocoreClientError]
463
+ TableRestoreNotFoundFault: Type[BotocoreClientError]
464
+ TagLimitExceededFault: Type[BotocoreClientError]
465
+ UnauthorizedOperation: Type[BotocoreClientError]
466
+ UnauthorizedPartnerIntegrationFault: Type[BotocoreClientError]
467
+ UnknownSnapshotCopyRegionFault: Type[BotocoreClientError]
468
+ UnsupportedOperationFault: Type[BotocoreClientError]
469
+ UnsupportedOptionFault: Type[BotocoreClientError]
470
+ UsageLimitAlreadyExistsFault: Type[BotocoreClientError]
471
+ UsageLimitNotFoundFault: Type[BotocoreClientError]
472
+
473
+
474
+ class RedshiftClient(BaseClient):
475
+ """
476
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client)
477
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
478
+ """
479
+
480
+ meta: ClientMeta
481
+
482
+ @property
483
+ def exceptions(self) -> Exceptions:
484
+ """
485
+ RedshiftClient exceptions.
486
+
487
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client)
488
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#exceptions)
489
+ """
490
+
491
+ def can_paginate(self, operation_name: str) -> bool:
492
+ """
493
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/can_paginate.html)
494
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#can_paginate)
495
+ """
496
+
497
+ def generate_presigned_url(
498
+ self,
499
+ ClientMethod: str,
500
+ Params: Mapping[str, Any] = ...,
501
+ ExpiresIn: int = 3600,
502
+ HttpMethod: str = ...,
503
+ ) -> str:
504
+ """
505
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/generate_presigned_url.html)
506
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#generate_presigned_url)
507
+ """
508
+
509
+ def close(self) -> None:
510
+ """
511
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/close.html)
512
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#close)
513
+ """
514
+
515
+ def accept_reserved_node_exchange(
516
+ self, **kwargs: Unpack[AcceptReservedNodeExchangeInputMessageRequestTypeDef]
517
+ ) -> AcceptReservedNodeExchangeOutputMessageTypeDef:
518
+ """
519
+ Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
520
+ configuration (term, payment type, or number of nodes) and no additional costs.
521
+
522
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/accept_reserved_node_exchange.html)
523
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#accept_reserved_node_exchange)
524
+ """
525
+
526
+ def add_partner(
527
+ self, **kwargs: Unpack[PartnerIntegrationInputMessageRequestTypeDef]
528
+ ) -> PartnerIntegrationOutputMessageTypeDef:
529
+ """
530
+ Adds a partner integration to a cluster.
531
+
532
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/add_partner.html)
533
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#add_partner)
534
+ """
535
+
536
+ def associate_data_share_consumer(
537
+ self, **kwargs: Unpack[AssociateDataShareConsumerMessageRequestTypeDef]
538
+ ) -> DataShareResponseTypeDef:
539
+ """
540
+ From a datashare consumer account, associates a datashare with the account
541
+ (AssociateEntireAccount) or the specified namespace (ConsumerArn).
542
+
543
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/associate_data_share_consumer.html)
544
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#associate_data_share_consumer)
545
+ """
546
+
547
+ def authorize_cluster_security_group_ingress(
548
+ self, **kwargs: Unpack[AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef]
549
+ ) -> AuthorizeClusterSecurityGroupIngressResultTypeDef:
550
+ """
551
+ Adds an inbound (ingress) rule to an Amazon Redshift security group.
552
+
553
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/authorize_cluster_security_group_ingress.html)
554
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#authorize_cluster_security_group_ingress)
555
+ """
556
+
557
+ def authorize_data_share(
558
+ self, **kwargs: Unpack[AuthorizeDataShareMessageRequestTypeDef]
559
+ ) -> DataShareResponseTypeDef:
560
+ """
561
+ From a data producer account, authorizes the sharing of a datashare with one or
562
+ more consumer accounts or managing entities.
563
+
564
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/authorize_data_share.html)
565
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#authorize_data_share)
566
+ """
567
+
568
+ def authorize_endpoint_access(
569
+ self, **kwargs: Unpack[AuthorizeEndpointAccessMessageRequestTypeDef]
570
+ ) -> EndpointAuthorizationResponseTypeDef:
571
+ """
572
+ Grants access to a cluster.
573
+
574
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/authorize_endpoint_access.html)
575
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#authorize_endpoint_access)
576
+ """
577
+
578
+ def authorize_snapshot_access(
579
+ self, **kwargs: Unpack[AuthorizeSnapshotAccessMessageRequestTypeDef]
580
+ ) -> AuthorizeSnapshotAccessResultTypeDef:
581
+ """
582
+ Authorizes the specified Amazon Web Services account to restore the specified
583
+ snapshot.
584
+
585
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/authorize_snapshot_access.html)
586
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#authorize_snapshot_access)
587
+ """
588
+
589
+ def batch_delete_cluster_snapshots(
590
+ self, **kwargs: Unpack[BatchDeleteClusterSnapshotsRequestRequestTypeDef]
591
+ ) -> BatchDeleteClusterSnapshotsResultTypeDef:
592
+ """
593
+ Deletes a set of cluster snapshots.
594
+
595
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/batch_delete_cluster_snapshots.html)
596
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#batch_delete_cluster_snapshots)
597
+ """
598
+
599
+ def batch_modify_cluster_snapshots(
600
+ self, **kwargs: Unpack[BatchModifyClusterSnapshotsMessageRequestTypeDef]
601
+ ) -> BatchModifyClusterSnapshotsOutputMessageTypeDef:
602
+ """
603
+ Modifies the settings for a set of cluster snapshots.
604
+
605
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/batch_modify_cluster_snapshots.html)
606
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#batch_modify_cluster_snapshots)
607
+ """
608
+
609
+ def cancel_resize(
610
+ self, **kwargs: Unpack[CancelResizeMessageRequestTypeDef]
611
+ ) -> ResizeProgressMessageTypeDef:
612
+ """
613
+ Cancels a resize operation for a cluster.
614
+
615
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/cancel_resize.html)
616
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#cancel_resize)
617
+ """
618
+
619
+ def copy_cluster_snapshot(
620
+ self, **kwargs: Unpack[CopyClusterSnapshotMessageRequestTypeDef]
621
+ ) -> CopyClusterSnapshotResultTypeDef:
622
+ """
623
+ Copies the specified automated cluster snapshot to a new manual cluster
624
+ snapshot.
625
+
626
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/copy_cluster_snapshot.html)
627
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#copy_cluster_snapshot)
628
+ """
629
+
630
+ def create_authentication_profile(
631
+ self, **kwargs: Unpack[CreateAuthenticationProfileMessageRequestTypeDef]
632
+ ) -> CreateAuthenticationProfileResultTypeDef:
633
+ """
634
+ Creates an authentication profile with the specified parameters.
635
+
636
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_authentication_profile.html)
637
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_authentication_profile)
638
+ """
639
+
640
+ def create_cluster(
641
+ self, **kwargs: Unpack[CreateClusterMessageRequestTypeDef]
642
+ ) -> CreateClusterResultTypeDef:
643
+ """
644
+ Creates a new cluster with the specified parameters.
645
+
646
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_cluster.html)
647
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_cluster)
648
+ """
649
+
650
+ def create_cluster_parameter_group(
651
+ self, **kwargs: Unpack[CreateClusterParameterGroupMessageRequestTypeDef]
652
+ ) -> CreateClusterParameterGroupResultTypeDef:
653
+ """
654
+ Creates an Amazon Redshift parameter group.
655
+
656
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_cluster_parameter_group.html)
657
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_cluster_parameter_group)
658
+ """
659
+
660
+ def create_cluster_security_group(
661
+ self, **kwargs: Unpack[CreateClusterSecurityGroupMessageRequestTypeDef]
662
+ ) -> CreateClusterSecurityGroupResultTypeDef:
663
+ """
664
+ Creates a new Amazon Redshift security group.
665
+
666
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_cluster_security_group.html)
667
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_cluster_security_group)
668
+ """
669
+
670
+ def create_cluster_snapshot(
671
+ self, **kwargs: Unpack[CreateClusterSnapshotMessageRequestTypeDef]
672
+ ) -> CreateClusterSnapshotResultTypeDef:
673
+ """
674
+ Creates a manual snapshot of the specified cluster.
675
+
676
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_cluster_snapshot.html)
677
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_cluster_snapshot)
678
+ """
679
+
680
+ def create_cluster_subnet_group(
681
+ self, **kwargs: Unpack[CreateClusterSubnetGroupMessageRequestTypeDef]
682
+ ) -> CreateClusterSubnetGroupResultTypeDef:
683
+ """
684
+ Creates a new Amazon Redshift subnet group.
685
+
686
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_cluster_subnet_group.html)
687
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_cluster_subnet_group)
688
+ """
689
+
690
+ def create_custom_domain_association(
691
+ self, **kwargs: Unpack[CreateCustomDomainAssociationMessageRequestTypeDef]
692
+ ) -> CreateCustomDomainAssociationResultTypeDef:
693
+ """
694
+ Used to create a custom domain name for a cluster.
695
+
696
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_custom_domain_association.html)
697
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_custom_domain_association)
698
+ """
699
+
700
+ def create_endpoint_access(
701
+ self, **kwargs: Unpack[CreateEndpointAccessMessageRequestTypeDef]
702
+ ) -> EndpointAccessResponseTypeDef:
703
+ """
704
+ Creates a Redshift-managed VPC endpoint.
705
+
706
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_endpoint_access.html)
707
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_endpoint_access)
708
+ """
709
+
710
+ def create_event_subscription(
711
+ self, **kwargs: Unpack[CreateEventSubscriptionMessageRequestTypeDef]
712
+ ) -> CreateEventSubscriptionResultTypeDef:
713
+ """
714
+ Creates an Amazon Redshift event notification subscription.
715
+
716
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_event_subscription.html)
717
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_event_subscription)
718
+ """
719
+
720
+ def create_hsm_client_certificate(
721
+ self, **kwargs: Unpack[CreateHsmClientCertificateMessageRequestTypeDef]
722
+ ) -> CreateHsmClientCertificateResultTypeDef:
723
+ """
724
+ Creates an HSM client certificate that an Amazon Redshift cluster will use to
725
+ connect to the client's HSM in order to store and retrieve the keys used to
726
+ encrypt the cluster databases.
727
+
728
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_hsm_client_certificate.html)
729
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_hsm_client_certificate)
730
+ """
731
+
732
+ def create_hsm_configuration(
733
+ self, **kwargs: Unpack[CreateHsmConfigurationMessageRequestTypeDef]
734
+ ) -> CreateHsmConfigurationResultTypeDef:
735
+ """
736
+ Creates an HSM configuration that contains the information required by an
737
+ Amazon Redshift cluster to store and use database encryption keys in a Hardware
738
+ Security Module (HSM).
739
+
740
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_hsm_configuration.html)
741
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_hsm_configuration)
742
+ """
743
+
744
+ def create_integration(
745
+ self, **kwargs: Unpack[CreateIntegrationMessageRequestTypeDef]
746
+ ) -> IntegrationResponseTypeDef:
747
+ """
748
+ Creates a zero-ETL integration or S3 event integration with Amazon Redshift.
749
+
750
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_integration.html)
751
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_integration)
752
+ """
753
+
754
+ def create_redshift_idc_application(
755
+ self, **kwargs: Unpack[CreateRedshiftIdcApplicationMessageRequestTypeDef]
756
+ ) -> CreateRedshiftIdcApplicationResultTypeDef:
757
+ """
758
+ Creates an Amazon Redshift application for use with IAM Identity Center.
759
+
760
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_redshift_idc_application.html)
761
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_redshift_idc_application)
762
+ """
763
+
764
+ def create_scheduled_action(
765
+ self, **kwargs: Unpack[CreateScheduledActionMessageRequestTypeDef]
766
+ ) -> ScheduledActionResponseTypeDef:
767
+ """
768
+ Creates a scheduled action.
769
+
770
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_scheduled_action.html)
771
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_scheduled_action)
772
+ """
773
+
774
+ def create_snapshot_copy_grant(
775
+ self, **kwargs: Unpack[CreateSnapshotCopyGrantMessageRequestTypeDef]
776
+ ) -> CreateSnapshotCopyGrantResultTypeDef:
777
+ """
778
+ Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted
779
+ symmetric key from Key Management Service (KMS) to encrypt copied snapshots in
780
+ a destination region.
781
+
782
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_snapshot_copy_grant.html)
783
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_snapshot_copy_grant)
784
+ """
785
+
786
+ def create_snapshot_schedule(
787
+ self, **kwargs: Unpack[CreateSnapshotScheduleMessageRequestTypeDef]
788
+ ) -> SnapshotScheduleResponseTypeDef:
789
+ """
790
+ Create a snapshot schedule that can be associated to a cluster and which
791
+ overrides the default system backup schedule.
792
+
793
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_snapshot_schedule.html)
794
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_snapshot_schedule)
795
+ """
796
+
797
+ def create_tags(
798
+ self, **kwargs: Unpack[CreateTagsMessageRequestTypeDef]
799
+ ) -> EmptyResponseMetadataTypeDef:
800
+ """
801
+ Adds tags to a cluster.
802
+
803
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_tags.html)
804
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_tags)
805
+ """
806
+
807
+ def create_usage_limit(
808
+ self, **kwargs: Unpack[CreateUsageLimitMessageRequestTypeDef]
809
+ ) -> UsageLimitResponseTypeDef:
810
+ """
811
+ Creates a usage limit for a specified Amazon Redshift feature on a cluster.
812
+
813
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/create_usage_limit.html)
814
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#create_usage_limit)
815
+ """
816
+
817
+ def deauthorize_data_share(
818
+ self, **kwargs: Unpack[DeauthorizeDataShareMessageRequestTypeDef]
819
+ ) -> DataShareResponseTypeDef:
820
+ """
821
+ From a datashare producer account, removes authorization from the specified
822
+ datashare.
823
+
824
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/deauthorize_data_share.html)
825
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#deauthorize_data_share)
826
+ """
827
+
828
+ def delete_authentication_profile(
829
+ self, **kwargs: Unpack[DeleteAuthenticationProfileMessageRequestTypeDef]
830
+ ) -> DeleteAuthenticationProfileResultTypeDef:
831
+ """
832
+ Deletes an authentication profile.
833
+
834
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_authentication_profile.html)
835
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_authentication_profile)
836
+ """
837
+
838
+ def delete_cluster(
839
+ self, **kwargs: Unpack[DeleteClusterMessageRequestTypeDef]
840
+ ) -> DeleteClusterResultTypeDef:
841
+ """
842
+ Deletes a previously provisioned cluster without its final snapshot being
843
+ created.
844
+
845
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_cluster.html)
846
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_cluster)
847
+ """
848
+
849
+ def delete_cluster_parameter_group(
850
+ self, **kwargs: Unpack[DeleteClusterParameterGroupMessageRequestTypeDef]
851
+ ) -> EmptyResponseMetadataTypeDef:
852
+ """
853
+ Deletes a specified Amazon Redshift parameter group.
854
+
855
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_cluster_parameter_group.html)
856
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_cluster_parameter_group)
857
+ """
858
+
859
+ def delete_cluster_security_group(
860
+ self, **kwargs: Unpack[DeleteClusterSecurityGroupMessageRequestTypeDef]
861
+ ) -> EmptyResponseMetadataTypeDef:
862
+ """
863
+ Deletes an Amazon Redshift security group.
864
+
865
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_cluster_security_group.html)
866
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_cluster_security_group)
867
+ """
868
+
869
+ def delete_cluster_snapshot(
870
+ self, **kwargs: Unpack[DeleteClusterSnapshotMessageRequestTypeDef]
871
+ ) -> DeleteClusterSnapshotResultTypeDef:
872
+ """
873
+ Deletes the specified manual snapshot.
874
+
875
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_cluster_snapshot.html)
876
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_cluster_snapshot)
877
+ """
878
+
879
+ def delete_cluster_subnet_group(
880
+ self, **kwargs: Unpack[DeleteClusterSubnetGroupMessageRequestTypeDef]
881
+ ) -> EmptyResponseMetadataTypeDef:
882
+ """
883
+ Deletes the specified cluster subnet group.
884
+
885
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_cluster_subnet_group.html)
886
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_cluster_subnet_group)
887
+ """
888
+
889
+ def delete_custom_domain_association(
890
+ self, **kwargs: Unpack[DeleteCustomDomainAssociationMessageRequestTypeDef]
891
+ ) -> EmptyResponseMetadataTypeDef:
892
+ """
893
+ Contains information about deleting a custom domain association for a cluster.
894
+
895
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_custom_domain_association.html)
896
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_custom_domain_association)
897
+ """
898
+
899
+ def delete_endpoint_access(
900
+ self, **kwargs: Unpack[DeleteEndpointAccessMessageRequestTypeDef]
901
+ ) -> EndpointAccessResponseTypeDef:
902
+ """
903
+ Deletes a Redshift-managed VPC endpoint.
904
+
905
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_endpoint_access.html)
906
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_endpoint_access)
907
+ """
908
+
909
+ def delete_event_subscription(
910
+ self, **kwargs: Unpack[DeleteEventSubscriptionMessageRequestTypeDef]
911
+ ) -> EmptyResponseMetadataTypeDef:
912
+ """
913
+ Deletes an Amazon Redshift event notification subscription.
914
+
915
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_event_subscription.html)
916
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_event_subscription)
917
+ """
918
+
919
+ def delete_hsm_client_certificate(
920
+ self, **kwargs: Unpack[DeleteHsmClientCertificateMessageRequestTypeDef]
921
+ ) -> EmptyResponseMetadataTypeDef:
922
+ """
923
+ Deletes the specified HSM client certificate.
924
+
925
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_hsm_client_certificate.html)
926
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_hsm_client_certificate)
927
+ """
928
+
929
+ def delete_hsm_configuration(
930
+ self, **kwargs: Unpack[DeleteHsmConfigurationMessageRequestTypeDef]
931
+ ) -> EmptyResponseMetadataTypeDef:
932
+ """
933
+ Deletes the specified Amazon Redshift HSM configuration.
934
+
935
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_hsm_configuration.html)
936
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_hsm_configuration)
937
+ """
938
+
939
+ def delete_integration(
940
+ self, **kwargs: Unpack[DeleteIntegrationMessageRequestTypeDef]
941
+ ) -> IntegrationResponseTypeDef:
942
+ """
943
+ Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.
944
+
945
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_integration.html)
946
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_integration)
947
+ """
948
+
949
+ def delete_partner(
950
+ self, **kwargs: Unpack[PartnerIntegrationInputMessageRequestTypeDef]
951
+ ) -> PartnerIntegrationOutputMessageTypeDef:
952
+ """
953
+ Deletes a partner integration from a cluster.
954
+
955
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_partner.html)
956
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_partner)
957
+ """
958
+
959
+ def delete_redshift_idc_application(
960
+ self, **kwargs: Unpack[DeleteRedshiftIdcApplicationMessageRequestTypeDef]
961
+ ) -> EmptyResponseMetadataTypeDef:
962
+ """
963
+ Deletes an Amazon Redshift IAM Identity Center application.
964
+
965
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_redshift_idc_application.html)
966
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_redshift_idc_application)
967
+ """
968
+
969
+ def delete_resource_policy(
970
+ self, **kwargs: Unpack[DeleteResourcePolicyMessageRequestTypeDef]
971
+ ) -> EmptyResponseMetadataTypeDef:
972
+ """
973
+ Deletes the resource policy for a specified resource.
974
+
975
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_resource_policy.html)
976
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_resource_policy)
977
+ """
978
+
979
+ def delete_scheduled_action(
980
+ self, **kwargs: Unpack[DeleteScheduledActionMessageRequestTypeDef]
981
+ ) -> EmptyResponseMetadataTypeDef:
982
+ """
983
+ Deletes a scheduled action.
984
+
985
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_scheduled_action.html)
986
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_scheduled_action)
987
+ """
988
+
989
+ def delete_snapshot_copy_grant(
990
+ self, **kwargs: Unpack[DeleteSnapshotCopyGrantMessageRequestTypeDef]
991
+ ) -> EmptyResponseMetadataTypeDef:
992
+ """
993
+ Deletes the specified snapshot copy grant.
994
+
995
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_snapshot_copy_grant.html)
996
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_snapshot_copy_grant)
997
+ """
998
+
999
+ def delete_snapshot_schedule(
1000
+ self, **kwargs: Unpack[DeleteSnapshotScheduleMessageRequestTypeDef]
1001
+ ) -> EmptyResponseMetadataTypeDef:
1002
+ """
1003
+ Deletes a snapshot schedule.
1004
+
1005
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_snapshot_schedule.html)
1006
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_snapshot_schedule)
1007
+ """
1008
+
1009
+ def delete_tags(
1010
+ self, **kwargs: Unpack[DeleteTagsMessageRequestTypeDef]
1011
+ ) -> EmptyResponseMetadataTypeDef:
1012
+ """
1013
+ Deletes tags from a resource.
1014
+
1015
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_tags.html)
1016
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_tags)
1017
+ """
1018
+
1019
+ def delete_usage_limit(
1020
+ self, **kwargs: Unpack[DeleteUsageLimitMessageRequestTypeDef]
1021
+ ) -> EmptyResponseMetadataTypeDef:
1022
+ """
1023
+ Deletes a usage limit from a cluster.
1024
+
1025
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/delete_usage_limit.html)
1026
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_usage_limit)
1027
+ """
1028
+
1029
+ def describe_account_attributes(
1030
+ self, **kwargs: Unpack[DescribeAccountAttributesMessageRequestTypeDef]
1031
+ ) -> AccountAttributeListTypeDef:
1032
+ """
1033
+ Returns a list of attributes attached to an account.
1034
+
1035
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_account_attributes.html)
1036
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_account_attributes)
1037
+ """
1038
+
1039
+ def describe_authentication_profiles(
1040
+ self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageRequestTypeDef]
1041
+ ) -> DescribeAuthenticationProfilesResultTypeDef:
1042
+ """
1043
+ Describes an authentication profile.
1044
+
1045
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_authentication_profiles.html)
1046
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_authentication_profiles)
1047
+ """
1048
+
1049
+ def describe_cluster_db_revisions(
1050
+ self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageRequestTypeDef]
1051
+ ) -> ClusterDbRevisionsMessageTypeDef:
1052
+ """
1053
+ Returns an array of <code>ClusterDbRevision</code> objects.
1054
+
1055
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_db_revisions.html)
1056
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_db_revisions)
1057
+ """
1058
+
1059
+ def describe_cluster_parameter_groups(
1060
+ self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageRequestTypeDef]
1061
+ ) -> ClusterParameterGroupsMessageTypeDef:
1062
+ """
1063
+ Returns a list of Amazon Redshift parameter groups, including parameter groups
1064
+ you created and the default parameter group.
1065
+
1066
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_parameter_groups.html)
1067
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_parameter_groups)
1068
+ """
1069
+
1070
+ def describe_cluster_parameters(
1071
+ self, **kwargs: Unpack[DescribeClusterParametersMessageRequestTypeDef]
1072
+ ) -> ClusterParameterGroupDetailsTypeDef:
1073
+ """
1074
+ Returns a detailed list of parameters contained within the specified Amazon
1075
+ Redshift parameter group.
1076
+
1077
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_parameters.html)
1078
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_parameters)
1079
+ """
1080
+
1081
+ def describe_cluster_security_groups(
1082
+ self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageRequestTypeDef]
1083
+ ) -> ClusterSecurityGroupMessageTypeDef:
1084
+ """
1085
+ Returns information about Amazon Redshift security groups.
1086
+
1087
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_security_groups.html)
1088
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_security_groups)
1089
+ """
1090
+
1091
+ def describe_cluster_snapshots(
1092
+ self, **kwargs: Unpack[DescribeClusterSnapshotsMessageRequestTypeDef]
1093
+ ) -> SnapshotMessageTypeDef:
1094
+ """
1095
+ Returns one or more snapshot objects, which contain metadata about your cluster
1096
+ snapshots.
1097
+
1098
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_snapshots.html)
1099
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_snapshots)
1100
+ """
1101
+
1102
+ def describe_cluster_subnet_groups(
1103
+ self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageRequestTypeDef]
1104
+ ) -> ClusterSubnetGroupMessageTypeDef:
1105
+ """
1106
+ Returns one or more cluster subnet group objects, which contain metadata about
1107
+ your cluster subnet groups.
1108
+
1109
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_subnet_groups.html)
1110
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_subnet_groups)
1111
+ """
1112
+
1113
+ def describe_cluster_tracks(
1114
+ self, **kwargs: Unpack[DescribeClusterTracksMessageRequestTypeDef]
1115
+ ) -> TrackListMessageTypeDef:
1116
+ """
1117
+ Returns a list of all the available maintenance tracks.
1118
+
1119
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_tracks.html)
1120
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_tracks)
1121
+ """
1122
+
1123
+ def describe_cluster_versions(
1124
+ self, **kwargs: Unpack[DescribeClusterVersionsMessageRequestTypeDef]
1125
+ ) -> ClusterVersionsMessageTypeDef:
1126
+ """
1127
+ Returns descriptions of the available Amazon Redshift cluster versions.
1128
+
1129
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_cluster_versions.html)
1130
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_cluster_versions)
1131
+ """
1132
+
1133
+ def describe_clusters(
1134
+ self, **kwargs: Unpack[DescribeClustersMessageRequestTypeDef]
1135
+ ) -> ClustersMessageTypeDef:
1136
+ """
1137
+ Returns properties of provisioned clusters including general cluster
1138
+ properties, cluster database properties, maintenance and backup properties, and
1139
+ security and access properties.
1140
+
1141
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_clusters.html)
1142
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_clusters)
1143
+ """
1144
+
1145
+ def describe_custom_domain_associations(
1146
+ self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageRequestTypeDef]
1147
+ ) -> CustomDomainAssociationsMessageTypeDef:
1148
+ """
1149
+ Contains information about custom domain associations for a cluster.
1150
+
1151
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_custom_domain_associations.html)
1152
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_custom_domain_associations)
1153
+ """
1154
+
1155
+ def describe_data_shares(
1156
+ self, **kwargs: Unpack[DescribeDataSharesMessageRequestTypeDef]
1157
+ ) -> DescribeDataSharesResultTypeDef:
1158
+ """
1159
+ Shows the status of any inbound or outbound datashares available in the
1160
+ specified account.
1161
+
1162
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_data_shares.html)
1163
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_data_shares)
1164
+ """
1165
+
1166
+ def describe_data_shares_for_consumer(
1167
+ self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageRequestTypeDef]
1168
+ ) -> DescribeDataSharesForConsumerResultTypeDef:
1169
+ """
1170
+ Returns a list of datashares where the account identifier being called is a
1171
+ consumer account identifier.
1172
+
1173
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_data_shares_for_consumer.html)
1174
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_data_shares_for_consumer)
1175
+ """
1176
+
1177
+ def describe_data_shares_for_producer(
1178
+ self, **kwargs: Unpack[DescribeDataSharesForProducerMessageRequestTypeDef]
1179
+ ) -> DescribeDataSharesForProducerResultTypeDef:
1180
+ """
1181
+ Returns a list of datashares when the account identifier being called is a
1182
+ producer account identifier.
1183
+
1184
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_data_shares_for_producer.html)
1185
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_data_shares_for_producer)
1186
+ """
1187
+
1188
+ def describe_default_cluster_parameters(
1189
+ self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageRequestTypeDef]
1190
+ ) -> DescribeDefaultClusterParametersResultTypeDef:
1191
+ """
1192
+ Returns a list of parameter settings for the specified parameter group family.
1193
+
1194
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_default_cluster_parameters.html)
1195
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_default_cluster_parameters)
1196
+ """
1197
+
1198
+ def describe_endpoint_access(
1199
+ self, **kwargs: Unpack[DescribeEndpointAccessMessageRequestTypeDef]
1200
+ ) -> EndpointAccessListTypeDef:
1201
+ """
1202
+ Describes a Redshift-managed VPC endpoint.
1203
+
1204
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_endpoint_access.html)
1205
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_endpoint_access)
1206
+ """
1207
+
1208
+ def describe_endpoint_authorization(
1209
+ self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageRequestTypeDef]
1210
+ ) -> EndpointAuthorizationListTypeDef:
1211
+ """
1212
+ Describes an endpoint authorization.
1213
+
1214
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_endpoint_authorization.html)
1215
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_endpoint_authorization)
1216
+ """
1217
+
1218
+ def describe_event_categories(
1219
+ self, **kwargs: Unpack[DescribeEventCategoriesMessageRequestTypeDef]
1220
+ ) -> EventCategoriesMessageTypeDef:
1221
+ """
1222
+ Displays a list of event categories for all event source types, or for a
1223
+ specified source type.
1224
+
1225
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_event_categories.html)
1226
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_event_categories)
1227
+ """
1228
+
1229
+ def describe_event_subscriptions(
1230
+ self, **kwargs: Unpack[DescribeEventSubscriptionsMessageRequestTypeDef]
1231
+ ) -> EventSubscriptionsMessageTypeDef:
1232
+ """
1233
+ Lists descriptions of all the Amazon Redshift event notification subscriptions
1234
+ for a customer account.
1235
+
1236
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_event_subscriptions.html)
1237
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_event_subscriptions)
1238
+ """
1239
+
1240
+ def describe_events(
1241
+ self, **kwargs: Unpack[DescribeEventsMessageRequestTypeDef]
1242
+ ) -> EventsMessageTypeDef:
1243
+ """
1244
+ Returns events related to clusters, security groups, snapshots, and parameter
1245
+ groups for the past 14 days.
1246
+
1247
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_events.html)
1248
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_events)
1249
+ """
1250
+
1251
+ def describe_hsm_client_certificates(
1252
+ self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageRequestTypeDef]
1253
+ ) -> HsmClientCertificateMessageTypeDef:
1254
+ """
1255
+ Returns information about the specified HSM client certificate.
1256
+
1257
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_hsm_client_certificates.html)
1258
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_hsm_client_certificates)
1259
+ """
1260
+
1261
+ def describe_hsm_configurations(
1262
+ self, **kwargs: Unpack[DescribeHsmConfigurationsMessageRequestTypeDef]
1263
+ ) -> HsmConfigurationMessageTypeDef:
1264
+ """
1265
+ Returns information about the specified Amazon Redshift HSM configuration.
1266
+
1267
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_hsm_configurations.html)
1268
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_hsm_configurations)
1269
+ """
1270
+
1271
+ def describe_inbound_integrations(
1272
+ self, **kwargs: Unpack[DescribeInboundIntegrationsMessageRequestTypeDef]
1273
+ ) -> InboundIntegrationsMessageTypeDef:
1274
+ """
1275
+ Returns a list of inbound integrations.
1276
+
1277
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_inbound_integrations.html)
1278
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_inbound_integrations)
1279
+ """
1280
+
1281
+ def describe_integrations(
1282
+ self, **kwargs: Unpack[DescribeIntegrationsMessageRequestTypeDef]
1283
+ ) -> IntegrationsMessageTypeDef:
1284
+ """
1285
+ Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.
1286
+
1287
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_integrations.html)
1288
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_integrations)
1289
+ """
1290
+
1291
+ def describe_logging_status(
1292
+ self, **kwargs: Unpack[DescribeLoggingStatusMessageRequestTypeDef]
1293
+ ) -> LoggingStatusTypeDef:
1294
+ """
1295
+ Describes whether information, such as queries and connection attempts, is
1296
+ being logged for the specified Amazon Redshift cluster.
1297
+
1298
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_logging_status.html)
1299
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_logging_status)
1300
+ """
1301
+
1302
+ def describe_node_configuration_options(
1303
+ self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageRequestTypeDef]
1304
+ ) -> NodeConfigurationOptionsMessageTypeDef:
1305
+ """
1306
+ Returns properties of possible node configurations such as node type, number of
1307
+ nodes, and disk usage for the specified action type.
1308
+
1309
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_node_configuration_options.html)
1310
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_node_configuration_options)
1311
+ """
1312
+
1313
+ def describe_orderable_cluster_options(
1314
+ self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageRequestTypeDef]
1315
+ ) -> OrderableClusterOptionsMessageTypeDef:
1316
+ """
1317
+ Returns a list of orderable cluster options.
1318
+
1319
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_orderable_cluster_options.html)
1320
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_orderable_cluster_options)
1321
+ """
1322
+
1323
+ def describe_partners(
1324
+ self, **kwargs: Unpack[DescribePartnersInputMessageRequestTypeDef]
1325
+ ) -> DescribePartnersOutputMessageTypeDef:
1326
+ """
1327
+ Returns information about the partner integrations defined for a cluster.
1328
+
1329
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_partners.html)
1330
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_partners)
1331
+ """
1332
+
1333
+ def describe_redshift_idc_applications(
1334
+ self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageRequestTypeDef]
1335
+ ) -> DescribeRedshiftIdcApplicationsResultTypeDef:
1336
+ """
1337
+ Lists the Amazon Redshift IAM Identity Center applications.
1338
+
1339
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_redshift_idc_applications.html)
1340
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_redshift_idc_applications)
1341
+ """
1342
+
1343
+ def describe_reserved_node_exchange_status(
1344
+ self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef]
1345
+ ) -> DescribeReservedNodeExchangeStatusOutputMessageTypeDef:
1346
+ """
1347
+ Returns exchange status details and associated metadata for a reserved-node
1348
+ exchange.
1349
+
1350
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_reserved_node_exchange_status.html)
1351
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_reserved_node_exchange_status)
1352
+ """
1353
+
1354
+ def describe_reserved_node_offerings(
1355
+ self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageRequestTypeDef]
1356
+ ) -> ReservedNodeOfferingsMessageTypeDef:
1357
+ """
1358
+ Returns a list of the available reserved node offerings by Amazon Redshift with
1359
+ their descriptions including the node type, the fixed and recurring costs of
1360
+ reserving the node and duration the node will be reserved for you.
1361
+
1362
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_reserved_node_offerings.html)
1363
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_reserved_node_offerings)
1364
+ """
1365
+
1366
+ def describe_reserved_nodes(
1367
+ self, **kwargs: Unpack[DescribeReservedNodesMessageRequestTypeDef]
1368
+ ) -> ReservedNodesMessageTypeDef:
1369
+ """
1370
+ Returns the descriptions of the reserved nodes.
1371
+
1372
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_reserved_nodes.html)
1373
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_reserved_nodes)
1374
+ """
1375
+
1376
+ def describe_resize(
1377
+ self, **kwargs: Unpack[DescribeResizeMessageRequestTypeDef]
1378
+ ) -> ResizeProgressMessageTypeDef:
1379
+ """
1380
+ Returns information about the last resize operation for the specified cluster.
1381
+
1382
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_resize.html)
1383
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_resize)
1384
+ """
1385
+
1386
+ def describe_scheduled_actions(
1387
+ self, **kwargs: Unpack[DescribeScheduledActionsMessageRequestTypeDef]
1388
+ ) -> ScheduledActionsMessageTypeDef:
1389
+ """
1390
+ Describes properties of scheduled actions.
1391
+
1392
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_scheduled_actions.html)
1393
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_scheduled_actions)
1394
+ """
1395
+
1396
+ def describe_snapshot_copy_grants(
1397
+ self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageRequestTypeDef]
1398
+ ) -> SnapshotCopyGrantMessageTypeDef:
1399
+ """
1400
+ Returns a list of snapshot copy grants owned by the Amazon Web Services account
1401
+ in the destination region.
1402
+
1403
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_snapshot_copy_grants.html)
1404
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_snapshot_copy_grants)
1405
+ """
1406
+
1407
+ def describe_snapshot_schedules(
1408
+ self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageRequestTypeDef]
1409
+ ) -> DescribeSnapshotSchedulesOutputMessageTypeDef:
1410
+ """
1411
+ Returns a list of snapshot schedules.
1412
+
1413
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_snapshot_schedules.html)
1414
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_snapshot_schedules)
1415
+ """
1416
+
1417
+ def describe_storage(self) -> CustomerStorageMessageTypeDef:
1418
+ """
1419
+ Returns account level backups storage size and provisional storage.
1420
+
1421
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_storage.html)
1422
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_storage)
1423
+ """
1424
+
1425
+ def describe_table_restore_status(
1426
+ self, **kwargs: Unpack[DescribeTableRestoreStatusMessageRequestTypeDef]
1427
+ ) -> TableRestoreStatusMessageTypeDef:
1428
+ """
1429
+ Lists the status of one or more table restore requests made using the
1430
+ <a>RestoreTableFromClusterSnapshot</a> API action.
1431
+
1432
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_table_restore_status.html)
1433
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_table_restore_status)
1434
+ """
1435
+
1436
+ def describe_tags(
1437
+ self, **kwargs: Unpack[DescribeTagsMessageRequestTypeDef]
1438
+ ) -> TaggedResourceListMessageTypeDef:
1439
+ """
1440
+ Returns a list of tags.
1441
+
1442
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_tags.html)
1443
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_tags)
1444
+ """
1445
+
1446
+ def describe_usage_limits(
1447
+ self, **kwargs: Unpack[DescribeUsageLimitsMessageRequestTypeDef]
1448
+ ) -> UsageLimitListTypeDef:
1449
+ """
1450
+ Shows usage limits on a cluster.
1451
+
1452
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/describe_usage_limits.html)
1453
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#describe_usage_limits)
1454
+ """
1455
+
1456
+ def disable_logging(
1457
+ self, **kwargs: Unpack[DisableLoggingMessageRequestTypeDef]
1458
+ ) -> LoggingStatusTypeDef:
1459
+ """
1460
+ Stops logging information, such as queries and connection attempts, for the
1461
+ specified Amazon Redshift cluster.
1462
+
1463
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/disable_logging.html)
1464
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disable_logging)
1465
+ """
1466
+
1467
+ def disable_snapshot_copy(
1468
+ self, **kwargs: Unpack[DisableSnapshotCopyMessageRequestTypeDef]
1469
+ ) -> DisableSnapshotCopyResultTypeDef:
1470
+ """
1471
+ Disables the automatic copying of snapshots from one region to another region
1472
+ for a specified cluster.
1473
+
1474
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/disable_snapshot_copy.html)
1475
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disable_snapshot_copy)
1476
+ """
1477
+
1478
+ def disassociate_data_share_consumer(
1479
+ self, **kwargs: Unpack[DisassociateDataShareConsumerMessageRequestTypeDef]
1480
+ ) -> DataShareResponseTypeDef:
1481
+ """
1482
+ From a datashare consumer account, remove association for the specified
1483
+ datashare.
1484
+
1485
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/disassociate_data_share_consumer.html)
1486
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disassociate_data_share_consumer)
1487
+ """
1488
+
1489
+ def enable_logging(
1490
+ self, **kwargs: Unpack[EnableLoggingMessageRequestTypeDef]
1491
+ ) -> LoggingStatusTypeDef:
1492
+ """
1493
+ Starts logging information, such as queries and connection attempts, for the
1494
+ specified Amazon Redshift cluster.
1495
+
1496
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/enable_logging.html)
1497
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#enable_logging)
1498
+ """
1499
+
1500
+ def enable_snapshot_copy(
1501
+ self, **kwargs: Unpack[EnableSnapshotCopyMessageRequestTypeDef]
1502
+ ) -> EnableSnapshotCopyResultTypeDef:
1503
+ """
1504
+ Enables the automatic copy of snapshots from one region to another region for a
1505
+ specified cluster.
1506
+
1507
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/enable_snapshot_copy.html)
1508
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#enable_snapshot_copy)
1509
+ """
1510
+
1511
+ def failover_primary_compute(
1512
+ self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageRequestTypeDef]
1513
+ ) -> FailoverPrimaryComputeResultTypeDef:
1514
+ """
1515
+ Fails over the primary compute unit of the specified Multi-AZ cluster to
1516
+ another Availability Zone.
1517
+
1518
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/failover_primary_compute.html)
1519
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#failover_primary_compute)
1520
+ """
1521
+
1522
+ def get_cluster_credentials(
1523
+ self, **kwargs: Unpack[GetClusterCredentialsMessageRequestTypeDef]
1524
+ ) -> ClusterCredentialsTypeDef:
1525
+ """
1526
+ Returns a database user name and temporary password with temporary
1527
+ authorization to log on to an Amazon Redshift database.
1528
+
1529
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_cluster_credentials.html)
1530
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_cluster_credentials)
1531
+ """
1532
+
1533
+ def get_cluster_credentials_with_iam(
1534
+ self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageRequestTypeDef]
1535
+ ) -> ClusterExtendedCredentialsTypeDef:
1536
+ """
1537
+ Returns a database user name and temporary password with temporary
1538
+ authorization to log in to an Amazon Redshift database.
1539
+
1540
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_cluster_credentials_with_iam.html)
1541
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_cluster_credentials_with_iam)
1542
+ """
1543
+
1544
+ def get_reserved_node_exchange_configuration_options(
1545
+ self,
1546
+ **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef],
1547
+ ) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
1548
+ """
1549
+ Gets the configuration options for the reserved-node exchange.
1550
+
1551
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_reserved_node_exchange_configuration_options.html)
1552
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_reserved_node_exchange_configuration_options)
1553
+ """
1554
+
1555
+ def get_reserved_node_exchange_offerings(
1556
+ self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef]
1557
+ ) -> GetReservedNodeExchangeOfferingsOutputMessageTypeDef:
1558
+ """
1559
+ Returns an array of DC2 ReservedNodeOfferings that matches the payment type,
1560
+ term, and usage price of the given DC1 reserved node.
1561
+
1562
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_reserved_node_exchange_offerings.html)
1563
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_reserved_node_exchange_offerings)
1564
+ """
1565
+
1566
+ def get_resource_policy(
1567
+ self, **kwargs: Unpack[GetResourcePolicyMessageRequestTypeDef]
1568
+ ) -> GetResourcePolicyResultTypeDef:
1569
+ """
1570
+ Get the resource policy for a specified resource.
1571
+
1572
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_resource_policy.html)
1573
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_resource_policy)
1574
+ """
1575
+
1576
+ def list_recommendations(
1577
+ self, **kwargs: Unpack[ListRecommendationsMessageRequestTypeDef]
1578
+ ) -> ListRecommendationsResultTypeDef:
1579
+ """
1580
+ List the Amazon Redshift Advisor recommendations for one or multiple Amazon
1581
+ Redshift clusters in an Amazon Web Services account.
1582
+
1583
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/list_recommendations.html)
1584
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#list_recommendations)
1585
+ """
1586
+
1587
+ def modify_aqua_configuration(
1588
+ self, **kwargs: Unpack[ModifyAquaInputMessageRequestTypeDef]
1589
+ ) -> ModifyAquaOutputMessageTypeDef:
1590
+ """
1591
+ This operation is retired.
1592
+
1593
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_aqua_configuration.html)
1594
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_aqua_configuration)
1595
+ """
1596
+
1597
+ def modify_authentication_profile(
1598
+ self, **kwargs: Unpack[ModifyAuthenticationProfileMessageRequestTypeDef]
1599
+ ) -> ModifyAuthenticationProfileResultTypeDef:
1600
+ """
1601
+ Modifies an authentication profile.
1602
+
1603
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_authentication_profile.html)
1604
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_authentication_profile)
1605
+ """
1606
+
1607
+ def modify_cluster(
1608
+ self, **kwargs: Unpack[ModifyClusterMessageRequestTypeDef]
1609
+ ) -> ModifyClusterResultTypeDef:
1610
+ """
1611
+ Modifies the settings for a cluster.
1612
+
1613
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster.html)
1614
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster)
1615
+ """
1616
+
1617
+ def modify_cluster_db_revision(
1618
+ self, **kwargs: Unpack[ModifyClusterDbRevisionMessageRequestTypeDef]
1619
+ ) -> ModifyClusterDbRevisionResultTypeDef:
1620
+ """
1621
+ Modifies the database revision of a cluster.
1622
+
1623
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_db_revision.html)
1624
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_db_revision)
1625
+ """
1626
+
1627
+ def modify_cluster_iam_roles(
1628
+ self, **kwargs: Unpack[ModifyClusterIamRolesMessageRequestTypeDef]
1629
+ ) -> ModifyClusterIamRolesResultTypeDef:
1630
+ """
1631
+ Modifies the list of Identity and Access Management (IAM) roles that can be
1632
+ used by the cluster to access other Amazon Web Services services.
1633
+
1634
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_iam_roles.html)
1635
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_iam_roles)
1636
+ """
1637
+
1638
+ def modify_cluster_maintenance(
1639
+ self, **kwargs: Unpack[ModifyClusterMaintenanceMessageRequestTypeDef]
1640
+ ) -> ModifyClusterMaintenanceResultTypeDef:
1641
+ """
1642
+ Modifies the maintenance settings of a cluster.
1643
+
1644
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_maintenance.html)
1645
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_maintenance)
1646
+ """
1647
+
1648
+ def modify_cluster_parameter_group(
1649
+ self, **kwargs: Unpack[ModifyClusterParameterGroupMessageRequestTypeDef]
1650
+ ) -> ClusterParameterGroupNameMessageTypeDef:
1651
+ """
1652
+ Modifies the parameters of a parameter group.
1653
+
1654
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_parameter_group.html)
1655
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_parameter_group)
1656
+ """
1657
+
1658
+ def modify_cluster_snapshot(
1659
+ self, **kwargs: Unpack[ModifyClusterSnapshotMessageRequestTypeDef]
1660
+ ) -> ModifyClusterSnapshotResultTypeDef:
1661
+ """
1662
+ Modifies the settings for a snapshot.
1663
+
1664
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_snapshot.html)
1665
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_snapshot)
1666
+ """
1667
+
1668
+ def modify_cluster_snapshot_schedule(
1669
+ self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageRequestTypeDef]
1670
+ ) -> EmptyResponseMetadataTypeDef:
1671
+ """
1672
+ Modifies a snapshot schedule for a cluster.
1673
+
1674
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_snapshot_schedule.html)
1675
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_snapshot_schedule)
1676
+ """
1677
+
1678
+ def modify_cluster_subnet_group(
1679
+ self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageRequestTypeDef]
1680
+ ) -> ModifyClusterSubnetGroupResultTypeDef:
1681
+ """
1682
+ Modifies a cluster subnet group to include the specified list of VPC subnets.
1683
+
1684
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_cluster_subnet_group.html)
1685
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_cluster_subnet_group)
1686
+ """
1687
+
1688
+ def modify_custom_domain_association(
1689
+ self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageRequestTypeDef]
1690
+ ) -> ModifyCustomDomainAssociationResultTypeDef:
1691
+ """
1692
+ Contains information for changing a custom domain association.
1693
+
1694
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_custom_domain_association.html)
1695
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_custom_domain_association)
1696
+ """
1697
+
1698
+ def modify_endpoint_access(
1699
+ self, **kwargs: Unpack[ModifyEndpointAccessMessageRequestTypeDef]
1700
+ ) -> EndpointAccessResponseTypeDef:
1701
+ """
1702
+ Modifies a Redshift-managed VPC endpoint.
1703
+
1704
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_endpoint_access.html)
1705
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_endpoint_access)
1706
+ """
1707
+
1708
+ def modify_event_subscription(
1709
+ self, **kwargs: Unpack[ModifyEventSubscriptionMessageRequestTypeDef]
1710
+ ) -> ModifyEventSubscriptionResultTypeDef:
1711
+ """
1712
+ Modifies an existing Amazon Redshift event notification subscription.
1713
+
1714
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_event_subscription.html)
1715
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_event_subscription)
1716
+ """
1717
+
1718
+ def modify_integration(
1719
+ self, **kwargs: Unpack[ModifyIntegrationMessageRequestTypeDef]
1720
+ ) -> IntegrationResponseTypeDef:
1721
+ """
1722
+ Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.
1723
+
1724
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_integration.html)
1725
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_integration)
1726
+ """
1727
+
1728
+ def modify_redshift_idc_application(
1729
+ self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageRequestTypeDef]
1730
+ ) -> ModifyRedshiftIdcApplicationResultTypeDef:
1731
+ """
1732
+ Changes an existing Amazon Redshift IAM Identity Center application.
1733
+
1734
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_redshift_idc_application.html)
1735
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_redshift_idc_application)
1736
+ """
1737
+
1738
+ def modify_scheduled_action(
1739
+ self, **kwargs: Unpack[ModifyScheduledActionMessageRequestTypeDef]
1740
+ ) -> ScheduledActionResponseTypeDef:
1741
+ """
1742
+ Modifies a scheduled action.
1743
+
1744
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_scheduled_action.html)
1745
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_scheduled_action)
1746
+ """
1747
+
1748
+ def modify_snapshot_copy_retention_period(
1749
+ self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef]
1750
+ ) -> ModifySnapshotCopyRetentionPeriodResultTypeDef:
1751
+ """
1752
+ Modifies the number of days to retain snapshots in the destination Amazon Web
1753
+ Services Region after they are copied from the source Amazon Web Services
1754
+ Region.
1755
+
1756
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_snapshot_copy_retention_period.html)
1757
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_snapshot_copy_retention_period)
1758
+ """
1759
+
1760
+ def modify_snapshot_schedule(
1761
+ self, **kwargs: Unpack[ModifySnapshotScheduleMessageRequestTypeDef]
1762
+ ) -> SnapshotScheduleResponseTypeDef:
1763
+ """
1764
+ Modifies a snapshot schedule.
1765
+
1766
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_snapshot_schedule.html)
1767
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_snapshot_schedule)
1768
+ """
1769
+
1770
+ def modify_usage_limit(
1771
+ self, **kwargs: Unpack[ModifyUsageLimitMessageRequestTypeDef]
1772
+ ) -> UsageLimitResponseTypeDef:
1773
+ """
1774
+ Modifies a usage limit in a cluster.
1775
+
1776
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_usage_limit.html)
1777
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_usage_limit)
1778
+ """
1779
+
1780
+ def pause_cluster(
1781
+ self, **kwargs: Unpack[PauseClusterMessageRequestTypeDef]
1782
+ ) -> PauseClusterResultTypeDef:
1783
+ """
1784
+ Pauses a cluster.
1785
+
1786
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/pause_cluster.html)
1787
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#pause_cluster)
1788
+ """
1789
+
1790
+ def purchase_reserved_node_offering(
1791
+ self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageRequestTypeDef]
1792
+ ) -> PurchaseReservedNodeOfferingResultTypeDef:
1793
+ """
1794
+ Allows you to purchase reserved nodes.
1795
+
1796
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/purchase_reserved_node_offering.html)
1797
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#purchase_reserved_node_offering)
1798
+ """
1799
+
1800
+ def put_resource_policy(
1801
+ self, **kwargs: Unpack[PutResourcePolicyMessageRequestTypeDef]
1802
+ ) -> PutResourcePolicyResultTypeDef:
1803
+ """
1804
+ Updates the resource policy for a specified resource.
1805
+
1806
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/put_resource_policy.html)
1807
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#put_resource_policy)
1808
+ """
1809
+
1810
+ def reboot_cluster(
1811
+ self, **kwargs: Unpack[RebootClusterMessageRequestTypeDef]
1812
+ ) -> RebootClusterResultTypeDef:
1813
+ """
1814
+ Reboots a cluster.
1815
+
1816
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/reboot_cluster.html)
1817
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#reboot_cluster)
1818
+ """
1819
+
1820
+ def reject_data_share(
1821
+ self, **kwargs: Unpack[RejectDataShareMessageRequestTypeDef]
1822
+ ) -> DataShareResponseTypeDef:
1823
+ """
1824
+ From a datashare consumer account, rejects the specified datashare.
1825
+
1826
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/reject_data_share.html)
1827
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#reject_data_share)
1828
+ """
1829
+
1830
+ def reset_cluster_parameter_group(
1831
+ self, **kwargs: Unpack[ResetClusterParameterGroupMessageRequestTypeDef]
1832
+ ) -> ClusterParameterGroupNameMessageTypeDef:
1833
+ """
1834
+ Sets one or more parameters of the specified parameter group to their default
1835
+ values and sets the source values of the parameters to "engine-default".
1836
+
1837
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/reset_cluster_parameter_group.html)
1838
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#reset_cluster_parameter_group)
1839
+ """
1840
+
1841
+ def resize_cluster(
1842
+ self, **kwargs: Unpack[ResizeClusterMessageRequestTypeDef]
1843
+ ) -> ResizeClusterResultTypeDef:
1844
+ """
1845
+ Changes the size of the cluster.
1846
+
1847
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/resize_cluster.html)
1848
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#resize_cluster)
1849
+ """
1850
+
1851
+ def restore_from_cluster_snapshot(
1852
+ self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageRequestTypeDef]
1853
+ ) -> RestoreFromClusterSnapshotResultTypeDef:
1854
+ """
1855
+ Creates a new cluster from a snapshot.
1856
+
1857
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/restore_from_cluster_snapshot.html)
1858
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#restore_from_cluster_snapshot)
1859
+ """
1860
+
1861
+ def restore_table_from_cluster_snapshot(
1862
+ self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageRequestTypeDef]
1863
+ ) -> RestoreTableFromClusterSnapshotResultTypeDef:
1864
+ """
1865
+ Creates a new table from a table in an Amazon Redshift cluster snapshot.
1866
+
1867
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/restore_table_from_cluster_snapshot.html)
1868
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#restore_table_from_cluster_snapshot)
1869
+ """
1870
+
1871
+ def resume_cluster(
1872
+ self, **kwargs: Unpack[ResumeClusterMessageRequestTypeDef]
1873
+ ) -> ResumeClusterResultTypeDef:
1874
+ """
1875
+ Resumes a paused cluster.
1876
+
1877
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/resume_cluster.html)
1878
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#resume_cluster)
1879
+ """
1880
+
1881
+ def revoke_cluster_security_group_ingress(
1882
+ self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageRequestTypeDef]
1883
+ ) -> RevokeClusterSecurityGroupIngressResultTypeDef:
1884
+ """
1885
+ Revokes an ingress rule in an Amazon Redshift security group for a previously
1886
+ authorized IP range or Amazon EC2 security group.
1887
+
1888
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/revoke_cluster_security_group_ingress.html)
1889
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#revoke_cluster_security_group_ingress)
1890
+ """
1891
+
1892
+ def revoke_endpoint_access(
1893
+ self, **kwargs: Unpack[RevokeEndpointAccessMessageRequestTypeDef]
1894
+ ) -> EndpointAuthorizationResponseTypeDef:
1895
+ """
1896
+ Revokes access to a cluster.
1897
+
1898
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/revoke_endpoint_access.html)
1899
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#revoke_endpoint_access)
1900
+ """
1901
+
1902
+ def revoke_snapshot_access(
1903
+ self, **kwargs: Unpack[RevokeSnapshotAccessMessageRequestTypeDef]
1904
+ ) -> RevokeSnapshotAccessResultTypeDef:
1905
+ """
1906
+ Removes the ability of the specified Amazon Web Services account to restore the
1907
+ specified snapshot.
1908
+
1909
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/revoke_snapshot_access.html)
1910
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#revoke_snapshot_access)
1911
+ """
1912
+
1913
+ def rotate_encryption_key(
1914
+ self, **kwargs: Unpack[RotateEncryptionKeyMessageRequestTypeDef]
1915
+ ) -> RotateEncryptionKeyResultTypeDef:
1916
+ """
1917
+ Rotates the encryption keys for a cluster.
1918
+
1919
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/rotate_encryption_key.html)
1920
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#rotate_encryption_key)
1921
+ """
1922
+
1923
+ def update_partner_status(
1924
+ self, **kwargs: Unpack[UpdatePartnerStatusInputMessageRequestTypeDef]
1925
+ ) -> PartnerIntegrationOutputMessageTypeDef:
1926
+ """
1927
+ Updates the status of a partner integration.
1928
+
1929
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/update_partner_status.html)
1930
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#update_partner_status)
1931
+ """
1932
+
1933
+ @overload
1934
+ def get_paginator(
1935
+ self, operation_name: Literal["describe_cluster_db_revisions"]
1936
+ ) -> DescribeClusterDbRevisionsPaginator:
1937
+ """
1938
+ Create a paginator for an operation.
1939
+
1940
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
1941
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1942
+ """
1943
+
1944
+ @overload
1945
+ def get_paginator(
1946
+ self, operation_name: Literal["describe_cluster_parameter_groups"]
1947
+ ) -> DescribeClusterParameterGroupsPaginator:
1948
+ """
1949
+ Create a paginator for an operation.
1950
+
1951
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
1952
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1953
+ """
1954
+
1955
+ @overload
1956
+ def get_paginator(
1957
+ self, operation_name: Literal["describe_cluster_parameters"]
1958
+ ) -> DescribeClusterParametersPaginator:
1959
+ """
1960
+ Create a paginator for an operation.
1961
+
1962
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
1963
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1964
+ """
1965
+
1966
+ @overload
1967
+ def get_paginator(
1968
+ self, operation_name: Literal["describe_cluster_security_groups"]
1969
+ ) -> DescribeClusterSecurityGroupsPaginator:
1970
+ """
1971
+ Create a paginator for an operation.
1972
+
1973
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
1974
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1975
+ """
1976
+
1977
+ @overload
1978
+ def get_paginator(
1979
+ self, operation_name: Literal["describe_cluster_snapshots"]
1980
+ ) -> DescribeClusterSnapshotsPaginator:
1981
+ """
1982
+ Create a paginator for an operation.
1983
+
1984
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
1985
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1986
+ """
1987
+
1988
+ @overload
1989
+ def get_paginator(
1990
+ self, operation_name: Literal["describe_cluster_subnet_groups"]
1991
+ ) -> DescribeClusterSubnetGroupsPaginator:
1992
+ """
1993
+ Create a paginator for an operation.
1994
+
1995
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
1996
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1997
+ """
1998
+
1999
+ @overload
2000
+ def get_paginator(
2001
+ self, operation_name: Literal["describe_cluster_tracks"]
2002
+ ) -> DescribeClusterTracksPaginator:
2003
+ """
2004
+ Create a paginator for an operation.
2005
+
2006
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2007
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2008
+ """
2009
+
2010
+ @overload
2011
+ def get_paginator(
2012
+ self, operation_name: Literal["describe_cluster_versions"]
2013
+ ) -> DescribeClusterVersionsPaginator:
2014
+ """
2015
+ Create a paginator for an operation.
2016
+
2017
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2018
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2019
+ """
2020
+
2021
+ @overload
2022
+ def get_paginator(
2023
+ self, operation_name: Literal["describe_clusters"]
2024
+ ) -> DescribeClustersPaginator:
2025
+ """
2026
+ Create a paginator for an operation.
2027
+
2028
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2029
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2030
+ """
2031
+
2032
+ @overload
2033
+ def get_paginator(
2034
+ self, operation_name: Literal["describe_custom_domain_associations"]
2035
+ ) -> DescribeCustomDomainAssociationsPaginator:
2036
+ """
2037
+ Create a paginator for an operation.
2038
+
2039
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2040
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2041
+ """
2042
+
2043
+ @overload
2044
+ def get_paginator(
2045
+ self, operation_name: Literal["describe_data_shares_for_consumer"]
2046
+ ) -> DescribeDataSharesForConsumerPaginator:
2047
+ """
2048
+ Create a paginator for an operation.
2049
+
2050
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2051
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2052
+ """
2053
+
2054
+ @overload
2055
+ def get_paginator(
2056
+ self, operation_name: Literal["describe_data_shares_for_producer"]
2057
+ ) -> DescribeDataSharesForProducerPaginator:
2058
+ """
2059
+ Create a paginator for an operation.
2060
+
2061
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2062
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2063
+ """
2064
+
2065
+ @overload
2066
+ def get_paginator(
2067
+ self, operation_name: Literal["describe_data_shares"]
2068
+ ) -> DescribeDataSharesPaginator:
2069
+ """
2070
+ Create a paginator for an operation.
2071
+
2072
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2073
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2074
+ """
2075
+
2076
+ @overload
2077
+ def get_paginator(
2078
+ self, operation_name: Literal["describe_default_cluster_parameters"]
2079
+ ) -> DescribeDefaultClusterParametersPaginator:
2080
+ """
2081
+ Create a paginator for an operation.
2082
+
2083
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2084
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2085
+ """
2086
+
2087
+ @overload
2088
+ def get_paginator(
2089
+ self, operation_name: Literal["describe_endpoint_access"]
2090
+ ) -> DescribeEndpointAccessPaginator:
2091
+ """
2092
+ Create a paginator for an operation.
2093
+
2094
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2095
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2096
+ """
2097
+
2098
+ @overload
2099
+ def get_paginator(
2100
+ self, operation_name: Literal["describe_endpoint_authorization"]
2101
+ ) -> DescribeEndpointAuthorizationPaginator:
2102
+ """
2103
+ Create a paginator for an operation.
2104
+
2105
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2106
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2107
+ """
2108
+
2109
+ @overload
2110
+ def get_paginator(
2111
+ self, operation_name: Literal["describe_event_subscriptions"]
2112
+ ) -> DescribeEventSubscriptionsPaginator:
2113
+ """
2114
+ Create a paginator for an operation.
2115
+
2116
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2117
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2118
+ """
2119
+
2120
+ @overload
2121
+ def get_paginator(self, operation_name: Literal["describe_events"]) -> DescribeEventsPaginator:
2122
+ """
2123
+ Create a paginator for an operation.
2124
+
2125
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2126
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2127
+ """
2128
+
2129
+ @overload
2130
+ def get_paginator(
2131
+ self, operation_name: Literal["describe_hsm_client_certificates"]
2132
+ ) -> DescribeHsmClientCertificatesPaginator:
2133
+ """
2134
+ Create a paginator for an operation.
2135
+
2136
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2137
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2138
+ """
2139
+
2140
+ @overload
2141
+ def get_paginator(
2142
+ self, operation_name: Literal["describe_hsm_configurations"]
2143
+ ) -> DescribeHsmConfigurationsPaginator:
2144
+ """
2145
+ Create a paginator for an operation.
2146
+
2147
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2148
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2149
+ """
2150
+
2151
+ @overload
2152
+ def get_paginator(
2153
+ self, operation_name: Literal["describe_inbound_integrations"]
2154
+ ) -> DescribeInboundIntegrationsPaginator:
2155
+ """
2156
+ Create a paginator for an operation.
2157
+
2158
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2159
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2160
+ """
2161
+
2162
+ @overload
2163
+ def get_paginator(
2164
+ self, operation_name: Literal["describe_integrations"]
2165
+ ) -> DescribeIntegrationsPaginator:
2166
+ """
2167
+ Create a paginator for an operation.
2168
+
2169
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2170
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2171
+ """
2172
+
2173
+ @overload
2174
+ def get_paginator(
2175
+ self, operation_name: Literal["describe_node_configuration_options"]
2176
+ ) -> DescribeNodeConfigurationOptionsPaginator:
2177
+ """
2178
+ Create a paginator for an operation.
2179
+
2180
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2181
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2182
+ """
2183
+
2184
+ @overload
2185
+ def get_paginator(
2186
+ self, operation_name: Literal["describe_orderable_cluster_options"]
2187
+ ) -> DescribeOrderableClusterOptionsPaginator:
2188
+ """
2189
+ Create a paginator for an operation.
2190
+
2191
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2192
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2193
+ """
2194
+
2195
+ @overload
2196
+ def get_paginator(
2197
+ self, operation_name: Literal["describe_redshift_idc_applications"]
2198
+ ) -> DescribeRedshiftIdcApplicationsPaginator:
2199
+ """
2200
+ Create a paginator for an operation.
2201
+
2202
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2203
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2204
+ """
2205
+
2206
+ @overload
2207
+ def get_paginator(
2208
+ self, operation_name: Literal["describe_reserved_node_exchange_status"]
2209
+ ) -> DescribeReservedNodeExchangeStatusPaginator:
2210
+ """
2211
+ Create a paginator for an operation.
2212
+
2213
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2214
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2215
+ """
2216
+
2217
+ @overload
2218
+ def get_paginator(
2219
+ self, operation_name: Literal["describe_reserved_node_offerings"]
2220
+ ) -> DescribeReservedNodeOfferingsPaginator:
2221
+ """
2222
+ Create a paginator for an operation.
2223
+
2224
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2225
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2226
+ """
2227
+
2228
+ @overload
2229
+ def get_paginator(
2230
+ self, operation_name: Literal["describe_reserved_nodes"]
2231
+ ) -> DescribeReservedNodesPaginator:
2232
+ """
2233
+ Create a paginator for an operation.
2234
+
2235
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2236
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2237
+ """
2238
+
2239
+ @overload
2240
+ def get_paginator(
2241
+ self, operation_name: Literal["describe_scheduled_actions"]
2242
+ ) -> DescribeScheduledActionsPaginator:
2243
+ """
2244
+ Create a paginator for an operation.
2245
+
2246
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2247
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2248
+ """
2249
+
2250
+ @overload
2251
+ def get_paginator(
2252
+ self, operation_name: Literal["describe_snapshot_copy_grants"]
2253
+ ) -> DescribeSnapshotCopyGrantsPaginator:
2254
+ """
2255
+ Create a paginator for an operation.
2256
+
2257
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2258
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2259
+ """
2260
+
2261
+ @overload
2262
+ def get_paginator(
2263
+ self, operation_name: Literal["describe_snapshot_schedules"]
2264
+ ) -> DescribeSnapshotSchedulesPaginator:
2265
+ """
2266
+ Create a paginator for an operation.
2267
+
2268
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2269
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2270
+ """
2271
+
2272
+ @overload
2273
+ def get_paginator(
2274
+ self, operation_name: Literal["describe_table_restore_status"]
2275
+ ) -> DescribeTableRestoreStatusPaginator:
2276
+ """
2277
+ Create a paginator for an operation.
2278
+
2279
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2280
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2281
+ """
2282
+
2283
+ @overload
2284
+ def get_paginator(self, operation_name: Literal["describe_tags"]) -> DescribeTagsPaginator:
2285
+ """
2286
+ Create a paginator for an operation.
2287
+
2288
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2289
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2290
+ """
2291
+
2292
+ @overload
2293
+ def get_paginator(
2294
+ self, operation_name: Literal["describe_usage_limits"]
2295
+ ) -> DescribeUsageLimitsPaginator:
2296
+ """
2297
+ Create a paginator for an operation.
2298
+
2299
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2300
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2301
+ """
2302
+
2303
+ @overload
2304
+ def get_paginator(
2305
+ self, operation_name: Literal["get_reserved_node_exchange_configuration_options"]
2306
+ ) -> GetReservedNodeExchangeConfigurationOptionsPaginator:
2307
+ """
2308
+ Create a paginator for an operation.
2309
+
2310
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2311
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2312
+ """
2313
+
2314
+ @overload
2315
+ def get_paginator(
2316
+ self, operation_name: Literal["get_reserved_node_exchange_offerings"]
2317
+ ) -> GetReservedNodeExchangeOfferingsPaginator:
2318
+ """
2319
+ Create a paginator for an operation.
2320
+
2321
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2322
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2323
+ """
2324
+
2325
+ @overload
2326
+ def get_paginator(
2327
+ self, operation_name: Literal["list_recommendations"]
2328
+ ) -> ListRecommendationsPaginator:
2329
+ """
2330
+ Create a paginator for an operation.
2331
+
2332
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_paginator.html)
2333
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2334
+ """
2335
+
2336
+ @overload
2337
+ def get_waiter(self, waiter_name: Literal["cluster_available"]) -> ClusterAvailableWaiter:
2338
+ """
2339
+ Returns an object that can wait for some condition.
2340
+
2341
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_waiter.html)
2342
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2343
+ """
2344
+
2345
+ @overload
2346
+ def get_waiter(self, waiter_name: Literal["cluster_deleted"]) -> ClusterDeletedWaiter:
2347
+ """
2348
+ Returns an object that can wait for some condition.
2349
+
2350
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_waiter.html)
2351
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2352
+ """
2353
+
2354
+ @overload
2355
+ def get_waiter(self, waiter_name: Literal["cluster_restored"]) -> ClusterRestoredWaiter:
2356
+ """
2357
+ Returns an object that can wait for some condition.
2358
+
2359
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_waiter.html)
2360
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2361
+ """
2362
+
2363
+ @overload
2364
+ def get_waiter(self, waiter_name: Literal["snapshot_available"]) -> SnapshotAvailableWaiter:
2365
+ """
2366
+ Returns an object that can wait for some condition.
2367
+
2368
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_waiter.html)
2369
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2370
+ """