types-boto3-redshift 1.35.97__py3-none-any.whl → 1.37.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.
- types_boto3_redshift/__init__.py +4 -2
- types_boto3_redshift/__init__.pyi +4 -2
- types_boto3_redshift/__main__.py +4 -4
- types_boto3_redshift/client.py +268 -270
- types_boto3_redshift/client.pyi +268 -270
- types_boto3_redshift/literals.py +3 -3
- types_boto3_redshift/literals.pyi +3 -3
- types_boto3_redshift/paginator.py +2 -2
- types_boto3_redshift/paginator.pyi +2 -2
- types_boto3_redshift/type_defs.py +304 -276
- types_boto3_redshift/type_defs.pyi +300 -275
- types_boto3_redshift/version.py +1 -1
- types_boto3_redshift/waiter.py +6 -4
- types_boto3_redshift/waiter.pyi +6 -4
- {types_boto3_redshift-1.35.97.dist-info → types_boto3_redshift-1.37.0.dist-info}/METADATA +14 -10
- types_boto3_redshift-1.37.0.dist-info/RECORD +20 -0
- types_boto3_redshift-1.35.97.dist-info/RECORD +0 -20
- {types_boto3_redshift-1.35.97.dist-info → types_boto3_redshift-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_redshift-1.35.97.dist-info → types_boto3_redshift-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_redshift-1.35.97.dist-info → types_boto3_redshift-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_redshift/client.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for redshift service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -12,8 +14,6 @@ Usage::
|
|
|
12
14
|
session = Session()
|
|
13
15
|
client: RedshiftClient = session.client("redshift")
|
|
14
16
|
```
|
|
15
|
-
|
|
16
|
-
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
@@ -65,21 +65,21 @@ from .paginator import (
|
|
|
65
65
|
ListRecommendationsPaginator,
|
|
66
66
|
)
|
|
67
67
|
from .type_defs import (
|
|
68
|
-
|
|
68
|
+
AcceptReservedNodeExchangeInputMessageTypeDef,
|
|
69
69
|
AcceptReservedNodeExchangeOutputMessageTypeDef,
|
|
70
70
|
AccountAttributeListTypeDef,
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
AssociateDataShareConsumerMessageTypeDef,
|
|
72
|
+
AuthorizeClusterSecurityGroupIngressMessageTypeDef,
|
|
73
73
|
AuthorizeClusterSecurityGroupIngressResultTypeDef,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
AuthorizeDataShareMessageTypeDef,
|
|
75
|
+
AuthorizeEndpointAccessMessageTypeDef,
|
|
76
|
+
AuthorizeSnapshotAccessMessageTypeDef,
|
|
77
77
|
AuthorizeSnapshotAccessResultTypeDef,
|
|
78
|
-
|
|
78
|
+
BatchDeleteClusterSnapshotsRequestTypeDef,
|
|
79
79
|
BatchDeleteClusterSnapshotsResultTypeDef,
|
|
80
|
-
|
|
80
|
+
BatchModifyClusterSnapshotsMessageTypeDef,
|
|
81
81
|
BatchModifyClusterSnapshotsOutputMessageTypeDef,
|
|
82
|
-
|
|
82
|
+
CancelResizeMessageTypeDef,
|
|
83
83
|
ClusterCredentialsTypeDef,
|
|
84
84
|
ClusterDbRevisionsMessageTypeDef,
|
|
85
85
|
ClusterExtendedCredentialsTypeDef,
|
|
@@ -90,122 +90,122 @@ from .type_defs import (
|
|
|
90
90
|
ClustersMessageTypeDef,
|
|
91
91
|
ClusterSubnetGroupMessageTypeDef,
|
|
92
92
|
ClusterVersionsMessageTypeDef,
|
|
93
|
-
|
|
93
|
+
CopyClusterSnapshotMessageTypeDef,
|
|
94
94
|
CopyClusterSnapshotResultTypeDef,
|
|
95
|
-
|
|
95
|
+
CreateAuthenticationProfileMessageTypeDef,
|
|
96
96
|
CreateAuthenticationProfileResultTypeDef,
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
CreateClusterMessageTypeDef,
|
|
98
|
+
CreateClusterParameterGroupMessageTypeDef,
|
|
99
99
|
CreateClusterParameterGroupResultTypeDef,
|
|
100
100
|
CreateClusterResultTypeDef,
|
|
101
|
-
|
|
101
|
+
CreateClusterSecurityGroupMessageTypeDef,
|
|
102
102
|
CreateClusterSecurityGroupResultTypeDef,
|
|
103
|
-
|
|
103
|
+
CreateClusterSnapshotMessageTypeDef,
|
|
104
104
|
CreateClusterSnapshotResultTypeDef,
|
|
105
|
-
|
|
105
|
+
CreateClusterSubnetGroupMessageTypeDef,
|
|
106
106
|
CreateClusterSubnetGroupResultTypeDef,
|
|
107
|
-
|
|
107
|
+
CreateCustomDomainAssociationMessageTypeDef,
|
|
108
108
|
CreateCustomDomainAssociationResultTypeDef,
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
CreateEndpointAccessMessageTypeDef,
|
|
110
|
+
CreateEventSubscriptionMessageTypeDef,
|
|
111
111
|
CreateEventSubscriptionResultTypeDef,
|
|
112
|
-
|
|
112
|
+
CreateHsmClientCertificateMessageTypeDef,
|
|
113
113
|
CreateHsmClientCertificateResultTypeDef,
|
|
114
|
-
|
|
114
|
+
CreateHsmConfigurationMessageTypeDef,
|
|
115
115
|
CreateHsmConfigurationResultTypeDef,
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
CreateIntegrationMessageTypeDef,
|
|
117
|
+
CreateRedshiftIdcApplicationMessageTypeDef,
|
|
118
118
|
CreateRedshiftIdcApplicationResultTypeDef,
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
CreateScheduledActionMessageTypeDef,
|
|
120
|
+
CreateSnapshotCopyGrantMessageTypeDef,
|
|
121
121
|
CreateSnapshotCopyGrantResultTypeDef,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
CreateSnapshotScheduleMessageTypeDef,
|
|
123
|
+
CreateTagsMessageTypeDef,
|
|
124
|
+
CreateUsageLimitMessageTypeDef,
|
|
125
125
|
CustomDomainAssociationsMessageTypeDef,
|
|
126
126
|
CustomerStorageMessageTypeDef,
|
|
127
127
|
DataShareResponseTypeDef,
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
DeauthorizeDataShareMessageTypeDef,
|
|
129
|
+
DeleteAuthenticationProfileMessageTypeDef,
|
|
130
130
|
DeleteAuthenticationProfileResultTypeDef,
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
DeleteClusterMessageTypeDef,
|
|
132
|
+
DeleteClusterParameterGroupMessageTypeDef,
|
|
133
133
|
DeleteClusterResultTypeDef,
|
|
134
|
-
|
|
134
|
+
DeleteClusterSecurityGroupMessageTypeDef,
|
|
135
135
|
DeleteClusterSnapshotMessageRequestTypeDef,
|
|
136
136
|
DeleteClusterSnapshotResultTypeDef,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
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
152
|
DeregisterNamespaceOutputMessageTypeDef,
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
DescribeAccountAttributesMessageTypeDef,
|
|
154
|
+
DescribeAuthenticationProfilesMessageTypeDef,
|
|
155
155
|
DescribeAuthenticationProfilesResultTypeDef,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
156
|
+
DescribeClusterDbRevisionsMessageTypeDef,
|
|
157
|
+
DescribeClusterParameterGroupsMessageTypeDef,
|
|
158
|
+
DescribeClusterParametersMessageTypeDef,
|
|
159
|
+
DescribeClusterSecurityGroupsMessageTypeDef,
|
|
160
|
+
DescribeClustersMessageTypeDef,
|
|
161
|
+
DescribeClusterSnapshotsMessageTypeDef,
|
|
162
|
+
DescribeClusterSubnetGroupsMessageTypeDef,
|
|
163
|
+
DescribeClusterTracksMessageTypeDef,
|
|
164
|
+
DescribeClusterVersionsMessageTypeDef,
|
|
165
|
+
DescribeCustomDomainAssociationsMessageTypeDef,
|
|
166
|
+
DescribeDataSharesForConsumerMessageTypeDef,
|
|
167
167
|
DescribeDataSharesForConsumerResultTypeDef,
|
|
168
|
-
|
|
168
|
+
DescribeDataSharesForProducerMessageTypeDef,
|
|
169
169
|
DescribeDataSharesForProducerResultTypeDef,
|
|
170
|
-
|
|
170
|
+
DescribeDataSharesMessageTypeDef,
|
|
171
171
|
DescribeDataSharesResultTypeDef,
|
|
172
|
-
|
|
172
|
+
DescribeDefaultClusterParametersMessageTypeDef,
|
|
173
173
|
DescribeDefaultClusterParametersResultTypeDef,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
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,
|
|
187
187
|
DescribePartnersOutputMessageTypeDef,
|
|
188
|
-
|
|
188
|
+
DescribeRedshiftIdcApplicationsMessageTypeDef,
|
|
189
189
|
DescribeRedshiftIdcApplicationsResultTypeDef,
|
|
190
|
-
|
|
190
|
+
DescribeReservedNodeExchangeStatusInputMessageTypeDef,
|
|
191
191
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
192
|
+
DescribeReservedNodeOfferingsMessageTypeDef,
|
|
193
|
+
DescribeReservedNodesMessageTypeDef,
|
|
194
|
+
DescribeResizeMessageTypeDef,
|
|
195
|
+
DescribeScheduledActionsMessageTypeDef,
|
|
196
|
+
DescribeSnapshotCopyGrantsMessageTypeDef,
|
|
197
|
+
DescribeSnapshotSchedulesMessageTypeDef,
|
|
198
198
|
DescribeSnapshotSchedulesOutputMessageTypeDef,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
199
|
+
DescribeTableRestoreStatusMessageTypeDef,
|
|
200
|
+
DescribeTagsMessageTypeDef,
|
|
201
|
+
DescribeUsageLimitsMessageTypeDef,
|
|
202
|
+
DisableLoggingMessageTypeDef,
|
|
203
|
+
DisableSnapshotCopyMessageTypeDef,
|
|
204
204
|
DisableSnapshotCopyResultTypeDef,
|
|
205
|
-
|
|
205
|
+
DisassociateDataShareConsumerMessageTypeDef,
|
|
206
206
|
EmptyResponseMetadataTypeDef,
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
EnableLoggingMessageTypeDef,
|
|
208
|
+
EnableSnapshotCopyMessageTypeDef,
|
|
209
209
|
EnableSnapshotCopyResultTypeDef,
|
|
210
210
|
EndpointAccessListTypeDef,
|
|
211
211
|
EndpointAccessResponseTypeDef,
|
|
@@ -214,88 +214,89 @@ from .type_defs import (
|
|
|
214
214
|
EventCategoriesMessageTypeDef,
|
|
215
215
|
EventsMessageTypeDef,
|
|
216
216
|
EventSubscriptionsMessageTypeDef,
|
|
217
|
-
|
|
217
|
+
FailoverPrimaryComputeInputMessageTypeDef,
|
|
218
218
|
FailoverPrimaryComputeResultTypeDef,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
219
|
+
GetClusterCredentialsMessageTypeDef,
|
|
220
|
+
GetClusterCredentialsWithIAMMessageTypeDef,
|
|
221
|
+
GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef,
|
|
222
222
|
GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef,
|
|
223
|
-
|
|
223
|
+
GetReservedNodeExchangeOfferingsInputMessageTypeDef,
|
|
224
224
|
GetReservedNodeExchangeOfferingsOutputMessageTypeDef,
|
|
225
|
-
|
|
225
|
+
GetResourcePolicyMessageTypeDef,
|
|
226
226
|
GetResourcePolicyResultTypeDef,
|
|
227
227
|
HsmClientCertificateMessageTypeDef,
|
|
228
228
|
HsmConfigurationMessageTypeDef,
|
|
229
229
|
InboundIntegrationsMessageTypeDef,
|
|
230
230
|
IntegrationResponseTypeDef,
|
|
231
231
|
IntegrationsMessageTypeDef,
|
|
232
|
-
|
|
232
|
+
ListRecommendationsMessageTypeDef,
|
|
233
233
|
ListRecommendationsResultTypeDef,
|
|
234
234
|
LoggingStatusTypeDef,
|
|
235
|
-
|
|
235
|
+
ModifyAquaInputMessageTypeDef,
|
|
236
236
|
ModifyAquaOutputMessageTypeDef,
|
|
237
|
-
|
|
237
|
+
ModifyAuthenticationProfileMessageTypeDef,
|
|
238
238
|
ModifyAuthenticationProfileResultTypeDef,
|
|
239
|
-
|
|
239
|
+
ModifyClusterDbRevisionMessageTypeDef,
|
|
240
240
|
ModifyClusterDbRevisionResultTypeDef,
|
|
241
|
-
|
|
241
|
+
ModifyClusterIamRolesMessageTypeDef,
|
|
242
242
|
ModifyClusterIamRolesResultTypeDef,
|
|
243
|
-
|
|
243
|
+
ModifyClusterMaintenanceMessageTypeDef,
|
|
244
244
|
ModifyClusterMaintenanceResultTypeDef,
|
|
245
|
-
|
|
246
|
-
|
|
245
|
+
ModifyClusterMessageTypeDef,
|
|
246
|
+
ModifyClusterParameterGroupMessageTypeDef,
|
|
247
247
|
ModifyClusterResultTypeDef,
|
|
248
|
-
|
|
248
|
+
ModifyClusterSnapshotMessageTypeDef,
|
|
249
249
|
ModifyClusterSnapshotResultTypeDef,
|
|
250
|
-
|
|
251
|
-
|
|
250
|
+
ModifyClusterSnapshotScheduleMessageTypeDef,
|
|
251
|
+
ModifyClusterSubnetGroupMessageTypeDef,
|
|
252
252
|
ModifyClusterSubnetGroupResultTypeDef,
|
|
253
|
-
|
|
253
|
+
ModifyCustomDomainAssociationMessageTypeDef,
|
|
254
254
|
ModifyCustomDomainAssociationResultTypeDef,
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
ModifyEndpointAccessMessageTypeDef,
|
|
256
|
+
ModifyEventSubscriptionMessageTypeDef,
|
|
257
257
|
ModifyEventSubscriptionResultTypeDef,
|
|
258
|
-
|
|
259
|
-
|
|
258
|
+
ModifyIntegrationMessageTypeDef,
|
|
259
|
+
ModifyRedshiftIdcApplicationMessageTypeDef,
|
|
260
260
|
ModifyRedshiftIdcApplicationResultTypeDef,
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
ModifyScheduledActionMessageTypeDef,
|
|
262
|
+
ModifySnapshotCopyRetentionPeriodMessageTypeDef,
|
|
263
263
|
ModifySnapshotCopyRetentionPeriodResultTypeDef,
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
ModifySnapshotScheduleMessageTypeDef,
|
|
265
|
+
ModifyUsageLimitMessageTypeDef,
|
|
266
266
|
NodeConfigurationOptionsMessageTypeDef,
|
|
267
267
|
OrderableClusterOptionsMessageTypeDef,
|
|
268
268
|
PartnerIntegrationInputMessageRequestTypeDef,
|
|
269
|
+
PartnerIntegrationInputMessageTypeDef,
|
|
269
270
|
PartnerIntegrationOutputMessageTypeDef,
|
|
270
271
|
PauseClusterMessageRequestTypeDef,
|
|
271
272
|
PauseClusterResultTypeDef,
|
|
272
|
-
|
|
273
|
+
PurchaseReservedNodeOfferingMessageTypeDef,
|
|
273
274
|
PurchaseReservedNodeOfferingResultTypeDef,
|
|
274
|
-
|
|
275
|
+
PutResourcePolicyMessageTypeDef,
|
|
275
276
|
PutResourcePolicyResultTypeDef,
|
|
276
|
-
|
|
277
|
+
RebootClusterMessageTypeDef,
|
|
277
278
|
RebootClusterResultTypeDef,
|
|
278
|
-
|
|
279
|
+
RegisterNamespaceInputMessageTypeDef,
|
|
279
280
|
RegisterNamespaceOutputMessageTypeDef,
|
|
280
|
-
|
|
281
|
+
RejectDataShareMessageTypeDef,
|
|
281
282
|
ReservedNodeOfferingsMessageTypeDef,
|
|
282
283
|
ReservedNodesMessageTypeDef,
|
|
283
|
-
|
|
284
|
+
ResetClusterParameterGroupMessageTypeDef,
|
|
284
285
|
ResizeClusterMessageRequestTypeDef,
|
|
285
286
|
ResizeClusterResultTypeDef,
|
|
286
287
|
ResizeProgressMessageTypeDef,
|
|
287
|
-
|
|
288
|
+
RestoreFromClusterSnapshotMessageTypeDef,
|
|
288
289
|
RestoreFromClusterSnapshotResultTypeDef,
|
|
289
|
-
|
|
290
|
+
RestoreTableFromClusterSnapshotMessageTypeDef,
|
|
290
291
|
RestoreTableFromClusterSnapshotResultTypeDef,
|
|
291
292
|
ResumeClusterMessageRequestTypeDef,
|
|
292
293
|
ResumeClusterResultTypeDef,
|
|
293
|
-
|
|
294
|
+
RevokeClusterSecurityGroupIngressMessageTypeDef,
|
|
294
295
|
RevokeClusterSecurityGroupIngressResultTypeDef,
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
RevokeEndpointAccessMessageTypeDef,
|
|
297
|
+
RevokeSnapshotAccessMessageTypeDef,
|
|
297
298
|
RevokeSnapshotAccessResultTypeDef,
|
|
298
|
-
|
|
299
|
+
RotateEncryptionKeyMessageTypeDef,
|
|
299
300
|
RotateEncryptionKeyResultTypeDef,
|
|
300
301
|
ScheduledActionResponseTypeDef,
|
|
301
302
|
ScheduledActionsMessageTypeDef,
|
|
@@ -305,7 +306,7 @@ from .type_defs import (
|
|
|
305
306
|
TableRestoreStatusMessageTypeDef,
|
|
306
307
|
TaggedResourceListMessageTypeDef,
|
|
307
308
|
TrackListMessageTypeDef,
|
|
308
|
-
|
|
309
|
+
UpdatePartnerStatusInputMessageTypeDef,
|
|
309
310
|
UsageLimitListTypeDef,
|
|
310
311
|
UsageLimitResponseTypeDef,
|
|
311
312
|
)
|
|
@@ -512,7 +513,7 @@ class RedshiftClient(BaseClient):
|
|
|
512
513
|
"""
|
|
513
514
|
|
|
514
515
|
def accept_reserved_node_exchange(
|
|
515
|
-
self, **kwargs: Unpack[
|
|
516
|
+
self, **kwargs: Unpack[AcceptReservedNodeExchangeInputMessageTypeDef]
|
|
516
517
|
) -> AcceptReservedNodeExchangeOutputMessageTypeDef:
|
|
517
518
|
"""
|
|
518
519
|
Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
|
|
@@ -523,7 +524,7 @@ class RedshiftClient(BaseClient):
|
|
|
523
524
|
"""
|
|
524
525
|
|
|
525
526
|
def add_partner(
|
|
526
|
-
self, **kwargs: Unpack[
|
|
527
|
+
self, **kwargs: Unpack[PartnerIntegrationInputMessageTypeDef]
|
|
527
528
|
) -> PartnerIntegrationOutputMessageTypeDef:
|
|
528
529
|
"""
|
|
529
530
|
Adds a partner integration to a cluster.
|
|
@@ -533,7 +534,7 @@ class RedshiftClient(BaseClient):
|
|
|
533
534
|
"""
|
|
534
535
|
|
|
535
536
|
def associate_data_share_consumer(
|
|
536
|
-
self, **kwargs: Unpack[
|
|
537
|
+
self, **kwargs: Unpack[AssociateDataShareConsumerMessageTypeDef]
|
|
537
538
|
) -> DataShareResponseTypeDef:
|
|
538
539
|
"""
|
|
539
540
|
From a datashare consumer account, associates a datashare with the account
|
|
@@ -544,7 +545,7 @@ class RedshiftClient(BaseClient):
|
|
|
544
545
|
"""
|
|
545
546
|
|
|
546
547
|
def authorize_cluster_security_group_ingress(
|
|
547
|
-
self, **kwargs: Unpack[
|
|
548
|
+
self, **kwargs: Unpack[AuthorizeClusterSecurityGroupIngressMessageTypeDef]
|
|
548
549
|
) -> AuthorizeClusterSecurityGroupIngressResultTypeDef:
|
|
549
550
|
"""
|
|
550
551
|
Adds an inbound (ingress) rule to an Amazon Redshift security group.
|
|
@@ -554,7 +555,7 @@ class RedshiftClient(BaseClient):
|
|
|
554
555
|
"""
|
|
555
556
|
|
|
556
557
|
def authorize_data_share(
|
|
557
|
-
self, **kwargs: Unpack[
|
|
558
|
+
self, **kwargs: Unpack[AuthorizeDataShareMessageTypeDef]
|
|
558
559
|
) -> DataShareResponseTypeDef:
|
|
559
560
|
"""
|
|
560
561
|
From a data producer account, authorizes the sharing of a datashare with one or
|
|
@@ -565,7 +566,7 @@ class RedshiftClient(BaseClient):
|
|
|
565
566
|
"""
|
|
566
567
|
|
|
567
568
|
def authorize_endpoint_access(
|
|
568
|
-
self, **kwargs: Unpack[
|
|
569
|
+
self, **kwargs: Unpack[AuthorizeEndpointAccessMessageTypeDef]
|
|
569
570
|
) -> EndpointAuthorizationResponseTypeDef:
|
|
570
571
|
"""
|
|
571
572
|
Grants access to a cluster.
|
|
@@ -575,7 +576,7 @@ class RedshiftClient(BaseClient):
|
|
|
575
576
|
"""
|
|
576
577
|
|
|
577
578
|
def authorize_snapshot_access(
|
|
578
|
-
self, **kwargs: Unpack[
|
|
579
|
+
self, **kwargs: Unpack[AuthorizeSnapshotAccessMessageTypeDef]
|
|
579
580
|
) -> AuthorizeSnapshotAccessResultTypeDef:
|
|
580
581
|
"""
|
|
581
582
|
Authorizes the specified Amazon Web Services account to restore the specified
|
|
@@ -586,7 +587,7 @@ class RedshiftClient(BaseClient):
|
|
|
586
587
|
"""
|
|
587
588
|
|
|
588
589
|
def batch_delete_cluster_snapshots(
|
|
589
|
-
self, **kwargs: Unpack[
|
|
590
|
+
self, **kwargs: Unpack[BatchDeleteClusterSnapshotsRequestTypeDef]
|
|
590
591
|
) -> BatchDeleteClusterSnapshotsResultTypeDef:
|
|
591
592
|
"""
|
|
592
593
|
Deletes a set of cluster snapshots.
|
|
@@ -596,7 +597,7 @@ class RedshiftClient(BaseClient):
|
|
|
596
597
|
"""
|
|
597
598
|
|
|
598
599
|
def batch_modify_cluster_snapshots(
|
|
599
|
-
self, **kwargs: Unpack[
|
|
600
|
+
self, **kwargs: Unpack[BatchModifyClusterSnapshotsMessageTypeDef]
|
|
600
601
|
) -> BatchModifyClusterSnapshotsOutputMessageTypeDef:
|
|
601
602
|
"""
|
|
602
603
|
Modifies the settings for a set of cluster snapshots.
|
|
@@ -606,7 +607,7 @@ class RedshiftClient(BaseClient):
|
|
|
606
607
|
"""
|
|
607
608
|
|
|
608
609
|
def cancel_resize(
|
|
609
|
-
self, **kwargs: Unpack[
|
|
610
|
+
self, **kwargs: Unpack[CancelResizeMessageTypeDef]
|
|
610
611
|
) -> ResizeProgressMessageTypeDef:
|
|
611
612
|
"""
|
|
612
613
|
Cancels a resize operation for a cluster.
|
|
@@ -616,7 +617,7 @@ class RedshiftClient(BaseClient):
|
|
|
616
617
|
"""
|
|
617
618
|
|
|
618
619
|
def copy_cluster_snapshot(
|
|
619
|
-
self, **kwargs: Unpack[
|
|
620
|
+
self, **kwargs: Unpack[CopyClusterSnapshotMessageTypeDef]
|
|
620
621
|
) -> CopyClusterSnapshotResultTypeDef:
|
|
621
622
|
"""
|
|
622
623
|
Copies the specified automated cluster snapshot to a new manual cluster
|
|
@@ -627,7 +628,7 @@ class RedshiftClient(BaseClient):
|
|
|
627
628
|
"""
|
|
628
629
|
|
|
629
630
|
def create_authentication_profile(
|
|
630
|
-
self, **kwargs: Unpack[
|
|
631
|
+
self, **kwargs: Unpack[CreateAuthenticationProfileMessageTypeDef]
|
|
631
632
|
) -> CreateAuthenticationProfileResultTypeDef:
|
|
632
633
|
"""
|
|
633
634
|
Creates an authentication profile with the specified parameters.
|
|
@@ -637,7 +638,7 @@ class RedshiftClient(BaseClient):
|
|
|
637
638
|
"""
|
|
638
639
|
|
|
639
640
|
def create_cluster(
|
|
640
|
-
self, **kwargs: Unpack[
|
|
641
|
+
self, **kwargs: Unpack[CreateClusterMessageTypeDef]
|
|
641
642
|
) -> CreateClusterResultTypeDef:
|
|
642
643
|
"""
|
|
643
644
|
Creates a new cluster with the specified parameters.
|
|
@@ -647,7 +648,7 @@ class RedshiftClient(BaseClient):
|
|
|
647
648
|
"""
|
|
648
649
|
|
|
649
650
|
def create_cluster_parameter_group(
|
|
650
|
-
self, **kwargs: Unpack[
|
|
651
|
+
self, **kwargs: Unpack[CreateClusterParameterGroupMessageTypeDef]
|
|
651
652
|
) -> CreateClusterParameterGroupResultTypeDef:
|
|
652
653
|
"""
|
|
653
654
|
Creates an Amazon Redshift parameter group.
|
|
@@ -657,7 +658,7 @@ class RedshiftClient(BaseClient):
|
|
|
657
658
|
"""
|
|
658
659
|
|
|
659
660
|
def create_cluster_security_group(
|
|
660
|
-
self, **kwargs: Unpack[
|
|
661
|
+
self, **kwargs: Unpack[CreateClusterSecurityGroupMessageTypeDef]
|
|
661
662
|
) -> CreateClusterSecurityGroupResultTypeDef:
|
|
662
663
|
"""
|
|
663
664
|
Creates a new Amazon Redshift security group.
|
|
@@ -667,7 +668,7 @@ class RedshiftClient(BaseClient):
|
|
|
667
668
|
"""
|
|
668
669
|
|
|
669
670
|
def create_cluster_snapshot(
|
|
670
|
-
self, **kwargs: Unpack[
|
|
671
|
+
self, **kwargs: Unpack[CreateClusterSnapshotMessageTypeDef]
|
|
671
672
|
) -> CreateClusterSnapshotResultTypeDef:
|
|
672
673
|
"""
|
|
673
674
|
Creates a manual snapshot of the specified cluster.
|
|
@@ -677,7 +678,7 @@ class RedshiftClient(BaseClient):
|
|
|
677
678
|
"""
|
|
678
679
|
|
|
679
680
|
def create_cluster_subnet_group(
|
|
680
|
-
self, **kwargs: Unpack[
|
|
681
|
+
self, **kwargs: Unpack[CreateClusterSubnetGroupMessageTypeDef]
|
|
681
682
|
) -> CreateClusterSubnetGroupResultTypeDef:
|
|
682
683
|
"""
|
|
683
684
|
Creates a new Amazon Redshift subnet group.
|
|
@@ -687,7 +688,7 @@ class RedshiftClient(BaseClient):
|
|
|
687
688
|
"""
|
|
688
689
|
|
|
689
690
|
def create_custom_domain_association(
|
|
690
|
-
self, **kwargs: Unpack[
|
|
691
|
+
self, **kwargs: Unpack[CreateCustomDomainAssociationMessageTypeDef]
|
|
691
692
|
) -> CreateCustomDomainAssociationResultTypeDef:
|
|
692
693
|
"""
|
|
693
694
|
Used to create a custom domain name for a cluster.
|
|
@@ -697,7 +698,7 @@ class RedshiftClient(BaseClient):
|
|
|
697
698
|
"""
|
|
698
699
|
|
|
699
700
|
def create_endpoint_access(
|
|
700
|
-
self, **kwargs: Unpack[
|
|
701
|
+
self, **kwargs: Unpack[CreateEndpointAccessMessageTypeDef]
|
|
701
702
|
) -> EndpointAccessResponseTypeDef:
|
|
702
703
|
"""
|
|
703
704
|
Creates a Redshift-managed VPC endpoint.
|
|
@@ -707,7 +708,7 @@ class RedshiftClient(BaseClient):
|
|
|
707
708
|
"""
|
|
708
709
|
|
|
709
710
|
def create_event_subscription(
|
|
710
|
-
self, **kwargs: Unpack[
|
|
711
|
+
self, **kwargs: Unpack[CreateEventSubscriptionMessageTypeDef]
|
|
711
712
|
) -> CreateEventSubscriptionResultTypeDef:
|
|
712
713
|
"""
|
|
713
714
|
Creates an Amazon Redshift event notification subscription.
|
|
@@ -717,7 +718,7 @@ class RedshiftClient(BaseClient):
|
|
|
717
718
|
"""
|
|
718
719
|
|
|
719
720
|
def create_hsm_client_certificate(
|
|
720
|
-
self, **kwargs: Unpack[
|
|
721
|
+
self, **kwargs: Unpack[CreateHsmClientCertificateMessageTypeDef]
|
|
721
722
|
) -> CreateHsmClientCertificateResultTypeDef:
|
|
722
723
|
"""
|
|
723
724
|
Creates an HSM client certificate that an Amazon Redshift cluster will use to
|
|
@@ -729,7 +730,7 @@ class RedshiftClient(BaseClient):
|
|
|
729
730
|
"""
|
|
730
731
|
|
|
731
732
|
def create_hsm_configuration(
|
|
732
|
-
self, **kwargs: Unpack[
|
|
733
|
+
self, **kwargs: Unpack[CreateHsmConfigurationMessageTypeDef]
|
|
733
734
|
) -> CreateHsmConfigurationResultTypeDef:
|
|
734
735
|
"""
|
|
735
736
|
Creates an HSM configuration that contains the information required by an
|
|
@@ -741,7 +742,7 @@ class RedshiftClient(BaseClient):
|
|
|
741
742
|
"""
|
|
742
743
|
|
|
743
744
|
def create_integration(
|
|
744
|
-
self, **kwargs: Unpack[
|
|
745
|
+
self, **kwargs: Unpack[CreateIntegrationMessageTypeDef]
|
|
745
746
|
) -> IntegrationResponseTypeDef:
|
|
746
747
|
"""
|
|
747
748
|
Creates a zero-ETL integration or S3 event integration with Amazon Redshift.
|
|
@@ -751,7 +752,7 @@ class RedshiftClient(BaseClient):
|
|
|
751
752
|
"""
|
|
752
753
|
|
|
753
754
|
def create_redshift_idc_application(
|
|
754
|
-
self, **kwargs: Unpack[
|
|
755
|
+
self, **kwargs: Unpack[CreateRedshiftIdcApplicationMessageTypeDef]
|
|
755
756
|
) -> CreateRedshiftIdcApplicationResultTypeDef:
|
|
756
757
|
"""
|
|
757
758
|
Creates an Amazon Redshift application for use with IAM Identity Center.
|
|
@@ -761,7 +762,7 @@ class RedshiftClient(BaseClient):
|
|
|
761
762
|
"""
|
|
762
763
|
|
|
763
764
|
def create_scheduled_action(
|
|
764
|
-
self, **kwargs: Unpack[
|
|
765
|
+
self, **kwargs: Unpack[CreateScheduledActionMessageTypeDef]
|
|
765
766
|
) -> ScheduledActionResponseTypeDef:
|
|
766
767
|
"""
|
|
767
768
|
Creates a scheduled action.
|
|
@@ -771,7 +772,7 @@ class RedshiftClient(BaseClient):
|
|
|
771
772
|
"""
|
|
772
773
|
|
|
773
774
|
def create_snapshot_copy_grant(
|
|
774
|
-
self, **kwargs: Unpack[
|
|
775
|
+
self, **kwargs: Unpack[CreateSnapshotCopyGrantMessageTypeDef]
|
|
775
776
|
) -> CreateSnapshotCopyGrantResultTypeDef:
|
|
776
777
|
"""
|
|
777
778
|
Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted
|
|
@@ -783,7 +784,7 @@ class RedshiftClient(BaseClient):
|
|
|
783
784
|
"""
|
|
784
785
|
|
|
785
786
|
def create_snapshot_schedule(
|
|
786
|
-
self, **kwargs: Unpack[
|
|
787
|
+
self, **kwargs: Unpack[CreateSnapshotScheduleMessageTypeDef]
|
|
787
788
|
) -> SnapshotScheduleResponseTypeDef:
|
|
788
789
|
"""
|
|
789
790
|
Create a snapshot schedule that can be associated to a cluster and which
|
|
@@ -794,7 +795,7 @@ class RedshiftClient(BaseClient):
|
|
|
794
795
|
"""
|
|
795
796
|
|
|
796
797
|
def create_tags(
|
|
797
|
-
self, **kwargs: Unpack[
|
|
798
|
+
self, **kwargs: Unpack[CreateTagsMessageTypeDef]
|
|
798
799
|
) -> EmptyResponseMetadataTypeDef:
|
|
799
800
|
"""
|
|
800
801
|
Adds tags to a cluster.
|
|
@@ -804,7 +805,7 @@ class RedshiftClient(BaseClient):
|
|
|
804
805
|
"""
|
|
805
806
|
|
|
806
807
|
def create_usage_limit(
|
|
807
|
-
self, **kwargs: Unpack[
|
|
808
|
+
self, **kwargs: Unpack[CreateUsageLimitMessageTypeDef]
|
|
808
809
|
) -> UsageLimitResponseTypeDef:
|
|
809
810
|
"""
|
|
810
811
|
Creates a usage limit for a specified Amazon Redshift feature on a cluster.
|
|
@@ -814,7 +815,7 @@ class RedshiftClient(BaseClient):
|
|
|
814
815
|
"""
|
|
815
816
|
|
|
816
817
|
def deauthorize_data_share(
|
|
817
|
-
self, **kwargs: Unpack[
|
|
818
|
+
self, **kwargs: Unpack[DeauthorizeDataShareMessageTypeDef]
|
|
818
819
|
) -> DataShareResponseTypeDef:
|
|
819
820
|
"""
|
|
820
821
|
From a datashare producer account, removes authorization from the specified
|
|
@@ -825,7 +826,7 @@ class RedshiftClient(BaseClient):
|
|
|
825
826
|
"""
|
|
826
827
|
|
|
827
828
|
def delete_authentication_profile(
|
|
828
|
-
self, **kwargs: Unpack[
|
|
829
|
+
self, **kwargs: Unpack[DeleteAuthenticationProfileMessageTypeDef]
|
|
829
830
|
) -> DeleteAuthenticationProfileResultTypeDef:
|
|
830
831
|
"""
|
|
831
832
|
Deletes an authentication profile.
|
|
@@ -835,7 +836,7 @@ class RedshiftClient(BaseClient):
|
|
|
835
836
|
"""
|
|
836
837
|
|
|
837
838
|
def delete_cluster(
|
|
838
|
-
self, **kwargs: Unpack[
|
|
839
|
+
self, **kwargs: Unpack[DeleteClusterMessageTypeDef]
|
|
839
840
|
) -> DeleteClusterResultTypeDef:
|
|
840
841
|
"""
|
|
841
842
|
Deletes a previously provisioned cluster without its final snapshot being
|
|
@@ -846,7 +847,7 @@ class RedshiftClient(BaseClient):
|
|
|
846
847
|
"""
|
|
847
848
|
|
|
848
849
|
def delete_cluster_parameter_group(
|
|
849
|
-
self, **kwargs: Unpack[
|
|
850
|
+
self, **kwargs: Unpack[DeleteClusterParameterGroupMessageTypeDef]
|
|
850
851
|
) -> EmptyResponseMetadataTypeDef:
|
|
851
852
|
"""
|
|
852
853
|
Deletes a specified Amazon Redshift parameter group.
|
|
@@ -856,7 +857,7 @@ class RedshiftClient(BaseClient):
|
|
|
856
857
|
"""
|
|
857
858
|
|
|
858
859
|
def delete_cluster_security_group(
|
|
859
|
-
self, **kwargs: Unpack[
|
|
860
|
+
self, **kwargs: Unpack[DeleteClusterSecurityGroupMessageTypeDef]
|
|
860
861
|
) -> EmptyResponseMetadataTypeDef:
|
|
861
862
|
"""
|
|
862
863
|
Deletes an Amazon Redshift security group.
|
|
@@ -876,7 +877,7 @@ class RedshiftClient(BaseClient):
|
|
|
876
877
|
"""
|
|
877
878
|
|
|
878
879
|
def delete_cluster_subnet_group(
|
|
879
|
-
self, **kwargs: Unpack[
|
|
880
|
+
self, **kwargs: Unpack[DeleteClusterSubnetGroupMessageTypeDef]
|
|
880
881
|
) -> EmptyResponseMetadataTypeDef:
|
|
881
882
|
"""
|
|
882
883
|
Deletes the specified cluster subnet group.
|
|
@@ -886,7 +887,7 @@ class RedshiftClient(BaseClient):
|
|
|
886
887
|
"""
|
|
887
888
|
|
|
888
889
|
def delete_custom_domain_association(
|
|
889
|
-
self, **kwargs: Unpack[
|
|
890
|
+
self, **kwargs: Unpack[DeleteCustomDomainAssociationMessageTypeDef]
|
|
890
891
|
) -> EmptyResponseMetadataTypeDef:
|
|
891
892
|
"""
|
|
892
893
|
Contains information about deleting a custom domain association for a cluster.
|
|
@@ -896,7 +897,7 @@ class RedshiftClient(BaseClient):
|
|
|
896
897
|
"""
|
|
897
898
|
|
|
898
899
|
def delete_endpoint_access(
|
|
899
|
-
self, **kwargs: Unpack[
|
|
900
|
+
self, **kwargs: Unpack[DeleteEndpointAccessMessageTypeDef]
|
|
900
901
|
) -> EndpointAccessResponseTypeDef:
|
|
901
902
|
"""
|
|
902
903
|
Deletes a Redshift-managed VPC endpoint.
|
|
@@ -906,7 +907,7 @@ class RedshiftClient(BaseClient):
|
|
|
906
907
|
"""
|
|
907
908
|
|
|
908
909
|
def delete_event_subscription(
|
|
909
|
-
self, **kwargs: Unpack[
|
|
910
|
+
self, **kwargs: Unpack[DeleteEventSubscriptionMessageTypeDef]
|
|
910
911
|
) -> EmptyResponseMetadataTypeDef:
|
|
911
912
|
"""
|
|
912
913
|
Deletes an Amazon Redshift event notification subscription.
|
|
@@ -916,7 +917,7 @@ class RedshiftClient(BaseClient):
|
|
|
916
917
|
"""
|
|
917
918
|
|
|
918
919
|
def delete_hsm_client_certificate(
|
|
919
|
-
self, **kwargs: Unpack[
|
|
920
|
+
self, **kwargs: Unpack[DeleteHsmClientCertificateMessageTypeDef]
|
|
920
921
|
) -> EmptyResponseMetadataTypeDef:
|
|
921
922
|
"""
|
|
922
923
|
Deletes the specified HSM client certificate.
|
|
@@ -926,7 +927,7 @@ class RedshiftClient(BaseClient):
|
|
|
926
927
|
"""
|
|
927
928
|
|
|
928
929
|
def delete_hsm_configuration(
|
|
929
|
-
self, **kwargs: Unpack[
|
|
930
|
+
self, **kwargs: Unpack[DeleteHsmConfigurationMessageTypeDef]
|
|
930
931
|
) -> EmptyResponseMetadataTypeDef:
|
|
931
932
|
"""
|
|
932
933
|
Deletes the specified Amazon Redshift HSM configuration.
|
|
@@ -936,7 +937,7 @@ class RedshiftClient(BaseClient):
|
|
|
936
937
|
"""
|
|
937
938
|
|
|
938
939
|
def delete_integration(
|
|
939
|
-
self, **kwargs: Unpack[
|
|
940
|
+
self, **kwargs: Unpack[DeleteIntegrationMessageTypeDef]
|
|
940
941
|
) -> IntegrationResponseTypeDef:
|
|
941
942
|
"""
|
|
942
943
|
Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.
|
|
@@ -956,7 +957,7 @@ class RedshiftClient(BaseClient):
|
|
|
956
957
|
"""
|
|
957
958
|
|
|
958
959
|
def delete_redshift_idc_application(
|
|
959
|
-
self, **kwargs: Unpack[
|
|
960
|
+
self, **kwargs: Unpack[DeleteRedshiftIdcApplicationMessageTypeDef]
|
|
960
961
|
) -> EmptyResponseMetadataTypeDef:
|
|
961
962
|
"""
|
|
962
963
|
Deletes an Amazon Redshift IAM Identity Center application.
|
|
@@ -966,7 +967,7 @@ class RedshiftClient(BaseClient):
|
|
|
966
967
|
"""
|
|
967
968
|
|
|
968
969
|
def delete_resource_policy(
|
|
969
|
-
self, **kwargs: Unpack[
|
|
970
|
+
self, **kwargs: Unpack[DeleteResourcePolicyMessageTypeDef]
|
|
970
971
|
) -> EmptyResponseMetadataTypeDef:
|
|
971
972
|
"""
|
|
972
973
|
Deletes the resource policy for a specified resource.
|
|
@@ -976,7 +977,7 @@ class RedshiftClient(BaseClient):
|
|
|
976
977
|
"""
|
|
977
978
|
|
|
978
979
|
def delete_scheduled_action(
|
|
979
|
-
self, **kwargs: Unpack[
|
|
980
|
+
self, **kwargs: Unpack[DeleteScheduledActionMessageTypeDef]
|
|
980
981
|
) -> EmptyResponseMetadataTypeDef:
|
|
981
982
|
"""
|
|
982
983
|
Deletes a scheduled action.
|
|
@@ -986,7 +987,7 @@ class RedshiftClient(BaseClient):
|
|
|
986
987
|
"""
|
|
987
988
|
|
|
988
989
|
def delete_snapshot_copy_grant(
|
|
989
|
-
self, **kwargs: Unpack[
|
|
990
|
+
self, **kwargs: Unpack[DeleteSnapshotCopyGrantMessageTypeDef]
|
|
990
991
|
) -> EmptyResponseMetadataTypeDef:
|
|
991
992
|
"""
|
|
992
993
|
Deletes the specified snapshot copy grant.
|
|
@@ -996,7 +997,7 @@ class RedshiftClient(BaseClient):
|
|
|
996
997
|
"""
|
|
997
998
|
|
|
998
999
|
def delete_snapshot_schedule(
|
|
999
|
-
self, **kwargs: Unpack[
|
|
1000
|
+
self, **kwargs: Unpack[DeleteSnapshotScheduleMessageTypeDef]
|
|
1000
1001
|
) -> EmptyResponseMetadataTypeDef:
|
|
1001
1002
|
"""
|
|
1002
1003
|
Deletes a snapshot schedule.
|
|
@@ -1006,7 +1007,7 @@ class RedshiftClient(BaseClient):
|
|
|
1006
1007
|
"""
|
|
1007
1008
|
|
|
1008
1009
|
def delete_tags(
|
|
1009
|
-
self, **kwargs: Unpack[
|
|
1010
|
+
self, **kwargs: Unpack[DeleteTagsMessageTypeDef]
|
|
1010
1011
|
) -> EmptyResponseMetadataTypeDef:
|
|
1011
1012
|
"""
|
|
1012
1013
|
Deletes tags from a resource.
|
|
@@ -1016,7 +1017,7 @@ class RedshiftClient(BaseClient):
|
|
|
1016
1017
|
"""
|
|
1017
1018
|
|
|
1018
1019
|
def delete_usage_limit(
|
|
1019
|
-
self, **kwargs: Unpack[
|
|
1020
|
+
self, **kwargs: Unpack[DeleteUsageLimitMessageTypeDef]
|
|
1020
1021
|
) -> EmptyResponseMetadataTypeDef:
|
|
1021
1022
|
"""
|
|
1022
1023
|
Deletes a usage limit from a cluster.
|
|
@@ -1026,7 +1027,7 @@ class RedshiftClient(BaseClient):
|
|
|
1026
1027
|
"""
|
|
1027
1028
|
|
|
1028
1029
|
def deregister_namespace(
|
|
1029
|
-
self, **kwargs: Unpack[
|
|
1030
|
+
self, **kwargs: Unpack[DeregisterNamespaceInputMessageTypeDef]
|
|
1030
1031
|
) -> DeregisterNamespaceOutputMessageTypeDef:
|
|
1031
1032
|
"""
|
|
1032
1033
|
Deregisters a cluster or serverless namespace from the Amazon Web Services Glue
|
|
@@ -1037,7 +1038,7 @@ class RedshiftClient(BaseClient):
|
|
|
1037
1038
|
"""
|
|
1038
1039
|
|
|
1039
1040
|
def describe_account_attributes(
|
|
1040
|
-
self, **kwargs: Unpack[
|
|
1041
|
+
self, **kwargs: Unpack[DescribeAccountAttributesMessageTypeDef]
|
|
1041
1042
|
) -> AccountAttributeListTypeDef:
|
|
1042
1043
|
"""
|
|
1043
1044
|
Returns a list of attributes attached to an account.
|
|
@@ -1047,7 +1048,7 @@ class RedshiftClient(BaseClient):
|
|
|
1047
1048
|
"""
|
|
1048
1049
|
|
|
1049
1050
|
def describe_authentication_profiles(
|
|
1050
|
-
self, **kwargs: Unpack[
|
|
1051
|
+
self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageTypeDef]
|
|
1051
1052
|
) -> DescribeAuthenticationProfilesResultTypeDef:
|
|
1052
1053
|
"""
|
|
1053
1054
|
Describes an authentication profile.
|
|
@@ -1057,7 +1058,7 @@ class RedshiftClient(BaseClient):
|
|
|
1057
1058
|
"""
|
|
1058
1059
|
|
|
1059
1060
|
def describe_cluster_db_revisions(
|
|
1060
|
-
self, **kwargs: Unpack[
|
|
1061
|
+
self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageTypeDef]
|
|
1061
1062
|
) -> ClusterDbRevisionsMessageTypeDef:
|
|
1062
1063
|
"""
|
|
1063
1064
|
Returns an array of <code>ClusterDbRevision</code> objects.
|
|
@@ -1067,7 +1068,7 @@ class RedshiftClient(BaseClient):
|
|
|
1067
1068
|
"""
|
|
1068
1069
|
|
|
1069
1070
|
def describe_cluster_parameter_groups(
|
|
1070
|
-
self, **kwargs: Unpack[
|
|
1071
|
+
self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageTypeDef]
|
|
1071
1072
|
) -> ClusterParameterGroupsMessageTypeDef:
|
|
1072
1073
|
"""
|
|
1073
1074
|
Returns a list of Amazon Redshift parameter groups, including parameter groups
|
|
@@ -1078,7 +1079,7 @@ class RedshiftClient(BaseClient):
|
|
|
1078
1079
|
"""
|
|
1079
1080
|
|
|
1080
1081
|
def describe_cluster_parameters(
|
|
1081
|
-
self, **kwargs: Unpack[
|
|
1082
|
+
self, **kwargs: Unpack[DescribeClusterParametersMessageTypeDef]
|
|
1082
1083
|
) -> ClusterParameterGroupDetailsTypeDef:
|
|
1083
1084
|
"""
|
|
1084
1085
|
Returns a detailed list of parameters contained within the specified Amazon
|
|
@@ -1089,7 +1090,7 @@ class RedshiftClient(BaseClient):
|
|
|
1089
1090
|
"""
|
|
1090
1091
|
|
|
1091
1092
|
def describe_cluster_security_groups(
|
|
1092
|
-
self, **kwargs: Unpack[
|
|
1093
|
+
self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageTypeDef]
|
|
1093
1094
|
) -> ClusterSecurityGroupMessageTypeDef:
|
|
1094
1095
|
"""
|
|
1095
1096
|
Returns information about Amazon Redshift security groups.
|
|
@@ -1099,7 +1100,7 @@ class RedshiftClient(BaseClient):
|
|
|
1099
1100
|
"""
|
|
1100
1101
|
|
|
1101
1102
|
def describe_cluster_snapshots(
|
|
1102
|
-
self, **kwargs: Unpack[
|
|
1103
|
+
self, **kwargs: Unpack[DescribeClusterSnapshotsMessageTypeDef]
|
|
1103
1104
|
) -> SnapshotMessageTypeDef:
|
|
1104
1105
|
"""
|
|
1105
1106
|
Returns one or more snapshot objects, which contain metadata about your cluster
|
|
@@ -1110,7 +1111,7 @@ class RedshiftClient(BaseClient):
|
|
|
1110
1111
|
"""
|
|
1111
1112
|
|
|
1112
1113
|
def describe_cluster_subnet_groups(
|
|
1113
|
-
self, **kwargs: Unpack[
|
|
1114
|
+
self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageTypeDef]
|
|
1114
1115
|
) -> ClusterSubnetGroupMessageTypeDef:
|
|
1115
1116
|
"""
|
|
1116
1117
|
Returns one or more cluster subnet group objects, which contain metadata about
|
|
@@ -1121,7 +1122,7 @@ class RedshiftClient(BaseClient):
|
|
|
1121
1122
|
"""
|
|
1122
1123
|
|
|
1123
1124
|
def describe_cluster_tracks(
|
|
1124
|
-
self, **kwargs: Unpack[
|
|
1125
|
+
self, **kwargs: Unpack[DescribeClusterTracksMessageTypeDef]
|
|
1125
1126
|
) -> TrackListMessageTypeDef:
|
|
1126
1127
|
"""
|
|
1127
1128
|
Returns a list of all the available maintenance tracks.
|
|
@@ -1131,7 +1132,7 @@ class RedshiftClient(BaseClient):
|
|
|
1131
1132
|
"""
|
|
1132
1133
|
|
|
1133
1134
|
def describe_cluster_versions(
|
|
1134
|
-
self, **kwargs: Unpack[
|
|
1135
|
+
self, **kwargs: Unpack[DescribeClusterVersionsMessageTypeDef]
|
|
1135
1136
|
) -> ClusterVersionsMessageTypeDef:
|
|
1136
1137
|
"""
|
|
1137
1138
|
Returns descriptions of the available Amazon Redshift cluster versions.
|
|
@@ -1141,7 +1142,7 @@ class RedshiftClient(BaseClient):
|
|
|
1141
1142
|
"""
|
|
1142
1143
|
|
|
1143
1144
|
def describe_clusters(
|
|
1144
|
-
self, **kwargs: Unpack[
|
|
1145
|
+
self, **kwargs: Unpack[DescribeClustersMessageTypeDef]
|
|
1145
1146
|
) -> ClustersMessageTypeDef:
|
|
1146
1147
|
"""
|
|
1147
1148
|
Returns properties of provisioned clusters including general cluster
|
|
@@ -1153,7 +1154,7 @@ class RedshiftClient(BaseClient):
|
|
|
1153
1154
|
"""
|
|
1154
1155
|
|
|
1155
1156
|
def describe_custom_domain_associations(
|
|
1156
|
-
self, **kwargs: Unpack[
|
|
1157
|
+
self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageTypeDef]
|
|
1157
1158
|
) -> CustomDomainAssociationsMessageTypeDef:
|
|
1158
1159
|
"""
|
|
1159
1160
|
Contains information about custom domain associations for a cluster.
|
|
@@ -1163,7 +1164,7 @@ class RedshiftClient(BaseClient):
|
|
|
1163
1164
|
"""
|
|
1164
1165
|
|
|
1165
1166
|
def describe_data_shares(
|
|
1166
|
-
self, **kwargs: Unpack[
|
|
1167
|
+
self, **kwargs: Unpack[DescribeDataSharesMessageTypeDef]
|
|
1167
1168
|
) -> DescribeDataSharesResultTypeDef:
|
|
1168
1169
|
"""
|
|
1169
1170
|
Shows the status of any inbound or outbound datashares available in the
|
|
@@ -1174,7 +1175,7 @@ class RedshiftClient(BaseClient):
|
|
|
1174
1175
|
"""
|
|
1175
1176
|
|
|
1176
1177
|
def describe_data_shares_for_consumer(
|
|
1177
|
-
self, **kwargs: Unpack[
|
|
1178
|
+
self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageTypeDef]
|
|
1178
1179
|
) -> DescribeDataSharesForConsumerResultTypeDef:
|
|
1179
1180
|
"""
|
|
1180
1181
|
Returns a list of datashares where the account identifier being called is a
|
|
@@ -1185,7 +1186,7 @@ class RedshiftClient(BaseClient):
|
|
|
1185
1186
|
"""
|
|
1186
1187
|
|
|
1187
1188
|
def describe_data_shares_for_producer(
|
|
1188
|
-
self, **kwargs: Unpack[
|
|
1189
|
+
self, **kwargs: Unpack[DescribeDataSharesForProducerMessageTypeDef]
|
|
1189
1190
|
) -> DescribeDataSharesForProducerResultTypeDef:
|
|
1190
1191
|
"""
|
|
1191
1192
|
Returns a list of datashares when the account identifier being called is a
|
|
@@ -1196,7 +1197,7 @@ class RedshiftClient(BaseClient):
|
|
|
1196
1197
|
"""
|
|
1197
1198
|
|
|
1198
1199
|
def describe_default_cluster_parameters(
|
|
1199
|
-
self, **kwargs: Unpack[
|
|
1200
|
+
self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageTypeDef]
|
|
1200
1201
|
) -> DescribeDefaultClusterParametersResultTypeDef:
|
|
1201
1202
|
"""
|
|
1202
1203
|
Returns a list of parameter settings for the specified parameter group family.
|
|
@@ -1206,7 +1207,7 @@ class RedshiftClient(BaseClient):
|
|
|
1206
1207
|
"""
|
|
1207
1208
|
|
|
1208
1209
|
def describe_endpoint_access(
|
|
1209
|
-
self, **kwargs: Unpack[
|
|
1210
|
+
self, **kwargs: Unpack[DescribeEndpointAccessMessageTypeDef]
|
|
1210
1211
|
) -> EndpointAccessListTypeDef:
|
|
1211
1212
|
"""
|
|
1212
1213
|
Describes a Redshift-managed VPC endpoint.
|
|
@@ -1216,7 +1217,7 @@ class RedshiftClient(BaseClient):
|
|
|
1216
1217
|
"""
|
|
1217
1218
|
|
|
1218
1219
|
def describe_endpoint_authorization(
|
|
1219
|
-
self, **kwargs: Unpack[
|
|
1220
|
+
self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageTypeDef]
|
|
1220
1221
|
) -> EndpointAuthorizationListTypeDef:
|
|
1221
1222
|
"""
|
|
1222
1223
|
Describes an endpoint authorization.
|
|
@@ -1226,7 +1227,7 @@ class RedshiftClient(BaseClient):
|
|
|
1226
1227
|
"""
|
|
1227
1228
|
|
|
1228
1229
|
def describe_event_categories(
|
|
1229
|
-
self, **kwargs: Unpack[
|
|
1230
|
+
self, **kwargs: Unpack[DescribeEventCategoriesMessageTypeDef]
|
|
1230
1231
|
) -> EventCategoriesMessageTypeDef:
|
|
1231
1232
|
"""
|
|
1232
1233
|
Displays a list of event categories for all event source types, or for a
|
|
@@ -1237,7 +1238,7 @@ class RedshiftClient(BaseClient):
|
|
|
1237
1238
|
"""
|
|
1238
1239
|
|
|
1239
1240
|
def describe_event_subscriptions(
|
|
1240
|
-
self, **kwargs: Unpack[
|
|
1241
|
+
self, **kwargs: Unpack[DescribeEventSubscriptionsMessageTypeDef]
|
|
1241
1242
|
) -> EventSubscriptionsMessageTypeDef:
|
|
1242
1243
|
"""
|
|
1243
1244
|
Lists descriptions of all the Amazon Redshift event notification subscriptions
|
|
@@ -1248,7 +1249,7 @@ class RedshiftClient(BaseClient):
|
|
|
1248
1249
|
"""
|
|
1249
1250
|
|
|
1250
1251
|
def describe_events(
|
|
1251
|
-
self, **kwargs: Unpack[
|
|
1252
|
+
self, **kwargs: Unpack[DescribeEventsMessageTypeDef]
|
|
1252
1253
|
) -> EventsMessageTypeDef:
|
|
1253
1254
|
"""
|
|
1254
1255
|
Returns events related to clusters, security groups, snapshots, and parameter
|
|
@@ -1259,7 +1260,7 @@ class RedshiftClient(BaseClient):
|
|
|
1259
1260
|
"""
|
|
1260
1261
|
|
|
1261
1262
|
def describe_hsm_client_certificates(
|
|
1262
|
-
self, **kwargs: Unpack[
|
|
1263
|
+
self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageTypeDef]
|
|
1263
1264
|
) -> HsmClientCertificateMessageTypeDef:
|
|
1264
1265
|
"""
|
|
1265
1266
|
Returns information about the specified HSM client certificate.
|
|
@@ -1269,7 +1270,7 @@ class RedshiftClient(BaseClient):
|
|
|
1269
1270
|
"""
|
|
1270
1271
|
|
|
1271
1272
|
def describe_hsm_configurations(
|
|
1272
|
-
self, **kwargs: Unpack[
|
|
1273
|
+
self, **kwargs: Unpack[DescribeHsmConfigurationsMessageTypeDef]
|
|
1273
1274
|
) -> HsmConfigurationMessageTypeDef:
|
|
1274
1275
|
"""
|
|
1275
1276
|
Returns information about the specified Amazon Redshift HSM configuration.
|
|
@@ -1279,7 +1280,7 @@ class RedshiftClient(BaseClient):
|
|
|
1279
1280
|
"""
|
|
1280
1281
|
|
|
1281
1282
|
def describe_inbound_integrations(
|
|
1282
|
-
self, **kwargs: Unpack[
|
|
1283
|
+
self, **kwargs: Unpack[DescribeInboundIntegrationsMessageTypeDef]
|
|
1283
1284
|
) -> InboundIntegrationsMessageTypeDef:
|
|
1284
1285
|
"""
|
|
1285
1286
|
Returns a list of inbound integrations.
|
|
@@ -1289,7 +1290,7 @@ class RedshiftClient(BaseClient):
|
|
|
1289
1290
|
"""
|
|
1290
1291
|
|
|
1291
1292
|
def describe_integrations(
|
|
1292
|
-
self, **kwargs: Unpack[
|
|
1293
|
+
self, **kwargs: Unpack[DescribeIntegrationsMessageTypeDef]
|
|
1293
1294
|
) -> IntegrationsMessageTypeDef:
|
|
1294
1295
|
"""
|
|
1295
1296
|
Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.
|
|
@@ -1299,7 +1300,7 @@ class RedshiftClient(BaseClient):
|
|
|
1299
1300
|
"""
|
|
1300
1301
|
|
|
1301
1302
|
def describe_logging_status(
|
|
1302
|
-
self, **kwargs: Unpack[
|
|
1303
|
+
self, **kwargs: Unpack[DescribeLoggingStatusMessageTypeDef]
|
|
1303
1304
|
) -> LoggingStatusTypeDef:
|
|
1304
1305
|
"""
|
|
1305
1306
|
Describes whether information, such as queries and connection attempts, is
|
|
@@ -1310,7 +1311,7 @@ class RedshiftClient(BaseClient):
|
|
|
1310
1311
|
"""
|
|
1311
1312
|
|
|
1312
1313
|
def describe_node_configuration_options(
|
|
1313
|
-
self, **kwargs: Unpack[
|
|
1314
|
+
self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageTypeDef]
|
|
1314
1315
|
) -> NodeConfigurationOptionsMessageTypeDef:
|
|
1315
1316
|
"""
|
|
1316
1317
|
Returns properties of possible node configurations such as node type, number of
|
|
@@ -1321,7 +1322,7 @@ class RedshiftClient(BaseClient):
|
|
|
1321
1322
|
"""
|
|
1322
1323
|
|
|
1323
1324
|
def describe_orderable_cluster_options(
|
|
1324
|
-
self, **kwargs: Unpack[
|
|
1325
|
+
self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageTypeDef]
|
|
1325
1326
|
) -> OrderableClusterOptionsMessageTypeDef:
|
|
1326
1327
|
"""
|
|
1327
1328
|
Returns a list of orderable cluster options.
|
|
@@ -1331,7 +1332,7 @@ class RedshiftClient(BaseClient):
|
|
|
1331
1332
|
"""
|
|
1332
1333
|
|
|
1333
1334
|
def describe_partners(
|
|
1334
|
-
self, **kwargs: Unpack[
|
|
1335
|
+
self, **kwargs: Unpack[DescribePartnersInputMessageTypeDef]
|
|
1335
1336
|
) -> DescribePartnersOutputMessageTypeDef:
|
|
1336
1337
|
"""
|
|
1337
1338
|
Returns information about the partner integrations defined for a cluster.
|
|
@@ -1341,7 +1342,7 @@ class RedshiftClient(BaseClient):
|
|
|
1341
1342
|
"""
|
|
1342
1343
|
|
|
1343
1344
|
def describe_redshift_idc_applications(
|
|
1344
|
-
self, **kwargs: Unpack[
|
|
1345
|
+
self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageTypeDef]
|
|
1345
1346
|
) -> DescribeRedshiftIdcApplicationsResultTypeDef:
|
|
1346
1347
|
"""
|
|
1347
1348
|
Lists the Amazon Redshift IAM Identity Center applications.
|
|
@@ -1351,7 +1352,7 @@ class RedshiftClient(BaseClient):
|
|
|
1351
1352
|
"""
|
|
1352
1353
|
|
|
1353
1354
|
def describe_reserved_node_exchange_status(
|
|
1354
|
-
self, **kwargs: Unpack[
|
|
1355
|
+
self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageTypeDef]
|
|
1355
1356
|
) -> DescribeReservedNodeExchangeStatusOutputMessageTypeDef:
|
|
1356
1357
|
"""
|
|
1357
1358
|
Returns exchange status details and associated metadata for a reserved-node
|
|
@@ -1362,7 +1363,7 @@ class RedshiftClient(BaseClient):
|
|
|
1362
1363
|
"""
|
|
1363
1364
|
|
|
1364
1365
|
def describe_reserved_node_offerings(
|
|
1365
|
-
self, **kwargs: Unpack[
|
|
1366
|
+
self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageTypeDef]
|
|
1366
1367
|
) -> ReservedNodeOfferingsMessageTypeDef:
|
|
1367
1368
|
"""
|
|
1368
1369
|
Returns a list of the available reserved node offerings by Amazon Redshift with
|
|
@@ -1374,7 +1375,7 @@ class RedshiftClient(BaseClient):
|
|
|
1374
1375
|
"""
|
|
1375
1376
|
|
|
1376
1377
|
def describe_reserved_nodes(
|
|
1377
|
-
self, **kwargs: Unpack[
|
|
1378
|
+
self, **kwargs: Unpack[DescribeReservedNodesMessageTypeDef]
|
|
1378
1379
|
) -> ReservedNodesMessageTypeDef:
|
|
1379
1380
|
"""
|
|
1380
1381
|
Returns the descriptions of the reserved nodes.
|
|
@@ -1384,7 +1385,7 @@ class RedshiftClient(BaseClient):
|
|
|
1384
1385
|
"""
|
|
1385
1386
|
|
|
1386
1387
|
def describe_resize(
|
|
1387
|
-
self, **kwargs: Unpack[
|
|
1388
|
+
self, **kwargs: Unpack[DescribeResizeMessageTypeDef]
|
|
1388
1389
|
) -> ResizeProgressMessageTypeDef:
|
|
1389
1390
|
"""
|
|
1390
1391
|
Returns information about the last resize operation for the specified cluster.
|
|
@@ -1394,7 +1395,7 @@ class RedshiftClient(BaseClient):
|
|
|
1394
1395
|
"""
|
|
1395
1396
|
|
|
1396
1397
|
def describe_scheduled_actions(
|
|
1397
|
-
self, **kwargs: Unpack[
|
|
1398
|
+
self, **kwargs: Unpack[DescribeScheduledActionsMessageTypeDef]
|
|
1398
1399
|
) -> ScheduledActionsMessageTypeDef:
|
|
1399
1400
|
"""
|
|
1400
1401
|
Describes properties of scheduled actions.
|
|
@@ -1404,7 +1405,7 @@ class RedshiftClient(BaseClient):
|
|
|
1404
1405
|
"""
|
|
1405
1406
|
|
|
1406
1407
|
def describe_snapshot_copy_grants(
|
|
1407
|
-
self, **kwargs: Unpack[
|
|
1408
|
+
self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageTypeDef]
|
|
1408
1409
|
) -> SnapshotCopyGrantMessageTypeDef:
|
|
1409
1410
|
"""
|
|
1410
1411
|
Returns a list of snapshot copy grants owned by the Amazon Web Services account
|
|
@@ -1415,7 +1416,7 @@ class RedshiftClient(BaseClient):
|
|
|
1415
1416
|
"""
|
|
1416
1417
|
|
|
1417
1418
|
def describe_snapshot_schedules(
|
|
1418
|
-
self, **kwargs: Unpack[
|
|
1419
|
+
self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageTypeDef]
|
|
1419
1420
|
) -> DescribeSnapshotSchedulesOutputMessageTypeDef:
|
|
1420
1421
|
"""
|
|
1421
1422
|
Returns a list of snapshot schedules.
|
|
@@ -1433,7 +1434,7 @@ class RedshiftClient(BaseClient):
|
|
|
1433
1434
|
"""
|
|
1434
1435
|
|
|
1435
1436
|
def describe_table_restore_status(
|
|
1436
|
-
self, **kwargs: Unpack[
|
|
1437
|
+
self, **kwargs: Unpack[DescribeTableRestoreStatusMessageTypeDef]
|
|
1437
1438
|
) -> TableRestoreStatusMessageTypeDef:
|
|
1438
1439
|
"""
|
|
1439
1440
|
Lists the status of one or more table restore requests made using the
|
|
@@ -1444,7 +1445,7 @@ class RedshiftClient(BaseClient):
|
|
|
1444
1445
|
"""
|
|
1445
1446
|
|
|
1446
1447
|
def describe_tags(
|
|
1447
|
-
self, **kwargs: Unpack[
|
|
1448
|
+
self, **kwargs: Unpack[DescribeTagsMessageTypeDef]
|
|
1448
1449
|
) -> TaggedResourceListMessageTypeDef:
|
|
1449
1450
|
"""
|
|
1450
1451
|
Returns a list of tags.
|
|
@@ -1454,7 +1455,7 @@ class RedshiftClient(BaseClient):
|
|
|
1454
1455
|
"""
|
|
1455
1456
|
|
|
1456
1457
|
def describe_usage_limits(
|
|
1457
|
-
self, **kwargs: Unpack[
|
|
1458
|
+
self, **kwargs: Unpack[DescribeUsageLimitsMessageTypeDef]
|
|
1458
1459
|
) -> UsageLimitListTypeDef:
|
|
1459
1460
|
"""
|
|
1460
1461
|
Shows usage limits on a cluster.
|
|
@@ -1464,7 +1465,7 @@ class RedshiftClient(BaseClient):
|
|
|
1464
1465
|
"""
|
|
1465
1466
|
|
|
1466
1467
|
def disable_logging(
|
|
1467
|
-
self, **kwargs: Unpack[
|
|
1468
|
+
self, **kwargs: Unpack[DisableLoggingMessageTypeDef]
|
|
1468
1469
|
) -> LoggingStatusTypeDef:
|
|
1469
1470
|
"""
|
|
1470
1471
|
Stops logging information, such as queries and connection attempts, for the
|
|
@@ -1475,7 +1476,7 @@ class RedshiftClient(BaseClient):
|
|
|
1475
1476
|
"""
|
|
1476
1477
|
|
|
1477
1478
|
def disable_snapshot_copy(
|
|
1478
|
-
self, **kwargs: Unpack[
|
|
1479
|
+
self, **kwargs: Unpack[DisableSnapshotCopyMessageTypeDef]
|
|
1479
1480
|
) -> DisableSnapshotCopyResultTypeDef:
|
|
1480
1481
|
"""
|
|
1481
1482
|
Disables the automatic copying of snapshots from one region to another region
|
|
@@ -1486,7 +1487,7 @@ class RedshiftClient(BaseClient):
|
|
|
1486
1487
|
"""
|
|
1487
1488
|
|
|
1488
1489
|
def disassociate_data_share_consumer(
|
|
1489
|
-
self, **kwargs: Unpack[
|
|
1490
|
+
self, **kwargs: Unpack[DisassociateDataShareConsumerMessageTypeDef]
|
|
1490
1491
|
) -> DataShareResponseTypeDef:
|
|
1491
1492
|
"""
|
|
1492
1493
|
From a datashare consumer account, remove association for the specified
|
|
@@ -1496,9 +1497,7 @@ class RedshiftClient(BaseClient):
|
|
|
1496
1497
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disassociate_data_share_consumer)
|
|
1497
1498
|
"""
|
|
1498
1499
|
|
|
1499
|
-
def enable_logging(
|
|
1500
|
-
self, **kwargs: Unpack[EnableLoggingMessageRequestTypeDef]
|
|
1501
|
-
) -> LoggingStatusTypeDef:
|
|
1500
|
+
def enable_logging(self, **kwargs: Unpack[EnableLoggingMessageTypeDef]) -> LoggingStatusTypeDef:
|
|
1502
1501
|
"""
|
|
1503
1502
|
Starts logging information, such as queries and connection attempts, for the
|
|
1504
1503
|
specified Amazon Redshift cluster.
|
|
@@ -1508,7 +1507,7 @@ class RedshiftClient(BaseClient):
|
|
|
1508
1507
|
"""
|
|
1509
1508
|
|
|
1510
1509
|
def enable_snapshot_copy(
|
|
1511
|
-
self, **kwargs: Unpack[
|
|
1510
|
+
self, **kwargs: Unpack[EnableSnapshotCopyMessageTypeDef]
|
|
1512
1511
|
) -> EnableSnapshotCopyResultTypeDef:
|
|
1513
1512
|
"""
|
|
1514
1513
|
Enables the automatic copy of snapshots from one region to another region for a
|
|
@@ -1519,7 +1518,7 @@ class RedshiftClient(BaseClient):
|
|
|
1519
1518
|
"""
|
|
1520
1519
|
|
|
1521
1520
|
def failover_primary_compute(
|
|
1522
|
-
self, **kwargs: Unpack[
|
|
1521
|
+
self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageTypeDef]
|
|
1523
1522
|
) -> FailoverPrimaryComputeResultTypeDef:
|
|
1524
1523
|
"""
|
|
1525
1524
|
Fails over the primary compute unit of the specified Multi-AZ cluster to
|
|
@@ -1530,7 +1529,7 @@ class RedshiftClient(BaseClient):
|
|
|
1530
1529
|
"""
|
|
1531
1530
|
|
|
1532
1531
|
def get_cluster_credentials(
|
|
1533
|
-
self, **kwargs: Unpack[
|
|
1532
|
+
self, **kwargs: Unpack[GetClusterCredentialsMessageTypeDef]
|
|
1534
1533
|
) -> ClusterCredentialsTypeDef:
|
|
1535
1534
|
"""
|
|
1536
1535
|
Returns a database user name and temporary password with temporary
|
|
@@ -1541,7 +1540,7 @@ class RedshiftClient(BaseClient):
|
|
|
1541
1540
|
"""
|
|
1542
1541
|
|
|
1543
1542
|
def get_cluster_credentials_with_iam(
|
|
1544
|
-
self, **kwargs: Unpack[
|
|
1543
|
+
self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageTypeDef]
|
|
1545
1544
|
) -> ClusterExtendedCredentialsTypeDef:
|
|
1546
1545
|
"""
|
|
1547
1546
|
Returns a database user name and temporary password with temporary
|
|
@@ -1552,8 +1551,7 @@ class RedshiftClient(BaseClient):
|
|
|
1552
1551
|
"""
|
|
1553
1552
|
|
|
1554
1553
|
def get_reserved_node_exchange_configuration_options(
|
|
1555
|
-
self,
|
|
1556
|
-
**kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef],
|
|
1554
|
+
self, **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef]
|
|
1557
1555
|
) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
|
|
1558
1556
|
"""
|
|
1559
1557
|
Gets the configuration options for the reserved-node exchange.
|
|
@@ -1563,7 +1561,7 @@ class RedshiftClient(BaseClient):
|
|
|
1563
1561
|
"""
|
|
1564
1562
|
|
|
1565
1563
|
def get_reserved_node_exchange_offerings(
|
|
1566
|
-
self, **kwargs: Unpack[
|
|
1564
|
+
self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageTypeDef]
|
|
1567
1565
|
) -> GetReservedNodeExchangeOfferingsOutputMessageTypeDef:
|
|
1568
1566
|
"""
|
|
1569
1567
|
Returns an array of DC2 ReservedNodeOfferings that matches the payment type,
|
|
@@ -1574,7 +1572,7 @@ class RedshiftClient(BaseClient):
|
|
|
1574
1572
|
"""
|
|
1575
1573
|
|
|
1576
1574
|
def get_resource_policy(
|
|
1577
|
-
self, **kwargs: Unpack[
|
|
1575
|
+
self, **kwargs: Unpack[GetResourcePolicyMessageTypeDef]
|
|
1578
1576
|
) -> GetResourcePolicyResultTypeDef:
|
|
1579
1577
|
"""
|
|
1580
1578
|
Get the resource policy for a specified resource.
|
|
@@ -1584,7 +1582,7 @@ class RedshiftClient(BaseClient):
|
|
|
1584
1582
|
"""
|
|
1585
1583
|
|
|
1586
1584
|
def list_recommendations(
|
|
1587
|
-
self, **kwargs: Unpack[
|
|
1585
|
+
self, **kwargs: Unpack[ListRecommendationsMessageTypeDef]
|
|
1588
1586
|
) -> ListRecommendationsResultTypeDef:
|
|
1589
1587
|
"""
|
|
1590
1588
|
List the Amazon Redshift Advisor recommendations for one or multiple Amazon
|
|
@@ -1595,7 +1593,7 @@ class RedshiftClient(BaseClient):
|
|
|
1595
1593
|
"""
|
|
1596
1594
|
|
|
1597
1595
|
def modify_aqua_configuration(
|
|
1598
|
-
self, **kwargs: Unpack[
|
|
1596
|
+
self, **kwargs: Unpack[ModifyAquaInputMessageTypeDef]
|
|
1599
1597
|
) -> ModifyAquaOutputMessageTypeDef:
|
|
1600
1598
|
"""
|
|
1601
1599
|
This operation is retired.
|
|
@@ -1605,7 +1603,7 @@ class RedshiftClient(BaseClient):
|
|
|
1605
1603
|
"""
|
|
1606
1604
|
|
|
1607
1605
|
def modify_authentication_profile(
|
|
1608
|
-
self, **kwargs: Unpack[
|
|
1606
|
+
self, **kwargs: Unpack[ModifyAuthenticationProfileMessageTypeDef]
|
|
1609
1607
|
) -> ModifyAuthenticationProfileResultTypeDef:
|
|
1610
1608
|
"""
|
|
1611
1609
|
Modifies an authentication profile.
|
|
@@ -1615,7 +1613,7 @@ class RedshiftClient(BaseClient):
|
|
|
1615
1613
|
"""
|
|
1616
1614
|
|
|
1617
1615
|
def modify_cluster(
|
|
1618
|
-
self, **kwargs: Unpack[
|
|
1616
|
+
self, **kwargs: Unpack[ModifyClusterMessageTypeDef]
|
|
1619
1617
|
) -> ModifyClusterResultTypeDef:
|
|
1620
1618
|
"""
|
|
1621
1619
|
Modifies the settings for a cluster.
|
|
@@ -1625,7 +1623,7 @@ class RedshiftClient(BaseClient):
|
|
|
1625
1623
|
"""
|
|
1626
1624
|
|
|
1627
1625
|
def modify_cluster_db_revision(
|
|
1628
|
-
self, **kwargs: Unpack[
|
|
1626
|
+
self, **kwargs: Unpack[ModifyClusterDbRevisionMessageTypeDef]
|
|
1629
1627
|
) -> ModifyClusterDbRevisionResultTypeDef:
|
|
1630
1628
|
"""
|
|
1631
1629
|
Modifies the database revision of a cluster.
|
|
@@ -1635,7 +1633,7 @@ class RedshiftClient(BaseClient):
|
|
|
1635
1633
|
"""
|
|
1636
1634
|
|
|
1637
1635
|
def modify_cluster_iam_roles(
|
|
1638
|
-
self, **kwargs: Unpack[
|
|
1636
|
+
self, **kwargs: Unpack[ModifyClusterIamRolesMessageTypeDef]
|
|
1639
1637
|
) -> ModifyClusterIamRolesResultTypeDef:
|
|
1640
1638
|
"""
|
|
1641
1639
|
Modifies the list of Identity and Access Management (IAM) roles that can be
|
|
@@ -1646,7 +1644,7 @@ class RedshiftClient(BaseClient):
|
|
|
1646
1644
|
"""
|
|
1647
1645
|
|
|
1648
1646
|
def modify_cluster_maintenance(
|
|
1649
|
-
self, **kwargs: Unpack[
|
|
1647
|
+
self, **kwargs: Unpack[ModifyClusterMaintenanceMessageTypeDef]
|
|
1650
1648
|
) -> ModifyClusterMaintenanceResultTypeDef:
|
|
1651
1649
|
"""
|
|
1652
1650
|
Modifies the maintenance settings of a cluster.
|
|
@@ -1656,7 +1654,7 @@ class RedshiftClient(BaseClient):
|
|
|
1656
1654
|
"""
|
|
1657
1655
|
|
|
1658
1656
|
def modify_cluster_parameter_group(
|
|
1659
|
-
self, **kwargs: Unpack[
|
|
1657
|
+
self, **kwargs: Unpack[ModifyClusterParameterGroupMessageTypeDef]
|
|
1660
1658
|
) -> ClusterParameterGroupNameMessageTypeDef:
|
|
1661
1659
|
"""
|
|
1662
1660
|
Modifies the parameters of a parameter group.
|
|
@@ -1666,7 +1664,7 @@ class RedshiftClient(BaseClient):
|
|
|
1666
1664
|
"""
|
|
1667
1665
|
|
|
1668
1666
|
def modify_cluster_snapshot(
|
|
1669
|
-
self, **kwargs: Unpack[
|
|
1667
|
+
self, **kwargs: Unpack[ModifyClusterSnapshotMessageTypeDef]
|
|
1670
1668
|
) -> ModifyClusterSnapshotResultTypeDef:
|
|
1671
1669
|
"""
|
|
1672
1670
|
Modifies the settings for a snapshot.
|
|
@@ -1676,7 +1674,7 @@ class RedshiftClient(BaseClient):
|
|
|
1676
1674
|
"""
|
|
1677
1675
|
|
|
1678
1676
|
def modify_cluster_snapshot_schedule(
|
|
1679
|
-
self, **kwargs: Unpack[
|
|
1677
|
+
self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageTypeDef]
|
|
1680
1678
|
) -> EmptyResponseMetadataTypeDef:
|
|
1681
1679
|
"""
|
|
1682
1680
|
Modifies a snapshot schedule for a cluster.
|
|
@@ -1686,7 +1684,7 @@ class RedshiftClient(BaseClient):
|
|
|
1686
1684
|
"""
|
|
1687
1685
|
|
|
1688
1686
|
def modify_cluster_subnet_group(
|
|
1689
|
-
self, **kwargs: Unpack[
|
|
1687
|
+
self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageTypeDef]
|
|
1690
1688
|
) -> ModifyClusterSubnetGroupResultTypeDef:
|
|
1691
1689
|
"""
|
|
1692
1690
|
Modifies a cluster subnet group to include the specified list of VPC subnets.
|
|
@@ -1696,7 +1694,7 @@ class RedshiftClient(BaseClient):
|
|
|
1696
1694
|
"""
|
|
1697
1695
|
|
|
1698
1696
|
def modify_custom_domain_association(
|
|
1699
|
-
self, **kwargs: Unpack[
|
|
1697
|
+
self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageTypeDef]
|
|
1700
1698
|
) -> ModifyCustomDomainAssociationResultTypeDef:
|
|
1701
1699
|
"""
|
|
1702
1700
|
Contains information for changing a custom domain association.
|
|
@@ -1706,7 +1704,7 @@ class RedshiftClient(BaseClient):
|
|
|
1706
1704
|
"""
|
|
1707
1705
|
|
|
1708
1706
|
def modify_endpoint_access(
|
|
1709
|
-
self, **kwargs: Unpack[
|
|
1707
|
+
self, **kwargs: Unpack[ModifyEndpointAccessMessageTypeDef]
|
|
1710
1708
|
) -> EndpointAccessResponseTypeDef:
|
|
1711
1709
|
"""
|
|
1712
1710
|
Modifies a Redshift-managed VPC endpoint.
|
|
@@ -1716,7 +1714,7 @@ class RedshiftClient(BaseClient):
|
|
|
1716
1714
|
"""
|
|
1717
1715
|
|
|
1718
1716
|
def modify_event_subscription(
|
|
1719
|
-
self, **kwargs: Unpack[
|
|
1717
|
+
self, **kwargs: Unpack[ModifyEventSubscriptionMessageTypeDef]
|
|
1720
1718
|
) -> ModifyEventSubscriptionResultTypeDef:
|
|
1721
1719
|
"""
|
|
1722
1720
|
Modifies an existing Amazon Redshift event notification subscription.
|
|
@@ -1726,7 +1724,7 @@ class RedshiftClient(BaseClient):
|
|
|
1726
1724
|
"""
|
|
1727
1725
|
|
|
1728
1726
|
def modify_integration(
|
|
1729
|
-
self, **kwargs: Unpack[
|
|
1727
|
+
self, **kwargs: Unpack[ModifyIntegrationMessageTypeDef]
|
|
1730
1728
|
) -> IntegrationResponseTypeDef:
|
|
1731
1729
|
"""
|
|
1732
1730
|
Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.
|
|
@@ -1736,7 +1734,7 @@ class RedshiftClient(BaseClient):
|
|
|
1736
1734
|
"""
|
|
1737
1735
|
|
|
1738
1736
|
def modify_redshift_idc_application(
|
|
1739
|
-
self, **kwargs: Unpack[
|
|
1737
|
+
self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageTypeDef]
|
|
1740
1738
|
) -> ModifyRedshiftIdcApplicationResultTypeDef:
|
|
1741
1739
|
"""
|
|
1742
1740
|
Changes an existing Amazon Redshift IAM Identity Center application.
|
|
@@ -1746,7 +1744,7 @@ class RedshiftClient(BaseClient):
|
|
|
1746
1744
|
"""
|
|
1747
1745
|
|
|
1748
1746
|
def modify_scheduled_action(
|
|
1749
|
-
self, **kwargs: Unpack[
|
|
1747
|
+
self, **kwargs: Unpack[ModifyScheduledActionMessageTypeDef]
|
|
1750
1748
|
) -> ScheduledActionResponseTypeDef:
|
|
1751
1749
|
"""
|
|
1752
1750
|
Modifies a scheduled action.
|
|
@@ -1756,7 +1754,7 @@ class RedshiftClient(BaseClient):
|
|
|
1756
1754
|
"""
|
|
1757
1755
|
|
|
1758
1756
|
def modify_snapshot_copy_retention_period(
|
|
1759
|
-
self, **kwargs: Unpack[
|
|
1757
|
+
self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageTypeDef]
|
|
1760
1758
|
) -> ModifySnapshotCopyRetentionPeriodResultTypeDef:
|
|
1761
1759
|
"""
|
|
1762
1760
|
Modifies the number of days to retain snapshots in the destination Amazon Web
|
|
@@ -1768,7 +1766,7 @@ class RedshiftClient(BaseClient):
|
|
|
1768
1766
|
"""
|
|
1769
1767
|
|
|
1770
1768
|
def modify_snapshot_schedule(
|
|
1771
|
-
self, **kwargs: Unpack[
|
|
1769
|
+
self, **kwargs: Unpack[ModifySnapshotScheduleMessageTypeDef]
|
|
1772
1770
|
) -> SnapshotScheduleResponseTypeDef:
|
|
1773
1771
|
"""
|
|
1774
1772
|
Modifies a snapshot schedule.
|
|
@@ -1778,7 +1776,7 @@ class RedshiftClient(BaseClient):
|
|
|
1778
1776
|
"""
|
|
1779
1777
|
|
|
1780
1778
|
def modify_usage_limit(
|
|
1781
|
-
self, **kwargs: Unpack[
|
|
1779
|
+
self, **kwargs: Unpack[ModifyUsageLimitMessageTypeDef]
|
|
1782
1780
|
) -> UsageLimitResponseTypeDef:
|
|
1783
1781
|
"""
|
|
1784
1782
|
Modifies a usage limit in a cluster.
|
|
@@ -1798,7 +1796,7 @@ class RedshiftClient(BaseClient):
|
|
|
1798
1796
|
"""
|
|
1799
1797
|
|
|
1800
1798
|
def purchase_reserved_node_offering(
|
|
1801
|
-
self, **kwargs: Unpack[
|
|
1799
|
+
self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageTypeDef]
|
|
1802
1800
|
) -> PurchaseReservedNodeOfferingResultTypeDef:
|
|
1803
1801
|
"""
|
|
1804
1802
|
Allows you to purchase reserved nodes.
|
|
@@ -1808,7 +1806,7 @@ class RedshiftClient(BaseClient):
|
|
|
1808
1806
|
"""
|
|
1809
1807
|
|
|
1810
1808
|
def put_resource_policy(
|
|
1811
|
-
self, **kwargs: Unpack[
|
|
1809
|
+
self, **kwargs: Unpack[PutResourcePolicyMessageTypeDef]
|
|
1812
1810
|
) -> PutResourcePolicyResultTypeDef:
|
|
1813
1811
|
"""
|
|
1814
1812
|
Updates the resource policy for a specified resource.
|
|
@@ -1818,7 +1816,7 @@ class RedshiftClient(BaseClient):
|
|
|
1818
1816
|
"""
|
|
1819
1817
|
|
|
1820
1818
|
def reboot_cluster(
|
|
1821
|
-
self, **kwargs: Unpack[
|
|
1819
|
+
self, **kwargs: Unpack[RebootClusterMessageTypeDef]
|
|
1822
1820
|
) -> RebootClusterResultTypeDef:
|
|
1823
1821
|
"""
|
|
1824
1822
|
Reboots a cluster.
|
|
@@ -1828,7 +1826,7 @@ class RedshiftClient(BaseClient):
|
|
|
1828
1826
|
"""
|
|
1829
1827
|
|
|
1830
1828
|
def register_namespace(
|
|
1831
|
-
self, **kwargs: Unpack[
|
|
1829
|
+
self, **kwargs: Unpack[RegisterNamespaceInputMessageTypeDef]
|
|
1832
1830
|
) -> RegisterNamespaceOutputMessageTypeDef:
|
|
1833
1831
|
"""
|
|
1834
1832
|
Registers a cluster or serverless namespace to the Amazon Web Services Glue
|
|
@@ -1839,7 +1837,7 @@ class RedshiftClient(BaseClient):
|
|
|
1839
1837
|
"""
|
|
1840
1838
|
|
|
1841
1839
|
def reject_data_share(
|
|
1842
|
-
self, **kwargs: Unpack[
|
|
1840
|
+
self, **kwargs: Unpack[RejectDataShareMessageTypeDef]
|
|
1843
1841
|
) -> DataShareResponseTypeDef:
|
|
1844
1842
|
"""
|
|
1845
1843
|
From a datashare consumer account, rejects the specified datashare.
|
|
@@ -1849,7 +1847,7 @@ class RedshiftClient(BaseClient):
|
|
|
1849
1847
|
"""
|
|
1850
1848
|
|
|
1851
1849
|
def reset_cluster_parameter_group(
|
|
1852
|
-
self, **kwargs: Unpack[
|
|
1850
|
+
self, **kwargs: Unpack[ResetClusterParameterGroupMessageTypeDef]
|
|
1853
1851
|
) -> ClusterParameterGroupNameMessageTypeDef:
|
|
1854
1852
|
"""
|
|
1855
1853
|
Sets one or more parameters of the specified parameter group to their default
|
|
@@ -1870,7 +1868,7 @@ class RedshiftClient(BaseClient):
|
|
|
1870
1868
|
"""
|
|
1871
1869
|
|
|
1872
1870
|
def restore_from_cluster_snapshot(
|
|
1873
|
-
self, **kwargs: Unpack[
|
|
1871
|
+
self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageTypeDef]
|
|
1874
1872
|
) -> RestoreFromClusterSnapshotResultTypeDef:
|
|
1875
1873
|
"""
|
|
1876
1874
|
Creates a new cluster from a snapshot.
|
|
@@ -1880,7 +1878,7 @@ class RedshiftClient(BaseClient):
|
|
|
1880
1878
|
"""
|
|
1881
1879
|
|
|
1882
1880
|
def restore_table_from_cluster_snapshot(
|
|
1883
|
-
self, **kwargs: Unpack[
|
|
1881
|
+
self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageTypeDef]
|
|
1884
1882
|
) -> RestoreTableFromClusterSnapshotResultTypeDef:
|
|
1885
1883
|
"""
|
|
1886
1884
|
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
|
@@ -1900,7 +1898,7 @@ class RedshiftClient(BaseClient):
|
|
|
1900
1898
|
"""
|
|
1901
1899
|
|
|
1902
1900
|
def revoke_cluster_security_group_ingress(
|
|
1903
|
-
self, **kwargs: Unpack[
|
|
1901
|
+
self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageTypeDef]
|
|
1904
1902
|
) -> RevokeClusterSecurityGroupIngressResultTypeDef:
|
|
1905
1903
|
"""
|
|
1906
1904
|
Revokes an ingress rule in an Amazon Redshift security group for a previously
|
|
@@ -1911,7 +1909,7 @@ class RedshiftClient(BaseClient):
|
|
|
1911
1909
|
"""
|
|
1912
1910
|
|
|
1913
1911
|
def revoke_endpoint_access(
|
|
1914
|
-
self, **kwargs: Unpack[
|
|
1912
|
+
self, **kwargs: Unpack[RevokeEndpointAccessMessageTypeDef]
|
|
1915
1913
|
) -> EndpointAuthorizationResponseTypeDef:
|
|
1916
1914
|
"""
|
|
1917
1915
|
Revokes access to a cluster.
|
|
@@ -1921,7 +1919,7 @@ class RedshiftClient(BaseClient):
|
|
|
1921
1919
|
"""
|
|
1922
1920
|
|
|
1923
1921
|
def revoke_snapshot_access(
|
|
1924
|
-
self, **kwargs: Unpack[
|
|
1922
|
+
self, **kwargs: Unpack[RevokeSnapshotAccessMessageTypeDef]
|
|
1925
1923
|
) -> RevokeSnapshotAccessResultTypeDef:
|
|
1926
1924
|
"""
|
|
1927
1925
|
Removes the ability of the specified Amazon Web Services account to restore the
|
|
@@ -1932,7 +1930,7 @@ class RedshiftClient(BaseClient):
|
|
|
1932
1930
|
"""
|
|
1933
1931
|
|
|
1934
1932
|
def rotate_encryption_key(
|
|
1935
|
-
self, **kwargs: Unpack[
|
|
1933
|
+
self, **kwargs: Unpack[RotateEncryptionKeyMessageTypeDef]
|
|
1936
1934
|
) -> RotateEncryptionKeyResultTypeDef:
|
|
1937
1935
|
"""
|
|
1938
1936
|
Rotates the encryption keys for a cluster.
|
|
@@ -1942,7 +1940,7 @@ class RedshiftClient(BaseClient):
|
|
|
1942
1940
|
"""
|
|
1943
1941
|
|
|
1944
1942
|
def update_partner_status(
|
|
1945
|
-
self, **kwargs: Unpack[
|
|
1943
|
+
self, **kwargs: Unpack[UpdatePartnerStatusInputMessageTypeDef]
|
|
1946
1944
|
) -> PartnerIntegrationOutputMessageTypeDef:
|
|
1947
1945
|
"""
|
|
1948
1946
|
Updates the status of a partner integration.
|