types-boto3-redshift 1.35.71__py3-none-any.whl → 1.40.0__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.
@@ -1,7 +1,9 @@
1
1
  """
2
- Type annotations for redshift service client.
2
+ Type annotations for redshift service Client.
3
3
 
4
- [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
5
+
6
+ Copyright 2025 Vlad Emelianov
5
7
 
6
8
  Usage::
7
9
 
@@ -12,14 +14,16 @@ Usage::
12
14
  session = Session()
13
15
  client: RedshiftClient = session.client("redshift")
14
16
  ```
15
-
16
- Copyright 2024 Vlad Emelianov
17
17
  """
18
18
 
19
+ from __future__ import annotations
20
+
19
21
  import sys
20
- from typing import Any, Dict, Mapping, Type, overload
22
+ from typing import Any, overload
21
23
 
22
24
  from botocore.client import BaseClient, ClientMeta
25
+ from botocore.errorfactory import BaseClientExceptions
26
+ from botocore.exceptions import ClientError as BotocoreClientError
23
27
 
24
28
  from .paginator import (
25
29
  DescribeClusterDbRevisionsPaginator,
@@ -61,21 +65,21 @@ from .paginator import (
61
65
  ListRecommendationsPaginator,
62
66
  )
63
67
  from .type_defs import (
64
- AcceptReservedNodeExchangeInputMessageRequestTypeDef,
68
+ AcceptReservedNodeExchangeInputMessageTypeDef,
65
69
  AcceptReservedNodeExchangeOutputMessageTypeDef,
66
70
  AccountAttributeListTypeDef,
67
- AssociateDataShareConsumerMessageRequestTypeDef,
68
- AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef,
71
+ AssociateDataShareConsumerMessageTypeDef,
72
+ AuthorizeClusterSecurityGroupIngressMessageTypeDef,
69
73
  AuthorizeClusterSecurityGroupIngressResultTypeDef,
70
- AuthorizeDataShareMessageRequestTypeDef,
71
- AuthorizeEndpointAccessMessageRequestTypeDef,
72
- AuthorizeSnapshotAccessMessageRequestTypeDef,
74
+ AuthorizeDataShareMessageTypeDef,
75
+ AuthorizeEndpointAccessMessageTypeDef,
76
+ AuthorizeSnapshotAccessMessageTypeDef,
73
77
  AuthorizeSnapshotAccessResultTypeDef,
74
- BatchDeleteClusterSnapshotsRequestRequestTypeDef,
78
+ BatchDeleteClusterSnapshotsRequestTypeDef,
75
79
  BatchDeleteClusterSnapshotsResultTypeDef,
76
- BatchModifyClusterSnapshotsMessageRequestTypeDef,
80
+ BatchModifyClusterSnapshotsMessageTypeDef,
77
81
  BatchModifyClusterSnapshotsOutputMessageTypeDef,
78
- CancelResizeMessageRequestTypeDef,
82
+ CancelResizeMessageTypeDef,
79
83
  ClusterCredentialsTypeDef,
80
84
  ClusterDbRevisionsMessageTypeDef,
81
85
  ClusterExtendedCredentialsTypeDef,
@@ -86,120 +90,122 @@ from .type_defs import (
86
90
  ClustersMessageTypeDef,
87
91
  ClusterSubnetGroupMessageTypeDef,
88
92
  ClusterVersionsMessageTypeDef,
89
- CopyClusterSnapshotMessageRequestTypeDef,
93
+ CopyClusterSnapshotMessageTypeDef,
90
94
  CopyClusterSnapshotResultTypeDef,
91
- CreateAuthenticationProfileMessageRequestTypeDef,
95
+ CreateAuthenticationProfileMessageTypeDef,
92
96
  CreateAuthenticationProfileResultTypeDef,
93
- CreateClusterMessageRequestTypeDef,
94
- CreateClusterParameterGroupMessageRequestTypeDef,
97
+ CreateClusterMessageTypeDef,
98
+ CreateClusterParameterGroupMessageTypeDef,
95
99
  CreateClusterParameterGroupResultTypeDef,
96
100
  CreateClusterResultTypeDef,
97
- CreateClusterSecurityGroupMessageRequestTypeDef,
101
+ CreateClusterSecurityGroupMessageTypeDef,
98
102
  CreateClusterSecurityGroupResultTypeDef,
99
- CreateClusterSnapshotMessageRequestTypeDef,
103
+ CreateClusterSnapshotMessageTypeDef,
100
104
  CreateClusterSnapshotResultTypeDef,
101
- CreateClusterSubnetGroupMessageRequestTypeDef,
105
+ CreateClusterSubnetGroupMessageTypeDef,
102
106
  CreateClusterSubnetGroupResultTypeDef,
103
- CreateCustomDomainAssociationMessageRequestTypeDef,
107
+ CreateCustomDomainAssociationMessageTypeDef,
104
108
  CreateCustomDomainAssociationResultTypeDef,
105
- CreateEndpointAccessMessageRequestTypeDef,
106
- CreateEventSubscriptionMessageRequestTypeDef,
109
+ CreateEndpointAccessMessageTypeDef,
110
+ CreateEventSubscriptionMessageTypeDef,
107
111
  CreateEventSubscriptionResultTypeDef,
108
- CreateHsmClientCertificateMessageRequestTypeDef,
112
+ CreateHsmClientCertificateMessageTypeDef,
109
113
  CreateHsmClientCertificateResultTypeDef,
110
- CreateHsmConfigurationMessageRequestTypeDef,
114
+ CreateHsmConfigurationMessageTypeDef,
111
115
  CreateHsmConfigurationResultTypeDef,
112
- CreateIntegrationMessageRequestTypeDef,
113
- CreateRedshiftIdcApplicationMessageRequestTypeDef,
116
+ CreateIntegrationMessageTypeDef,
117
+ CreateRedshiftIdcApplicationMessageTypeDef,
114
118
  CreateRedshiftIdcApplicationResultTypeDef,
115
- CreateScheduledActionMessageRequestTypeDef,
116
- CreateSnapshotCopyGrantMessageRequestTypeDef,
119
+ CreateScheduledActionMessageTypeDef,
120
+ CreateSnapshotCopyGrantMessageTypeDef,
117
121
  CreateSnapshotCopyGrantResultTypeDef,
118
- CreateSnapshotScheduleMessageRequestTypeDef,
119
- CreateTagsMessageRequestTypeDef,
120
- CreateUsageLimitMessageRequestTypeDef,
122
+ CreateSnapshotScheduleMessageTypeDef,
123
+ CreateTagsMessageTypeDef,
124
+ CreateUsageLimitMessageTypeDef,
121
125
  CustomDomainAssociationsMessageTypeDef,
122
126
  CustomerStorageMessageTypeDef,
123
127
  DataShareResponseTypeDef,
124
- DeauthorizeDataShareMessageRequestTypeDef,
125
- DeleteAuthenticationProfileMessageRequestTypeDef,
128
+ DeauthorizeDataShareMessageTypeDef,
129
+ DeleteAuthenticationProfileMessageTypeDef,
126
130
  DeleteAuthenticationProfileResultTypeDef,
127
- DeleteClusterMessageRequestTypeDef,
128
- DeleteClusterParameterGroupMessageRequestTypeDef,
131
+ DeleteClusterMessageTypeDef,
132
+ DeleteClusterParameterGroupMessageTypeDef,
129
133
  DeleteClusterResultTypeDef,
130
- DeleteClusterSecurityGroupMessageRequestTypeDef,
134
+ DeleteClusterSecurityGroupMessageTypeDef,
131
135
  DeleteClusterSnapshotMessageRequestTypeDef,
132
136
  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,
137
+ DeleteClusterSubnetGroupMessageTypeDef,
138
+ DeleteCustomDomainAssociationMessageTypeDef,
139
+ DeleteEndpointAccessMessageTypeDef,
140
+ DeleteEventSubscriptionMessageTypeDef,
141
+ DeleteHsmClientCertificateMessageTypeDef,
142
+ DeleteHsmConfigurationMessageTypeDef,
143
+ DeleteIntegrationMessageTypeDef,
144
+ DeleteRedshiftIdcApplicationMessageTypeDef,
145
+ DeleteResourcePolicyMessageTypeDef,
146
+ DeleteScheduledActionMessageTypeDef,
147
+ DeleteSnapshotCopyGrantMessageTypeDef,
148
+ DeleteSnapshotScheduleMessageTypeDef,
149
+ DeleteTagsMessageTypeDef,
150
+ DeleteUsageLimitMessageTypeDef,
151
+ DeregisterNamespaceInputMessageTypeDef,
152
+ DeregisterNamespaceOutputMessageTypeDef,
153
+ DescribeAccountAttributesMessageTypeDef,
154
+ DescribeAuthenticationProfilesMessageTypeDef,
149
155
  DescribeAuthenticationProfilesResultTypeDef,
150
- DescribeClusterDbRevisionsMessageRequestTypeDef,
151
- DescribeClusterParameterGroupsMessageRequestTypeDef,
152
- DescribeClusterParametersMessageRequestTypeDef,
153
- DescribeClusterSecurityGroupsMessageRequestTypeDef,
154
- DescribeClustersMessageRequestTypeDef,
155
- DescribeClusterSnapshotsMessageRequestTypeDef,
156
- DescribeClusterSubnetGroupsMessageRequestTypeDef,
157
- DescribeClusterTracksMessageRequestTypeDef,
158
- DescribeClusterVersionsMessageRequestTypeDef,
159
- DescribeCustomDomainAssociationsMessageRequestTypeDef,
160
- DescribeDataSharesForConsumerMessageRequestTypeDef,
156
+ DescribeClusterDbRevisionsMessageTypeDef,
157
+ DescribeClusterParameterGroupsMessageTypeDef,
158
+ DescribeClusterParametersMessageTypeDef,
159
+ DescribeClusterSecurityGroupsMessageTypeDef,
160
+ DescribeClustersMessageTypeDef,
161
+ DescribeClusterSnapshotsMessageTypeDef,
162
+ DescribeClusterSubnetGroupsMessageTypeDef,
163
+ DescribeClusterTracksMessageTypeDef,
164
+ DescribeClusterVersionsMessageTypeDef,
165
+ DescribeCustomDomainAssociationsMessageTypeDef,
166
+ DescribeDataSharesForConsumerMessageTypeDef,
161
167
  DescribeDataSharesForConsumerResultTypeDef,
162
- DescribeDataSharesForProducerMessageRequestTypeDef,
168
+ DescribeDataSharesForProducerMessageTypeDef,
163
169
  DescribeDataSharesForProducerResultTypeDef,
164
- DescribeDataSharesMessageRequestTypeDef,
170
+ DescribeDataSharesMessageTypeDef,
165
171
  DescribeDataSharesResultTypeDef,
166
- DescribeDefaultClusterParametersMessageRequestTypeDef,
172
+ DescribeDefaultClusterParametersMessageTypeDef,
167
173
  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,
174
+ DescribeEndpointAccessMessageTypeDef,
175
+ DescribeEndpointAuthorizationMessageTypeDef,
176
+ DescribeEventCategoriesMessageTypeDef,
177
+ DescribeEventsMessageTypeDef,
178
+ DescribeEventSubscriptionsMessageTypeDef,
179
+ DescribeHsmClientCertificatesMessageTypeDef,
180
+ DescribeHsmConfigurationsMessageTypeDef,
181
+ DescribeInboundIntegrationsMessageTypeDef,
182
+ DescribeIntegrationsMessageTypeDef,
183
+ DescribeLoggingStatusMessageTypeDef,
184
+ DescribeNodeConfigurationOptionsMessageTypeDef,
185
+ DescribeOrderableClusterOptionsMessageTypeDef,
186
+ DescribePartnersInputMessageTypeDef,
181
187
  DescribePartnersOutputMessageTypeDef,
182
- DescribeRedshiftIdcApplicationsMessageRequestTypeDef,
188
+ DescribeRedshiftIdcApplicationsMessageTypeDef,
183
189
  DescribeRedshiftIdcApplicationsResultTypeDef,
184
- DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef,
190
+ DescribeReservedNodeExchangeStatusInputMessageTypeDef,
185
191
  DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
186
- DescribeReservedNodeOfferingsMessageRequestTypeDef,
187
- DescribeReservedNodesMessageRequestTypeDef,
188
- DescribeResizeMessageRequestTypeDef,
189
- DescribeScheduledActionsMessageRequestTypeDef,
190
- DescribeSnapshotCopyGrantsMessageRequestTypeDef,
191
- DescribeSnapshotSchedulesMessageRequestTypeDef,
192
+ DescribeReservedNodeOfferingsMessageTypeDef,
193
+ DescribeReservedNodesMessageTypeDef,
194
+ DescribeResizeMessageTypeDef,
195
+ DescribeScheduledActionsMessageTypeDef,
196
+ DescribeSnapshotCopyGrantsMessageTypeDef,
197
+ DescribeSnapshotSchedulesMessageTypeDef,
192
198
  DescribeSnapshotSchedulesOutputMessageTypeDef,
193
- DescribeTableRestoreStatusMessageRequestTypeDef,
194
- DescribeTagsMessageRequestTypeDef,
195
- DescribeUsageLimitsMessageRequestTypeDef,
196
- DisableLoggingMessageRequestTypeDef,
197
- DisableSnapshotCopyMessageRequestTypeDef,
199
+ DescribeTableRestoreStatusMessageTypeDef,
200
+ DescribeTagsMessageTypeDef,
201
+ DescribeUsageLimitsMessageTypeDef,
202
+ DisableLoggingMessageTypeDef,
203
+ DisableSnapshotCopyMessageTypeDef,
198
204
  DisableSnapshotCopyResultTypeDef,
199
- DisassociateDataShareConsumerMessageRequestTypeDef,
205
+ DisassociateDataShareConsumerMessageTypeDef,
200
206
  EmptyResponseMetadataTypeDef,
201
- EnableLoggingMessageRequestTypeDef,
202
- EnableSnapshotCopyMessageRequestTypeDef,
207
+ EnableLoggingMessageTypeDef,
208
+ EnableSnapshotCopyMessageTypeDef,
203
209
  EnableSnapshotCopyResultTypeDef,
204
210
  EndpointAccessListTypeDef,
205
211
  EndpointAccessResponseTypeDef,
@@ -208,86 +214,89 @@ from .type_defs import (
208
214
  EventCategoriesMessageTypeDef,
209
215
  EventsMessageTypeDef,
210
216
  EventSubscriptionsMessageTypeDef,
211
- FailoverPrimaryComputeInputMessageRequestTypeDef,
217
+ FailoverPrimaryComputeInputMessageTypeDef,
212
218
  FailoverPrimaryComputeResultTypeDef,
213
- GetClusterCredentialsMessageRequestTypeDef,
214
- GetClusterCredentialsWithIAMMessageRequestTypeDef,
215
- GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef,
219
+ GetClusterCredentialsMessageTypeDef,
220
+ GetClusterCredentialsWithIAMMessageTypeDef,
221
+ GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef,
216
222
  GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef,
217
- GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef,
223
+ GetReservedNodeExchangeOfferingsInputMessageTypeDef,
218
224
  GetReservedNodeExchangeOfferingsOutputMessageTypeDef,
219
- GetResourcePolicyMessageRequestTypeDef,
225
+ GetResourcePolicyMessageTypeDef,
220
226
  GetResourcePolicyResultTypeDef,
221
227
  HsmClientCertificateMessageTypeDef,
222
228
  HsmConfigurationMessageTypeDef,
223
229
  InboundIntegrationsMessageTypeDef,
224
230
  IntegrationResponseTypeDef,
225
231
  IntegrationsMessageTypeDef,
226
- ListRecommendationsMessageRequestTypeDef,
232
+ ListRecommendationsMessageTypeDef,
227
233
  ListRecommendationsResultTypeDef,
228
234
  LoggingStatusTypeDef,
229
- ModifyAquaInputMessageRequestTypeDef,
235
+ ModifyAquaInputMessageTypeDef,
230
236
  ModifyAquaOutputMessageTypeDef,
231
- ModifyAuthenticationProfileMessageRequestTypeDef,
237
+ ModifyAuthenticationProfileMessageTypeDef,
232
238
  ModifyAuthenticationProfileResultTypeDef,
233
- ModifyClusterDbRevisionMessageRequestTypeDef,
239
+ ModifyClusterDbRevisionMessageTypeDef,
234
240
  ModifyClusterDbRevisionResultTypeDef,
235
- ModifyClusterIamRolesMessageRequestTypeDef,
241
+ ModifyClusterIamRolesMessageTypeDef,
236
242
  ModifyClusterIamRolesResultTypeDef,
237
- ModifyClusterMaintenanceMessageRequestTypeDef,
243
+ ModifyClusterMaintenanceMessageTypeDef,
238
244
  ModifyClusterMaintenanceResultTypeDef,
239
- ModifyClusterMessageRequestTypeDef,
240
- ModifyClusterParameterGroupMessageRequestTypeDef,
245
+ ModifyClusterMessageTypeDef,
246
+ ModifyClusterParameterGroupMessageTypeDef,
241
247
  ModifyClusterResultTypeDef,
242
- ModifyClusterSnapshotMessageRequestTypeDef,
248
+ ModifyClusterSnapshotMessageTypeDef,
243
249
  ModifyClusterSnapshotResultTypeDef,
244
- ModifyClusterSnapshotScheduleMessageRequestTypeDef,
245
- ModifyClusterSubnetGroupMessageRequestTypeDef,
250
+ ModifyClusterSnapshotScheduleMessageTypeDef,
251
+ ModifyClusterSubnetGroupMessageTypeDef,
246
252
  ModifyClusterSubnetGroupResultTypeDef,
247
- ModifyCustomDomainAssociationMessageRequestTypeDef,
253
+ ModifyCustomDomainAssociationMessageTypeDef,
248
254
  ModifyCustomDomainAssociationResultTypeDef,
249
- ModifyEndpointAccessMessageRequestTypeDef,
250
- ModifyEventSubscriptionMessageRequestTypeDef,
255
+ ModifyEndpointAccessMessageTypeDef,
256
+ ModifyEventSubscriptionMessageTypeDef,
251
257
  ModifyEventSubscriptionResultTypeDef,
252
- ModifyIntegrationMessageRequestTypeDef,
253
- ModifyRedshiftIdcApplicationMessageRequestTypeDef,
258
+ ModifyIntegrationMessageTypeDef,
259
+ ModifyRedshiftIdcApplicationMessageTypeDef,
254
260
  ModifyRedshiftIdcApplicationResultTypeDef,
255
- ModifyScheduledActionMessageRequestTypeDef,
256
- ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef,
261
+ ModifyScheduledActionMessageTypeDef,
262
+ ModifySnapshotCopyRetentionPeriodMessageTypeDef,
257
263
  ModifySnapshotCopyRetentionPeriodResultTypeDef,
258
- ModifySnapshotScheduleMessageRequestTypeDef,
259
- ModifyUsageLimitMessageRequestTypeDef,
264
+ ModifySnapshotScheduleMessageTypeDef,
265
+ ModifyUsageLimitMessageTypeDef,
260
266
  NodeConfigurationOptionsMessageTypeDef,
261
267
  OrderableClusterOptionsMessageTypeDef,
262
268
  PartnerIntegrationInputMessageRequestTypeDef,
269
+ PartnerIntegrationInputMessageTypeDef,
263
270
  PartnerIntegrationOutputMessageTypeDef,
264
271
  PauseClusterMessageRequestTypeDef,
265
272
  PauseClusterResultTypeDef,
266
- PurchaseReservedNodeOfferingMessageRequestTypeDef,
273
+ PurchaseReservedNodeOfferingMessageTypeDef,
267
274
  PurchaseReservedNodeOfferingResultTypeDef,
268
- PutResourcePolicyMessageRequestTypeDef,
275
+ PutResourcePolicyMessageTypeDef,
269
276
  PutResourcePolicyResultTypeDef,
270
- RebootClusterMessageRequestTypeDef,
277
+ RebootClusterMessageTypeDef,
271
278
  RebootClusterResultTypeDef,
272
- RejectDataShareMessageRequestTypeDef,
279
+ RegisterNamespaceInputMessageTypeDef,
280
+ RegisterNamespaceOutputMessageTypeDef,
281
+ RejectDataShareMessageTypeDef,
273
282
  ReservedNodeOfferingsMessageTypeDef,
274
283
  ReservedNodesMessageTypeDef,
275
- ResetClusterParameterGroupMessageRequestTypeDef,
284
+ ResetClusterParameterGroupMessageTypeDef,
276
285
  ResizeClusterMessageRequestTypeDef,
277
286
  ResizeClusterResultTypeDef,
278
287
  ResizeProgressMessageTypeDef,
279
- RestoreFromClusterSnapshotMessageRequestTypeDef,
288
+ RestoreFromClusterSnapshotMessageTypeDef,
280
289
  RestoreFromClusterSnapshotResultTypeDef,
281
- RestoreTableFromClusterSnapshotMessageRequestTypeDef,
290
+ RestoreTableFromClusterSnapshotMessageTypeDef,
282
291
  RestoreTableFromClusterSnapshotResultTypeDef,
283
292
  ResumeClusterMessageRequestTypeDef,
284
293
  ResumeClusterResultTypeDef,
285
- RevokeClusterSecurityGroupIngressMessageRequestTypeDef,
294
+ RevokeClusterSecurityGroupIngressMessageTypeDef,
286
295
  RevokeClusterSecurityGroupIngressResultTypeDef,
287
- RevokeEndpointAccessMessageRequestTypeDef,
288
- RevokeSnapshotAccessMessageRequestTypeDef,
296
+ RevokeEndpointAccessMessageTypeDef,
297
+ RevokeSnapshotAccessMessageTypeDef,
289
298
  RevokeSnapshotAccessResultTypeDef,
290
- RotateEncryptionKeyMessageRequestTypeDef,
299
+ RotateEncryptionKeyMessageTypeDef,
291
300
  RotateEncryptionKeyResultTypeDef,
292
301
  ScheduledActionResponseTypeDef,
293
302
  ScheduledActionsMessageTypeDef,
@@ -297,7 +306,7 @@ from .type_defs import (
297
306
  TableRestoreStatusMessageTypeDef,
298
307
  TaggedResourceListMessageTypeDef,
299
308
  TrackListMessageTypeDef,
300
- UpdatePartnerStatusInputMessageRequestTypeDef,
309
+ UpdatePartnerStatusInputMessageTypeDef,
301
310
  UsageLimitListTypeDef,
302
311
  UsageLimitResponseTypeDef,
303
312
  )
@@ -308,6 +317,11 @@ from .waiter import (
308
317
  SnapshotAvailableWaiter,
309
318
  )
310
319
 
320
+ if sys.version_info >= (3, 9):
321
+ from builtins import type as Type
322
+ from collections.abc import Mapping
323
+ else:
324
+ from typing import Mapping, Type
311
325
  if sys.version_info >= (3, 12):
312
326
  from typing import Literal, Unpack
313
327
  else:
@@ -317,15 +331,7 @@ else:
317
331
  __all__ = ("RedshiftClient",)
318
332
 
319
333
 
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:
334
+ class Exceptions(BaseClientExceptions):
329
335
  AccessToClusterDeniedFault: Type[BotocoreClientError]
330
336
  AccessToSnapshotDeniedFault: Type[BotocoreClientError]
331
337
  AuthenticationProfileAlreadyExistsFault: Type[BotocoreClientError]
@@ -506,14 +512,8 @@ class RedshiftClient(BaseClient):
506
512
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#generate_presigned_url)
507
513
  """
508
514
 
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
515
  def accept_reserved_node_exchange(
516
- self, **kwargs: Unpack[AcceptReservedNodeExchangeInputMessageRequestTypeDef]
516
+ self, **kwargs: Unpack[AcceptReservedNodeExchangeInputMessageTypeDef]
517
517
  ) -> AcceptReservedNodeExchangeOutputMessageTypeDef:
518
518
  """
519
519
  Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
@@ -524,7 +524,7 @@ class RedshiftClient(BaseClient):
524
524
  """
525
525
 
526
526
  def add_partner(
527
- self, **kwargs: Unpack[PartnerIntegrationInputMessageRequestTypeDef]
527
+ self, **kwargs: Unpack[PartnerIntegrationInputMessageTypeDef]
528
528
  ) -> PartnerIntegrationOutputMessageTypeDef:
529
529
  """
530
530
  Adds a partner integration to a cluster.
@@ -534,7 +534,7 @@ class RedshiftClient(BaseClient):
534
534
  """
535
535
 
536
536
  def associate_data_share_consumer(
537
- self, **kwargs: Unpack[AssociateDataShareConsumerMessageRequestTypeDef]
537
+ self, **kwargs: Unpack[AssociateDataShareConsumerMessageTypeDef]
538
538
  ) -> DataShareResponseTypeDef:
539
539
  """
540
540
  From a datashare consumer account, associates a datashare with the account
@@ -545,7 +545,7 @@ class RedshiftClient(BaseClient):
545
545
  """
546
546
 
547
547
  def authorize_cluster_security_group_ingress(
548
- self, **kwargs: Unpack[AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef]
548
+ self, **kwargs: Unpack[AuthorizeClusterSecurityGroupIngressMessageTypeDef]
549
549
  ) -> AuthorizeClusterSecurityGroupIngressResultTypeDef:
550
550
  """
551
551
  Adds an inbound (ingress) rule to an Amazon Redshift security group.
@@ -555,7 +555,7 @@ class RedshiftClient(BaseClient):
555
555
  """
556
556
 
557
557
  def authorize_data_share(
558
- self, **kwargs: Unpack[AuthorizeDataShareMessageRequestTypeDef]
558
+ self, **kwargs: Unpack[AuthorizeDataShareMessageTypeDef]
559
559
  ) -> DataShareResponseTypeDef:
560
560
  """
561
561
  From a data producer account, authorizes the sharing of a datashare with one or
@@ -566,7 +566,7 @@ class RedshiftClient(BaseClient):
566
566
  """
567
567
 
568
568
  def authorize_endpoint_access(
569
- self, **kwargs: Unpack[AuthorizeEndpointAccessMessageRequestTypeDef]
569
+ self, **kwargs: Unpack[AuthorizeEndpointAccessMessageTypeDef]
570
570
  ) -> EndpointAuthorizationResponseTypeDef:
571
571
  """
572
572
  Grants access to a cluster.
@@ -576,7 +576,7 @@ class RedshiftClient(BaseClient):
576
576
  """
577
577
 
578
578
  def authorize_snapshot_access(
579
- self, **kwargs: Unpack[AuthorizeSnapshotAccessMessageRequestTypeDef]
579
+ self, **kwargs: Unpack[AuthorizeSnapshotAccessMessageTypeDef]
580
580
  ) -> AuthorizeSnapshotAccessResultTypeDef:
581
581
  """
582
582
  Authorizes the specified Amazon Web Services account to restore the specified
@@ -587,7 +587,7 @@ class RedshiftClient(BaseClient):
587
587
  """
588
588
 
589
589
  def batch_delete_cluster_snapshots(
590
- self, **kwargs: Unpack[BatchDeleteClusterSnapshotsRequestRequestTypeDef]
590
+ self, **kwargs: Unpack[BatchDeleteClusterSnapshotsRequestTypeDef]
591
591
  ) -> BatchDeleteClusterSnapshotsResultTypeDef:
592
592
  """
593
593
  Deletes a set of cluster snapshots.
@@ -597,7 +597,7 @@ class RedshiftClient(BaseClient):
597
597
  """
598
598
 
599
599
  def batch_modify_cluster_snapshots(
600
- self, **kwargs: Unpack[BatchModifyClusterSnapshotsMessageRequestTypeDef]
600
+ self, **kwargs: Unpack[BatchModifyClusterSnapshotsMessageTypeDef]
601
601
  ) -> BatchModifyClusterSnapshotsOutputMessageTypeDef:
602
602
  """
603
603
  Modifies the settings for a set of cluster snapshots.
@@ -607,7 +607,7 @@ class RedshiftClient(BaseClient):
607
607
  """
608
608
 
609
609
  def cancel_resize(
610
- self, **kwargs: Unpack[CancelResizeMessageRequestTypeDef]
610
+ self, **kwargs: Unpack[CancelResizeMessageTypeDef]
611
611
  ) -> ResizeProgressMessageTypeDef:
612
612
  """
613
613
  Cancels a resize operation for a cluster.
@@ -617,7 +617,7 @@ class RedshiftClient(BaseClient):
617
617
  """
618
618
 
619
619
  def copy_cluster_snapshot(
620
- self, **kwargs: Unpack[CopyClusterSnapshotMessageRequestTypeDef]
620
+ self, **kwargs: Unpack[CopyClusterSnapshotMessageTypeDef]
621
621
  ) -> CopyClusterSnapshotResultTypeDef:
622
622
  """
623
623
  Copies the specified automated cluster snapshot to a new manual cluster
@@ -628,7 +628,7 @@ class RedshiftClient(BaseClient):
628
628
  """
629
629
 
630
630
  def create_authentication_profile(
631
- self, **kwargs: Unpack[CreateAuthenticationProfileMessageRequestTypeDef]
631
+ self, **kwargs: Unpack[CreateAuthenticationProfileMessageTypeDef]
632
632
  ) -> CreateAuthenticationProfileResultTypeDef:
633
633
  """
634
634
  Creates an authentication profile with the specified parameters.
@@ -638,7 +638,7 @@ class RedshiftClient(BaseClient):
638
638
  """
639
639
 
640
640
  def create_cluster(
641
- self, **kwargs: Unpack[CreateClusterMessageRequestTypeDef]
641
+ self, **kwargs: Unpack[CreateClusterMessageTypeDef]
642
642
  ) -> CreateClusterResultTypeDef:
643
643
  """
644
644
  Creates a new cluster with the specified parameters.
@@ -648,7 +648,7 @@ class RedshiftClient(BaseClient):
648
648
  """
649
649
 
650
650
  def create_cluster_parameter_group(
651
- self, **kwargs: Unpack[CreateClusterParameterGroupMessageRequestTypeDef]
651
+ self, **kwargs: Unpack[CreateClusterParameterGroupMessageTypeDef]
652
652
  ) -> CreateClusterParameterGroupResultTypeDef:
653
653
  """
654
654
  Creates an Amazon Redshift parameter group.
@@ -658,7 +658,7 @@ class RedshiftClient(BaseClient):
658
658
  """
659
659
 
660
660
  def create_cluster_security_group(
661
- self, **kwargs: Unpack[CreateClusterSecurityGroupMessageRequestTypeDef]
661
+ self, **kwargs: Unpack[CreateClusterSecurityGroupMessageTypeDef]
662
662
  ) -> CreateClusterSecurityGroupResultTypeDef:
663
663
  """
664
664
  Creates a new Amazon Redshift security group.
@@ -668,7 +668,7 @@ class RedshiftClient(BaseClient):
668
668
  """
669
669
 
670
670
  def create_cluster_snapshot(
671
- self, **kwargs: Unpack[CreateClusterSnapshotMessageRequestTypeDef]
671
+ self, **kwargs: Unpack[CreateClusterSnapshotMessageTypeDef]
672
672
  ) -> CreateClusterSnapshotResultTypeDef:
673
673
  """
674
674
  Creates a manual snapshot of the specified cluster.
@@ -678,7 +678,7 @@ class RedshiftClient(BaseClient):
678
678
  """
679
679
 
680
680
  def create_cluster_subnet_group(
681
- self, **kwargs: Unpack[CreateClusterSubnetGroupMessageRequestTypeDef]
681
+ self, **kwargs: Unpack[CreateClusterSubnetGroupMessageTypeDef]
682
682
  ) -> CreateClusterSubnetGroupResultTypeDef:
683
683
  """
684
684
  Creates a new Amazon Redshift subnet group.
@@ -688,7 +688,7 @@ class RedshiftClient(BaseClient):
688
688
  """
689
689
 
690
690
  def create_custom_domain_association(
691
- self, **kwargs: Unpack[CreateCustomDomainAssociationMessageRequestTypeDef]
691
+ self, **kwargs: Unpack[CreateCustomDomainAssociationMessageTypeDef]
692
692
  ) -> CreateCustomDomainAssociationResultTypeDef:
693
693
  """
694
694
  Used to create a custom domain name for a cluster.
@@ -698,7 +698,7 @@ class RedshiftClient(BaseClient):
698
698
  """
699
699
 
700
700
  def create_endpoint_access(
701
- self, **kwargs: Unpack[CreateEndpointAccessMessageRequestTypeDef]
701
+ self, **kwargs: Unpack[CreateEndpointAccessMessageTypeDef]
702
702
  ) -> EndpointAccessResponseTypeDef:
703
703
  """
704
704
  Creates a Redshift-managed VPC endpoint.
@@ -708,7 +708,7 @@ class RedshiftClient(BaseClient):
708
708
  """
709
709
 
710
710
  def create_event_subscription(
711
- self, **kwargs: Unpack[CreateEventSubscriptionMessageRequestTypeDef]
711
+ self, **kwargs: Unpack[CreateEventSubscriptionMessageTypeDef]
712
712
  ) -> CreateEventSubscriptionResultTypeDef:
713
713
  """
714
714
  Creates an Amazon Redshift event notification subscription.
@@ -718,7 +718,7 @@ class RedshiftClient(BaseClient):
718
718
  """
719
719
 
720
720
  def create_hsm_client_certificate(
721
- self, **kwargs: Unpack[CreateHsmClientCertificateMessageRequestTypeDef]
721
+ self, **kwargs: Unpack[CreateHsmClientCertificateMessageTypeDef]
722
722
  ) -> CreateHsmClientCertificateResultTypeDef:
723
723
  """
724
724
  Creates an HSM client certificate that an Amazon Redshift cluster will use to
@@ -730,7 +730,7 @@ class RedshiftClient(BaseClient):
730
730
  """
731
731
 
732
732
  def create_hsm_configuration(
733
- self, **kwargs: Unpack[CreateHsmConfigurationMessageRequestTypeDef]
733
+ self, **kwargs: Unpack[CreateHsmConfigurationMessageTypeDef]
734
734
  ) -> CreateHsmConfigurationResultTypeDef:
735
735
  """
736
736
  Creates an HSM configuration that contains the information required by an
@@ -742,7 +742,7 @@ class RedshiftClient(BaseClient):
742
742
  """
743
743
 
744
744
  def create_integration(
745
- self, **kwargs: Unpack[CreateIntegrationMessageRequestTypeDef]
745
+ self, **kwargs: Unpack[CreateIntegrationMessageTypeDef]
746
746
  ) -> IntegrationResponseTypeDef:
747
747
  """
748
748
  Creates a zero-ETL integration or S3 event integration with Amazon Redshift.
@@ -752,7 +752,7 @@ class RedshiftClient(BaseClient):
752
752
  """
753
753
 
754
754
  def create_redshift_idc_application(
755
- self, **kwargs: Unpack[CreateRedshiftIdcApplicationMessageRequestTypeDef]
755
+ self, **kwargs: Unpack[CreateRedshiftIdcApplicationMessageTypeDef]
756
756
  ) -> CreateRedshiftIdcApplicationResultTypeDef:
757
757
  """
758
758
  Creates an Amazon Redshift application for use with IAM Identity Center.
@@ -762,7 +762,7 @@ class RedshiftClient(BaseClient):
762
762
  """
763
763
 
764
764
  def create_scheduled_action(
765
- self, **kwargs: Unpack[CreateScheduledActionMessageRequestTypeDef]
765
+ self, **kwargs: Unpack[CreateScheduledActionMessageTypeDef]
766
766
  ) -> ScheduledActionResponseTypeDef:
767
767
  """
768
768
  Creates a scheduled action.
@@ -772,7 +772,7 @@ class RedshiftClient(BaseClient):
772
772
  """
773
773
 
774
774
  def create_snapshot_copy_grant(
775
- self, **kwargs: Unpack[CreateSnapshotCopyGrantMessageRequestTypeDef]
775
+ self, **kwargs: Unpack[CreateSnapshotCopyGrantMessageTypeDef]
776
776
  ) -> CreateSnapshotCopyGrantResultTypeDef:
777
777
  """
778
778
  Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted
@@ -784,7 +784,7 @@ class RedshiftClient(BaseClient):
784
784
  """
785
785
 
786
786
  def create_snapshot_schedule(
787
- self, **kwargs: Unpack[CreateSnapshotScheduleMessageRequestTypeDef]
787
+ self, **kwargs: Unpack[CreateSnapshotScheduleMessageTypeDef]
788
788
  ) -> SnapshotScheduleResponseTypeDef:
789
789
  """
790
790
  Create a snapshot schedule that can be associated to a cluster and which
@@ -795,7 +795,7 @@ class RedshiftClient(BaseClient):
795
795
  """
796
796
 
797
797
  def create_tags(
798
- self, **kwargs: Unpack[CreateTagsMessageRequestTypeDef]
798
+ self, **kwargs: Unpack[CreateTagsMessageTypeDef]
799
799
  ) -> EmptyResponseMetadataTypeDef:
800
800
  """
801
801
  Adds tags to a cluster.
@@ -805,7 +805,7 @@ class RedshiftClient(BaseClient):
805
805
  """
806
806
 
807
807
  def create_usage_limit(
808
- self, **kwargs: Unpack[CreateUsageLimitMessageRequestTypeDef]
808
+ self, **kwargs: Unpack[CreateUsageLimitMessageTypeDef]
809
809
  ) -> UsageLimitResponseTypeDef:
810
810
  """
811
811
  Creates a usage limit for a specified Amazon Redshift feature on a cluster.
@@ -815,7 +815,7 @@ class RedshiftClient(BaseClient):
815
815
  """
816
816
 
817
817
  def deauthorize_data_share(
818
- self, **kwargs: Unpack[DeauthorizeDataShareMessageRequestTypeDef]
818
+ self, **kwargs: Unpack[DeauthorizeDataShareMessageTypeDef]
819
819
  ) -> DataShareResponseTypeDef:
820
820
  """
821
821
  From a datashare producer account, removes authorization from the specified
@@ -826,7 +826,7 @@ class RedshiftClient(BaseClient):
826
826
  """
827
827
 
828
828
  def delete_authentication_profile(
829
- self, **kwargs: Unpack[DeleteAuthenticationProfileMessageRequestTypeDef]
829
+ self, **kwargs: Unpack[DeleteAuthenticationProfileMessageTypeDef]
830
830
  ) -> DeleteAuthenticationProfileResultTypeDef:
831
831
  """
832
832
  Deletes an authentication profile.
@@ -836,7 +836,7 @@ class RedshiftClient(BaseClient):
836
836
  """
837
837
 
838
838
  def delete_cluster(
839
- self, **kwargs: Unpack[DeleteClusterMessageRequestTypeDef]
839
+ self, **kwargs: Unpack[DeleteClusterMessageTypeDef]
840
840
  ) -> DeleteClusterResultTypeDef:
841
841
  """
842
842
  Deletes a previously provisioned cluster without its final snapshot being
@@ -847,7 +847,7 @@ class RedshiftClient(BaseClient):
847
847
  """
848
848
 
849
849
  def delete_cluster_parameter_group(
850
- self, **kwargs: Unpack[DeleteClusterParameterGroupMessageRequestTypeDef]
850
+ self, **kwargs: Unpack[DeleteClusterParameterGroupMessageTypeDef]
851
851
  ) -> EmptyResponseMetadataTypeDef:
852
852
  """
853
853
  Deletes a specified Amazon Redshift parameter group.
@@ -857,7 +857,7 @@ class RedshiftClient(BaseClient):
857
857
  """
858
858
 
859
859
  def delete_cluster_security_group(
860
- self, **kwargs: Unpack[DeleteClusterSecurityGroupMessageRequestTypeDef]
860
+ self, **kwargs: Unpack[DeleteClusterSecurityGroupMessageTypeDef]
861
861
  ) -> EmptyResponseMetadataTypeDef:
862
862
  """
863
863
  Deletes an Amazon Redshift security group.
@@ -877,7 +877,7 @@ class RedshiftClient(BaseClient):
877
877
  """
878
878
 
879
879
  def delete_cluster_subnet_group(
880
- self, **kwargs: Unpack[DeleteClusterSubnetGroupMessageRequestTypeDef]
880
+ self, **kwargs: Unpack[DeleteClusterSubnetGroupMessageTypeDef]
881
881
  ) -> EmptyResponseMetadataTypeDef:
882
882
  """
883
883
  Deletes the specified cluster subnet group.
@@ -887,7 +887,7 @@ class RedshiftClient(BaseClient):
887
887
  """
888
888
 
889
889
  def delete_custom_domain_association(
890
- self, **kwargs: Unpack[DeleteCustomDomainAssociationMessageRequestTypeDef]
890
+ self, **kwargs: Unpack[DeleteCustomDomainAssociationMessageTypeDef]
891
891
  ) -> EmptyResponseMetadataTypeDef:
892
892
  """
893
893
  Contains information about deleting a custom domain association for a cluster.
@@ -897,7 +897,7 @@ class RedshiftClient(BaseClient):
897
897
  """
898
898
 
899
899
  def delete_endpoint_access(
900
- self, **kwargs: Unpack[DeleteEndpointAccessMessageRequestTypeDef]
900
+ self, **kwargs: Unpack[DeleteEndpointAccessMessageTypeDef]
901
901
  ) -> EndpointAccessResponseTypeDef:
902
902
  """
903
903
  Deletes a Redshift-managed VPC endpoint.
@@ -907,7 +907,7 @@ class RedshiftClient(BaseClient):
907
907
  """
908
908
 
909
909
  def delete_event_subscription(
910
- self, **kwargs: Unpack[DeleteEventSubscriptionMessageRequestTypeDef]
910
+ self, **kwargs: Unpack[DeleteEventSubscriptionMessageTypeDef]
911
911
  ) -> EmptyResponseMetadataTypeDef:
912
912
  """
913
913
  Deletes an Amazon Redshift event notification subscription.
@@ -917,7 +917,7 @@ class RedshiftClient(BaseClient):
917
917
  """
918
918
 
919
919
  def delete_hsm_client_certificate(
920
- self, **kwargs: Unpack[DeleteHsmClientCertificateMessageRequestTypeDef]
920
+ self, **kwargs: Unpack[DeleteHsmClientCertificateMessageTypeDef]
921
921
  ) -> EmptyResponseMetadataTypeDef:
922
922
  """
923
923
  Deletes the specified HSM client certificate.
@@ -927,7 +927,7 @@ class RedshiftClient(BaseClient):
927
927
  """
928
928
 
929
929
  def delete_hsm_configuration(
930
- self, **kwargs: Unpack[DeleteHsmConfigurationMessageRequestTypeDef]
930
+ self, **kwargs: Unpack[DeleteHsmConfigurationMessageTypeDef]
931
931
  ) -> EmptyResponseMetadataTypeDef:
932
932
  """
933
933
  Deletes the specified Amazon Redshift HSM configuration.
@@ -937,7 +937,7 @@ class RedshiftClient(BaseClient):
937
937
  """
938
938
 
939
939
  def delete_integration(
940
- self, **kwargs: Unpack[DeleteIntegrationMessageRequestTypeDef]
940
+ self, **kwargs: Unpack[DeleteIntegrationMessageTypeDef]
941
941
  ) -> IntegrationResponseTypeDef:
942
942
  """
943
943
  Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.
@@ -957,7 +957,7 @@ class RedshiftClient(BaseClient):
957
957
  """
958
958
 
959
959
  def delete_redshift_idc_application(
960
- self, **kwargs: Unpack[DeleteRedshiftIdcApplicationMessageRequestTypeDef]
960
+ self, **kwargs: Unpack[DeleteRedshiftIdcApplicationMessageTypeDef]
961
961
  ) -> EmptyResponseMetadataTypeDef:
962
962
  """
963
963
  Deletes an Amazon Redshift IAM Identity Center application.
@@ -967,7 +967,7 @@ class RedshiftClient(BaseClient):
967
967
  """
968
968
 
969
969
  def delete_resource_policy(
970
- self, **kwargs: Unpack[DeleteResourcePolicyMessageRequestTypeDef]
970
+ self, **kwargs: Unpack[DeleteResourcePolicyMessageTypeDef]
971
971
  ) -> EmptyResponseMetadataTypeDef:
972
972
  """
973
973
  Deletes the resource policy for a specified resource.
@@ -977,7 +977,7 @@ class RedshiftClient(BaseClient):
977
977
  """
978
978
 
979
979
  def delete_scheduled_action(
980
- self, **kwargs: Unpack[DeleteScheduledActionMessageRequestTypeDef]
980
+ self, **kwargs: Unpack[DeleteScheduledActionMessageTypeDef]
981
981
  ) -> EmptyResponseMetadataTypeDef:
982
982
  """
983
983
  Deletes a scheduled action.
@@ -987,7 +987,7 @@ class RedshiftClient(BaseClient):
987
987
  """
988
988
 
989
989
  def delete_snapshot_copy_grant(
990
- self, **kwargs: Unpack[DeleteSnapshotCopyGrantMessageRequestTypeDef]
990
+ self, **kwargs: Unpack[DeleteSnapshotCopyGrantMessageTypeDef]
991
991
  ) -> EmptyResponseMetadataTypeDef:
992
992
  """
993
993
  Deletes the specified snapshot copy grant.
@@ -997,7 +997,7 @@ class RedshiftClient(BaseClient):
997
997
  """
998
998
 
999
999
  def delete_snapshot_schedule(
1000
- self, **kwargs: Unpack[DeleteSnapshotScheduleMessageRequestTypeDef]
1000
+ self, **kwargs: Unpack[DeleteSnapshotScheduleMessageTypeDef]
1001
1001
  ) -> EmptyResponseMetadataTypeDef:
1002
1002
  """
1003
1003
  Deletes a snapshot schedule.
@@ -1007,7 +1007,7 @@ class RedshiftClient(BaseClient):
1007
1007
  """
1008
1008
 
1009
1009
  def delete_tags(
1010
- self, **kwargs: Unpack[DeleteTagsMessageRequestTypeDef]
1010
+ self, **kwargs: Unpack[DeleteTagsMessageTypeDef]
1011
1011
  ) -> EmptyResponseMetadataTypeDef:
1012
1012
  """
1013
1013
  Deletes tags from a resource.
@@ -1017,7 +1017,7 @@ class RedshiftClient(BaseClient):
1017
1017
  """
1018
1018
 
1019
1019
  def delete_usage_limit(
1020
- self, **kwargs: Unpack[DeleteUsageLimitMessageRequestTypeDef]
1020
+ self, **kwargs: Unpack[DeleteUsageLimitMessageTypeDef]
1021
1021
  ) -> EmptyResponseMetadataTypeDef:
1022
1022
  """
1023
1023
  Deletes a usage limit from a cluster.
@@ -1026,8 +1026,19 @@ class RedshiftClient(BaseClient):
1026
1026
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_usage_limit)
1027
1027
  """
1028
1028
 
1029
+ def deregister_namespace(
1030
+ self, **kwargs: Unpack[DeregisterNamespaceInputMessageTypeDef]
1031
+ ) -> DeregisterNamespaceOutputMessageTypeDef:
1032
+ """
1033
+ Deregisters a cluster or serverless namespace from the Amazon Web Services Glue
1034
+ Data Catalog.
1035
+
1036
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/deregister_namespace.html)
1037
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#deregister_namespace)
1038
+ """
1039
+
1029
1040
  def describe_account_attributes(
1030
- self, **kwargs: Unpack[DescribeAccountAttributesMessageRequestTypeDef]
1041
+ self, **kwargs: Unpack[DescribeAccountAttributesMessageTypeDef]
1031
1042
  ) -> AccountAttributeListTypeDef:
1032
1043
  """
1033
1044
  Returns a list of attributes attached to an account.
@@ -1037,7 +1048,7 @@ class RedshiftClient(BaseClient):
1037
1048
  """
1038
1049
 
1039
1050
  def describe_authentication_profiles(
1040
- self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageRequestTypeDef]
1051
+ self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageTypeDef]
1041
1052
  ) -> DescribeAuthenticationProfilesResultTypeDef:
1042
1053
  """
1043
1054
  Describes an authentication profile.
@@ -1047,7 +1058,7 @@ class RedshiftClient(BaseClient):
1047
1058
  """
1048
1059
 
1049
1060
  def describe_cluster_db_revisions(
1050
- self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageRequestTypeDef]
1061
+ self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageTypeDef]
1051
1062
  ) -> ClusterDbRevisionsMessageTypeDef:
1052
1063
  """
1053
1064
  Returns an array of <code>ClusterDbRevision</code> objects.
@@ -1057,7 +1068,7 @@ class RedshiftClient(BaseClient):
1057
1068
  """
1058
1069
 
1059
1070
  def describe_cluster_parameter_groups(
1060
- self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageRequestTypeDef]
1071
+ self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageTypeDef]
1061
1072
  ) -> ClusterParameterGroupsMessageTypeDef:
1062
1073
  """
1063
1074
  Returns a list of Amazon Redshift parameter groups, including parameter groups
@@ -1068,7 +1079,7 @@ class RedshiftClient(BaseClient):
1068
1079
  """
1069
1080
 
1070
1081
  def describe_cluster_parameters(
1071
- self, **kwargs: Unpack[DescribeClusterParametersMessageRequestTypeDef]
1082
+ self, **kwargs: Unpack[DescribeClusterParametersMessageTypeDef]
1072
1083
  ) -> ClusterParameterGroupDetailsTypeDef:
1073
1084
  """
1074
1085
  Returns a detailed list of parameters contained within the specified Amazon
@@ -1079,7 +1090,7 @@ class RedshiftClient(BaseClient):
1079
1090
  """
1080
1091
 
1081
1092
  def describe_cluster_security_groups(
1082
- self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageRequestTypeDef]
1093
+ self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageTypeDef]
1083
1094
  ) -> ClusterSecurityGroupMessageTypeDef:
1084
1095
  """
1085
1096
  Returns information about Amazon Redshift security groups.
@@ -1089,7 +1100,7 @@ class RedshiftClient(BaseClient):
1089
1100
  """
1090
1101
 
1091
1102
  def describe_cluster_snapshots(
1092
- self, **kwargs: Unpack[DescribeClusterSnapshotsMessageRequestTypeDef]
1103
+ self, **kwargs: Unpack[DescribeClusterSnapshotsMessageTypeDef]
1093
1104
  ) -> SnapshotMessageTypeDef:
1094
1105
  """
1095
1106
  Returns one or more snapshot objects, which contain metadata about your cluster
@@ -1100,7 +1111,7 @@ class RedshiftClient(BaseClient):
1100
1111
  """
1101
1112
 
1102
1113
  def describe_cluster_subnet_groups(
1103
- self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageRequestTypeDef]
1114
+ self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageTypeDef]
1104
1115
  ) -> ClusterSubnetGroupMessageTypeDef:
1105
1116
  """
1106
1117
  Returns one or more cluster subnet group objects, which contain metadata about
@@ -1111,7 +1122,7 @@ class RedshiftClient(BaseClient):
1111
1122
  """
1112
1123
 
1113
1124
  def describe_cluster_tracks(
1114
- self, **kwargs: Unpack[DescribeClusterTracksMessageRequestTypeDef]
1125
+ self, **kwargs: Unpack[DescribeClusterTracksMessageTypeDef]
1115
1126
  ) -> TrackListMessageTypeDef:
1116
1127
  """
1117
1128
  Returns a list of all the available maintenance tracks.
@@ -1121,7 +1132,7 @@ class RedshiftClient(BaseClient):
1121
1132
  """
1122
1133
 
1123
1134
  def describe_cluster_versions(
1124
- self, **kwargs: Unpack[DescribeClusterVersionsMessageRequestTypeDef]
1135
+ self, **kwargs: Unpack[DescribeClusterVersionsMessageTypeDef]
1125
1136
  ) -> ClusterVersionsMessageTypeDef:
1126
1137
  """
1127
1138
  Returns descriptions of the available Amazon Redshift cluster versions.
@@ -1131,7 +1142,7 @@ class RedshiftClient(BaseClient):
1131
1142
  """
1132
1143
 
1133
1144
  def describe_clusters(
1134
- self, **kwargs: Unpack[DescribeClustersMessageRequestTypeDef]
1145
+ self, **kwargs: Unpack[DescribeClustersMessageTypeDef]
1135
1146
  ) -> ClustersMessageTypeDef:
1136
1147
  """
1137
1148
  Returns properties of provisioned clusters including general cluster
@@ -1143,7 +1154,7 @@ class RedshiftClient(BaseClient):
1143
1154
  """
1144
1155
 
1145
1156
  def describe_custom_domain_associations(
1146
- self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageRequestTypeDef]
1157
+ self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageTypeDef]
1147
1158
  ) -> CustomDomainAssociationsMessageTypeDef:
1148
1159
  """
1149
1160
  Contains information about custom domain associations for a cluster.
@@ -1153,7 +1164,7 @@ class RedshiftClient(BaseClient):
1153
1164
  """
1154
1165
 
1155
1166
  def describe_data_shares(
1156
- self, **kwargs: Unpack[DescribeDataSharesMessageRequestTypeDef]
1167
+ self, **kwargs: Unpack[DescribeDataSharesMessageTypeDef]
1157
1168
  ) -> DescribeDataSharesResultTypeDef:
1158
1169
  """
1159
1170
  Shows the status of any inbound or outbound datashares available in the
@@ -1164,7 +1175,7 @@ class RedshiftClient(BaseClient):
1164
1175
  """
1165
1176
 
1166
1177
  def describe_data_shares_for_consumer(
1167
- self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageRequestTypeDef]
1178
+ self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageTypeDef]
1168
1179
  ) -> DescribeDataSharesForConsumerResultTypeDef:
1169
1180
  """
1170
1181
  Returns a list of datashares where the account identifier being called is a
@@ -1175,7 +1186,7 @@ class RedshiftClient(BaseClient):
1175
1186
  """
1176
1187
 
1177
1188
  def describe_data_shares_for_producer(
1178
- self, **kwargs: Unpack[DescribeDataSharesForProducerMessageRequestTypeDef]
1189
+ self, **kwargs: Unpack[DescribeDataSharesForProducerMessageTypeDef]
1179
1190
  ) -> DescribeDataSharesForProducerResultTypeDef:
1180
1191
  """
1181
1192
  Returns a list of datashares when the account identifier being called is a
@@ -1186,7 +1197,7 @@ class RedshiftClient(BaseClient):
1186
1197
  """
1187
1198
 
1188
1199
  def describe_default_cluster_parameters(
1189
- self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageRequestTypeDef]
1200
+ self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageTypeDef]
1190
1201
  ) -> DescribeDefaultClusterParametersResultTypeDef:
1191
1202
  """
1192
1203
  Returns a list of parameter settings for the specified parameter group family.
@@ -1196,7 +1207,7 @@ class RedshiftClient(BaseClient):
1196
1207
  """
1197
1208
 
1198
1209
  def describe_endpoint_access(
1199
- self, **kwargs: Unpack[DescribeEndpointAccessMessageRequestTypeDef]
1210
+ self, **kwargs: Unpack[DescribeEndpointAccessMessageTypeDef]
1200
1211
  ) -> EndpointAccessListTypeDef:
1201
1212
  """
1202
1213
  Describes a Redshift-managed VPC endpoint.
@@ -1206,7 +1217,7 @@ class RedshiftClient(BaseClient):
1206
1217
  """
1207
1218
 
1208
1219
  def describe_endpoint_authorization(
1209
- self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageRequestTypeDef]
1220
+ self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageTypeDef]
1210
1221
  ) -> EndpointAuthorizationListTypeDef:
1211
1222
  """
1212
1223
  Describes an endpoint authorization.
@@ -1216,7 +1227,7 @@ class RedshiftClient(BaseClient):
1216
1227
  """
1217
1228
 
1218
1229
  def describe_event_categories(
1219
- self, **kwargs: Unpack[DescribeEventCategoriesMessageRequestTypeDef]
1230
+ self, **kwargs: Unpack[DescribeEventCategoriesMessageTypeDef]
1220
1231
  ) -> EventCategoriesMessageTypeDef:
1221
1232
  """
1222
1233
  Displays a list of event categories for all event source types, or for a
@@ -1227,7 +1238,7 @@ class RedshiftClient(BaseClient):
1227
1238
  """
1228
1239
 
1229
1240
  def describe_event_subscriptions(
1230
- self, **kwargs: Unpack[DescribeEventSubscriptionsMessageRequestTypeDef]
1241
+ self, **kwargs: Unpack[DescribeEventSubscriptionsMessageTypeDef]
1231
1242
  ) -> EventSubscriptionsMessageTypeDef:
1232
1243
  """
1233
1244
  Lists descriptions of all the Amazon Redshift event notification subscriptions
@@ -1238,7 +1249,7 @@ class RedshiftClient(BaseClient):
1238
1249
  """
1239
1250
 
1240
1251
  def describe_events(
1241
- self, **kwargs: Unpack[DescribeEventsMessageRequestTypeDef]
1252
+ self, **kwargs: Unpack[DescribeEventsMessageTypeDef]
1242
1253
  ) -> EventsMessageTypeDef:
1243
1254
  """
1244
1255
  Returns events related to clusters, security groups, snapshots, and parameter
@@ -1249,7 +1260,7 @@ class RedshiftClient(BaseClient):
1249
1260
  """
1250
1261
 
1251
1262
  def describe_hsm_client_certificates(
1252
- self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageRequestTypeDef]
1263
+ self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageTypeDef]
1253
1264
  ) -> HsmClientCertificateMessageTypeDef:
1254
1265
  """
1255
1266
  Returns information about the specified HSM client certificate.
@@ -1259,7 +1270,7 @@ class RedshiftClient(BaseClient):
1259
1270
  """
1260
1271
 
1261
1272
  def describe_hsm_configurations(
1262
- self, **kwargs: Unpack[DescribeHsmConfigurationsMessageRequestTypeDef]
1273
+ self, **kwargs: Unpack[DescribeHsmConfigurationsMessageTypeDef]
1263
1274
  ) -> HsmConfigurationMessageTypeDef:
1264
1275
  """
1265
1276
  Returns information about the specified Amazon Redshift HSM configuration.
@@ -1269,7 +1280,7 @@ class RedshiftClient(BaseClient):
1269
1280
  """
1270
1281
 
1271
1282
  def describe_inbound_integrations(
1272
- self, **kwargs: Unpack[DescribeInboundIntegrationsMessageRequestTypeDef]
1283
+ self, **kwargs: Unpack[DescribeInboundIntegrationsMessageTypeDef]
1273
1284
  ) -> InboundIntegrationsMessageTypeDef:
1274
1285
  """
1275
1286
  Returns a list of inbound integrations.
@@ -1279,7 +1290,7 @@ class RedshiftClient(BaseClient):
1279
1290
  """
1280
1291
 
1281
1292
  def describe_integrations(
1282
- self, **kwargs: Unpack[DescribeIntegrationsMessageRequestTypeDef]
1293
+ self, **kwargs: Unpack[DescribeIntegrationsMessageTypeDef]
1283
1294
  ) -> IntegrationsMessageTypeDef:
1284
1295
  """
1285
1296
  Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.
@@ -1289,7 +1300,7 @@ class RedshiftClient(BaseClient):
1289
1300
  """
1290
1301
 
1291
1302
  def describe_logging_status(
1292
- self, **kwargs: Unpack[DescribeLoggingStatusMessageRequestTypeDef]
1303
+ self, **kwargs: Unpack[DescribeLoggingStatusMessageTypeDef]
1293
1304
  ) -> LoggingStatusTypeDef:
1294
1305
  """
1295
1306
  Describes whether information, such as queries and connection attempts, is
@@ -1300,7 +1311,7 @@ class RedshiftClient(BaseClient):
1300
1311
  """
1301
1312
 
1302
1313
  def describe_node_configuration_options(
1303
- self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageRequestTypeDef]
1314
+ self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageTypeDef]
1304
1315
  ) -> NodeConfigurationOptionsMessageTypeDef:
1305
1316
  """
1306
1317
  Returns properties of possible node configurations such as node type, number of
@@ -1311,7 +1322,7 @@ class RedshiftClient(BaseClient):
1311
1322
  """
1312
1323
 
1313
1324
  def describe_orderable_cluster_options(
1314
- self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageRequestTypeDef]
1325
+ self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageTypeDef]
1315
1326
  ) -> OrderableClusterOptionsMessageTypeDef:
1316
1327
  """
1317
1328
  Returns a list of orderable cluster options.
@@ -1321,7 +1332,7 @@ class RedshiftClient(BaseClient):
1321
1332
  """
1322
1333
 
1323
1334
  def describe_partners(
1324
- self, **kwargs: Unpack[DescribePartnersInputMessageRequestTypeDef]
1335
+ self, **kwargs: Unpack[DescribePartnersInputMessageTypeDef]
1325
1336
  ) -> DescribePartnersOutputMessageTypeDef:
1326
1337
  """
1327
1338
  Returns information about the partner integrations defined for a cluster.
@@ -1331,7 +1342,7 @@ class RedshiftClient(BaseClient):
1331
1342
  """
1332
1343
 
1333
1344
  def describe_redshift_idc_applications(
1334
- self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageRequestTypeDef]
1345
+ self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageTypeDef]
1335
1346
  ) -> DescribeRedshiftIdcApplicationsResultTypeDef:
1336
1347
  """
1337
1348
  Lists the Amazon Redshift IAM Identity Center applications.
@@ -1341,7 +1352,7 @@ class RedshiftClient(BaseClient):
1341
1352
  """
1342
1353
 
1343
1354
  def describe_reserved_node_exchange_status(
1344
- self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef]
1355
+ self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageTypeDef]
1345
1356
  ) -> DescribeReservedNodeExchangeStatusOutputMessageTypeDef:
1346
1357
  """
1347
1358
  Returns exchange status details and associated metadata for a reserved-node
@@ -1352,7 +1363,7 @@ class RedshiftClient(BaseClient):
1352
1363
  """
1353
1364
 
1354
1365
  def describe_reserved_node_offerings(
1355
- self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageRequestTypeDef]
1366
+ self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageTypeDef]
1356
1367
  ) -> ReservedNodeOfferingsMessageTypeDef:
1357
1368
  """
1358
1369
  Returns a list of the available reserved node offerings by Amazon Redshift with
@@ -1364,7 +1375,7 @@ class RedshiftClient(BaseClient):
1364
1375
  """
1365
1376
 
1366
1377
  def describe_reserved_nodes(
1367
- self, **kwargs: Unpack[DescribeReservedNodesMessageRequestTypeDef]
1378
+ self, **kwargs: Unpack[DescribeReservedNodesMessageTypeDef]
1368
1379
  ) -> ReservedNodesMessageTypeDef:
1369
1380
  """
1370
1381
  Returns the descriptions of the reserved nodes.
@@ -1374,7 +1385,7 @@ class RedshiftClient(BaseClient):
1374
1385
  """
1375
1386
 
1376
1387
  def describe_resize(
1377
- self, **kwargs: Unpack[DescribeResizeMessageRequestTypeDef]
1388
+ self, **kwargs: Unpack[DescribeResizeMessageTypeDef]
1378
1389
  ) -> ResizeProgressMessageTypeDef:
1379
1390
  """
1380
1391
  Returns information about the last resize operation for the specified cluster.
@@ -1384,7 +1395,7 @@ class RedshiftClient(BaseClient):
1384
1395
  """
1385
1396
 
1386
1397
  def describe_scheduled_actions(
1387
- self, **kwargs: Unpack[DescribeScheduledActionsMessageRequestTypeDef]
1398
+ self, **kwargs: Unpack[DescribeScheduledActionsMessageTypeDef]
1388
1399
  ) -> ScheduledActionsMessageTypeDef:
1389
1400
  """
1390
1401
  Describes properties of scheduled actions.
@@ -1394,7 +1405,7 @@ class RedshiftClient(BaseClient):
1394
1405
  """
1395
1406
 
1396
1407
  def describe_snapshot_copy_grants(
1397
- self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageRequestTypeDef]
1408
+ self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageTypeDef]
1398
1409
  ) -> SnapshotCopyGrantMessageTypeDef:
1399
1410
  """
1400
1411
  Returns a list of snapshot copy grants owned by the Amazon Web Services account
@@ -1405,7 +1416,7 @@ class RedshiftClient(BaseClient):
1405
1416
  """
1406
1417
 
1407
1418
  def describe_snapshot_schedules(
1408
- self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageRequestTypeDef]
1419
+ self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageTypeDef]
1409
1420
  ) -> DescribeSnapshotSchedulesOutputMessageTypeDef:
1410
1421
  """
1411
1422
  Returns a list of snapshot schedules.
@@ -1423,7 +1434,7 @@ class RedshiftClient(BaseClient):
1423
1434
  """
1424
1435
 
1425
1436
  def describe_table_restore_status(
1426
- self, **kwargs: Unpack[DescribeTableRestoreStatusMessageRequestTypeDef]
1437
+ self, **kwargs: Unpack[DescribeTableRestoreStatusMessageTypeDef]
1427
1438
  ) -> TableRestoreStatusMessageTypeDef:
1428
1439
  """
1429
1440
  Lists the status of one or more table restore requests made using the
@@ -1434,7 +1445,7 @@ class RedshiftClient(BaseClient):
1434
1445
  """
1435
1446
 
1436
1447
  def describe_tags(
1437
- self, **kwargs: Unpack[DescribeTagsMessageRequestTypeDef]
1448
+ self, **kwargs: Unpack[DescribeTagsMessageTypeDef]
1438
1449
  ) -> TaggedResourceListMessageTypeDef:
1439
1450
  """
1440
1451
  Returns a list of tags.
@@ -1444,7 +1455,7 @@ class RedshiftClient(BaseClient):
1444
1455
  """
1445
1456
 
1446
1457
  def describe_usage_limits(
1447
- self, **kwargs: Unpack[DescribeUsageLimitsMessageRequestTypeDef]
1458
+ self, **kwargs: Unpack[DescribeUsageLimitsMessageTypeDef]
1448
1459
  ) -> UsageLimitListTypeDef:
1449
1460
  """
1450
1461
  Shows usage limits on a cluster.
@@ -1454,7 +1465,7 @@ class RedshiftClient(BaseClient):
1454
1465
  """
1455
1466
 
1456
1467
  def disable_logging(
1457
- self, **kwargs: Unpack[DisableLoggingMessageRequestTypeDef]
1468
+ self, **kwargs: Unpack[DisableLoggingMessageTypeDef]
1458
1469
  ) -> LoggingStatusTypeDef:
1459
1470
  """
1460
1471
  Stops logging information, such as queries and connection attempts, for the
@@ -1465,7 +1476,7 @@ class RedshiftClient(BaseClient):
1465
1476
  """
1466
1477
 
1467
1478
  def disable_snapshot_copy(
1468
- self, **kwargs: Unpack[DisableSnapshotCopyMessageRequestTypeDef]
1479
+ self, **kwargs: Unpack[DisableSnapshotCopyMessageTypeDef]
1469
1480
  ) -> DisableSnapshotCopyResultTypeDef:
1470
1481
  """
1471
1482
  Disables the automatic copying of snapshots from one region to another region
@@ -1476,7 +1487,7 @@ class RedshiftClient(BaseClient):
1476
1487
  """
1477
1488
 
1478
1489
  def disassociate_data_share_consumer(
1479
- self, **kwargs: Unpack[DisassociateDataShareConsumerMessageRequestTypeDef]
1490
+ self, **kwargs: Unpack[DisassociateDataShareConsumerMessageTypeDef]
1480
1491
  ) -> DataShareResponseTypeDef:
1481
1492
  """
1482
1493
  From a datashare consumer account, remove association for the specified
@@ -1486,9 +1497,7 @@ class RedshiftClient(BaseClient):
1486
1497
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disassociate_data_share_consumer)
1487
1498
  """
1488
1499
 
1489
- def enable_logging(
1490
- self, **kwargs: Unpack[EnableLoggingMessageRequestTypeDef]
1491
- ) -> LoggingStatusTypeDef:
1500
+ def enable_logging(self, **kwargs: Unpack[EnableLoggingMessageTypeDef]) -> LoggingStatusTypeDef:
1492
1501
  """
1493
1502
  Starts logging information, such as queries and connection attempts, for the
1494
1503
  specified Amazon Redshift cluster.
@@ -1498,7 +1507,7 @@ class RedshiftClient(BaseClient):
1498
1507
  """
1499
1508
 
1500
1509
  def enable_snapshot_copy(
1501
- self, **kwargs: Unpack[EnableSnapshotCopyMessageRequestTypeDef]
1510
+ self, **kwargs: Unpack[EnableSnapshotCopyMessageTypeDef]
1502
1511
  ) -> EnableSnapshotCopyResultTypeDef:
1503
1512
  """
1504
1513
  Enables the automatic copy of snapshots from one region to another region for a
@@ -1509,7 +1518,7 @@ class RedshiftClient(BaseClient):
1509
1518
  """
1510
1519
 
1511
1520
  def failover_primary_compute(
1512
- self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageRequestTypeDef]
1521
+ self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageTypeDef]
1513
1522
  ) -> FailoverPrimaryComputeResultTypeDef:
1514
1523
  """
1515
1524
  Fails over the primary compute unit of the specified Multi-AZ cluster to
@@ -1520,7 +1529,7 @@ class RedshiftClient(BaseClient):
1520
1529
  """
1521
1530
 
1522
1531
  def get_cluster_credentials(
1523
- self, **kwargs: Unpack[GetClusterCredentialsMessageRequestTypeDef]
1532
+ self, **kwargs: Unpack[GetClusterCredentialsMessageTypeDef]
1524
1533
  ) -> ClusterCredentialsTypeDef:
1525
1534
  """
1526
1535
  Returns a database user name and temporary password with temporary
@@ -1531,7 +1540,7 @@ class RedshiftClient(BaseClient):
1531
1540
  """
1532
1541
 
1533
1542
  def get_cluster_credentials_with_iam(
1534
- self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageRequestTypeDef]
1543
+ self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageTypeDef]
1535
1544
  ) -> ClusterExtendedCredentialsTypeDef:
1536
1545
  """
1537
1546
  Returns a database user name and temporary password with temporary
@@ -1542,8 +1551,7 @@ class RedshiftClient(BaseClient):
1542
1551
  """
1543
1552
 
1544
1553
  def get_reserved_node_exchange_configuration_options(
1545
- self,
1546
- **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef],
1554
+ self, **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef]
1547
1555
  ) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
1548
1556
  """
1549
1557
  Gets the configuration options for the reserved-node exchange.
@@ -1553,7 +1561,7 @@ class RedshiftClient(BaseClient):
1553
1561
  """
1554
1562
 
1555
1563
  def get_reserved_node_exchange_offerings(
1556
- self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef]
1564
+ self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageTypeDef]
1557
1565
  ) -> GetReservedNodeExchangeOfferingsOutputMessageTypeDef:
1558
1566
  """
1559
1567
  Returns an array of DC2 ReservedNodeOfferings that matches the payment type,
@@ -1564,7 +1572,7 @@ class RedshiftClient(BaseClient):
1564
1572
  """
1565
1573
 
1566
1574
  def get_resource_policy(
1567
- self, **kwargs: Unpack[GetResourcePolicyMessageRequestTypeDef]
1575
+ self, **kwargs: Unpack[GetResourcePolicyMessageTypeDef]
1568
1576
  ) -> GetResourcePolicyResultTypeDef:
1569
1577
  """
1570
1578
  Get the resource policy for a specified resource.
@@ -1574,7 +1582,7 @@ class RedshiftClient(BaseClient):
1574
1582
  """
1575
1583
 
1576
1584
  def list_recommendations(
1577
- self, **kwargs: Unpack[ListRecommendationsMessageRequestTypeDef]
1585
+ self, **kwargs: Unpack[ListRecommendationsMessageTypeDef]
1578
1586
  ) -> ListRecommendationsResultTypeDef:
1579
1587
  """
1580
1588
  List the Amazon Redshift Advisor recommendations for one or multiple Amazon
@@ -1585,7 +1593,7 @@ class RedshiftClient(BaseClient):
1585
1593
  """
1586
1594
 
1587
1595
  def modify_aqua_configuration(
1588
- self, **kwargs: Unpack[ModifyAquaInputMessageRequestTypeDef]
1596
+ self, **kwargs: Unpack[ModifyAquaInputMessageTypeDef]
1589
1597
  ) -> ModifyAquaOutputMessageTypeDef:
1590
1598
  """
1591
1599
  This operation is retired.
@@ -1595,7 +1603,7 @@ class RedshiftClient(BaseClient):
1595
1603
  """
1596
1604
 
1597
1605
  def modify_authentication_profile(
1598
- self, **kwargs: Unpack[ModifyAuthenticationProfileMessageRequestTypeDef]
1606
+ self, **kwargs: Unpack[ModifyAuthenticationProfileMessageTypeDef]
1599
1607
  ) -> ModifyAuthenticationProfileResultTypeDef:
1600
1608
  """
1601
1609
  Modifies an authentication profile.
@@ -1605,7 +1613,7 @@ class RedshiftClient(BaseClient):
1605
1613
  """
1606
1614
 
1607
1615
  def modify_cluster(
1608
- self, **kwargs: Unpack[ModifyClusterMessageRequestTypeDef]
1616
+ self, **kwargs: Unpack[ModifyClusterMessageTypeDef]
1609
1617
  ) -> ModifyClusterResultTypeDef:
1610
1618
  """
1611
1619
  Modifies the settings for a cluster.
@@ -1615,7 +1623,7 @@ class RedshiftClient(BaseClient):
1615
1623
  """
1616
1624
 
1617
1625
  def modify_cluster_db_revision(
1618
- self, **kwargs: Unpack[ModifyClusterDbRevisionMessageRequestTypeDef]
1626
+ self, **kwargs: Unpack[ModifyClusterDbRevisionMessageTypeDef]
1619
1627
  ) -> ModifyClusterDbRevisionResultTypeDef:
1620
1628
  """
1621
1629
  Modifies the database revision of a cluster.
@@ -1625,7 +1633,7 @@ class RedshiftClient(BaseClient):
1625
1633
  """
1626
1634
 
1627
1635
  def modify_cluster_iam_roles(
1628
- self, **kwargs: Unpack[ModifyClusterIamRolesMessageRequestTypeDef]
1636
+ self, **kwargs: Unpack[ModifyClusterIamRolesMessageTypeDef]
1629
1637
  ) -> ModifyClusterIamRolesResultTypeDef:
1630
1638
  """
1631
1639
  Modifies the list of Identity and Access Management (IAM) roles that can be
@@ -1636,7 +1644,7 @@ class RedshiftClient(BaseClient):
1636
1644
  """
1637
1645
 
1638
1646
  def modify_cluster_maintenance(
1639
- self, **kwargs: Unpack[ModifyClusterMaintenanceMessageRequestTypeDef]
1647
+ self, **kwargs: Unpack[ModifyClusterMaintenanceMessageTypeDef]
1640
1648
  ) -> ModifyClusterMaintenanceResultTypeDef:
1641
1649
  """
1642
1650
  Modifies the maintenance settings of a cluster.
@@ -1646,7 +1654,7 @@ class RedshiftClient(BaseClient):
1646
1654
  """
1647
1655
 
1648
1656
  def modify_cluster_parameter_group(
1649
- self, **kwargs: Unpack[ModifyClusterParameterGroupMessageRequestTypeDef]
1657
+ self, **kwargs: Unpack[ModifyClusterParameterGroupMessageTypeDef]
1650
1658
  ) -> ClusterParameterGroupNameMessageTypeDef:
1651
1659
  """
1652
1660
  Modifies the parameters of a parameter group.
@@ -1656,7 +1664,7 @@ class RedshiftClient(BaseClient):
1656
1664
  """
1657
1665
 
1658
1666
  def modify_cluster_snapshot(
1659
- self, **kwargs: Unpack[ModifyClusterSnapshotMessageRequestTypeDef]
1667
+ self, **kwargs: Unpack[ModifyClusterSnapshotMessageTypeDef]
1660
1668
  ) -> ModifyClusterSnapshotResultTypeDef:
1661
1669
  """
1662
1670
  Modifies the settings for a snapshot.
@@ -1666,7 +1674,7 @@ class RedshiftClient(BaseClient):
1666
1674
  """
1667
1675
 
1668
1676
  def modify_cluster_snapshot_schedule(
1669
- self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageRequestTypeDef]
1677
+ self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageTypeDef]
1670
1678
  ) -> EmptyResponseMetadataTypeDef:
1671
1679
  """
1672
1680
  Modifies a snapshot schedule for a cluster.
@@ -1676,7 +1684,7 @@ class RedshiftClient(BaseClient):
1676
1684
  """
1677
1685
 
1678
1686
  def modify_cluster_subnet_group(
1679
- self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageRequestTypeDef]
1687
+ self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageTypeDef]
1680
1688
  ) -> ModifyClusterSubnetGroupResultTypeDef:
1681
1689
  """
1682
1690
  Modifies a cluster subnet group to include the specified list of VPC subnets.
@@ -1686,7 +1694,7 @@ class RedshiftClient(BaseClient):
1686
1694
  """
1687
1695
 
1688
1696
  def modify_custom_domain_association(
1689
- self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageRequestTypeDef]
1697
+ self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageTypeDef]
1690
1698
  ) -> ModifyCustomDomainAssociationResultTypeDef:
1691
1699
  """
1692
1700
  Contains information for changing a custom domain association.
@@ -1696,7 +1704,7 @@ class RedshiftClient(BaseClient):
1696
1704
  """
1697
1705
 
1698
1706
  def modify_endpoint_access(
1699
- self, **kwargs: Unpack[ModifyEndpointAccessMessageRequestTypeDef]
1707
+ self, **kwargs: Unpack[ModifyEndpointAccessMessageTypeDef]
1700
1708
  ) -> EndpointAccessResponseTypeDef:
1701
1709
  """
1702
1710
  Modifies a Redshift-managed VPC endpoint.
@@ -1706,7 +1714,7 @@ class RedshiftClient(BaseClient):
1706
1714
  """
1707
1715
 
1708
1716
  def modify_event_subscription(
1709
- self, **kwargs: Unpack[ModifyEventSubscriptionMessageRequestTypeDef]
1717
+ self, **kwargs: Unpack[ModifyEventSubscriptionMessageTypeDef]
1710
1718
  ) -> ModifyEventSubscriptionResultTypeDef:
1711
1719
  """
1712
1720
  Modifies an existing Amazon Redshift event notification subscription.
@@ -1716,7 +1724,7 @@ class RedshiftClient(BaseClient):
1716
1724
  """
1717
1725
 
1718
1726
  def modify_integration(
1719
- self, **kwargs: Unpack[ModifyIntegrationMessageRequestTypeDef]
1727
+ self, **kwargs: Unpack[ModifyIntegrationMessageTypeDef]
1720
1728
  ) -> IntegrationResponseTypeDef:
1721
1729
  """
1722
1730
  Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.
@@ -1726,7 +1734,7 @@ class RedshiftClient(BaseClient):
1726
1734
  """
1727
1735
 
1728
1736
  def modify_redshift_idc_application(
1729
- self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageRequestTypeDef]
1737
+ self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageTypeDef]
1730
1738
  ) -> ModifyRedshiftIdcApplicationResultTypeDef:
1731
1739
  """
1732
1740
  Changes an existing Amazon Redshift IAM Identity Center application.
@@ -1736,7 +1744,7 @@ class RedshiftClient(BaseClient):
1736
1744
  """
1737
1745
 
1738
1746
  def modify_scheduled_action(
1739
- self, **kwargs: Unpack[ModifyScheduledActionMessageRequestTypeDef]
1747
+ self, **kwargs: Unpack[ModifyScheduledActionMessageTypeDef]
1740
1748
  ) -> ScheduledActionResponseTypeDef:
1741
1749
  """
1742
1750
  Modifies a scheduled action.
@@ -1746,7 +1754,7 @@ class RedshiftClient(BaseClient):
1746
1754
  """
1747
1755
 
1748
1756
  def modify_snapshot_copy_retention_period(
1749
- self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef]
1757
+ self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageTypeDef]
1750
1758
  ) -> ModifySnapshotCopyRetentionPeriodResultTypeDef:
1751
1759
  """
1752
1760
  Modifies the number of days to retain snapshots in the destination Amazon Web
@@ -1758,7 +1766,7 @@ class RedshiftClient(BaseClient):
1758
1766
  """
1759
1767
 
1760
1768
  def modify_snapshot_schedule(
1761
- self, **kwargs: Unpack[ModifySnapshotScheduleMessageRequestTypeDef]
1769
+ self, **kwargs: Unpack[ModifySnapshotScheduleMessageTypeDef]
1762
1770
  ) -> SnapshotScheduleResponseTypeDef:
1763
1771
  """
1764
1772
  Modifies a snapshot schedule.
@@ -1768,7 +1776,7 @@ class RedshiftClient(BaseClient):
1768
1776
  """
1769
1777
 
1770
1778
  def modify_usage_limit(
1771
- self, **kwargs: Unpack[ModifyUsageLimitMessageRequestTypeDef]
1779
+ self, **kwargs: Unpack[ModifyUsageLimitMessageTypeDef]
1772
1780
  ) -> UsageLimitResponseTypeDef:
1773
1781
  """
1774
1782
  Modifies a usage limit in a cluster.
@@ -1788,7 +1796,7 @@ class RedshiftClient(BaseClient):
1788
1796
  """
1789
1797
 
1790
1798
  def purchase_reserved_node_offering(
1791
- self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageRequestTypeDef]
1799
+ self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageTypeDef]
1792
1800
  ) -> PurchaseReservedNodeOfferingResultTypeDef:
1793
1801
  """
1794
1802
  Allows you to purchase reserved nodes.
@@ -1798,7 +1806,7 @@ class RedshiftClient(BaseClient):
1798
1806
  """
1799
1807
 
1800
1808
  def put_resource_policy(
1801
- self, **kwargs: Unpack[PutResourcePolicyMessageRequestTypeDef]
1809
+ self, **kwargs: Unpack[PutResourcePolicyMessageTypeDef]
1802
1810
  ) -> PutResourcePolicyResultTypeDef:
1803
1811
  """
1804
1812
  Updates the resource policy for a specified resource.
@@ -1808,7 +1816,7 @@ class RedshiftClient(BaseClient):
1808
1816
  """
1809
1817
 
1810
1818
  def reboot_cluster(
1811
- self, **kwargs: Unpack[RebootClusterMessageRequestTypeDef]
1819
+ self, **kwargs: Unpack[RebootClusterMessageTypeDef]
1812
1820
  ) -> RebootClusterResultTypeDef:
1813
1821
  """
1814
1822
  Reboots a cluster.
@@ -1817,8 +1825,19 @@ class RedshiftClient(BaseClient):
1817
1825
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#reboot_cluster)
1818
1826
  """
1819
1827
 
1828
+ def register_namespace(
1829
+ self, **kwargs: Unpack[RegisterNamespaceInputMessageTypeDef]
1830
+ ) -> RegisterNamespaceOutputMessageTypeDef:
1831
+ """
1832
+ Registers a cluster or serverless namespace to the Amazon Web Services Glue
1833
+ Data Catalog.
1834
+
1835
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/register_namespace.html)
1836
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#register_namespace)
1837
+ """
1838
+
1820
1839
  def reject_data_share(
1821
- self, **kwargs: Unpack[RejectDataShareMessageRequestTypeDef]
1840
+ self, **kwargs: Unpack[RejectDataShareMessageTypeDef]
1822
1841
  ) -> DataShareResponseTypeDef:
1823
1842
  """
