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.
@@ -0,0 +1,597 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-redshift
3
+ Version: 1.35.71
4
+ Summary: Type annotations for boto3 Redshift 1.35.71 service generated with mypy-boto3-builder 8.4.1
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_redshift/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: boto3 redshift type-annotations botocore mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
34
+
35
+ <a id="types-boto3-redshift"></a>
36
+
37
+ # types-boto3-redshift
38
+
39
+ [![PyPI - types-boto3-redshift](https://img.shields.io/pypi/v/types-boto3-redshift.svg?color=blue)](https://pypi.org/project/types-boto3-redshift/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-redshift.svg?color=blue)](https://pypi.org/project/types-boto3-redshift/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-redshift)](https://pypistats.org/packages/types-boto3-redshift)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for [boto3 Redshift 1.35.71](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated by
55
+ [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
59
+ [types-boto3-redshift docs](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/).
60
+
61
+ See how it helps you find and fix potential bugs:
62
+
63
+ ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-boto3-redshift](#types-boto3-redshift)
66
+ - [How to install](#how-to-install)
67
+ - [VSCode extension](#vscode-extension)
68
+ - [From PyPI with pip](#from-pypi-with-pip)
69
+ - [How to uninstall](#how-to-uninstall)
70
+ - [Usage](#usage)
71
+ - [VSCode](#vscode)
72
+ - [PyCharm](#pycharm)
73
+ - [Emacs](#emacs)
74
+ - [Sublime Text](#sublime-text)
75
+ - [Other IDEs](#other-ides)
76
+ - [mypy](#mypy)
77
+ - [pyright](#pyright)
78
+ - [Explicit type annotations](#explicit-type-annotations)
79
+ - [Client annotations](#client-annotations)
80
+ - [Paginators annotations](#paginators-annotations)
81
+ - [Waiters annotations](#waiters-annotations)
82
+ - [Literals](#literals)
83
+ - [Type definitions](#type-definitions)
84
+ - [How it works](#how-it-works)
85
+ - [What's new](#what's-new)
86
+ - [Implemented features](#implemented-features)
87
+ - [Latest changes](#latest-changes)
88
+ - [Versioning](#versioning)
89
+ - [Thank you](#thank-you)
90
+ - [Documentation](#documentation)
91
+ - [Support and contributing](#support-and-contributing)
92
+
93
+ <a id="how-to-install"></a>
94
+
95
+ ## How to install
96
+
97
+ <a id="vscode-extension"></a>
98
+
99
+ ### VSCode extension
100
+
101
+ Add
102
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
103
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
104
+
105
+ Click `Modify` and select `boto3 common` and `Redshift`.
106
+
107
+ <a id="from-pypi-with-pip"></a>
108
+
109
+ ### From PyPI with pip
110
+
111
+ Install `types-boto3` for `Redshift` service.
112
+
113
+ ```bash
114
+ # install with boto3 type annotations
115
+ python -m pip install 'types-boto3[redshift]'
116
+
117
+
118
+ # Lite version does not provide session.client/resource overloads
119
+ # it is more RAM-friendly, but requires explicit type annotations
120
+ python -m pip install 'types-boto3-lite[redshift]'
121
+
122
+
123
+ # standalone installation
124
+ python -m pip install types-boto3-redshift
125
+ ```
126
+
127
+ <a id="how-to-uninstall"></a>
128
+
129
+ ## How to uninstall
130
+
131
+ ```bash
132
+ python -m pip uninstall -y types-boto3-redshift
133
+ ```
134
+
135
+ <a id="usage"></a>
136
+
137
+ ## Usage
138
+
139
+ <a id="vscode"></a>
140
+
141
+ ### VSCode
142
+
143
+ - Install
144
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
145
+ - Install
146
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
147
+ - Set `Pylance` as your Python Language Server
148
+ - Install `types-boto3[redshift]` in your environment:
149
+
150
+ ```bash
151
+ python -m pip install 'types-boto3[redshift]'
152
+ ```
153
+
154
+ Both type checking and code completion should now work. No explicit type
155
+ annotations required, write your `boto3` code as usual.
156
+
157
+ <a id="pycharm"></a>
158
+
159
+ ### PyCharm
160
+
161
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
162
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
163
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
164
+ > the issue is resolved.
165
+
166
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
167
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
168
+ > [pyright](https://github.com/microsoft/pyright) instead.
169
+
170
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
171
+ > `types-boto3` with
172
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
173
+
174
+ ```bash
175
+ pip uninstall types-boto3
176
+ pip install types-boto3-lite
177
+ ```
178
+
179
+ Install `types-boto3[redshift]` in your environment:
180
+
181
+ ```bash
182
+ python -m pip install 'types-boto3[redshift]'
183
+ ```
184
+
185
+ Both type checking and code completion should now work.
186
+
187
+ <a id="emacs"></a>
188
+
189
+ ### Emacs
190
+
191
+ - Install `types-boto3` with services you use in your environment:
192
+
193
+ ```bash
194
+ python -m pip install 'types-boto3[redshift]'
195
+ ```
196
+
197
+ - Install [use-package](https://github.com/jwiegley/use-package),
198
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
199
+ [company](https://github.com/company-mode/company-mode) and
200
+ [flycheck](https://github.com/flycheck/flycheck) packages
201
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
202
+
203
+ ```elisp
204
+ (use-package lsp-pyright
205
+ :ensure t
206
+ :hook (python-mode . (lambda ()
207
+ (require 'lsp-pyright)
208
+ (lsp))) ; or lsp-deferred
209
+ :init (when (executable-find "python3")
210
+ (setq lsp-pyright-python-executable-cmd "python3"))
211
+ )
212
+ ```
213
+
214
+ - Make sure emacs uses the environment where you have installed `types-boto3`
215
+
216
+ Type checking should now work. No explicit type annotations required, write
217
+ your `boto3` code as usual.
218
+
219
+ <a id="sublime-text"></a>
220
+
221
+ ### Sublime Text
222
+
223
+ - Install `types-boto3[redshift]` with services you use in your environment:
224
+
225
+ ```bash
226
+ python -m pip install 'types-boto3[redshift]'
227
+ ```
228
+
229
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
230
+
231
+ Type checking should now work. No explicit type annotations required, write
232
+ your `boto3` code as usual.
233
+
234
+ <a id="other-ides"></a>
235
+
236
+ ### Other IDEs
237
+
238
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
239
+ should work.
240
+
241
+ <a id="mypy"></a>
242
+
243
+ ### mypy
244
+
245
+ - Install `mypy`: `python -m pip install mypy`
246
+ - Install `types-boto3[redshift]` in your environment:
247
+
248
+ ```bash
249
+ python -m pip install 'types-boto3[redshift]'
250
+ ```
251
+
252
+ Type checking should now work. No explicit type annotations required, write
253
+ your `boto3` code as usual.
254
+
255
+ <a id="pyright"></a>
256
+
257
+ ### pyright
258
+
259
+ - Install `pyright`: `npm i -g pyright`
260
+ - Install `types-boto3[redshift]` in your environment:
261
+
262
+ ```bash
263
+ python -m pip install 'types-boto3[redshift]'
264
+ ```
265
+
266
+ Optionally, you can install `types-boto3` to `typings` directory.
267
+
268
+ Type checking should now work. No explicit type annotations required, write
269
+ your `boto3` code as usual.
270
+
271
+ <a id="explicit-type-annotations"></a>
272
+
273
+ ## Explicit type annotations
274
+
275
+ <a id="client-annotations"></a>
276
+
277
+ ### Client annotations
278
+
279
+ `RedshiftClient` provides annotations for `boto3.client("redshift")`.
280
+
281
+ ```python
282
+ from boto3.session import Session
283
+
284
+ from types_boto3_redshift import RedshiftClient
285
+
286
+ client: RedshiftClient = Session().client("redshift")
287
+
288
+ # now client usage is checked by mypy and IDE should provide code completion
289
+ ```
290
+
291
+ <a id="paginators-annotations"></a>
292
+
293
+ ### Paginators annotations
294
+
295
+ `types_boto3_redshift.paginator` module contains type annotations for all
296
+ paginators.
297
+
298
+ ```python
299
+ from boto3.session import Session
300
+
301
+ from types_boto3_redshift import RedshiftClient
302
+ from types_boto3_redshift.paginator import (
303
+ DescribeClusterDbRevisionsPaginator,
304
+ DescribeClusterParameterGroupsPaginator,
305
+ DescribeClusterParametersPaginator,
306
+ DescribeClusterSecurityGroupsPaginator,
307
+ DescribeClusterSnapshotsPaginator,
308
+ DescribeClusterSubnetGroupsPaginator,
309
+ DescribeClusterTracksPaginator,
310
+ DescribeClusterVersionsPaginator,
311
+ DescribeClustersPaginator,
312
+ DescribeCustomDomainAssociationsPaginator,
313
+ DescribeDataSharesForConsumerPaginator,
314
+ DescribeDataSharesForProducerPaginator,
315
+ DescribeDataSharesPaginator,
316
+ DescribeDefaultClusterParametersPaginator,
317
+ DescribeEndpointAccessPaginator,
318
+ DescribeEndpointAuthorizationPaginator,
319
+ DescribeEventSubscriptionsPaginator,
320
+ DescribeEventsPaginator,
321
+ DescribeHsmClientCertificatesPaginator,
322
+ DescribeHsmConfigurationsPaginator,
323
+ DescribeInboundIntegrationsPaginator,
324
+ DescribeIntegrationsPaginator,
325
+ DescribeNodeConfigurationOptionsPaginator,
326
+ DescribeOrderableClusterOptionsPaginator,
327
+ DescribeRedshiftIdcApplicationsPaginator,
328
+ DescribeReservedNodeExchangeStatusPaginator,
329
+ DescribeReservedNodeOfferingsPaginator,
330
+ DescribeReservedNodesPaginator,
331
+ DescribeScheduledActionsPaginator,
332
+ DescribeSnapshotCopyGrantsPaginator,
333
+ DescribeSnapshotSchedulesPaginator,
334
+ DescribeTableRestoreStatusPaginator,
335
+ DescribeTagsPaginator,
336
+ DescribeUsageLimitsPaginator,
337
+ GetReservedNodeExchangeConfigurationOptionsPaginator,
338
+ GetReservedNodeExchangeOfferingsPaginator,
339
+ ListRecommendationsPaginator,
340
+ )
341
+
342
+ client: RedshiftClient = Session().client("redshift")
343
+
344
+ # Explicit type annotations are optional here
345
+ # Types should be correctly discovered by mypy and IDEs
346
+ describe_cluster_db_revisions_paginator: DescribeClusterDbRevisionsPaginator = client.get_paginator(
347
+ "describe_cluster_db_revisions"
348
+ )
349
+ describe_cluster_parameter_groups_paginator: DescribeClusterParameterGroupsPaginator = (
350
+ client.get_paginator("describe_cluster_parameter_groups")
351
+ )
352
+ describe_cluster_parameters_paginator: DescribeClusterParametersPaginator = client.get_paginator(
353
+ "describe_cluster_parameters"
354
+ )
355
+ describe_cluster_security_groups_paginator: DescribeClusterSecurityGroupsPaginator = (
356
+ client.get_paginator("describe_cluster_security_groups")
357
+ )
358
+ describe_cluster_snapshots_paginator: DescribeClusterSnapshotsPaginator = client.get_paginator(
359
+ "describe_cluster_snapshots"
360
+ )
361
+ describe_cluster_subnet_groups_paginator: DescribeClusterSubnetGroupsPaginator = (
362
+ client.get_paginator("describe_cluster_subnet_groups")
363
+ )
364
+ describe_cluster_tracks_paginator: DescribeClusterTracksPaginator = client.get_paginator(
365
+ "describe_cluster_tracks"
366
+ )
367
+ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
368
+ "describe_cluster_versions"
369
+ )
370
+ describe_clusters_paginator: DescribeClustersPaginator = client.get_paginator("describe_clusters")
371
+ describe_custom_domain_associations_paginator: DescribeCustomDomainAssociationsPaginator = (
372
+ client.get_paginator("describe_custom_domain_associations")
373
+ )
374
+ describe_data_shares_for_consumer_paginator: DescribeDataSharesForConsumerPaginator = (
375
+ client.get_paginator("describe_data_shares_for_consumer")
376
+ )
377
+ describe_data_shares_for_producer_paginator: DescribeDataSharesForProducerPaginator = (
378
+ client.get_paginator("describe_data_shares_for_producer")
379
+ )
380
+ describe_data_shares_paginator: DescribeDataSharesPaginator = client.get_paginator(
381
+ "describe_data_shares"
382
+ )
383
+ describe_default_cluster_parameters_paginator: DescribeDefaultClusterParametersPaginator = (
384
+ client.get_paginator("describe_default_cluster_parameters")
385
+ )
386
+ describe_endpoint_access_paginator: DescribeEndpointAccessPaginator = client.get_paginator(
387
+ "describe_endpoint_access"
388
+ )
389
+ describe_endpoint_authorization_paginator: DescribeEndpointAuthorizationPaginator = (
390
+ client.get_paginator("describe_endpoint_authorization")
391
+ )
392
+ describe_event_subscriptions_paginator: DescribeEventSubscriptionsPaginator = client.get_paginator(
393
+ "describe_event_subscriptions"
394
+ )
395
+ describe_events_paginator: DescribeEventsPaginator = client.get_paginator("describe_events")
396
+ describe_hsm_client_certificates_paginator: DescribeHsmClientCertificatesPaginator = (
397
+ client.get_paginator("describe_hsm_client_certificates")
398
+ )
399
+ describe_hsm_configurations_paginator: DescribeHsmConfigurationsPaginator = client.get_paginator(
400
+ "describe_hsm_configurations"
401
+ )
402
+ describe_inbound_integrations_paginator: DescribeInboundIntegrationsPaginator = (
403
+ client.get_paginator("describe_inbound_integrations")
404
+ )
405
+ describe_integrations_paginator: DescribeIntegrationsPaginator = client.get_paginator(
406
+ "describe_integrations"
407
+ )
408
+ describe_node_configuration_options_paginator: DescribeNodeConfigurationOptionsPaginator = (
409
+ client.get_paginator("describe_node_configuration_options")
410
+ )
411
+ describe_orderable_cluster_options_paginator: DescribeOrderableClusterOptionsPaginator = (
412
+ client.get_paginator("describe_orderable_cluster_options")
413
+ )
414
+ describe_redshift_idc_applications_paginator: DescribeRedshiftIdcApplicationsPaginator = (
415
+ client.get_paginator("describe_redshift_idc_applications")
416
+ )
417
+ describe_reserved_node_exchange_status_paginator: DescribeReservedNodeExchangeStatusPaginator = (
418
+ client.get_paginator("describe_reserved_node_exchange_status")
419
+ )
420
+ describe_reserved_node_offerings_paginator: DescribeReservedNodeOfferingsPaginator = (
421
+ client.get_paginator("describe_reserved_node_offerings")
422
+ )
423
+ describe_reserved_nodes_paginator: DescribeReservedNodesPaginator = client.get_paginator(
424
+ "describe_reserved_nodes"
425
+ )
426
+ describe_scheduled_actions_paginator: DescribeScheduledActionsPaginator = client.get_paginator(
427
+ "describe_scheduled_actions"
428
+ )
429
+ describe_snapshot_copy_grants_paginator: DescribeSnapshotCopyGrantsPaginator = client.get_paginator(
430
+ "describe_snapshot_copy_grants"
431
+ )
432
+ describe_snapshot_schedules_paginator: DescribeSnapshotSchedulesPaginator = client.get_paginator(
433
+ "describe_snapshot_schedules"
434
+ )
435
+ describe_table_restore_status_paginator: DescribeTableRestoreStatusPaginator = client.get_paginator(
436
+ "describe_table_restore_status"
437
+ )
438
+ describe_tags_paginator: DescribeTagsPaginator = client.get_paginator("describe_tags")
439
+ describe_usage_limits_paginator: DescribeUsageLimitsPaginator = client.get_paginator(
440
+ "describe_usage_limits"
441
+ )
442
+ get_reserved_node_exchange_configuration_options_paginator: GetReservedNodeExchangeConfigurationOptionsPaginator = client.get_paginator(
443
+ "get_reserved_node_exchange_configuration_options"
444
+ )
445
+ get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = (
446
+ client.get_paginator("get_reserved_node_exchange_offerings")
447
+ )
448
+ list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator(
449
+ "list_recommendations"
450
+ )
451
+ ```
452
+
453
+ <a id="waiters-annotations"></a>
454
+
455
+ ### Waiters annotations
456
+
457
+ `types_boto3_redshift.waiter` module contains type annotations for all waiters.
458
+
459
+ ```python
460
+ from boto3.session import Session
461
+
462
+ from types_boto3_redshift import RedshiftClient
463
+ from types_boto3_redshift.waiter import (
464
+ ClusterAvailableWaiter,
465
+ ClusterDeletedWaiter,
466
+ ClusterRestoredWaiter,
467
+ SnapshotAvailableWaiter,
468
+ )
469
+
470
+ client: RedshiftClient = Session().client("redshift")
471
+
472
+ # Explicit type annotations are optional here
473
+ # Types should be correctly discovered by mypy and IDEs
474
+ cluster_available_waiter: ClusterAvailableWaiter = client.get_waiter("cluster_available")
475
+ cluster_deleted_waiter: ClusterDeletedWaiter = client.get_waiter("cluster_deleted")
476
+ cluster_restored_waiter: ClusterRestoredWaiter = client.get_waiter("cluster_restored")
477
+ snapshot_available_waiter: SnapshotAvailableWaiter = client.get_waiter("snapshot_available")
478
+ ```
479
+
480
+ <a id="literals"></a>
481
+
482
+ ### Literals
483
+
484
+ `types_boto3_redshift.literals` module contains literals extracted from shapes
485
+ that can be used in user code for type checking.
486
+
487
+ Full list of `Redshift` Literals can be found in
488
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/literals/).
489
+
490
+ ```python
491
+ from types_boto3_redshift.literals import ActionTypeType
492
+
493
+
494
+ def check_value(value: ActionTypeType) -> bool: ...
495
+ ```
496
+
497
+ <a id="type-definitions"></a>
498
+
499
+ ### Type definitions
500
+
501
+ `types_boto3_redshift.type_defs` module contains structures and shapes
502
+ assembled to typed dictionaries and unions for additional type checking.
503
+
504
+ Full list of `Redshift` TypeDefs can be found in
505
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/type_defs/).
506
+
507
+ ```python
508
+ from types_boto3_redshift.type_defs import AcceptReservedNodeExchangeInputMessageRequestTypeDef
509
+
510
+
511
+ def get_value() -> AcceptReservedNodeExchangeInputMessageRequestTypeDef:
512
+ return {...}
513
+ ```
514
+
515
+ <a id="how-it-works"></a>
516
+
517
+ ## How it works
518
+
519
+ Fully automated
520
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
521
+ generates type annotations for each service, patiently waiting for `boto3`
522
+ updates. It delivers drop-in type annotations for you and makes sure that:
523
+
524
+ - All available `boto3` services are covered.
525
+ - Each public class and method of every `boto3` service gets valid type
526
+ annotations extracted from `botocore` schemas.
527
+ - Type annotations include up-to-date documentation.
528
+ - Link to documentation is provided for every method.
529
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
530
+
531
+ <a id="what's-new"></a>
532
+
533
+ ## What's new
534
+
535
+ <a id="implemented-features"></a>
536
+
537
+ ### Implemented features
538
+
539
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
540
+ libraries
541
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
542
+ compatibility
543
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
544
+ annotations for each service
545
+ - Generated `TypeDefs` for each service
546
+ - Generated `Literals` for each service
547
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
548
+ - Auto discovery of types for `session.client` and `session.resource` calls
549
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
550
+ calls
551
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
552
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
553
+
554
+ <a id="latest-changes"></a>
555
+
556
+ ### Latest changes
557
+
558
+ Builder changelog can be found in
559
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
560
+
561
+ <a id="versioning"></a>
562
+
563
+ ## Versioning
564
+
565
+ `types-boto3-redshift` version is the same as related `boto3` version and
566
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
567
+
568
+ <a id="thank-you"></a>
569
+
570
+ ## Thank you
571
+
572
+ - [Allie Fitter](https://github.com/alliefitter) for
573
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
574
+ this package is based on top of his work
575
+ - [black](https://github.com/psf/black) developers for an awesome formatting
576
+ tool
577
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
578
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
579
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
580
+ for us
581
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
582
+ Python
583
+
584
+ <a id="documentation"></a>
585
+
586
+ ## Documentation
587
+
588
+ All services type annotations can be found in
589
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/)
590
+
591
+ <a id="support-and-contributing"></a>
592
+
593
+ ## Support and contributing
594
+
595
+ This package is auto-generated. Please reports any bugs or request new features
596
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
597
+ repository.
@@ -0,0 +1,20 @@
1
+ types_boto3_redshift/__init__.py,sha256=hPdrXFhJObth1IufqFSZH8QRjiVuUDhhJkAv3Vzq_ZI,10978
2
+ types_boto3_redshift/__init__.pyi,sha256=2BefRY1k6qlge6kALJjvDJXdwLl8YPCklFQnFSgiIig,10977
3
+ types_boto3_redshift/__main__.py,sha256=EwhQXQO7d6bbCFiDjz7avjxikTI1LEsFsyFdk_J6A9U,954
4
+ types_boto3_redshift/client.py,sha256=AC33QUo2Wy8Qbn2avLe6D0KldB9sWXiFfuH7QDoTLOw,121654
5
+ types_boto3_redshift/client.pyi,sha256=lFWO6_YClo6wc-ri_4WAMXl_CU5RHYnzfsgGU6vDN9Q,121650
6
+ types_boto3_redshift/literals.py,sha256=_mIo0N37aPpta_UochyP1BtjgBO4wIak5tn6C-QUMtA,19633
7
+ types_boto3_redshift/literals.pyi,sha256=8YFXJHdwjU1nKXzo4sRE_GQRQeXvndAunvL6v7MBrFc,19631
8
+ types_boto3_redshift/paginator.py,sha256=k2Ke-bWW5m9ln6Ru3f6g4IJrKcIk5511d59fLmKglKo,51610
9
+ types_boto3_redshift/paginator.pyi,sha256=TiwU2mZkmNSNSmbukzpkIUlKB1Yx3ldVuVriAGCR_Zo,51533
10
+ types_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_redshift/type_defs.py,sha256=-ER7st3rZADb-Mk3ws4sPhAQiEE8u8tcy6TxcOG_voc,105748
12
+ types_boto3_redshift/type_defs.pyi,sha256=pDtpskkAwwxoHAt6zAkSTGZbyC6UzuhQR24k1kJfML0,105367
13
+ types_boto3_redshift/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
14
+ types_boto3_redshift/waiter.py,sha256=yrN9mKbRyamuxpNCsRVrVqQQaiqyIhwTEfwJbsLXpaY,4769
15
+ types_boto3_redshift/waiter.pyi,sha256=tuG9N3-nw9VfQuoAGDf7FOZTnCIHTSCPXdKL4TDFfb4,4760
16
+ types_boto3_redshift-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ types_boto3_redshift-1.35.71.dist-info/METADATA,sha256=KFV4cYaG9YZjNSoEj9r9ztwvuW5wH0a4vixVV0Hn9aI,20768
18
+ types_boto3_redshift-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
+ types_boto3_redshift-1.35.71.dist-info/top_level.txt,sha256=9GHhOkrYLjf7oTE-Nn27mlaFRBVWb2TrtzoQ6ZM9vs4,21
20
+ types_boto3_redshift-1.35.71.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_redshift