types-boto3-redshift 1.40.64__py3-none-any.whl → 1.41.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.
- types_boto3_redshift/__main__.py +4 -4
- types_boto3_redshift/client.py +158 -148
- types_boto3_redshift/client.pyi +158 -148
- types_boto3_redshift/literals.py +3 -0
- types_boto3_redshift/literals.pyi +3 -0
- types_boto3_redshift/type_defs.py +139 -132
- types_boto3_redshift/type_defs.pyi +137 -132
- types_boto3_redshift/version.py +1 -1
- {types_boto3_redshift-1.40.64.dist-info → types_boto3_redshift-1.41.0.dist-info}/METADATA +11 -25
- types_boto3_redshift-1.41.0.dist-info/RECORD +20 -0
- types_boto3_redshift-1.40.64.dist-info/RECORD +0 -20
- {types_boto3_redshift-1.40.64.dist-info → types_boto3_redshift-1.41.0.dist-info}/WHEEL +0 -0
- {types_boto3_redshift-1.40.64.dist-info → types_boto3_redshift-1.41.0.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_redshift-1.40.64.dist-info → types_boto3_redshift-1.41.0.dist-info}/top_level.txt +0 -0
types_boto3_redshift/version.py
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-redshift
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Redshift 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 Redshift 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_redshift/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,redshift,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
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
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-redshift"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 Redshift 1.
|
|
45
|
+
Type annotations for [boto3 Redshift 1.41.0](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3` AWS SDK.
|
|
124
110
|
3. Add `Redshift` service.
|
|
125
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
types_boto3_redshift/__init__.py,sha256=AKuuF2VvRLcPUdgUn_xz6F3iGPfixRr63HP2Atn4Kmg,11061
|
|
2
|
+
types_boto3_redshift/__init__.pyi,sha256=VlBt4rSxLclDcqFzSdnWwUmstVmaj8FZ52dbFGAaflU,11060
|
|
3
|
+
types_boto3_redshift/__main__.py,sha256=-EYbc8EwX4rhSrPkHyHKm3MN4veDxWMRSOz84v64tls,986
|
|
4
|
+
types_boto3_redshift/client.py,sha256=1wXU7UmHa-5MRMG2gEO2pecBIT_51SIK68ec5oN7_e0,123849
|
|
5
|
+
types_boto3_redshift/client.pyi,sha256=wihGBu6o-GKvO9S_dvOBC8M6yBq4rSkbaC_ela66RRg,123846
|
|
6
|
+
types_boto3_redshift/literals.py,sha256=BkmslZ5urDxKWiw9kco6ZCazPuGMcgNDKpOJIqLy28I,20143
|
|
7
|
+
types_boto3_redshift/literals.pyi,sha256=qlyzASSDhPD-ibn6DhZsg1w0CP65yhTiBA3v-NNqVEY,20141
|
|
8
|
+
types_boto3_redshift/paginator.py,sha256=KzRgPc0fRi__FXw86zY_hkMMD2Anj9C3WVXG7iIpMt8,58561
|
|
9
|
+
types_boto3_redshift/paginator.pyi,sha256=Y1xZxvRLJWaTN2aqQBhpq_sFSJtf--7MgHU3P0NIcpY,58449
|
|
10
|
+
types_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_redshift/type_defs.py,sha256=Uqq3koUXbPFh8SdKoVhdMqLz4pwZ7CdO4bfR_XyPBB4,104026
|
|
12
|
+
types_boto3_redshift/type_defs.pyi,sha256=6qbEhFyIfTleSksKzRzBryN_XqvVNscRRLIyc6VOyNg,103635
|
|
13
|
+
types_boto3_redshift/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
|
|
14
|
+
types_boto3_redshift/waiter.py,sha256=b61zOvUYMR_f5vti0v5h5pd_MF7hbRHZ7u62kESRIkA,4852
|
|
15
|
+
types_boto3_redshift/waiter.pyi,sha256=sMqV7PAvsEr-9AVlgFCX87aXnHGcs3Cs2-QXe2dtO8g,4843
|
|
16
|
+
types_boto3_redshift-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_redshift-1.41.0.dist-info/METADATA,sha256=E3OSgUWs1fmM0IQrMLQOhtzenVQuzK27EczWXx6yxNs,22139
|
|
18
|
+
types_boto3_redshift-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_redshift-1.41.0.dist-info/top_level.txt,sha256=9GHhOkrYLjf7oTE-Nn27mlaFRBVWb2TrtzoQ6ZM9vs4,21
|
|
20
|
+
types_boto3_redshift-1.41.0.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
types_boto3_redshift/__init__.py,sha256=AKuuF2VvRLcPUdgUn_xz6F3iGPfixRr63HP2Atn4Kmg,11061
|
|
2
|
-
types_boto3_redshift/__init__.pyi,sha256=VlBt4rSxLclDcqFzSdnWwUmstVmaj8FZ52dbFGAaflU,11060
|
|
3
|
-
types_boto3_redshift/__main__.py,sha256=JJEDked9VQIs1ixedtOj0ACXCOzJNc4CchtZD-x9PUI,989
|
|
4
|
-
types_boto3_redshift/client.py,sha256=LwalcI4t-WOAwr48b6i9wMXw9eGu1q0CGFn3YGnH8YQ,123145
|
|
5
|
-
types_boto3_redshift/client.pyi,sha256=wYVA3KUU5t8kLRVxrSkusQUKKCv3CkcmZA_1gzcQQ1A,123142
|
|
6
|
-
types_boto3_redshift/literals.py,sha256=1pe_sJGj2kDgaTmKJugwDXZv9lI2Xdwixok38FUOUB4,20076
|
|
7
|
-
types_boto3_redshift/literals.pyi,sha256=t2F3j_ggD_iRIGqd4FsEZF2aEW6w0cXF1bnBrOBIX_g,20074
|
|
8
|
-
types_boto3_redshift/paginator.py,sha256=KzRgPc0fRi__FXw86zY_hkMMD2Anj9C3WVXG7iIpMt8,58561
|
|
9
|
-
types_boto3_redshift/paginator.pyi,sha256=Y1xZxvRLJWaTN2aqQBhpq_sFSJtf--7MgHU3P0NIcpY,58449
|
|
10
|
-
types_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_redshift/type_defs.py,sha256=vLPfpK-Q28O3p9Be6_8p9ZKFGHTIqX1Vn7fcio17maw,103856
|
|
12
|
-
types_boto3_redshift/type_defs.pyi,sha256=cRcf3AiLXh_suReOAWO2-JGipu2jh3PjESaH98M-sv0,103467
|
|
13
|
-
types_boto3_redshift/version.py,sha256=OHPC7HoA44uIF6yFy8xLZmr64QoXQIVmZo5EBcZ4Cv8,93
|
|
14
|
-
types_boto3_redshift/waiter.py,sha256=b61zOvUYMR_f5vti0v5h5pd_MF7hbRHZ7u62kESRIkA,4852
|
|
15
|
-
types_boto3_redshift/waiter.pyi,sha256=sMqV7PAvsEr-9AVlgFCX87aXnHGcs3Cs2-QXe2dtO8g,4843
|
|
16
|
-
types_boto3_redshift-1.40.64.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_redshift-1.40.64.dist-info/METADATA,sha256=tNoyNmPRMB4Eie_4tkcJWEKPR2Ov83OtdVqQ6f0xJX4,22474
|
|
18
|
-
types_boto3_redshift-1.40.64.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_redshift-1.40.64.dist-info/top_level.txt,sha256=9GHhOkrYLjf7oTE-Nn27mlaFRBVWb2TrtzoQ6ZM9vs4,21
|
|
20
|
-
types_boto3_redshift-1.40.64.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_redshift-1.40.64.dist-info → types_boto3_redshift-1.41.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_redshift-1.40.64.dist-info → types_boto3_redshift-1.41.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|