1824
1843
  From a datashare consumer account, rejects the specified datashare.
@@ -1828,7 +1847,7 @@ class RedshiftClient(BaseClient):
1828
1847
  """
1829
1848
 
1830
1849
  def reset_cluster_parameter_group(
1831
- self, **kwargs: Unpack[ResetClusterParameterGroupMessageRequestTypeDef]
1850
+ self, **kwargs: Unpack[ResetClusterParameterGroupMessageTypeDef]
1832
1851
  ) -> ClusterParameterGroupNameMessageTypeDef:
1833
1852
  """
1834
1853
  Sets one or more parameters of the specified parameter group to their default
@@ -1849,7 +1868,7 @@ class RedshiftClient(BaseClient):
1849
1868
  """
1850
1869
 
1851
1870
  def restore_from_cluster_snapshot(
1852
- self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageRequestTypeDef]
1871
+ self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageTypeDef]
1853
1872
  ) -> RestoreFromClusterSnapshotResultTypeDef:
1854
1873
  """
1855
1874
  Creates a new cluster from a snapshot.
@@ -1859,7 +1878,7 @@ class RedshiftClient(BaseClient):
1859
1878
  """
1860
1879
 
1861
1880
  def restore_table_from_cluster_snapshot(
1862
- self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageRequestTypeDef]
1881
+ self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageTypeDef]
1863
1882
  ) -> RestoreTableFromClusterSnapshotResultTypeDef:
1864
1883
  """
