types-boto3-redshift 1.42.3__tar.gz → 1.42.42__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.
Files changed (26) hide show
  1. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/LICENSE +1 -1
  2. {types_boto3_redshift-1.42.3/types_boto3_redshift.egg-info → types_boto3_redshift-1.42.42}/PKG-INFO +4 -4
  3. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/README.md +2 -2
  4. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/pyproject.toml +3 -3
  5. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/__init__.py +1 -1
  6. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/__init__.pyi +1 -1
  7. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/__main__.py +4 -4
  8. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/client.py +1 -1
  9. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/client.pyi +1 -1
  10. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/literals.py +8 -3
  11. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/literals.pyi +8 -3
  12. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/paginator.py +1 -1
  13. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/paginator.pyi +1 -1
  14. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/type_defs.py +4 -1
  15. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/type_defs.pyi +4 -1
  16. types_boto3_redshift-1.42.42/types_boto3_redshift/version.py +7 -0
  17. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/waiter.py +1 -1
  18. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/waiter.pyi +1 -1
  19. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42/types_boto3_redshift.egg-info}/PKG-INFO +4 -4
  20. types_boto3_redshift-1.42.3/types_boto3_redshift/version.py +0 -7
  21. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/setup.cfg +0 -0
  22. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift/py.typed +0 -0
  23. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift.egg-info/SOURCES.txt +0 -0
  24. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift.egg-info/dependency_links.txt +0 -0
  25. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift.egg-info/requires.txt +0 -0
  26. {types_boto3_redshift-1.42.3 → types_boto3_redshift-1.42.42}/types_boto3_redshift.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-redshift
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 Redshift 1.42.3 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.42
4
+ Summary: Type annotations for boto3 Redshift 1.42.42 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 Redshift 1.42.3](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Redshift 1.42.42](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.42.3' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.42' 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Redshift 1.42.3](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Redshift 1.42.42](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.42.3' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.42.42' 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.
@@ -1,13 +1,13 @@
1
1
  # Setup script for types-boto3-redshift.
2
2
 
3
- # Copyright 2025 Vlad Emelianov
3
+ # Copyright 2026 Vlad Emelianov
4
4
 
5
5
  [project]
6
6
  name = "types-boto3-redshift"
7
- version = "1.42.3"
7
+ version = "1.42.42"
8
8
  license = "MIT"
9
9
  authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
- description = "Type annotations for boto3 Redshift 1.42.3 service generated with mypy-boto3-builder 8.12.0"
10
+ description = "Type annotations for boto3 Redshift 1.42.42 service generated with mypy-boto3-builder 8.12.0"
11
11
  readme = "README.md"
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
@@ -3,7 +3,7 @@ Main interface for redshift service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Main interface for redshift service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2025 Vlad Emelianov
4
+ Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -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.42.3\n"
16
- "Version: 1.42.3\n"
15
+ "Type annotations for boto3 Redshift 1.42.42\n"
16
+ "Version: 1.42.42\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.42.3\n")
29
+ sys.stdout.write("1.42.42\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -3,7 +3,7 @@ Type annotations for redshift service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for redshift service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ 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
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -204,7 +204,12 @@ SourceTypeType = Literal[
204
204
  ]
205
205
  TableRestoreStatusTypeType = Literal["CANCELED", "FAILED", "IN_PROGRESS", "PENDING", "SUCCEEDED"]
206
206
  UsageLimitBreachActionType = Literal["disable", "emit-metric", "log"]
207
- UsageLimitFeatureTypeType = Literal["concurrency-scaling", "cross-region-datasharing", "spectrum"]
207
+ UsageLimitFeatureTypeType = Literal[
208
+ "concurrency-scaling",
209
+ "cross-region-datasharing",
210
+ "extra-compute-for-automatic-optimization",
211
+ "spectrum",
212
+ ]
208
213
  UsageLimitLimitTypeType = Literal["data-scanned", "time"]
209
214
  UsageLimitPeriodType = Literal["daily", "monthly", "weekly"]
210
215
  ZeroETLIntegrationStatusType = Literal[
@@ -352,7 +357,6 @@ ServiceName = Literal[
352
357
  "eks-auth",
353
358
  "elasticache",
354
359
  "elasticbeanstalk",
355
- "elastictranscoder",
356
360
  "elb",
357
361
  "elbv2",
358
362
  "emr",
@@ -617,6 +621,7 @@ ServiceName = Literal[
617
621
  "waf-regional",
618
622
  "wafv2",
619
623
  "wellarchitected",
624
+ "wickr",
620
625
  "wisdom",
621
626
  "workdocs",
622
627
  "workmail",
@@ -3,7 +3,7 @@ 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
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -202,7 +202,12 @@ SourceTypeType = Literal[
202
202
  ]
203
203
  TableRestoreStatusTypeType = Literal["CANCELED", "FAILED", "IN_PROGRESS", "PENDING", "SUCCEEDED"]
204
204
  UsageLimitBreachActionType = Literal["disable", "emit-metric", "log"]
205
- UsageLimitFeatureTypeType = Literal["concurrency-scaling", "cross-region-datasharing", "spectrum"]
205
+ UsageLimitFeatureTypeType = Literal[
206
+ "concurrency-scaling",
207
+ "cross-region-datasharing",
208
+ "extra-compute-for-automatic-optimization",
209
+ "spectrum",
210
+ ]
206
211
  UsageLimitLimitTypeType = Literal["data-scanned", "time"]
207
212
  UsageLimitPeriodType = Literal["daily", "monthly", "weekly"]
208
213
  ZeroETLIntegrationStatusType = Literal[
@@ -350,7 +355,6 @@ ServiceName = Literal[
350
355
  "eks-auth",
351
356
  "elasticache",
352
357
  "elasticbeanstalk",
353
- "elastictranscoder",
354
358
  "elb",
355
359
  "elbv2",
356
360
  "emr",
@@ -615,6 +619,7 @@ ServiceName = Literal[
615
619
  "waf-regional",
616
620
  "wafv2",
617
621
  "wellarchitected",
622
+ "wickr",
618
623
  "wisdom",
619
624
  "workdocs",
620
625
  "workmail",
@@ -3,7 +3,7 @@ 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
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ 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
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for redshift service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1295,6 +1295,7 @@ class ModifyClusterMessageTypeDef(TypedDict):
1295
1295
  MasterPasswordSecretKmsKeyId: NotRequired[str]
1296
1296
  IpAddressType: NotRequired[str]
1297
1297
  MultiAZ: NotRequired[bool]
1298
+ ExtraComputeForAutomaticOptimization: NotRequired[bool]
1298
1299
 
1299
1300
 
1300
1301
  class ModifyClusterSnapshotMessageTypeDef(TypedDict):
@@ -1871,6 +1872,7 @@ class CreateClusterMessageTypeDef(TypedDict):
1871
1872
  MultiAZ: NotRequired[bool]
1872
1873
  RedshiftIdcApplicationArn: NotRequired[str]
1873
1874
  CatalogName: NotRequired[str]
1875
+ ExtraComputeForAutomaticOptimization: NotRequired[bool]
1874
1876
 
1875
1877
 
1876
1878
  class CreateClusterParameterGroupMessageTypeDef(TypedDict):
@@ -3106,6 +3108,7 @@ class ClusterTypeDef(TypedDict):
3106
3108
  MultiAZSecondary: NotRequired[SecondaryClusterInfoTypeDef]
3107
3109
  LakehouseRegistrationStatus: NotRequired[str]
3108
3110
  CatalogArn: NotRequired[str]
3111
+ ExtraComputeForAutomaticOptimization: NotRequired[str]
3109
3112
 
3110
3113
 
3111
3114
  class RedshiftIdcApplicationTypeDef(TypedDict):
@@ -3,7 +3,7 @@ Type annotations for redshift service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1163,6 +1163,7 @@ class ModifyClusterMessageTypeDef(TypedDict):
1163
1163
  MasterPasswordSecretKmsKeyId: NotRequired[str]
1164
1164
  IpAddressType: NotRequired[str]
1165
1165
  MultiAZ: NotRequired[bool]
1166
+ ExtraComputeForAutomaticOptimization: NotRequired[bool]
1166
1167
 
1167
1168
  class ModifyClusterSnapshotMessageTypeDef(TypedDict):
1168
1169
  SnapshotIdentifier: str
@@ -1664,6 +1665,7 @@ class CreateClusterMessageTypeDef(TypedDict):
1664
1665
  MultiAZ: NotRequired[bool]
1665
1666
  RedshiftIdcApplicationArn: NotRequired[str]
1666
1667
  CatalogName: NotRequired[str]
1668
+ ExtraComputeForAutomaticOptimization: NotRequired[bool]
1667
1669
 
1668
1670
  class CreateClusterParameterGroupMessageTypeDef(TypedDict):
1669
1671
  ParameterGroupName: str
@@ -2741,6 +2743,7 @@ class ClusterTypeDef(TypedDict):
2741
2743
  MultiAZSecondary: NotRequired[SecondaryClusterInfoTypeDef]
2742
2744
  LakehouseRegistrationStatus: NotRequired[str]
2743
2745
  CatalogArn: NotRequired[str]
2746
+ ExtraComputeForAutomaticOptimization: NotRequired[str]
2744
2747
 
2745
2748
  class RedshiftIdcApplicationTypeDef(TypedDict):
2746
2749
  IdcInstanceArn: NotRequired[str]
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2026 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.42.42"
@@ -3,7 +3,7 @@ Type annotations for redshift service client waiters.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for redshift service client waiters.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/waiters/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-redshift
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 Redshift 1.42.3 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.42
4
+ Summary: Type annotations for boto3 Redshift 1.42.42 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 Redshift 1.42.3](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Redshift 1.42.42](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.42.3' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.42' 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.
@@ -1,7 +0,0 @@
1
- """
2
- Source of truth for version.
3
-
4
- Copyright 2025 Vlad Emelianov
5
- """
6
-
7
- __version__ = "1.42.3"