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:
@@ -315,14 +329,7 @@ else:
315
329
 
316
330
  __all__ = ("RedshiftClient",)
317
331
 
318
- class BotocoreClientError(Exception):
319
- MSG_TEMPLATE: str
320
-
321
- def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
322
- self.response: Dict[str, Any]
323
- self.operation_name: str
324
-
325
- class Exceptions:
332
+ class Exceptions(BaseClientExceptions):
326
333
  AccessToClusterDeniedFault: Type[BotocoreClientError]
327
334
  AccessToSnapshotDeniedFault: Type[BotocoreClientError]
328
335
  AuthenticationProfileAlreadyExistsFault: Type[BotocoreClientError]
@@ -502,14 +509,8 @@ class RedshiftClient(BaseClient):
502
509
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#generate_presigned_url)
503
510
  """
504
511
 
505
- def close(self) -> None:
506
- """
507
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/close.html)
508
- [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#close)
509
- """
510
-
511
512
  def accept_reserved_node_exchange(
512
- self, **kwargs: Unpack[AcceptReservedNodeExchangeInputMessageRequestTypeDef]
513
+ self, **kwargs: Unpack[AcceptReservedNodeExchangeInputMessageTypeDef]
513
514
  ) -> AcceptReservedNodeExchangeOutputMessageTypeDef:
514
515
  """
515
516
  Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
@@ -520,7 +521,7 @@ class RedshiftClient(BaseClient):
520
521
  """
521
522
 
522
523
  def add_partner(
523
- self, **kwargs: Unpack[PartnerIntegrationInputMessageRequestTypeDef]
524
+ self, **kwargs: Unpack[PartnerIntegrationInputMessageTypeDef]
524
525
  ) -> PartnerIntegrationOutputMessageTypeDef:
525
526
  """
526
527
  Adds a partner integration to a cluster.
@@ -530,7 +531,7 @@ class RedshiftClient(BaseClient):
530
531
  """
531
532
 
532
533
  def associate_data_share_consumer(
533
- self, **kwargs: Unpack[AssociateDataShareConsumerMessageRequestTypeDef]
534
+ self, **kwargs: Unpack[AssociateDataShareConsumerMessageTypeDef]
534
535
  ) -> DataShareResponseTypeDef:
535
536
  """
536
537
  From a datashare consumer account, associates a datashare with the account
@@ -541,7 +542,7 @@ class RedshiftClient(BaseClient):
541
542
  """
542
543
 
543
544
  def authorize_cluster_security_group_ingress(
544
- self, **kwargs: Unpack[AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef]
545
+ self, **kwargs: Unpack[AuthorizeClusterSecurityGroupIngressMessageTypeDef]
545
546
  ) -> AuthorizeClusterSecurityGroupIngressResultTypeDef:
546
547
  """
547
548
  Adds an inbound (ingress) rule to an Amazon Redshift security group.
@@ -551,7 +552,7 @@ class RedshiftClient(BaseClient):
551
552
  """
552
553
 
553
554
  def authorize_data_share(
554
- self, **kwargs: Unpack[AuthorizeDataShareMessageRequestTypeDef]
555
+ self, **kwargs: Unpack[AuthorizeDataShareMessageTypeDef]
555
556
  ) -> DataShareResponseTypeDef:
556
557
  """
557
558
  From a data producer account, authorizes the sharing of a datashare with one or
@@ -562,7 +563,7 @@ class RedshiftClient(BaseClient):
562
563
  """
563
564
 
564
565
  def authorize_endpoint_access(
565
- self, **kwargs: Unpack[AuthorizeEndpointAccessMessageRequestTypeDef]
566
+ self, **kwargs: Unpack[AuthorizeEndpointAccessMessageTypeDef]
566
567
  ) -> EndpointAuthorizationResponseTypeDef:
567
568
  """
568
569
  Grants access to a cluster.
@@ -572,7 +573,7 @@ class RedshiftClient(BaseClient):
572
573
  """
573
574
 
574
575
  def authorize_snapshot_access(
575
- self, **kwargs: Unpack[AuthorizeSnapshotAccessMessageRequestTypeDef]
576
+ self, **kwargs: Unpack[AuthorizeSnapshotAccessMessageTypeDef]
576
577
  ) -> AuthorizeSnapshotAccessResultTypeDef:
577
578
  """
578
579
  Authorizes the specified Amazon Web Services account to restore the specified
@@ -583,7 +584,7 @@ class RedshiftClient(BaseClient):
583
584
  """
584
585
 
585
586
  def batch_delete_cluster_snapshots(
586
- self, **kwargs: Unpack[BatchDeleteClusterSnapshotsRequestRequestTypeDef]
587
+ self, **kwargs: Unpack[BatchDeleteClusterSnapshotsRequestTypeDef]
587
588
  ) -> BatchDeleteClusterSnapshotsResultTypeDef:
588
589
  """
589
590
  Deletes a set of cluster snapshots.
@@ -593,7 +594,7 @@ class RedshiftClient(BaseClient):
593
594
  """
594
595
 
595
596
  def batch_modify_cluster_snapshots(
596
- self, **kwargs: Unpack[BatchModifyClusterSnapshotsMessageRequestTypeDef]
597
+ self, **kwargs: Unpack[BatchModifyClusterSnapshotsMessageTypeDef]
597
598
  ) -> BatchModifyClusterSnapshotsOutputMessageTypeDef:
598
599
  """
599
600
  Modifies the settings for a set of cluster snapshots.
@@ -603,7 +604,7 @@ class RedshiftClient(BaseClient):
603
604
  """
604
605
 
605
606
  def cancel_resize(
606
- self, **kwargs: Unpack[CancelResizeMessageRequestTypeDef]
607
+ self, **kwargs: Unpack[CancelResizeMessageTypeDef]
607
608
  ) -> ResizeProgressMessageTypeDef:
608
609
  """
609
610
  Cancels a resize operation for a cluster.
@@ -613,7 +614,7 @@ class RedshiftClient(BaseClient):
613
614
  """
614
615
 
615
616
  def copy_cluster_snapshot(
616
- self, **kwargs: Unpack[CopyClusterSnapshotMessageRequestTypeDef]
617
+ self, **kwargs: Unpack[CopyClusterSnapshotMessageTypeDef]
617
618
  ) -> CopyClusterSnapshotResultTypeDef:
618
619
  """
619
620
  Copies the specified automated cluster snapshot to a new manual cluster
@@ -624,7 +625,7 @@ class RedshiftClient(BaseClient):
624
625
  """
625
626
 
626
627
  def create_authentication_profile(
627
- self, **kwargs: Unpack[CreateAuthenticationProfileMessageRequestTypeDef]
628
+ self, **kwargs: Unpack[CreateAuthenticationProfileMessageTypeDef]
628
629
  ) -> CreateAuthenticationProfileResultTypeDef:
629
630
  """
630
631
  Creates an authentication profile with the specified parameters.
@@ -634,7 +635,7 @@ class RedshiftClient(BaseClient):
634
635
  """
635
636
 
636
637
  def create_cluster(
637
- self, **kwargs: Unpack[CreateClusterMessageRequestTypeDef]
638
+ self, **kwargs: Unpack[CreateClusterMessageTypeDef]
638
639
  ) -> CreateClusterResultTypeDef:
639
640
  """
640
641
  Creates a new cluster with the specified parameters.
@@ -644,7 +645,7 @@ class RedshiftClient(BaseClient):
644
645
  """
645
646
 
646
647
  def create_cluster_parameter_group(
647
- self, **kwargs: Unpack[CreateClusterParameterGroupMessageRequestTypeDef]
648
+ self, **kwargs: Unpack[CreateClusterParameterGroupMessageTypeDef]
648
649
  ) -> CreateClusterParameterGroupResultTypeDef:
649
650
  """
650
651
  Creates an Amazon Redshift parameter group.
@@ -654,7 +655,7 @@ class RedshiftClient(BaseClient):
654
655
  """
655
656
 
656
657
  def create_cluster_security_group(
657
- self, **kwargs: Unpack[CreateClusterSecurityGroupMessageRequestTypeDef]
658
+ self, **kwargs: Unpack[CreateClusterSecurityGroupMessageTypeDef]
658
659
  ) -> CreateClusterSecurityGroupResultTypeDef:
659
660
  """
660
661
  Creates a new Amazon Redshift security group.
@@ -664,7 +665,7 @@ class RedshiftClient(BaseClient):
664
665
  """
665
666
 
666
667
  def create_cluster_snapshot(
667
- self, **kwargs: Unpack[CreateClusterSnapshotMessageRequestTypeDef]
668
+ self, **kwargs: Unpack[CreateClusterSnapshotMessageTypeDef]
668
669
  ) -> CreateClusterSnapshotResultTypeDef:
669
670
  """
670
671
  Creates a manual snapshot of the specified cluster.
@@ -674,7 +675,7 @@ class RedshiftClient(BaseClient):
674
675
  """
675
676
 
676
677
  def create_cluster_subnet_group(
677
- self, **kwargs: Unpack[CreateClusterSubnetGroupMessageRequestTypeDef]
678
+ self, **kwargs: Unpack[CreateClusterSubnetGroupMessageTypeDef]
678
679
  ) -> CreateClusterSubnetGroupResultTypeDef:
679
680
  """
680
681
  Creates a new Amazon Redshift subnet group.
@@ -684,7 +685,7 @@ class RedshiftClient(BaseClient):
684
685
  """
685
686
 
686
687
  def create_custom_domain_association(
687
- self, **kwargs: Unpack[CreateCustomDomainAssociationMessageRequestTypeDef]
688
+ self, **kwargs: Unpack[CreateCustomDomainAssociationMessageTypeDef]
688
689
  ) -> CreateCustomDomainAssociationResultTypeDef:
689
690
  """
690
691
  Used to create a custom domain name for a cluster.
@@ -694,7 +695,7 @@ class RedshiftClient(BaseClient):
694
695
  """
695
696
 
696
697
  def create_endpoint_access(
697
- self, **kwargs: Unpack[CreateEndpointAccessMessageRequestTypeDef]
698
+ self, **kwargs: Unpack[CreateEndpointAccessMessageTypeDef]
698
699
  ) -> EndpointAccessResponseTypeDef:
699
700
  """
700
701
  Creates a Redshift-managed VPC endpoint.
@@ -704,7 +705,7 @@ class RedshiftClient(BaseClient):
704
705
  """
705
706
 
706
707
  def create_event_subscription(
707
- self, **kwargs: Unpack[CreateEventSubscriptionMessageRequestTypeDef]
708
+ self, **kwargs: Unpack[CreateEventSubscriptionMessageTypeDef]
708
709
  ) -> CreateEventSubscriptionResultTypeDef:
709
710
  """
710
711
  Creates an Amazon Redshift event notification subscription.
@@ -714,7 +715,7 @@ class RedshiftClient(BaseClient):
714
715
  """
715
716
 
716
717
  def create_hsm_client_certificate(
717
- self, **kwargs: Unpack[CreateHsmClientCertificateMessageRequestTypeDef]
718
+ self, **kwargs: Unpack[CreateHsmClientCertificateMessageTypeDef]
718
719
  ) -> CreateHsmClientCertificateResultTypeDef:
719
720
  """
720
721
  Creates an HSM client certificate that an Amazon Redshift cluster will use to
@@ -726,7 +727,7 @@ class RedshiftClient(BaseClient):
726
727
  """
727
728
 
728
729
  def create_hsm_configuration(
729
- self, **kwargs: Unpack[CreateHsmConfigurationMessageRequestTypeDef]
730
+ self, **kwargs: Unpack[CreateHsmConfigurationMessageTypeDef]
730
731
  ) -> CreateHsmConfigurationResultTypeDef:
731
732
  """
732
733
  Creates an HSM configuration that contains the information required by an
@@ -738,7 +739,7 @@ class RedshiftClient(BaseClient):
738
739
  """
739
740
 
740
741
  def create_integration(
741
- self, **kwargs: Unpack[CreateIntegrationMessageRequestTypeDef]
742
+ self, **kwargs: Unpack[CreateIntegrationMessageTypeDef]
742
743
  ) -> IntegrationResponseTypeDef:
743
744
  """
744
745
  Creates a zero-ETL integration or S3 event integration with Amazon Redshift.
@@ -748,7 +749,7 @@ class RedshiftClient(BaseClient):
748
749
  """
749
750
 
750
751
  def create_redshift_idc_application(
751
- self, **kwargs: Unpack[CreateRedshiftIdcApplicationMessageRequestTypeDef]
752
+ self, **kwargs: Unpack[CreateRedshiftIdcApplicationMessageTypeDef]
752
753
  ) -> CreateRedshiftIdcApplicationResultTypeDef:
753
754
  """
754
755
  Creates an Amazon Redshift application for use with IAM Identity Center.
@@ -758,7 +759,7 @@ class RedshiftClient(BaseClient):
758
759
  """
759
760
 
760
761
  def create_scheduled_action(
761
- self, **kwargs: Unpack[CreateScheduledActionMessageRequestTypeDef]
762
+ self, **kwargs: Unpack[CreateScheduledActionMessageTypeDef]
762
763
  ) -> ScheduledActionResponseTypeDef:
763
764
  """
764
765
  Creates a scheduled action.
@@ -768,7 +769,7 @@ class RedshiftClient(BaseClient):
768
769
  """
769
770
 
770
771
  def create_snapshot_copy_grant(
771
- self, **kwargs: Unpack[CreateSnapshotCopyGrantMessageRequestTypeDef]
772
+ self, **kwargs: Unpack[CreateSnapshotCopyGrantMessageTypeDef]
772
773
  ) -> CreateSnapshotCopyGrantResultTypeDef:
773
774
  """
774
775
  Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted
@@ -780,7 +781,7 @@ class RedshiftClient(BaseClient):
780
781
  """
781
782
 
782
783
  def create_snapshot_schedule(
783
- self, **kwargs: Unpack[CreateSnapshotScheduleMessageRequestTypeDef]
784
+ self, **kwargs: Unpack[CreateSnapshotScheduleMessageTypeDef]
784
785
  ) -> SnapshotScheduleResponseTypeDef:
785
786
  """
786
787
  Create a snapshot schedule that can be associated to a cluster and which
@@ -791,7 +792,7 @@ class RedshiftClient(BaseClient):
791
792
  """
792
793
 
793
794
  def create_tags(
794
- self, **kwargs: Unpack[CreateTagsMessageRequestTypeDef]
795
+ self, **kwargs: Unpack[CreateTagsMessageTypeDef]
795
796
  ) -> EmptyResponseMetadataTypeDef:
796
797
  """
797
798
  Adds tags to a cluster.
@@ -801,7 +802,7 @@ class RedshiftClient(BaseClient):
801
802
  """
802
803
 
803
804
  def create_usage_limit(
804
- self, **kwargs: Unpack[CreateUsageLimitMessageRequestTypeDef]
805
+ self, **kwargs: Unpack[CreateUsageLimitMessageTypeDef]
805
806
  ) -> UsageLimitResponseTypeDef:
806
807
  """
807
808
  Creates a usage limit for a specified Amazon Redshift feature on a cluster.
@@ -811,7 +812,7 @@ class RedshiftClient(BaseClient):
811
812
  """
812
813
 
813
814
  def deauthorize_data_share(
814
- self, **kwargs: Unpack[DeauthorizeDataShareMessageRequestTypeDef]
815
+ self, **kwargs: Unpack[DeauthorizeDataShareMessageTypeDef]
815
816
  ) -> DataShareResponseTypeDef:
816
817
  """
817
818
  From a datashare producer account, removes authorization from the specified
@@ -822,7 +823,7 @@ class RedshiftClient(BaseClient):
822
823
  """
823
824
 
824
825
  def delete_authentication_profile(
825
- self, **kwargs: Unpack[DeleteAuthenticationProfileMessageRequestTypeDef]
826
+ self, **kwargs: Unpack[DeleteAuthenticationProfileMessageTypeDef]
826
827
  ) -> DeleteAuthenticationProfileResultTypeDef:
827
828
  """
828
829
  Deletes an authentication profile.
@@ -832,7 +833,7 @@ class RedshiftClient(BaseClient):
832
833
  """
833
834
 
834
835
  def delete_cluster(
835
- self, **kwargs: Unpack[DeleteClusterMessageRequestTypeDef]
836
+ self, **kwargs: Unpack[DeleteClusterMessageTypeDef]
836
837
  ) -> DeleteClusterResultTypeDef:
837
838
  """
838
839
  Deletes a previously provisioned cluster without its final snapshot being
@@ -843,7 +844,7 @@ class RedshiftClient(BaseClient):
843
844
  """
844
845
 
845
846
  def delete_cluster_parameter_group(
846
- self, **kwargs: Unpack[DeleteClusterParameterGroupMessageRequestTypeDef]
847
+ self, **kwargs: Unpack[DeleteClusterParameterGroupMessageTypeDef]
847
848
  ) -> EmptyResponseMetadataTypeDef:
848
849
  """
849
850
  Deletes a specified Amazon Redshift parameter group.
@@ -853,7 +854,7 @@ class RedshiftClient(BaseClient):
853
854
  """
854
855
 
855
856
  def delete_cluster_security_group(
856
- self, **kwargs: Unpack[DeleteClusterSecurityGroupMessageRequestTypeDef]
857
+ self, **kwargs: Unpack[DeleteClusterSecurityGroupMessageTypeDef]
857
858
  ) -> EmptyResponseMetadataTypeDef:
858
859
  """
859
860
  Deletes an Amazon Redshift security group.
@@ -873,7 +874,7 @@ class RedshiftClient(BaseClient):
873
874
  """
874
875
 
875
876
  def delete_cluster_subnet_group(
876
- self, **kwargs: Unpack[DeleteClusterSubnetGroupMessageRequestTypeDef]
877
+ self, **kwargs: Unpack[DeleteClusterSubnetGroupMessageTypeDef]
877
878
  ) -> EmptyResponseMetadataTypeDef:
878
879
  """
879
880
  Deletes the specified cluster subnet group.
@@ -883,7 +884,7 @@ class RedshiftClient(BaseClient):
883
884
  """
884
885
 
885
886
  def delete_custom_domain_association(
886
- self, **kwargs: Unpack[DeleteCustomDomainAssociationMessageRequestTypeDef]
887
+ self, **kwargs: Unpack[DeleteCustomDomainAssociationMessageTypeDef]
887
888
  ) -> EmptyResponseMetadataTypeDef:
888
889
  """
889
890
  Contains information about deleting a custom domain association for a cluster.
@@ -893,7 +894,7 @@ class RedshiftClient(BaseClient):
893
894
  """
894
895
 
895
896
  def delete_endpoint_access(
896
- self, **kwargs: Unpack[DeleteEndpointAccessMessageRequestTypeDef]
897
+ self, **kwargs: Unpack[DeleteEndpointAccessMessageTypeDef]
897
898
  ) -> EndpointAccessResponseTypeDef:
898
899
  """
899
900
  Deletes a Redshift-managed VPC endpoint.
@@ -903,7 +904,7 @@ class RedshiftClient(BaseClient):
903
904
  """
904
905
 
905
906
  def delete_event_subscription(
906
- self, **kwargs: Unpack[DeleteEventSubscriptionMessageRequestTypeDef]
907
+ self, **kwargs: Unpack[DeleteEventSubscriptionMessageTypeDef]
907
908
  ) -> EmptyResponseMetadataTypeDef:
908
909
  """
909
910
  Deletes an Amazon Redshift event notification subscription.
@@ -913,7 +914,7 @@ class RedshiftClient(BaseClient):
913
914
  """
914
915
 
915
916
  def delete_hsm_client_certificate(
916
- self, **kwargs: Unpack[DeleteHsmClientCertificateMessageRequestTypeDef]
917
+ self, **kwargs: Unpack[DeleteHsmClientCertificateMessageTypeDef]
917
918
  ) -> EmptyResponseMetadataTypeDef:
918
919
  """
919
920
  Deletes the specified HSM client certificate.
@@ -923,7 +924,7 @@ class RedshiftClient(BaseClient):
923
924
  """
924
925
 
925
926
  def delete_hsm_configuration(
926
- self, **kwargs: Unpack[DeleteHsmConfigurationMessageRequestTypeDef]
927
+ self, **kwargs: Unpack[DeleteHsmConfigurationMessageTypeDef]
927
928
  ) -> EmptyResponseMetadataTypeDef:
928
929
  """
929
930
  Deletes the specified Amazon Redshift HSM configuration.
@@ -933,7 +934,7 @@ class RedshiftClient(BaseClient):
933
934
  """
934
935
 
935
936
  def delete_integration(
936
- self, **kwargs: Unpack[DeleteIntegrationMessageRequestTypeDef]
937
+ self, **kwargs: Unpack[DeleteIntegrationMessageTypeDef]
937
938
  ) -> IntegrationResponseTypeDef:
938
939
  """
939
940
  Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.
@@ -953,7 +954,7 @@ class RedshiftClient(BaseClient):
953
954
  """
954
955
 
955
956
  def delete_redshift_idc_application(
956
- self, **kwargs: Unpack[DeleteRedshiftIdcApplicationMessageRequestTypeDef]
957
+ self, **kwargs: Unpack[DeleteRedshiftIdcApplicationMessageTypeDef]
957
958
  ) -> EmptyResponseMetadataTypeDef:
958
959
  """
959
960
  Deletes an Amazon Redshift IAM Identity Center application.
@@ -963,7 +964,7 @@ class RedshiftClient(BaseClient):
963
964
  """
964
965
 
965
966
  def delete_resource_policy(
966
- self, **kwargs: Unpack[DeleteResourcePolicyMessageRequestTypeDef]
967
+ self, **kwargs: Unpack[DeleteResourcePolicyMessageTypeDef]
967
968
  ) -> EmptyResponseMetadataTypeDef:
968
969
  """
969
970
  Deletes the resource policy for a specified resource.
@@ -973,7 +974,7 @@ class RedshiftClient(BaseClient):
973
974
  """
974
975
 
975
976
  def delete_scheduled_action(
976
- self, **kwargs: Unpack[DeleteScheduledActionMessageRequestTypeDef]
977
+ self, **kwargs: Unpack[DeleteScheduledActionMessageTypeDef]
977
978
  ) -> EmptyResponseMetadataTypeDef:
978
979
  """
979
980
  Deletes a scheduled action.
@@ -983,7 +984,7 @@ class RedshiftClient(BaseClient):
983
984
  """
984
985
 
985
986
  def delete_snapshot_copy_grant(
986
- self, **kwargs: Unpack[DeleteSnapshotCopyGrantMessageRequestTypeDef]
987
+ self, **kwargs: Unpack[DeleteSnapshotCopyGrantMessageTypeDef]
987
988
  ) -> EmptyResponseMetadataTypeDef:
988
989
  """
989
990
  Deletes the specified snapshot copy grant.
@@ -993,7 +994,7 @@ class RedshiftClient(BaseClient):
993
994
  """
994
995
 
995
996
  def delete_snapshot_schedule(
996
- self, **kwargs: Unpack[DeleteSnapshotScheduleMessageRequestTypeDef]
997
+ self, **kwargs: Unpack[DeleteSnapshotScheduleMessageTypeDef]
997
998
  ) -> EmptyResponseMetadataTypeDef:
998
999
  """
999
1000
  Deletes a snapshot schedule.
@@ -1003,7 +1004,7 @@ class RedshiftClient(BaseClient):
1003
1004
  """
1004
1005
 
1005
1006
  def delete_tags(
1006
- self, **kwargs: Unpack[DeleteTagsMessageRequestTypeDef]
1007
+ self, **kwargs: Unpack[DeleteTagsMessageTypeDef]
1007
1008
  ) -> EmptyResponseMetadataTypeDef:
1008
1009
  """
1009
1010
  Deletes tags from a resource.
@@ -1013,7 +1014,7 @@ class RedshiftClient(BaseClient):
1013
1014
  """
1014
1015
 
1015
1016
  def delete_usage_limit(
1016
- self, **kwargs: Unpack[DeleteUsageLimitMessageRequestTypeDef]
1017
+ self, **kwargs: Unpack[DeleteUsageLimitMessageTypeDef]
1017
1018
  ) -> EmptyResponseMetadataTypeDef:
1018
1019
  """
1019
1020
  Deletes a usage limit from a cluster.
@@ -1022,8 +1023,19 @@ class RedshiftClient(BaseClient):
1022
1023
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#delete_usage_limit)
1023
1024
  """
1024
1025
 
1026
+ def deregister_namespace(
1027
+ self, **kwargs: Unpack[DeregisterNamespaceInputMessageTypeDef]
1028
+ ) -> DeregisterNamespaceOutputMessageTypeDef:
1029
+ """
1030
+ Deregisters a cluster or serverless namespace from the Amazon Web Services Glue
1031
+ Data Catalog.
1032
+
1033
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/deregister_namespace.html)
1034
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#deregister_namespace)
1035
+ """
1036
+
1025
1037
  def describe_account_attributes(
1026
- self, **kwargs: Unpack[DescribeAccountAttributesMessageRequestTypeDef]
1038
+ self, **kwargs: Unpack[DescribeAccountAttributesMessageTypeDef]
1027
1039
  ) -> AccountAttributeListTypeDef:
1028
1040
  """