1865
1884
  Creates a new table from a table in an Amazon Redshift cluster snapshot.
@@ -1879,7 +1898,7 @@ class RedshiftClient(BaseClient):
1879
1898
  """
1880
1899
 
1881
1900
  def revoke_cluster_security_group_ingress(
1882
- self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageRequestTypeDef]
1901
+ self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageTypeDef]
1883
1902
  ) -> RevokeClusterSecurityGroupIngressResultTypeDef:
1884
1903
  """
1885
1904
  Revokes an ingress rule in an Amazon Redshift security group for a previously
@@ -1890,7 +1909,7 @@ class RedshiftClient(BaseClient):
1890
1909
  """
1891
1910
 
1892
1911
  def revoke_endpoint_access(
1893
- self, **kwargs: Unpack[RevokeEndpointAccessMessageRequestTypeDef]
1912
+ self, **kwargs: Unpack[RevokeEndpointAccessMessageTypeDef]
1894
1913
  ) -> EndpointAuthorizationResponseTypeDef:
1895
1914
  """
1896
1915
  Revokes access to a cluster.
@@ -1900,7 +1919,7 @@ class RedshiftClient(BaseClient):
1900
1919
  """
1901
1920
 
1902
1921
  def revoke_snapshot_access(
1903
- self, **kwargs: Unpack[RevokeSnapshotAccessMessageRequestTypeDef]
1922
+ self, **kwargs: Unpack[RevokeSnapshotAccessMessageTypeDef]
1904
1923
  ) -> RevokeSnapshotAccessResultTypeDef:
1905
1924
  """
