types-boto3-redshift 1.36.0__py3-none-any.whl → 1.37.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/__init__.py +4 -2
- types_boto3_redshift/__init__.pyi +4 -2
- types_boto3_redshift/__main__.py +4 -4
- types_boto3_redshift/client.py +268 -270
- types_boto3_redshift/client.pyi +268 -270
- types_boto3_redshift/literals.py +2 -3
- types_boto3_redshift/literals.pyi +2 -3
- types_boto3_redshift/paginator.py +2 -2
- types_boto3_redshift/paginator.pyi +2 -2
- types_boto3_redshift/type_defs.py +304 -276
- types_boto3_redshift/type_defs.pyi +300 -275
- types_boto3_redshift/version.py +1 -1
- types_boto3_redshift/waiter.py +6 -4
- types_boto3_redshift/waiter.pyi +6 -4
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/METADATA +14 -10
- types_boto3_redshift-1.37.0.dist-info/RECORD +20 -0
- types_boto3_redshift-1.36.0.dist-info/RECORD +0 -20
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_redshift-1.36.0.dist-info → types_boto3_redshift-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_redshift/literals.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for redshift service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ActionTypeType = "recommend-node-config"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -338,7 +338,6 @@ ServiceName = Literal[
|
|
|
338
338
|
"efs",
|
|
339
339
|
"eks",
|
|
340
340
|
"eks-auth",
|
|
341
|
-
"elastic-inference",
|
|
342
341
|
"elasticache",
|
|
343
342
|
"elasticbeanstalk",
|
|
344
343
|
"elastictranscoder",
|
|
@@ -3,6 +3,8 @@ Type annotations for redshift service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ActionTypeType = "recommend-node-config"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -336,7 +336,6 @@ ServiceName = Literal[
|
|
|
336
336
|
"efs",
|
|
337
337
|
"eks",
|
|
338
338
|
"eks-auth",
|
|
339
|
-
"elastic-inference",
|
|
340
339
|
"elasticache",
|
|
341
340
|
"elasticbeanstalk",
|
|
342
341
|
"elastictranscoder",
|
|
@@ -3,6 +3,8 @@ Type annotations for redshift service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -90,8 +92,6 @@ Usage::
|
|
|
90
92
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = client.get_paginator("get_reserved_node_exchange_offerings")
|
|
91
93
|
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
|
|
92
94
|
```
|
|
93
|
-
|
|
94
|
-
Copyright 2025 Vlad Emelianov
|
|
95
95
|
"""
|
|
96
96
|
|
|
97
97
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for redshift service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -90,8 +92,6 @@ Usage::
|
|
|
90
92
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = client.get_paginator("get_reserved_node_exchange_offerings")
|
|
91
93
|
list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
|
|
92
94
|
```
|
|
93
|
-
|
|
94
|
-
Copyright 2025 Vlad Emelianov
|
|
95
95
|
"""
|
|
96
96
|
|
|
97
97
|
from __future__ import annotations
|