mypy-boto3-redshift 1.28.76__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 +82 -10
- mypy_boto3_redshift/client.pyi +82 -10
- mypy_boto3_redshift/literals.py +23 -1
- mypy_boto3_redshift/literals.pyi +23 -1
- mypy_boto3_redshift/paginator.py +22 -0
- mypy_boto3_redshift/paginator.pyi +21 -0
- mypy_boto3_redshift/type_defs.py +168 -347
- mypy_boto3_redshift/type_defs.pyi +168 -347
- mypy_boto3_redshift/version.py +1 -1
- {mypy_boto3_redshift-1.28.76.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.28.76.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/WHEEL +1 -1
- mypy_boto3_redshift-1.28.76.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.28.76.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_redshift-1.28.76.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",
|
|
@@ -371,6 +385,7 @@ ServiceName = Literal[
|
|
|
371
385
|
"kms",
|
|
372
386
|
"lakeformation",
|
|
373
387
|
"lambda",
|
|
388
|
+
"launch-wizard",
|
|
374
389
|
"lex-models",
|
|
375
390
|
"lex-runtime",
|
|
376
391
|
"lexv2-models",
|
|
@@ -386,11 +401,12 @@ ServiceName = Literal[
|
|
|
386
401
|
"lookoutvision",
|
|
387
402
|
"m2",
|
|
388
403
|
"machinelearning",
|
|
389
|
-
"macie",
|
|
390
404
|
"macie2",
|
|
391
405
|
"managedblockchain",
|
|
392
406
|
"managedblockchain-query",
|
|
407
|
+
"marketplace-agreement",
|
|
393
408
|
"marketplace-catalog",
|
|
409
|
+
"marketplace-deployment",
|
|
394
410
|
"marketplace-entitlement",
|
|
395
411
|
"marketplacecommerceanalytics",
|
|
396
412
|
"mediaconnect",
|
|
@@ -446,6 +462,8 @@ ServiceName = Literal[
|
|
|
446
462
|
"pricing",
|
|
447
463
|
"privatenetworks",
|
|
448
464
|
"proton",
|
|
465
|
+
"qbusiness",
|
|
466
|
+
"qconnect",
|
|
449
467
|
"qldb",
|
|
450
468
|
"qldb-session",
|
|
451
469
|
"quicksight",
|
|
@@ -457,6 +475,7 @@ ServiceName = Literal[
|
|
|
457
475
|
"redshift-data",
|
|
458
476
|
"redshift-serverless",
|
|
459
477
|
"rekognition",
|
|
478
|
+
"repostspace",
|
|
460
479
|
"resiliencehub",
|
|
461
480
|
"resource-explorer-2",
|
|
462
481
|
"resource-groups",
|
|
@@ -524,6 +543,7 @@ ServiceName = Literal[
|
|
|
524
543
|
"transcribe",
|
|
525
544
|
"transfer",
|
|
526
545
|
"translate",
|
|
546
|
+
"trustedadvisor",
|
|
527
547
|
"verifiedpermissions",
|
|
528
548
|
"voice-id",
|
|
529
549
|
"vpc-lattice",
|
|
@@ -537,6 +557,7 @@ ServiceName = Literal[
|
|
|
537
557
|
"workmail",
|
|
538
558
|
"workmailmessageflow",
|
|
539
559
|
"workspaces",
|
|
560
|
+
"workspaces-thin-client",
|
|
540
561
|
"workspaces-web",
|
|
541
562
|
"xray",
|
|
542
563
|
]
|
|
@@ -576,6 +597,7 @@ PaginatorName = Literal[
|
|
|
576
597
|
"describe_inbound_integrations",
|
|
577
598
|
"describe_node_configuration_options",
|
|
578
599
|
"describe_orderable_cluster_options",
|
|
600
|
+
"describe_redshift_idc_applications",
|
|
579
601
|
"describe_reserved_node_exchange_status",
|
|
580
602
|
"describe_reserved_node_offerings",
|
|
581
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)
|