1906
1925
  Removes the ability of the specified Amazon Web Services account to restore the
@@ -1911,7 +1930,7 @@ class RedshiftClient(BaseClient):
1911
1930
  """
1912
1931
 
1913
1932
  def rotate_encryption_key(
1914
- self, **kwargs: Unpack[RotateEncryptionKeyMessageRequestTypeDef]
1933
+ self, **kwargs: Unpack[RotateEncryptionKeyMessageTypeDef]
1915
1934
  ) -> RotateEncryptionKeyResultTypeDef:
1916
1935
  """
1917
1936
  Rotates the encryption keys for a cluster.
@@ -1921,7 +1940,7 @@ class RedshiftClient(BaseClient):
1921
1940
  """
1922
1941
 
1923
1942
  def update_partner_status(
1924
- self, **kwargs: Unpack[UpdatePartnerStatusInputMessageRequestTypeDef]
1943
+ self, **kwargs: Unpack[UpdatePartnerStatusInputMessageTypeDef]
1925
1944
  ) -> PartnerIntegrationOutputMessageTypeDef:
1926
1945
  """
1927
1946
  Updates the status of a partner integration.
@@ -1930,8 +1949,8 @@ class RedshiftClient(BaseClient):
1930
1949
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#update_partner_status)
1931
1950
  """
1932
1951
 
1933
- @overload
1934
- def get_paginator(
1952
+ @overload # type: ignore[override]
1953
+ def get_paginator( # type: ignore[override]
1935
1954
  self, operation_name: Literal["describe_cluster_db_revisions"]
1936
1955
  ) -> DescribeClusterDbRevisionsPaginator:
1937
1956
  """
