types-boto3-redshift 1.35.74__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.
- 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 +5 -2
- types_boto3_redshift/literals.pyi +5 -2
- 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.93.dist-info}/LICENSE +1 -1
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.93.dist-info}/METADATA +22 -8
- types_boto3_redshift-1.35.93.dist-info/RECORD +20 -0
- {types_boto3_redshift-1.35.74.dist-info → types_boto3_redshift-1.35.93.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.93.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-redshift
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Redshift 1.35.
|
|
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
|
|
@@ -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
|
|
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
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 Redshift 1.35.
|
|
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
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
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
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
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)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
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
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `types-boto3` for `Redshift` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'types-boto3[redshift]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'types-boto3-lite[redshift]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install types-boto3-redshift
|
|
126
140
|
```
|
|
@@ -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,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.93.dist-info}/top_level.txt
RENAMED
|
File without changes
|