types-boto3-redshift 1.35.71__py3-none-any.whl → 1.35.93__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.
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Type annotations for redshift service client waiters.
3
3
 
4
- [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/)
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/)
5
5
 
6
6
  Usage::
7
7
 
@@ -25,18 +25,18 @@ Usage::
25
25
  snapshot_available_waiter: SnapshotAvailableWaiter = client.get_waiter("snapshot_available")
26
26
  ```
27
27
 
28
- Copyright 2024 Vlad Emelianov
28
+ Copyright 2025 Vlad Emelianov
29
29
  """
30
30
 
31
+ from __future__ import annotations
32
+
31
33
  import sys
32
34
 
33
35
  from botocore.waiter import Waiter
34
36
 
35
37
  from .type_defs import (
36
- DescribeClustersMessageClusterAvailableWaitTypeDef,
37
- DescribeClustersMessageClusterDeletedWaitTypeDef,
38
- DescribeClustersMessageClusterRestoredWaitTypeDef,
39
- DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef,
38
+ DescribeClustersMessageWaitTypeDef,
39
+ DescribeClusterSnapshotsMessageWaitTypeDef,
40
40
  )
41
41
 
42
42
  if sys.version_info >= (3, 12):
@@ -59,7 +59,9 @@ class ClusterAvailableWaiter(Waiter):
59
59
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusteravailablewaiter)
60
60
  """
61
61
 
62
- def wait(self, **kwargs: Unpack[DescribeClustersMessageClusterAvailableWaitTypeDef]) -> None:
62
+ def wait( # type: ignore[override]
63
+ self, **kwargs: Unpack[DescribeClustersMessageWaitTypeDef]
64
+ ) -> None:
63
65
  """
64
66
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterAvailable.html#Redshift.Waiter.ClusterAvailable.wait)
65
67
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusteravailablewaiter)
@@ -72,7 +74,9 @@ class ClusterDeletedWaiter(Waiter):
72
74
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterdeletedwaiter)
73
75
  """
74
76
 
75
- def wait(self, **kwargs: Unpack[DescribeClustersMessageClusterDeletedWaitTypeDef]) -> None:
77
+ def wait( # type: ignore[override]
78
+ self, **kwargs: Unpack[DescribeClustersMessageWaitTypeDef]
79
+ ) -> None:
76
80
  """
77
81
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterDeleted.html#Redshift.Waiter.ClusterDeleted.wait)
78
82
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterdeletedwaiter)
@@ -85,7 +89,9 @@ class ClusterRestoredWaiter(Waiter):
85
89
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterrestoredwaiter)
86
90
  """
87
91
 
88
- def wait(self, **kwargs: Unpack[DescribeClustersMessageClusterRestoredWaitTypeDef]) -> None:
92
+ def wait( # type: ignore[override]
93
+ self, **kwargs: Unpack[DescribeClustersMessageWaitTypeDef]
94
+ ) -> None:
89
95
  """
90
96
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterRestored.html#Redshift.Waiter.ClusterRestored.wait)
91
97
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterrestoredwaiter)
@@ -98,8 +104,8 @@ class SnapshotAvailableWaiter(Waiter):
98
104
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#snapshotavailablewaiter)
99
105
  """
100
106
 
101
- def wait(
102
- self, **kwargs: Unpack[DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef]
107
+ def wait( # type: ignore[override]
108
+ self, **kwargs: Unpack[DescribeClusterSnapshotsMessageWaitTypeDef]
103
109
  ) -> None:
104
110
  """
105
111
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/SnapshotAvailable.html#Redshift.Waiter.SnapshotAvailable.wait)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Type annotations for redshift service client waiters.
3
3
 
4
- [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/)
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/)
5
5
 
6
6
  Usage::
7
7
 
@@ -25,18 +25,18 @@ Usage::
25
25
  snapshot_available_waiter: SnapshotAvailableWaiter = client.get_waiter("snapshot_available")
26
26
  ```
27
27
 
28
- Copyright 2024 Vlad Emelianov
28
+ Copyright 2025 Vlad Emelianov
29
29
  """
30
30
 
31
+ from __future__ import annotations
32
+
31
33
  import sys
32
34
 
33
35
  from botocore.waiter import Waiter
34
36
 
35
37
  from .type_defs import (
36
- DescribeClustersMessageClusterAvailableWaitTypeDef,
37
- DescribeClustersMessageClusterDeletedWaitTypeDef,
38
- DescribeClustersMessageClusterRestoredWaitTypeDef,
39
- DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef,
38
+ DescribeClustersMessageWaitTypeDef,
39
+ DescribeClusterSnapshotsMessageWaitTypeDef,
40
40
  )
41
41
 
42
42
  if sys.version_info >= (3, 12):
@@ -56,7 +56,9 @@ class ClusterAvailableWaiter(Waiter):
56
56
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterAvailable.html#Redshift.Waiter.ClusterAvailable)
57
57
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusteravailablewaiter)
58
58
  """