@@ -1941,8 +1960,8 @@ class RedshiftClient(BaseClient):
1941
1960
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1942
1961
  """
1943
1962
 
1944
- @overload
1945
- def get_paginator(
1963
+ @overload # type: ignore[override]
1964
+ def get_paginator( # type: ignore[override]
1946
1965
  self, operation_name: Literal["describe_cluster_parameter_groups"]
1947
1966
  ) -> DescribeClusterParameterGroupsPaginator:
1948
1967
  """
@@ -1952,8 +1971,8 @@ class RedshiftClient(BaseClient):
1952
1971
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1953
1972
  """
1954
1973
 
1955
- @overload
1956
- def get_paginator(
1974
+ @overload # type: ignore[override]
1975
+ def get_paginator( # type: ignore[override]
1957
1976
  self, operation_name: Literal["describe_cluster_parameters"]
1958
1977
  ) -> DescribeClusterParametersPaginator:
1959
1978
  """
@@ -1963,8 +1982,8 @@ class RedshiftClient(BaseClient):
1963
1982
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1964
1983
  """
1965
1984
 
1966
- @overload
1967
- def get_paginator(
1985
+ @overload # type: ignore[override]
1986
+ def get_paginator( # type: ignore[override]
1968
1987
  self, operation_name: Literal["describe_cluster_security_groups"]
1969
1988
  ) -> DescribeClusterSecurityGroupsPaginator:
1970
1989
  """
