types-boto3-redshift 1.41.0__tar.gz → 1.41.2__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.
- {types_boto3_redshift-1.41.0/types_boto3_redshift.egg-info → types_boto3_redshift-1.41.2}/PKG-INFO +4 -4
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/README.md +2 -2
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/pyproject.toml +2 -2
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/__main__.py +3 -3
- types_boto3_redshift-1.41.0/types_boto3_redshift/client.pyi → types_boto3_redshift-1.41.2/types_boto3_redshift/client.py +15 -0
- types_boto3_redshift-1.41.0/types_boto3_redshift/client.py → types_boto3_redshift-1.41.2/types_boto3_redshift/client.pyi +12 -3
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/literals.py +7 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/literals.pyi +7 -0
- types_boto3_redshift-1.41.0/types_boto3_redshift/type_defs.pyi → types_boto3_redshift-1.41.2/types_boto3_redshift/type_defs.py +432 -0
- types_boto3_redshift-1.41.0/types_boto3_redshift/type_defs.py → types_boto3_redshift-1.41.2/types_boto3_redshift/type_defs.pyi +33 -387
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/version.py +1 -1
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2/types_boto3_redshift.egg-info}/PKG-INFO +4 -4
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/LICENSE +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/setup.cfg +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/__init__.py +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/__init__.pyi +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/paginator.py +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/paginator.pyi +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/py.typed +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/waiter.py +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/waiter.pyi +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift.egg-info/SOURCES.txt +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift.egg-info/dependency_links.txt +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift.egg-info/requires.txt +0 -0
- {types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift.egg-info/top_level.txt +0 -0
{types_boto3_redshift-1.41.0/types_boto3_redshift.egg-info → types_boto3_redshift-1.41.2}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-redshift
|
|
3
|
-
Version: 1.41.
|
|
4
|
-
Summary: Type annotations for boto3 Redshift 1.41.
|
|
3
|
+
Version: 1.41.2
|
|
4
|
+
Summary: Type annotations for boto3 Redshift 1.41.2 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Redshift 1.41.
|
|
45
|
+
Type annotations for [boto3 Redshift 1.41.2](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.41.
|
|
108
|
+
`uvx --with 'boto3==1.41.2' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `Redshift` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Redshift 1.41.
|
|
12
|
+
Type annotations for [boto3 Redshift 1.41.2](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.41.
|
|
75
|
+
`uvx --with 'boto3==1.41.2' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `Redshift` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-redshift"
|
|
7
|
-
version = "1.41.
|
|
7
|
+
version = "1.41.2"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 Redshift 1.41.
|
|
10
|
+
description = "Type annotations for boto3 Redshift 1.41.2 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
{types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/__main__.py
RENAMED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Redshift 1.41.
|
|
16
|
-
"Version: 1.41.
|
|
15
|
+
"Type annotations for boto3 Redshift 1.41.2\n"
|
|
16
|
+
"Version: 1.41.2\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_redshift//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#redshift\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.41.
|
|
29
|
+
sys.stdout.write("1.41.2\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -232,6 +232,7 @@ from .type_defs import (
|
|
|
232
232
|
InboundIntegrationsMessageTypeDef,
|
|
233
233
|
IntegrationResponseTypeDef,
|
|
234
234
|
IntegrationsMessageTypeDef,
|
|
235
|
+
LakehouseConfigurationTypeDef,
|
|
235
236
|
ListRecommendationsMessageTypeDef,
|
|
236
237
|
ListRecommendationsResultTypeDef,
|
|
237
238
|
LoggingStatusTypeDef,
|
|
@@ -259,6 +260,7 @@ from .type_defs import (
|
|
|
259
260
|
ModifyEventSubscriptionMessageTypeDef,
|
|
260
261
|
ModifyEventSubscriptionResultTypeDef,
|
|
261
262
|
ModifyIntegrationMessageTypeDef,
|
|
263
|
+
ModifyLakehouseConfigurationMessageTypeDef,
|
|
262
264
|
ModifyRedshiftIdcApplicationMessageTypeDef,
|
|
263
265
|
ModifyRedshiftIdcApplicationResultTypeDef,
|
|
264
266
|
ModifyScheduledActionMessageTypeDef,
|
|
@@ -325,8 +327,10 @@ if sys.version_info >= (3, 12):
|
|
|
325
327
|
else:
|
|
326
328
|
from typing_extensions import Literal, Unpack
|
|
327
329
|
|
|
330
|
+
|
|
328
331
|
__all__ = ("RedshiftClient",)
|
|
329
332
|
|
|
333
|
+
|
|
330
334
|
class Exceptions(BaseClientExceptions):
|
|
331
335
|
AccessToClusterDeniedFault: type[BotocoreClientError]
|
|
332
336
|
AccessToSnapshotDeniedFault: type[BotocoreClientError]
|
|
@@ -473,6 +477,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
473
477
|
UsageLimitAlreadyExistsFault: type[BotocoreClientError]
|
|
474
478
|
UsageLimitNotFoundFault: type[BotocoreClientError]
|
|
475
479
|
|
|
480
|
+
|
|
476
481
|
class RedshiftClient(BaseClient):
|
|
477
482
|
"""
|
|
478
483
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client)
|
|
@@ -1740,6 +1745,16 @@ class RedshiftClient(BaseClient):
|
|
|
1740
1745
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_integration)
|
|
1741
1746
|
"""
|
|
1742
1747
|
|
|
1748
|
+
def modify_lakehouse_configuration(
|
|
1749
|
+
self, **kwargs: Unpack[ModifyLakehouseConfigurationMessageTypeDef]
|
|
1750
|
+
) -> LakehouseConfigurationTypeDef:
|
|
1751
|
+
"""
|
|
1752
|
+
Modifies the lakehouse configuration for a cluster.
|
|
1753
|
+
|
|
1754
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_lakehouse_configuration.html)
|
|
1755
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_lakehouse_configuration)
|
|
1756
|
+
"""
|
|
1757
|
+
|
|
1743
1758
|
def modify_redshift_idc_application(
|
|
1744
1759
|
self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageTypeDef]
|
|
1745
1760
|
) -> ModifyRedshiftIdcApplicationResultTypeDef:
|
|
@@ -232,6 +232,7 @@ from .type_defs import (
|
|
|
232
232
|
InboundIntegrationsMessageTypeDef,
|
|
233
233
|
IntegrationResponseTypeDef,
|
|
234
234
|
IntegrationsMessageTypeDef,
|
|
235
|
+
LakehouseConfigurationTypeDef,
|
|
235
236
|
ListRecommendationsMessageTypeDef,
|
|
236
237
|
ListRecommendationsResultTypeDef,
|
|
237
238
|
LoggingStatusTypeDef,
|
|
@@ -259,6 +260,7 @@ from .type_defs import (
|
|
|
259
260
|
ModifyEventSubscriptionMessageTypeDef,
|
|
260
261
|
ModifyEventSubscriptionResultTypeDef,
|
|
261
262
|
ModifyIntegrationMessageTypeDef,
|
|
263
|
+
ModifyLakehouseConfigurationMessageTypeDef,
|
|
262
264
|
ModifyRedshiftIdcApplicationMessageTypeDef,
|
|
263
265
|
ModifyRedshiftIdcApplicationResultTypeDef,
|
|
264
266
|
ModifyScheduledActionMessageTypeDef,
|
|
@@ -325,10 +327,8 @@ if sys.version_info >= (3, 12):
|
|
|
325
327
|
else:
|
|
326
328
|
from typing_extensions import Literal, Unpack
|
|
327
329
|
|
|
328
|
-
|
|
329
330
|
__all__ = ("RedshiftClient",)
|
|
330
331
|
|
|
331
|
-
|
|
332
332
|
class Exceptions(BaseClientExceptions):
|
|
333
333
|
AccessToClusterDeniedFault: type[BotocoreClientError]
|
|
334
334
|
AccessToSnapshotDeniedFault: type[BotocoreClientError]
|
|
@@ -475,7 +475,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
475
475
|
UsageLimitAlreadyExistsFault: type[BotocoreClientError]
|
|
476
476
|
UsageLimitNotFoundFault: type[BotocoreClientError]
|
|
477
477
|
|
|
478
|
-
|
|
479
478
|
class RedshiftClient(BaseClient):
|
|
480
479
|
"""
|
|
481
480
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client)
|
|
@@ -1743,6 +1742,16 @@ class RedshiftClient(BaseClient):
|
|
|
1743
1742
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_integration)
|
|
1744
1743
|
"""
|
|
1745
1744
|
|
|
1745
|
+
def modify_lakehouse_configuration(
|
|
1746
|
+
self, **kwargs: Unpack[ModifyLakehouseConfigurationMessageTypeDef]
|
|
1747
|
+
) -> LakehouseConfigurationTypeDef:
|
|
1748
|
+
"""
|
|
1749
|
+
Modifies the lakehouse configuration for a cluster.
|
|
1750
|
+
|
|
1751
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/modify_lakehouse_configuration.html)
|
|
1752
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#modify_lakehouse_configuration)
|
|
1753
|
+
"""
|
|
1754
|
+
|
|
1746
1755
|
def modify_redshift_idc_application(
|
|
1747
1756
|
self, **kwargs: Unpack[ModifyRedshiftIdcApplicationMessageTypeDef]
|
|
1748
1757
|
) -> ModifyRedshiftIdcApplicationResultTypeDef:
|
{types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/literals.py
RENAMED
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"ActionTypeType",
|
|
27
|
+
"ApplicationTypeType",
|
|
27
28
|
"AquaConfigurationStatusType",
|
|
28
29
|
"AquaStatusType",
|
|
29
30
|
"AuthorizationStatusType",
|
|
@@ -72,6 +73,8 @@ __all__ = (
|
|
|
72
73
|
"GetReservedNodeExchangeConfigurationOptionsPaginatorName",
|
|
73
74
|
"GetReservedNodeExchangeOfferingsPaginatorName",
|
|
74
75
|
"ImpactRankingTypeType",
|
|
76
|
+
"LakehouseIdcRegistrationType",
|
|
77
|
+
"LakehouseRegistrationType",
|
|
75
78
|
"ListRecommendationsPaginatorName",
|
|
76
79
|
"LogDestinationTypeType",
|
|
77
80
|
"ModeType",
|
|
@@ -109,6 +112,7 @@ __all__ = (
|
|
|
109
112
|
|
|
110
113
|
|
|
111
114
|
ActionTypeType = Literal["recommend-node-config", "resize-cluster", "restore-cluster"]
|
|
115
|
+
ApplicationTypeType = Literal["Lakehouse", "None"]
|
|
112
116
|
AquaConfigurationStatusType = Literal["auto", "disabled", "enabled"]
|
|
113
117
|
AquaStatusType = Literal["applying", "disabled", "enabled"]
|
|
114
118
|
AuthorizationStatusType = Literal["Authorized", "Revoking"]
|
|
@@ -165,6 +169,8 @@ GetReservedNodeExchangeConfigurationOptionsPaginatorName = Literal[
|
|
|
165
169
|
]
|
|
166
170
|
GetReservedNodeExchangeOfferingsPaginatorName = Literal["get_reserved_node_exchange_offerings"]
|
|
167
171
|
ImpactRankingTypeType = Literal["HIGH", "LOW", "MEDIUM"]
|
|
172
|
+
LakehouseIdcRegistrationType = Literal["Associate", "Disassociate"]
|
|
173
|
+
LakehouseRegistrationType = Literal["Deregister", "Register"]
|
|
168
174
|
ListRecommendationsPaginatorName = Literal["list_recommendations"]
|
|
169
175
|
LogDestinationTypeType = Literal["cloudwatch", "s3"]
|
|
170
176
|
ModeType = Literal["high-performance", "standard"]
|
|
@@ -300,6 +306,7 @@ ServiceName = Literal[
|
|
|
300
306
|
"comprehend",
|
|
301
307
|
"comprehendmedical",
|
|
302
308
|
"compute-optimizer",
|
|
309
|
+
"compute-optimizer-automation",
|
|
303
310
|
"config",
|
|
304
311
|
"connect",
|
|
305
312
|
"connect-contact-lens",
|
{types_boto3_redshift-1.41.0 → types_boto3_redshift-1.41.2}/types_boto3_redshift/literals.pyi
RENAMED
|
@@ -23,6 +23,7 @@ else:
|
|
|
23
23
|
|
|
24
24
|
__all__ = (
|
|
25
25
|
"ActionTypeType",
|
|
26
|
+
"ApplicationTypeType",
|
|
26
27
|
"AquaConfigurationStatusType",
|
|
27
28
|
"AquaStatusType",
|
|
28
29
|
"AuthorizationStatusType",
|
|
@@ -71,6 +72,8 @@ __all__ = (
|
|
|
71
72
|
"GetReservedNodeExchangeConfigurationOptionsPaginatorName",
|
|
72
73
|
"GetReservedNodeExchangeOfferingsPaginatorName",
|
|
73
74
|
"ImpactRankingTypeType",
|
|
75
|
+
"LakehouseIdcRegistrationType",
|
|
76
|
+
"LakehouseRegistrationType",
|
|
74
77
|
"ListRecommendationsPaginatorName",
|
|
75
78
|
"LogDestinationTypeType",
|
|
76
79
|
"ModeType",
|
|
@@ -107,6 +110,7 @@ __all__ = (
|
|
|
107
110
|
)
|
|
108
111
|
|
|
109
112
|
ActionTypeType = Literal["recommend-node-config", "resize-cluster", "restore-cluster"]
|
|
113
|
+
ApplicationTypeType = Literal["Lakehouse", "None"]
|
|
110
114
|
AquaConfigurationStatusType = Literal["auto", "disabled", "enabled"]
|
|
111
115
|
AquaStatusType = Literal["applying", "disabled", "enabled"]
|
|
112
116
|
AuthorizationStatusType = Literal["Authorized", "Revoking"]
|
|
@@ -163,6 +167,8 @@ GetReservedNodeExchangeConfigurationOptionsPaginatorName = Literal[
|
|
|
163
167
|
]
|
|
164
168
|
GetReservedNodeExchangeOfferingsPaginatorName = Literal["get_reserved_node_exchange_offerings"]
|
|
165
169
|
ImpactRankingTypeType = Literal["HIGH", "LOW", "MEDIUM"]
|
|
170
|
+
LakehouseIdcRegistrationType = Literal["Associate", "Disassociate"]
|
|
171
|
+
LakehouseRegistrationType = Literal["Deregister", "Register"]
|
|
166
172
|
ListRecommendationsPaginatorName = Literal["list_recommendations"]
|
|
167
173
|
LogDestinationTypeType = Literal["cloudwatch", "s3"]
|
|
168
174
|
ModeType = Literal["high-performance", "standard"]
|
|
@@ -298,6 +304,7 @@ ServiceName = Literal[
|
|
|
298
304
|
"comprehend",
|
|
299
305
|
"comprehendmedical",
|
|
300
306
|
"compute-optimizer",
|
|
307
|
+
"compute-optimizer-automation",
|
|
301
308
|
"config",
|
|
302
309
|
"connect",
|
|
303
310
|
"connect-contact-lens",
|