59
- def wait(self, **kwargs: Unpack[DescribeClustersMessageClusterAvailableWaitTypeDef]) -> None:
59
+ def wait( # type: ignore[override]
60
+ self, **kwargs: Unpack[DescribeClustersMessageWaitTypeDef]
61
+ ) -> None:
60
62
  """
61
63
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterAvailable.html#Redshift.Waiter.ClusterAvailable.wait)
62
64
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusteravailablewaiter)
@@ -67,7 +69,9 @@ class ClusterDeletedWaiter(Waiter):
67
69
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterDeleted.html#Redshift.Waiter.ClusterDeleted)
68
70
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterdeletedwaiter)
69
71
  """
70
- def wait(self, **kwargs: Unpack[DescribeClustersMessageClusterDeletedWaitTypeDef]) -> None:
72
+ def wait( # type: ignore[override]
73
+ self, **kwargs: Unpack[DescribeClustersMessageWaitTypeDef]
74
+ ) -> None:
71
75
  """
72
76
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterDeleted.html#Redshift.Waiter.ClusterDeleted.wait)
73
77
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterdeletedwaiter)
@@ -78,7 +82,9 @@ class ClusterRestoredWaiter(Waiter):
78
82
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterRestored.html#Redshift.Waiter.ClusterRestored)
79
83
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterrestoredwaiter)
80
84
  """
81
- def wait(self, **kwargs: Unpack[DescribeClustersMessageClusterRestoredWaitTypeDef]) -> None:
85
+ def wait( # type: ignore[override]
86
+ self, **kwargs: Unpack[DescribeClustersMessageWaitTypeDef]
87
+ ) -> None:
82
88
  """
83
89
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/ClusterRestored.html#Redshift.Waiter.ClusterRestored.wait)
84
90
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#clusterrestoredwaiter)
@@ -89,8 +95,8 @@ class SnapshotAvailableWaiter(Waiter):
89
95
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/SnapshotAvailable.html#Redshift.Waiter.SnapshotAvailable)
90
96
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/#snapshotavailablewaiter)
91
97
  """