@@ -1974,8 +1993,8 @@ class RedshiftClient(BaseClient):
1974
1993
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1975
1994
  """
1976
1995
 
1977
- @overload
1978
- def get_paginator(
1996
+ @overload # type: ignore[override]
1997
+ def get_paginator( # type: ignore[override]
1979
1998
  self, operation_name: Literal["describe_cluster_snapshots"]
1980
1999
  ) -> DescribeClusterSnapshotsPaginator:
1981
2000
  """
@@ -1985,8 +2004,8 @@ class RedshiftClient(BaseClient):
1985
2004
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1986
2005
  """
1987
2006
 
1988
- @overload
1989
- def get_paginator(
2007
+ @overload # type: ignore[override]
2008
+ def get_paginator( # type: ignore[override]
1990
2009
  self, operation_name: Literal["describe_cluster_subnet_groups"]
1991
2010
  ) -> DescribeClusterSubnetGroupsPaginator:
1992
2011
  """
@@ -1996,8 +2015,8 @@ class RedshiftClient(BaseClient):
1996
2015
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1997
2016
  """
1998
2017
 
1999
- @overload
2000
- def get_paginator(
2018
+ @overload # type: ignore[override]
2019
+ def get_paginator( # type: ignore[override]
2001
2020
  self, operation_name: Literal["describe_cluster_tracks"]
2002
2021
  ) -> DescribeClusterTracksPaginator:
2003
2022
  """