1029
1041
  Returns a list of attributes attached to an account.
@@ -1033,7 +1045,7 @@ class RedshiftClient(BaseClient):
1033
1045
  """
1034
1046
 
1035
1047
  def describe_authentication_profiles(
1036
- self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageRequestTypeDef]
1048
+ self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageTypeDef]
1037
1049
  ) -> DescribeAuthenticationProfilesResultTypeDef:
1038
1050
  """
1039
1051
  Describes an authentication profile.
@@ -1043,7 +1055,7 @@ class RedshiftClient(BaseClient):
1043
1055
  """
1044
1056
 
1045
1057
  def describe_cluster_db_revisions(
1046
- self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageRequestTypeDef]
1058
+ self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageTypeDef]
1047
1059
  ) -> ClusterDbRevisionsMessageTypeDef:
1048
1060
  """
1049
1061
  Returns an array of <code>ClusterDbRevision</code> objects.
@@ -1053,7 +1065,7 @@ class RedshiftClient(BaseClient):
1053
1065
  """
1054
1066
 
1055
1067
  def describe_cluster_parameter_groups(
1056
- self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageRequestTypeDef]
1068
+ self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageTypeDef]
1057
1069
  ) -> ClusterParameterGroupsMessageTypeDef:
1058
1070
  """