92
- def wait(
93
- self, **kwargs: Unpack[DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef]
98
+ def wait( # type: ignore[override]
99
+ self, **kwargs: Unpack[DescribeClusterSnapshotsMessageWaitTypeDef]
94
100
  ) -> None:
95
101
  """
96
102
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/waiter/SnapshotAvailable.html#Redshift.Waiter.SnapshotAvailable.wait)
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
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
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 Redshift 1.35.93 service generated with mypy-boto3-builder 8.8.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_redshift/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 redshift type-annotations botocore mypy typeshed autocomplete
12
+ Keywords: boto3 redshift boto3-stubs type-annotations mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
30
30
  Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
34
 
35
35
  <a id="types-boto3-redshift"></a>
36
36
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 Redshift 1.35.71](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 Redshift 1.35.93](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
51
51
  [mypy](https://github.com/python/mypy),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
- Generated by
55
- [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
54
+ Generated with
55
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -60,10 +60,11 @@ More information can be found on
60
60
 
61
61
  See how it helps you find and fix potential bugs:
62
62
 
63
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
64
 
65
65
  - [types-boto3-redshift](#types-boto3-redshift)
66
66
  - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
67
68
  - [VSCode extension](#vscode-extension)
68
69
  - [From PyPI with pip](#from-pypi-with-pip)
69
70
  - [How to uninstall](#how-to-uninstall)
@@ -75,6 +76,7 @@ See how it helps you find and fix potential bugs:
75
76
  - [Other IDEs](#other-ides)
76
77
  - [mypy](#mypy)
77
78
  - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
78
80
  - [Explicit type annotations](#explicit-type-annotations)
79
81
  - [Client annotations](#client-annotations)
80
82
  - [Paginators annotations](#paginators-annotations)
@@ -94,6 +96,21 @@ See how it helps you find and fix potential bugs:
94
96
 
95
97
  ## How to install
96
98
 
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `boto3` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
110
+ 2. Select `boto3` AWS SDK.
111
+ 3. Add `Redshift` service.
112
+ 4. Use provided commands to install generated packages.
113
+
97
114
  <a id="vscode-extension"></a>
98
115
 
99
116
  ### VSCode extension
@@ -114,12 +131,10 @@ Install `types-boto3` for `Redshift` service.
114
131
  # install with boto3 type annotations
115
132
  python -m pip install 'types-boto3[redshift]'
116
133
 
117
-
118
134
  # Lite version does not provide session.client/resource overloads
119
135
  # it is more RAM-friendly, but requires explicit type annotations
120
136
  python -m pip install 'types-boto3-lite[redshift]'
121
137
 
122
-
123
138
  # standalone installation
124
139
  python -m pip install types-boto3-redshift
125
140
  ```
@@ -268,6 +283,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
268
283
  Type checking should now work. No explicit type annotations required, write
269
284
  your `boto3` code as usual.
270
285
 
286
+ <a id="pylint-compatibility"></a>
287
+
288
+ ### Pylint compatibility
289
+
290
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
291
+ `types-boto3-redshift` dependency in production. However, there is an issue in
292
+ `pylint` that it complains about undefined variables. To fix it, set all types
293
+ to `object` in non-`TYPE_CHECKING` mode.
294
+
295
+ ```python
296
+ from typing import TYPE_CHECKING
297
+
298
+ if TYPE_CHECKING:
299
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
300
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
301
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
302
+ else:
303
+ EC2Client = object
304
+ EC2ServiceResource = object
305
+ BundleTaskCompleteWaiter = object
306
+ DescribeVolumesPaginator = object
307
+
308
+ ...
309
+ ```
310
+
271
311
  <a id="explicit-type-annotations"></a>
272
312
 
273
313
  ## Explicit type annotations
@@ -0,0 +1,20 @@
1
+ types_boto3_redshift/__init__.py,sha256=cvWAWjhf1Wuk2bVkg9DYGHsinqLsBe2Ay94L_kLYSds,10978
2
+ types_boto3_redshift/__init__.pyi,sha256=IcwUmiKbXKL8SY-Nb_mwvmL-My7nc-CnogL5Mncrg7A,10977
3
+ types_boto3_redshift/__main__.py,sha256=2Npy7TpDu4VmaX4_d_ykhY0kPlfJhLLCmIJuGT_rLl8,988
4
+ types_boto3_redshift/client.py,sha256=CMvqi6FXMDRXcXW7oWWXZN_MohMO3caPqNLq-CPsTCA,124980
5
+ types_boto3_redshift/client.pyi,sha256=6-1mpMpKVC4FzQgLGQeHHEoovv1as4SLvpMOOOQdH0s,124977
6
+ types_boto3_redshift/literals.py,sha256=7CCZ77PZicZOorss1iBm4eh8kAChiK1JiFBpMtIYGD0,19986
7
+ types_boto3_redshift/literals.pyi,sha256=IrQAwIx_Bklkb-RvNoxyeR0RhxQIEYChN29R8yqYOMY,19984
8
+ types_boto3_redshift/paginator.py,sha256=gmzqWfbXcmwxqdoFvmeMK0vDVbTyCBB5aGBrd6Ytbx0,58561
9
+ types_boto3_redshift/paginator.pyi,sha256=M-8OrnRgf9YckzYC6v-7joMNEAgW4quLxMqF86FbFdg,58449
10
+ types_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_redshift/type_defs.py,sha256=LWJHijhK5jqwkZGZKHmcc81FmiohBAet_HkdSNZ1C-Q,104656
12
+ types_boto3_redshift/type_defs.pyi,sha256=nUEOTbdJp2OBpgmfJo-pzKXnz9wHsnSxAZO2TOZauhs,104270
13
+ types_boto3_redshift/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
14
+ types_boto3_redshift/waiter.py,sha256=Si1Ca87GplvR0ktMUXCY-MLQtH-WUeTjz20NhidDhH8,4742
15
+ types_boto3_redshift/waiter.pyi,sha256=5Xig3qmkgO9PtCyCF0lS2YyZ5F9eFNVL1cuwMkr84ek,4733
16
+ types_boto3_redshift-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_redshift-1.35.93.dist-info/METADATA,sha256=ZDCIQF1_IvNbxn_pytYbZ97MKc2TQeu6Sf3it8penbE,22099
18
+ types_boto3_redshift-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
19
+ types_boto3_redshift-1.35.93.dist-info/top_level.txt,sha256=9GHhOkrYLjf7oTE-Nn27mlaFRBVWb2TrtzoQ6ZM9vs4,21
20
+ types_boto3_redshift-1.35.93.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.7.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
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,,