@@ -2007,8 +2026,8 @@ class RedshiftClient(BaseClient):
2007
2026
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2008
2027
  """
2009
2028
 
2010
- @overload
2011
- def get_paginator(
2029
+ @overload # type: ignore[override]
2030
+ def get_paginator( # type: ignore[override]
2012
2031
  self, operation_name: Literal["describe_cluster_versions"]
2013
2032
  ) -> DescribeClusterVersionsPaginator:
2014
2033
  """
@@ -2018,8 +2037,8 @@ class RedshiftClient(BaseClient):
2018
2037
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2019
2038
  """
2020
2039
 
2021
- @overload
2022
- def get_paginator(
2040
+ @overload # type: ignore[override]
2041
+ def get_paginator( # type: ignore[override]
2023
2042
  self, operation_name: Literal["describe_clusters"]
2024
2043
  ) -> DescribeClustersPaginator:
2025
2044
  """
@@ -2029,8 +2048,8 @@ class RedshiftClient(BaseClient):
2029
2048
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2030
2049
  """
2031
2050
 
2032
- @overload
2033
- def get_paginator(
2051
+ @overload # type: ignore[override]
2052
+ def get_paginator( # type: ignore[override]
2034
2053
  self, operation_name: Literal["describe_custom_domain_associations"]
2035
2054
  ) -> DescribeCustomDomainAssociationsPaginator:
2036
2055
  """
@@ -2040,8 +2059,8 @@ class RedshiftClient(BaseClient):
2040
2059
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2041
2060
  """
2042
2061
 
2043
- @overload
2044
- def get_paginator(
2062
+ @overload # type: ignore[override]
2063
+ def get_paginator( # type: ignore[override]
2045
2064
  self, operation_name: Literal["describe_data_shares_for_consumer"]
2046
2065
  ) -> DescribeDataSharesForConsumerPaginator:
2047
2066
  """
@@ -2051,8 +2070,8 @@ class RedshiftClient(BaseClient):
2051
2070
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2052
2071
  """
2053
2072
 
2054
- @overload
2055
- def get_paginator(
2073
+ @overload # type: ignore[override]
2074
+ def get_paginator( # type: ignore[override]
2056
2075
  self, operation_name: Literal["describe_data_shares_for_producer"]
2057
2076
  ) -> DescribeDataSharesForProducerPaginator:
2058
2077
  """
@@ -2062,8 +2081,8 @@ class RedshiftClient(BaseClient):
2062
2081
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2063
2082
  """
2064
2083
 
2065
- @overload
2066
- def get_paginator(
2084
+ @overload # type: ignore[override]
2085
+ def get_paginator( # type: ignore[override]
2067
2086
  self, operation_name: Literal["describe_data_shares"]
2068
2087
  ) -> DescribeDataSharesPaginator:
2069
2088
  """