1059
1071
  Returns a list of Amazon Redshift parameter groups, including parameter groups
@@ -1064,7 +1076,7 @@ class RedshiftClient(BaseClient):
1064
1076
  """
1065
1077
 
1066
1078
  def describe_cluster_parameters(
1067
- self, **kwargs: Unpack[DescribeClusterParametersMessageRequestTypeDef]
1079
+ self, **kwargs: Unpack[DescribeClusterParametersMessageTypeDef]
1068
1080
  ) -> ClusterParameterGroupDetailsTypeDef:
1069
1081
  """
1070
1082
  Returns a detailed list of parameters contained within the specified Amazon
@@ -1075,7 +1087,7 @@ class RedshiftClient(BaseClient):
1075
1087
  """
1076
1088
 
1077
1089
  def describe_cluster_security_groups(
1078
- self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageRequestTypeDef]
1090
+ self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageTypeDef]
1079
1091
  ) -> ClusterSecurityGroupMessageTypeDef:
1080
1092
  """
1081
1093
  Returns information about Amazon Redshift security groups.
@@ -1085,7 +1097,7 @@ class RedshiftClient(BaseClient):
1085
1097
  """
1086
1098
 
1087
1099
  def describe_cluster_snapshots(
1088
- self, **kwargs: Unpack[DescribeClusterSnapshotsMessageRequestTypeDef]
1100
+ self, **kwargs: Unpack[DescribeClusterSnapshotsMessageTypeDef]
1089
1101
  ) -> SnapshotMessageTypeDef:
1090
1102
  """
1091
1103
  Returns one or more snapshot objects, which contain metadata about your cluster
@@ -1096,7 +1108,7 @@ class RedshiftClient(BaseClient):
1096
1108
  """
1097
1109
 
1098
1110
  def describe_cluster_subnet_groups(
1099
- self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageRequestTypeDef]
1111
+ self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageTypeDef]
1100
1112
  ) -> ClusterSubnetGroupMessageTypeDef:
1101
1113
  """
1102
1114
  Returns one or more cluster subnet group objects, which contain metadata about
@@ -1107,7 +1119,7 @@ class RedshiftClient(BaseClient):
1107
1119
  """
1108
1120
 
1109
1121
  def describe_cluster_tracks(
1110
- self, **kwargs: Unpack[DescribeClusterTracksMessageRequestTypeDef]
1122
+ self, **kwargs: Unpack[DescribeClusterTracksMessageTypeDef]
1111
1123
  ) -> TrackListMessageTypeDef:
1112
1124
  """
1113
1125
  Returns a list of all the available maintenance tracks.
@@ -1117,7 +1129,7 @@ class RedshiftClient(BaseClient):
1117
1129
  """
1118
1130
 
1119
1131
  def describe_cluster_versions(
1120
- self, **kwargs: Unpack[DescribeClusterVersionsMessageRequestTypeDef]
1132
+ self, **kwargs: Unpack[DescribeClusterVersionsMessageTypeDef]
1121
1133
  ) -> ClusterVersionsMessageTypeDef:
1122
1134
  """
1123
1135
  Returns descriptions of the available Amazon Redshift cluster versions.
@@ -1127,7 +1139,7 @@ class RedshiftClient(BaseClient):
1127
1139
  """
1128
1140
 
1129
1141
  def describe_clusters(
1130
- self, **kwargs: Unpack[DescribeClustersMessageRequestTypeDef]
1142
+ self, **kwargs: Unpack[DescribeClustersMessageTypeDef]
1131
1143
  ) -> ClustersMessageTypeDef:
1132
1144
  """
1133
1145
  Returns properties of provisioned clusters including general cluster
@@ -1139,7 +1151,7 @@ class RedshiftClient(BaseClient):
1139
1151
  """
1140
1152
 
1141
1153
  def describe_custom_domain_associations(
1142
- self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageRequestTypeDef]
1154
+ self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageTypeDef]
1143
1155
  ) -> CustomDomainAssociationsMessageTypeDef:
1144
1156
  """
1145
1157
  Contains information about custom domain associations for a cluster.
@@ -1149,7 +1161,7 @@ class RedshiftClient(BaseClient):
1149
1161
  """
1150
1162
 
1151
1163
  def describe_data_shares(
1152
- self, **kwargs: Unpack[DescribeDataSharesMessageRequestTypeDef]
1164
+ self, **kwargs: Unpack[DescribeDataSharesMessageTypeDef]
1153
1165
  ) -> DescribeDataSharesResultTypeDef:
1154
1166
  """
1155
1167
  Shows the status of any inbound or outbound datashares available in the
@@ -1160,7 +1172,7 @@ class RedshiftClient(BaseClient):
1160
1172
  """
1161
1173
 
1162
1174
  def describe_data_shares_for_consumer(
1163
- self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageRequestTypeDef]
1175
+ self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageTypeDef]
1164
1176
  ) -> DescribeDataSharesForConsumerResultTypeDef:
1165
1177
  """
1166
1178
  Returns a list of datashares where the account identifier being called is a
@@ -1171,7 +1183,7 @@ class RedshiftClient(BaseClient):
1171
1183
  """
1172
1184
 
1173
1185
  def describe_data_shares_for_producer(
1174
- self, **kwargs: Unpack[DescribeDataSharesForProducerMessageRequestTypeDef]
1186
+ self, **kwargs: Unpack[DescribeDataSharesForProducerMessageTypeDef]
1175
1187
  ) -> DescribeDataSharesForProducerResultTypeDef:
1176
1188
  """
1177
1189
  Returns a list of datashares when the account identifier being called is a
