mypy-boto3-redshift 1.34.0__py3-none-any.whl → 1.34.37__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.
Potentially problematic release.
This version of mypy-boto3-redshift might be problematic. Click here for more details.
- mypy_boto3_redshift/__init__.py +4 -1
- mypy_boto3_redshift/__init__.pyi +4 -0
- mypy_boto3_redshift/__main__.py +8 -7
- mypy_boto3_redshift/client.py +95 -68
- mypy_boto3_redshift/client.pyi +95 -67
- mypy_boto3_redshift/literals.py +11 -2
- mypy_boto3_redshift/literals.pyi +11 -0
- mypy_boto3_redshift/paginator.py +51 -29
- mypy_boto3_redshift/paginator.pyi +50 -28
- mypy_boto3_redshift/type_defs.py +66 -1
- mypy_boto3_redshift/type_defs.pyi +66 -0
- mypy_boto3_redshift/version.py +1 -1
- mypy_boto3_redshift/waiter.py +4 -4
- mypy_boto3_redshift/waiter.pyi +4 -4
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/LICENSE +1 -1
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/METADATA +10 -7
- mypy_boto3_redshift-1.34.37.dist-info/RECORD +20 -0
- mypy_boto3_redshift-1.34.0.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/WHEEL +0 -0
- {mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/top_level.txt +0 -0
mypy_boto3_redshift/waiter.pyi
CHANGED
|
@@ -53,7 +53,7 @@ class ClusterAvailableWaiter(Waiter):
|
|
|
53
53
|
Marker: str = ...,
|
|
54
54
|
TagKeys: Sequence[str] = ...,
|
|
55
55
|
TagValues: Sequence[str] = ...,
|
|
56
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
56
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
57
57
|
) -> None:
|
|
58
58
|
"""
|
|
59
59
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Waiter.ClusterAvailable.wait)
|
|
@@ -74,7 +74,7 @@ class ClusterDeletedWaiter(Waiter):
|
|
|
74
74
|
Marker: str = ...,
|
|
75
75
|
TagKeys: Sequence[str] = ...,
|
|
76
76
|
TagValues: Sequence[str] = ...,
|
|
77
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
77
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
78
78
|
) -> None:
|
|
79
79
|
"""
|
|
80
80
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Waiter.ClusterDeleted.wait)
|
|
@@ -95,7 +95,7 @@ class ClusterRestoredWaiter(Waiter):
|
|
|
95
95
|
Marker: str = ...,
|
|
96
96
|
TagKeys: Sequence[str] = ...,
|
|
97
97
|
TagValues: Sequence[str] = ...,
|
|
98
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
98
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
99
99
|
) -> None:
|
|
100
100
|
"""
|
|
101
101
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Waiter.ClusterRestored.wait)
|
|
@@ -124,7 +124,7 @@ class SnapshotAvailableWaiter(Waiter):
|
|
|
124
124
|
TagValues: Sequence[str] = ...,
|
|
125
125
|
ClusterExists: bool = ...,
|
|
126
126
|
SortingEntities: Sequence[SnapshotSortingEntityTypeDef] = ...,
|
|
127
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
127
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
128
128
|
) -> None:
|
|
129
129
|
"""
|
|
130
130
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Waiter.SnapshotAvailable.wait)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-redshift
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Redshift 1.34.
|
|
3
|
+
Version: 1.34.37
|
|
4
|
+
Summary: Type annotations for boto3.Redshift 1.34.37 service generated with mypy-boto3-builder 7.23.1
|
|
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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,8 +25,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
33
32
|
Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
@@ -44,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
44
43
|

