mypy-boto3-redshift 1.29.0__py3-none-any.whl → 1.34.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-redshift might be problematic. Click here for more details.
- mypy_boto3_redshift/__init__.py +4 -0
- mypy_boto3_redshift/__init__.pyi +4 -0
- mypy_boto3_redshift/__main__.py +3 -3
- mypy_boto3_redshift/client.py +81 -9
- mypy_boto3_redshift/client.pyi +81 -9
- mypy_boto3_redshift/literals.py +22 -1
- mypy_boto3_redshift/literals.pyi +22 -1
- mypy_boto3_redshift/paginator.py +22 -0
- mypy_boto3_redshift/paginator.pyi +21 -0
- mypy_boto3_redshift/type_defs.py +168 -2
- mypy_boto3_redshift/type_defs.pyi +168 -2
- mypy_boto3_redshift/version.py +1 -1
- {mypy_boto3_redshift-1.29.0.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/METADATA +8 -4
- mypy_boto3_redshift-1.34.0.dist-info/RECORD +20 -0
- {mypy_boto3_redshift-1.29.0.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/WHEEL +1 -1
- mypy_boto3_redshift-1.29.0.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.29.0.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_redshift-1.29.0.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/top_level.txt +0 -0
mypy_boto3_redshift/literals.pyi
CHANGED
|
@@ -53,6 +53,7 @@ __all__ = (
|
|
|
53
53
|
"DescribeInboundIntegrationsPaginatorName",
|
|
54
54
|
"DescribeNodeConfigurationOptionsPaginatorName",
|
|
55
55
|
"DescribeOrderableClusterOptionsPaginatorName",
|
|
56
|
+
"DescribeRedshiftIdcApplicationsPaginatorName",
|
|
56
57
|
"DescribeReservedNodeExchangeStatusPaginatorName",
|
|
57
58
|
"DescribeReservedNodeOfferingsPaginatorName",
|
|
58
59
|
"DescribeReservedNodesPaginatorName",
|
|
@@ -77,6 +78,7 @@ __all__ = (
|
|
|
77
78
|
"ScheduledActionFilterNameType",
|
|
78
79
|
"ScheduledActionStateType",
|
|
79
80
|
"ScheduledActionTypeValuesType",
|
|
81
|
+
"ServiceAuthorizationType",
|
|
80
82
|
"SnapshotAttributeToSortByType",
|
|
81
83
|
"SnapshotAvailableWaiterName",
|
|
82
84
|
"SortByOrderType",
|
|
@@ -132,6 +134,7 @@ DescribeHsmConfigurationsPaginatorName = Literal["describe_hsm_configurations"]
|
|
|
132
134
|
DescribeInboundIntegrationsPaginatorName = Literal["describe_inbound_integrations"]
|
|
133
135
|
DescribeNodeConfigurationOptionsPaginatorName = Literal["describe_node_configuration_options"]
|
|
134
136
|
DescribeOrderableClusterOptionsPaginatorName = Literal["describe_orderable_cluster_options"]
|
|
137
|
+
DescribeRedshiftIdcApplicationsPaginatorName = Literal["describe_redshift_idc_applications"]
|
|
135
138
|
DescribeReservedNodeExchangeStatusPaginatorName = Literal["describe_reserved_node_exchange_status"]
|
|
136
139
|
DescribeReservedNodeOfferingsPaginatorName = Literal["describe_reserved_node_offerings"]
|
|
137
140
|
DescribeReservedNodesPaginatorName = Literal["describe_reserved_nodes"]
|
|
@@ -162,6 +165,7 @@ ScheduleStateType = Literal["ACTIVE", "FAILED", "MODIFYING"]
|
|
|
162
165
|
ScheduledActionFilterNameType = Literal["cluster-identifier", "iam-role"]
|
|
163
166
|
ScheduledActionStateType = Literal["ACTIVE", "DISABLED"]
|
|
164
167
|
ScheduledActionTypeValuesType = Literal["PauseCluster", "ResizeCluster", "ResumeCluster"]
|
|
168
|
+
ServiceAuthorizationType = Literal["Disabled", "Enabled"]
|
|
165
169
|
SnapshotAttributeToSortByType = Literal["CREATE_TIME", "SOURCE_TYPE", "TOTAL_SIZE"]
|
|
166
170
|
SnapshotAvailableWaiterName = Literal["snapshot_available"]
|
|
167
171
|
SortByOrderType = Literal["ASC", "DESC"]
|
|
@@ -211,11 +215,15 @@ ServiceName = Literal[
|
|
|
211
215
|
"auditmanager",
|
|
212
216
|
"autoscaling",
|
|
213
217
|
"autoscaling-plans",
|
|
218
|
+
"b2bi",
|
|
214
219
|
"backup",
|
|
215
220
|
"backup-gateway",
|
|
216
221
|
"backupstorage",
|
|
217
222
|
"batch",
|
|
223
|
+
"bcm-data-exports",
|
|
218
224
|
"bedrock",
|
|
225
|
+
"bedrock-agent",
|
|
226
|
+
"bedrock-agent-runtime",
|
|
219
227
|
"bedrock-runtime",
|
|
220
228
|
"billingconductor",
|
|
221
229
|
"braket",
|
|
@@ -228,11 +236,13 @@ ServiceName = Literal[
|
|
|
228
236
|
"chime-sdk-messaging",
|
|
229
237
|
"chime-sdk-voice",
|
|
230
238
|
"cleanrooms",
|
|
239
|
+
"cleanroomsml",
|
|
231
240
|
"cloud9",
|
|
232
241
|
"cloudcontrol",
|
|
233
242
|
"clouddirectory",
|
|
234
243
|
"cloudformation",
|
|
235
244
|
"cloudfront",
|
|
245
|
+
"cloudfront-keyvaluestore",
|
|
236
246
|
"cloudhsm",
|
|
237
247
|
"cloudhsmv2",
|
|
238
248
|
"cloudsearch",
|
|
@@ -265,6 +275,7 @@ ServiceName = Literal[
|
|
|
265
275
|
"connectcases",
|
|
266
276
|
"connectparticipant",
|
|
267
277
|
"controltower",
|
|
278
|
+
"cost-optimization-hub",
|
|
268
279
|
"cur",
|
|
269
280
|
"customer-profiles",
|
|
270
281
|
"databrew",
|
|
@@ -294,6 +305,7 @@ ServiceName = Literal[
|
|
|
294
305
|
"ecs",
|
|
295
306
|
"efs",
|
|
296
307
|
"eks",
|
|
308
|
+
"eks-auth",
|
|
297
309
|
"elastic-inference",
|
|
298
310
|
"elasticache",
|
|
299
311
|
"elasticbeanstalk",
|
|
@@ -315,6 +327,7 @@ ServiceName = Literal[
|
|
|
315
327
|
"forecast",
|
|
316
328
|
"forecastquery",
|
|
317
329
|
"frauddetector",
|
|
330
|
+
"freetier",
|
|
318
331
|
"fsx",
|
|
319
332
|
"gamelift",
|
|
320
333
|
"glacier",
|
|
@@ -333,6 +346,7 @@ ServiceName = Literal[
|
|
|
333
346
|
"imagebuilder",
|
|
334
347
|
"importexport",
|
|
335
348
|
"inspector",
|
|
349
|
+
"inspector-scan",
|
|
336
350
|
"inspector2",
|
|
337
351
|
"internetmonitor",
|
|
338
352
|
"iot",
|
|
@@ -387,11 +401,12 @@ ServiceName = Literal[
|
|
|
387
401
|
"lookoutvision",
|
|
388
402
|
"m2",
|
|
389
403
|
"machinelearning",
|
|
390
|
-
"macie",
|
|
391
404
|
"macie2",
|
|
392
405
|
"managedblockchain",
|
|
393
406
|
"managedblockchain-query",
|
|
407
|
+
"marketplace-agreement",
|
|
394
408
|
"marketplace-catalog",
|
|
409
|
+
"marketplace-deployment",
|
|
395
410
|
"marketplace-entitlement",
|
|
396
411
|
"marketplacecommerceanalytics",
|
|
397
412
|
"mediaconnect",
|
|
@@ -447,6 +462,8 @@ ServiceName = Literal[
|
|
|
447
462
|
"pricing",
|
|
448
463
|
"privatenetworks",
|
|
449
464
|
"proton",
|
|
465
|
+
"qbusiness",
|
|
466
|
+
"qconnect",
|
|
450
467
|
"qldb",
|
|
451
468
|
"qldb-session",
|
|
452
469
|
"quicksight",
|
|
@@ -458,6 +475,7 @@ ServiceName = Literal[
|
|
|
458
475
|
"redshift-data",
|
|
459
476
|
"redshift-serverless",
|
|
460
477
|
"rekognition",
|
|
478
|
+
"repostspace",
|
|
461
479
|
"resiliencehub",
|
|
462
480
|
"resource-explorer-2",
|
|
463
481
|
"resource-groups",
|
|
@@ -525,6 +543,7 @@ ServiceName = Literal[
|
|
|
525
543
|
"transcribe",
|
|
526
544
|
"transfer",
|
|
527
545
|
"translate",
|
|
546
|
+
"trustedadvisor",
|
|
528
547
|
"verifiedpermissions",
|
|
529
548
|
"voice-id",
|
|
530
549
|
"vpc-lattice",
|
|
@@ -538,6 +557,7 @@ ServiceName = Literal[
|
|
|
538
557
|
"workmail",
|
|
539
558
|
"workmailmessageflow",
|
|
540
559
|
"workspaces",
|
|
560
|
+
"workspaces-thin-client",
|
|
541
561
|
"workspaces-web",
|
|
542
562
|
"xray",
|
|
543
563
|
]
|
|
@@ -577,6 +597,7 @@ PaginatorName = Literal[
|
|
|
577
597
|
"describe_inbound_integrations",
|
|
578
598
|
"describe_node_configuration_options",
|
|
579
599
|
"describe_orderable_cluster_options",
|
|
600
|
+
"describe_redshift_idc_applications",
|
|
580
601
|
"describe_reserved_node_exchange_status",
|
|
581
602
|
"describe_reserved_node_offerings",
|
|
582
603
|
"describe_reserved_nodes",
|
mypy_boto3_redshift/paginator.py
CHANGED
|
@@ -33,6 +33,7 @@ Usage::
|
|
|
33
33
|
DescribeInboundIntegrationsPaginator,
|
|
34
34
|
DescribeNodeConfigurationOptionsPaginator,
|
|
35
35
|
DescribeOrderableClusterOptionsPaginator,
|
|
36
|
+
DescribeRedshiftIdcApplicationsPaginator,
|
|
36
37
|
DescribeReservedNodeExchangeStatusPaginator,
|
|
37
38
|
DescribeReservedNodeOfferingsPaginator,
|
|
38
39
|
DescribeReservedNodesPaginator,
|
|
@@ -72,6 +73,7 @@ Usage::
|
|
|
72
73
|
describe_inbound_integrations_paginator: DescribeInboundIntegrationsPaginator = client.get_paginator("describe_inbound_integrations")
|
|
73
74
|
describe_node_configuration_options_paginator: DescribeNodeConfigurationOptionsPaginator = client.get_paginator("describe_node_configuration_options")
|
|
74
75
|
describe_orderable_cluster_options_paginator: DescribeOrderableClusterOptionsPaginator = client.get_paginator("describe_orderable_cluster_options")
|
|
76
|
+
describe_redshift_idc_applications_paginator: DescribeRedshiftIdcApplicationsPaginator = client.get_paginator("describe_redshift_idc_applications")
|
|
75
77
|
describe_reserved_node_exchange_status_paginator: DescribeReservedNodeExchangeStatusPaginator = client.get_paginator("describe_reserved_node_exchange_status")
|
|
76
78
|
describe_reserved_node_offerings_paginator: DescribeReservedNodeOfferingsPaginator = client.get_paginator("describe_reserved_node_offerings")
|
|
77
79
|
describe_reserved_nodes_paginator: DescribeReservedNodesPaginator = client.get_paginator("describe_reserved_nodes")
|
|
@@ -112,6 +114,7 @@ from .type_defs import (
|
|
|
112
114
|
DescribeDataSharesForProducerResultTypeDef,
|
|
113
115
|
DescribeDataSharesResultTypeDef,
|
|
114
116
|
DescribeDefaultClusterParametersResultTypeDef,
|
|
117
|
+
DescribeRedshiftIdcApplicationsResultPaginatorTypeDef,
|
|
115
118
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
116
119
|
DescribeSnapshotSchedulesOutputMessageTypeDef,
|
|
117
120
|
EndpointAccessListTypeDef,
|
|
@@ -165,6 +168,7 @@ __all__ = (
|
|
|
165
168
|
"DescribeInboundIntegrationsPaginator",
|
|
166
169
|
"DescribeNodeConfigurationOptionsPaginator",
|
|
167
170
|
"DescribeOrderableClusterOptionsPaginator",
|
|
171
|
+
"DescribeRedshiftIdcApplicationsPaginator",
|
|
168
172
|
"DescribeReservedNodeExchangeStatusPaginator",
|
|
169
173
|
"DescribeReservedNodeOfferingsPaginator",
|
|
170
174
|
"DescribeReservedNodesPaginator",
|
|
@@ -636,6 +640,24 @@ class DescribeOrderableClusterOptionsPaginator(Paginator):
|
|
|
636
640
|
"""
|
|
637
641
|
|
|
638
642
|
|
|
643
|
+
class DescribeRedshiftIdcApplicationsPaginator(Paginator):
|
|
644
|
+
"""
|
|
645
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeRedshiftIdcApplications)
|
|
646
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/paginators/#describeredshiftidcapplicationspaginator)
|
|
647
|
+
"""
|
|
648
|
+
|
|
649
|
+
def paginate(
|
|
650
|
+
self,
|
|
651
|
+
*,
|
|
652
|
+
RedshiftIdcApplicationArn: str = ...,
|
|
653
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
654
|
+
) -> _PageIterator[DescribeRedshiftIdcApplicationsResultPaginatorTypeDef]:
|
|
655
|
+
"""
|
|
656
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeRedshiftIdcApplications.paginate)
|
|
657
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/paginators/#describeredshiftidcapplicationspaginator)
|
|
658
|
+
"""
|
|
659
|
+
|
|
660
|
+
|
|
639
661
|
class DescribeReservedNodeExchangeStatusPaginator(Paginator):
|
|
640
662
|
"""
|
|
641
663
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodeExchangeStatus)
|
|
@@ -33,6 +33,7 @@ Usage::
|
|
|
33
33
|
DescribeInboundIntegrationsPaginator,
|
|
34
34
|
DescribeNodeConfigurationOptionsPaginator,
|
|
35
35
|
DescribeOrderableClusterOptionsPaginator,
|
|
36
|
+
DescribeRedshiftIdcApplicationsPaginator,
|
|
36
37
|
DescribeReservedNodeExchangeStatusPaginator,
|
|
37
38
|
DescribeReservedNodeOfferingsPaginator,
|
|
38
39
|
DescribeReservedNodesPaginator,
|
|
@@ -72,6 +73,7 @@ Usage::
|
|
|
72
73
|
describe_inbound_integrations_paginator: DescribeInboundIntegrationsPaginator = client.get_paginator("describe_inbound_integrations")
|
|
73
74
|
describe_node_configuration_options_paginator: DescribeNodeConfigurationOptionsPaginator = client.get_paginator("describe_node_configuration_options")
|
|
74
75
|
describe_orderable_cluster_options_paginator: DescribeOrderableClusterOptionsPaginator = client.get_paginator("describe_orderable_cluster_options")
|
|
76
|
+
describe_redshift_idc_applications_paginator: DescribeRedshiftIdcApplicationsPaginator = client.get_paginator("describe_redshift_idc_applications")
|
|
75
77
|
describe_reserved_node_exchange_status_paginator: DescribeReservedNodeExchangeStatusPaginator = client.get_paginator("describe_reserved_node_exchange_status")
|
|
76
78
|
describe_reserved_node_offerings_paginator: DescribeReservedNodeOfferingsPaginator = client.get_paginator("describe_reserved_node_offerings")
|
|
77
79
|
describe_reserved_nodes_paginator: DescribeReservedNodesPaginator = client.get_paginator("describe_reserved_nodes")
|
|
@@ -112,6 +114,7 @@ from .type_defs import (
|
|
|
112
114
|
DescribeDataSharesForProducerResultTypeDef,
|
|
113
115
|
DescribeDataSharesResultTypeDef,
|
|
114
116
|
DescribeDefaultClusterParametersResultTypeDef,
|
|
117
|
+
DescribeRedshiftIdcApplicationsResultPaginatorTypeDef,
|
|
115
118
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
116
119
|
DescribeSnapshotSchedulesOutputMessageTypeDef,
|
|
117
120
|
EndpointAccessListTypeDef,
|
|
@@ -165,6 +168,7 @@ __all__ = (
|
|
|
165
168
|
"DescribeInboundIntegrationsPaginator",
|
|
166
169
|
"DescribeNodeConfigurationOptionsPaginator",
|
|
167
170
|
"DescribeOrderableClusterOptionsPaginator",
|
|
171
|
+
"DescribeRedshiftIdcApplicationsPaginator",
|
|
168
172
|
"DescribeReservedNodeExchangeStatusPaginator",
|
|
169
173
|
"DescribeReservedNodeOfferingsPaginator",
|
|
170
174
|
"DescribeReservedNodesPaginator",
|
|
@@ -610,6 +614,23 @@ class DescribeOrderableClusterOptionsPaginator(Paginator):
|
|
|
610
614
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/paginators/#describeorderableclusteroptionspaginator)
|
|
611
615
|
"""
|
|
612
616
|
|
|
617
|
+
class DescribeRedshiftIdcApplicationsPaginator(Paginator):
|
|
618
|
+
"""
|
|
619
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeRedshiftIdcApplications)
|
|
620
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/paginators/#describeredshiftidcapplicationspaginator)
|
|
621
|
+
"""
|
|
622
|
+
|
|
623
|
+
def paginate(
|
|
624
|
+
self,
|
|
625
|
+
*,
|
|
626
|
+
RedshiftIdcApplicationArn: str = ...,
|
|
627
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
628
|
+
) -> _PageIterator[DescribeRedshiftIdcApplicationsResultPaginatorTypeDef]:
|
|
629
|
+
"""
|
|
630
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeRedshiftIdcApplications.paginate)
|
|
631
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/paginators/#describeredshiftidcapplicationspaginator)
|
|
632
|
+
"""
|
|
633
|
+
|
|
613
634
|
class DescribeReservedNodeExchangeStatusPaginator(Paginator):
|
|
614
635
|
"""
|
|
615
636
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Paginator.DescribeReservedNodeExchangeStatus)
|
mypy_boto3_redshift/type_defs.py
CHANGED
|
@@ -37,6 +37,7 @@ from .literals import (
|
|
|
37
37
|
ScheduledActionStateType,
|
|
38
38
|
ScheduledActionTypeValuesType,
|
|
39
39
|
ScheduleStateType,
|
|
40
|
+
ServiceAuthorizationType,
|
|
40
41
|
SnapshotAttributeToSortByType,
|
|
41
42
|
SortByOrderType,
|
|
42
43
|
SourceTypeType,
|
|
@@ -71,6 +72,8 @@ __all__ = (
|
|
|
71
72
|
"AuthorizeDataShareMessageRequestTypeDef",
|
|
72
73
|
"AuthorizeEndpointAccessMessageRequestTypeDef",
|
|
73
74
|
"AuthorizeSnapshotAccessMessageRequestTypeDef",
|
|
75
|
+
"AuthorizedTokenIssuerPaginatorTypeDef",
|
|
76
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
74
77
|
"SupportedPlatformTypeDef",
|
|
75
78
|
"DeleteClusterSnapshotMessageTypeDef",
|
|
76
79
|
"SnapshotErrorMessageTypeDef",
|
|
@@ -113,6 +116,7 @@ __all__ = (
|
|
|
113
116
|
"DeleteEventSubscriptionMessageRequestTypeDef",
|
|
114
117
|
"DeleteHsmClientCertificateMessageRequestTypeDef",
|
|
115
118
|
"DeleteHsmConfigurationMessageRequestTypeDef",
|
|
119
|
+
"DeleteRedshiftIdcApplicationMessageRequestTypeDef",
|
|
116
120
|
"DeleteResourcePolicyMessageRequestTypeDef",
|
|
117
121
|
"DeleteScheduledActionMessageRequestTypeDef",
|
|
118
122
|
"DeleteSnapshotCopyGrantMessageRequestTypeDef",
|
|
@@ -149,6 +153,7 @@ __all__ = (
|
|
|
149
153
|
"DescribeOrderableClusterOptionsMessageRequestTypeDef",
|
|
150
154
|
"DescribePartnersInputMessageRequestTypeDef",
|
|
151
155
|
"PartnerIntegrationInfoTypeDef",
|
|
156
|
+
"DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
|
|
152
157
|
"DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
|
|
153
158
|
"DescribeReservedNodeOfferingsMessageRequestTypeDef",
|
|
154
159
|
"DescribeReservedNodesMessageRequestTypeDef",
|
|
@@ -175,6 +180,7 @@ __all__ = (
|
|
|
175
180
|
"GetResourcePolicyMessageRequestTypeDef",
|
|
176
181
|
"ResourcePolicyTypeDef",
|
|
177
182
|
"IntegrationErrorTypeDef",
|
|
183
|
+
"LakeFormationQueryTypeDef",
|
|
178
184
|
"ModifyAquaInputMessageRequestTypeDef",
|
|
179
185
|
"ModifyAuthenticationProfileMessageRequestTypeDef",
|
|
180
186
|
"ModifyClusterDbRevisionMessageRequestTypeDef",
|
|
@@ -293,6 +299,7 @@ __all__ = (
|
|
|
293
299
|
"DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef",
|
|
294
300
|
"DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef",
|
|
295
301
|
"DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef",
|
|
302
|
+
"DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
|
|
296
303
|
"DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
|
|
297
304
|
"DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef",
|
|
298
305
|
"DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef",
|
|
@@ -320,6 +327,7 @@ __all__ = (
|
|
|
320
327
|
"GetResourcePolicyResultTypeDef",
|
|
321
328
|
"PutResourcePolicyResultTypeDef",
|
|
322
329
|
"InboundIntegrationTypeDef",
|
|
330
|
+
"LakeFormationScopeUnionTypeDef",
|
|
323
331
|
"VpcEndpointTypeDef",
|
|
324
332
|
"NodeConfigurationOptionsMessageTypeDef",
|
|
325
333
|
"ReservedNodeOfferingTypeDef",
|
|
@@ -361,6 +369,8 @@ __all__ = (
|
|
|
361
369
|
"DescribeDataSharesResultTypeDef",
|
|
362
370
|
"EventCategoriesMessageTypeDef",
|
|
363
371
|
"InboundIntegrationsMessageTypeDef",
|
|
372
|
+
"ServiceIntegrationsUnionPaginatorTypeDef",
|
|
373
|
+
"ServiceIntegrationsUnionTypeDef",
|
|
364
374
|
"EndpointAccessResponseTypeDef",
|
|
365
375
|
"EndpointAccessTypeDef",
|
|
366
376
|
"EndpointTypeDef",
|
|
@@ -381,6 +391,10 @@ __all__ = (
|
|
|
381
391
|
"ClusterSecurityGroupMessageTypeDef",
|
|
382
392
|
"CreateClusterSecurityGroupResultTypeDef",
|
|
383
393
|
"RevokeClusterSecurityGroupIngressResultTypeDef",
|
|
394
|
+
"RedshiftIdcApplicationPaginatorTypeDef",
|
|
395
|
+
"CreateRedshiftIdcApplicationMessageRequestTypeDef",
|
|
396
|
+
"ModifyRedshiftIdcApplicationMessageRequestTypeDef",
|
|
397
|
+
"RedshiftIdcApplicationTypeDef",
|
|
384
398
|
"EndpointAccessListTypeDef",
|
|
385
399
|
"ClusterTypeDef",
|
|
386
400
|
"GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef",
|
|
@@ -389,6 +403,10 @@ __all__ = (
|
|
|
389
403
|
"ClusterSubnetGroupMessageTypeDef",
|
|
390
404
|
"CreateClusterSubnetGroupResultTypeDef",
|
|
391
405
|
"ModifyClusterSubnetGroupResultTypeDef",
|
|
406
|
+
"DescribeRedshiftIdcApplicationsResultPaginatorTypeDef",
|
|
407
|
+
"CreateRedshiftIdcApplicationResultTypeDef",
|
|
408
|
+
"DescribeRedshiftIdcApplicationsResultTypeDef",
|
|
409
|
+
"ModifyRedshiftIdcApplicationResultTypeDef",
|
|
392
410
|
"ClustersMessageTypeDef",
|
|
393
411
|
"CreateClusterResultTypeDef",
|
|
394
412
|
"DeleteClusterResultTypeDef",
|
|
@@ -452,6 +470,7 @@ AssociateDataShareConsumerMessageRequestTypeDef = TypedDict(
|
|
|
452
470
|
"AssociateEntireAccount": NotRequired[bool],
|
|
453
471
|
"ConsumerArn": NotRequired[str],
|
|
454
472
|
"ConsumerRegion": NotRequired[str],
|
|
473
|
+
"AllowWrites": NotRequired[bool],
|
|
455
474
|
},
|
|
456
475
|
)
|
|
457
476
|
CertificateAssociationTypeDef = TypedDict(
|
|
@@ -482,6 +501,7 @@ AuthorizeDataShareMessageRequestTypeDef = TypedDict(
|
|
|
482
501
|
{
|
|
483
502
|
"DataShareArn": str,
|
|
484
503
|
"ConsumerIdentifier": str,
|
|
504
|
+
"AllowWrites": NotRequired[bool],
|
|
485
505
|
},
|
|
486
506
|
)
|
|
487
507
|
AuthorizeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
@@ -501,6 +521,20 @@ AuthorizeSnapshotAccessMessageRequestTypeDef = TypedDict(
|
|
|
501
521
|
"SnapshotClusterIdentifier": NotRequired[str],
|
|
502
522
|
},
|
|
503
523
|
)
|
|
524
|
+
AuthorizedTokenIssuerPaginatorTypeDef = TypedDict(
|
|
525
|
+
"AuthorizedTokenIssuerPaginatorTypeDef",
|
|
526
|
+
{
|
|
527
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
528
|
+
"AuthorizedAudiencesList": NotRequired[List[str]],
|
|
529
|
+
},
|
|
530
|
+
)
|
|
531
|
+
AuthorizedTokenIssuerTypeDef = TypedDict(
|
|
532
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
533
|
+
{
|
|
534
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
535
|
+
"AuthorizedAudiencesList": NotRequired[Sequence[str]],
|
|
536
|
+
},
|
|
537
|
+
)
|
|
504
538
|
SupportedPlatformTypeDef = TypedDict(
|
|
505
539
|
"SupportedPlatformTypeDef",
|
|
506
540
|
{
|
|
@@ -752,6 +786,8 @@ DataShareAssociationTypeDef = TypedDict(
|
|
|
752
786
|
"ConsumerRegion": NotRequired[str],
|
|
753
787
|
"CreatedDate": NotRequired[datetime],
|
|
754
788
|
"StatusChangeDate": NotRequired[datetime],
|
|
789
|
+
"ProducerAllowedWrites": NotRequired[bool],
|
|
790
|
+
"ConsumerAcceptedWrites": NotRequired[bool],
|
|
755
791
|
},
|
|
756
792
|
)
|
|
757
793
|
DeauthorizeDataShareMessageRequestTypeDef = TypedDict(
|
|
@@ -805,6 +841,7 @@ DeleteCustomDomainAssociationMessageRequestTypeDef = TypedDict(
|
|
|
805
841
|
"DeleteCustomDomainAssociationMessageRequestTypeDef",
|
|
806
842
|
{
|
|
807
843
|
"ClusterIdentifier": str,
|
|
844
|
+
"CustomDomainName": str,
|
|
808
845
|
},
|
|
809
846
|
)
|
|
810
847
|
DeleteEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
@@ -831,6 +868,12 @@ DeleteHsmConfigurationMessageRequestTypeDef = TypedDict(
|
|
|
831
868
|
"HsmConfigurationIdentifier": str,
|
|
832
869
|
},
|
|
833
870
|
)
|
|
871
|
+
DeleteRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
|
|
872
|
+
"DeleteRedshiftIdcApplicationMessageRequestTypeDef",
|
|
873
|
+
{
|
|
874
|
+
"RedshiftIdcApplicationArn": str,
|
|
875
|
+
},
|
|
876
|
+
)
|
|
834
877
|
DeleteResourcePolicyMessageRequestTypeDef = TypedDict(
|
|
835
878
|
"DeleteResourcePolicyMessageRequestTypeDef",
|
|
836
879
|
{
|
|
@@ -1128,6 +1171,14 @@ PartnerIntegrationInfoTypeDef = TypedDict(
|
|
|
1128
1171
|
"UpdatedAt": NotRequired[datetime],
|
|
1129
1172
|
},
|
|
1130
1173
|
)
|
|
1174
|
+
DescribeRedshiftIdcApplicationsMessageRequestTypeDef = TypedDict(
|
|
1175
|
+
"DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
|
|
1176
|
+
{
|
|
1177
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
1178
|
+
"MaxRecords": NotRequired[int],
|
|
1179
|
+
"Marker": NotRequired[str],
|
|
1180
|
+
},
|
|
1181
|
+
)
|
|
1131
1182
|
DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef = TypedDict(
|
|
1132
1183
|
"DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
|
|
1133
1184
|
{
|
|
@@ -1360,6 +1411,12 @@ IntegrationErrorTypeDef = TypedDict(
|
|
|
1360
1411
|
"ErrorMessage": NotRequired[str],
|
|
1361
1412
|
},
|
|
1362
1413
|
)
|
|
1414
|
+
LakeFormationQueryTypeDef = TypedDict(
|
|
1415
|
+
"LakeFormationQueryTypeDef",
|
|
1416
|
+
{
|
|
1417
|
+
"Authorization": ServiceAuthorizationType,
|
|
1418
|
+
},
|
|
1419
|
+
)
|
|
1363
1420
|
ModifyAquaInputMessageRequestTypeDef = TypedDict(
|
|
1364
1421
|
"ModifyAquaInputMessageRequestTypeDef",
|
|
1365
1422
|
{
|
|
@@ -1451,9 +1508,9 @@ ModifyClusterSubnetGroupMessageRequestTypeDef = TypedDict(
|
|
|
1451
1508
|
ModifyCustomDomainAssociationMessageRequestTypeDef = TypedDict(
|
|
1452
1509
|
"ModifyCustomDomainAssociationMessageRequestTypeDef",
|
|
1453
1510
|
{
|
|
1511
|
+
"CustomDomainName": str,
|
|
1512
|
+
"CustomDomainCertificateArn": str,
|
|
1454
1513
|
"ClusterIdentifier": str,
|
|
1455
|
-
"CustomDomainName": NotRequired[str],
|
|
1456
|
-
"CustomDomainCertificateArn": NotRequired[str],
|
|
1457
1514
|
},
|
|
1458
1515
|
)
|
|
1459
1516
|
ModifyEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
@@ -2038,6 +2095,7 @@ CreateClusterMessageRequestTypeDef = TypedDict(
|
|
|
2038
2095
|
"MasterPasswordSecretKmsKeyId": NotRequired[str],
|
|
2039
2096
|
"IpAddressType": NotRequired[str],
|
|
2040
2097
|
"MultiAZ": NotRequired[bool],
|
|
2098
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
2041
2099
|
},
|
|
2042
2100
|
)
|
|
2043
2101
|
CreateClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
@@ -2542,6 +2600,13 @@ DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTyp
|
|
|
2542
2600
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2543
2601
|
},
|
|
2544
2602
|
)
|
|
2603
|
+
DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef = TypedDict(
|
|
2604
|
+
"DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
|
|
2605
|
+
{
|
|
2606
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
2607
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2608
|
+
},
|
|
2609
|
+
)
|
|
2545
2610
|
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef = TypedDict(
|
|
2546
2611
|
"DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
|
|
2547
2612
|
{
|
|
@@ -2820,6 +2885,12 @@ InboundIntegrationTypeDef = TypedDict(
|
|
|
2820
2885
|
"CreateTime": NotRequired[datetime],
|
|
2821
2886
|
},
|
|
2822
2887
|
)
|
|
2888
|
+
LakeFormationScopeUnionTypeDef = TypedDict(
|
|
2889
|
+
"LakeFormationScopeUnionTypeDef",
|
|
2890
|
+
{
|
|
2891
|
+
"LakeFormationQuery": NotRequired[LakeFormationQueryTypeDef],
|
|
2892
|
+
},
|
|
2893
|
+
)
|
|
2823
2894
|
VpcEndpointTypeDef = TypedDict(
|
|
2824
2895
|
"VpcEndpointTypeDef",
|
|
2825
2896
|
{
|
|
@@ -3151,6 +3222,18 @@ InboundIntegrationsMessageTypeDef = TypedDict(
|
|
|
3151
3222
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3152
3223
|
},
|
|
3153
3224
|
)
|
|
3225
|
+
ServiceIntegrationsUnionPaginatorTypeDef = TypedDict(
|
|
3226
|
+
"ServiceIntegrationsUnionPaginatorTypeDef",
|
|
3227
|
+
{
|
|
3228
|
+
"LakeFormation": NotRequired[List[LakeFormationScopeUnionTypeDef]],
|
|
3229
|
+
},
|
|
3230
|
+
)
|
|
3231
|
+
ServiceIntegrationsUnionTypeDef = TypedDict(
|
|
3232
|
+
"ServiceIntegrationsUnionTypeDef",
|
|
3233
|
+
{
|
|
3234
|
+
"LakeFormation": NotRequired[Sequence[LakeFormationScopeUnionTypeDef]],
|
|
3235
|
+
},
|
|
3236
|
+
)
|
|
3154
3237
|
EndpointAccessResponseTypeDef = TypedDict(
|
|
3155
3238
|
"EndpointAccessResponseTypeDef",
|
|
3156
3239
|
{
|
|
@@ -3348,6 +3431,59 @@ RevokeClusterSecurityGroupIngressResultTypeDef = TypedDict(
|
|
|
3348
3431
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3349
3432
|
},
|
|
3350
3433
|
)
|
|
3434
|
+
RedshiftIdcApplicationPaginatorTypeDef = TypedDict(
|
|
3435
|
+
"RedshiftIdcApplicationPaginatorTypeDef",
|
|
3436
|
+
{
|
|
3437
|
+
"IdcInstanceArn": NotRequired[str],
|
|
3438
|
+
"RedshiftIdcApplicationName": NotRequired[str],
|
|
3439
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
3440
|
+
"IdentityNamespace": NotRequired[str],
|
|
3441
|
+
"IdcDisplayName": NotRequired[str],
|
|
3442
|
+
"IamRoleArn": NotRequired[str],
|
|
3443
|
+
"IdcManagedApplicationArn": NotRequired[str],
|
|
3444
|
+
"IdcOnboardStatus": NotRequired[str],
|
|
3445
|
+
"AuthorizedTokenIssuerList": NotRequired[List[AuthorizedTokenIssuerPaginatorTypeDef]],
|
|
3446
|
+
"ServiceIntegrations": NotRequired[List[ServiceIntegrationsUnionPaginatorTypeDef]],
|
|
3447
|
+
},
|
|
3448
|
+
)
|
|
3449
|
+
CreateRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
|
|
3450
|
+
"CreateRedshiftIdcApplicationMessageRequestTypeDef",
|
|
3451
|
+
{
|
|
3452
|
+
"IdcInstanceArn": str,
|
|
3453
|
+
"RedshiftIdcApplicationName": str,
|
|
3454
|
+
"IdcDisplayName": str,
|
|
3455
|
+
"IamRoleArn": str,
|
|
3456
|
+
"IdentityNamespace": NotRequired[str],
|
|
3457
|
+
"AuthorizedTokenIssuerList": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
|
|
3458
|
+
"ServiceIntegrations": NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]],
|
|
3459
|
+
},
|
|
3460
|
+
)
|
|
3461
|
+
ModifyRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
|
|
3462
|
+
"ModifyRedshiftIdcApplicationMessageRequestTypeDef",
|
|
3463
|
+
{
|
|
3464
|
+
"RedshiftIdcApplicationArn": str,
|
|
3465
|
+
"IdentityNamespace": NotRequired[str],
|
|
3466
|
+
"IamRoleArn": NotRequired[str],
|
|
3467
|
+
"IdcDisplayName": NotRequired[str],
|
|
3468
|
+
"AuthorizedTokenIssuerList": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
|
|
3469
|
+
"ServiceIntegrations": NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]],
|
|
3470
|
+
},
|
|
3471
|
+
)
|
|
3472
|
+
RedshiftIdcApplicationTypeDef = TypedDict(
|
|
3473
|
+
"RedshiftIdcApplicationTypeDef",
|
|
3474
|
+
{
|
|
3475
|
+
"IdcInstanceArn": NotRequired[str],
|
|
3476
|
+
"RedshiftIdcApplicationName": NotRequired[str],
|
|
3477
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
3478
|
+
"IdentityNamespace": NotRequired[str],
|
|
3479
|
+
"IdcDisplayName": NotRequired[str],
|
|
3480
|
+
"IamRoleArn": NotRequired[str],
|
|
3481
|
+
"IdcManagedApplicationArn": NotRequired[str],
|
|
3482
|
+
"IdcOnboardStatus": NotRequired[str],
|
|
3483
|
+
"AuthorizedTokenIssuerList": NotRequired[List[AuthorizedTokenIssuerTypeDef]],
|
|
3484
|
+
"ServiceIntegrations": NotRequired[List[ServiceIntegrationsUnionTypeDef]],
|
|
3485
|
+
},
|
|
3486
|
+
)
|
|
3351
3487
|
EndpointAccessListTypeDef = TypedDict(
|
|
3352
3488
|
"EndpointAccessListTypeDef",
|
|
3353
3489
|
{
|
|
@@ -3467,6 +3603,36 @@ ModifyClusterSubnetGroupResultTypeDef = TypedDict(
|
|
|
3467
3603
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3468
3604
|
},
|
|
3469
3605
|
)
|
|
3606
|
+
DescribeRedshiftIdcApplicationsResultPaginatorTypeDef = TypedDict(
|
|
3607
|
+
"DescribeRedshiftIdcApplicationsResultPaginatorTypeDef",
|
|
3608
|
+
{
|
|
3609
|
+
"RedshiftIdcApplications": List[RedshiftIdcApplicationPaginatorTypeDef],
|
|
3610
|
+
"Marker": str,
|
|
3611
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3612
|
+
},
|
|
3613
|
+
)
|
|
3614
|
+
CreateRedshiftIdcApplicationResultTypeDef = TypedDict(
|
|
3615
|
+
"CreateRedshiftIdcApplicationResultTypeDef",
|
|
3616
|
+
{
|
|
3617
|
+
"RedshiftIdcApplication": RedshiftIdcApplicationTypeDef,
|
|
3618
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3619
|
+
},
|
|
3620
|
+
)
|
|
3621
|
+
DescribeRedshiftIdcApplicationsResultTypeDef = TypedDict(
|
|
3622
|
+
"DescribeRedshiftIdcApplicationsResultTypeDef",
|
|
3623
|
+
{
|
|
3624
|
+
"RedshiftIdcApplications": List[RedshiftIdcApplicationTypeDef],
|
|
3625
|
+
"Marker": str,
|
|
3626
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3627
|
+
},
|
|
3628
|
+
)
|
|
3629
|
+
ModifyRedshiftIdcApplicationResultTypeDef = TypedDict(
|
|
3630
|
+
"ModifyRedshiftIdcApplicationResultTypeDef",
|
|
3631
|
+
{
|
|
3632
|
+
"RedshiftIdcApplication": RedshiftIdcApplicationTypeDef,
|
|
3633
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3634
|
+
},
|
|
3635
|
+
)
|
|
3470
3636
|
ClustersMessageTypeDef = TypedDict(
|
|
3471
3637
|
"ClustersMessageTypeDef",
|
|
3472
3638
|
{
|