@@ -1182,7 +1194,7 @@ class RedshiftClient(BaseClient):
1182
1194
  """
1183
1195
 
1184
1196
  def describe_default_cluster_parameters(
1185
- self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageRequestTypeDef]
1197
+ self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageTypeDef]
1186
1198
  ) -> DescribeDefaultClusterParametersResultTypeDef:
1187
1199
  """
1188
1200
  Returns a list of parameter settings for the specified parameter group family.
@@ -1192,7 +1204,7 @@ class RedshiftClient(BaseClient):
1192
1204
  """
1193
1205
 
1194
1206
  def describe_endpoint_access(
1195
- self, **kwargs: Unpack[DescribeEndpointAccessMessageRequestTypeDef]
1207
+ self, **kwargs: Unpack[DescribeEndpointAccessMessageTypeDef]
1196
1208
  ) -> EndpointAccessListTypeDef:
1197
1209
  """
1198
1210
  Describes a Redshift-managed VPC endpoint.
@@ -1202,7 +1214,7 @@ class RedshiftClient(BaseClient):
1202
1214
  """
1203
1215
 
1204
1216
  def describe_endpoint_authorization(
1205
- self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageRequestTypeDef]
1217
+ self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageTypeDef]
1206
1218
  ) -> EndpointAuthorizationListTypeDef:
1207
1219
  """
1208
1220
  Describes an endpoint authorization.
@@ -1212,7 +1224,7 @@ class RedshiftClient(BaseClient):
1212
1224
  """
1213
1225
 
1214
1226
  def describe_event_categories(
1215
- self, **kwargs: Unpack[DescribeEventCategoriesMessageRequestTypeDef]
1227
+ self, **kwargs: Unpack[DescribeEventCategoriesMessageTypeDef]
1216
1228
  ) -> EventCategoriesMessageTypeDef:
1217
1229
  """
1218
1230
  Displays a list of event categories for all event source types, or for a
@@ -1223,7 +1235,7 @@ class RedshiftClient(BaseClient):
1223
1235
  """
1224
1236
 
1225
1237
  def describe_event_subscriptions(
1226
- self, **kwargs: Unpack[DescribeEventSubscriptionsMessageRequestTypeDef]
1238
+ self, **kwargs: Unpack[DescribeEventSubscriptionsMessageTypeDef]
1227
1239
  ) -> EventSubscriptionsMessageTypeDef:
1228
1240
  """
1229
1241
  Lists descriptions of all the Amazon Redshift event notification subscriptions
@@ -1234,7 +1246,7 @@ class RedshiftClient(BaseClient):
1234
1246
  """
1235
1247
 
1236
1248
  def describe_events(
1237
- self, **kwargs: Unpack[DescribeEventsMessageRequestTypeDef]
1249
+ self, **kwargs: Unpack[DescribeEventsMessageTypeDef]
1238
1250
  ) -> EventsMessageTypeDef:
1239
1251
  """
1240
1252
  Returns events related to clusters, security groups, snapshots, and parameter
@@ -1245,7 +1257,7 @@ class RedshiftClient(BaseClient):
1245
1257
  """
1246
1258
 
1247
1259
  def describe_hsm_client_certificates(
1248
- self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageRequestTypeDef]
1260
+ self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageTypeDef]
1249
1261
  ) -> HsmClientCertificateMessageTypeDef:
1250
1262
  """
1251
1263
  Returns information about the specified HSM client certificate.
@@ -1255,7 +1267,7 @@ class RedshiftClient(BaseClient):
1255
1267
  """
1256
1268
 
1257
1269
  def describe_hsm_configurations(
1258
- self, **kwargs: Unpack[DescribeHsmConfigurationsMessageRequestTypeDef]
1270
+ self, **kwargs: Unpack[DescribeHsmConfigurationsMessageTypeDef]
1259
1271
  ) -> HsmConfigurationMessageTypeDef:
1260
1272
  """
1261
1273
  Returns information about the specified Amazon Redshift HSM configuration.
@@ -1265,7 +1277,7 @@ class RedshiftClient(BaseClient):
1265
1277
  """
1266
1278
 
1267
1279
  def describe_inbound_integrations(
1268
- self, **kwargs: Unpack[DescribeInboundIntegrationsMessageRequestTypeDef]
1280
+ self, **kwargs: Unpack[DescribeInboundIntegrationsMessageTypeDef]
1269
1281
  ) -> InboundIntegrationsMessageTypeDef:
1270
1282
  """
1271
1283
  Returns a list of inbound integrations.
@@ -1275,7 +1287,7 @@ class RedshiftClient(BaseClient):
1275
1287
  """
1276
1288
 
1277
1289
  def describe_integrations(
1278
- self, **kwargs: Unpack[DescribeIntegrationsMessageRequestTypeDef]
1290
+ self, **kwargs: Unpack[DescribeIntegrationsMessageTypeDef]
1279
1291
  ) -> IntegrationsMessageTypeDef:
1280
1292
  """
1281
1293
  Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.
@@ -1285,7 +1297,7 @@ class RedshiftClient(BaseClient):
1285
1297
  """
1286
1298
 
1287
1299
  def describe_logging_status(
1288
- self, **kwargs: Unpack[DescribeLoggingStatusMessageRequestTypeDef]
1300
+ self, **kwargs: Unpack[DescribeLoggingStatusMessageTypeDef]
1289
1301
  ) -> LoggingStatusTypeDef:
1290
1302
  """
1291
1303
  Describes whether information, such as queries and connection attempts, is
@@ -1296,7 +1308,7 @@ class RedshiftClient(BaseClient):
1296
1308
  """
1297
1309
 
1298
1310
  def describe_node_configuration_options(
1299
- self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageRequestTypeDef]
1311
+ self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageTypeDef]
1300
1312
  ) -> NodeConfigurationOptionsMessageTypeDef:
1301
1313
  """
1302
1314
  Returns properties of possible node configurations such as node type, number of
@@ -1307,7 +1319,7 @@ class RedshiftClient(BaseClient):
1307
1319
  """
1308
1320
 
1309
1321
  def describe_orderable_cluster_options(
1310
- self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageRequestTypeDef]
1322
+ self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageTypeDef]
1311
1323
  ) -> OrderableClusterOptionsMessageTypeDef:
1312
1324
  """
1313
1325
  Returns a list of orderable cluster options.
@@ -1317,7 +1329,7 @@ class RedshiftClient(BaseClient):
1317
1329
  """
1318
1330
 
1319
1331
  def describe_partners(
1320
- self, **kwargs: Unpack[DescribePartnersInputMessageRequestTypeDef]
1332
+ self, **kwargs: Unpack[DescribePartnersInputMessageTypeDef]
1321
1333
  ) -> DescribePartnersOutputMessageTypeDef:
1322
1334
  """
1323
1335
  Returns information about the partner integrations defined for a cluster.
@@ -1327,7 +1339,7 @@ class RedshiftClient(BaseClient):
1327
1339
  """
1328
1340
 
1329
1341
  def describe_redshift_idc_applications(
1330
- self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageRequestTypeDef]
1342
+ self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageTypeDef]
1331
1343
  ) -> DescribeRedshiftIdcApplicationsResultTypeDef:
1332
1344
  """
1333
1345
  Lists the Amazon Redshift IAM Identity Center applications.
@@ -1337,7 +1349,7 @@ class RedshiftClient(BaseClient):
1337
1349
  """
1338
1350
 
1339
1351
  def describe_reserved_node_exchange_status(
1340
- self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef]
1352
+ self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageTypeDef]
1341
1353
  ) -> DescribeReservedNodeExchangeStatusOutputMessageTypeDef:
1342
1354
  """
1343
1355
  Returns exchange status details and associated metadata for a reserved-node
@@ -1348,7 +1360,7 @@ class RedshiftClient(BaseClient):
1348
1360
  """
1349
1361
 
1350
1362
  def describe_reserved_node_offerings(
1351
- self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageRequestTypeDef]
1363
+ self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageTypeDef]
1352
1364
  ) -> ReservedNodeOfferingsMessageTypeDef:
1353
1365
  """
1354
1366
  Returns a list of the available reserved node offerings by Amazon Redshift with
@@ -1360,7 +1372,7 @@ class RedshiftClient(BaseClient):
1360
1372
  """
1361
1373
 
1362
1374
  def describe_reserved_nodes(
1363
- self, **kwargs: Unpack[DescribeReservedNodesMessageRequestTypeDef]
1375
+ self, **kwargs: Unpack[DescribeReservedNodesMessageTypeDef]
1364
1376
  ) -> ReservedNodesMessageTypeDef:
1365
1377
  """
1366
1378
  Returns the descriptions of the reserved nodes.
@@ -1370,7 +1382,7 @@ class RedshiftClient(BaseClient):
1370
1382
  """
1371
1383
 
1372
1384
  def describe_resize(
1373
- self, **kwargs: Unpack[DescribeResizeMessageRequestTypeDef]
1385
+ self, **kwargs: Unpack[DescribeResizeMessageTypeDef]
1374
1386
  ) -> ResizeProgressMessageTypeDef:
1375
1387
  """
1376
1388
  Returns information about the last resize operation for the specified cluster.
@@ -1380,7 +1392,7 @@ class RedshiftClient(BaseClient):
1380
1392
  """
1381
1393
 
1382
1394
  def describe_scheduled_actions(
1383
- self, **kwargs: Unpack[DescribeScheduledActionsMessageRequestTypeDef]
1395
+ self, **kwargs: Unpack[DescribeScheduledActionsMessageTypeDef]
1384
1396
  ) -> ScheduledActionsMessageTypeDef:
1385
1397
  """
1386
1398
  Describes properties of scheduled actions.
@@ -1390,7 +1402,7 @@ class RedshiftClient(BaseClient):
1390
1402
  """
1391
1403
 
1392
1404
  def describe_snapshot_copy_grants(
1393
- self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageRequestTypeDef]
1405
+ self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageTypeDef]
1394
1406
  ) -> SnapshotCopyGrantMessageTypeDef:
1395
1407
  """
1396
1408
  Returns a list of snapshot copy grants owned by the Amazon Web Services account
@@ -1401,7 +1413,7 @@ class RedshiftClient(BaseClient):
1401
1413
  """
1402
1414
 
1403
1415
  def describe_snapshot_schedules(
1404
- self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageRequestTypeDef]
1416
+ self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageTypeDef]
1405
1417
  ) -> DescribeSnapshotSchedulesOutputMessageTypeDef:
1406
1418
  """
1407
1419
  Returns a list of snapshot schedules.
@@ -1419,7 +1431,7 @@ class RedshiftClient(BaseClient):
1419
1431
  """
1420
1432
 
1421
1433
  def describe_table_restore_status(
1422
- self, **kwargs: Unpack[DescribeTableRestoreStatusMessageRequestTypeDef]
1434
+ self, **kwargs: Unpack[DescribeTableRestoreStatusMessageTypeDef]
1423
1435
  ) -> TableRestoreStatusMessageTypeDef:
1424
1436
  """