|
|
45
44
|
|
|
46
45
|
Type annotations for
|
|
47
|
-
[boto3.Redshift 1.34.
|
|
46
|
+
[boto3.Redshift 1.34.37](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
48
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -53,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
53
|
|
|
55
54
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
|
|
57
56
|
|
|
58
57
|
More information can be found on
|
|
59
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -321,6 +320,7 @@ from mypy_boto3_redshift.paginator import (
|
|
|
321
320
|
DescribeUsageLimitsPaginator,
|
|
322
321
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
323
322
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
323
|
+
ListRecommendationsPaginator,
|
|
324
324
|
)
|
|
325
325
|
|
|
326
326
|
client: RedshiftClient = Session().client("redshift")
|
|
@@ -426,6 +426,9 @@ get_reserved_node_exchange_configuration_options_paginator: (
|
|
|
426
426
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = (
|
|
427
427
|
client.get_paginator("get_reserved_node_exchange_offerings")
|
|
428
428
|
)
|
|
429
|
+
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator(
|
|
430
|
+
"list_recommendations"
|
|
431
|
+
)
|
|
429
432
|
```
|
|
430
433
|
|
|
431
434
|
<a id="waiters-annotations"></a>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_redshift/__init__.py,sha256=f46lzXMilznF13Cqgk21uYLAjWvE6N4CFaGb46s-BlU,10719
|
|
2
|
+
mypy_boto3_redshift/__init__.pyi,sha256=f46lzXMilznF13Cqgk21uYLAjWvE6N4CFaGb46s-BlU,10719
|
|
3
|
+
mypy_boto3_redshift/__main__.py,sha256=nZFfWnIAhsyZUUtzAsP0c-KJ2JXJ5XPz2mauajTtadM,923
|
|
4
|
+
mypy_boto3_redshift/client.py,sha256=IqdLMWEzmtD5gNF7urfVyYwpLR4p_3H7SOKnaPehan0,124644
|
|
5
|
+
mypy_boto3_redshift/client.pyi,sha256=wXbVk3sD__8f-g_Xjnw-mj8TpXMbLX2yVyQhMJ-_3ek,124641
|
|
6
|
+
mypy_boto3_redshift/literals.py,sha256=M6soPTPQK6CI1cO3u6UhQzSEodqSxRU-VrKLzwb1sMI,18839
|
|
7
|
+
mypy_boto3_redshift/literals.pyi,sha256=M6soPTPQK6CI1cO3u6UhQzSEodqSxRU-VrKLzwb1sMI,18839
|
|
8
|
+
mypy_boto3_redshift/paginator.py,sha256=oMZacJMTv1S_IfXnxT9C1MbdLiv9nnCBrgH6PStzCGo,47245
|
|
9
|
+
mypy_boto3_redshift/paginator.pyi,sha256=Ub4kb5G64bactOstlOeTWn369VCfxlnDxRjmIjPqVQg,47208
|
|
10
|
+
mypy_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_redshift/type_defs.py,sha256=fceffMj46e1z48AkR22BdXoeXOqw0UAfDvy03MnIwo8,134403
|
|
12
|
+
mypy_boto3_redshift/type_defs.pyi,sha256=fceffMj46e1z48AkR22BdXoeXOqw0UAfDvy03MnIwo8,134403
|
|
13
|
+
mypy_boto3_redshift/version.py,sha256=ZQ1PW-qXUDr7wYBRCWaWAgC88cuhEqclXke516Rgf6w,62
|
|
14
|
+
mypy_boto3_redshift/waiter.py,sha256=I5PMGo4R-THcJ5iVkrS9IrVjFPs-H6od4O1cntfDYfI,5302
|
|
15
|
+
mypy_boto3_redshift/waiter.pyi,sha256=nMXEO3f9nsPLY5e5KCuIdn0V5iLIM6cGcj91Gl6Y7R0,5298
|
|
16
|
+
mypy_boto3_redshift-1.34.37.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_redshift-1.34.37.dist-info/METADATA,sha256=GRqe-EB9KiGlj6Q2taL30iKpgdNGF6LB4xy07s_iBjo,20090
|
|
18
|
+
mypy_boto3_redshift-1.34.37.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
+
mypy_boto3_redshift-1.34.37.dist-info/top_level.txt,sha256=EVjsc7ti9CLPnWPM_jV8RAOfxJpimfNo26GMIf1hmWo,20
|
|
20
|
+
mypy_boto3_redshift-1.34.37.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_redshift/__init__.py,sha256=cH1CNbcSL6MIvF4iAxAY2-jDdaQv_XE2RQwqCi_47bQ,10500
|
|
2
|
-
mypy_boto3_redshift/__init__.pyi,sha256=vtdFs1UyG3S1JRbsFZEYl8pPacpQ1xL1vXCtcHWUHUw,10499
|
|
3
|
-
mypy_boto3_redshift/__main__.py,sha256=jiUShyaT5y-DpiSauzKc4z4Hd2Ts2leySGa0C34bYQk,909
|
|
4
|
-
mypy_boto3_redshift/client.py,sha256=zlAyfdVnkRWPSXdOQ6enW6TBhpPTSWnNRKAqCgwR44I,123359
|
|
5
|
-
mypy_boto3_redshift/client.pyi,sha256=xGaiDiPJQpslK42xnPLe87-iOH6nraqhxt-y0MvaIK4,123355
|
|
6
|
-
mypy_boto3_redshift/literals.py,sha256=iwaaR1ZL14sBTrOnW-OYOKpTEx8sLA0Wr2_tfPT18dg,18458
|
|
7
|
-
mypy_boto3_redshift/literals.pyi,sha256=1NIdyK4plANGmO0glsZZxkmfV7yGWBTCgOsQ6HC3WUI,18456
|
|
8
|
-
mypy_boto3_redshift/paginator.py,sha256=OjEX0Gzxp4imMnRS10qJZ2rUI5iqjUFvgH_pjf05IGI,46055
|
|
9
|
-
mypy_boto3_redshift/paginator.pyi,sha256=WIP1D9Wq_FX3R5PLlZcilaCor6z2diPaH_vou4TztCk,46018
|
|
10
|
-
mypy_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_redshift/type_defs.py,sha256=GEHasYwsYfMRcaCkJ1OG_-pK3J5B-GjRuES6PXNNbLg,132220
|
|
12
|
-
mypy_boto3_redshift/type_defs.pyi,sha256=KTzp2N19TbEHeAyp2m-77UWEPPmdknK1P_65astxMqY,132219
|
|
13
|
-
mypy_boto3_redshift/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
|
|
14
|
-
mypy_boto3_redshift/waiter.py,sha256=cWDpfMk1ULtXXHFpIwCVn-UsZ1SwRCNdCLVVk-lvdH0,5298
|
|
15
|
-
mypy_boto3_redshift/waiter.pyi,sha256=0v3rtq0a-sXaHWgWTwTB4va82_7P-TfXhtDvmTB6wQA,5294
|
|
16
|
-
mypy_boto3_redshift-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
17
|
-
mypy_boto3_redshift-1.34.0.dist-info/METADATA,sha256=cqdwzuyaGSCCuOPB4BZ_CgMHm6trgNRGxWUq-fiDxxs,19984
|
|
18
|
-
mypy_boto3_redshift-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
-
mypy_boto3_redshift-1.34.0.dist-info/top_level.txt,sha256=EVjsc7ti9CLPnWPM_jV8RAOfxJpimfNo26GMIf1hmWo,20
|
|
20
|
-
mypy_boto3_redshift-1.34.0.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_redshift-1.34.0.dist-info → mypy_boto3_redshift-1.34.37.dist-info}/top_level.txt
RENAMED
|
File without changes
|