types-boto3-redshift 1.35.74__py3-none-any.whl → 1.35.97__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- types_boto3_redshift/__init__.py +1 -1
- types_boto3_redshift/__init__.pyi +1 -1
- types_boto3_redshift/__main__.py +9 -8
- types_boto3_redshift/client.py +108 -101
- types_boto3_redshift/client.pyi +108 -100
- types_boto3_redshift/literals.py +6 -4
- types_boto3_redshift/literals.pyi +6 -4
- types_boto3_redshift/paginator.py +432 -263
- types_boto3_redshift/paginator.pyi +396 -262
- types_boto3_redshift/type_defs.py +89 -117
- types_boto3_redshift/type_defs.pyi +89 -115
- types_boto3_redshift/version.py +2 -2
- types_boto3_redshift/waiter.py +17 -11
- types_boto3_redshift/waiter.pyi +17 -11
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.97.dist-info}/LICENSE +1 -1
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.97.dist-info}/METADATA +35 -9
- types_boto3_redshift-1.35.97.dist-info/RECORD +20 -0
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.97.dist-info}/WHEEL +1 -1
- types_boto3_redshift-1.35.74.dist-info/RECORD +0 -20
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.97.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-redshift
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Redshift 1.35.
|
|
3
|
+
Version: 1.35.97
|
|
4
|
+
Summary: Type annotations for boto3 Redshift 1.35.97 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
|
|
@@ -30,7 +30,19 @@ 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
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: project-url
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
34
46
|
|
|
35
47
|
<a id="types-boto3-redshift"></a>
|
|
36
48
|
|
|
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
55
|
|
|
44
56
|

|
|
45
57
|
|
|
46
|
-
Type annotations for [boto3 Redshift 1.35.
|
|
58
|
+
Type annotations for [boto3 Redshift 1.35.97](https://pypi.org/project/boto3/)
|
|
47
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,8 +63,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
63
|
[mypy](https://github.com/python/mypy),
|
|
52
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
65
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
66
|
+
Generated with
|
|
67
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
68
|
|
|
57
69
|
More information can be found on
|
|
58
70
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -64,6 +76,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
76
|
|
|
65
77
|
- [types-boto3-redshift](#types-boto3-redshift)
|
|
66
78
|
- [How to install](#how-to-install)
|
|
79
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
80
|
- [VSCode extension](#vscode-extension)
|
|
68
81
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
82
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +108,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
108
|
|
|
96
109
|
## How to install
|
|
97
110
|
|
|
111
|
+
<a id="generate-locally-(recommended)"></a>
|
|
112
|
+
|
|
113
|
+
### Generate locally (recommended)
|
|
114
|
+
|
|
115
|
+
You can generate type annotations for `boto3` package locally with
|
|
116
|
+
`mypy_boto3_builder`. Use
|
|
117
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
118
|
+
isolation.
|
|
119
|
+
|
|
120
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
+
`uvx --with 'boto3==1.35.97' mypy_boto3_builder`
|
|
122
|
+
2. Select `boto3` AWS SDK.
|
|
123
|
+
3. Add `Redshift` service.
|
|
124
|
+
4. Use provided commands to install generated packages.
|
|
125
|
+
|
|
98
126
|
<a id="vscode-extension"></a>
|
|
99
127
|
|
|
100
128
|
### VSCode extension
|
|
@@ -115,12 +143,10 @@ Install `types-boto3` for `Redshift` service.
|
|
|
115
143
|
# install with boto3 type annotations
|
|
116
144
|
python -m pip install 'types-boto3[redshift]'
|
|
117
145
|
|
|
118
|
-
|
|
119
146
|
# Lite version does not provide session.client/resource overloads
|
|
120
147
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
148
|
python -m pip install 'types-boto3-lite[redshift]'
|
|
122
149
|
|
|
123
|
-
|
|
124
150
|
# standalone installation
|
|
125
151
|
python -m pip install types-boto3-redshift
|
|
126
152
|
```
|
|
@@ -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=5r9IrI7NCyNyyGg5R2GArO4JetZuWihEYbA_wm2xhaI,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=4CUauqQMEeVt0-S2nD38bZXjfsY_NuSxR0gbXJ97Tdg,19957
|
|
7
|
+
types_boto3_redshift/literals.pyi,sha256=2QsslwG4O-yqli6ubH8yCFssvDChH1fYTETnzTSQyjk,19955
|
|
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=8bfTyE_CKtQw04vtG2sheumrv58U8Tlazu3zlWbmOsc,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.97.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_redshift-1.35.97.dist-info/METADATA,sha256=o8ik7aowd4zyRT-c9Yu3-hoCM6NBmS2yYWG5Nxmxii0,22352
|
|
18
|
+
types_boto3_redshift-1.35.97.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
19
|
+
types_boto3_redshift-1.35.97.dist-info/top_level.txt,sha256=9GHhOkrYLjf7oTE-Nn27mlaFRBVWb2TrtzoQ6ZM9vs4,21
|
|
20
|
+
types_boto3_redshift-1.35.97.dist-info/RECORD,,
|
|
@@ -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=acZ90WxIZY40baBtyB73nGu24upduX1dXBqjIQzndaI,954
|
|
4
|
-
types_boto3_redshift/client.py,sha256=vf0yc3AvAy-8kTB3tgktL1lf-OthxFhBNarPw7U_tfg,122992
|
|
5
|
-
types_boto3_redshift/client.pyi,sha256=zfBER2gZqYz8S_KGB0fWhxtx1l_ORuEBzImq0YCOt2o,122988
|
|
6
|
-
types_boto3_redshift/literals.py,sha256=7oUTaLD71uqoePSPc8P9whaOnAapzUbCIASp1M3YWyU,19901
|
|
7
|
-
types_boto3_redshift/literals.pyi,sha256=RU44fuMB8mgOuo-jfER3_h9J64YXtMsi3Ml7Bn8k0mM,19899
|
|
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=Co8Zr9sJhOCG2reKFwISTJ7w1BqAtGKDOO5_el6yZVU,107190
|
|
12
|
-
types_boto3_redshift/type_defs.pyi,sha256=XfDWwjl0ANRzrFH3_G944rvSzS2vef2gl_5JZ-mUK_A,106802
|
|
13
|
-
types_boto3_redshift/version.py,sha256=B0P5JUO-cREkwttMqs7oU9i3UOmgK6CWkZC0OK5p5h4,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.74.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
types_boto3_redshift-1.35.74.dist-info/METADATA,sha256=r8LJFQIrkqb7F1oay8TGN052Ya1YGjQ497o_kG16wI4,21553
|
|
18
|
-
types_boto3_redshift-1.35.74.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
19
|
-
types_boto3_redshift-1.35.74.dist-info/top_level.txt,sha256=9GHhOkrYLjf7oTE-Nn27mlaFRBVWb2TrtzoQ6ZM9vs4,21
|
|
20
|
-
types_boto3_redshift-1.35.74.dist-info/RECORD,,
|
{types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.97.dist-info}/top_level.txt
RENAMED
|
File without changes
|