1425
1437
  Lists the status of one or more table restore requests made using the
@@ -1430,7 +1442,7 @@ class RedshiftClient(BaseClient):
1430
1442
  """
1431
1443
 
1432
1444
  def describe_tags(
1433
- self, **kwargs: Unpack[DescribeTagsMessageRequestTypeDef]
1445
+ self, **kwargs: Unpack[DescribeTagsMessageTypeDef]
1434
1446
  ) -> TaggedResourceListMessageTypeDef:
1435
1447
  """
1436
1448
  Returns a list of tags.
@@ -1440,7 +1452,7 @@ class RedshiftClient(BaseClient):
1440
1452
  """
1441
1453
 
1442
1454
  def describe_usage_limits(
1443
- self, **kwargs: Unpack[DescribeUsageLimitsMessageRequestTypeDef]
1455
+ self, **kwargs: Unpack[DescribeUsageLimitsMessageTypeDef]
1444
1456
  ) -> UsageLimitListTypeDef:
1445
1457
  """
1446
1458
  Shows usage limits on a cluster.
@@ -1450,7 +1462,7 @@ class RedshiftClient(BaseClient):
1450
1462
  """
1451
1463
 
1452
1464
  def disable_logging(
1453
- self, **kwargs: Unpack[DisableLoggingMessageRequestTypeDef]
1465
+ self, **kwargs: Unpack[DisableLoggingMessageTypeDef]
1454
1466
  ) -> LoggingStatusTypeDef:
1455
1467
  """
1456
1468
  Stops logging information, such as queries and connection attempts, for the
@@ -1461,7 +1473,7 @@ class RedshiftClient(BaseClient):
1461
1473
  """
1462
1474
 
1463
1475
  def disable_snapshot_copy(
1464
- self, **kwargs: Unpack[DisableSnapshotCopyMessageRequestTypeDef]
1476
+ self, **kwargs: Unpack[DisableSnapshotCopyMessageTypeDef]
1465
1477
  ) -> DisableSnapshotCopyResultTypeDef:
1466
1478
  """
1467
1479
  Disables the automatic copying of snapshots from one region to another region
@@ -1472,7 +1484,7 @@ class RedshiftClient(BaseClient):
1472
1484
  """
1473
1485
 
1474
1486
  def disassociate_data_share_consumer(
1475
- self, **kwargs: Unpack[DisassociateDataShareConsumerMessageRequestTypeDef]
1487
+ self, **kwargs: Unpack[DisassociateDataShareConsumerMessageTypeDef]
1476
1488
  ) -> DataShareResponseTypeDef:
1477
1489
  """
1478
1490
  From a datashare consumer account, remove association for the specified
@@ -1482,9 +1494,7 @@ class RedshiftClient(BaseClient):
1482
1494
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disassociate_data_share_consumer)
1483
1495
  """
1484
1496
 
1485
- def enable_logging(
1486
- self, **kwargs: Unpack[EnableLoggingMessageRequestTypeDef]
1487
- ) -> LoggingStatusTypeDef:
1497
+ def enable_logging(self, **kwargs: Unpack[EnableLoggingMessageTypeDef]) -> LoggingStatusTypeDef:
1488
1498
  """
1489
1499
  Starts logging information, such as queries and connection attempts, for the
1490
1500
  specified Amazon Redshift cluster.
@@ -1494,7 +1504,7 @@ class RedshiftClient(BaseClient):
1494
1504
  """
1495
1505
 
1496
1506
  def enable_snapshot_copy(
1497
- self, **kwargs: Unpack[EnableSnapshotCopyMessageRequestTypeDef]
1507
+ self, **kwargs: Unpack[EnableSnapshotCopyMessageTypeDef]
1498
1508
  ) -> EnableSnapshotCopyResultTypeDef:
1499
1509
  """
1500
1510
  Enables the automatic copy of snapshots from one region to another region for a
@@ -1505,7 +1515,7 @@ class RedshiftClient(BaseClient):
1505
1515
  """
1506
1516
 
1507
1517
  def failover_primary_compute(
1508
- self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageRequestTypeDef]
1518
+ self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageTypeDef]
1509
1519
  ) -> FailoverPrimaryComputeResultTypeDef:
1510
1520
  """
1511
1521
  Fails over the primary compute unit of the specified Multi-AZ cluster to
@@ -1516,7 +1526,7 @@ class RedshiftClient(BaseClient):
1516
1526
  """
1517
1527
 
1518
1528
  def get_cluster_credentials(
1519
- self, **kwargs: Unpack[GetClusterCredentialsMessageRequestTypeDef]
1529
+ self, **kwargs: Unpack[GetClusterCredentialsMessageTypeDef]
1520
1530
  ) -> ClusterCredentialsTypeDef:
1521
1531
  """
1522
1532
  Returns a database user name and temporary password with temporary
@@ -1527,7 +1537,7 @@ class RedshiftClient(BaseClient):
1527
1537
  """
1528
1538
 
1529
1539
  def get_cluster_credentials_with_iam(
1530
- self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageRequestTypeDef]
1540
+ self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageTypeDef]
1531
1541
  ) -> ClusterExtendedCredentialsTypeDef:
1532
1542
  """
1533
1543
  Returns a database user name and temporary password with temporary
@@ -1538,8 +1548,7 @@ class RedshiftClient(BaseClient):
1538
1548
  """
1539
1549
 
1540
1550
  def get_reserved_node_exchange_configuration_options(
1541
- self,
1542
- **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef],
1551
+ self, **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef]
1543
1552
  ) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
1544
1553
  """
1545
1554
  Gets the configuration options for the reserved-node exchange.
@@ -1549,7 +1558,7 @@ class RedshiftClient(BaseClient):
1549
1558
  """
1550
1559
 
1551
1560
  def get_reserved_node_exchange_offerings(
1552
- self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef]
1561
+ self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageTypeDef]
1553
1562
  ) -> GetReservedNodeExchangeOfferingsOutputMessageTypeDef:
1554
1563
  """
1555
1564
  Returns an array of DC2 ReservedNodeOfferings that matches the payment type,
@@ -1560,7 +1569,7 @@ class RedshiftClient(BaseClient):
1560
1569
  """
1561
1570
 
1562
1571
  def get_resource_policy(
1563
- self, **kwargs: Unpack[GetResourcePolicyMessageRequestTypeDef]
1572
+ self, **kwargs: Unpack[GetResourcePolicyMessageTypeDef]
1564
1573
  ) -> GetResourcePolicyResultTypeDef:
1565
1574
  """
1566
1575
  Get the resource policy for a specified resource.
@@ -1570,7 +1579,7 @@ class RedshiftClient(BaseClient):
1570
1579
  """
1571
1580
 
1572
1581
  def list_recommendations(
1573
- self, **kwargs: Unpack[ListRecommendationsMessageRequestTypeDef]
1582
+ self, **kwargs: Unpack[ListRecommendationsMessageTypeDef]
1574
1583
  ) -> ListRecommendationsResultTypeDef:
1575
1584
  """
1576
1585
  List the Amazon Redshift Advisor recommendations for one or multiple Amazon
@@ -1581,7 +1590,7 @@ class RedshiftClient(BaseClient):
1581
1590
  """
1582
1591
 
1583
1592
  def modify_aqua_configuration(
1584
- self, **kwargs: Unpack[ModifyAquaInputMessageRequestTypeDef]
1593
+ self, **kwargs: Unpack[ModifyAquaInputMessageTypeDef]
1585
1594
  ) -> ModifyAquaOutputMessageTypeDef:
1586
1595
  """
1587
1596
  This operation is retired.
@@ -1591,7 +1600,7 @@ class RedshiftClient(BaseClient):
1591
1600
  """
1592
1601
 
1593
1602
  def modify_authentication_profile(
1594
- self, **kwargs: Unpack[ModifyAuthenticationProfileMessageRequestTypeDef]
1603
+ self, **kwargs: Unpack[ModifyAuthenticationProfileMessageTypeDef]
1595
1604
  ) -> ModifyAuthenticationProfileResultTypeDef:
1596
1605
  """
1597
1606
  Modifies an authentication profile.
@@ -1601,7 +1610,7 @@ class RedshiftClient(BaseClient):
1601
1610
  """
1602
1611
 
1603
1612
  def modify_cluster(
1604
- self, **kwargs: Unpack[ModifyClusterMessageRequestTypeDef]
1613
+ self, **kwargs: Unpack[ModifyClusterMessageTypeDef]
1605
1614
  ) -> ModifyClusterResultTypeDef:
1606
1615
  """
1607
1616
  Modifies the settings for a cluster.
@@ -1611,7 +1620,7 @@ class RedshiftClient(BaseClient):
1611
1620
  """
1612
1621
 
1613
1622
  def modify_cluster_db_revision(
1614
- self, **kwargs: Unpack[ModifyClusterDbRevisionMessageRequestTypeDef]
1623
+ self, **kwargs: Unpack[ModifyClusterDbRevisionMessageTypeDef]
1615
1624
  ) -> ModifyClusterDbRevisionResultTypeDef:
1616
1625
  """
1617
1626
  Modifies the database revision of a cluster.
@@ -1621,7 +1630,7 @@ class RedshiftClient(BaseClient):
1621
1630
  """
1622
1631
 
1623
1632
  def modify_cluster_iam_roles(
1624
- self, **kwargs: Unpack[ModifyClusterIamRolesMessageRequestTypeDef]
1633
+ self, **kwargs: Unpack[ModifyClusterIamRolesMessageTypeDef]
1625
1634
  ) -> ModifyClusterIamRolesResultTypeDef:
1626
1635
  """
1627
1636
  Modifies the list of Identity and Access Management (IAM) roles that can be
@@ -1632,7 +1641,7 @@ class RedshiftClient(BaseClient):
1632
1641
  """
1633
1642
 
1634
1643
  def modify_cluster_maintenance(
1635
- self, **kwargs: Unpack[ModifyClusterMaintenanceMessageRequestTypeDef]
1644
+ self, **kwargs: Unpack[ModifyClusterMaintenanceMessageTypeDef]
1636
1645
  ) -> ModifyClusterMaintenanceResultTypeDef:
1637
1646
  """
1638
1647
  Modifies the maintenance settings of a cluster.
@@ -1642,7 +1651,7 @@ class RedshiftClient(BaseClient):
1642
1651
  """
1643
1652
 
1644
1653
  def modify_cluster_parameter_group(
1645
- self, **kwargs: Unpack[ModifyClusterParameterGroupMessageRequestTypeDef]
1654
+ self, **kwargs: Unpack[ModifyClusterParameterGroupMessageTypeDef]
1646
1655
  ) -> ClusterParameterGroupNameMessageTypeDef:
1647
1656
  """
