types-boto3-redshift 1.36.0__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 +2 -3
- types_boto3_redshift/literals.pyi +2 -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.36.0.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.36.0.dist-info/RECORD +0 -20
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_redshift/client.pyi
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
|
)
|
|
@@ -509,7 +510,7 @@ class RedshiftClient(BaseClient):
|
|
|
509
510
|
"""
|
|
510
511
|
|
|
511
512
|
def accept_reserved_node_exchange(
|
|
512
|
-
self, **kwargs: Unpack[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
1017
|
+
self, **kwargs: Unpack[DeleteUsageLimitMessageTypeDef]
|
|
1017
1018
|
) -> EmptyResponseMetadataTypeDef:
|
|
1018
1019
|
"""
|
|
1019
1020
|
Deletes a usage limit from a cluster.
|
|
@@ -1023,7 +1024,7 @@ class RedshiftClient(BaseClient):
|
|
|
1023
1024
|
"""
|
|
1024
1025
|
|
|
1025
1026
|
def deregister_namespace(
|
|
1026
|
-
self, **kwargs: Unpack[
|
|
1027
|
+
self, **kwargs: Unpack[DeregisterNamespaceInputMessageTypeDef]
|
|
1027
1028
|
) -> DeregisterNamespaceOutputMessageTypeDef:
|
|
1028
1029
|
"""
|
|
1029
1030
|
Deregisters a cluster or serverless namespace from the Amazon Web Services Glue
|
|
@@ -1034,7 +1035,7 @@ class RedshiftClient(BaseClient):
|
|
|
1034
1035
|
"""
|
|
1035
1036
|
|
|
1036
1037
|
def describe_account_attributes(
|
|
1037
|
-
self, **kwargs: Unpack[
|
|
1038
|
+
self, **kwargs: Unpack[DescribeAccountAttributesMessageTypeDef]
|
|
1038
1039
|
) -> AccountAttributeListTypeDef:
|
|
1039
1040
|
"""
|
|
1040
1041
|
Returns a list of attributes attached to an account.
|
|
@@ -1044,7 +1045,7 @@ class RedshiftClient(BaseClient):
|
|
|
1044
1045
|
"""
|
|
1045
1046
|
|
|
1046
1047
|
def describe_authentication_profiles(
|
|
1047
|
-
self, **kwargs: Unpack[
|
|
1048
|
+
self, **kwargs: Unpack[DescribeAuthenticationProfilesMessageTypeDef]
|
|
1048
1049
|
) -> DescribeAuthenticationProfilesResultTypeDef:
|
|
1049
1050
|
"""
|
|
1050
1051
|
Describes an authentication profile.
|
|
@@ -1054,7 +1055,7 @@ class RedshiftClient(BaseClient):
|
|
|
1054
1055
|
"""
|
|
1055
1056
|
|
|
1056
1057
|
def describe_cluster_db_revisions(
|
|
1057
|
-
self, **kwargs: Unpack[
|
|
1058
|
+
self, **kwargs: Unpack[DescribeClusterDbRevisionsMessageTypeDef]
|
|
1058
1059
|
) -> ClusterDbRevisionsMessageTypeDef:
|
|
1059
1060
|
"""
|
|
1060
1061
|
Returns an array of <code>ClusterDbRevision</code> objects.
|
|
@@ -1064,7 +1065,7 @@ class RedshiftClient(BaseClient):
|
|
|
1064
1065
|
"""
|
|
1065
1066
|
|
|
1066
1067
|
def describe_cluster_parameter_groups(
|
|
1067
|
-
self, **kwargs: Unpack[
|
|
1068
|
+
self, **kwargs: Unpack[DescribeClusterParameterGroupsMessageTypeDef]
|
|
1068
1069
|
) -> ClusterParameterGroupsMessageTypeDef:
|
|
1069
1070
|
"""
|
|
1070
1071
|
Returns a list of Amazon Redshift parameter groups, including parameter groups
|
|
@@ -1075,7 +1076,7 @@ class RedshiftClient(BaseClient):
|
|
|
1075
1076
|
"""
|
|
1076
1077
|
|
|
1077
1078
|
def describe_cluster_parameters(
|
|
1078
|
-
self, **kwargs: Unpack[
|
|
1079
|
+
self, **kwargs: Unpack[DescribeClusterParametersMessageTypeDef]
|
|
1079
1080
|
) -> ClusterParameterGroupDetailsTypeDef:
|
|
1080
1081
|
"""
|
|
1081
1082
|
Returns a detailed list of parameters contained within the specified Amazon
|
|
@@ -1086,7 +1087,7 @@ class RedshiftClient(BaseClient):
|
|
|
1086
1087
|
"""
|
|
1087
1088
|
|
|
1088
1089
|
def describe_cluster_security_groups(
|
|
1089
|
-
self, **kwargs: Unpack[
|
|
1090
|
+
self, **kwargs: Unpack[DescribeClusterSecurityGroupsMessageTypeDef]
|
|
1090
1091
|
) -> ClusterSecurityGroupMessageTypeDef:
|
|
1091
1092
|
"""
|
|
1092
1093
|
Returns information about Amazon Redshift security groups.
|
|
@@ -1096,7 +1097,7 @@ class RedshiftClient(BaseClient):
|
|
|
1096
1097
|
"""
|
|
1097
1098
|
|
|
1098
1099
|
def describe_cluster_snapshots(
|
|
1099
|
-
self, **kwargs: Unpack[
|
|
1100
|
+
self, **kwargs: Unpack[DescribeClusterSnapshotsMessageTypeDef]
|
|
1100
1101
|
) -> SnapshotMessageTypeDef:
|
|
1101
1102
|
"""
|
|
1102
1103
|
Returns one or more snapshot objects, which contain metadata about your cluster
|
|
@@ -1107,7 +1108,7 @@ class RedshiftClient(BaseClient):
|
|
|
1107
1108
|
"""
|
|
1108
1109
|
|
|
1109
1110
|
def describe_cluster_subnet_groups(
|
|
1110
|
-
self, **kwargs: Unpack[
|
|
1111
|
+
self, **kwargs: Unpack[DescribeClusterSubnetGroupsMessageTypeDef]
|
|
1111
1112
|
) -> ClusterSubnetGroupMessageTypeDef:
|
|
1112
1113
|
"""
|
|
1113
1114
|
Returns one or more cluster subnet group objects, which contain metadata about
|
|
@@ -1118,7 +1119,7 @@ class RedshiftClient(BaseClient):
|
|
|
1118
1119
|
"""
|
|
1119
1120
|
|
|
1120
1121
|
def describe_cluster_tracks(
|
|
1121
|
-
self, **kwargs: Unpack[
|
|
1122
|
+
self, **kwargs: Unpack[DescribeClusterTracksMessageTypeDef]
|
|
1122
1123
|
) -> TrackListMessageTypeDef:
|
|
1123
1124
|
"""
|
|
1124
1125
|
Returns a list of all the available maintenance tracks.
|
|
@@ -1128,7 +1129,7 @@ class RedshiftClient(BaseClient):
|
|
|
1128
1129
|
"""
|
|
1129
1130
|
|
|
1130
1131
|
def describe_cluster_versions(
|
|
1131
|
-
self, **kwargs: Unpack[
|
|
1132
|
+
self, **kwargs: Unpack[DescribeClusterVersionsMessageTypeDef]
|
|
1132
1133
|
) -> ClusterVersionsMessageTypeDef:
|
|
1133
1134
|
"""
|
|
1134
1135
|
Returns descriptions of the available Amazon Redshift cluster versions.
|
|
@@ -1138,7 +1139,7 @@ class RedshiftClient(BaseClient):
|
|
|
1138
1139
|
"""
|
|
1139
1140
|
|
|
1140
1141
|
def describe_clusters(
|
|
1141
|
-
self, **kwargs: Unpack[
|
|
1142
|
+
self, **kwargs: Unpack[DescribeClustersMessageTypeDef]
|
|
1142
1143
|
) -> ClustersMessageTypeDef:
|
|
1143
1144
|
"""
|
|
1144
1145
|
Returns properties of provisioned clusters including general cluster
|
|
@@ -1150,7 +1151,7 @@ class RedshiftClient(BaseClient):
|
|
|
1150
1151
|
"""
|
|
1151
1152
|
|
|
1152
1153
|
def describe_custom_domain_associations(
|
|
1153
|
-
self, **kwargs: Unpack[
|
|
1154
|
+
self, **kwargs: Unpack[DescribeCustomDomainAssociationsMessageTypeDef]
|
|
1154
1155
|
) -> CustomDomainAssociationsMessageTypeDef:
|
|
1155
1156
|
"""
|
|
1156
1157
|
Contains information about custom domain associations for a cluster.
|
|
@@ -1160,7 +1161,7 @@ class RedshiftClient(BaseClient):
|
|
|
1160
1161
|
"""
|
|
1161
1162
|
|
|
1162
1163
|
def describe_data_shares(
|
|
1163
|
-
self, **kwargs: Unpack[
|
|
1164
|
+
self, **kwargs: Unpack[DescribeDataSharesMessageTypeDef]
|
|
1164
1165
|
) -> DescribeDataSharesResultTypeDef:
|
|
1165
1166
|
"""
|
|
1166
1167
|
Shows the status of any inbound or outbound datashares available in the
|
|
@@ -1171,7 +1172,7 @@ class RedshiftClient(BaseClient):
|
|
|
1171
1172
|
"""
|
|
1172
1173
|
|
|
1173
1174
|
def describe_data_shares_for_consumer(
|
|
1174
|
-
self, **kwargs: Unpack[
|
|
1175
|
+
self, **kwargs: Unpack[DescribeDataSharesForConsumerMessageTypeDef]
|
|
1175
1176
|
) -> DescribeDataSharesForConsumerResultTypeDef:
|
|
1176
1177
|
"""
|
|
1177
1178
|
Returns a list of datashares where the account identifier being called is a
|
|
@@ -1182,7 +1183,7 @@ class RedshiftClient(BaseClient):
|
|
|
1182
1183
|
"""
|
|
1183
1184
|
|
|
1184
1185
|
def describe_data_shares_for_producer(
|
|
1185
|
-
self, **kwargs: Unpack[
|
|
1186
|
+
self, **kwargs: Unpack[DescribeDataSharesForProducerMessageTypeDef]
|
|
1186
1187
|
) -> DescribeDataSharesForProducerResultTypeDef:
|
|
1187
1188
|
"""
|
|
1188
1189
|
Returns a list of datashares when the account identifier being called is a
|
|
@@ -1193,7 +1194,7 @@ class RedshiftClient(BaseClient):
|
|
|
1193
1194
|
"""
|
|
1194
1195
|
|
|
1195
1196
|
def describe_default_cluster_parameters(
|
|
1196
|
-
self, **kwargs: Unpack[
|
|
1197
|
+
self, **kwargs: Unpack[DescribeDefaultClusterParametersMessageTypeDef]
|
|
1197
1198
|
) -> DescribeDefaultClusterParametersResultTypeDef:
|
|
1198
1199
|
"""
|
|
1199
1200
|
Returns a list of parameter settings for the specified parameter group family.
|
|
@@ -1203,7 +1204,7 @@ class RedshiftClient(BaseClient):
|
|
|
1203
1204
|
"""
|
|
1204
1205
|
|
|
1205
1206
|
def describe_endpoint_access(
|
|
1206
|
-
self, **kwargs: Unpack[
|
|
1207
|
+
self, **kwargs: Unpack[DescribeEndpointAccessMessageTypeDef]
|
|
1207
1208
|
) -> EndpointAccessListTypeDef:
|
|
1208
1209
|
"""
|
|
1209
1210
|
Describes a Redshift-managed VPC endpoint.
|
|
@@ -1213,7 +1214,7 @@ class RedshiftClient(BaseClient):
|
|
|
1213
1214
|
"""
|
|
1214
1215
|
|
|
1215
1216
|
def describe_endpoint_authorization(
|
|
1216
|
-
self, **kwargs: Unpack[
|
|
1217
|
+
self, **kwargs: Unpack[DescribeEndpointAuthorizationMessageTypeDef]
|
|
1217
1218
|
) -> EndpointAuthorizationListTypeDef:
|
|
1218
1219
|
"""
|
|
1219
1220
|
Describes an endpoint authorization.
|
|
@@ -1223,7 +1224,7 @@ class RedshiftClient(BaseClient):
|
|
|
1223
1224
|
"""
|
|
1224
1225
|
|
|
1225
1226
|
def describe_event_categories(
|
|
1226
|
-
self, **kwargs: Unpack[
|
|
1227
|
+
self, **kwargs: Unpack[DescribeEventCategoriesMessageTypeDef]
|
|
1227
1228
|
) -> EventCategoriesMessageTypeDef:
|
|
1228
1229
|
"""
|
|
1229
1230
|
Displays a list of event categories for all event source types, or for a
|
|
@@ -1234,7 +1235,7 @@ class RedshiftClient(BaseClient):
|
|
|
1234
1235
|
"""
|
|
1235
1236
|
|
|
1236
1237
|
def describe_event_subscriptions(
|
|
1237
|
-
self, **kwargs: Unpack[
|
|
1238
|
+
self, **kwargs: Unpack[DescribeEventSubscriptionsMessageTypeDef]
|
|
1238
1239
|
) -> EventSubscriptionsMessageTypeDef:
|
|
1239
1240
|
"""
|
|
1240
1241
|
Lists descriptions of all the Amazon Redshift event notification subscriptions
|
|
@@ -1245,7 +1246,7 @@ class RedshiftClient(BaseClient):
|
|
|
1245
1246
|
"""
|
|
1246
1247
|
|
|
1247
1248
|
def describe_events(
|
|
1248
|
-
self, **kwargs: Unpack[
|
|
1249
|
+
self, **kwargs: Unpack[DescribeEventsMessageTypeDef]
|
|
1249
1250
|
) -> EventsMessageTypeDef:
|
|
1250
1251
|
"""
|
|
1251
1252
|
Returns events related to clusters, security groups, snapshots, and parameter
|
|
@@ -1256,7 +1257,7 @@ class RedshiftClient(BaseClient):
|
|
|
1256
1257
|
"""
|
|
1257
1258
|
|
|
1258
1259
|
def describe_hsm_client_certificates(
|
|
1259
|
-
self, **kwargs: Unpack[
|
|
1260
|
+
self, **kwargs: Unpack[DescribeHsmClientCertificatesMessageTypeDef]
|
|
1260
1261
|
) -> HsmClientCertificateMessageTypeDef:
|
|
1261
1262
|
"""
|
|
1262
1263
|
Returns information about the specified HSM client certificate.
|
|
@@ -1266,7 +1267,7 @@ class RedshiftClient(BaseClient):
|
|
|
1266
1267
|
"""
|
|
1267
1268
|
|
|
1268
1269
|
def describe_hsm_configurations(
|
|
1269
|
-
self, **kwargs: Unpack[
|
|
1270
|
+
self, **kwargs: Unpack[DescribeHsmConfigurationsMessageTypeDef]
|
|
1270
1271
|
) -> HsmConfigurationMessageTypeDef:
|
|
1271
1272
|
"""
|
|
1272
1273
|
Returns information about the specified Amazon Redshift HSM configuration.
|
|
@@ -1276,7 +1277,7 @@ class RedshiftClient(BaseClient):
|
|
|
1276
1277
|
"""
|
|
1277
1278
|
|
|
1278
1279
|
def describe_inbound_integrations(
|
|
1279
|
-
self, **kwargs: Unpack[
|
|
1280
|
+
self, **kwargs: Unpack[DescribeInboundIntegrationsMessageTypeDef]
|
|
1280
1281
|
) -> InboundIntegrationsMessageTypeDef:
|
|
1281
1282
|
"""
|
|
1282
1283
|
Returns a list of inbound integrations.
|
|
@@ -1286,7 +1287,7 @@ class RedshiftClient(BaseClient):
|
|
|
1286
1287
|
"""
|
|
1287
1288
|
|
|
1288
1289
|
def describe_integrations(
|
|
1289
|
-
self, **kwargs: Unpack[
|
|
1290
|
+
self, **kwargs: Unpack[DescribeIntegrationsMessageTypeDef]
|
|
1290
1291
|
) -> IntegrationsMessageTypeDef:
|
|
1291
1292
|
"""
|
|
1292
1293
|
Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.
|
|
@@ -1296,7 +1297,7 @@ class RedshiftClient(BaseClient):
|
|
|
1296
1297
|
"""
|
|
1297
1298
|
|
|
1298
1299
|
def describe_logging_status(
|
|
1299
|
-
self, **kwargs: Unpack[
|
|
1300
|
+
self, **kwargs: Unpack[DescribeLoggingStatusMessageTypeDef]
|
|
1300
1301
|
) -> LoggingStatusTypeDef:
|
|
1301
1302
|
"""
|
|
1302
1303
|
Describes whether information, such as queries and connection attempts, is
|
|
@@ -1307,7 +1308,7 @@ class RedshiftClient(BaseClient):
|
|
|
1307
1308
|
"""
|
|
1308
1309
|
|
|
1309
1310
|
def describe_node_configuration_options(
|
|
1310
|
-
self, **kwargs: Unpack[
|
|
1311
|
+
self, **kwargs: Unpack[DescribeNodeConfigurationOptionsMessageTypeDef]
|
|
1311
1312
|
) -> NodeConfigurationOptionsMessageTypeDef:
|
|
1312
1313
|
"""
|
|
1313
1314
|
Returns properties of possible node configurations such as node type, number of
|
|
@@ -1318,7 +1319,7 @@ class RedshiftClient(BaseClient):
|
|
|
1318
1319
|
"""
|
|
1319
1320
|
|
|
1320
1321
|
def describe_orderable_cluster_options(
|
|
1321
|
-
self, **kwargs: Unpack[
|
|
1322
|
+
self, **kwargs: Unpack[DescribeOrderableClusterOptionsMessageTypeDef]
|
|
1322
1323
|
) -> OrderableClusterOptionsMessageTypeDef:
|
|
1323
1324
|
"""
|
|
1324
1325
|
Returns a list of orderable cluster options.
|
|
@@ -1328,7 +1329,7 @@ class RedshiftClient(BaseClient):
|
|
|
1328
1329
|
"""
|
|
1329
1330
|
|
|
1330
1331
|
def describe_partners(
|
|
1331
|
-
self, **kwargs: Unpack[
|
|
1332
|
+
self, **kwargs: Unpack[DescribePartnersInputMessageTypeDef]
|
|
1332
1333
|
) -> DescribePartnersOutputMessageTypeDef:
|
|
1333
1334
|
"""
|
|
1334
1335
|
Returns information about the partner integrations defined for a cluster.
|
|
@@ -1338,7 +1339,7 @@ class RedshiftClient(BaseClient):
|
|
|
1338
1339
|
"""
|
|
1339
1340
|
|
|
1340
1341
|
def describe_redshift_idc_applications(
|
|
1341
|
-
self, **kwargs: Unpack[
|
|
1342
|
+
self, **kwargs: Unpack[DescribeRedshiftIdcApplicationsMessageTypeDef]
|
|
1342
1343
|
) -> DescribeRedshiftIdcApplicationsResultTypeDef:
|
|
1343
1344
|
"""
|
|
1344
1345
|
Lists the Amazon Redshift IAM Identity Center applications.
|
|
@@ -1348,7 +1349,7 @@ class RedshiftClient(BaseClient):
|
|
|
1348
1349
|
"""
|
|
1349
1350
|
|
|
1350
1351
|
def describe_reserved_node_exchange_status(
|
|
1351
|
-
self, **kwargs: Unpack[
|
|
1352
|
+
self, **kwargs: Unpack[DescribeReservedNodeExchangeStatusInputMessageTypeDef]
|
|
1352
1353
|
) -> DescribeReservedNodeExchangeStatusOutputMessageTypeDef:
|
|
1353
1354
|
"""
|
|
1354
1355
|
Returns exchange status details and associated metadata for a reserved-node
|
|
@@ -1359,7 +1360,7 @@ class RedshiftClient(BaseClient):
|
|
|
1359
1360
|
"""
|
|
1360
1361
|
|
|
1361
1362
|
def describe_reserved_node_offerings(
|
|
1362
|
-
self, **kwargs: Unpack[
|
|
1363
|
+
self, **kwargs: Unpack[DescribeReservedNodeOfferingsMessageTypeDef]
|
|
1363
1364
|
) -> ReservedNodeOfferingsMessageTypeDef:
|
|
1364
1365
|
"""
|
|
1365
1366
|
Returns a list of the available reserved node offerings by Amazon Redshift with
|
|
@@ -1371,7 +1372,7 @@ class RedshiftClient(BaseClient):
|
|
|
1371
1372
|
"""
|
|
1372
1373
|
|
|
1373
1374
|
def describe_reserved_nodes(
|
|
1374
|
-
self, **kwargs: Unpack[
|
|
1375
|
+
self, **kwargs: Unpack[DescribeReservedNodesMessageTypeDef]
|
|
1375
1376
|
) -> ReservedNodesMessageTypeDef:
|
|
1376
1377
|
"""
|
|
1377
1378
|
Returns the descriptions of the reserved nodes.
|
|
@@ -1381,7 +1382,7 @@ class RedshiftClient(BaseClient):
|
|
|
1381
1382
|
"""
|
|
1382
1383
|
|
|
1383
1384
|
def describe_resize(
|
|
1384
|
-
self, **kwargs: Unpack[
|
|
1385
|
+
self, **kwargs: Unpack[DescribeResizeMessageTypeDef]
|
|
1385
1386
|
) -> ResizeProgressMessageTypeDef:
|
|
1386
1387
|
"""
|
|
1387
1388
|
Returns information about the last resize operation for the specified cluster.
|
|
@@ -1391,7 +1392,7 @@ class RedshiftClient(BaseClient):
|
|
|
1391
1392
|
"""
|
|
1392
1393
|
|
|
1393
1394
|
def describe_scheduled_actions(
|
|
1394
|
-
self, **kwargs: Unpack[
|
|
1395
|
+
self, **kwargs: Unpack[DescribeScheduledActionsMessageTypeDef]
|
|
1395
1396
|
) -> ScheduledActionsMessageTypeDef:
|
|
1396
1397
|
"""
|
|
1397
1398
|
Describes properties of scheduled actions.
|
|
@@ -1401,7 +1402,7 @@ class RedshiftClient(BaseClient):
|
|
|
1401
1402
|
"""
|
|
1402
1403
|
|
|
1403
1404
|
def describe_snapshot_copy_grants(
|
|
1404
|
-
self, **kwargs: Unpack[
|
|
1405
|
+
self, **kwargs: Unpack[DescribeSnapshotCopyGrantsMessageTypeDef]
|
|
1405
1406
|
) -> SnapshotCopyGrantMessageTypeDef:
|
|
1406
1407
|
"""
|
|
1407
1408
|
Returns a list of snapshot copy grants owned by the Amazon Web Services account
|
|
@@ -1412,7 +1413,7 @@ class RedshiftClient(BaseClient):
|
|
|
1412
1413
|
"""
|
|
1413
1414
|
|
|
1414
1415
|
def describe_snapshot_schedules(
|
|
1415
|
-
self, **kwargs: Unpack[
|
|
1416
|
+
self, **kwargs: Unpack[DescribeSnapshotSchedulesMessageTypeDef]
|
|
1416
1417
|
) -> DescribeSnapshotSchedulesOutputMessageTypeDef:
|
|
1417
1418
|
"""
|
|
1418
1419
|
Returns a list of snapshot schedules.
|
|
@@ -1430,7 +1431,7 @@ class RedshiftClient(BaseClient):
|
|
|
1430
1431
|
"""
|
|
1431
1432
|
|
|
1432
1433
|
def describe_table_restore_status(
|
|
1433
|
-
self, **kwargs: Unpack[
|
|
1434
|
+
self, **kwargs: Unpack[DescribeTableRestoreStatusMessageTypeDef]
|
|
1434
1435
|
) -> TableRestoreStatusMessageTypeDef:
|
|
1435
1436
|
"""
|
|
1436
1437
|
Lists the status of one or more table restore requests made using the
|
|
@@ -1441,7 +1442,7 @@ class RedshiftClient(BaseClient):
|
|
|
1441
1442
|
"""
|
|
1442
1443
|
|
|
1443
1444
|
def describe_tags(
|
|
1444
|
-
self, **kwargs: Unpack[
|
|
1445
|
+
self, **kwargs: Unpack[DescribeTagsMessageTypeDef]
|
|
1445
1446
|
) -> TaggedResourceListMessageTypeDef:
|
|
1446
1447
|
"""
|
|
1447
1448
|
Returns a list of tags.
|
|
@@ -1451,7 +1452,7 @@ class RedshiftClient(BaseClient):
|
|
|
1451
1452
|
"""
|
|
1452
1453
|
|
|
1453
1454
|
def describe_usage_limits(
|
|
1454
|
-
self, **kwargs: Unpack[
|
|
1455
|
+
self, **kwargs: Unpack[DescribeUsageLimitsMessageTypeDef]
|
|
1455
1456
|
) -> UsageLimitListTypeDef:
|
|
1456
1457
|
"""
|
|
1457
1458
|
Shows usage limits on a cluster.
|
|
@@ -1461,7 +1462,7 @@ class RedshiftClient(BaseClient):
|
|
|
1461
1462
|
"""
|
|
1462
1463
|
|
|
1463
1464
|
def disable_logging(
|
|
1464
|
-
self, **kwargs: Unpack[
|
|
1465
|
+
self, **kwargs: Unpack[DisableLoggingMessageTypeDef]
|
|
1465
1466
|
) -> LoggingStatusTypeDef:
|
|
1466
1467
|
"""
|
|
1467
1468
|
Stops logging information, such as queries and connection attempts, for the
|
|
@@ -1472,7 +1473,7 @@ class RedshiftClient(BaseClient):
|
|
|
1472
1473
|
"""
|
|
1473
1474
|
|
|
1474
1475
|
def disable_snapshot_copy(
|
|
1475
|
-
self, **kwargs: Unpack[
|
|
1476
|
+
self, **kwargs: Unpack[DisableSnapshotCopyMessageTypeDef]
|
|
1476
1477
|
) -> DisableSnapshotCopyResultTypeDef:
|
|
1477
1478
|
"""
|
|
1478
1479
|
Disables the automatic copying of snapshots from one region to another region
|
|
@@ -1483,7 +1484,7 @@ class RedshiftClient(BaseClient):
|
|
|
1483
1484
|
"""
|
|
1484
1485
|
|
|
1485
1486
|
def disassociate_data_share_consumer(
|
|
1486
|
-
self, **kwargs: Unpack[
|
|
1487
|
+
self, **kwargs: Unpack[DisassociateDataShareConsumerMessageTypeDef]
|
|
1487
1488
|
) -> DataShareResponseTypeDef:
|
|
1488
1489
|
"""
|
|
1489
1490
|
From a datashare consumer account, remove association for the specified
|
|
@@ -1493,9 +1494,7 @@ class RedshiftClient(BaseClient):
|
|
|
1493
1494
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#disassociate_data_share_consumer)
|
|
1494
1495
|
"""
|
|
1495
1496
|
|
|
1496
|
-
def enable_logging(
|
|
1497
|
-
self, **kwargs: Unpack[EnableLoggingMessageRequestTypeDef]
|
|
1498
|
-
) -> LoggingStatusTypeDef:
|
|
1497
|
+
def enable_logging(self, **kwargs: Unpack[EnableLoggingMessageTypeDef]) -> LoggingStatusTypeDef:
|
|
1499
1498
|
"""
|
|
1500
1499
|
Starts logging information, such as queries and connection attempts, for the
|
|
1501
1500
|
specified Amazon Redshift cluster.
|
|
@@ -1505,7 +1504,7 @@ class RedshiftClient(BaseClient):
|
|
|
1505
1504
|
"""
|
|
1506
1505
|
|
|
1507
1506
|
def enable_snapshot_copy(
|
|
1508
|
-
self, **kwargs: Unpack[
|
|
1507
|
+
self, **kwargs: Unpack[EnableSnapshotCopyMessageTypeDef]
|
|
1509
1508
|
) -> EnableSnapshotCopyResultTypeDef:
|
|
1510
1509
|
"""
|
|
1511
1510
|
Enables the automatic copy of snapshots from one region to another region for a
|
|
@@ -1516,7 +1515,7 @@ class RedshiftClient(BaseClient):
|
|
|
1516
1515
|
"""
|
|
1517
1516
|
|
|
1518
1517
|
def failover_primary_compute(
|
|
1519
|
-
self, **kwargs: Unpack[
|
|
1518
|
+
self, **kwargs: Unpack[FailoverPrimaryComputeInputMessageTypeDef]
|
|
1520
1519
|
) -> FailoverPrimaryComputeResultTypeDef:
|
|
1521
1520
|
"""
|
|
1522
1521
|
Fails over the primary compute unit of the specified Multi-AZ cluster to
|
|
@@ -1527,7 +1526,7 @@ class RedshiftClient(BaseClient):
|
|
|
1527
1526
|
"""
|
|
1528
1527
|
|
|
1529
1528
|
def get_cluster_credentials(
|
|
1530
|
-
self, **kwargs: Unpack[
|
|
1529
|
+
self, **kwargs: Unpack[GetClusterCredentialsMessageTypeDef]
|
|
1531
1530
|
) -> ClusterCredentialsTypeDef:
|
|
1532
1531
|
"""
|
|
1533
1532
|
Returns a database user name and temporary password with temporary
|
|
@@ -1538,7 +1537,7 @@ class RedshiftClient(BaseClient):
|
|
|
1538
1537
|
"""
|
|
1539
1538
|
|
|
1540
1539
|
def get_cluster_credentials_with_iam(
|
|
1541
|
-
self, **kwargs: Unpack[
|
|
1540
|
+
self, **kwargs: Unpack[GetClusterCredentialsWithIAMMessageTypeDef]
|
|
1542
1541
|
) -> ClusterExtendedCredentialsTypeDef:
|
|
1543
1542
|
"""
|
|
1544
1543
|
Returns a database user name and temporary password with temporary
|
|
@@ -1549,8 +1548,7 @@ class RedshiftClient(BaseClient):
|
|
|
1549
1548
|
"""
|
|
1550
1549
|
|
|
1551
1550
|
def get_reserved_node_exchange_configuration_options(
|
|
1552
|
-
self,
|
|
1553
|
-
**kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef],
|
|
1551
|
+
self, **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef]
|
|
1554
1552
|
) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
|
|
1555
1553
|
"""
|
|
1556
1554
|
Gets the configuration options for the reserved-node exchange.
|
|
@@ -1560,7 +1558,7 @@ class RedshiftClient(BaseClient):
|
|
|
1560
1558
|
"""
|
|
1561
1559
|
|
|
1562
1560
|
def get_reserved_node_exchange_offerings(
|
|
1563
|
-
self, **kwargs: Unpack[
|
|
1561
|
+
self, **kwargs: Unpack[GetReservedNodeExchangeOfferingsInputMessageTypeDef]
|
|
1564
1562
|
) -> GetReservedNodeExchangeOfferingsOutputMessageTypeDef:
|
|
1565
1563
|
"""
|
|
1566
1564
|
Returns an array of DC2 ReservedNodeOfferings that matches the payment type,
|
|
@@ -1571,7 +1569,7 @@ class RedshiftClient(BaseClient):
|
|
|
1571
1569
|
"""
|
|
1572
1570
|
|
|
1573
1571
|
def get_resource_policy(
|
|
1574
|
-
self, **kwargs: Unpack[
|
|
1572
|
+
self, **kwargs: Unpack[GetResourcePolicyMessageTypeDef]
|
|
1575
1573
|
) -> GetResourcePolicyResultTypeDef:
|
|
1576
1574
|
"""
|
|
1577
1575
|
Get the resource policy for a specified resource.
|
|
@@ -1581,7 +1579,7 @@ class RedshiftClient(BaseClient):
|
|
|
1581
1579
|
"""
|
|
1582
1580
|
|
|
1583
1581
|
def list_recommendations(
|
|
1584
|
-
self, **kwargs: Unpack[
|
|
1582
|
+
self, **kwargs: Unpack[ListRecommendationsMessageTypeDef]
|
|
1585
1583
|
) -> ListRecommendationsResultTypeDef:
|
|
1586
1584
|
"""
|
|
1587
1585
|
List the Amazon Redshift Advisor recommendations for one or multiple Amazon
|
|
@@ -1592,7 +1590,7 @@ class RedshiftClient(BaseClient):
|
|
|
1592
1590
|
"""
|
|
1593
1591
|
|
|
1594
1592
|
def modify_aqua_configuration(
|
|
1595
|
-
self, **kwargs: Unpack[
|
|
1593
|
+
self, **kwargs: Unpack[ModifyAquaInputMessageTypeDef]
|
|
1596
1594
|
) -> ModifyAquaOutputMessageTypeDef:
|
|
1597
1595
|
"""
|
|
1598
1596
|
This operation is retired.
|
|
@@ -1602,7 +1600,7 @@ class RedshiftClient(BaseClient):
|
|
|
1602
1600
|
"""
|
|
1603
1601
|
|
|
1604
1602
|
def modify_authentication_profile(
|
|
1605
|
-
self, **kwargs: Unpack[
|
|
1603
|
+
self, **kwargs: Unpack[ModifyAuthenticationProfileMessageTypeDef]
|
|
1606
1604
|
) -> ModifyAuthenticationProfileResultTypeDef:
|
|
1607
1605
|
"""
|
|
1608
1606
|
Modifies an authentication profile.
|
|
@@ -1612,7 +1610,7 @@ class RedshiftClient(BaseClient):
|
|
|
1612
1610
|
"""
|
|
1613
1611
|
|
|
1614
1612
|
def modify_cluster(
|
|
1615
|
-
self, **kwargs: Unpack[
|
|
1613
|
+
self, **kwargs: Unpack[ModifyClusterMessageTypeDef]
|
|
1616
1614
|
) -> ModifyClusterResultTypeDef:
|
|
1617
1615
|
"""
|
|
1618
1616
|
Modifies the settings for a cluster.
|
|
@@ -1622,7 +1620,7 @@ class RedshiftClient(BaseClient):
|
|
|
1622
1620
|
"""
|
|
1623
1621
|
|
|
1624
1622
|
def modify_cluster_db_revision(
|
|
1625
|
-
self, **kwargs: Unpack[
|
|
1623
|
+
self, **kwargs: Unpack[ModifyClusterDbRevisionMessageTypeDef]
|
|
1626
1624
|
) -> ModifyClusterDbRevisionResultTypeDef:
|
|
1627
1625
|
"""
|
|
1628
1626
|
Modifies the database revision of a cluster.
|
|
@@ -1632,7 +1630,7 @@ class RedshiftClient(BaseClient):
|
|
|
1632
1630
|
"""
|
|
1633
1631
|
|
|
1634
1632
|
def modify_cluster_iam_roles(
|
|
1635
|
-
self, **kwargs: Unpack[
|
|
1633
|
+
self, **kwargs: Unpack[ModifyClusterIamRolesMessageTypeDef]
|
|
1636
1634
|
) -> ModifyClusterIamRolesResultTypeDef:
|
|
1637
1635
|
"""
|
|
1638
1636
|
Modifies the list of Identity and Access Management (IAM) roles that can be
|
|
@@ -1643,7 +1641,7 @@ class RedshiftClient(BaseClient):
|
|
|
1643
1641
|
"""
|
|
1644
1642
|
|
|
1645
1643
|
def modify_cluster_maintenance(
|
|
1646
|
-
self, **kwargs: Unpack[
|
|
1644
|
+
self, **kwargs: Unpack[ModifyClusterMaintenanceMessageTypeDef]
|
|
1647
1645
|
) -> ModifyClusterMaintenanceResultTypeDef:
|
|
1648
1646
|
"""
|
|
1649
1647
|
Modifies the maintenance settings of a cluster.
|
|
@@ -1653,7 +1651,7 @@ class RedshiftClient(BaseClient):
|
|
|
1653
1651
|
"""
|
|
1654
1652
|
|
|
1655
1653
|
def modify_cluster_parameter_group(
|
|
1656
|
-
self, **kwargs: Unpack[
|
|
1654
|
+
self, **kwargs: Unpack[ModifyClusterParameterGroupMessageTypeDef]
|
|
1657
1655
|
) -> ClusterParameterGroupNameMessageTypeDef:
|
|
1658
1656
|
"""
|
|
1659
1657
|
Modifies the parameters of a parameter group.
|
|
@@ -1663,7 +1661,7 @@ class RedshiftClient(BaseClient):
|
|
|
1663
1661
|
"""
|
|
1664
1662
|
|
|
1665
1663
|
def modify_cluster_snapshot(
|
|
1666
|
-
self, **kwargs: Unpack[
|
|
1664
|
+
self, **kwargs: Unpack[ModifyClusterSnapshotMessageTypeDef]
|
|
1667
1665
|
) -> ModifyClusterSnapshotResultTypeDef:
|
|
1668
1666
|
"""
|
|
1669
1667
|
Modifies the settings for a snapshot.
|
|
@@ -1673,7 +1671,7 @@ class RedshiftClient(BaseClient):
|
|
|
1673
1671
|
"""
|
|
1674
1672
|
|
|
1675
1673
|
def modify_cluster_snapshot_schedule(
|
|
1676
|
-
self, **kwargs: Unpack[
|
|
1674
|
+
self, **kwargs: Unpack[ModifyClusterSnapshotScheduleMessageTypeDef]
|
|
1677
1675
|
) -> EmptyResponseMetadataTypeDef:
|
|
1678
1676
|
"""
|
|
1679
1677
|
Modifies a snapshot schedule for a cluster.
|
|
@@ -1683,7 +1681,7 @@ class RedshiftClient(BaseClient):
|
|
|
1683
1681
|
"""
|
|
1684
1682
|
|
|
1685
1683
|
def modify_cluster_subnet_group(
|
|
1686
|
-
self, **kwargs: Unpack[
|
|
1684
|
+
self, **kwargs: Unpack[ModifyClusterSubnetGroupMessageTypeDef]
|
|
1687
1685
|
) -> ModifyClusterSubnetGroupResultTypeDef:
|
|
1688
1686
|
"""
|
|
1689
1687
|
Modifies a cluster subnet group to include the specified list of VPC subnets.
|
|
@@ -1693,7 +1691,7 @@ class RedshiftClient(BaseClient):
|
|
|
1693
1691
|
"""
|
|
1694
1692
|
|
|
1695
1693
|
def modify_custom_domain_association(
|
|
1696
|
-
self, **kwargs: Unpack[
|
|
1694
|
+
self, **kwargs: Unpack[ModifyCustomDomainAssociationMessageTypeDef]
|
|
1697
1695
|
) -> ModifyCustomDomainAssociationResultTypeDef:
|
|
1698
1696
|
"""
|
|
1699
1697
|
Contains information for changing a custom domain association.
|
|
@@ -1703,7 +1701,7 @@ class RedshiftClient(BaseClient):
|
|
|
1703
1701
|
"""
|
|
1704
1702
|
|
|
1705
1703
|
def modify_endpoint_access(
|
|
1706
|
-
self, **kwargs: Unpack[
|
|
1704
|
+
self, **kwargs: Unpack[ModifyEndpointAccessMessageTypeDef]
|
|
1707
1705
|
) -> EndpointAccessResponseTypeDef:
|
|
1708
1706
|
"""
|
|
1709
1707
|
Modifies a Redshift-managed VPC endpoint.
|
|
@@ -1713,7 +1711,7 @@ class RedshiftClient(BaseClient):
|
|
|
1713
1711
|
"""
|
|
1714
1712
|
|
|
1715
1713
|
def modify_event_subscription(
|
|
1716
|
-
self, **kwargs: Unpack[
|
|
1714
|
+
self, **kwargs: Unpack[ModifyEventSubscriptionMessageTypeDef]
|
|
1717
1715
|
) -> ModifyEventSubscriptionResultTypeDef:
|
|
1718
1716
|
"""
|
|
1719
1717
|
Modifies an existing Amazon Redshift event notification subscription.
|
|
@@ -1723,7 +1721,7 @@ class RedshiftClient(BaseClient):
|
|
|
1723
1721
|
"""
|
|
1724
1722
|
|
|
1725
1723
|
def modify_integration(
|
|
1726
|
-
self, **kwargs: Unpack[
|
|
1724
|
+
self, **kwargs: Unpack[ModifyIntegrationMessageTypeDef]
|
|
1727
1725
|
) -> IntegrationResponseTypeDef:
|
|
1728
1726
|
"""
|
|
1729
1727
|
Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.
|
|
@@ -1733,7 +1731,7 @@ class RedshiftClient(BaseClient):
|
|
|
1733
1731
|
"""
|
|
1734
1732
|
|
|
1735
1733
|
def modify_redshift_idc_application(
|
|
1736
|
-
self, **kwargs: Unpack[
|
|
1734
|
+
self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageTypeDef]
|
|
1737
1735
|
) -> ModifyRedshiftIdcApplicationResultTypeDef:
|
|
1738
1736
|
"""
|
|
1739
1737
|
Changes an existing Amazon Redshift IAM Identity Center application.
|
|
@@ -1743,7 +1741,7 @@ class RedshiftClient(BaseClient):
|
|
|
1743
1741
|
"""
|
|
1744
1742
|
|
|
1745
1743
|
def modify_scheduled_action(
|
|
1746
|
-
self, **kwargs: Unpack[
|
|
1744
|
+
self, **kwargs: Unpack[ModifyScheduledActionMessageTypeDef]
|
|
1747
1745
|
) -> ScheduledActionResponseTypeDef:
|
|
1748
1746
|
"""
|
|
1749
1747
|
Modifies a scheduled action.
|
|
@@ -1753,7 +1751,7 @@ class RedshiftClient(BaseClient):
|
|
|
1753
1751
|
"""
|
|
1754
1752
|
|
|
1755
1753
|
def modify_snapshot_copy_retention_period(
|
|
1756
|
-
self, **kwargs: Unpack[
|
|
1754
|
+
self, **kwargs: Unpack[ModifySnapshotCopyRetentionPeriodMessageTypeDef]
|
|
1757
1755
|
) -> ModifySnapshotCopyRetentionPeriodResultTypeDef:
|
|
1758
1756
|
"""
|
|
1759
1757
|
Modifies the number of days to retain snapshots in the destination Amazon Web
|
|
@@ -1765,7 +1763,7 @@ class RedshiftClient(BaseClient):
|
|
|
1765
1763
|
"""
|
|
1766
1764
|
|
|
1767
1765
|
def modify_snapshot_schedule(
|
|
1768
|
-
self, **kwargs: Unpack[
|
|
1766
|
+
self, **kwargs: Unpack[ModifySnapshotScheduleMessageTypeDef]
|
|
1769
1767
|
) -> SnapshotScheduleResponseTypeDef:
|
|
1770
1768
|
"""
|
|
1771
1769
|
Modifies a snapshot schedule.
|
|
@@ -1775,7 +1773,7 @@ class RedshiftClient(BaseClient):
|
|
|
1775
1773
|
"""
|
|
1776
1774
|
|
|
1777
1775
|
def modify_usage_limit(
|
|
1778
|
-
self, **kwargs: Unpack[
|
|
1776
|
+
self, **kwargs: Unpack[ModifyUsageLimitMessageTypeDef]
|
|
1779
1777
|
) -> UsageLimitResponseTypeDef:
|
|
1780
1778
|
"""
|
|
1781
1779
|
Modifies a usage limit in a cluster.
|
|
@@ -1795,7 +1793,7 @@ class RedshiftClient(BaseClient):
|
|
|
1795
1793
|
"""
|
|
1796
1794
|
|
|
1797
1795
|
def purchase_reserved_node_offering(
|
|
1798
|
-
self, **kwargs: Unpack[
|
|
1796
|
+
self, **kwargs: Unpack[PurchaseReservedNodeOfferingMessageTypeDef]
|
|
1799
1797
|
) -> PurchaseReservedNodeOfferingResultTypeDef:
|
|
1800
1798
|
"""
|
|
1801
1799
|
Allows you to purchase reserved nodes.
|
|
@@ -1805,7 +1803,7 @@ class RedshiftClient(BaseClient):
|
|
|
1805
1803
|
"""
|
|
1806
1804
|
|
|
1807
1805
|
def put_resource_policy(
|
|
1808
|
-
self, **kwargs: Unpack[
|
|
1806
|
+
self, **kwargs: Unpack[PutResourcePolicyMessageTypeDef]
|
|
1809
1807
|
) -> PutResourcePolicyResultTypeDef:
|
|
1810
1808
|
"""
|
|
1811
1809
|
Updates the resource policy for a specified resource.
|
|
@@ -1815,7 +1813,7 @@ class RedshiftClient(BaseClient):
|
|
|
1815
1813
|
"""
|
|
1816
1814
|
|
|
1817
1815
|
def reboot_cluster(
|
|
1818
|
-
self, **kwargs: Unpack[
|
|
1816
|
+
self, **kwargs: Unpack[RebootClusterMessageTypeDef]
|
|
1819
1817
|
) -> RebootClusterResultTypeDef:
|
|
1820
1818
|
"""
|
|
1821
1819
|
Reboots a cluster.
|
|
@@ -1825,7 +1823,7 @@ class RedshiftClient(BaseClient):
|
|
|
1825
1823
|
"""
|
|
1826
1824
|
|
|
1827
1825
|
def register_namespace(
|
|
1828
|
-
self, **kwargs: Unpack[
|
|
1826
|
+
self, **kwargs: Unpack[RegisterNamespaceInputMessageTypeDef]
|
|
1829
1827
|
) -> RegisterNamespaceOutputMessageTypeDef:
|
|
1830
1828
|
"""
|
|
1831
1829
|
Registers a cluster or serverless namespace to the Amazon Web Services Glue
|
|
@@ -1836,7 +1834,7 @@ class RedshiftClient(BaseClient):
|
|
|
1836
1834
|
"""
|
|
1837
1835
|
|
|
1838
1836
|
def reject_data_share(
|
|
1839
|
-
self, **kwargs: Unpack[
|
|
1837
|
+
self, **kwargs: Unpack[RejectDataShareMessageTypeDef]
|
|
1840
1838
|
) -> DataShareResponseTypeDef:
|
|
1841
1839
|
"""
|
|
1842
1840
|
From a datashare consumer account, rejects the specified datashare.
|
|
@@ -1846,7 +1844,7 @@ class RedshiftClient(BaseClient):
|
|
|
1846
1844
|
"""
|
|
1847
1845
|
|
|
1848
1846
|
def reset_cluster_parameter_group(
|
|
1849
|
-
self, **kwargs: Unpack[
|
|
1847
|
+
self, **kwargs: Unpack[ResetClusterParameterGroupMessageTypeDef]
|
|
1850
1848
|
) -> ClusterParameterGroupNameMessageTypeDef:
|
|
1851
1849
|
"""
|
|
1852
1850
|
Sets one or more parameters of the specified parameter group to their default
|
|
@@ -1867,7 +1865,7 @@ class RedshiftClient(BaseClient):
|
|
|
1867
1865
|
"""
|
|
1868
1866
|
|
|
1869
1867
|
def restore_from_cluster_snapshot(
|
|
1870
|
-
self, **kwargs: Unpack[
|
|
1868
|
+
self, **kwargs: Unpack[RestoreFromClusterSnapshotMessageTypeDef]
|
|
1871
1869
|
) -> RestoreFromClusterSnapshotResultTypeDef:
|
|
1872
1870
|
"""
|
|
1873
1871
|
Creates a new cluster from a snapshot.
|
|
@@ -1877,7 +1875,7 @@ class RedshiftClient(BaseClient):
|
|
|
1877
1875
|
"""
|
|
1878
1876
|
|
|
1879
1877
|
def restore_table_from_cluster_snapshot(
|
|
1880
|
-
self, **kwargs: Unpack[
|
|
1878
|
+
self, **kwargs: Unpack[RestoreTableFromClusterSnapshotMessageTypeDef]
|
|
1881
1879
|
) -> RestoreTableFromClusterSnapshotResultTypeDef:
|
|
1882
1880
|
"""
|
|
1883
1881
|
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
|
@@ -1897,7 +1895,7 @@ class RedshiftClient(BaseClient):
|
|
|
1897
1895
|
"""
|
|
1898
1896
|
|
|
1899
1897
|
def revoke_cluster_security_group_ingress(
|
|
1900
|
-
self, **kwargs: Unpack[
|
|
1898
|
+
self, **kwargs: Unpack[RevokeClusterSecurityGroupIngressMessageTypeDef]
|
|
1901
1899
|
) -> RevokeClusterSecurityGroupIngressResultTypeDef:
|
|
1902
1900
|
"""
|
|
1903
1901
|
Revokes an ingress rule in an Amazon Redshift security group for a previously
|
|
@@ -1908,7 +1906,7 @@ class RedshiftClient(BaseClient):
|
|
|
1908
1906
|
"""
|
|
1909
1907
|
|
|
1910
1908
|
def revoke_endpoint_access(
|
|
1911
|
-
self, **kwargs: Unpack[
|
|
1909
|
+
self, **kwargs: Unpack[RevokeEndpointAccessMessageTypeDef]
|
|
1912
1910
|
) -> EndpointAuthorizationResponseTypeDef:
|
|
1913
1911
|
"""
|
|
1914
1912
|
Revokes access to a cluster.
|
|
@@ -1918,7 +1916,7 @@ class RedshiftClient(BaseClient):
|
|
|
1918
1916
|
"""
|
|
1919
1917
|
|
|
1920
1918
|
def revoke_snapshot_access(
|
|
1921
|
-
self, **kwargs: Unpack[
|
|
1919
|
+
self, **kwargs: Unpack[RevokeSnapshotAccessMessageTypeDef]
|
|
1922
1920
|
) -> RevokeSnapshotAccessResultTypeDef:
|
|
1923
1921
|
"""
|
|
1924
1922
|
Removes the ability of the specified Amazon Web Services account to restore the
|
|
@@ -1929,7 +1927,7 @@ class RedshiftClient(BaseClient):
|
|
|
1929
1927
|
"""
|
|
1930
1928
|
|
|
1931
1929
|
def rotate_encryption_key(
|
|
1932
|
-
self, **kwargs: Unpack[
|
|
1930
|
+
self, **kwargs: Unpack[RotateEncryptionKeyMessageTypeDef]
|
|
1933
1931
|
) -> RotateEncryptionKeyResultTypeDef:
|
|
1934
1932
|
"""
|
|
1935
1933
|
Rotates the encryption keys for a cluster.
|
|
@@ -1939,7 +1937,7 @@ class RedshiftClient(BaseClient):
|
|
|
1939
1937
|
"""
|
|
1940
1938
|
|
|
1941
1939
|
def update_partner_status(
|
|
1942
|
-
self, **kwargs: Unpack[
|
|
1940
|
+
self, **kwargs: Unpack[UpdatePartnerStatusInputMessageTypeDef]
|
|
1943
1941
|
) -> PartnerIntegrationOutputMessageTypeDef:
|
|
1944
1942
|
"""
|
|
1945
1943
|
Updates the status of a partner integration.
|