mypy-boto3-redshift 1.34.0__tar.gz → 1.34.37__tar.gz
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-1.34.0 → mypy-boto3-redshift-1.34.37}/LICENSE +1 -1
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/PKG-INFO +11 -7
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/README.md +6 -2
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/__init__.py +4 -1
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/__init__.pyi +4 -0
- mypy-boto3-redshift-1.34.37/mypy_boto3_redshift/__main__.py +40 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/client.py +95 -68
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/client.pyi +95 -67
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/literals.py +11 -2
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/literals.pyi +11 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/paginator.py +51 -29
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/paginator.pyi +50 -28
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/type_defs.py +66 -1
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/type_defs.pyi +66 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/version.py +1 -1
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/waiter.py +4 -4
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/waiter.pyi +4 -4
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift.egg-info/PKG-INFO +11 -7
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/setup.py +4 -8
- mypy-boto3-redshift-1.34.0/mypy_boto3_redshift/__main__.py +0 -39
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift/py.typed +0 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift.egg-info/not-zip-safe +0 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift.egg-info/requires.txt +0 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/mypy_boto3_redshift.egg-info/top_level.txt +0 -0
- {mypy-boto3-redshift-1.34.0 → mypy-boto3-redshift-1.34.37}/setup.cfg +0 -0
|
@@ -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,10 +25,11 @@ 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
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-redshift"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Redshift 1.34.
|
|
46
|
+
[boto3.Redshift 1.34.37](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -320,6 +320,7 @@ from mypy_boto3_redshift.paginator import (
|
|
|
320
320
|
DescribeUsageLimitsPaginator,
|
|
321
321
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
322
322
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
323
|
+
ListRecommendationsPaginator,
|
|
323
324
|
)
|
|
324
325
|
|
|
325
326
|
client: RedshiftClient = Session().client("redshift")
|
|
@@ -425,6 +426,9 @@ get_reserved_node_exchange_configuration_options_paginator: (
|
|
|
425
426
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = (
|
|
426
427
|
client.get_paginator("get_reserved_node_exchange_offerings")
|
|
427
428
|
)
|
|
429
|
+
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator(
|
|
430
|
+
"list_recommendations"
|
|
431
|
+
)
|
|
428
432
|
```
|
|
429
433
|
|
|
430
434
|
<a id="waiters-annotations"></a>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Redshift 1.34.
|
|
13
|
+
[boto3.Redshift 1.34.37](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -287,6 +287,7 @@ from mypy_boto3_redshift.paginator import (
|
|
|
287
287
|
DescribeUsageLimitsPaginator,
|
|
288
288
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
289
289
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
290
|
+
ListRecommendationsPaginator,
|
|
290
291
|
)
|
|
291
292
|
|
|
292
293
|
client: RedshiftClient = Session().client("redshift")
|
|
@@ -392,6 +393,9 @@ get_reserved_node_exchange_configuration_options_paginator: (
|
|
|
392
393
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = (
|
|
393
394
|
client.get_paginator("get_reserved_node_exchange_offerings")
|
|
394
395
|
)
|
|
396
|
+
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator(
|
|
397
|
+
"list_recommendations"
|
|
398
|
+
)
|
|
395
399
|
```
|
|
396
400
|
|
|
397
401
|
<a id="waiters-annotations"></a>
|
|
@@ -45,6 +45,7 @@ Usage::
|
|
|
45
45
|
DescribeUsageLimitsPaginator,
|
|
46
46
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
47
47
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
48
|
+
ListRecommendationsPaginator,
|
|
48
49
|
RedshiftClient,
|
|
49
50
|
SnapshotAvailableWaiter,
|
|
50
51
|
)
|
|
@@ -92,6 +93,7 @@ Usage::
|
|
|
92
93
|
describe_usage_limits_paginator: DescribeUsageLimitsPaginator = client.get_paginator("describe_usage_limits")
|
|
93
94
|
get_reserved_node_exchange_configuration_options_paginator: GetReservedNodeExchangeConfigurationOptionsPaginator = client.get_paginator("get_reserved_node_exchange_configuration_options")
|
|
94
95
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = client.get_paginator("get_reserved_node_exchange_offerings")
|
|
96
|
+
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
|
|
95
97
|
```
|
|
96
98
|
"""
|
|
97
99
|
|
|
@@ -132,6 +134,7 @@ from .paginator import (
|
|
|
132
134
|
DescribeUsageLimitsPaginator,
|
|
133
135
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
134
136
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
137
|
+
ListRecommendationsPaginator,
|
|
135
138
|
)
|
|
136
139
|
from .waiter import (
|
|
137
140
|
ClusterAvailableWaiter,
|
|
@@ -142,7 +145,6 @@ from .waiter import (
|
|
|
142
145
|
|
|
143
146
|
Client = RedshiftClient
|
|
144
147
|
|
|
145
|
-
|
|
146
148
|
__all__ = (
|
|
147
149
|
"Client",
|
|
148
150
|
"ClusterAvailableWaiter",
|
|
@@ -183,6 +185,7 @@ __all__ = (
|
|
|
183
185
|
"DescribeUsageLimitsPaginator",
|
|
184
186
|
"GetReservedNodeExchangeConfigurationOptionsPaginator",
|
|
185
187
|
"GetReservedNodeExchangeOfferingsPaginator",
|
|
188
|
+
"ListRecommendationsPaginator",
|
|
186
189
|
"RedshiftClient",
|
|
187
190
|
"SnapshotAvailableWaiter",
|
|
188
191
|
)
|
|
@@ -45,6 +45,7 @@ Usage::
|
|
|
45
45
|
DescribeUsageLimitsPaginator,
|
|
46
46
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
47
47
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
48
|
+
ListRecommendationsPaginator,
|
|
48
49
|
RedshiftClient,
|
|
49
50
|
SnapshotAvailableWaiter,
|
|
50
51
|
)
|
|
@@ -92,6 +93,7 @@ Usage::
|
|
|
92
93
|
describe_usage_limits_paginator: DescribeUsageLimitsPaginator = client.get_paginator("describe_usage_limits")
|
|
93
94
|
get_reserved_node_exchange_configuration_options_paginator: GetReservedNodeExchangeConfigurationOptionsPaginator = client.get_paginator("get_reserved_node_exchange_configuration_options")
|
|
94
95
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = client.get_paginator("get_reserved_node_exchange_offerings")
|
|
96
|
+
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
|
|
95
97
|
```
|
|
96
98
|
"""
|
|
97
99
|
|
|
@@ -132,6 +134,7 @@ from .paginator import (
|
|
|
132
134
|
DescribeUsageLimitsPaginator,
|
|
133
135
|
GetReservedNodeExchangeConfigurationOptionsPaginator,
|
|
134
136
|
GetReservedNodeExchangeOfferingsPaginator,
|
|
137
|
+
ListRecommendationsPaginator,
|
|
135
138
|
)
|
|
136
139
|
from .waiter import (
|
|
137
140
|
ClusterAvailableWaiter,
|
|
@@ -182,6 +185,7 @@ __all__ = (
|
|
|
182
185
|
"DescribeUsageLimitsPaginator",
|
|
183
186
|
"GetReservedNodeExchangeConfigurationOptionsPaginator",
|
|
184
187
|
"GetReservedNodeExchangeOfferingsPaginator",
|
|
188
|
+
"ListRecommendationsPaginator",
|
|
185
189
|
"RedshiftClient",
|
|
186
190
|
"SnapshotAvailableWaiter",
|
|
187
191
|
)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.Redshift 1.34.37\n"
|
|
14
|
+
"Version: 1.34.37\n"
|
|
15
|
+
"Builder version: 7.23.1\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.34.37")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|