@@ -2073,8 +2092,8 @@ class RedshiftClient(BaseClient):
2073
2092
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2074
2093
  """
2075
2094
 
2076
- @overload
2077
- def get_paginator(
2095
+ @overload # type: ignore[override]
2096
+ def get_paginator( # type: ignore[override]
2078
2097
  self, operation_name: Literal["describe_default_cluster_parameters"]
2079
2098
  ) -> DescribeDefaultClusterParametersPaginator:
2080
2099
  """
@@ -2084,8 +2103,8 @@ class RedshiftClient(BaseClient):
2084
2103
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2085
2104
  """
2086
2105
 
2087
- @overload
2088
- def get_paginator(
2106
+ @overload # type: ignore[override]
2107
+ def get_paginator( # type: ignore[override]
2089
2108
  self, operation_name: Literal["describe_endpoint_access"]
2090
2109
  ) -> DescribeEndpointAccessPaginator:
2091
2110
  """
@@ -2095,8 +2114,8 @@ class RedshiftClient(BaseClient):
2095
2114
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2096
2115
  """
2097
2116
 
2098
- @overload
2099
- def get_paginator(
2117
+ @overload # type: ignore[override]
2118
+ def get_paginator( # type: ignore[override]
2100
2119
  self, operation_name: Literal["describe_endpoint_authorization"]
2101
2120
  ) -> DescribeEndpointAuthorizationPaginator:
2102
2121
  """
@@ -2106,8 +2125,8 @@ class RedshiftClient(BaseClient):
2106
2125
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2107
2126
  """
2108
2127
 
2109
- @overload
2110
- def get_paginator(
2128
+ @overload # type: ignore[override]
2129
+ def get_paginator( # type: ignore[override]
2111
2130
  self, operation_name: Literal["describe_event_subscriptions"]
2112
2131
  ) -> DescribeEventSubscriptionsPaginator:
2113
2132
  """
@@ -2117,8 +2136,10 @@ class RedshiftClient(BaseClient):
2117
2136
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2118
2137
  """
2119
2138
 
2120
- @overload
2121
- def get_paginator(self, operation_name: Literal["describe_events"]) -> DescribeEventsPaginator:
2139
+ @overload # type: ignore[override]
2140
+ def get_paginator( # type: ignore[override]
2141
+ self, operation_name: Literal["describe_events"]
2142
+ ) -> DescribeEventsPaginator:
2122
2143
  """
2123
2144
  Create a paginator for an operation.
2124
2145
 
@@ -2126,8 +2147,8 @@ class RedshiftClient(BaseClient):
2126
2147
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2127
2148
  """
2128
2149
 
2129
- @overload
2130
- def get_paginator(
2150
+ @overload # type: ignore[override]
2151
+ def get_paginator( # type: ignore[override]
2131
2152
  self, operation_name: Literal["describe_hsm_client_certificates"]
2132
2153
  ) -> DescribeHsmClientCertificatesPaginator:
2133
2154
  """
@@ -2137,8 +2158,8 @@ class RedshiftClient(BaseClient):
2137
2158
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2138
2159
  """
2139
2160
 
2140
- @overload
2141
- def get_paginator(
2161
+ @overload # type: ignore[override]
2162
+ def get_paginator( # type: ignore[override]
2142
2163
  self, operation_name: Literal["describe_hsm_configurations"]
2143
2164
  ) -> DescribeHsmConfigurationsPaginator:
2144
2165
  """
@@ -2148,8 +2169,8 @@ class RedshiftClient(BaseClient):
2148
2169
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2149
2170
  """
2150
2171
 
2151
- @overload
2152
- def get_paginator(
2172
+ @overload # type: ignore[override]
2173
+ def get_paginator( # type: ignore[override]
2153
2174
  self, operation_name: Literal["describe_inbound_integrations"]
2154
2175
  ) -> DescribeInboundIntegrationsPaginator:
2155
2176
  """
@@ -2159,8 +2180,8 @@ class RedshiftClient(BaseClient):
2159
2180
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2160
2181
  """
2161
2182
 
2162
- @overload
2163
- def get_paginator(
2183
+ @overload # type: ignore[override]
2184
+ def get_paginator( # type: ignore[override]
2164
2185
  self, operation_name: Literal["describe_integrations"]
2165
2186
  ) -> DescribeIntegrationsPaginator:
2166
2187
  """
@@ -2170,8 +2191,8 @@ class RedshiftClient(BaseClient):
2170
2191
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2171
2192
  """
2172
2193
 
2173
- @overload
2174
- def get_paginator(
2194
+ @overload # type: ignore[override]
2195
+ def get_paginator( # type: ignore[override]
2175
2196
  self, operation_name: Literal["describe_node_configuration_options"]
2176
2197
  ) -> DescribeNodeConfigurationOptionsPaginator:
2177
2198
  """
@@ -2181,8 +2202,8 @@ class RedshiftClient(BaseClient):
2181
2202
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2182
2203
  """
2183
2204
 
2184
- @overload
2185
- def get_paginator(
2205
+ @overload # type: ignore[override]
2206
+ def get_paginator( # type: ignore[override]
2186
2207
  self, operation_name: Literal["describe_orderable_cluster_options"]
2187
2208
  ) -> DescribeOrderableClusterOptionsPaginator:
2188
2209
  """
@@ -2192,8 +2213,8 @@ class RedshiftClient(BaseClient):
2192
2213
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2193
2214
  """
2194
2215
 
2195
- @overload
2196
- def get_paginator(
2216
+ @overload # type: ignore[override]
2217
+ def get_paginator( # type: ignore[override]
2197
2218
  self, operation_name: Literal["describe_redshift_idc_applications"]
2198
2219
  ) -> DescribeRedshiftIdcApplicationsPaginator:
2199
2220
  """
@@ -2203,8 +2224,8 @@ class RedshiftClient(BaseClient):
2203
2224
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2204
2225
  """
2205
2226
 
2206
- @overload
2207
- def get_paginator(
2227
+ @overload # type: ignore[override]
2228
+ def get_paginator( # type: ignore[override]
2208
2229
  self, operation_name: Literal["describe_reserved_node_exchange_status"]
2209
2230
  ) -> DescribeReservedNodeExchangeStatusPaginator:
2210
2231
  """
@@ -2214,8 +2235,8 @@ class RedshiftClient(BaseClient):
2214
2235
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2215
2236
  """
2216
2237
 
2217
- @overload
2218
- def get_paginator(
2238
+ @overload # type: ignore[override]
2239
+ def get_paginator( # type: ignore[override]
2219
2240
  self, operation_name: Literal["describe_reserved_node_offerings"]
2220
2241
  ) -> DescribeReservedNodeOfferingsPaginator:
2221
2242
  """
@@ -2225,8 +2246,8 @@ class RedshiftClient(BaseClient):
2225
2246
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2226
2247
  """
2227
2248
 
2228
- @overload
2229
- def get_paginator(
2249
+ @overload # type: ignore[override]
2250
+ def get_paginator( # type: ignore[override]
2230
2251
  self, operation_name: Literal["describe_reserved_nodes"]
2231
2252
  ) -> DescribeReservedNodesPaginator:
2232
2253
  """
@@ -2236,8 +2257,8 @@ class RedshiftClient(BaseClient):
2236
2257
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2237
2258
  """
2238
2259
 
2239
- @overload
2240
- def get_paginator(
2260
+ @overload # type: ignore[override]
2261
+ def get_paginator( # type: ignore[override]
2241
2262
  self, operation_name: Literal["describe_scheduled_actions"]
2242
2263
  ) -> DescribeScheduledActionsPaginator:
2243
2264
  """
@@ -2247,8 +2268,8 @@ class RedshiftClient(BaseClient):
2247
2268
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2248
2269
  """
2249
2270
 
2250
- @overload
2251
- def get_paginator(
2271
+ @overload # type: ignore[override]
2272
+ def get_paginator( # type: ignore[override]
2252
2273
  self, operation_name: Literal["describe_snapshot_copy_grants"]
2253
2274
  ) -> DescribeSnapshotCopyGrantsPaginator:
2254
2275
  """
@@ -2258,8 +2279,8 @@ class RedshiftClient(BaseClient):
2258
2279
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2259
2280
  """
2260
2281
 
2261
- @overload
2262
- def get_paginator(
2282
+ @overload # type: ignore[override]
2283
+ def get_paginator( # type: ignore[override]
2263
2284
  self, operation_name: Literal["describe_snapshot_schedules"]
2264
2285
  ) -> DescribeSnapshotSchedulesPaginator:
2265
2286
  """
@@ -2269,8 +2290,8 @@ class RedshiftClient(BaseClient):
2269
2290
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2270
2291
  """
2271
2292
 
2272
- @overload
2273
- def get_paginator(
2293
+ @overload # type: ignore[override]
2294
+ def get_paginator( # type: ignore[override]
2274
2295
  self, operation_name: Literal["describe_table_restore_status"]
2275
2296
  ) -> DescribeTableRestoreStatusPaginator:
2276
2297
  """
@@ -2280,8 +2301,10 @@ class RedshiftClient(BaseClient):
2280
2301
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2281
2302
  """
2282
2303
 
2283
- @overload
2284
- def get_paginator(self, operation_name: Literal["describe_tags"]) -> DescribeTagsPaginator:
2304
+ @overload # type: ignore[override]
2305
+ def get_paginator( # type: ignore[override]
2306
+ self, operation_name: Literal["describe_tags"]
2307
+ ) -> DescribeTagsPaginator:
2285
2308
  """
2286
2309
  Create a paginator for an operation.
2287
2310
 
@@ -2289,8 +2312,8 @@ class RedshiftClient(BaseClient):
2289
2312
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2290
2313
  """
2291
2314
 
2292
- @overload
2293
- def get_paginator(
2315
+ @overload # type: ignore[override]
2316
+ def get_paginator( # type: ignore[override]
2294
2317
  self, operation_name: Literal["describe_usage_limits"]
2295
2318
  ) -> DescribeUsageLimitsPaginator:
2296
2319
  """
@@ -2300,8 +2323,8 @@ class RedshiftClient(BaseClient):
2300
2323
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2301
2324
  """
2302
2325
 
2303
- @overload
2304
- def get_paginator(
2326
+ @overload # type: ignore[override]
2327
+ def get_paginator( # type: ignore[override]
2305
2328
  self, operation_name: Literal["get_reserved_node_exchange_configuration_options"]
2306
2329
  ) -> GetReservedNodeExchangeConfigurationOptionsPaginator:
2307
2330
  """
@@ -2311,8 +2334,8 @@ class RedshiftClient(BaseClient):
2311
2334
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2312
2335
  """
2313
2336
 
2314
- @overload
2315
- def get_paginator(
2337
+ @overload # type: ignore[override]
2338
+ def get_paginator( # type: ignore[override]
2316
2339
  self, operation_name: Literal["get_reserved_node_exchange_offerings"]
2317
2340
  ) -> GetReservedNodeExchangeOfferingsPaginator:
2318
2341
  """
@@ -2322,8 +2345,8 @@ class RedshiftClient(BaseClient):
2322
2345
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2323
2346
  """
2324
2347
 
2325
- @overload
2326
- def get_paginator(
2348
+ @overload # type: ignore[override]
2349
+ def get_paginator( # type: ignore[override]
2327
2350
  self, operation_name: Literal["list_recommendations"]
2328
2351
  ) -> ListRecommendationsPaginator:
2329
2352
  """
@@ -2333,8 +2356,10 @@ class RedshiftClient(BaseClient):
2333
2356
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2334
2357
  """
2335
2358
 
2336
- @overload
2337
- def get_waiter(self, waiter_name: Literal["cluster_available"]) -> ClusterAvailableWaiter:
2359
+ @overload # type: ignore[override]
2360
+ def get_waiter( # type: ignore[override]
2361
+ self, waiter_name: Literal["cluster_available"]
2362
+ ) -> ClusterAvailableWaiter:
2338
2363
  """
2339
2364
  Returns an object that can wait for some condition.
2340
2365
 
@@ -2342,8 +2367,10 @@ class RedshiftClient(BaseClient):
2342
2367
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2343
2368
  """
2344
2369
 
2345
- @overload
2346
- def get_waiter(self, waiter_name: Literal["cluster_deleted"]) -> ClusterDeletedWaiter:
2370
+ @overload # type: ignore[override]
2371
+ def get_waiter( # type: ignore[override]
2372
+ self, waiter_name: Literal["cluster_deleted"]
2373
+ ) -> ClusterDeletedWaiter:
2347
2374
  """
2348
2375
  Returns an object that can wait for some condition.
2349
2376
 
@@ -2351,8 +2378,10 @@ class RedshiftClient(BaseClient):
2351
2378
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2352
2379
  """
2353
2380
 
2354
- @overload
2355
- def get_waiter(self, waiter_name: Literal["cluster_restored"]) -> ClusterRestoredWaiter:
2381
+ @overload # type: ignore[override]
2382
+ def get_waiter( # type: ignore[override]
2383
+ self, waiter_name: Literal["cluster_restored"]
2384
+ ) -> ClusterRestoredWaiter:
2356
2385
  """
2357
2386
  Returns an object that can wait for some condition.
2358
2387
 
@@ -2360,8 +2389,10 @@ class RedshiftClient(BaseClient):
2360
2389
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2361
2390
  """
2362
2391
 
2363
- @overload
2364
- def get_waiter(self, waiter_name: Literal["snapshot_available"]) -> SnapshotAvailableWaiter:
2392
+ @overload # type: ignore[override]
2393
+ def get_waiter( # type: ignore[override]
2394
+ self, waiter_name: Literal["snapshot_available"]
2395
+ ) -> SnapshotAvailableWaiter:
2365
2396
  """
2366
2397
  Returns an object that can wait for some condition.
2367
2398