1648
1657
  Modifies the parameters of a parameter group.
@@ -1652,7 +1661,7 @@ class RedshiftClient(BaseClient):
1652
1661
  """
1653
1662
 
1654
1663
  def modify_cluster_snapshot(
1655
- self, **kwargs: Unpack[ModifyClusterSnapshotMessageRequestTypeDef]
1664
+ self, **kwargs: Unpack[ModifyClusterSnapshotMessageTypeDef]
1656
1665
  ) -> ModifyClusterSnapshotResultTypeDef:
1657
1666
  """
1658
1667
  Modifies the settings for a snapshot.
@@ -1662,7 +1671,7 @@ class RedshiftClient(BaseClient):
1662
1671
  """
1663
1672
 
1664
1673
  def modify_cluster_snapshot_schedule(
1665
- self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageRequestTypeDef]
1674
+ self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageTypeDef]
1666
1675
  ) -> EmptyResponseMetadataTypeDef:
1667
1676
  """
1668
1677
  Modifies a snapshot schedule for a cluster.
@@ -1672,7 +1681,7 @@ class RedshiftClient(BaseClient):
1672
1681
  """
1673
1682
 
1674
1683
  def modify_cluster_subnet_group(
1675
- self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageRequestTypeDef]
1684
+ self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageTypeDef]
1676
1685
  ) -> ModifyClusterSubnetGroupResultTypeDef:
1677
1686
  """
1678
1687
  Modifies a cluster subnet group to include the specified list of VPC subnets.
@@ -1682,7 +1691,7 @@ class RedshiftClient(BaseClient):
1682
1691
  """
1683
1692
 
1684
1693
  def modify_custom_domain_association(
1685
- self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageRequestTypeDef]
1694
+ self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageTypeDef]
1686
1695
  ) -> ModifyCustomDomainAssociationResultTypeDef:
1687
1696
  """
1688
1697
  Contains information for changing a custom domain association.
@@ -1692,7 +1701,7 @@ class RedshiftClient(BaseClient):
1692
1701
  """
1693
1702
 
1694
1703
  def modify_endpoint_access(
1695
- self, **kwargs: Unpack[ModifyEndpointAccessMessageRequestTypeDef]
1704
+ self, **kwargs: Unpack[ModifyEndpointAccessMessageTypeDef]
1696
1705
  ) -> EndpointAccessResponseTypeDef:
1697
1706
  """
1698
1707
  Modifies a Redshift-managed VPC endpoint.
@@ -1702,7 +1711,7 @@ class RedshiftClient(BaseClient):
1702
1711
  """
1703
1712
 
1704
1713
  def modify_event_subscription(
1705
- self, **kwargs: Unpack[ModifyEventSubscriptionMessageRequestTypeDef]
1714
+ self, **kwargs: Unpack[ModifyEventSubscriptionMessageTypeDef]
1706
1715
  ) -> ModifyEventSubscriptionResultTypeDef:
1707
1716
  """
1708
1717
  Modifies an existing Amazon Redshift event notification subscription.
@@ -1712,7 +1721,7 @@ class RedshiftClient(BaseClient):
1712
1721
  """
1713
1722
 
1714
1723
  def modify_integration(
1715
- self, **kwargs: Unpack[ModifyIntegrationMessageRequestTypeDef]
1724
+ self, **kwargs: Unpack[ModifyIntegrationMessageTypeDef]
1716
1725
  ) -> IntegrationResponseTypeDef:
1717
1726
  """
1718
1727
  Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.
@@ -1722,7 +1731,7 @@ class RedshiftClient(BaseClient):
1722
1731
  """
1723
1732
 
1724
1733
  def modify_redshift_idc_application(
1725
- self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageRequestTypeDef]
1734
+ self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageTypeDef]
1726
1735
  ) -> ModifyRedshiftIdcApplicationResultTypeDef:
1727
1736
  """
1728
1737
  Changes an existing Amazon Redshift IAM Identity Center application.
@@ -1732,7 +1741,7 @@ class RedshiftClient(BaseClient):
1732
1741
  """
1733
1742
 
1734
1743
  def modify_scheduled_action(
1735
- self, **kwargs: Unpack[ModifyScheduledActionMessageRequestTypeDef]
1744
+ self, **kwargs: Unpack[ModifyScheduledActionMessageTypeDef]
1736
1745
  ) -> ScheduledActionResponseTypeDef:
1737
1746
  """
1738
1747
  Modifies a scheduled action.
@@ -1742,7 +1751,7 @@ class RedshiftClient(BaseClient):
1742
1751
  """
1743
1752
 
1744
1753
  def modify_snapshot_copy_retention_period(
1745
- self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef]
1754
+ self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageTypeDef]
1746
1755
  ) -> ModifySnapshotCopyRetentionPeriodResultTypeDef:
1747
1756
  """
1748
1757
  Modifies the number of days to retain snapshots in the destination Amazon Web
@@ -1754,7 +1763,7 @@ class RedshiftClient(BaseClient):
1754
1763
  """
1755
1764
 
1756
1765
  def modify_snapshot_schedule(
1757
- self, **kwargs: Unpack[ModifySnapshotScheduleMessageRequestTypeDef]
1766
+ self, **kwargs: Unpack[ModifySnapshotScheduleMessageTypeDef]
1758
1767
  ) -> SnapshotScheduleResponseTypeDef:
1759
1768
  """
1760
1769
  Modifies a snapshot schedule.
@@ -1764,7 +1773,7 @@ class RedshiftClient(BaseClient):
1764
1773
  """
1765
1774
 
1766
1775
  def modify_usage_limit(
1767
- self, **kwargs: Unpack[ModifyUsageLimitMessageRequestTypeDef]
1776
+ self, **kwargs: Unpack[ModifyUsageLimitMessageTypeDef]
1768
1777
  ) -> UsageLimitResponseTypeDef:
1769
1778
  """
1770
1779
  Modifies a usage limit in a cluster.
@@ -1784,7 +1793,7 @@ class RedshiftClient(BaseClient):
1784
1793
  """
1785
1794
 
1786
1795
  def purchase_reserved_node_offering(
1787
- self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageRequestTypeDef]
1796
+ self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageTypeDef]
1788
1797
  ) -> PurchaseReservedNodeOfferingResultTypeDef:
1789
1798
  """
1790
1799
  Allows you to purchase reserved nodes.
@@ -1794,7 +1803,7 @@ class RedshiftClient(BaseClient):
1794
1803
  """
1795
1804
 
1796
1805
  def put_resource_policy(
1797
- self, **kwargs: Unpack[PutResourcePolicyMessageRequestTypeDef]
1806
+ self, **kwargs: Unpack[PutResourcePolicyMessageTypeDef]
1798
1807
  ) -> PutResourcePolicyResultTypeDef:
1799
1808
  """
1800
1809
  Updates the resource policy for a specified resource.
@@ -1804,7 +1813,7 @@ class RedshiftClient(BaseClient):
1804
1813
  """
1805
1814
 
1806
1815
  def reboot_cluster(
1807
- self, **kwargs: Unpack[RebootClusterMessageRequestTypeDef]
1816
+ self, **kwargs: Unpack[RebootClusterMessageTypeDef]
1808
1817
  ) -> RebootClusterResultTypeDef:
1809
1818
  """
1810
1819
  Reboots a cluster.
@@ -1813,8 +1822,19 @@ class RedshiftClient(BaseClient):
1813
1822
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#reboot_cluster)
1814
1823
  """
1815
1824
 
1825
+ def register_namespace(
1826
+ self, **kwargs: Unpack[RegisterNamespaceInputMessageTypeDef]
1827
+ ) -> RegisterNamespaceOutputMessageTypeDef:
1828
+ """
1829
+ Registers a cluster or serverless namespace to the Amazon Web Services Glue
1830
+ Data Catalog.
1831
+
1832
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/register_namespace.html)
1833
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#register_namespace)
1834
+ """
1835
+
1816
1836
  def reject_data_share(
1817
- self, **kwargs: Unpack[RejectDataShareMessageRequestTypeDef]
1837
+ self, **kwargs: Unpack[RejectDataShareMessageTypeDef]
1818
1838
  ) -> DataShareResponseTypeDef:
1819
1839
  """
1820
1840
  From a datashare consumer account, rejects the specified datashare.
@@ -1824,7 +1844,7 @@ class RedshiftClient(BaseClient):
1824
1844
  """
1825
1845
 
1826
1846
  def reset_cluster_parameter_group(
1827
- self, **kwargs: Unpack[ResetClusterParameterGroupMessageRequestTypeDef]
1847
+ self, **kwargs: Unpack[ResetClusterParameterGroupMessageTypeDef]
1828
1848
  ) -> ClusterParameterGroupNameMessageTypeDef:
1829
1849
  """
1830
1850
  Sets one or more parameters of the specified parameter group to their default
@@ -1845,7 +1865,7 @@ class RedshiftClient(BaseClient):
1845
1865
  """
1846
1866
 
1847
1867
  def restore_from_cluster_snapshot(
1848
- self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageRequestTypeDef]
1868
+ self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageTypeDef]
1849
1869
  ) -> RestoreFromClusterSnapshotResultTypeDef:
1850
1870
  """
1851
1871
  Creates a new cluster from a snapshot.
@@ -1855,7 +1875,7 @@ class RedshiftClient(BaseClient):
1855
1875
  """
1856
1876
 
1857
1877
  def restore_table_from_cluster_snapshot(
1858
- self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageRequestTypeDef]
1878
+ self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageTypeDef]
1859
1879
  ) -> RestoreTableFromClusterSnapshotResultTypeDef:
1860
1880
  """
1861
1881
  Creates a new table from a table in an Amazon Redshift cluster snapshot.
@@ -1875,7 +1895,7 @@ class RedshiftClient(BaseClient):
1875
1895
  """
1876
1896
 
1877
1897
  def revoke_cluster_security_group_ingress(
1878
- self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageRequestTypeDef]
1898
+ self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageTypeDef]
1879
1899
  ) -> RevokeClusterSecurityGroupIngressResultTypeDef:
1880
1900
  """
1881
1901
  Revokes an ingress rule in an Amazon Redshift security group for a previously
@@ -1886,7 +1906,7 @@ class RedshiftClient(BaseClient):
1886
1906
  """
1887
1907
 
1888
1908
  def revoke_endpoint_access(
1889
- self, **kwargs: Unpack[RevokeEndpointAccessMessageRequestTypeDef]
1909
+ self, **kwargs: Unpack[RevokeEndpointAccessMessageTypeDef]
1890
1910
  ) -> EndpointAuthorizationResponseTypeDef:
1891
1911
  """
