types-boto3-redshift 1.35.71__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- types_boto3_redshift/__init__.py +198 -0
- types_boto3_redshift/__init__.pyi +197 -0
- types_boto3_redshift/__main__.py +42 -0
- types_boto3_redshift/client.py +2370 -0
- types_boto3_redshift/client.pyi +2366 -0
- types_boto3_redshift/literals.py +688 -0
- types_boto3_redshift/literals.pyi +686 -0
- types_boto3_redshift/paginator.py +856 -0
- types_boto3_redshift/paginator.pyi +779 -0
- types_boto3_redshift/py.typed +0 -0
- types_boto3_redshift/type_defs.py +3191 -0
- types_boto3_redshift/type_defs.pyi +2810 -0
- types_boto3_redshift/version.py +7 -0
- types_boto3_redshift/waiter.py +107 -0
- types_boto3_redshift/waiter.pyi +98 -0
- types_boto3_redshift-1.35.71.dist-info/LICENSE +21 -0
- types_boto3_redshift-1.35.71.dist-info/METADATA +597 -0
- types_boto3_redshift-1.35.71.dist-info/RECORD +20 -0
- types_boto3_redshift-1.35.71.dist-info/WHEEL +5 -0
- types_boto3_redshift-1.35.71.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,3191 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Type annotations for redshift service type definitions.
|
|
3
|
+
|
|
4
|
+
[Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/type_defs/)
|
|
5
|
+
|
|
6
|
+
Usage::
|
|
7
|
+
|
|
8
|
+
```python
|
|
9
|
+
from types_boto3_redshift.type_defs import AcceptReservedNodeExchangeInputMessageRequestTypeDef
|
|
10
|
+
|
|
11
|
+
data: AcceptReservedNodeExchangeInputMessageRequestTypeDef = ...
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Copyright 2024 Vlad Emelianov
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
import sys
|
|
18
|
+
from datetime import datetime
|
|
19
|
+
from typing import Dict, List, Mapping, Sequence, Union
|
|
20
|
+
|
|
21
|
+
from .literals import (
|
|
22
|
+
ActionTypeType,
|
|
23
|
+
AquaConfigurationStatusType,
|
|
24
|
+
AquaStatusType,
|
|
25
|
+
AuthorizationStatusType,
|
|
26
|
+
DataShareStatusForConsumerType,
|
|
27
|
+
DataShareStatusForProducerType,
|
|
28
|
+
DataShareStatusType,
|
|
29
|
+
DescribeIntegrationsFilterNameType,
|
|
30
|
+
ImpactRankingTypeType,
|
|
31
|
+
LogDestinationTypeType,
|
|
32
|
+
ModeType,
|
|
33
|
+
NodeConfigurationOptionsFilterNameType,
|
|
34
|
+
OperatorTypeType,
|
|
35
|
+
ParameterApplyTypeType,
|
|
36
|
+
PartnerIntegrationStatusType,
|
|
37
|
+
RecommendedActionTypeType,
|
|
38
|
+
ReservedNodeExchangeActionTypeType,
|
|
39
|
+
ReservedNodeExchangeStatusTypeType,
|
|
40
|
+
ReservedNodeOfferingTypeType,
|
|
41
|
+
ScheduledActionFilterNameType,
|
|
42
|
+
ScheduledActionStateType,
|
|
43
|
+
ScheduledActionTypeValuesType,
|
|
44
|
+
ScheduleStateType,
|
|
45
|
+
ServiceAuthorizationType,
|
|
46
|
+
SnapshotAttributeToSortByType,
|
|
47
|
+
SortByOrderType,
|
|
48
|
+
SourceTypeType,
|
|
49
|
+
TableRestoreStatusTypeType,
|
|
50
|
+
UsageLimitBreachActionType,
|
|
51
|
+
UsageLimitFeatureTypeType,
|
|
52
|
+
UsageLimitLimitTypeType,
|
|
53
|
+
UsageLimitPeriodType,
|
|
54
|
+
ZeroETLIntegrationStatusType,
|
|
55
|
+
)
|
|
56
|
+
|
|
57
|
+
if sys.version_info >= (3, 12):
|
|
58
|
+
from typing import NotRequired, TypedDict
|
|
59
|
+
else:
|
|
60
|
+
from typing_extensions import NotRequired, TypedDict
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
__all__ = (
|
|
64
|
+
"AcceptReservedNodeExchangeInputMessageRequestTypeDef",
|
|
65
|
+
"AcceptReservedNodeExchangeOutputMessageTypeDef",
|
|
66
|
+
"AccountAttributeListTypeDef",
|
|
67
|
+
"AccountAttributeTypeDef",
|
|
68
|
+
"AccountWithRestoreAccessTypeDef",
|
|
69
|
+
"AquaConfigurationTypeDef",
|
|
70
|
+
"AssociateDataShareConsumerMessageRequestTypeDef",
|
|
71
|
+
"AssociationTypeDef",
|
|
72
|
+
"AttributeValueTargetTypeDef",
|
|
73
|
+
"AuthenticationProfileTypeDef",
|
|
74
|
+
"AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef",
|
|
75
|
+
"AuthorizeClusterSecurityGroupIngressResultTypeDef",
|
|
76
|
+
"AuthorizeDataShareMessageRequestTypeDef",
|
|
77
|
+
"AuthorizeEndpointAccessMessageRequestTypeDef",
|
|
78
|
+
"AuthorizeSnapshotAccessMessageRequestTypeDef",
|
|
79
|
+
"AuthorizeSnapshotAccessResultTypeDef",
|
|
80
|
+
"AuthorizedTokenIssuerOutputTypeDef",
|
|
81
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
82
|
+
"AuthorizedTokenIssuerUnionTypeDef",
|
|
83
|
+
"AvailabilityZoneTypeDef",
|
|
84
|
+
"BatchDeleteClusterSnapshotsRequestRequestTypeDef",
|
|
85
|
+
"BatchDeleteClusterSnapshotsResultTypeDef",
|
|
86
|
+
"BatchModifyClusterSnapshotsMessageRequestTypeDef",
|
|
87
|
+
"BatchModifyClusterSnapshotsOutputMessageTypeDef",
|
|
88
|
+
"CancelResizeMessageRequestTypeDef",
|
|
89
|
+
"CertificateAssociationTypeDef",
|
|
90
|
+
"ClusterAssociatedToScheduleTypeDef",
|
|
91
|
+
"ClusterCredentialsTypeDef",
|
|
92
|
+
"ClusterDbRevisionTypeDef",
|
|
93
|
+
"ClusterDbRevisionsMessageTypeDef",
|
|
94
|
+
"ClusterExtendedCredentialsTypeDef",
|
|
95
|
+
"ClusterIamRoleTypeDef",
|
|
96
|
+
"ClusterNodeTypeDef",
|
|
97
|
+
"ClusterParameterGroupDetailsTypeDef",
|
|
98
|
+
"ClusterParameterGroupNameMessageTypeDef",
|
|
99
|
+
"ClusterParameterGroupStatusTypeDef",
|
|
100
|
+
"ClusterParameterGroupTypeDef",
|
|
101
|
+
"ClusterParameterGroupsMessageTypeDef",
|
|
102
|
+
"ClusterParameterStatusTypeDef",
|
|
103
|
+
"ClusterSecurityGroupMembershipTypeDef",
|
|
104
|
+
"ClusterSecurityGroupMessageTypeDef",
|
|
105
|
+
"ClusterSecurityGroupTypeDef",
|
|
106
|
+
"ClusterSnapshotCopyStatusTypeDef",
|
|
107
|
+
"ClusterSubnetGroupMessageTypeDef",
|
|
108
|
+
"ClusterSubnetGroupTypeDef",
|
|
109
|
+
"ClusterTypeDef",
|
|
110
|
+
"ClusterVersionTypeDef",
|
|
111
|
+
"ClusterVersionsMessageTypeDef",
|
|
112
|
+
"ClustersMessageTypeDef",
|
|
113
|
+
"CopyClusterSnapshotMessageRequestTypeDef",
|
|
114
|
+
"CopyClusterSnapshotResultTypeDef",
|
|
115
|
+
"CreateAuthenticationProfileMessageRequestTypeDef",
|
|
116
|
+
"CreateAuthenticationProfileResultTypeDef",
|
|
117
|
+
"CreateClusterMessageRequestTypeDef",
|
|
118
|
+
"CreateClusterParameterGroupMessageRequestTypeDef",
|
|
119
|
+
"CreateClusterParameterGroupResultTypeDef",
|
|
120
|
+
"CreateClusterResultTypeDef",
|
|
121
|
+
"CreateClusterSecurityGroupMessageRequestTypeDef",
|
|
122
|
+
"CreateClusterSecurityGroupResultTypeDef",
|
|
123
|
+
"CreateClusterSnapshotMessageRequestTypeDef",
|
|
124
|
+
"CreateClusterSnapshotResultTypeDef",
|
|
125
|
+
"CreateClusterSubnetGroupMessageRequestTypeDef",
|
|
126
|
+
"CreateClusterSubnetGroupResultTypeDef",
|
|
127
|
+
"CreateCustomDomainAssociationMessageRequestTypeDef",
|
|
128
|
+
"CreateCustomDomainAssociationResultTypeDef",
|
|
129
|
+
"CreateEndpointAccessMessageRequestTypeDef",
|
|
130
|
+
"CreateEventSubscriptionMessageRequestTypeDef",
|
|
131
|
+
"CreateEventSubscriptionResultTypeDef",
|
|
132
|
+
"CreateHsmClientCertificateMessageRequestTypeDef",
|
|
133
|
+
"CreateHsmClientCertificateResultTypeDef",
|
|
134
|
+
"CreateHsmConfigurationMessageRequestTypeDef",
|
|
135
|
+
"CreateHsmConfigurationResultTypeDef",
|
|
136
|
+
"CreateIntegrationMessageRequestTypeDef",
|
|
137
|
+
"CreateRedshiftIdcApplicationMessageRequestTypeDef",
|
|
138
|
+
"CreateRedshiftIdcApplicationResultTypeDef",
|
|
139
|
+
"CreateScheduledActionMessageRequestTypeDef",
|
|
140
|
+
"CreateSnapshotCopyGrantMessageRequestTypeDef",
|
|
141
|
+
"CreateSnapshotCopyGrantResultTypeDef",
|
|
142
|
+
"CreateSnapshotScheduleMessageRequestTypeDef",
|
|
143
|
+
"CreateTagsMessageRequestTypeDef",
|
|
144
|
+
"CreateUsageLimitMessageRequestTypeDef",
|
|
145
|
+
"CustomDomainAssociationsMessageTypeDef",
|
|
146
|
+
"CustomerStorageMessageTypeDef",
|
|
147
|
+
"DataShareAssociationTypeDef",
|
|
148
|
+
"DataShareResponseTypeDef",
|
|
149
|
+
"DataShareTypeDef",
|
|
150
|
+
"DataTransferProgressTypeDef",
|
|
151
|
+
"DeauthorizeDataShareMessageRequestTypeDef",
|
|
152
|
+
"DefaultClusterParametersTypeDef",
|
|
153
|
+
"DeferredMaintenanceWindowTypeDef",
|
|
154
|
+
"DeleteAuthenticationProfileMessageRequestTypeDef",
|
|
155
|
+
"DeleteAuthenticationProfileResultTypeDef",
|
|
156
|
+
"DeleteClusterMessageRequestTypeDef",
|
|
157
|
+
"DeleteClusterParameterGroupMessageRequestTypeDef",
|
|
158
|
+
"DeleteClusterResultTypeDef",
|
|
159
|
+
"DeleteClusterSecurityGroupMessageRequestTypeDef",
|
|
160
|
+
"DeleteClusterSnapshotMessageRequestTypeDef",
|
|
161
|
+
"DeleteClusterSnapshotMessageTypeDef",
|
|
162
|
+
"DeleteClusterSnapshotResultTypeDef",
|
|
163
|
+
"DeleteClusterSubnetGroupMessageRequestTypeDef",
|
|
164
|
+
"DeleteCustomDomainAssociationMessageRequestTypeDef",
|
|
165
|
+
"DeleteEndpointAccessMessageRequestTypeDef",
|
|
166
|
+
"DeleteEventSubscriptionMessageRequestTypeDef",
|
|
167
|
+
"DeleteHsmClientCertificateMessageRequestTypeDef",
|
|
168
|
+
"DeleteHsmConfigurationMessageRequestTypeDef",
|
|
169
|
+
"DeleteIntegrationMessageRequestTypeDef",
|
|
170
|
+
"DeleteRedshiftIdcApplicationMessageRequestTypeDef",
|
|
171
|
+
"DeleteResourcePolicyMessageRequestTypeDef",
|
|
172
|
+
"DeleteScheduledActionMessageRequestTypeDef",
|
|
173
|
+
"DeleteSnapshotCopyGrantMessageRequestTypeDef",
|
|
174
|
+
"DeleteSnapshotScheduleMessageRequestTypeDef",
|
|
175
|
+
"DeleteTagsMessageRequestTypeDef",
|
|
176
|
+
"DeleteUsageLimitMessageRequestTypeDef",
|
|
177
|
+
"DescribeAccountAttributesMessageRequestTypeDef",
|
|
178
|
+
"DescribeAuthenticationProfilesMessageRequestTypeDef",
|
|
179
|
+
"DescribeAuthenticationProfilesResultTypeDef",
|
|
180
|
+
"DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef",
|
|
181
|
+
"DescribeClusterDbRevisionsMessageRequestTypeDef",
|
|
182
|
+
"DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef",
|
|
183
|
+
"DescribeClusterParameterGroupsMessageRequestTypeDef",
|
|
184
|
+
"DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef",
|
|
185
|
+
"DescribeClusterParametersMessageRequestTypeDef",
|
|
186
|
+
"DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef",
|
|
187
|
+
"DescribeClusterSecurityGroupsMessageRequestTypeDef",
|
|
188
|
+
"DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef",
|
|
189
|
+
"DescribeClusterSnapshotsMessageRequestTypeDef",
|
|
190
|
+
"DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef",
|
|
191
|
+
"DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef",
|
|
192
|
+
"DescribeClusterSubnetGroupsMessageRequestTypeDef",
|
|
193
|
+
"DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef",
|
|
194
|
+
"DescribeClusterTracksMessageRequestTypeDef",
|
|
195
|
+
"DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef",
|
|
196
|
+
"DescribeClusterVersionsMessageRequestTypeDef",
|
|
197
|
+
"DescribeClustersMessageClusterAvailableWaitTypeDef",
|
|
198
|
+
"DescribeClustersMessageClusterDeletedWaitTypeDef",
|
|
199
|
+
"DescribeClustersMessageClusterRestoredWaitTypeDef",
|
|
200
|
+
"DescribeClustersMessageDescribeClustersPaginateTypeDef",
|
|
201
|
+
"DescribeClustersMessageRequestTypeDef",
|
|
202
|
+
"DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef",
|
|
203
|
+
"DescribeCustomDomainAssociationsMessageRequestTypeDef",
|
|
204
|
+
"DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef",
|
|
205
|
+
"DescribeDataSharesForConsumerMessageRequestTypeDef",
|
|
206
|
+
"DescribeDataSharesForConsumerResultTypeDef",
|
|
207
|
+
"DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef",
|
|
208
|
+
"DescribeDataSharesForProducerMessageRequestTypeDef",
|
|
209
|
+
"DescribeDataSharesForProducerResultTypeDef",
|
|
210
|
+
"DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef",
|
|
211
|
+
"DescribeDataSharesMessageRequestTypeDef",
|
|
212
|
+
"DescribeDataSharesResultTypeDef",
|
|
213
|
+
"DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef",
|
|
214
|
+
"DescribeDefaultClusterParametersMessageRequestTypeDef",
|
|
215
|
+
"DescribeDefaultClusterParametersResultTypeDef",
|
|
216
|
+
"DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef",
|
|
217
|
+
"DescribeEndpointAccessMessageRequestTypeDef",
|
|
218
|
+
"DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef",
|
|
219
|
+
"DescribeEndpointAuthorizationMessageRequestTypeDef",
|
|
220
|
+
"DescribeEventCategoriesMessageRequestTypeDef",
|
|
221
|
+
"DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef",
|
|
222
|
+
"DescribeEventSubscriptionsMessageRequestTypeDef",
|
|
223
|
+
"DescribeEventsMessageDescribeEventsPaginateTypeDef",
|
|
224
|
+
"DescribeEventsMessageRequestTypeDef",
|
|
225
|
+
"DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef",
|
|
226
|
+
"DescribeHsmClientCertificatesMessageRequestTypeDef",
|
|
227
|
+
"DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef",
|
|
228
|
+
"DescribeHsmConfigurationsMessageRequestTypeDef",
|
|
229
|
+
"DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef",
|
|
230
|
+
"DescribeInboundIntegrationsMessageRequestTypeDef",
|
|
231
|
+
"DescribeIntegrationsFilterTypeDef",
|
|
232
|
+
"DescribeIntegrationsMessageDescribeIntegrationsPaginateTypeDef",
|
|
233
|
+
"DescribeIntegrationsMessageRequestTypeDef",
|
|
234
|
+
"DescribeLoggingStatusMessageRequestTypeDef",
|
|
235
|
+
"DescribeNodeConfigurationOptionsMessageDescribeNodeConfigurationOptionsPaginateTypeDef",
|
|
236
|
+
"DescribeNodeConfigurationOptionsMessageRequestTypeDef",
|
|
237
|
+
"DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef",
|
|
238
|
+
"DescribeOrderableClusterOptionsMessageRequestTypeDef",
|
|
239
|
+
"DescribePartnersInputMessageRequestTypeDef",
|
|
240
|
+
"DescribePartnersOutputMessageTypeDef",
|
|
241
|
+
"DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
|
|
242
|
+
"DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
|
|
243
|
+
"DescribeRedshiftIdcApplicationsResultTypeDef",
|
|
244
|
+
"DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
|
|
245
|
+
"DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
|
|
246
|
+
"DescribeReservedNodeExchangeStatusOutputMessageTypeDef",
|
|
247
|
+
"DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef",
|
|
248
|
+
"DescribeReservedNodeOfferingsMessageRequestTypeDef",
|
|
249
|
+
"DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef",
|
|
250
|
+
"DescribeReservedNodesMessageRequestTypeDef",
|
|
251
|
+
"DescribeResizeMessageRequestTypeDef",
|
|
252
|
+
"DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef",
|
|
253
|
+
"DescribeScheduledActionsMessageRequestTypeDef",
|
|
254
|
+
"DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef",
|
|
255
|
+
"DescribeSnapshotCopyGrantsMessageRequestTypeDef",
|
|
256
|
+
"DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef",
|
|
257
|
+
"DescribeSnapshotSchedulesMessageRequestTypeDef",
|
|
258
|
+
"DescribeSnapshotSchedulesOutputMessageTypeDef",
|
|
259
|
+
"DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef",
|
|
260
|
+
"DescribeTableRestoreStatusMessageRequestTypeDef",
|
|
261
|
+
"DescribeTagsMessageDescribeTagsPaginateTypeDef",
|
|
262
|
+
"DescribeTagsMessageRequestTypeDef",
|
|
263
|
+
"DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef",
|
|
264
|
+
"DescribeUsageLimitsMessageRequestTypeDef",
|
|
265
|
+
"DisableLoggingMessageRequestTypeDef",
|
|
266
|
+
"DisableSnapshotCopyMessageRequestTypeDef",
|
|
267
|
+
"DisableSnapshotCopyResultTypeDef",
|
|
268
|
+
"DisassociateDataShareConsumerMessageRequestTypeDef",
|
|
269
|
+
"EC2SecurityGroupTypeDef",
|
|
270
|
+
"ElasticIpStatusTypeDef",
|
|
271
|
+
"EmptyResponseMetadataTypeDef",
|
|
272
|
+
"EnableLoggingMessageRequestTypeDef",
|
|
273
|
+
"EnableSnapshotCopyMessageRequestTypeDef",
|
|
274
|
+
"EnableSnapshotCopyResultTypeDef",
|
|
275
|
+
"EndpointAccessListTypeDef",
|
|
276
|
+
"EndpointAccessResponseTypeDef",
|
|
277
|
+
"EndpointAccessTypeDef",
|
|
278
|
+
"EndpointAuthorizationListTypeDef",
|
|
279
|
+
"EndpointAuthorizationResponseTypeDef",
|
|
280
|
+
"EndpointAuthorizationTypeDef",
|
|
281
|
+
"EndpointTypeDef",
|
|
282
|
+
"EventCategoriesMapTypeDef",
|
|
283
|
+
"EventCategoriesMessageTypeDef",
|
|
284
|
+
"EventInfoMapTypeDef",
|
|
285
|
+
"EventSubscriptionTypeDef",
|
|
286
|
+
"EventSubscriptionsMessageTypeDef",
|
|
287
|
+
"EventTypeDef",
|
|
288
|
+
"EventsMessageTypeDef",
|
|
289
|
+
"FailoverPrimaryComputeInputMessageRequestTypeDef",
|
|
290
|
+
"FailoverPrimaryComputeResultTypeDef",
|
|
291
|
+
"GetClusterCredentialsMessageRequestTypeDef",
|
|
292
|
+
"GetClusterCredentialsWithIAMMessageRequestTypeDef",
|
|
293
|
+
"GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef",
|
|
294
|
+
"GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef",
|
|
295
|
+
"GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef",
|
|
296
|
+
"GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef",
|
|
297
|
+
"GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef",
|
|
298
|
+
"GetReservedNodeExchangeOfferingsOutputMessageTypeDef",
|
|
299
|
+
"GetResourcePolicyMessageRequestTypeDef",
|
|
300
|
+
"GetResourcePolicyResultTypeDef",
|
|
301
|
+
"HsmClientCertificateMessageTypeDef",
|
|
302
|
+
"HsmClientCertificateTypeDef",
|
|
303
|
+
"HsmConfigurationMessageTypeDef",
|
|
304
|
+
"HsmConfigurationTypeDef",
|
|
305
|
+
"HsmStatusTypeDef",
|
|
306
|
+
"IPRangeTypeDef",
|
|
307
|
+
"InboundIntegrationTypeDef",
|
|
308
|
+
"InboundIntegrationsMessageTypeDef",
|
|
309
|
+
"IntegrationErrorTypeDef",
|
|
310
|
+
"IntegrationResponseTypeDef",
|
|
311
|
+
"IntegrationTypeDef",
|
|
312
|
+
"IntegrationsMessageTypeDef",
|
|
313
|
+
"LakeFormationQueryTypeDef",
|
|
314
|
+
"LakeFormationScopeUnionTypeDef",
|
|
315
|
+
"ListRecommendationsMessageListRecommendationsPaginateTypeDef",
|
|
316
|
+
"ListRecommendationsMessageRequestTypeDef",
|
|
317
|
+
"ListRecommendationsResultTypeDef",
|
|
318
|
+
"LoggingStatusTypeDef",
|
|
319
|
+
"MaintenanceTrackTypeDef",
|
|
320
|
+
"ModifyAquaInputMessageRequestTypeDef",
|
|
321
|
+
"ModifyAquaOutputMessageTypeDef",
|
|
322
|
+
"ModifyAuthenticationProfileMessageRequestTypeDef",
|
|
323
|
+
"ModifyAuthenticationProfileResultTypeDef",
|
|
324
|
+
"ModifyClusterDbRevisionMessageRequestTypeDef",
|
|
325
|
+
"ModifyClusterDbRevisionResultTypeDef",
|
|
326
|
+
"ModifyClusterIamRolesMessageRequestTypeDef",
|
|
327
|
+
"ModifyClusterIamRolesResultTypeDef",
|
|
328
|
+
"ModifyClusterMaintenanceMessageRequestTypeDef",
|
|
329
|
+
"ModifyClusterMaintenanceResultTypeDef",
|
|
330
|
+
"ModifyClusterMessageRequestTypeDef",
|
|
331
|
+
"ModifyClusterParameterGroupMessageRequestTypeDef",
|
|
332
|
+
"ModifyClusterResultTypeDef",
|
|
333
|
+
"ModifyClusterSnapshotMessageRequestTypeDef",
|
|
334
|
+
"ModifyClusterSnapshotResultTypeDef",
|
|
335
|
+
"ModifyClusterSnapshotScheduleMessageRequestTypeDef",
|
|
336
|
+
"ModifyClusterSubnetGroupMessageRequestTypeDef",
|
|
337
|
+
"ModifyClusterSubnetGroupResultTypeDef",
|
|
338
|
+
"ModifyCustomDomainAssociationMessageRequestTypeDef",
|
|
339
|
+
"ModifyCustomDomainAssociationResultTypeDef",
|
|
340
|
+
"ModifyEndpointAccessMessageRequestTypeDef",
|
|
341
|
+
"ModifyEventSubscriptionMessageRequestTypeDef",
|
|
342
|
+
"ModifyEventSubscriptionResultTypeDef",
|
|
343
|
+
"ModifyIntegrationMessageRequestTypeDef",
|
|
344
|
+
"ModifyRedshiftIdcApplicationMessageRequestTypeDef",
|
|
345
|
+
"ModifyRedshiftIdcApplicationResultTypeDef",
|
|
346
|
+
"ModifyScheduledActionMessageRequestTypeDef",
|
|
347
|
+
"ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef",
|
|
348
|
+
"ModifySnapshotCopyRetentionPeriodResultTypeDef",
|
|
349
|
+
"ModifySnapshotScheduleMessageRequestTypeDef",
|
|
350
|
+
"ModifyUsageLimitMessageRequestTypeDef",
|
|
351
|
+
"NetworkInterfaceTypeDef",
|
|
352
|
+
"NodeConfigurationOptionTypeDef",
|
|
353
|
+
"NodeConfigurationOptionsFilterTypeDef",
|
|
354
|
+
"NodeConfigurationOptionsMessageTypeDef",
|
|
355
|
+
"OrderableClusterOptionTypeDef",
|
|
356
|
+
"OrderableClusterOptionsMessageTypeDef",
|
|
357
|
+
"PaginatorConfigTypeDef",
|
|
358
|
+
"ParameterTypeDef",
|
|
359
|
+
"PartnerIntegrationInfoTypeDef",
|
|
360
|
+
"PartnerIntegrationInputMessageRequestTypeDef",
|
|
361
|
+
"PartnerIntegrationOutputMessageTypeDef",
|
|
362
|
+
"PauseClusterMessageRequestTypeDef",
|
|
363
|
+
"PauseClusterMessageTypeDef",
|
|
364
|
+
"PauseClusterResultTypeDef",
|
|
365
|
+
"PendingModifiedValuesTypeDef",
|
|
366
|
+
"PurchaseReservedNodeOfferingMessageRequestTypeDef",
|
|
367
|
+
"PurchaseReservedNodeOfferingResultTypeDef",
|
|
368
|
+
"PutResourcePolicyMessageRequestTypeDef",
|
|
369
|
+
"PutResourcePolicyResultTypeDef",
|
|
370
|
+
"ReadWriteAccessTypeDef",
|
|
371
|
+
"RebootClusterMessageRequestTypeDef",
|
|
372
|
+
"RebootClusterResultTypeDef",
|
|
373
|
+
"RecommendationTypeDef",
|
|
374
|
+
"RecommendedActionTypeDef",
|
|
375
|
+
"RecurringChargeTypeDef",
|
|
376
|
+
"RedshiftIdcApplicationTypeDef",
|
|
377
|
+
"ReferenceLinkTypeDef",
|
|
378
|
+
"RejectDataShareMessageRequestTypeDef",
|
|
379
|
+
"ReservedNodeConfigurationOptionTypeDef",
|
|
380
|
+
"ReservedNodeExchangeStatusTypeDef",
|
|
381
|
+
"ReservedNodeOfferingTypeDef",
|
|
382
|
+
"ReservedNodeOfferingsMessageTypeDef",
|
|
383
|
+
"ReservedNodeTypeDef",
|
|
384
|
+
"ReservedNodesMessageTypeDef",
|
|
385
|
+
"ResetClusterParameterGroupMessageRequestTypeDef",
|
|
386
|
+
"ResizeClusterMessageRequestTypeDef",
|
|
387
|
+
"ResizeClusterMessageTypeDef",
|
|
388
|
+
"ResizeClusterResultTypeDef",
|
|
389
|
+
"ResizeInfoTypeDef",
|
|
390
|
+
"ResizeProgressMessageTypeDef",
|
|
391
|
+
"ResourcePolicyTypeDef",
|
|
392
|
+
"ResponseMetadataTypeDef",
|
|
393
|
+
"RestoreFromClusterSnapshotMessageRequestTypeDef",
|
|
394
|
+
"RestoreFromClusterSnapshotResultTypeDef",
|
|
395
|
+
"RestoreStatusTypeDef",
|
|
396
|
+
"RestoreTableFromClusterSnapshotMessageRequestTypeDef",
|
|
397
|
+
"RestoreTableFromClusterSnapshotResultTypeDef",
|
|
398
|
+
"ResumeClusterMessageRequestTypeDef",
|
|
399
|
+
"ResumeClusterMessageTypeDef",
|
|
400
|
+
"ResumeClusterResultTypeDef",
|
|
401
|
+
"RevisionTargetTypeDef",
|
|
402
|
+
"RevokeClusterSecurityGroupIngressMessageRequestTypeDef",
|
|
403
|
+
"RevokeClusterSecurityGroupIngressResultTypeDef",
|
|
404
|
+
"RevokeEndpointAccessMessageRequestTypeDef",
|
|
405
|
+
"RevokeSnapshotAccessMessageRequestTypeDef",
|
|
406
|
+
"RevokeSnapshotAccessResultTypeDef",
|
|
407
|
+
"RotateEncryptionKeyMessageRequestTypeDef",
|
|
408
|
+
"RotateEncryptionKeyResultTypeDef",
|
|
409
|
+
"S3AccessGrantsScopeUnionTypeDef",
|
|
410
|
+
"ScheduledActionFilterTypeDef",
|
|
411
|
+
"ScheduledActionResponseTypeDef",
|
|
412
|
+
"ScheduledActionTypeDef",
|
|
413
|
+
"ScheduledActionTypeTypeDef",
|
|
414
|
+
"ScheduledActionsMessageTypeDef",
|
|
415
|
+
"SecondaryClusterInfoTypeDef",
|
|
416
|
+
"ServiceIntegrationsUnionOutputTypeDef",
|
|
417
|
+
"ServiceIntegrationsUnionTypeDef",
|
|
418
|
+
"ServiceIntegrationsUnionUnionTypeDef",
|
|
419
|
+
"SnapshotCopyGrantMessageTypeDef",
|
|
420
|
+
"SnapshotCopyGrantTypeDef",
|
|
421
|
+
"SnapshotErrorMessageTypeDef",
|
|
422
|
+
"SnapshotMessageTypeDef",
|
|
423
|
+
"SnapshotScheduleResponseTypeDef",
|
|
424
|
+
"SnapshotScheduleTypeDef",
|
|
425
|
+
"SnapshotSortingEntityTypeDef",
|
|
426
|
+
"SnapshotTypeDef",
|
|
427
|
+
"SubnetTypeDef",
|
|
428
|
+
"SupportedOperationTypeDef",
|
|
429
|
+
"SupportedPlatformTypeDef",
|
|
430
|
+
"TableRestoreStatusMessageTypeDef",
|
|
431
|
+
"TableRestoreStatusTypeDef",
|
|
432
|
+
"TagTypeDef",
|
|
433
|
+
"TaggedResourceListMessageTypeDef",
|
|
434
|
+
"TaggedResourceTypeDef",
|
|
435
|
+
"TimestampTypeDef",
|
|
436
|
+
"TrackListMessageTypeDef",
|
|
437
|
+
"UpdatePartnerStatusInputMessageRequestTypeDef",
|
|
438
|
+
"UpdateTargetTypeDef",
|
|
439
|
+
"UsageLimitListTypeDef",
|
|
440
|
+
"UsageLimitResponseTypeDef",
|
|
441
|
+
"UsageLimitTypeDef",
|
|
442
|
+
"VpcEndpointTypeDef",
|
|
443
|
+
"VpcSecurityGroupMembershipTypeDef",
|
|
444
|
+
"WaiterConfigTypeDef",
|
|
445
|
+
)
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
class AcceptReservedNodeExchangeInputMessageRequestTypeDef(TypedDict):
|
|
449
|
+
ReservedNodeId: str
|
|
450
|
+
TargetReservedNodeOfferingId: str
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
class ResponseMetadataTypeDef(TypedDict):
|
|
454
|
+
RequestId: str
|
|
455
|
+
HTTPStatusCode: int
|
|
456
|
+
HTTPHeaders: Dict[str, str]
|
|
457
|
+
RetryAttempts: int
|
|
458
|
+
HostId: NotRequired[str]
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
class AttributeValueTargetTypeDef(TypedDict):
|
|
462
|
+
AttributeValue: NotRequired[str]
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
class AccountWithRestoreAccessTypeDef(TypedDict):
|
|
466
|
+
AccountId: NotRequired[str]
|
|
467
|
+
AccountAlias: NotRequired[str]
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
class AquaConfigurationTypeDef(TypedDict):
|
|
471
|
+
AquaStatus: NotRequired[AquaStatusType]
|
|
472
|
+
AquaConfigurationStatus: NotRequired[AquaConfigurationStatusType]
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
class AssociateDataShareConsumerMessageRequestTypeDef(TypedDict):
|
|
476
|
+
DataShareArn: str
|
|
477
|
+
AssociateEntireAccount: NotRequired[bool]
|
|
478
|
+
ConsumerArn: NotRequired[str]
|
|
479
|
+
ConsumerRegion: NotRequired[str]
|
|
480
|
+
AllowWrites: NotRequired[bool]
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
class CertificateAssociationTypeDef(TypedDict):
|
|
484
|
+
CustomDomainName: NotRequired[str]
|
|
485
|
+
ClusterIdentifier: NotRequired[str]
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
class AuthenticationProfileTypeDef(TypedDict):
|
|
489
|
+
AuthenticationProfileName: NotRequired[str]
|
|
490
|
+
AuthenticationProfileContent: NotRequired[str]
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
class AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef(TypedDict):
|
|
494
|
+
ClusterSecurityGroupName: str
|
|
495
|
+
CIDRIP: NotRequired[str]
|
|
496
|
+
EC2SecurityGroupName: NotRequired[str]
|
|
497
|
+
EC2SecurityGroupOwnerId: NotRequired[str]
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
class AuthorizeDataShareMessageRequestTypeDef(TypedDict):
|
|
501
|
+
DataShareArn: str
|
|
502
|
+
ConsumerIdentifier: str
|
|
503
|
+
AllowWrites: NotRequired[bool]
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
class AuthorizeEndpointAccessMessageRequestTypeDef(TypedDict):
|
|
507
|
+
Account: str
|
|
508
|
+
ClusterIdentifier: NotRequired[str]
|
|
509
|
+
VpcIds: NotRequired[Sequence[str]]
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
class AuthorizeSnapshotAccessMessageRequestTypeDef(TypedDict):
|
|
513
|
+
AccountWithRestoreAccess: str
|
|
514
|
+
SnapshotIdentifier: NotRequired[str]
|
|
515
|
+
SnapshotArn: NotRequired[str]
|
|
516
|
+
SnapshotClusterIdentifier: NotRequired[str]
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
class AuthorizedTokenIssuerOutputTypeDef(TypedDict):
|
|
520
|
+
TrustedTokenIssuerArn: NotRequired[str]
|
|
521
|
+
AuthorizedAudiencesList: NotRequired[List[str]]
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
class AuthorizedTokenIssuerTypeDef(TypedDict):
|
|
525
|
+
TrustedTokenIssuerArn: NotRequired[str]
|
|
526
|
+
AuthorizedAudiencesList: NotRequired[Sequence[str]]
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
class SupportedPlatformTypeDef(TypedDict):
|
|
530
|
+
Name: NotRequired[str]
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
class DeleteClusterSnapshotMessageTypeDef(TypedDict):
|
|
534
|
+
SnapshotIdentifier: str
|
|
535
|
+
SnapshotClusterIdentifier: NotRequired[str]
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
class SnapshotErrorMessageTypeDef(TypedDict):
|
|
539
|
+
SnapshotIdentifier: NotRequired[str]
|
|
540
|
+
SnapshotClusterIdentifier: NotRequired[str]
|
|
541
|
+
FailureCode: NotRequired[str]
|
|
542
|
+
FailureReason: NotRequired[str]
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
class BatchModifyClusterSnapshotsMessageRequestTypeDef(TypedDict):
|
|
546
|
+
SnapshotIdentifierList: Sequence[str]
|
|
547
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
548
|
+
Force: NotRequired[bool]
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
class CancelResizeMessageRequestTypeDef(TypedDict):
|
|
552
|
+
ClusterIdentifier: str
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
class ClusterAssociatedToScheduleTypeDef(TypedDict):
|
|
556
|
+
ClusterIdentifier: NotRequired[str]
|
|
557
|
+
ScheduleAssociationState: NotRequired[ScheduleStateType]
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
class RevisionTargetTypeDef(TypedDict):
|
|
561
|
+
DatabaseRevision: NotRequired[str]
|
|
562
|
+
Description: NotRequired[str]
|
|
563
|
+
DatabaseRevisionReleaseDate: NotRequired[datetime]
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
class ClusterIamRoleTypeDef(TypedDict):
|
|
567
|
+
IamRoleArn: NotRequired[str]
|
|
568
|
+
ApplyStatus: NotRequired[str]
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
class ClusterNodeTypeDef(TypedDict):
|
|
572
|
+
NodeRole: NotRequired[str]
|
|
573
|
+
PrivateIPAddress: NotRequired[str]
|
|
574
|
+
PublicIPAddress: NotRequired[str]
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
class ParameterTypeDef(TypedDict):
|
|
578
|
+
ParameterName: NotRequired[str]
|
|
579
|
+
ParameterValue: NotRequired[str]
|
|
580
|
+
Description: NotRequired[str]
|
|
581
|
+
Source: NotRequired[str]
|
|
582
|
+
DataType: NotRequired[str]
|
|
583
|
+
AllowedValues: NotRequired[str]
|
|
584
|
+
ApplyType: NotRequired[ParameterApplyTypeType]
|
|
585
|
+
IsModifiable: NotRequired[bool]
|
|
586
|
+
MinimumEngineVersion: NotRequired[str]
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
class ClusterParameterStatusTypeDef(TypedDict):
|
|
590
|
+
ParameterName: NotRequired[str]
|
|
591
|
+
ParameterApplyStatus: NotRequired[str]
|
|
592
|
+
ParameterApplyErrorDescription: NotRequired[str]
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
class TagTypeDef(TypedDict):
|
|
596
|
+
Key: NotRequired[str]
|
|
597
|
+
Value: NotRequired[str]
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
class ClusterSecurityGroupMembershipTypeDef(TypedDict):
|
|
601
|
+
ClusterSecurityGroupName: NotRequired[str]
|
|
602
|
+
Status: NotRequired[str]
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
class ClusterSnapshotCopyStatusTypeDef(TypedDict):
|
|
606
|
+
DestinationRegion: NotRequired[str]
|
|
607
|
+
RetentionPeriod: NotRequired[int]
|
|
608
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
609
|
+
SnapshotCopyGrantName: NotRequired[str]
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
class DataTransferProgressTypeDef(TypedDict):
|
|
613
|
+
Status: NotRequired[str]
|
|
614
|
+
CurrentRateInMegaBytesPerSecond: NotRequired[float]
|
|
615
|
+
TotalDataInMegaBytes: NotRequired[int]
|
|
616
|
+
DataTransferredInMegaBytes: NotRequired[int]
|
|
617
|
+
EstimatedTimeToCompletionInSeconds: NotRequired[int]
|
|
618
|
+
ElapsedTimeInSeconds: NotRequired[int]
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
class DeferredMaintenanceWindowTypeDef(TypedDict):
|
|
622
|
+
DeferMaintenanceIdentifier: NotRequired[str]
|
|
623
|
+
DeferMaintenanceStartTime: NotRequired[datetime]
|
|
624
|
+
DeferMaintenanceEndTime: NotRequired[datetime]
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
class ElasticIpStatusTypeDef(TypedDict):
|
|
628
|
+
ElasticIp: NotRequired[str]
|
|
629
|
+
Status: NotRequired[str]
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
class HsmStatusTypeDef(TypedDict):
|
|
633
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
634
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
635
|
+
Status: NotRequired[str]
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
class PendingModifiedValuesTypeDef(TypedDict):
|
|
639
|
+
MasterUserPassword: NotRequired[str]
|
|
640
|
+
NodeType: NotRequired[str]
|
|
641
|
+
NumberOfNodes: NotRequired[int]
|
|
642
|
+
ClusterType: NotRequired[str]
|
|
643
|
+
ClusterVersion: NotRequired[str]
|
|
644
|
+
AutomatedSnapshotRetentionPeriod: NotRequired[int]
|
|
645
|
+
ClusterIdentifier: NotRequired[str]
|
|
646
|
+
PubliclyAccessible: NotRequired[bool]
|
|
647
|
+
EnhancedVpcRouting: NotRequired[bool]
|
|
648
|
+
MaintenanceTrackName: NotRequired[str]
|
|
649
|
+
EncryptionType: NotRequired[str]
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
class ReservedNodeExchangeStatusTypeDef(TypedDict):
|
|
653
|
+
ReservedNodeExchangeRequestId: NotRequired[str]
|
|
654
|
+
Status: NotRequired[ReservedNodeExchangeStatusTypeType]
|
|
655
|
+
RequestTime: NotRequired[datetime]
|
|
656
|
+
SourceReservedNodeId: NotRequired[str]
|
|
657
|
+
SourceReservedNodeType: NotRequired[str]
|
|
658
|
+
SourceReservedNodeCount: NotRequired[int]
|
|
659
|
+
TargetReservedNodeOfferingId: NotRequired[str]
|
|
660
|
+
TargetReservedNodeType: NotRequired[str]
|
|
661
|
+
TargetReservedNodeCount: NotRequired[int]
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
class ResizeInfoTypeDef(TypedDict):
|
|
665
|
+
ResizeType: NotRequired[str]
|
|
666
|
+
AllowCancelResize: NotRequired[bool]
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
class RestoreStatusTypeDef(TypedDict):
|
|
670
|
+
Status: NotRequired[str]
|
|
671
|
+
CurrentRestoreRateInMegaBytesPerSecond: NotRequired[float]
|
|
672
|
+
SnapshotSizeInMegaBytes: NotRequired[int]
|
|
673
|
+
ProgressInMegaBytes: NotRequired[int]
|
|
674
|
+
ElapsedTimeInSeconds: NotRequired[int]
|
|
675
|
+
EstimatedTimeToCompletionInSeconds: NotRequired[int]
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
class VpcSecurityGroupMembershipTypeDef(TypedDict):
|
|
679
|
+
VpcSecurityGroupId: NotRequired[str]
|
|
680
|
+
Status: NotRequired[str]
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
class ClusterVersionTypeDef(TypedDict):
|
|
684
|
+
ClusterVersion: NotRequired[str]
|
|
685
|
+
ClusterParameterGroupFamily: NotRequired[str]
|
|
686
|
+
Description: NotRequired[str]
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
class CopyClusterSnapshotMessageRequestTypeDef(TypedDict):
|
|
690
|
+
SourceSnapshotIdentifier: str
|
|
691
|
+
TargetSnapshotIdentifier: str
|
|
692
|
+
SourceSnapshotClusterIdentifier: NotRequired[str]
|
|
693
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
class CreateAuthenticationProfileMessageRequestTypeDef(TypedDict):
|
|
697
|
+
AuthenticationProfileName: str
|
|
698
|
+
AuthenticationProfileContent: str
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
class CreateCustomDomainAssociationMessageRequestTypeDef(TypedDict):
|
|
702
|
+
CustomDomainName: str
|
|
703
|
+
CustomDomainCertificateArn: str
|
|
704
|
+
ClusterIdentifier: str
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
class CreateEndpointAccessMessageRequestTypeDef(TypedDict):
|
|
708
|
+
EndpointName: str
|
|
709
|
+
SubnetGroupName: str
|
|
710
|
+
ClusterIdentifier: NotRequired[str]
|
|
711
|
+
ResourceOwner: NotRequired[str]
|
|
712
|
+
VpcSecurityGroupIds: NotRequired[Sequence[str]]
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
TimestampTypeDef = Union[datetime, str]
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
class DataShareAssociationTypeDef(TypedDict):
|
|
719
|
+
ConsumerIdentifier: NotRequired[str]
|
|
720
|
+
Status: NotRequired[DataShareStatusType]
|
|
721
|
+
ConsumerRegion: NotRequired[str]
|
|
722
|
+
CreatedDate: NotRequired[datetime]
|
|
723
|
+
StatusChangeDate: NotRequired[datetime]
|
|
724
|
+
ProducerAllowedWrites: NotRequired[bool]
|
|
725
|
+
ConsumerAcceptedWrites: NotRequired[bool]
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
class DeauthorizeDataShareMessageRequestTypeDef(TypedDict):
|
|
729
|
+
DataShareArn: str
|
|
730
|
+
ConsumerIdentifier: str
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
class DeleteAuthenticationProfileMessageRequestTypeDef(TypedDict):
|
|
734
|
+
AuthenticationProfileName: str
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
class DeleteClusterMessageRequestTypeDef(TypedDict):
|
|
738
|
+
ClusterIdentifier: str
|
|
739
|
+
SkipFinalClusterSnapshot: NotRequired[bool]
|
|
740
|
+
FinalClusterSnapshotIdentifier: NotRequired[str]
|
|
741
|
+
FinalClusterSnapshotRetentionPeriod: NotRequired[int]
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
class DeleteClusterParameterGroupMessageRequestTypeDef(TypedDict):
|
|
745
|
+
ParameterGroupName: str
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
class DeleteClusterSecurityGroupMessageRequestTypeDef(TypedDict):
|
|
749
|
+
ClusterSecurityGroupName: str
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
class DeleteClusterSnapshotMessageRequestTypeDef(TypedDict):
|
|
753
|
+
SnapshotIdentifier: str
|
|
754
|
+
SnapshotClusterIdentifier: NotRequired[str]
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
class DeleteClusterSubnetGroupMessageRequestTypeDef(TypedDict):
|
|
758
|
+
ClusterSubnetGroupName: str
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
class DeleteCustomDomainAssociationMessageRequestTypeDef(TypedDict):
|
|
762
|
+
ClusterIdentifier: str
|
|
763
|
+
CustomDomainName: str
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
class DeleteEndpointAccessMessageRequestTypeDef(TypedDict):
|
|
767
|
+
EndpointName: str
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
class DeleteEventSubscriptionMessageRequestTypeDef(TypedDict):
|
|
771
|
+
SubscriptionName: str
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
class DeleteHsmClientCertificateMessageRequestTypeDef(TypedDict):
|
|
775
|
+
HsmClientCertificateIdentifier: str
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
class DeleteHsmConfigurationMessageRequestTypeDef(TypedDict):
|
|
779
|
+
HsmConfigurationIdentifier: str
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
class DeleteIntegrationMessageRequestTypeDef(TypedDict):
|
|
783
|
+
IntegrationArn: str
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
class DeleteRedshiftIdcApplicationMessageRequestTypeDef(TypedDict):
|
|
787
|
+
RedshiftIdcApplicationArn: str
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
class DeleteResourcePolicyMessageRequestTypeDef(TypedDict):
|
|
791
|
+
ResourceArn: str
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
class DeleteScheduledActionMessageRequestTypeDef(TypedDict):
|
|
795
|
+
ScheduledActionName: str
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
class DeleteSnapshotCopyGrantMessageRequestTypeDef(TypedDict):
|
|
799
|
+
SnapshotCopyGrantName: str
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
class DeleteSnapshotScheduleMessageRequestTypeDef(TypedDict):
|
|
803
|
+
ScheduleIdentifier: str
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
class DeleteTagsMessageRequestTypeDef(TypedDict):
|
|
807
|
+
ResourceName: str
|
|
808
|
+
TagKeys: Sequence[str]
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
class DeleteUsageLimitMessageRequestTypeDef(TypedDict):
|
|
812
|
+
UsageLimitId: str
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
class DescribeAccountAttributesMessageRequestTypeDef(TypedDict):
|
|
816
|
+
AttributeNames: NotRequired[Sequence[str]]
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
class DescribeAuthenticationProfilesMessageRequestTypeDef(TypedDict):
|
|
820
|
+
AuthenticationProfileName: NotRequired[str]
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
824
|
+
MaxItems: NotRequired[int]
|
|
825
|
+
PageSize: NotRequired[int]
|
|
826
|
+
StartingToken: NotRequired[str]
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
class DescribeClusterDbRevisionsMessageRequestTypeDef(TypedDict):
|
|
830
|
+
ClusterIdentifier: NotRequired[str]
|
|
831
|
+
MaxRecords: NotRequired[int]
|
|
832
|
+
Marker: NotRequired[str]
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
class DescribeClusterParameterGroupsMessageRequestTypeDef(TypedDict):
|
|
836
|
+
ParameterGroupName: NotRequired[str]
|
|
837
|
+
MaxRecords: NotRequired[int]
|
|
838
|
+
Marker: NotRequired[str]
|
|
839
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
840
|
+
TagValues: NotRequired[Sequence[str]]
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
class DescribeClusterParametersMessageRequestTypeDef(TypedDict):
|
|
844
|
+
ParameterGroupName: str
|
|
845
|
+
Source: NotRequired[str]
|
|
846
|
+
MaxRecords: NotRequired[int]
|
|
847
|
+
Marker: NotRequired[str]
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
class DescribeClusterSecurityGroupsMessageRequestTypeDef(TypedDict):
|
|
851
|
+
ClusterSecurityGroupName: NotRequired[str]
|
|
852
|
+
MaxRecords: NotRequired[int]
|
|
853
|
+
Marker: NotRequired[str]
|
|
854
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
855
|
+
TagValues: NotRequired[Sequence[str]]
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
class SnapshotSortingEntityTypeDef(TypedDict):
|
|
859
|
+
Attribute: SnapshotAttributeToSortByType
|
|
860
|
+
SortOrder: NotRequired[SortByOrderType]
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
class WaiterConfigTypeDef(TypedDict):
|
|
864
|
+
Delay: NotRequired[int]
|
|
865
|
+
MaxAttempts: NotRequired[int]
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
class DescribeClusterSubnetGroupsMessageRequestTypeDef(TypedDict):
|
|
869
|
+
ClusterSubnetGroupName: NotRequired[str]
|
|
870
|
+
MaxRecords: NotRequired[int]
|
|
871
|
+
Marker: NotRequired[str]
|
|
872
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
873
|
+
TagValues: NotRequired[Sequence[str]]
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
class DescribeClusterTracksMessageRequestTypeDef(TypedDict):
|
|
877
|
+
MaintenanceTrackName: NotRequired[str]
|
|
878
|
+
MaxRecords: NotRequired[int]
|
|
879
|
+
Marker: NotRequired[str]
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
class DescribeClusterVersionsMessageRequestTypeDef(TypedDict):
|
|
883
|
+
ClusterVersion: NotRequired[str]
|
|
884
|
+
ClusterParameterGroupFamily: NotRequired[str]
|
|
885
|
+
MaxRecords: NotRequired[int]
|
|
886
|
+
Marker: NotRequired[str]
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
class DescribeClustersMessageRequestTypeDef(TypedDict):
|
|
890
|
+
ClusterIdentifier: NotRequired[str]
|
|
891
|
+
MaxRecords: NotRequired[int]
|
|
892
|
+
Marker: NotRequired[str]
|
|
893
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
894
|
+
TagValues: NotRequired[Sequence[str]]
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
class DescribeCustomDomainAssociationsMessageRequestTypeDef(TypedDict):
|
|
898
|
+
CustomDomainName: NotRequired[str]
|
|
899
|
+
CustomDomainCertificateArn: NotRequired[str]
|
|
900
|
+
MaxRecords: NotRequired[int]
|
|
901
|
+
Marker: NotRequired[str]
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
class DescribeDataSharesForConsumerMessageRequestTypeDef(TypedDict):
|
|
905
|
+
ConsumerArn: NotRequired[str]
|
|
906
|
+
Status: NotRequired[DataShareStatusForConsumerType]
|
|
907
|
+
MaxRecords: NotRequired[int]
|
|
908
|
+
Marker: NotRequired[str]
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
class DescribeDataSharesForProducerMessageRequestTypeDef(TypedDict):
|
|
912
|
+
ProducerArn: NotRequired[str]
|
|
913
|
+
Status: NotRequired[DataShareStatusForProducerType]
|
|
914
|
+
MaxRecords: NotRequired[int]
|
|
915
|
+
Marker: NotRequired[str]
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
class DescribeDataSharesMessageRequestTypeDef(TypedDict):
|
|
919
|
+
DataShareArn: NotRequired[str]
|
|
920
|
+
MaxRecords: NotRequired[int]
|
|
921
|
+
Marker: NotRequired[str]
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
class DescribeDefaultClusterParametersMessageRequestTypeDef(TypedDict):
|
|
925
|
+
ParameterGroupFamily: str
|
|
926
|
+
MaxRecords: NotRequired[int]
|
|
927
|
+
Marker: NotRequired[str]
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
class DescribeEndpointAccessMessageRequestTypeDef(TypedDict):
|
|
931
|
+
ClusterIdentifier: NotRequired[str]
|
|
932
|
+
ResourceOwner: NotRequired[str]
|
|
933
|
+
EndpointName: NotRequired[str]
|
|
934
|
+
VpcId: NotRequired[str]
|
|
935
|
+
MaxRecords: NotRequired[int]
|
|
936
|
+
Marker: NotRequired[str]
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
class DescribeEndpointAuthorizationMessageRequestTypeDef(TypedDict):
|
|
940
|
+
ClusterIdentifier: NotRequired[str]
|
|
941
|
+
Account: NotRequired[str]
|
|
942
|
+
Grantee: NotRequired[bool]
|
|
943
|
+
MaxRecords: NotRequired[int]
|
|
944
|
+
Marker: NotRequired[str]
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
class DescribeEventCategoriesMessageRequestTypeDef(TypedDict):
|
|
948
|
+
SourceType: NotRequired[str]
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
class DescribeEventSubscriptionsMessageRequestTypeDef(TypedDict):
|
|
952
|
+
SubscriptionName: NotRequired[str]
|
|
953
|
+
MaxRecords: NotRequired[int]
|
|
954
|
+
Marker: NotRequired[str]
|
|
955
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
956
|
+
TagValues: NotRequired[Sequence[str]]
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
class DescribeHsmClientCertificatesMessageRequestTypeDef(TypedDict):
|
|
960
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
961
|
+
MaxRecords: NotRequired[int]
|
|
962
|
+
Marker: NotRequired[str]
|
|
963
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
964
|
+
TagValues: NotRequired[Sequence[str]]
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
class DescribeHsmConfigurationsMessageRequestTypeDef(TypedDict):
|
|
968
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
969
|
+
MaxRecords: NotRequired[int]
|
|
970
|
+
Marker: NotRequired[str]
|
|
971
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
972
|
+
TagValues: NotRequired[Sequence[str]]
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
class DescribeInboundIntegrationsMessageRequestTypeDef(TypedDict):
|
|
976
|
+
IntegrationArn: NotRequired[str]
|
|
977
|
+
TargetArn: NotRequired[str]
|
|
978
|
+
MaxRecords: NotRequired[int]
|
|
979
|
+
Marker: NotRequired[str]
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
class DescribeIntegrationsFilterTypeDef(TypedDict):
|
|
983
|
+
Name: DescribeIntegrationsFilterNameType
|
|
984
|
+
Values: Sequence[str]
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
class DescribeLoggingStatusMessageRequestTypeDef(TypedDict):
|
|
988
|
+
ClusterIdentifier: str
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
class NodeConfigurationOptionsFilterTypeDef(TypedDict):
|
|
992
|
+
Name: NotRequired[NodeConfigurationOptionsFilterNameType]
|
|
993
|
+
Operator: NotRequired[OperatorTypeType]
|
|
994
|
+
Values: NotRequired[Sequence[str]]
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
class DescribeOrderableClusterOptionsMessageRequestTypeDef(TypedDict):
|
|
998
|
+
ClusterVersion: NotRequired[str]
|
|
999
|
+
NodeType: NotRequired[str]
|
|
1000
|
+
MaxRecords: NotRequired[int]
|
|
1001
|
+
Marker: NotRequired[str]
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
class DescribePartnersInputMessageRequestTypeDef(TypedDict):
|
|
1005
|
+
AccountId: str
|
|
1006
|
+
ClusterIdentifier: str
|
|
1007
|
+
DatabaseName: NotRequired[str]
|
|
1008
|
+
PartnerName: NotRequired[str]
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
class PartnerIntegrationInfoTypeDef(TypedDict):
|
|
1012
|
+
DatabaseName: NotRequired[str]
|
|
1013
|
+
PartnerName: NotRequired[str]
|
|
1014
|
+
Status: NotRequired[PartnerIntegrationStatusType]
|
|
1015
|
+
StatusMessage: NotRequired[str]
|
|
1016
|
+
CreatedAt: NotRequired[datetime]
|
|
1017
|
+
UpdatedAt: NotRequired[datetime]
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
class DescribeRedshiftIdcApplicationsMessageRequestTypeDef(TypedDict):
|
|
1021
|
+
RedshiftIdcApplicationArn: NotRequired[str]
|
|
1022
|
+
MaxRecords: NotRequired[int]
|
|
1023
|
+
Marker: NotRequired[str]
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
class DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef(TypedDict):
|
|
1027
|
+
ReservedNodeId: NotRequired[str]
|
|
1028
|
+
ReservedNodeExchangeRequestId: NotRequired[str]
|
|
1029
|
+
MaxRecords: NotRequired[int]
|
|
1030
|
+
Marker: NotRequired[str]
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
class DescribeReservedNodeOfferingsMessageRequestTypeDef(TypedDict):
|
|
1034
|
+
ReservedNodeOfferingId: NotRequired[str]
|
|
1035
|
+
MaxRecords: NotRequired[int]
|
|
1036
|
+
Marker: NotRequired[str]
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
class DescribeReservedNodesMessageRequestTypeDef(TypedDict):
|
|
1040
|
+
ReservedNodeId: NotRequired[str]
|
|
1041
|
+
MaxRecords: NotRequired[int]
|
|
1042
|
+
Marker: NotRequired[str]
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
class DescribeResizeMessageRequestTypeDef(TypedDict):
|
|
1046
|
+
ClusterIdentifier: str
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
class ScheduledActionFilterTypeDef(TypedDict):
|
|
1050
|
+
Name: ScheduledActionFilterNameType
|
|
1051
|
+
Values: Sequence[str]
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
class DescribeSnapshotCopyGrantsMessageRequestTypeDef(TypedDict):
|
|
1055
|
+
SnapshotCopyGrantName: NotRequired[str]
|
|
1056
|
+
MaxRecords: NotRequired[int]
|
|
1057
|
+
Marker: NotRequired[str]
|
|
1058
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
1059
|
+
TagValues: NotRequired[Sequence[str]]
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
class DescribeSnapshotSchedulesMessageRequestTypeDef(TypedDict):
|
|
1063
|
+
ClusterIdentifier: NotRequired[str]
|
|
1064
|
+
ScheduleIdentifier: NotRequired[str]
|
|
1065
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
1066
|
+
TagValues: NotRequired[Sequence[str]]
|
|
1067
|
+
Marker: NotRequired[str]
|
|
1068
|
+
MaxRecords: NotRequired[int]
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
class DescribeTableRestoreStatusMessageRequestTypeDef(TypedDict):
|
|
1072
|
+
ClusterIdentifier: NotRequired[str]
|
|
1073
|
+
TableRestoreRequestId: NotRequired[str]
|
|
1074
|
+
MaxRecords: NotRequired[int]
|
|
1075
|
+
Marker: NotRequired[str]
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
class DescribeTagsMessageRequestTypeDef(TypedDict):
|
|
1079
|
+
ResourceName: NotRequired[str]
|
|
1080
|
+
ResourceType: NotRequired[str]
|
|
1081
|
+
MaxRecords: NotRequired[int]
|
|
1082
|
+
Marker: NotRequired[str]
|
|
1083
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
1084
|
+
TagValues: NotRequired[Sequence[str]]
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
class DescribeUsageLimitsMessageRequestTypeDef(TypedDict):
|
|
1088
|
+
UsageLimitId: NotRequired[str]
|
|
1089
|
+
ClusterIdentifier: NotRequired[str]
|
|
1090
|
+
FeatureType: NotRequired[UsageLimitFeatureTypeType]
|
|
1091
|
+
MaxRecords: NotRequired[int]
|
|
1092
|
+
Marker: NotRequired[str]
|
|
1093
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
1094
|
+
TagValues: NotRequired[Sequence[str]]
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
class DisableLoggingMessageRequestTypeDef(TypedDict):
|
|
1098
|
+
ClusterIdentifier: str
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
class DisableSnapshotCopyMessageRequestTypeDef(TypedDict):
|
|
1102
|
+
ClusterIdentifier: str
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
class DisassociateDataShareConsumerMessageRequestTypeDef(TypedDict):
|
|
1106
|
+
DataShareArn: str
|
|
1107
|
+
DisassociateEntireAccount: NotRequired[bool]
|
|
1108
|
+
ConsumerArn: NotRequired[str]
|
|
1109
|
+
ConsumerRegion: NotRequired[str]
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
class EnableLoggingMessageRequestTypeDef(TypedDict):
|
|
1113
|
+
ClusterIdentifier: str
|
|
1114
|
+
BucketName: NotRequired[str]
|
|
1115
|
+
S3KeyPrefix: NotRequired[str]
|
|
1116
|
+
LogDestinationType: NotRequired[LogDestinationTypeType]
|
|
1117
|
+
LogExports: NotRequired[Sequence[str]]
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
class EnableSnapshotCopyMessageRequestTypeDef(TypedDict):
|
|
1121
|
+
ClusterIdentifier: str
|
|
1122
|
+
DestinationRegion: str
|
|
1123
|
+
RetentionPeriod: NotRequired[int]
|
|
1124
|
+
SnapshotCopyGrantName: NotRequired[str]
|
|
1125
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
class EndpointAuthorizationTypeDef(TypedDict):
|
|
1129
|
+
Grantor: NotRequired[str]
|
|
1130
|
+
Grantee: NotRequired[str]
|
|
1131
|
+
ClusterIdentifier: NotRequired[str]
|
|
1132
|
+
AuthorizeTime: NotRequired[datetime]
|
|
1133
|
+
ClusterStatus: NotRequired[str]
|
|
1134
|
+
Status: NotRequired[AuthorizationStatusType]
|
|
1135
|
+
AllowedAllVPCs: NotRequired[bool]
|
|
1136
|
+
AllowedVPCs: NotRequired[List[str]]
|
|
1137
|
+
EndpointCount: NotRequired[int]
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
class EventInfoMapTypeDef(TypedDict):
|
|
1141
|
+
EventId: NotRequired[str]
|
|
1142
|
+
EventCategories: NotRequired[List[str]]
|
|
1143
|
+
EventDescription: NotRequired[str]
|
|
1144
|
+
Severity: NotRequired[str]
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
class EventTypeDef(TypedDict):
|
|
1148
|
+
SourceIdentifier: NotRequired[str]
|
|
1149
|
+
SourceType: NotRequired[SourceTypeType]
|
|
1150
|
+
Message: NotRequired[str]
|
|
1151
|
+
EventCategories: NotRequired[List[str]]
|
|
1152
|
+
Severity: NotRequired[str]
|
|
1153
|
+
Date: NotRequired[datetime]
|
|
1154
|
+
EventId: NotRequired[str]
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
class FailoverPrimaryComputeInputMessageRequestTypeDef(TypedDict):
|
|
1158
|
+
ClusterIdentifier: str
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
class GetClusterCredentialsMessageRequestTypeDef(TypedDict):
|
|
1162
|
+
DbUser: str
|
|
1163
|
+
DbName: NotRequired[str]
|
|
1164
|
+
ClusterIdentifier: NotRequired[str]
|
|
1165
|
+
DurationSeconds: NotRequired[int]
|
|
1166
|
+
AutoCreate: NotRequired[bool]
|
|
1167
|
+
DbGroups: NotRequired[Sequence[str]]
|
|
1168
|
+
CustomDomainName: NotRequired[str]
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
class GetClusterCredentialsWithIAMMessageRequestTypeDef(TypedDict):
|
|
1172
|
+
DbName: NotRequired[str]
|
|
1173
|
+
ClusterIdentifier: NotRequired[str]
|
|
1174
|
+
DurationSeconds: NotRequired[int]
|
|
1175
|
+
CustomDomainName: NotRequired[str]
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
class GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef(TypedDict):
|
|
1179
|
+
ActionType: ReservedNodeExchangeActionTypeType
|
|
1180
|
+
ClusterIdentifier: NotRequired[str]
|
|
1181
|
+
SnapshotIdentifier: NotRequired[str]
|
|
1182
|
+
MaxRecords: NotRequired[int]
|
|
1183
|
+
Marker: NotRequired[str]
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
class GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef(TypedDict):
|
|
1187
|
+
ReservedNodeId: str
|
|
1188
|
+
MaxRecords: NotRequired[int]
|
|
1189
|
+
Marker: NotRequired[str]
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
class GetResourcePolicyMessageRequestTypeDef(TypedDict):
|
|
1193
|
+
ResourceArn: str
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
class ResourcePolicyTypeDef(TypedDict):
|
|
1197
|
+
ResourceArn: NotRequired[str]
|
|
1198
|
+
Policy: NotRequired[str]
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
class IntegrationErrorTypeDef(TypedDict):
|
|
1202
|
+
ErrorCode: str
|
|
1203
|
+
ErrorMessage: NotRequired[str]
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
class LakeFormationQueryTypeDef(TypedDict):
|
|
1207
|
+
Authorization: ServiceAuthorizationType
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
class ListRecommendationsMessageRequestTypeDef(TypedDict):
|
|
1211
|
+
ClusterIdentifier: NotRequired[str]
|
|
1212
|
+
NamespaceArn: NotRequired[str]
|
|
1213
|
+
MaxRecords: NotRequired[int]
|
|
1214
|
+
Marker: NotRequired[str]
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
class ModifyAquaInputMessageRequestTypeDef(TypedDict):
|
|
1218
|
+
ClusterIdentifier: str
|
|
1219
|
+
AquaConfigurationStatus: NotRequired[AquaConfigurationStatusType]
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
class ModifyAuthenticationProfileMessageRequestTypeDef(TypedDict):
|
|
1223
|
+
AuthenticationProfileName: str
|
|
1224
|
+
AuthenticationProfileContent: str
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
class ModifyClusterDbRevisionMessageRequestTypeDef(TypedDict):
|
|
1228
|
+
ClusterIdentifier: str
|
|
1229
|
+
RevisionTarget: str
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
class ModifyClusterIamRolesMessageRequestTypeDef(TypedDict):
|
|
1233
|
+
ClusterIdentifier: str
|
|
1234
|
+
AddIamRoles: NotRequired[Sequence[str]]
|
|
1235
|
+
RemoveIamRoles: NotRequired[Sequence[str]]
|
|
1236
|
+
DefaultIamRoleArn: NotRequired[str]
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
class ModifyClusterMessageRequestTypeDef(TypedDict):
|
|
1240
|
+
ClusterIdentifier: str
|
|
1241
|
+
ClusterType: NotRequired[str]
|
|
1242
|
+
NodeType: NotRequired[str]
|
|
1243
|
+
NumberOfNodes: NotRequired[int]
|
|
1244
|
+
ClusterSecurityGroups: NotRequired[Sequence[str]]
|
|
1245
|
+
VpcSecurityGroupIds: NotRequired[Sequence[str]]
|
|
1246
|
+
MasterUserPassword: NotRequired[str]
|
|
1247
|
+
ClusterParameterGroupName: NotRequired[str]
|
|
1248
|
+
AutomatedSnapshotRetentionPeriod: NotRequired[int]
|
|
1249
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1250
|
+
PreferredMaintenanceWindow: NotRequired[str]
|
|
1251
|
+
ClusterVersion: NotRequired[str]
|
|
1252
|
+
AllowVersionUpgrade: NotRequired[bool]
|
|
1253
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
1254
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
1255
|
+
NewClusterIdentifier: NotRequired[str]
|
|
1256
|
+
PubliclyAccessible: NotRequired[bool]
|
|
1257
|
+
ElasticIp: NotRequired[str]
|
|
1258
|
+
EnhancedVpcRouting: NotRequired[bool]
|
|
1259
|
+
MaintenanceTrackName: NotRequired[str]
|
|
1260
|
+
Encrypted: NotRequired[bool]
|
|
1261
|
+
KmsKeyId: NotRequired[str]
|
|
1262
|
+
AvailabilityZoneRelocation: NotRequired[bool]
|
|
1263
|
+
AvailabilityZone: NotRequired[str]
|
|
1264
|
+
Port: NotRequired[int]
|
|
1265
|
+
ManageMasterPassword: NotRequired[bool]
|
|
1266
|
+
MasterPasswordSecretKmsKeyId: NotRequired[str]
|
|
1267
|
+
IpAddressType: NotRequired[str]
|
|
1268
|
+
MultiAZ: NotRequired[bool]
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
class ModifyClusterSnapshotMessageRequestTypeDef(TypedDict):
|
|
1272
|
+
SnapshotIdentifier: str
|
|
1273
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1274
|
+
Force: NotRequired[bool]
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
class ModifyClusterSnapshotScheduleMessageRequestTypeDef(TypedDict):
|
|
1278
|
+
ClusterIdentifier: str
|
|
1279
|
+
ScheduleIdentifier: NotRequired[str]
|
|
1280
|
+
DisassociateSchedule: NotRequired[bool]
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
class ModifyClusterSubnetGroupMessageRequestTypeDef(TypedDict):
|
|
1284
|
+
ClusterSubnetGroupName: str
|
|
1285
|
+
SubnetIds: Sequence[str]
|
|
1286
|
+
Description: NotRequired[str]
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
class ModifyCustomDomainAssociationMessageRequestTypeDef(TypedDict):
|
|
1290
|
+
CustomDomainName: str
|
|
1291
|
+
CustomDomainCertificateArn: str
|
|
1292
|
+
ClusterIdentifier: str
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
class ModifyEndpointAccessMessageRequestTypeDef(TypedDict):
|
|
1296
|
+
EndpointName: str
|
|
1297
|
+
VpcSecurityGroupIds: NotRequired[Sequence[str]]
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
class ModifyEventSubscriptionMessageRequestTypeDef(TypedDict):
|
|
1301
|
+
SubscriptionName: str
|
|
1302
|
+
SnsTopicArn: NotRequired[str]
|
|
1303
|
+
SourceType: NotRequired[str]
|
|
1304
|
+
SourceIds: NotRequired[Sequence[str]]
|
|
1305
|
+
EventCategories: NotRequired[Sequence[str]]
|
|
1306
|
+
Severity: NotRequired[str]
|
|
1307
|
+
Enabled: NotRequired[bool]
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
class ModifyIntegrationMessageRequestTypeDef(TypedDict):
|
|
1311
|
+
IntegrationArn: str
|
|
1312
|
+
Description: NotRequired[str]
|
|
1313
|
+
IntegrationName: NotRequired[str]
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
class ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef(TypedDict):
|
|
1317
|
+
ClusterIdentifier: str
|
|
1318
|
+
RetentionPeriod: int
|
|
1319
|
+
Manual: NotRequired[bool]
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
class ModifySnapshotScheduleMessageRequestTypeDef(TypedDict):
|
|
1323
|
+
ScheduleIdentifier: str
|
|
1324
|
+
ScheduleDefinitions: Sequence[str]
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
class ModifyUsageLimitMessageRequestTypeDef(TypedDict):
|
|
1328
|
+
UsageLimitId: str
|
|
1329
|
+
Amount: NotRequired[int]
|
|
1330
|
+
BreachAction: NotRequired[UsageLimitBreachActionType]
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
class NetworkInterfaceTypeDef(TypedDict):
|
|
1334
|
+
NetworkInterfaceId: NotRequired[str]
|
|
1335
|
+
SubnetId: NotRequired[str]
|
|
1336
|
+
PrivateIpAddress: NotRequired[str]
|
|
1337
|
+
AvailabilityZone: NotRequired[str]
|
|
1338
|
+
Ipv6Address: NotRequired[str]
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
class NodeConfigurationOptionTypeDef(TypedDict):
|
|
1342
|
+
NodeType: NotRequired[str]
|
|
1343
|
+
NumberOfNodes: NotRequired[int]
|
|
1344
|
+
EstimatedDiskUtilizationPercent: NotRequired[float]
|
|
1345
|
+
Mode: NotRequired[ModeType]
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
class PartnerIntegrationInputMessageRequestTypeDef(TypedDict):
|
|
1349
|
+
AccountId: str
|
|
1350
|
+
ClusterIdentifier: str
|
|
1351
|
+
DatabaseName: str
|
|
1352
|
+
PartnerName: str
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
class PauseClusterMessageRequestTypeDef(TypedDict):
|
|
1356
|
+
ClusterIdentifier: str
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
class PauseClusterMessageTypeDef(TypedDict):
|
|
1360
|
+
ClusterIdentifier: str
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
class PurchaseReservedNodeOfferingMessageRequestTypeDef(TypedDict):
|
|
1364
|
+
ReservedNodeOfferingId: str
|
|
1365
|
+
NodeCount: NotRequired[int]
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
class PutResourcePolicyMessageRequestTypeDef(TypedDict):
|
|
1369
|
+
ResourceArn: str
|
|
1370
|
+
Policy: str
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
class ReadWriteAccessTypeDef(TypedDict):
|
|
1374
|
+
Authorization: ServiceAuthorizationType
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
class RebootClusterMessageRequestTypeDef(TypedDict):
|
|
1378
|
+
ClusterIdentifier: str
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
RecommendedActionTypeDef = TypedDict(
|
|
1382
|
+
"RecommendedActionTypeDef",
|
|
1383
|
+
{
|
|
1384
|
+
"Text": NotRequired[str],
|
|
1385
|
+
"Database": NotRequired[str],
|
|
1386
|
+
"Command": NotRequired[str],
|
|
1387
|
+
"Type": NotRequired[RecommendedActionTypeType],
|
|
1388
|
+
},
|
|
1389
|
+
)
|
|
1390
|
+
ReferenceLinkTypeDef = TypedDict(
|
|
1391
|
+
"ReferenceLinkTypeDef",
|
|
1392
|
+
{
|
|
1393
|
+
"Text": NotRequired[str],
|
|
1394
|
+
"Link": NotRequired[str],
|
|
1395
|
+
},
|
|
1396
|
+
)
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
class RecurringChargeTypeDef(TypedDict):
|
|
1400
|
+
RecurringChargeAmount: NotRequired[float]
|
|
1401
|
+
RecurringChargeFrequency: NotRequired[str]
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
class RejectDataShareMessageRequestTypeDef(TypedDict):
|
|
1405
|
+
DataShareArn: str
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
class ResizeClusterMessageRequestTypeDef(TypedDict):
|
|
1409
|
+
ClusterIdentifier: str
|
|
1410
|
+
ClusterType: NotRequired[str]
|
|
1411
|
+
NodeType: NotRequired[str]
|
|
1412
|
+
NumberOfNodes: NotRequired[int]
|
|
1413
|
+
Classic: NotRequired[bool]
|
|
1414
|
+
ReservedNodeId: NotRequired[str]
|
|
1415
|
+
TargetReservedNodeOfferingId: NotRequired[str]
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
class ResizeClusterMessageTypeDef(TypedDict):
|
|
1419
|
+
ClusterIdentifier: str
|
|
1420
|
+
ClusterType: NotRequired[str]
|
|
1421
|
+
NodeType: NotRequired[str]
|
|
1422
|
+
NumberOfNodes: NotRequired[int]
|
|
1423
|
+
Classic: NotRequired[bool]
|
|
1424
|
+
ReservedNodeId: NotRequired[str]
|
|
1425
|
+
TargetReservedNodeOfferingId: NotRequired[str]
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
class RestoreFromClusterSnapshotMessageRequestTypeDef(TypedDict):
|
|
1429
|
+
ClusterIdentifier: str
|
|
1430
|
+
SnapshotIdentifier: NotRequired[str]
|
|
1431
|
+
SnapshotArn: NotRequired[str]
|
|
1432
|
+
SnapshotClusterIdentifier: NotRequired[str]
|
|
1433
|
+
Port: NotRequired[int]
|
|
1434
|
+
AvailabilityZone: NotRequired[str]
|
|
1435
|
+
AllowVersionUpgrade: NotRequired[bool]
|
|
1436
|
+
ClusterSubnetGroupName: NotRequired[str]
|
|
1437
|
+
PubliclyAccessible: NotRequired[bool]
|
|
1438
|
+
OwnerAccount: NotRequired[str]
|
|
1439
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
1440
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
1441
|
+
ElasticIp: NotRequired[str]
|
|
1442
|
+
ClusterParameterGroupName: NotRequired[str]
|
|
1443
|
+
ClusterSecurityGroups: NotRequired[Sequence[str]]
|
|
1444
|
+
VpcSecurityGroupIds: NotRequired[Sequence[str]]
|
|
1445
|
+
PreferredMaintenanceWindow: NotRequired[str]
|
|
1446
|
+
AutomatedSnapshotRetentionPeriod: NotRequired[int]
|
|
1447
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1448
|
+
KmsKeyId: NotRequired[str]
|
|
1449
|
+
NodeType: NotRequired[str]
|
|
1450
|
+
EnhancedVpcRouting: NotRequired[bool]
|
|
1451
|
+
AdditionalInfo: NotRequired[str]
|
|
1452
|
+
IamRoles: NotRequired[Sequence[str]]
|
|
1453
|
+
MaintenanceTrackName: NotRequired[str]
|
|
1454
|
+
SnapshotScheduleIdentifier: NotRequired[str]
|
|
1455
|
+
NumberOfNodes: NotRequired[int]
|
|
1456
|
+
AvailabilityZoneRelocation: NotRequired[bool]
|
|
1457
|
+
AquaConfigurationStatus: NotRequired[AquaConfigurationStatusType]
|
|
1458
|
+
DefaultIamRoleArn: NotRequired[str]
|
|
1459
|
+
ReservedNodeId: NotRequired[str]
|
|
1460
|
+
TargetReservedNodeOfferingId: NotRequired[str]
|
|
1461
|
+
Encrypted: NotRequired[bool]
|
|
1462
|
+
ManageMasterPassword: NotRequired[bool]
|
|
1463
|
+
MasterPasswordSecretKmsKeyId: NotRequired[str]
|
|
1464
|
+
IpAddressType: NotRequired[str]
|
|
1465
|
+
MultiAZ: NotRequired[bool]
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
class RestoreTableFromClusterSnapshotMessageRequestTypeDef(TypedDict):
|
|
1469
|
+
ClusterIdentifier: str
|
|
1470
|
+
SnapshotIdentifier: str
|
|
1471
|
+
SourceDatabaseName: str
|
|
1472
|
+
SourceTableName: str
|
|
1473
|
+
NewTableName: str
|
|
1474
|
+
SourceSchemaName: NotRequired[str]
|
|
1475
|
+
TargetDatabaseName: NotRequired[str]
|
|
1476
|
+
TargetSchemaName: NotRequired[str]
|
|
1477
|
+
EnableCaseSensitiveIdentifier: NotRequired[bool]
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
class TableRestoreStatusTypeDef(TypedDict):
|
|
1481
|
+
TableRestoreRequestId: NotRequired[str]
|
|
1482
|
+
Status: NotRequired[TableRestoreStatusTypeType]
|
|
1483
|
+
Message: NotRequired[str]
|
|
1484
|
+
RequestTime: NotRequired[datetime]
|
|
1485
|
+
ProgressInMegaBytes: NotRequired[int]
|
|
1486
|
+
TotalDataInMegaBytes: NotRequired[int]
|
|
1487
|
+
ClusterIdentifier: NotRequired[str]
|
|
1488
|
+
SnapshotIdentifier: NotRequired[str]
|
|
1489
|
+
SourceDatabaseName: NotRequired[str]
|
|
1490
|
+
SourceSchemaName: NotRequired[str]
|
|
1491
|
+
SourceTableName: NotRequired[str]
|
|
1492
|
+
TargetDatabaseName: NotRequired[str]
|
|
1493
|
+
TargetSchemaName: NotRequired[str]
|
|
1494
|
+
NewTableName: NotRequired[str]
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
class ResumeClusterMessageRequestTypeDef(TypedDict):
|
|
1498
|
+
ClusterIdentifier: str
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
class ResumeClusterMessageTypeDef(TypedDict):
|
|
1502
|
+
ClusterIdentifier: str
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
class RevokeClusterSecurityGroupIngressMessageRequestTypeDef(TypedDict):
|
|
1506
|
+
ClusterSecurityGroupName: str
|
|
1507
|
+
CIDRIP: NotRequired[str]
|
|
1508
|
+
EC2SecurityGroupName: NotRequired[str]
|
|
1509
|
+
EC2SecurityGroupOwnerId: NotRequired[str]
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
class RevokeEndpointAccessMessageRequestTypeDef(TypedDict):
|
|
1513
|
+
ClusterIdentifier: NotRequired[str]
|
|
1514
|
+
Account: NotRequired[str]
|
|
1515
|
+
VpcIds: NotRequired[Sequence[str]]
|
|
1516
|
+
Force: NotRequired[bool]
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
class RevokeSnapshotAccessMessageRequestTypeDef(TypedDict):
|
|
1520
|
+
AccountWithRestoreAccess: str
|
|
1521
|
+
SnapshotIdentifier: NotRequired[str]
|
|
1522
|
+
SnapshotArn: NotRequired[str]
|
|
1523
|
+
SnapshotClusterIdentifier: NotRequired[str]
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
class RotateEncryptionKeyMessageRequestTypeDef(TypedDict):
|
|
1527
|
+
ClusterIdentifier: str
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
class SupportedOperationTypeDef(TypedDict):
|
|
1531
|
+
OperationName: NotRequired[str]
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
class UpdatePartnerStatusInputMessageRequestTypeDef(TypedDict):
|
|
1535
|
+
AccountId: str
|
|
1536
|
+
ClusterIdentifier: str
|
|
1537
|
+
DatabaseName: str
|
|
1538
|
+
PartnerName: str
|
|
1539
|
+
Status: PartnerIntegrationStatusType
|
|
1540
|
+
StatusMessage: NotRequired[str]
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
class ClusterCredentialsTypeDef(TypedDict):
|
|
1544
|
+
DbUser: str
|
|
1545
|
+
DbPassword: str
|
|
1546
|
+
Expiration: datetime
|
|
1547
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
class ClusterExtendedCredentialsTypeDef(TypedDict):
|
|
1551
|
+
DbUser: str
|
|
1552
|
+
DbPassword: str
|
|
1553
|
+
Expiration: datetime
|
|
1554
|
+
NextRefreshTime: datetime
|
|
1555
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
class ClusterParameterGroupNameMessageTypeDef(TypedDict):
|
|
1559
|
+
ParameterGroupName: str
|
|
1560
|
+
ParameterGroupStatus: str
|
|
1561
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
class CreateAuthenticationProfileResultTypeDef(TypedDict):
|
|
1565
|
+
AuthenticationProfileName: str
|
|
1566
|
+
AuthenticationProfileContent: str
|
|
1567
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
class CreateCustomDomainAssociationResultTypeDef(TypedDict):
|
|
1571
|
+
CustomDomainName: str
|
|
1572
|
+
CustomDomainCertificateArn: str
|
|
1573
|
+
ClusterIdentifier: str
|
|
1574
|
+
CustomDomainCertExpiryTime: str
|
|
1575
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
class CustomerStorageMessageTypeDef(TypedDict):
|
|
1579
|
+
TotalBackupSizeInMegaBytes: float
|
|
1580
|
+
TotalProvisionedStorageInMegaBytes: float
|
|
1581
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
class DeleteAuthenticationProfileResultTypeDef(TypedDict):
|
|
1585
|
+
AuthenticationProfileName: str
|
|
1586
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
class EmptyResponseMetadataTypeDef(TypedDict):
|
|
1590
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
class EndpointAuthorizationResponseTypeDef(TypedDict):
|
|
1594
|
+
Grantor: str
|
|
1595
|
+
Grantee: str
|
|
1596
|
+
ClusterIdentifier: str
|
|
1597
|
+
AuthorizeTime: datetime
|
|
1598
|
+
ClusterStatus: str
|
|
1599
|
+
Status: AuthorizationStatusType
|
|
1600
|
+
AllowedAllVPCs: bool
|
|
1601
|
+
AllowedVPCs: List[str]
|
|
1602
|
+
EndpointCount: int
|
|
1603
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
class LoggingStatusTypeDef(TypedDict):
|
|
1607
|
+
LoggingEnabled: bool
|
|
1608
|
+
BucketName: str
|
|
1609
|
+
S3KeyPrefix: str
|
|
1610
|
+
LastSuccessfulDeliveryTime: datetime
|
|
1611
|
+
LastFailureTime: datetime
|
|
1612
|
+
LastFailureMessage: str
|
|
1613
|
+
LogDestinationType: LogDestinationTypeType
|
|
1614
|
+
LogExports: List[str]
|
|
1615
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
class ModifyAuthenticationProfileResultTypeDef(TypedDict):
|
|
1619
|
+
AuthenticationProfileName: str
|
|
1620
|
+
AuthenticationProfileContent: str
|
|
1621
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
class ModifyCustomDomainAssociationResultTypeDef(TypedDict):
|
|
1625
|
+
CustomDomainName: str
|
|
1626
|
+
CustomDomainCertificateArn: str
|
|
1627
|
+
ClusterIdentifier: str
|
|
1628
|
+
CustomDomainCertExpiryTime: str
|
|
1629
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
class PartnerIntegrationOutputMessageTypeDef(TypedDict):
|
|
1633
|
+
DatabaseName: str
|
|
1634
|
+
PartnerName: str
|
|
1635
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
class ResizeProgressMessageTypeDef(TypedDict):
|
|
1639
|
+
TargetNodeType: str
|
|
1640
|
+
TargetNumberOfNodes: int
|
|
1641
|
+
TargetClusterType: str
|
|
1642
|
+
Status: str
|
|
1643
|
+
ImportTablesCompleted: List[str]
|
|
1644
|
+
ImportTablesInProgress: List[str]
|
|
1645
|
+
ImportTablesNotStarted: List[str]
|
|
1646
|
+
AvgResizeRateInMegaBytesPerSecond: float
|
|
1647
|
+
TotalResizeDataInMegaBytes: int
|
|
1648
|
+
ProgressInMegaBytes: int
|
|
1649
|
+
ElapsedTimeInSeconds: int
|
|
1650
|
+
EstimatedTimeToCompletionInSeconds: int
|
|
1651
|
+
ResizeType: str
|
|
1652
|
+
Message: str
|
|
1653
|
+
TargetEncryptionType: str
|
|
1654
|
+
DataTransferProgressPercent: float
|
|
1655
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
class AccountAttributeTypeDef(TypedDict):
|
|
1659
|
+
AttributeName: NotRequired[str]
|
|
1660
|
+
AttributeValues: NotRequired[List[AttributeValueTargetTypeDef]]
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
class ModifyAquaOutputMessageTypeDef(TypedDict):
|
|
1664
|
+
AquaConfiguration: AquaConfigurationTypeDef
|
|
1665
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
class AssociationTypeDef(TypedDict):
|
|
1669
|
+
CustomDomainCertificateArn: NotRequired[str]
|
|
1670
|
+
CustomDomainCertificateExpiryDate: NotRequired[datetime]
|
|
1671
|
+
CertificateAssociations: NotRequired[List[CertificateAssociationTypeDef]]
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
class DescribeAuthenticationProfilesResultTypeDef(TypedDict):
|
|
1675
|
+
AuthenticationProfiles: List[AuthenticationProfileTypeDef]
|
|
1676
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
AuthorizedTokenIssuerUnionTypeDef = Union[
|
|
1680
|
+
AuthorizedTokenIssuerTypeDef, AuthorizedTokenIssuerOutputTypeDef
|
|
1681
|
+
]
|
|
1682
|
+
|
|
1683
|
+
|
|
1684
|
+
class AvailabilityZoneTypeDef(TypedDict):
|
|
1685
|
+
Name: NotRequired[str]
|
|
1686
|
+
SupportedPlatforms: NotRequired[List[SupportedPlatformTypeDef]]
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
class BatchDeleteClusterSnapshotsRequestRequestTypeDef(TypedDict):
|
|
1690
|
+
Identifiers: Sequence[DeleteClusterSnapshotMessageTypeDef]
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
class BatchDeleteClusterSnapshotsResultTypeDef(TypedDict):
|
|
1694
|
+
Resources: List[str]
|
|
1695
|
+
Errors: List[SnapshotErrorMessageTypeDef]
|
|
1696
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
class BatchModifyClusterSnapshotsOutputMessageTypeDef(TypedDict):
|
|
1700
|
+
Resources: List[str]
|
|
1701
|
+
Errors: List[SnapshotErrorMessageTypeDef]
|
|
1702
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
class ClusterDbRevisionTypeDef(TypedDict):
|
|
1706
|
+
ClusterIdentifier: NotRequired[str]
|
|
1707
|
+
CurrentDatabaseRevision: NotRequired[str]
|
|
1708
|
+
DatabaseRevisionReleaseDate: NotRequired[datetime]
|
|
1709
|
+
RevisionTargets: NotRequired[List[RevisionTargetTypeDef]]
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
class SecondaryClusterInfoTypeDef(TypedDict):
|
|
1713
|
+
AvailabilityZone: NotRequired[str]
|
|
1714
|
+
ClusterNodes: NotRequired[List[ClusterNodeTypeDef]]
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
class ClusterParameterGroupDetailsTypeDef(TypedDict):
|
|
1718
|
+
Parameters: List[ParameterTypeDef]
|
|
1719
|
+
Marker: str
|
|
1720
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
class DefaultClusterParametersTypeDef(TypedDict):
|
|
1724
|
+
ParameterGroupFamily: NotRequired[str]
|
|
1725
|
+
Marker: NotRequired[str]
|
|
1726
|
+
Parameters: NotRequired[List[ParameterTypeDef]]
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
class ModifyClusterParameterGroupMessageRequestTypeDef(TypedDict):
|
|
1730
|
+
ParameterGroupName: str
|
|
1731
|
+
Parameters: Sequence[ParameterTypeDef]
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
class ResetClusterParameterGroupMessageRequestTypeDef(TypedDict):
|
|
1735
|
+
ParameterGroupName: str
|
|
1736
|
+
ResetAllParameters: NotRequired[bool]
|
|
1737
|
+
Parameters: NotRequired[Sequence[ParameterTypeDef]]
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
class ClusterParameterGroupStatusTypeDef(TypedDict):
|
|
1741
|
+
ParameterGroupName: NotRequired[str]
|
|
1742
|
+
ParameterApplyStatus: NotRequired[str]
|
|
1743
|
+
ClusterParameterStatusList: NotRequired[List[ClusterParameterStatusTypeDef]]
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
class ClusterParameterGroupTypeDef(TypedDict):
|
|
1747
|
+
ParameterGroupName: NotRequired[str]
|
|
1748
|
+
ParameterGroupFamily: NotRequired[str]
|
|
1749
|
+
Description: NotRequired[str]
|
|
1750
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
class CreateClusterMessageRequestTypeDef(TypedDict):
|
|
1754
|
+
ClusterIdentifier: str
|
|
1755
|
+
NodeType: str
|
|
1756
|
+
MasterUsername: str
|
|
1757
|
+
DBName: NotRequired[str]
|
|
1758
|
+
ClusterType: NotRequired[str]
|
|
1759
|
+
MasterUserPassword: NotRequired[str]
|
|
1760
|
+
ClusterSecurityGroups: NotRequired[Sequence[str]]
|
|
1761
|
+
VpcSecurityGroupIds: NotRequired[Sequence[str]]
|
|
1762
|
+
ClusterSubnetGroupName: NotRequired[str]
|
|
1763
|
+
AvailabilityZone: NotRequired[str]
|
|
1764
|
+
PreferredMaintenanceWindow: NotRequired[str]
|
|
1765
|
+
ClusterParameterGroupName: NotRequired[str]
|
|
1766
|
+
AutomatedSnapshotRetentionPeriod: NotRequired[int]
|
|
1767
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1768
|
+
Port: NotRequired[int]
|
|
1769
|
+
ClusterVersion: NotRequired[str]
|
|
1770
|
+
AllowVersionUpgrade: NotRequired[bool]
|
|
1771
|
+
NumberOfNodes: NotRequired[int]
|
|
1772
|
+
PubliclyAccessible: NotRequired[bool]
|
|
1773
|
+
Encrypted: NotRequired[bool]
|
|
1774
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
1775
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
1776
|
+
ElasticIp: NotRequired[str]
|
|
1777
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1778
|
+
KmsKeyId: NotRequired[str]
|
|
1779
|
+
EnhancedVpcRouting: NotRequired[bool]
|
|
1780
|
+
AdditionalInfo: NotRequired[str]
|
|
1781
|
+
IamRoles: NotRequired[Sequence[str]]
|
|
1782
|
+
MaintenanceTrackName: NotRequired[str]
|
|
1783
|
+
SnapshotScheduleIdentifier: NotRequired[str]
|
|
1784
|
+
AvailabilityZoneRelocation: NotRequired[bool]
|
|
1785
|
+
AquaConfigurationStatus: NotRequired[AquaConfigurationStatusType]
|
|
1786
|
+
DefaultIamRoleArn: NotRequired[str]
|
|
1787
|
+
LoadSampleData: NotRequired[str]
|
|
1788
|
+
ManageMasterPassword: NotRequired[bool]
|
|
1789
|
+
MasterPasswordSecretKmsKeyId: NotRequired[str]
|
|
1790
|
+
IpAddressType: NotRequired[str]
|
|
1791
|
+
MultiAZ: NotRequired[bool]
|
|
1792
|
+
RedshiftIdcApplicationArn: NotRequired[str]
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
class CreateClusterParameterGroupMessageRequestTypeDef(TypedDict):
|
|
1796
|
+
ParameterGroupName: str
|
|
1797
|
+
ParameterGroupFamily: str
|
|
1798
|
+
Description: str
|
|
1799
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
class CreateClusterSecurityGroupMessageRequestTypeDef(TypedDict):
|
|
1803
|
+
ClusterSecurityGroupName: str
|
|
1804
|
+
Description: str
|
|
1805
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
class CreateClusterSnapshotMessageRequestTypeDef(TypedDict):
|
|
1809
|
+
SnapshotIdentifier: str
|
|
1810
|
+
ClusterIdentifier: str
|
|
1811
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1812
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
class CreateClusterSubnetGroupMessageRequestTypeDef(TypedDict):
|
|
1816
|
+
ClusterSubnetGroupName: str
|
|
1817
|
+
Description: str
|
|
1818
|
+
SubnetIds: Sequence[str]
|
|
1819
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
class CreateEventSubscriptionMessageRequestTypeDef(TypedDict):
|
|
1823
|
+
SubscriptionName: str
|
|
1824
|
+
SnsTopicArn: str
|
|
1825
|
+
SourceType: NotRequired[str]
|
|
1826
|
+
SourceIds: NotRequired[Sequence[str]]
|
|
1827
|
+
EventCategories: NotRequired[Sequence[str]]
|
|
1828
|
+
Severity: NotRequired[str]
|
|
1829
|
+
Enabled: NotRequired[bool]
|
|
1830
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
class CreateHsmClientCertificateMessageRequestTypeDef(TypedDict):
|
|
1834
|
+
HsmClientCertificateIdentifier: str
|
|
1835
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
class CreateHsmConfigurationMessageRequestTypeDef(TypedDict):
|
|
1839
|
+
HsmConfigurationIdentifier: str
|
|
1840
|
+
Description: str
|
|
1841
|
+
HsmIpAddress: str
|
|
1842
|
+
HsmPartitionName: str
|
|
1843
|
+
HsmPartitionPassword: str
|
|
1844
|
+
HsmServerPublicCertificate: str
|
|
1845
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
class CreateIntegrationMessageRequestTypeDef(TypedDict):
|
|
1849
|
+
SourceArn: str
|
|
1850
|
+
TargetArn: str
|
|
1851
|
+
IntegrationName: str
|
|
1852
|
+
KMSKeyId: NotRequired[str]
|
|
1853
|
+
TagList: NotRequired[Sequence[TagTypeDef]]
|
|
1854
|
+
AdditionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
1855
|
+
Description: NotRequired[str]
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
class CreateSnapshotCopyGrantMessageRequestTypeDef(TypedDict):
|
|
1859
|
+
SnapshotCopyGrantName: str
|
|
1860
|
+
KmsKeyId: NotRequired[str]
|
|
1861
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
class CreateSnapshotScheduleMessageRequestTypeDef(TypedDict):
|
|
1865
|
+
ScheduleDefinitions: NotRequired[Sequence[str]]
|
|
1866
|
+
ScheduleIdentifier: NotRequired[str]
|
|
1867
|
+
ScheduleDescription: NotRequired[str]
|
|
1868
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1869
|
+
DryRun: NotRequired[bool]
|
|
1870
|
+
NextInvocations: NotRequired[int]
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
class CreateTagsMessageRequestTypeDef(TypedDict):
|
|
1874
|
+
ResourceName: str
|
|
1875
|
+
Tags: Sequence[TagTypeDef]
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
class CreateUsageLimitMessageRequestTypeDef(TypedDict):
|
|
1879
|
+
ClusterIdentifier: str
|
|
1880
|
+
FeatureType: UsageLimitFeatureTypeType
|
|
1881
|
+
LimitType: UsageLimitLimitTypeType
|
|
1882
|
+
Amount: int
|
|
1883
|
+
Period: NotRequired[UsageLimitPeriodType]
|
|
1884
|
+
BreachAction: NotRequired[UsageLimitBreachActionType]
|
|
1885
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
class EC2SecurityGroupTypeDef(TypedDict):
|
|
1889
|
+
Status: NotRequired[str]
|
|
1890
|
+
EC2SecurityGroupName: NotRequired[str]
|
|
1891
|
+
EC2SecurityGroupOwnerId: NotRequired[str]
|
|
1892
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
class EventSubscriptionTypeDef(TypedDict):
|
|
1896
|
+
CustomerAwsId: NotRequired[str]
|
|
1897
|
+
CustSubscriptionId: NotRequired[str]
|
|
1898
|
+
SnsTopicArn: NotRequired[str]
|
|
1899
|
+
Status: NotRequired[str]
|
|
1900
|
+
SubscriptionCreationTime: NotRequired[datetime]
|
|
1901
|
+
SourceType: NotRequired[str]
|
|
1902
|
+
SourceIdsList: NotRequired[List[str]]
|
|
1903
|
+
EventCategoriesList: NotRequired[List[str]]
|
|
1904
|
+
Severity: NotRequired[str]
|
|
1905
|
+
Enabled: NotRequired[bool]
|
|
1906
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
class HsmClientCertificateTypeDef(TypedDict):
|
|
1910
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
1911
|
+
HsmClientCertificatePublicKey: NotRequired[str]
|
|
1912
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
class HsmConfigurationTypeDef(TypedDict):
|
|
1916
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
1917
|
+
Description: NotRequired[str]
|
|
1918
|
+
HsmIpAddress: NotRequired[str]
|
|
1919
|
+
HsmPartitionName: NotRequired[str]
|
|
1920
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
class IPRangeTypeDef(TypedDict):
|
|
1924
|
+
Status: NotRequired[str]
|
|
1925
|
+
CIDRIP: NotRequired[str]
|
|
1926
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
class SnapshotCopyGrantTypeDef(TypedDict):
|
|
1930
|
+
SnapshotCopyGrantName: NotRequired[str]
|
|
1931
|
+
KmsKeyId: NotRequired[str]
|
|
1932
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
class SnapshotScheduleResponseTypeDef(TypedDict):
|
|
1936
|
+
ScheduleDefinitions: List[str]
|
|
1937
|
+
ScheduleIdentifier: str
|
|
1938
|
+
ScheduleDescription: str
|
|
1939
|
+
Tags: List[TagTypeDef]
|
|
1940
|
+
NextInvocations: List[datetime]
|
|
1941
|
+
AssociatedClusterCount: int
|
|
1942
|
+
AssociatedClusters: List[ClusterAssociatedToScheduleTypeDef]
|
|
1943
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
class SnapshotScheduleTypeDef(TypedDict):
|
|
1947
|
+
ScheduleDefinitions: NotRequired[List[str]]
|
|
1948
|
+
ScheduleIdentifier: NotRequired[str]
|
|
1949
|
+
ScheduleDescription: NotRequired[str]
|
|
1950
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1951
|
+
NextInvocations: NotRequired[List[datetime]]
|
|
1952
|
+
AssociatedClusterCount: NotRequired[int]
|
|
1953
|
+
AssociatedClusters: NotRequired[List[ClusterAssociatedToScheduleTypeDef]]
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
class SnapshotTypeDef(TypedDict):
|
|
1957
|
+
SnapshotIdentifier: NotRequired[str]
|
|
1958
|
+
ClusterIdentifier: NotRequired[str]
|
|
1959
|
+
SnapshotCreateTime: NotRequired[datetime]
|
|
1960
|
+
Status: NotRequired[str]
|
|
1961
|
+
Port: NotRequired[int]
|
|
1962
|
+
AvailabilityZone: NotRequired[str]
|
|
1963
|
+
ClusterCreateTime: NotRequired[datetime]
|
|
1964
|
+
MasterUsername: NotRequired[str]
|
|
1965
|
+
ClusterVersion: NotRequired[str]
|
|
1966
|
+
EngineFullVersion: NotRequired[str]
|
|
1967
|
+
SnapshotType: NotRequired[str]
|
|
1968
|
+
NodeType: NotRequired[str]
|
|
1969
|
+
NumberOfNodes: NotRequired[int]
|
|
1970
|
+
DBName: NotRequired[str]
|
|
1971
|
+
VpcId: NotRequired[str]
|
|
1972
|
+
Encrypted: NotRequired[bool]
|
|
1973
|
+
KmsKeyId: NotRequired[str]
|
|
1974
|
+
EncryptedWithHSM: NotRequired[bool]
|
|
1975
|
+
AccountsWithRestoreAccess: NotRequired[List[AccountWithRestoreAccessTypeDef]]
|
|
1976
|
+
OwnerAccount: NotRequired[str]
|
|
1977
|
+
TotalBackupSizeInMegaBytes: NotRequired[float]
|
|
1978
|
+
ActualIncrementalBackupSizeInMegaBytes: NotRequired[float]
|
|
1979
|
+
BackupProgressInMegaBytes: NotRequired[float]
|
|
1980
|
+
CurrentBackupRateInMegaBytesPerSecond: NotRequired[float]
|
|
1981
|
+
EstimatedSecondsToCompletion: NotRequired[int]
|
|
1982
|
+
ElapsedTimeInSeconds: NotRequired[int]
|
|
1983
|
+
SourceRegion: NotRequired[str]
|
|
1984
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
1985
|
+
RestorableNodeTypes: NotRequired[List[str]]
|
|
1986
|
+
EnhancedVpcRouting: NotRequired[bool]
|
|
1987
|
+
MaintenanceTrackName: NotRequired[str]
|
|
1988
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
1989
|
+
ManualSnapshotRemainingDays: NotRequired[int]
|
|
1990
|
+
SnapshotRetentionStartTime: NotRequired[datetime]
|
|
1991
|
+
MasterPasswordSecretArn: NotRequired[str]
|
|
1992
|
+
MasterPasswordSecretKmsKeyId: NotRequired[str]
|
|
1993
|
+
SnapshotArn: NotRequired[str]
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
class TaggedResourceTypeDef(TypedDict):
|
|
1997
|
+
Tag: NotRequired[TagTypeDef]
|
|
1998
|
+
ResourceName: NotRequired[str]
|
|
1999
|
+
ResourceType: NotRequired[str]
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
class UsageLimitResponseTypeDef(TypedDict):
|
|
2003
|
+
UsageLimitId: str
|
|
2004
|
+
ClusterIdentifier: str
|
|
2005
|
+
FeatureType: UsageLimitFeatureTypeType
|
|
2006
|
+
LimitType: UsageLimitLimitTypeType
|
|
2007
|
+
Amount: int
|
|
2008
|
+
Period: UsageLimitPeriodType
|
|
2009
|
+
BreachAction: UsageLimitBreachActionType
|
|
2010
|
+
Tags: List[TagTypeDef]
|
|
2011
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
class UsageLimitTypeDef(TypedDict):
|
|
2015
|
+
UsageLimitId: NotRequired[str]
|
|
2016
|
+
ClusterIdentifier: NotRequired[str]
|
|
2017
|
+
FeatureType: NotRequired[UsageLimitFeatureTypeType]
|
|
2018
|
+
LimitType: NotRequired[UsageLimitLimitTypeType]
|
|
2019
|
+
Amount: NotRequired[int]
|
|
2020
|
+
Period: NotRequired[UsageLimitPeriodType]
|
|
2021
|
+
BreachAction: NotRequired[UsageLimitBreachActionType]
|
|
2022
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
class DescribeReservedNodeExchangeStatusOutputMessageTypeDef(TypedDict):
|
|
2026
|
+
ReservedNodeExchangeStatusDetails: List[ReservedNodeExchangeStatusTypeDef]
|
|
2027
|
+
Marker: str
|
|
2028
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
class ClusterVersionsMessageTypeDef(TypedDict):
|
|
2032
|
+
Marker: str
|
|
2033
|
+
ClusterVersions: List[ClusterVersionTypeDef]
|
|
2034
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
class DescribeEventsMessageRequestTypeDef(TypedDict):
|
|
2038
|
+
SourceIdentifier: NotRequired[str]
|
|
2039
|
+
SourceType: NotRequired[SourceTypeType]
|
|
2040
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2041
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2042
|
+
Duration: NotRequired[int]
|
|
2043
|
+
MaxRecords: NotRequired[int]
|
|
2044
|
+
Marker: NotRequired[str]
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
class ModifyClusterMaintenanceMessageRequestTypeDef(TypedDict):
|
|
2048
|
+
ClusterIdentifier: str
|
|
2049
|
+
DeferMaintenance: NotRequired[bool]
|
|
2050
|
+
DeferMaintenanceIdentifier: NotRequired[str]
|
|
2051
|
+
DeferMaintenanceStartTime: NotRequired[TimestampTypeDef]
|
|
2052
|
+
DeferMaintenanceEndTime: NotRequired[TimestampTypeDef]
|
|
2053
|
+
DeferMaintenanceDuration: NotRequired[int]
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
class DataShareResponseTypeDef(TypedDict):
|
|
2057
|
+
DataShareArn: str
|
|
2058
|
+
ProducerArn: str
|
|
2059
|
+
AllowPubliclyAccessibleConsumers: bool
|
|
2060
|
+
DataShareAssociations: List[DataShareAssociationTypeDef]
|
|
2061
|
+
ManagedBy: str
|
|
2062
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2063
|
+
|
|
2064
|
+
|
|
2065
|
+
class DataShareTypeDef(TypedDict):
|
|
2066
|
+
DataShareArn: NotRequired[str]
|
|
2067
|
+
ProducerArn: NotRequired[str]
|
|
2068
|
+
AllowPubliclyAccessibleConsumers: NotRequired[bool]
|
|
2069
|
+
DataShareAssociations: NotRequired[List[DataShareAssociationTypeDef]]
|
|
2070
|
+
ManagedBy: NotRequired[str]
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
class DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef(TypedDict):
|
|
2074
|
+
ClusterIdentifier: NotRequired[str]
|
|
2075
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
class DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef(TypedDict):
|
|
2079
|
+
ParameterGroupName: NotRequired[str]
|
|
2080
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2081
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2082
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
class DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef(TypedDict):
|
|
2086
|
+
ParameterGroupName: str
|
|
2087
|
+
Source: NotRequired[str]
|
|
2088
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
class DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef(TypedDict):
|
|
2092
|
+
ClusterSecurityGroupName: NotRequired[str]
|
|
2093
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2094
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2095
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
class DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef(TypedDict):
|
|
2099
|
+
ClusterSubnetGroupName: NotRequired[str]
|
|
2100
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2101
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2102
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2103
|
+
|
|
2104
|
+
|
|
2105
|
+
class DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef(TypedDict):
|
|
2106
|
+
MaintenanceTrackName: NotRequired[str]
|
|
2107
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
class DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef(TypedDict):
|
|
2111
|
+
ClusterVersion: NotRequired[str]
|
|
2112
|
+
ClusterParameterGroupFamily: NotRequired[str]
|
|
2113
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
class DescribeClustersMessageDescribeClustersPaginateTypeDef(TypedDict):
|
|
2117
|
+
ClusterIdentifier: NotRequired[str]
|
|
2118
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2119
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2120
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
class DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef(
|
|
2124
|
+
TypedDict
|
|
2125
|
+
):
|
|
2126
|
+
CustomDomainName: NotRequired[str]
|
|
2127
|
+
CustomDomainCertificateArn: NotRequired[str]
|
|
2128
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
class DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef(TypedDict):
|
|
2132
|
+
ConsumerArn: NotRequired[str]
|
|
2133
|
+
Status: NotRequired[DataShareStatusForConsumerType]
|
|
2134
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
class DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef(TypedDict):
|
|
2138
|
+
ProducerArn: NotRequired[str]
|
|
2139
|
+
Status: NotRequired[DataShareStatusForProducerType]
|
|
2140
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2141
|
+
|
|
2142
|
+
|
|
2143
|
+
class DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef(TypedDict):
|
|
2144
|
+
DataShareArn: NotRequired[str]
|
|
2145
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
class DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef(
|
|
2149
|
+
TypedDict
|
|
2150
|
+
):
|
|
2151
|
+
ParameterGroupFamily: str
|
|
2152
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
class DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef(TypedDict):
|
|
2156
|
+
ClusterIdentifier: NotRequired[str]
|
|
2157
|
+
ResourceOwner: NotRequired[str]
|
|
2158
|
+
EndpointName: NotRequired[str]
|
|
2159
|
+
VpcId: NotRequired[str]
|
|
2160
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
class DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef(TypedDict):
|
|
2164
|
+
ClusterIdentifier: NotRequired[str]
|
|
2165
|
+
Account: NotRequired[str]
|
|
2166
|
+
Grantee: NotRequired[bool]
|
|
2167
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
class DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef(TypedDict):
|
|
2171
|
+
SubscriptionName: NotRequired[str]
|
|
2172
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2173
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2174
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
class DescribeEventsMessageDescribeEventsPaginateTypeDef(TypedDict):
|
|
2178
|
+
SourceIdentifier: NotRequired[str]
|
|
2179
|
+
SourceType: NotRequired[SourceTypeType]
|
|
2180
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2181
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2182
|
+
Duration: NotRequired[int]
|
|
2183
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
class DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef(TypedDict):
|
|
2187
|
+
HsmClientCertificateIdentifier: NotRequired[str]
|
|
2188
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2189
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2190
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
class DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef(TypedDict):
|
|
2194
|
+
HsmConfigurationIdentifier: NotRequired[str]
|
|
2195
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2196
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2197
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
class DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef(TypedDict):
|
|
2201
|
+
IntegrationArn: NotRequired[str]
|
|
2202
|
+
TargetArn: NotRequired[str]
|
|
2203
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
class DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef(
|
|
2207
|
+
TypedDict
|
|
2208
|
+
):
|
|
2209
|
+
ClusterVersion: NotRequired[str]
|
|
2210
|
+
NodeType: NotRequired[str]
|
|
2211
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
class DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef(
|
|
2215
|
+
TypedDict
|
|
2216
|
+
):
|
|
2217
|
+
RedshiftIdcApplicationArn: NotRequired[str]
|
|
2218
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
class DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef(
|
|
2222
|
+
TypedDict
|
|
2223
|
+
):
|
|
2224
|
+
ReservedNodeId: NotRequired[str]
|
|
2225
|
+
ReservedNodeExchangeRequestId: NotRequired[str]
|
|
2226
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
class DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef(TypedDict):
|
|
2230
|
+
ReservedNodeOfferingId: NotRequired[str]
|
|
2231
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
class DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef(TypedDict):
|
|
2235
|
+
ReservedNodeId: NotRequired[str]
|
|
2236
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
class DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef(TypedDict):
|
|
2240
|
+
SnapshotCopyGrantName: NotRequired[str]
|
|
2241
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2242
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2243
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
class DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef(TypedDict):
|
|
2247
|
+
ClusterIdentifier: NotRequired[str]
|
|
2248
|
+
ScheduleIdentifier: NotRequired[str]
|
|
2249
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2250
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2251
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
class DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef(TypedDict):
|
|
2255
|
+
ClusterIdentifier: NotRequired[str]
|
|
2256
|
+
TableRestoreRequestId: NotRequired[str]
|
|
2257
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
class DescribeTagsMessageDescribeTagsPaginateTypeDef(TypedDict):
|
|
2261
|
+
ResourceName: NotRequired[str]
|
|
2262
|
+
ResourceType: NotRequired[str]
|
|
2263
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2264
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2265
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
class DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef(TypedDict):
|
|
2269
|
+
UsageLimitId: NotRequired[str]
|
|
2270
|
+
ClusterIdentifier: NotRequired[str]
|
|
2271
|
+
FeatureType: NotRequired[UsageLimitFeatureTypeType]
|
|
2272
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2273
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2274
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
class GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef(
|
|
2278
|
+
TypedDict
|
|
2279
|
+
):
|
|
2280
|
+
ActionType: ReservedNodeExchangeActionTypeType
|
|
2281
|
+
ClusterIdentifier: NotRequired[str]
|
|
2282
|
+
SnapshotIdentifier: NotRequired[str]
|
|
2283
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
class GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef(
|
|
2287
|
+
TypedDict
|
|
2288
|
+
):
|
|
2289
|
+
ReservedNodeId: str
|
|
2290
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
class ListRecommendationsMessageListRecommendationsPaginateTypeDef(TypedDict):
|
|
2294
|
+
ClusterIdentifier: NotRequired[str]
|
|
2295
|
+
NamespaceArn: NotRequired[str]
|
|
2296
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
class DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef(TypedDict):
|
|
2300
|
+
ClusterIdentifier: NotRequired[str]
|
|
2301
|
+
SnapshotIdentifier: NotRequired[str]
|
|
2302
|
+
SnapshotArn: NotRequired[str]
|
|
2303
|
+
SnapshotType: NotRequired[str]
|
|
2304
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2305
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2306
|
+
OwnerAccount: NotRequired[str]
|
|
2307
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2308
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2309
|
+
ClusterExists: NotRequired[bool]
|
|
2310
|
+
SortingEntities: NotRequired[Sequence[SnapshotSortingEntityTypeDef]]
|
|
2311
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
class DescribeClusterSnapshotsMessageRequestTypeDef(TypedDict):
|
|
2315
|
+
ClusterIdentifier: NotRequired[str]
|
|
2316
|
+
SnapshotIdentifier: NotRequired[str]
|
|
2317
|
+
SnapshotArn: NotRequired[str]
|
|
2318
|
+
SnapshotType: NotRequired[str]
|
|
2319
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2320
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2321
|
+
MaxRecords: NotRequired[int]
|
|
2322
|
+
Marker: NotRequired[str]
|
|
2323
|
+
OwnerAccount: NotRequired[str]
|
|
2324
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2325
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2326
|
+
ClusterExists: NotRequired[bool]
|
|
2327
|
+
SortingEntities: NotRequired[Sequence[SnapshotSortingEntityTypeDef]]
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
class DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef(TypedDict):
|
|
2331
|
+
ClusterIdentifier: NotRequired[str]
|
|
2332
|
+
SnapshotIdentifier: NotRequired[str]
|
|
2333
|
+
SnapshotArn: NotRequired[str]
|
|
2334
|
+
SnapshotType: NotRequired[str]
|
|
2335
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2336
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2337
|
+
MaxRecords: NotRequired[int]
|
|
2338
|
+
Marker: NotRequired[str]
|
|
2339
|
+
OwnerAccount: NotRequired[str]
|
|
2340
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2341
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2342
|
+
ClusterExists: NotRequired[bool]
|
|
2343
|
+
SortingEntities: NotRequired[Sequence[SnapshotSortingEntityTypeDef]]
|
|
2344
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
class DescribeClustersMessageClusterAvailableWaitTypeDef(TypedDict):
|
|
2348
|
+
ClusterIdentifier: NotRequired[str]
|
|
2349
|
+
MaxRecords: NotRequired[int]
|
|
2350
|
+
Marker: NotRequired[str]
|
|
2351
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2352
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2353
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
class DescribeClustersMessageClusterDeletedWaitTypeDef(TypedDict):
|
|
2357
|
+
ClusterIdentifier: NotRequired[str]
|
|
2358
|
+
MaxRecords: NotRequired[int]
|
|
2359
|
+
Marker: NotRequired[str]
|
|
2360
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2361
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2362
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
2363
|
+
|
|
2364
|
+
|
|
2365
|
+
class DescribeClustersMessageClusterRestoredWaitTypeDef(TypedDict):
|
|
2366
|
+
ClusterIdentifier: NotRequired[str]
|
|
2367
|
+
MaxRecords: NotRequired[int]
|
|
2368
|
+
Marker: NotRequired[str]
|
|
2369
|
+
TagKeys: NotRequired[Sequence[str]]
|
|
2370
|
+
TagValues: NotRequired[Sequence[str]]
|
|
2371
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
2372
|
+
|
|
2373
|
+
|
|
2374
|
+
class DescribeIntegrationsMessageDescribeIntegrationsPaginateTypeDef(TypedDict):
|
|
2375
|
+
IntegrationArn: NotRequired[str]
|
|
2376
|
+
Filters: NotRequired[Sequence[DescribeIntegrationsFilterTypeDef]]
|
|
2377
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2378
|
+
|
|
2379
|
+
|
|
2380
|
+
class DescribeIntegrationsMessageRequestTypeDef(TypedDict):
|
|
2381
|
+
IntegrationArn: NotRequired[str]
|
|
2382
|
+
MaxRecords: NotRequired[int]
|
|
2383
|
+
Marker: NotRequired[str]
|
|
2384
|
+
Filters: NotRequired[Sequence[DescribeIntegrationsFilterTypeDef]]
|
|
2385
|
+
|
|
2386
|
+
|
|
2387
|
+
class DescribeNodeConfigurationOptionsMessageDescribeNodeConfigurationOptionsPaginateTypeDef(
|
|
2388
|
+
TypedDict
|
|
2389
|
+
):
|
|
2390
|
+
ActionType: ActionTypeType
|
|
2391
|
+
ClusterIdentifier: NotRequired[str]
|
|
2392
|
+
SnapshotIdentifier: NotRequired[str]
|
|
2393
|
+
SnapshotArn: NotRequired[str]
|
|
2394
|
+
OwnerAccount: NotRequired[str]
|
|
2395
|
+
Filters: NotRequired[Sequence[NodeConfigurationOptionsFilterTypeDef]]
|
|
2396
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
class DescribeNodeConfigurationOptionsMessageRequestTypeDef(TypedDict):
|
|
2400
|
+
ActionType: ActionTypeType
|
|
2401
|
+
ClusterIdentifier: NotRequired[str]
|
|
2402
|
+
SnapshotIdentifier: NotRequired[str]
|
|
2403
|
+
SnapshotArn: NotRequired[str]
|
|
2404
|
+
OwnerAccount: NotRequired[str]
|
|
2405
|
+
Filters: NotRequired[Sequence[NodeConfigurationOptionsFilterTypeDef]]
|
|
2406
|
+
Marker: NotRequired[str]
|
|
2407
|
+
MaxRecords: NotRequired[int]
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
class DescribePartnersOutputMessageTypeDef(TypedDict):
|
|
2411
|
+
PartnerIntegrationInfoList: List[PartnerIntegrationInfoTypeDef]
|
|
2412
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2413
|
+
|
|
2414
|
+
|
|
2415
|
+
class DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef(TypedDict):
|
|
2416
|
+
ScheduledActionName: NotRequired[str]
|
|
2417
|
+
TargetActionType: NotRequired[ScheduledActionTypeValuesType]
|
|
2418
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2419
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2420
|
+
Active: NotRequired[bool]
|
|
2421
|
+
Filters: NotRequired[Sequence[ScheduledActionFilterTypeDef]]
|
|
2422
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
class DescribeScheduledActionsMessageRequestTypeDef(TypedDict):
|
|
2426
|
+
ScheduledActionName: NotRequired[str]
|
|
2427
|
+
TargetActionType: NotRequired[ScheduledActionTypeValuesType]
|
|
2428
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2429
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2430
|
+
Active: NotRequired[bool]
|
|
2431
|
+
Filters: NotRequired[Sequence[ScheduledActionFilterTypeDef]]
|
|
2432
|
+
Marker: NotRequired[str]
|
|
2433
|
+
MaxRecords: NotRequired[int]
|
|
2434
|
+
|
|
2435
|
+
|
|
2436
|
+
class EndpointAuthorizationListTypeDef(TypedDict):
|
|
2437
|
+
EndpointAuthorizationList: List[EndpointAuthorizationTypeDef]
|
|
2438
|
+
Marker: str
|
|
2439
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
class EventCategoriesMapTypeDef(TypedDict):
|
|
2443
|
+
SourceType: NotRequired[str]
|
|
2444
|
+
Events: NotRequired[List[EventInfoMapTypeDef]]
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
class EventsMessageTypeDef(TypedDict):
|
|
2448
|
+
Marker: str
|
|
2449
|
+
Events: List[EventTypeDef]
|
|
2450
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2451
|
+
|
|
2452
|
+
|
|
2453
|
+
class GetResourcePolicyResultTypeDef(TypedDict):
|
|
2454
|
+
ResourcePolicy: ResourcePolicyTypeDef
|
|
2455
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2456
|
+
|
|
2457
|
+
|
|
2458
|
+
class PutResourcePolicyResultTypeDef(TypedDict):
|
|
2459
|
+
ResourcePolicy: ResourcePolicyTypeDef
|
|
2460
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
class InboundIntegrationTypeDef(TypedDict):
|
|
2464
|
+
IntegrationArn: NotRequired[str]
|
|
2465
|
+
SourceArn: NotRequired[str]
|
|
2466
|
+
TargetArn: NotRequired[str]
|
|
2467
|
+
Status: NotRequired[ZeroETLIntegrationStatusType]
|
|
2468
|
+
Errors: NotRequired[List[IntegrationErrorTypeDef]]
|
|
2469
|
+
CreateTime: NotRequired[datetime]
|
|
2470
|
+
|
|
2471
|
+
|
|
2472
|
+
class IntegrationResponseTypeDef(TypedDict):
|
|
2473
|
+
IntegrationArn: str
|
|
2474
|
+
IntegrationName: str
|
|
2475
|
+
SourceArn: str
|
|
2476
|
+
TargetArn: str
|
|
2477
|
+
Status: ZeroETLIntegrationStatusType
|
|
2478
|
+
Errors: List[IntegrationErrorTypeDef]
|
|
2479
|
+
CreateTime: datetime
|
|
2480
|
+
Description: str
|
|
2481
|
+
KMSKeyId: str
|
|
2482
|
+
AdditionalEncryptionContext: Dict[str, str]
|
|
2483
|
+
Tags: List[TagTypeDef]
|
|
2484
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
class IntegrationTypeDef(TypedDict):
|
|
2488
|
+
IntegrationArn: NotRequired[str]
|
|
2489
|
+
IntegrationName: NotRequired[str]
|
|
2490
|
+
SourceArn: NotRequired[str]
|
|
2491
|
+
TargetArn: NotRequired[str]
|
|
2492
|
+
Status: NotRequired[ZeroETLIntegrationStatusType]
|
|
2493
|
+
Errors: NotRequired[List[IntegrationErrorTypeDef]]
|
|
2494
|
+
CreateTime: NotRequired[datetime]
|
|
2495
|
+
Description: NotRequired[str]
|
|
2496
|
+
KMSKeyId: NotRequired[str]
|
|
2497
|
+
AdditionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
2498
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
2499
|
+
|
|
2500
|
+
|
|
2501
|
+
class LakeFormationScopeUnionTypeDef(TypedDict):
|
|
2502
|
+
LakeFormationQuery: NotRequired[LakeFormationQueryTypeDef]
|
|
2503
|
+
|
|
2504
|
+
|
|
2505
|
+
class VpcEndpointTypeDef(TypedDict):
|
|
2506
|
+
VpcEndpointId: NotRequired[str]
|
|
2507
|
+
VpcId: NotRequired[str]
|
|
2508
|
+
NetworkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]]
|
|
2509
|
+
|
|
2510
|
+
|
|
2511
|
+
class NodeConfigurationOptionsMessageTypeDef(TypedDict):
|
|
2512
|
+
NodeConfigurationOptionList: List[NodeConfigurationOptionTypeDef]
|
|
2513
|
+
Marker: str
|
|
2514
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
class S3AccessGrantsScopeUnionTypeDef(TypedDict):
|
|
2518
|
+
ReadWriteAccess: NotRequired[ReadWriteAccessTypeDef]
|
|
2519
|
+
|
|
2520
|
+
|
|
2521
|
+
class RecommendationTypeDef(TypedDict):
|
|
2522
|
+
Id: NotRequired[str]
|
|
2523
|
+
ClusterIdentifier: NotRequired[str]
|
|
2524
|
+
NamespaceArn: NotRequired[str]
|
|
2525
|
+
CreatedAt: NotRequired[datetime]
|
|
2526
|
+
RecommendationType: NotRequired[str]
|
|
2527
|
+
Title: NotRequired[str]
|
|
2528
|
+
Description: NotRequired[str]
|
|
2529
|
+
Observation: NotRequired[str]
|
|
2530
|
+
ImpactRanking: NotRequired[ImpactRankingTypeType]
|
|
2531
|
+
RecommendationText: NotRequired[str]
|
|
2532
|
+
RecommendedActions: NotRequired[List[RecommendedActionTypeDef]]
|
|
2533
|
+
ReferenceLinks: NotRequired[List[ReferenceLinkTypeDef]]
|
|
2534
|
+
|
|
2535
|
+
|
|
2536
|
+
class ReservedNodeOfferingTypeDef(TypedDict):
|
|
2537
|
+
ReservedNodeOfferingId: NotRequired[str]
|
|
2538
|
+
NodeType: NotRequired[str]
|
|
2539
|
+
Duration: NotRequired[int]
|
|
2540
|
+
FixedPrice: NotRequired[float]
|
|
2541
|
+
UsagePrice: NotRequired[float]
|
|
2542
|
+
CurrencyCode: NotRequired[str]
|
|
2543
|
+
OfferingType: NotRequired[str]
|
|
2544
|
+
RecurringCharges: NotRequired[List[RecurringChargeTypeDef]]
|
|
2545
|
+
ReservedNodeOfferingType: NotRequired[ReservedNodeOfferingTypeType]
|
|
2546
|
+
|
|
2547
|
+
|
|
2548
|
+
class ReservedNodeTypeDef(TypedDict):
|
|
2549
|
+
ReservedNodeId: NotRequired[str]
|
|
2550
|
+
ReservedNodeOfferingId: NotRequired[str]
|
|
2551
|
+
NodeType: NotRequired[str]
|
|
2552
|
+
StartTime: NotRequired[datetime]
|
|
2553
|
+
Duration: NotRequired[int]
|
|
2554
|
+
FixedPrice: NotRequired[float]
|
|
2555
|
+
UsagePrice: NotRequired[float]
|
|
2556
|
+
CurrencyCode: NotRequired[str]
|
|
2557
|
+
NodeCount: NotRequired[int]
|
|
2558
|
+
State: NotRequired[str]
|
|
2559
|
+
OfferingType: NotRequired[str]
|
|
2560
|
+
RecurringCharges: NotRequired[List[RecurringChargeTypeDef]]
|
|
2561
|
+
ReservedNodeOfferingType: NotRequired[ReservedNodeOfferingTypeType]
|
|
2562
|
+
|
|
2563
|
+
|
|
2564
|
+
class RestoreTableFromClusterSnapshotResultTypeDef(TypedDict):
|
|
2565
|
+
TableRestoreStatus: TableRestoreStatusTypeDef
|
|
2566
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2567
|
+
|
|
2568
|
+
|
|
2569
|
+
class TableRestoreStatusMessageTypeDef(TypedDict):
|
|
2570
|
+
TableRestoreStatusDetails: List[TableRestoreStatusTypeDef]
|
|
2571
|
+
Marker: str
|
|
2572
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
class ScheduledActionTypeTypeDef(TypedDict):
|
|
2576
|
+
ResizeCluster: NotRequired[ResizeClusterMessageTypeDef]
|
|
2577
|
+
PauseCluster: NotRequired[PauseClusterMessageTypeDef]
|
|
2578
|
+
ResumeCluster: NotRequired[ResumeClusterMessageTypeDef]
|
|
2579
|
+
|
|
2580
|
+
|
|
2581
|
+
class UpdateTargetTypeDef(TypedDict):
|
|
2582
|
+
MaintenanceTrackName: NotRequired[str]
|
|
2583
|
+
DatabaseVersion: NotRequired[str]
|
|
2584
|
+
SupportedOperations: NotRequired[List[SupportedOperationTypeDef]]
|
|
2585
|
+
|
|
2586
|
+
|
|
2587
|
+
class AccountAttributeListTypeDef(TypedDict):
|
|
2588
|
+
AccountAttributes: List[AccountAttributeTypeDef]
|
|
2589
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
class CustomDomainAssociationsMessageTypeDef(TypedDict):
|
|
2593
|
+
Marker: str
|
|
2594
|
+
Associations: List[AssociationTypeDef]
|
|
2595
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2596
|
+
|
|
2597
|
+
|
|
2598
|
+
class OrderableClusterOptionTypeDef(TypedDict):
|
|
2599
|
+
ClusterVersion: NotRequired[str]
|
|
2600
|
+
ClusterType: NotRequired[str]
|
|
2601
|
+
NodeType: NotRequired[str]
|
|
2602
|
+
AvailabilityZones: NotRequired[List[AvailabilityZoneTypeDef]]
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
class SubnetTypeDef(TypedDict):
|
|
2606
|
+
SubnetIdentifier: NotRequired[str]
|
|
2607
|
+
SubnetAvailabilityZone: NotRequired[AvailabilityZoneTypeDef]
|
|
2608
|
+
SubnetStatus: NotRequired[str]
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
class ClusterDbRevisionsMessageTypeDef(TypedDict):
|
|
2612
|
+
Marker: str
|
|
2613
|
+
ClusterDbRevisions: List[ClusterDbRevisionTypeDef]
|
|
2614
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
class DescribeDefaultClusterParametersResultTypeDef(TypedDict):
|
|
2618
|
+
DefaultClusterParameters: DefaultClusterParametersTypeDef
|
|
2619
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
class ClusterParameterGroupsMessageTypeDef(TypedDict):
|
|
2623
|
+
Marker: str
|
|
2624
|
+
ParameterGroups: List[ClusterParameterGroupTypeDef]
|
|
2625
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2626
|
+
|
|
2627
|
+
|
|
2628
|
+
class CreateClusterParameterGroupResultTypeDef(TypedDict):
|
|
2629
|
+
ClusterParameterGroup: ClusterParameterGroupTypeDef
|
|
2630
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2631
|
+
|
|
2632
|
+
|
|
2633
|
+
class CreateEventSubscriptionResultTypeDef(TypedDict):
|
|
2634
|
+
EventSubscription: EventSubscriptionTypeDef
|
|
2635
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2636
|
+
|
|
2637
|
+
|
|
2638
|
+
class EventSubscriptionsMessageTypeDef(TypedDict):
|
|
2639
|
+
Marker: str
|
|
2640
|
+
EventSubscriptionsList: List[EventSubscriptionTypeDef]
|
|
2641
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
class ModifyEventSubscriptionResultTypeDef(TypedDict):
|
|
2645
|
+
EventSubscription: EventSubscriptionTypeDef
|
|
2646
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+
class CreateHsmClientCertificateResultTypeDef(TypedDict):
|
|
2650
|
+
HsmClientCertificate: HsmClientCertificateTypeDef
|
|
2651
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2652
|
+
|
|
2653
|
+
|
|
2654
|
+
class HsmClientCertificateMessageTypeDef(TypedDict):
|
|
2655
|
+
Marker: str
|
|
2656
|
+
HsmClientCertificates: List[HsmClientCertificateTypeDef]
|
|
2657
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
class CreateHsmConfigurationResultTypeDef(TypedDict):
|
|
2661
|
+
HsmConfiguration: HsmConfigurationTypeDef
|
|
2662
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
class HsmConfigurationMessageTypeDef(TypedDict):
|
|
2666
|
+
Marker: str
|
|
2667
|
+
HsmConfigurations: List[HsmConfigurationTypeDef]
|
|
2668
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
class ClusterSecurityGroupTypeDef(TypedDict):
|
|
2672
|
+
ClusterSecurityGroupName: NotRequired[str]
|
|
2673
|
+
Description: NotRequired[str]
|
|
2674
|
+
EC2SecurityGroups: NotRequired[List[EC2SecurityGroupTypeDef]]
|
|
2675
|
+
IPRanges: NotRequired[List[IPRangeTypeDef]]
|
|
2676
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
class CreateSnapshotCopyGrantResultTypeDef(TypedDict):
|
|
2680
|
+
SnapshotCopyGrant: SnapshotCopyGrantTypeDef
|
|
2681
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2682
|
+
|
|
2683
|
+
|
|
2684
|
+
class SnapshotCopyGrantMessageTypeDef(TypedDict):
|
|
2685
|
+
Marker: str
|
|
2686
|
+
SnapshotCopyGrants: List[SnapshotCopyGrantTypeDef]
|
|
2687
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
class DescribeSnapshotSchedulesOutputMessageTypeDef(TypedDict):
|
|
2691
|
+
SnapshotSchedules: List[SnapshotScheduleTypeDef]
|
|
2692
|
+
Marker: str
|
|
2693
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
class AuthorizeSnapshotAccessResultTypeDef(TypedDict):
|
|
2697
|
+
Snapshot: SnapshotTypeDef
|
|
2698
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2699
|
+
|
|
2700
|
+
|
|
2701
|
+
class CopyClusterSnapshotResultTypeDef(TypedDict):
|
|
2702
|
+
Snapshot: SnapshotTypeDef
|
|
2703
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
class CreateClusterSnapshotResultTypeDef(TypedDict):
|
|
2707
|
+
Snapshot: SnapshotTypeDef
|
|
2708
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2709
|
+
|
|
2710
|
+
|
|
2711
|
+
class DeleteClusterSnapshotResultTypeDef(TypedDict):
|
|
2712
|
+
Snapshot: SnapshotTypeDef
|
|
2713
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2714
|
+
|
|
2715
|
+
|
|
2716
|
+
class ModifyClusterSnapshotResultTypeDef(TypedDict):
|
|
2717
|
+
Snapshot: SnapshotTypeDef
|
|
2718
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
class RevokeSnapshotAccessResultTypeDef(TypedDict):
|
|
2722
|
+
Snapshot: SnapshotTypeDef
|
|
2723
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2724
|
+
|
|
2725
|
+
|
|
2726
|
+
class SnapshotMessageTypeDef(TypedDict):
|
|
2727
|
+
Marker: str
|
|
2728
|
+
Snapshots: List[SnapshotTypeDef]
|
|
2729
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
class TaggedResourceListMessageTypeDef(TypedDict):
|
|
2733
|
+
TaggedResources: List[TaggedResourceTypeDef]
|
|
2734
|
+
Marker: str
|
|
2735
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
class UsageLimitListTypeDef(TypedDict):
|
|
2739
|
+
UsageLimits: List[UsageLimitTypeDef]
|
|
2740
|
+
Marker: str
|
|
2741
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2742
|
+
|
|
2743
|
+
|
|
2744
|
+
class DescribeDataSharesForConsumerResultTypeDef(TypedDict):
|
|
2745
|
+
DataShares: List[DataShareTypeDef]
|
|
2746
|
+
Marker: str
|
|
2747
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
class DescribeDataSharesForProducerResultTypeDef(TypedDict):
|
|
2751
|
+
DataShares: List[DataShareTypeDef]
|
|
2752
|
+
Marker: str
|
|
2753
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
class DescribeDataSharesResultTypeDef(TypedDict):
|
|
2757
|
+
DataShares: List[DataShareTypeDef]
|
|
2758
|
+
Marker: str
|
|
2759
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2760
|
+
|
|
2761
|
+
|
|
2762
|
+
class EventCategoriesMessageTypeDef(TypedDict):
|
|
2763
|
+
EventCategoriesMapList: List[EventCategoriesMapTypeDef]
|
|
2764
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
class InboundIntegrationsMessageTypeDef(TypedDict):
|
|
2768
|
+
Marker: str
|
|
2769
|
+
InboundIntegrations: List[InboundIntegrationTypeDef]
|
|
2770
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2771
|
+
|
|
2772
|
+
|
|
2773
|
+
class IntegrationsMessageTypeDef(TypedDict):
|
|
2774
|
+
Marker: str
|
|
2775
|
+
Integrations: List[IntegrationTypeDef]
|
|
2776
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2777
|
+
|
|
2778
|
+
|
|
2779
|
+
class EndpointAccessResponseTypeDef(TypedDict):
|
|
2780
|
+
ClusterIdentifier: str
|
|
2781
|
+
ResourceOwner: str
|
|
2782
|
+
SubnetGroupName: str
|
|
2783
|
+
EndpointStatus: str
|
|
2784
|
+
EndpointName: str
|
|
2785
|
+
EndpointCreateTime: datetime
|
|
2786
|
+
Port: int
|
|
2787
|
+
Address: str
|
|
2788
|
+
VpcSecurityGroups: List[VpcSecurityGroupMembershipTypeDef]
|
|
2789
|
+
VpcEndpoint: VpcEndpointTypeDef
|
|
2790
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
class EndpointAccessTypeDef(TypedDict):
|
|
2794
|
+
ClusterIdentifier: NotRequired[str]
|
|
2795
|
+
ResourceOwner: NotRequired[str]
|
|
2796
|
+
SubnetGroupName: NotRequired[str]
|
|
2797
|
+
EndpointStatus: NotRequired[str]
|
|
2798
|
+
EndpointName: NotRequired[str]
|
|
2799
|
+
EndpointCreateTime: NotRequired[datetime]
|
|
2800
|
+
Port: NotRequired[int]
|
|
2801
|
+
Address: NotRequired[str]
|
|
2802
|
+
VpcSecurityGroups: NotRequired[List[VpcSecurityGroupMembershipTypeDef]]
|
|
2803
|
+
VpcEndpoint: NotRequired[VpcEndpointTypeDef]
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
class EndpointTypeDef(TypedDict):
|
|
2807
|
+
Address: NotRequired[str]
|
|
2808
|
+
Port: NotRequired[int]
|
|
2809
|
+
VpcEndpoints: NotRequired[List[VpcEndpointTypeDef]]
|
|
2810
|
+
|
|
2811
|
+
|
|
2812
|
+
class ServiceIntegrationsUnionOutputTypeDef(TypedDict):
|
|
2813
|
+
LakeFormation: NotRequired[List[LakeFormationScopeUnionTypeDef]]
|
|
2814
|
+
S3AccessGrants: NotRequired[List[S3AccessGrantsScopeUnionTypeDef]]
|
|
2815
|
+
|
|
2816
|
+
|
|
2817
|
+
class ServiceIntegrationsUnionTypeDef(TypedDict):
|
|
2818
|
+
LakeFormation: NotRequired[Sequence[LakeFormationScopeUnionTypeDef]]
|
|
2819
|
+
S3AccessGrants: NotRequired[Sequence[S3AccessGrantsScopeUnionTypeDef]]
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
class ListRecommendationsResultTypeDef(TypedDict):
|
|
2823
|
+
Recommendations: List[RecommendationTypeDef]
|
|
2824
|
+
Marker: str
|
|
2825
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
class GetReservedNodeExchangeOfferingsOutputMessageTypeDef(TypedDict):
|
|
2829
|
+
Marker: str
|
|
2830
|
+
ReservedNodeOfferings: List[ReservedNodeOfferingTypeDef]
|
|
2831
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
class ReservedNodeOfferingsMessageTypeDef(TypedDict):
|
|
2835
|
+
Marker: str
|
|
2836
|
+
ReservedNodeOfferings: List[ReservedNodeOfferingTypeDef]
|
|
2837
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
class AcceptReservedNodeExchangeOutputMessageTypeDef(TypedDict):
|
|
2841
|
+
ExchangedReservedNode: ReservedNodeTypeDef
|
|
2842
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
class PurchaseReservedNodeOfferingResultTypeDef(TypedDict):
|
|
2846
|
+
ReservedNode: ReservedNodeTypeDef
|
|
2847
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
class ReservedNodeConfigurationOptionTypeDef(TypedDict):
|
|
2851
|
+
SourceReservedNode: NotRequired[ReservedNodeTypeDef]
|
|
2852
|
+
TargetReservedNodeCount: NotRequired[int]
|
|
2853
|
+
TargetReservedNodeOffering: NotRequired[ReservedNodeOfferingTypeDef]
|
|
2854
|
+
|
|
2855
|
+
|
|
2856
|
+
class ReservedNodesMessageTypeDef(TypedDict):
|
|
2857
|
+
Marker: str
|
|
2858
|
+
ReservedNodes: List[ReservedNodeTypeDef]
|
|
2859
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2860
|
+
|
|
2861
|
+
|
|
2862
|
+
class CreateScheduledActionMessageRequestTypeDef(TypedDict):
|
|
2863
|
+
ScheduledActionName: str
|
|
2864
|
+
TargetAction: ScheduledActionTypeTypeDef
|
|
2865
|
+
Schedule: str
|
|
2866
|
+
IamRole: str
|
|
2867
|
+
ScheduledActionDescription: NotRequired[str]
|
|
2868
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2869
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2870
|
+
Enable: NotRequired[bool]
|
|
2871
|
+
|
|
2872
|
+
|
|
2873
|
+
class ModifyScheduledActionMessageRequestTypeDef(TypedDict):
|
|
2874
|
+
ScheduledActionName: str
|
|
2875
|
+
TargetAction: NotRequired[ScheduledActionTypeTypeDef]
|
|
2876
|
+
Schedule: NotRequired[str]
|
|
2877
|
+
IamRole: NotRequired[str]
|
|
2878
|
+
ScheduledActionDescription: NotRequired[str]
|
|
2879
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
2880
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
2881
|
+
Enable: NotRequired[bool]
|
|
2882
|
+
|
|
2883
|
+
|
|
2884
|
+
class ScheduledActionResponseTypeDef(TypedDict):
|
|
2885
|
+
ScheduledActionName: str
|
|
2886
|
+
TargetAction: ScheduledActionTypeTypeDef
|
|
2887
|
+
Schedule: str
|
|
2888
|
+
IamRole: str
|
|
2889
|
+
ScheduledActionDescription: str
|
|
2890
|
+
State: ScheduledActionStateType
|
|
2891
|
+
NextInvocations: List[datetime]
|
|
2892
|
+
StartTime: datetime
|
|
2893
|
+
EndTime: datetime
|
|
2894
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
class ScheduledActionTypeDef(TypedDict):
|
|
2898
|
+
ScheduledActionName: NotRequired[str]
|
|
2899
|
+
TargetAction: NotRequired[ScheduledActionTypeTypeDef]
|
|
2900
|
+
Schedule: NotRequired[str]
|
|
2901
|
+
IamRole: NotRequired[str]
|
|
2902
|
+
ScheduledActionDescription: NotRequired[str]
|
|
2903
|
+
State: NotRequired[ScheduledActionStateType]
|
|
2904
|
+
NextInvocations: NotRequired[List[datetime]]
|
|
2905
|
+
StartTime: NotRequired[datetime]
|
|
2906
|
+
EndTime: NotRequired[datetime]
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
class MaintenanceTrackTypeDef(TypedDict):
|
|
2910
|
+
MaintenanceTrackName: NotRequired[str]
|
|
2911
|
+
DatabaseVersion: NotRequired[str]
|
|
2912
|
+
UpdateTargets: NotRequired[List[UpdateTargetTypeDef]]
|
|
2913
|
+
|
|
2914
|
+
|
|
2915
|
+
class OrderableClusterOptionsMessageTypeDef(TypedDict):
|
|
2916
|
+
OrderableClusterOptions: List[OrderableClusterOptionTypeDef]
|
|
2917
|
+
Marker: str
|
|
2918
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2919
|
+
|
|
2920
|
+
|
|
2921
|
+
class ClusterSubnetGroupTypeDef(TypedDict):
|
|
2922
|
+
ClusterSubnetGroupName: NotRequired[str]
|
|
2923
|
+
Description: NotRequired[str]
|
|
2924
|
+
VpcId: NotRequired[str]
|
|
2925
|
+
SubnetGroupStatus: NotRequired[str]
|
|
2926
|
+
Subnets: NotRequired[List[SubnetTypeDef]]
|
|
2927
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
2928
|
+
SupportedClusterIpAddressTypes: NotRequired[List[str]]
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
class AuthorizeClusterSecurityGroupIngressResultTypeDef(TypedDict):
|
|
2932
|
+
ClusterSecurityGroup: ClusterSecurityGroupTypeDef
|
|
2933
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2934
|
+
|
|
2935
|
+
|
|
2936
|
+
class ClusterSecurityGroupMessageTypeDef(TypedDict):
|
|
2937
|
+
Marker: str
|
|
2938
|
+
ClusterSecurityGroups: List[ClusterSecurityGroupTypeDef]
|
|
2939
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
class CreateClusterSecurityGroupResultTypeDef(TypedDict):
|
|
2943
|
+
ClusterSecurityGroup: ClusterSecurityGroupTypeDef
|
|
2944
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2945
|
+
|
|
2946
|
+
|
|
2947
|
+
class RevokeClusterSecurityGroupIngressResultTypeDef(TypedDict):
|
|
2948
|
+
ClusterSecurityGroup: ClusterSecurityGroupTypeDef
|
|
2949
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
class EndpointAccessListTypeDef(TypedDict):
|
|
2953
|
+
EndpointAccessList: List[EndpointAccessTypeDef]
|
|
2954
|
+
Marker: str
|
|
2955
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
class ClusterTypeDef(TypedDict):
|
|
2959
|
+
ClusterIdentifier: NotRequired[str]
|
|
2960
|
+
NodeType: NotRequired[str]
|
|
2961
|
+
ClusterStatus: NotRequired[str]
|
|
2962
|
+
ClusterAvailabilityStatus: NotRequired[str]
|
|
2963
|
+
ModifyStatus: NotRequired[str]
|
|
2964
|
+
MasterUsername: NotRequired[str]
|
|
2965
|
+
DBName: NotRequired[str]
|
|
2966
|
+
Endpoint: NotRequired[EndpointTypeDef]
|
|
2967
|
+
ClusterCreateTime: NotRequired[datetime]
|
|
2968
|
+
AutomatedSnapshotRetentionPeriod: NotRequired[int]
|
|
2969
|
+
ManualSnapshotRetentionPeriod: NotRequired[int]
|
|
2970
|
+
ClusterSecurityGroups: NotRequired[List[ClusterSecurityGroupMembershipTypeDef]]
|
|
2971
|
+
VpcSecurityGroups: NotRequired[List[VpcSecurityGroupMembershipTypeDef]]
|
|
2972
|
+
ClusterParameterGroups: NotRequired[List[ClusterParameterGroupStatusTypeDef]]
|
|
2973
|
+
ClusterSubnetGroupName: NotRequired[str]
|
|
2974
|
+
VpcId: NotRequired[str]
|
|
2975
|
+
AvailabilityZone: NotRequired[str]
|
|
2976
|
+
PreferredMaintenanceWindow: NotRequired[str]
|
|
2977
|
+
PendingModifiedValues: NotRequired[PendingModifiedValuesTypeDef]
|
|
2978
|
+
ClusterVersion: NotRequired[str]
|
|
2979
|
+
AllowVersionUpgrade: NotRequired[bool]
|
|
2980
|
+
NumberOfNodes: NotRequired[int]
|
|
2981
|
+
PubliclyAccessible: NotRequired[bool]
|
|
2982
|
+
Encrypted: NotRequired[bool]
|
|
2983
|
+
RestoreStatus: NotRequired[RestoreStatusTypeDef]
|
|
2984
|
+
DataTransferProgress: NotRequired[DataTransferProgressTypeDef]
|
|
2985
|
+
HsmStatus: NotRequired[HsmStatusTypeDef]
|
|
2986
|
+
ClusterSnapshotCopyStatus: NotRequired[ClusterSnapshotCopyStatusTypeDef]
|
|
2987
|
+
ClusterPublicKey: NotRequired[str]
|
|
2988
|
+
ClusterNodes: NotRequired[List[ClusterNodeTypeDef]]
|
|
2989
|
+
ElasticIpStatus: NotRequired[ElasticIpStatusTypeDef]
|
|
2990
|
+
ClusterRevisionNumber: NotRequired[str]
|
|
2991
|
+
Tags: NotRequired[List[TagTypeDef]]
|
|
2992
|
+
KmsKeyId: NotRequired[str]
|
|
2993
|
+
EnhancedVpcRouting: NotRequired[bool]
|
|
2994
|
+
IamRoles: NotRequired[List[ClusterIamRoleTypeDef]]
|
|
2995
|
+
PendingActions: NotRequired[List[str]]
|
|
2996
|
+
MaintenanceTrackName: NotRequired[str]
|
|
2997
|
+
ElasticResizeNumberOfNodeOptions: NotRequired[str]
|
|
2998
|
+
DeferredMaintenanceWindows: NotRequired[List[DeferredMaintenanceWindowTypeDef]]
|
|
2999
|
+
SnapshotScheduleIdentifier: NotRequired[str]
|
|
3000
|
+
SnapshotScheduleState: NotRequired[ScheduleStateType]
|
|
3001
|
+
ExpectedNextSnapshotScheduleTime: NotRequired[datetime]
|
|
3002
|
+
ExpectedNextSnapshotScheduleTimeStatus: NotRequired[str]
|
|
3003
|
+
NextMaintenanceWindowStartTime: NotRequired[datetime]
|
|
3004
|
+
ResizeInfo: NotRequired[ResizeInfoTypeDef]
|
|
3005
|
+
AvailabilityZoneRelocationStatus: NotRequired[str]
|
|
3006
|
+
ClusterNamespaceArn: NotRequired[str]
|
|
3007
|
+
TotalStorageCapacityInMegaBytes: NotRequired[int]
|
|
3008
|
+
AquaConfiguration: NotRequired[AquaConfigurationTypeDef]
|
|
3009
|
+
DefaultIamRoleArn: NotRequired[str]
|
|
3010
|
+
ReservedNodeExchangeStatus: NotRequired[ReservedNodeExchangeStatusTypeDef]
|
|
3011
|
+
CustomDomainName: NotRequired[str]
|
|
3012
|
+
CustomDomainCertificateArn: NotRequired[str]
|
|
3013
|
+
CustomDomainCertificateExpiryDate: NotRequired[datetime]
|
|
3014
|
+
MasterPasswordSecretArn: NotRequired[str]
|
|
3015
|
+
MasterPasswordSecretKmsKeyId: NotRequired[str]
|
|
3016
|
+
IpAddressType: NotRequired[str]
|
|
3017
|
+
MultiAZ: NotRequired[str]
|
|
3018
|
+
MultiAZSecondary: NotRequired[SecondaryClusterInfoTypeDef]
|
|
3019
|
+
|
|
3020
|
+
|
|
3021
|
+
class RedshiftIdcApplicationTypeDef(TypedDict):
|
|
3022
|
+
IdcInstanceArn: NotRequired[str]
|
|
3023
|
+
RedshiftIdcApplicationName: NotRequired[str]
|
|
3024
|
+
RedshiftIdcApplicationArn: NotRequired[str]
|
|
3025
|
+
IdentityNamespace: NotRequired[str]
|
|
3026
|
+
IdcDisplayName: NotRequired[str]
|
|
3027
|
+
IamRoleArn: NotRequired[str]
|
|
3028
|
+
IdcManagedApplicationArn: NotRequired[str]
|
|
3029
|
+
IdcOnboardStatus: NotRequired[str]
|
|
3030
|
+
AuthorizedTokenIssuerList: NotRequired[List[AuthorizedTokenIssuerOutputTypeDef]]
|
|
3031
|
+
ServiceIntegrations: NotRequired[List[ServiceIntegrationsUnionOutputTypeDef]]
|
|
3032
|
+
|
|
3033
|
+
|
|
3034
|
+
class ModifyRedshiftIdcApplicationMessageRequestTypeDef(TypedDict):
|
|
3035
|
+
RedshiftIdcApplicationArn: str
|
|
3036
|
+
IdentityNamespace: NotRequired[str]
|
|
3037
|
+
IamRoleArn: NotRequired[str]
|
|
3038
|
+
IdcDisplayName: NotRequired[str]
|
|
3039
|
+
AuthorizedTokenIssuerList: NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]]
|
|
3040
|
+
ServiceIntegrations: NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]]
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
ServiceIntegrationsUnionUnionTypeDef = Union[
|
|
3044
|
+
ServiceIntegrationsUnionTypeDef, ServiceIntegrationsUnionOutputTypeDef
|
|
3045
|
+
]
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
class GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef(TypedDict):
|
|
3049
|
+
Marker: str
|
|
3050
|
+
ReservedNodeConfigurationOptionList: List[ReservedNodeConfigurationOptionTypeDef]
|
|
3051
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
class ScheduledActionsMessageTypeDef(TypedDict):
|
|
3055
|
+
Marker: str
|
|
3056
|
+
ScheduledActions: List[ScheduledActionTypeDef]
|
|
3057
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3058
|
+
|
|
3059
|
+
|
|
3060
|
+
class TrackListMessageTypeDef(TypedDict):
|
|
3061
|
+
MaintenanceTracks: List[MaintenanceTrackTypeDef]
|
|
3062
|
+
Marker: str
|
|
3063
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3064
|
+
|
|
3065
|
+
|
|
3066
|
+
class ClusterSubnetGroupMessageTypeDef(TypedDict):
|
|
3067
|
+
Marker: str
|
|
3068
|
+
ClusterSubnetGroups: List[ClusterSubnetGroupTypeDef]
|
|
3069
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3070
|
+
|
|
3071
|
+
|
|
3072
|
+
class CreateClusterSubnetGroupResultTypeDef(TypedDict):
|
|
3073
|
+
ClusterSubnetGroup: ClusterSubnetGroupTypeDef
|
|
3074
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
class ModifyClusterSubnetGroupResultTypeDef(TypedDict):
|
|
3078
|
+
ClusterSubnetGroup: ClusterSubnetGroupTypeDef
|
|
3079
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3080
|
+
|
|
3081
|
+
|
|
3082
|
+
class ClustersMessageTypeDef(TypedDict):
|
|
3083
|
+
Marker: str
|
|
3084
|
+
Clusters: List[ClusterTypeDef]
|
|
3085
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3086
|
+
|
|
3087
|
+
|
|
3088
|
+
class CreateClusterResultTypeDef(TypedDict):
|
|
3089
|
+
Cluster: ClusterTypeDef
|
|
3090
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
class DeleteClusterResultTypeDef(TypedDict):
|
|
3094
|
+
Cluster: ClusterTypeDef
|
|
3095
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3096
|
+
|
|
3097
|
+
|
|
3098
|
+
class DisableSnapshotCopyResultTypeDef(TypedDict):
|
|
3099
|
+
Cluster: ClusterTypeDef
|
|
3100
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3101
|
+
|
|
3102
|
+
|
|
3103
|
+
class EnableSnapshotCopyResultTypeDef(TypedDict):
|
|
3104
|
+
Cluster: ClusterTypeDef
|
|
3105
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3106
|
+
|
|
3107
|
+
|
|
3108
|
+
class FailoverPrimaryComputeResultTypeDef(TypedDict):
|
|
3109
|
+
Cluster: ClusterTypeDef
|
|
3110
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3111
|
+
|
|
3112
|
+
|
|
3113
|
+
class ModifyClusterDbRevisionResultTypeDef(TypedDict):
|
|
3114
|
+
Cluster: ClusterTypeDef
|
|
3115
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3116
|
+
|
|
3117
|
+
|
|
3118
|
+
class ModifyClusterIamRolesResultTypeDef(TypedDict):
|
|
3119
|
+
Cluster: ClusterTypeDef
|
|
3120
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3121
|
+
|
|
3122
|
+
|
|
3123
|
+
class ModifyClusterMaintenanceResultTypeDef(TypedDict):
|
|
3124
|
+
Cluster: ClusterTypeDef
|
|
3125
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3126
|
+
|
|
3127
|
+
|
|
3128
|
+
class ModifyClusterResultTypeDef(TypedDict):
|
|
3129
|
+
Cluster: ClusterTypeDef
|
|
3130
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3131
|
+
|
|
3132
|
+
|
|
3133
|
+
class ModifySnapshotCopyRetentionPeriodResultTypeDef(TypedDict):
|
|
3134
|
+
Cluster: ClusterTypeDef
|
|
3135
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3136
|
+
|
|
3137
|
+
|
|
3138
|
+
class PauseClusterResultTypeDef(TypedDict):
|
|
3139
|
+
Cluster: ClusterTypeDef
|
|
3140
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
|
+
class RebootClusterResultTypeDef(TypedDict):
|
|
3144
|
+
Cluster: ClusterTypeDef
|
|
3145
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
class ResizeClusterResultTypeDef(TypedDict):
|
|
3149
|
+
Cluster: ClusterTypeDef
|
|
3150
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
class RestoreFromClusterSnapshotResultTypeDef(TypedDict):
|
|
3154
|
+
Cluster: ClusterTypeDef
|
|
3155
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3156
|
+
|
|
3157
|
+
|
|
3158
|
+
class ResumeClusterResultTypeDef(TypedDict):
|
|
3159
|
+
Cluster: ClusterTypeDef
|
|
3160
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3161
|
+
|
|
3162
|
+
|
|
3163
|
+
class RotateEncryptionKeyResultTypeDef(TypedDict):
|
|
3164
|
+
Cluster: ClusterTypeDef
|
|
3165
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3166
|
+
|
|
3167
|
+
|
|
3168
|
+
class CreateRedshiftIdcApplicationResultTypeDef(TypedDict):
|
|
3169
|
+
RedshiftIdcApplication: RedshiftIdcApplicationTypeDef
|
|
3170
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3171
|
+
|
|
3172
|
+
|
|
3173
|
+
class DescribeRedshiftIdcApplicationsResultTypeDef(TypedDict):
|
|
3174
|
+
RedshiftIdcApplications: List[RedshiftIdcApplicationTypeDef]
|
|
3175
|
+
Marker: str
|
|
3176
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3177
|
+
|
|
3178
|
+
|
|
3179
|
+
class ModifyRedshiftIdcApplicationResultTypeDef(TypedDict):
|
|
3180
|
+
RedshiftIdcApplication: RedshiftIdcApplicationTypeDef
|
|
3181
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3182
|
+
|
|
3183
|
+
|
|
3184
|
+
class CreateRedshiftIdcApplicationMessageRequestTypeDef(TypedDict):
|
|
3185
|
+
IdcInstanceArn: str
|
|
3186
|
+
RedshiftIdcApplicationName: str
|
|
3187
|
+
IdcDisplayName: str
|
|
3188
|
+
IamRoleArn: str
|
|
3189
|
+
IdentityNamespace: NotRequired[str]
|
|
3190
|
+
AuthorizedTokenIssuerList: NotRequired[Sequence[AuthorizedTokenIssuerUnionTypeDef]]
|
|
3191
|
+
ServiceIntegrations: NotRequired[Sequence[ServiceIntegrationsUnionUnionTypeDef]]
|