1892
1912
  Revokes access to a cluster.
@@ -1896,7 +1916,7 @@ class RedshiftClient(BaseClient):
1896
1916
  """
1897
1917
 
1898
1918
  def revoke_snapshot_access(
1899
- self, **kwargs: Unpack[RevokeSnapshotAccessMessageRequestTypeDef]
1919
+ self, **kwargs: Unpack[RevokeSnapshotAccessMessageTypeDef]
1900
1920
  ) -> RevokeSnapshotAccessResultTypeDef:
1901
1921
  """
1902
1922
  Removes the ability of the specified Amazon Web Services account to restore the
@@ -1907,7 +1927,7 @@ class RedshiftClient(BaseClient):
1907
1927
  """
1908
1928
 
1909
1929
  def rotate_encryption_key(
1910
- self, **kwargs: Unpack[RotateEncryptionKeyMessageRequestTypeDef]
1930
+ self, **kwargs: Unpack[RotateEncryptionKeyMessageTypeDef]
1911
1931
  ) -> RotateEncryptionKeyResultTypeDef:
1912
1932
  """
1913
1933
  Rotates the encryption keys for a cluster.
@@ -1917,7 +1937,7 @@ class RedshiftClient(BaseClient):
1917
1937
  """
1918
1938
 
1919
1939
  def update_partner_status(
1920
- self, **kwargs: Unpack[UpdatePartnerStatusInputMessageRequestTypeDef]
1940
+ self, **kwargs: Unpack[UpdatePartnerStatusInputMessageTypeDef]
1921
1941
  ) -> PartnerIntegrationOutputMessageTypeDef:
1922
1942
  """
1923
1943
  Updates the status of a partner integration.
@@ -1926,8 +1946,8 @@ class RedshiftClient(BaseClient):
1926
1946
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#update_partner_status)
1927
1947
  """
1928
1948
 
1929
- @overload
1930
- def get_paginator(
1949
+ @overload # type: ignore[override]
1950
+ def get_paginator( # type: ignore[override]
1931
1951
  self, operation_name: Literal["describe_cluster_db_revisions"]
1932
1952
  ) -> DescribeClusterDbRevisionsPaginator:
1933
1953
  """
@@ -1937,8 +1957,8 @@ class RedshiftClient(BaseClient):
1937
1957
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1938
1958
  """
1939
1959
 
1940
- @overload
1941
- def get_paginator(
1960
+ @overload # type: ignore[override]
1961
+ def get_paginator( # type: ignore[override]
1942
1962
  self, operation_name: Literal["describe_cluster_parameter_groups"]
1943
1963
  ) -> DescribeClusterParameterGroupsPaginator:
1944
1964
  """
@@ -1948,8 +1968,8 @@ class RedshiftClient(BaseClient):
1948
1968
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1949
1969
  """
1950
1970
 
1951
- @overload
1952
- def get_paginator(
1971
+ @overload # type: ignore[override]
1972
+ def get_paginator( # type: ignore[override]
1953
1973
  self, operation_name: Literal["describe_cluster_parameters"]
1954
1974
  ) -> DescribeClusterParametersPaginator:
1955
1975
  """
@@ -1959,8 +1979,8 @@ class RedshiftClient(BaseClient):
1959
1979
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1960
1980
  """
1961
1981
 
1962
- @overload
1963
- def get_paginator(
1982
+ @overload # type: ignore[override]
1983
+ def get_paginator( # type: ignore[override]
1964
1984
  self, operation_name: Literal["describe_cluster_security_groups"]
1965
1985
  ) -> DescribeClusterSecurityGroupsPaginator:
1966
1986
  """
@@ -1970,8 +1990,8 @@ class RedshiftClient(BaseClient):
1970
1990
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1971
1991
  """
1972
1992
 
1973
- @overload
1974
- def get_paginator(
1993
+ @overload # type: ignore[override]
1994
+ def get_paginator( # type: ignore[override]
1975
1995
  self, operation_name: Literal["describe_cluster_snapshots"]
1976
1996
  ) -> DescribeClusterSnapshotsPaginator:
1977
1997
  """
@@ -1981,8 +2001,8 @@ class RedshiftClient(BaseClient):
1981
2001
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1982
2002
  """
1983
2003
 
1984
- @overload
1985
- def get_paginator(
2004
+ @overload # type: ignore[override]
2005
+ def get_paginator( # type: ignore[override]
1986
2006
  self, operation_name: Literal["describe_cluster_subnet_groups"]
1987
2007
  ) -> DescribeClusterSubnetGroupsPaginator:
1988
2008
  """
@@ -1992,8 +2012,8 @@ class RedshiftClient(BaseClient):
1992
2012
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
1993
2013
  """
1994
2014
 
1995
- @overload
1996
- def get_paginator(
2015
+ @overload # type: ignore[override]
2016
+ def get_paginator( # type: ignore[override]
1997
2017
  self, operation_name: Literal["describe_cluster_tracks"]
1998
2018
  ) -> DescribeClusterTracksPaginator:
1999
2019
  """
@@ -2003,8 +2023,8 @@ class RedshiftClient(BaseClient):
2003
2023
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2004
2024
  """
2005
2025
 
2006
- @overload
2007
- def get_paginator(
2026
+ @overload # type: ignore[override]
2027
+ def get_paginator( # type: ignore[override]
2008
2028
  self, operation_name: Literal["describe_cluster_versions"]
2009
2029
  ) -> DescribeClusterVersionsPaginator:
2010
2030
  """
@@ -2014,8 +2034,8 @@ class RedshiftClient(BaseClient):
2014
2034
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2015
2035
  """
2016
2036
 
2017
- @overload
2018
- def get_paginator(
2037
+ @overload # type: ignore[override]
2038
+ def get_paginator( # type: ignore[override]
2019
2039
  self, operation_name: Literal["describe_clusters"]
2020
2040
  ) -> DescribeClustersPaginator:
2021
2041
  """
@@ -2025,8 +2045,8 @@ class RedshiftClient(BaseClient):
2025
2045
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2026
2046
  """
2027
2047
 
2028
- @overload
2029
- def get_paginator(
2048
+ @overload # type: ignore[override]
2049
+ def get_paginator( # type: ignore[override]
2030
2050
  self, operation_name: Literal["describe_custom_domain_associations"]
2031
2051
  ) -> DescribeCustomDomainAssociationsPaginator:
2032
2052
  """
@@ -2036,8 +2056,8 @@ class RedshiftClient(BaseClient):
2036
2056
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2037
2057
  """
2038
2058
 
2039
- @overload
2040
- def get_paginator(
2059
+ @overload # type: ignore[override]
2060
+ def get_paginator( # type: ignore[override]
2041
2061
  self, operation_name: Literal["describe_data_shares_for_consumer"]
2042
2062
  ) -> DescribeDataSharesForConsumerPaginator:
2043
2063
  """
@@ -2047,8 +2067,8 @@ class RedshiftClient(BaseClient):
2047
2067
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2048
2068
  """
2049
2069
 
2050
- @overload
2051
- def get_paginator(
2070
+ @overload # type: ignore[override]
2071
+ def get_paginator( # type: ignore[override]
2052
2072
  self, operation_name: Literal["describe_data_shares_for_producer"]
2053
2073
  ) -> DescribeDataSharesForProducerPaginator:
2054
2074
  """
@@ -2058,8 +2078,8 @@ class RedshiftClient(BaseClient):
2058
2078
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2059
2079
  """
2060
2080
 
2061
- @overload
2062
- def get_paginator(
2081
+ @overload # type: ignore[override]
2082
+ def get_paginator( # type: ignore[override]
2063
2083
  self, operation_name: Literal["describe_data_shares"]
2064
2084
  ) -> DescribeDataSharesPaginator:
2065
2085
  """
@@ -2069,8 +2089,8 @@ class RedshiftClient(BaseClient):
2069
2089
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2070
2090
  """
2071
2091
 
2072
- @overload
2073
- def get_paginator(
2092
+ @overload # type: ignore[override]
2093
+ def get_paginator( # type: ignore[override]
2074
2094
  self, operation_name: Literal["describe_default_cluster_parameters"]
2075
2095
  ) -> DescribeDefaultClusterParametersPaginator:
2076
2096
  """
@@ -2080,8 +2100,8 @@ class RedshiftClient(BaseClient):
2080
2100
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2081
2101
  """
2082
2102
 
2083
- @overload
2084
- def get_paginator(
2103
+ @overload # type: ignore[override]
2104
+ def get_paginator( # type: ignore[override]
2085
2105
  self, operation_name: Literal["describe_endpoint_access"]
2086
2106
  ) -> DescribeEndpointAccessPaginator:
2087
2107
  """
@@ -2091,8 +2111,8 @@ class RedshiftClient(BaseClient):
2091
2111
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2092
2112
  """
2093
2113
 
2094
- @overload
2095
- def get_paginator(
2114
+ @overload # type: ignore[override]
2115
+ def get_paginator( # type: ignore[override]
2096
2116
  self, operation_name: Literal["describe_endpoint_authorization"]
2097
2117
  ) -> DescribeEndpointAuthorizationPaginator:
2098
2118
  """
@@ -2102,8 +2122,8 @@ class RedshiftClient(BaseClient):
2102
2122
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2103
2123
  """
2104
2124
 
2105
- @overload
2106
- def get_paginator(
2125
+ @overload # type: ignore[override]
2126
+ def get_paginator( # type: ignore[override]
2107
2127
  self, operation_name: Literal["describe_event_subscriptions"]
2108
2128
  ) -> DescribeEventSubscriptionsPaginator:
2109
2129
  """
@@ -2113,8 +2133,10 @@ class RedshiftClient(BaseClient):
2113
2133
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2114
2134
  """
2115
2135
 
2116
- @overload
2117
- def get_paginator(self, operation_name: Literal["describe_events"]) -> DescribeEventsPaginator:
2136
+ @overload # type: ignore[override]
2137
+ def get_paginator( # type: ignore[override]
2138
+ self, operation_name: Literal["describe_events"]
2139
+ ) -> DescribeEventsPaginator:
2118
2140
  """
2119
2141
  Create a paginator for an operation.
2120
2142
 
@@ -2122,8 +2144,8 @@ class RedshiftClient(BaseClient):
2122
2144
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2123
2145
  """
2124
2146
 
2125
- @overload
2126
- def get_paginator(
2147
+ @overload # type: ignore[override]
2148
+ def get_paginator( # type: ignore[override]
2127
2149
  self, operation_name: Literal["describe_hsm_client_certificates"]
2128
2150
  ) -> DescribeHsmClientCertificatesPaginator:
2129
2151
  """
@@ -2133,8 +2155,8 @@ class RedshiftClient(BaseClient):
2133
2155
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2134
2156
  """
2135
2157
 
2136
- @overload
2137
- def get_paginator(
2158
+ @overload # type: ignore[override]
2159
+ def get_paginator( # type: ignore[override]
2138
2160
  self, operation_name: Literal["describe_hsm_configurations"]
2139
2161
  ) -> DescribeHsmConfigurationsPaginator:
2140
2162
  """
@@ -2144,8 +2166,8 @@ class RedshiftClient(BaseClient):
2144
2166
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2145
2167
  """
2146
2168
 
2147
- @overload
2148
- def get_paginator(
2169
+ @overload # type: ignore[override]
2170
+ def get_paginator( # type: ignore[override]
2149
2171
  self, operation_name: Literal["describe_inbound_integrations"]
2150
2172
  ) -> DescribeInboundIntegrationsPaginator:
2151
2173
  """
@@ -2155,8 +2177,8 @@ class RedshiftClient(BaseClient):
2155
2177
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2156
2178
  """
2157
2179
 
2158
- @overload
2159
- def get_paginator(
2180
+ @overload # type: ignore[override]
2181
+ def get_paginator( # type: ignore[override]
2160
2182
  self, operation_name: Literal["describe_integrations"]
2161
2183
  ) -> DescribeIntegrationsPaginator:
2162
2184
  """
@@ -2166,8 +2188,8 @@ class RedshiftClient(BaseClient):
2166
2188
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2167
2189
  """
2168
2190
 
2169
- @overload
2170
- def get_paginator(
2191
+ @overload # type: ignore[override]
2192
+ def get_paginator( # type: ignore[override]
2171
2193
  self, operation_name: Literal["describe_node_configuration_options"]
2172
2194
  ) -> DescribeNodeConfigurationOptionsPaginator:
2173
2195
  """
@@ -2177,8 +2199,8 @@ class RedshiftClient(BaseClient):
2177
2199
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2178
2200
  """
2179
2201
 
2180
- @overload
2181
- def get_paginator(
2202
+ @overload # type: ignore[override]
2203
+ def get_paginator( # type: ignore[override]
2182
2204
  self, operation_name: Literal["describe_orderable_cluster_options"]
2183
2205
  ) -> DescribeOrderableClusterOptionsPaginator:
2184
2206
  """
@@ -2188,8 +2210,8 @@ class RedshiftClient(BaseClient):
2188
2210
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2189
2211
  """
2190
2212
 
2191
- @overload
2192
- def get_paginator(
2213
+ @overload # type: ignore[override]
2214
+ def get_paginator( # type: ignore[override]
2193
2215
  self, operation_name: Literal["describe_redshift_idc_applications"]
2194
2216
  ) -> DescribeRedshiftIdcApplicationsPaginator:
2195
2217
  """
@@ -2199,8 +2221,8 @@ class RedshiftClient(BaseClient):
2199
2221
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2200
2222
  """
2201
2223
 
2202
- @overload
2203
- def get_paginator(
2224
+ @overload # type: ignore[override]
2225
+ def get_paginator( # type: ignore[override]
2204
2226
  self, operation_name: Literal["describe_reserved_node_exchange_status"]
2205
2227
  ) -> DescribeReservedNodeExchangeStatusPaginator:
2206
2228
  """
@@ -2210,8 +2232,8 @@ class RedshiftClient(BaseClient):
2210
2232
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2211
2233
  """
2212
2234
 
2213
- @overload
2214
- def get_paginator(
2235
+ @overload # type: ignore[override]
2236
+ def get_paginator( # type: ignore[override]
2215
2237
  self, operation_name: Literal["describe_reserved_node_offerings"]
2216
2238
  ) -> DescribeReservedNodeOfferingsPaginator:
2217
2239
  """
@@ -2221,8 +2243,8 @@ class RedshiftClient(BaseClient):
2221
2243
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2222
2244
  """
2223
2245
 
2224
- @overload
2225
- def get_paginator(
2246
+ @overload # type: ignore[override]
2247
+ def get_paginator( # type: ignore[override]
2226
2248
  self, operation_name: Literal["describe_reserved_nodes"]
2227
2249
  ) -> DescribeReservedNodesPaginator:
2228
2250
  """
@@ -2232,8 +2254,8 @@ class RedshiftClient(BaseClient):
2232
2254
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2233
2255
  """
2234
2256
 
2235
- @overload
2236
- def get_paginator(
2257
+ @overload # type: ignore[override]
2258
+ def get_paginator( # type: ignore[override]
2237
2259
  self, operation_name: Literal["describe_scheduled_actions"]
2238
2260
  ) -> DescribeScheduledActionsPaginator:
2239
2261
  """
@@ -2243,8 +2265,8 @@ class RedshiftClient(BaseClient):
2243
2265
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2244
2266
  """
2245
2267
 
2246
- @overload
2247
- def get_paginator(
2268
+ @overload # type: ignore[override]
2269
+ def get_paginator( # type: ignore[override]
2248
2270
  self, operation_name: Literal["describe_snapshot_copy_grants"]
2249
2271
  ) -> DescribeSnapshotCopyGrantsPaginator:
2250
2272
  """
@@ -2254,8 +2276,8 @@ class RedshiftClient(BaseClient):
2254
2276
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2255
2277
  """
2256
2278
 
2257
- @overload
2258
- def get_paginator(
2279
+ @overload # type: ignore[override]
2280
+ def get_paginator( # type: ignore[override]
2259
2281
  self, operation_name: Literal["describe_snapshot_schedules"]
2260
2282
  ) -> DescribeSnapshotSchedulesPaginator:
2261
2283
  """
@@ -2265,8 +2287,8 @@ class RedshiftClient(BaseClient):
2265
2287
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2266
2288
  """
2267
2289
 
2268
- @overload
2269
- def get_paginator(
2290
+ @overload # type: ignore[override]
2291
+ def get_paginator( # type: ignore[override]
2270
2292
  self, operation_name: Literal["describe_table_restore_status"]
2271
2293
  ) -> DescribeTableRestoreStatusPaginator:
2272
2294
  """
@@ -2276,8 +2298,10 @@ class RedshiftClient(BaseClient):
2276
2298
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2277
2299
  """
2278
2300
 
2279
- @overload
2280
- def get_paginator(self, operation_name: Literal["describe_tags"]) -> DescribeTagsPaginator:
2301
+ @overload # type: ignore[override]
2302
+ def get_paginator( # type: ignore[override]
2303
+ self, operation_name: Literal["describe_tags"]
2304
+ ) -> DescribeTagsPaginator:
2281
2305
  """
2282
2306
  Create a paginator for an operation.
2283
2307
 
@@ -2285,8 +2309,8 @@ class RedshiftClient(BaseClient):
2285
2309
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2286
2310
  """
2287
2311
 
2288
- @overload
2289
- def get_paginator(
2312
+ @overload # type: ignore[override]
2313
+ def get_paginator( # type: ignore[override]
2290
2314
  self, operation_name: Literal["describe_usage_limits"]
2291
2315
  ) -> DescribeUsageLimitsPaginator:
2292
2316
  """
@@ -2296,8 +2320,8 @@ class RedshiftClient(BaseClient):
2296
2320
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2297
2321
  """
2298
2322
 
2299
- @overload
2300
- def get_paginator(
2323
+ @overload # type: ignore[override]
2324
+ def get_paginator( # type: ignore[override]
2301
2325
  self, operation_name: Literal["get_reserved_node_exchange_configuration_options"]
2302
2326
  ) -> GetReservedNodeExchangeConfigurationOptionsPaginator:
2303
2327
  """
@@ -2307,8 +2331,8 @@ class RedshiftClient(BaseClient):
2307
2331
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2308
2332
  """
2309
2333
 
2310
- @overload
2311
- def get_paginator(
2334
+ @overload # type: ignore[override]
2335
+ def get_paginator( # type: ignore[override]
2312
2336
  self, operation_name: Literal["get_reserved_node_exchange_offerings"]
2313
2337
  ) -> GetReservedNodeExchangeOfferingsPaginator:
2314
2338
  """
@@ -2318,8 +2342,8 @@ class RedshiftClient(BaseClient):
2318
2342
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2319
2343
  """
2320
2344
 
2321
- @overload
2322
- def get_paginator(
2345
+ @overload # type: ignore[override]
2346
+ def get_paginator( # type: ignore[override]
2323
2347
  self, operation_name: Literal["list_recommendations"]
2324
2348
  ) -> ListRecommendationsPaginator:
2325
2349
  """
@@ -2329,8 +2353,10 @@ class RedshiftClient(BaseClient):
2329
2353
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_paginator)
2330
2354
  """
2331
2355
 
2332
- @overload
2333
- def get_waiter(self, waiter_name: Literal["cluster_available"]) -> ClusterAvailableWaiter:
2356
+ @overload # type: ignore[override]
2357
+ def get_waiter( # type: ignore[override]
2358
+ self, waiter_name: Literal["cluster_available"]
2359
+ ) -> ClusterAvailableWaiter:
2334
2360
  """
2335
2361
  Returns an object that can wait for some condition.
2336
2362
 
@@ -2338,8 +2364,10 @@ class RedshiftClient(BaseClient):
2338
2364
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2339
2365
  """
2340
2366
 
2341
- @overload
2342
- def get_waiter(self, waiter_name: Literal["cluster_deleted"]) -> ClusterDeletedWaiter:
2367
+ @overload # type: ignore[override]
2368
+ def get_waiter( # type: ignore[override]
2369
+ self, waiter_name: Literal["cluster_deleted"]
2370
+ ) -> ClusterDeletedWaiter:
2343
2371
  """
2344
2372
  Returns an object that can wait for some condition.
2345
2373
 
@@ -2347,8 +2375,10 @@ class RedshiftClient(BaseClient):
2347
2375
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2348
2376
  """
2349
2377
 
2350
- @overload
2351
- def get_waiter(self, waiter_name: Literal["cluster_restored"]) -> ClusterRestoredWaiter:
2378
+ @overload # type: ignore[override]
2379
+ def get_waiter( # type: ignore[override]
2380
+ self, waiter_name: Literal["cluster_restored"]
2381
+ ) -> ClusterRestoredWaiter:
2352
2382
  """
2353
2383
  Returns an object that can wait for some condition.
2354
2384
 
@@ -2356,8 +2386,10 @@ class RedshiftClient(BaseClient):
2356
2386
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_waiter)
2357
2387
  """
2358
2388
 
2359
- @overload
2360
- def get_waiter(self, waiter_name: Literal["snapshot_available"]) -> SnapshotAvailableWaiter:
2389
+ @overload # type: ignore[override]
2390
+ def get_waiter( # type: ignore[override]
2391
+ self, waiter_name: Literal["snapshot_available"]
2392
+ ) -> SnapshotAvailableWaiter:
2361
2393
  """
2362
2394
  Returns an object that can wait for some condition.
2363
2395