types-boto3-kinesis 1.40.64__tar.gz → 1.40.65__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_kinesis-1.40.64/types_boto3_kinesis.egg-info → types_boto3_kinesis-1.40.65}/PKG-INFO +4 -4
  2. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/README.md +2 -2
  3. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/setup.py +2 -2
  4. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/__main__.py +3 -3
  5. types_boto3_kinesis-1.40.64/types_boto3_kinesis/client.pyi → types_boto3_kinesis-1.40.65/types_boto3_kinesis/client.py +37 -0
  6. types_boto3_kinesis-1.40.64/types_boto3_kinesis/client.py → types_boto3_kinesis-1.40.65/types_boto3_kinesis/client.pyi +34 -3
  7. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/literals.py +6 -0
  8. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/literals.pyi +6 -0
  9. types_boto3_kinesis-1.40.64/types_boto3_kinesis/type_defs.pyi → types_boto3_kinesis-1.40.65/types_boto3_kinesis/type_defs.py +165 -16
  10. types_boto3_kinesis-1.40.64/types_boto3_kinesis/type_defs.py → types_boto3_kinesis-1.40.65/types_boto3_kinesis/type_defs.pyi +57 -102
  11. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/version.py +1 -1
  12. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65/types_boto3_kinesis.egg-info}/PKG-INFO +4 -4
  13. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/LICENSE +0 -0
  14. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/setup.cfg +0 -0
  15. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/__init__.py +0 -0
  16. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/__init__.pyi +0 -0
  17. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/paginator.py +0 -0
  18. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/paginator.pyi +0 -0
  19. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/py.typed +0 -0
  20. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/waiter.py +0 -0
  21. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis/waiter.pyi +0 -0
  22. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis.egg-info/not-zip-safe +0 -0
  25. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis.egg-info/requires.txt +0 -0
  26. {types_boto3_kinesis-1.40.64 → types_boto3_kinesis-1.40.65}/types_boto3_kinesis.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-kinesis
3
- Version: 1.40.64
4
- Summary: Type annotations for boto3 Kinesis 1.40.64 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.65
4
+ Summary: Type annotations for boto3 Kinesis 1.40.65 service generated with mypy-boto3-builder 8.11.0
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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 Kinesis 1.40.64](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Kinesis 1.40.65](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.64' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.65' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `Kinesis` service.
125
125
  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 Kinesis 1.40.64](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Kinesis 1.40.65](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.40.64' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.65' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `Kinesis` service.
78
78
  4. Use provided commands to install generated packages.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="types-boto3-kinesis",
16
- version="1.40.64",
16
+ version="1.40.65",
17
17
  packages=["types_boto3_kinesis"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 Kinesis 1.40.64 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 Kinesis 1.40.65 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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 Kinesis 1.40.64\n"
16
- "Version: 1.40.64\n"
15
+ "Type annotations for boto3 Kinesis 1.40.65\n"
16
+ "Version: 1.40.65\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_kinesis//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#kinesis\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.40.64\n")
29
+ sys.stdout.write("1.40.65\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -38,6 +38,7 @@ from .type_defs import (
38
38
  DeleteResourcePolicyInputTypeDef,
39
39
  DeleteStreamInputTypeDef,
40
40
  DeregisterStreamConsumerInputTypeDef,
41
+ DescribeAccountSettingsOutputTypeDef,
41
42
  DescribeLimitsOutputTypeDef,
42
43
  DescribeStreamConsumerInputTypeDef,
43
44
  DescribeStreamConsumerOutputTypeDef,
@@ -82,10 +83,14 @@ from .type_defs import (
82
83
  SubscribeToShardOutputTypeDef,
83
84
  TagResourceInputTypeDef,
84
85
  UntagResourceInputTypeDef,
86
+ UpdateAccountSettingsInputTypeDef,
87
+ UpdateAccountSettingsOutputTypeDef,
85
88
  UpdateMaxRecordSizeInputTypeDef,
86
89
  UpdateShardCountInputTypeDef,
87
90
  UpdateShardCountOutputTypeDef,
88
91
  UpdateStreamModeInputTypeDef,
92
+ UpdateStreamWarmThroughputInputTypeDef,
93
+ UpdateStreamWarmThroughputOutputTypeDef,
89
94
  )
90
95
  from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
91
96
 
@@ -99,8 +104,10 @@ if sys.version_info >= (3, 12):
99
104
  else:
100
105
  from typing_extensions import Literal, Unpack
101
106
 
107
+
102
108
  __all__ = ("KinesisClient",)
103
109
 
110
+
104
111
  class Exceptions(BaseClientExceptions):
105
112
  AccessDeniedException: Type[BotocoreClientError]
106
113
  ClientError: Type[BotocoreClientError]
@@ -120,6 +127,7 @@ class Exceptions(BaseClientExceptions):
120
127
  ResourceNotFoundException: Type[BotocoreClientError]
121
128
  ValidationException: Type[BotocoreClientError]
122
129
 
130
+
123
131
  class KinesisClient(BaseClient):
124
132
  """
125
133
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client)
@@ -216,6 +224,14 @@ class KinesisClient(BaseClient):
216
224
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#deregister_stream_consumer)
217
225
  """
218
226
 
227
+ def describe_account_settings(self) -> DescribeAccountSettingsOutputTypeDef:
228
+ """
229
+ Describes the account-level settings for Amazon Kinesis Data Streams.
230
+
231
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/describe_account_settings.html)
232
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#describe_account_settings)
233
+ """
234
+
219
235
  def describe_limits(self) -> DescribeLimitsOutputTypeDef:
220
236
  """
221
237
  Describes the shard limits and usage for the account.
@@ -482,6 +498,16 @@ class KinesisClient(BaseClient):
482
498
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#untag_resource)
483
499
  """
484
500
 
501
+ def update_account_settings(
502
+ self, **kwargs: Unpack[UpdateAccountSettingsInputTypeDef]
503
+ ) -> UpdateAccountSettingsOutputTypeDef:
504
+ """
505
+ Updates the account-level settings for Amazon Kinesis Data Streams.
506
+
507
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_account_settings.html)
508
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#update_account_settings)
509
+ """
510
+
485
511
  def update_max_record_size(
486
512
  self, **kwargs: Unpack[UpdateMaxRecordSizeInputTypeDef]
487
513
  ) -> EmptyResponseMetadataTypeDef:
@@ -514,6 +540,17 @@ class KinesisClient(BaseClient):
514
540
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#update_stream_mode)
515
541
  """
516
542
 
543
+ def update_stream_warm_throughput(
544
+ self, **kwargs: Unpack[UpdateStreamWarmThroughputInputTypeDef]
545
+ ) -> UpdateStreamWarmThroughputOutputTypeDef:
546
+ """
547
+ Updates the warm throughput configuration for the specified Amazon Kinesis Data
548
+ Streams on-demand data stream.
549
+
550
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_stream_warm_throughput.html)
551
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#update_stream_warm_throughput)
552
+ """
553
+
517
554
  @overload # type: ignore[override]
518
555
  def get_paginator( # type: ignore[override]
519
556
  self, operation_name: Literal["describe_stream"]
@@ -38,6 +38,7 @@ from .type_defs import (
38
38
  DeleteResourcePolicyInputTypeDef,
39
39
  DeleteStreamInputTypeDef,
40
40
  DeregisterStreamConsumerInputTypeDef,
41
+ DescribeAccountSettingsOutputTypeDef,
41
42
  DescribeLimitsOutputTypeDef,
42
43
  DescribeStreamConsumerInputTypeDef,
43
44
  DescribeStreamConsumerOutputTypeDef,
@@ -82,10 +83,14 @@ from .type_defs import (
82
83
  SubscribeToShardOutputTypeDef,
83
84
  TagResourceInputTypeDef,
84
85
  UntagResourceInputTypeDef,
86
+ UpdateAccountSettingsInputTypeDef,
87
+ UpdateAccountSettingsOutputTypeDef,
85
88
  UpdateMaxRecordSizeInputTypeDef,
86
89
  UpdateShardCountInputTypeDef,
87
90
  UpdateShardCountOutputTypeDef,
88
91
  UpdateStreamModeInputTypeDef,
92
+ UpdateStreamWarmThroughputInputTypeDef,
93
+ UpdateStreamWarmThroughputOutputTypeDef,
89
94
  )
90
95
  from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
91
96
 
@@ -99,10 +104,8 @@ if sys.version_info >= (3, 12):
99
104
  else:
100
105
  from typing_extensions import Literal, Unpack
101
106
 
102
-
103
107
  __all__ = ("KinesisClient",)
104
108
 
105
-
106
109
  class Exceptions(BaseClientExceptions):
107
110
  AccessDeniedException: Type[BotocoreClientError]
108
111
  ClientError: Type[BotocoreClientError]
@@ -122,7 +125,6 @@ class Exceptions(BaseClientExceptions):
122
125
  ResourceNotFoundException: Type[BotocoreClientError]
123
126
  ValidationException: Type[BotocoreClientError]
124
127
 
125
-
126
128
  class KinesisClient(BaseClient):
127
129
  """
128
130
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client)
@@ -219,6 +221,14 @@ class KinesisClient(BaseClient):
219
221
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#deregister_stream_consumer)
220
222
  """
221
223
 
224
+ def describe_account_settings(self) -> DescribeAccountSettingsOutputTypeDef:
225
+ """
226
+ Describes the account-level settings for Amazon Kinesis Data Streams.
227
+
228
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/describe_account_settings.html)
229
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#describe_account_settings)
230
+ """
231
+
222
232
  def describe_limits(self) -> DescribeLimitsOutputTypeDef:
223
233
  """
224
234
  Describes the shard limits and usage for the account.
@@ -485,6 +495,16 @@ class KinesisClient(BaseClient):
485
495
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#untag_resource)
486
496
  """
487
497
 
498
+ def update_account_settings(
499
+ self, **kwargs: Unpack[UpdateAccountSettingsInputTypeDef]
500
+ ) -> UpdateAccountSettingsOutputTypeDef:
501
+ """
502
+ Updates the account-level settings for Amazon Kinesis Data Streams.
503
+
504
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_account_settings.html)
505
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#update_account_settings)
506
+ """
507
+
488
508
  def update_max_record_size(
489
509
  self, **kwargs: Unpack[UpdateMaxRecordSizeInputTypeDef]
490
510
  ) -> EmptyResponseMetadataTypeDef:
@@ -517,6 +537,17 @@ class KinesisClient(BaseClient):
517
537
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#update_stream_mode)
518
538
  """
519
539
 
540
+ def update_stream_warm_throughput(
541
+ self, **kwargs: Unpack[UpdateStreamWarmThroughputInputTypeDef]
542
+ ) -> UpdateStreamWarmThroughputOutputTypeDef:
543
+ """
544
+ Updates the warm throughput configuration for the specified Amazon Kinesis Data
545
+ Streams on-demand data stream.
546
+
547
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_stream_warm_throughput.html)
548
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#update_stream_warm_throughput)
549
+ """
550
+
520
551
  @overload # type: ignore[override]
521
552
  def get_paginator( # type: ignore[override]
522
553
  self, operation_name: Literal["describe_stream"]
@@ -31,6 +31,8 @@ __all__ = (
31
31
  "ListStreamConsumersPaginatorName",
32
32
  "ListStreamsPaginatorName",
33
33
  "MetricsNameType",
34
+ "MinimumThroughputBillingCommitmentInputStatusType",
35
+ "MinimumThroughputBillingCommitmentOutputStatusType",
34
36
  "PaginatorName",
35
37
  "RegionName",
36
38
  "ResourceServiceName",
@@ -62,6 +64,10 @@ MetricsNameType = Literal[
62
64
  "ReadProvisionedThroughputExceeded",
63
65
  "WriteProvisionedThroughputExceeded",
64
66
  ]
67
+ MinimumThroughputBillingCommitmentInputStatusType = Literal["DISABLED", "ENABLED"]
68
+ MinimumThroughputBillingCommitmentOutputStatusType = Literal[
69
+ "DISABLED", "ENABLED", "ENABLED_UNTIL_EARLIEST_ALLOWED_END"
70
+ ]
65
71
  ScalingTypeType = Literal["UNIFORM_SCALING"]
66
72
  ShardFilterTypeType = Literal[
67
73
  "AFTER_SHARD_ID",
@@ -30,6 +30,8 @@ __all__ = (
30
30
  "ListStreamConsumersPaginatorName",
31
31
  "ListStreamsPaginatorName",
32
32
  "MetricsNameType",
33
+ "MinimumThroughputBillingCommitmentInputStatusType",
34
+ "MinimumThroughputBillingCommitmentOutputStatusType",
33
35
  "PaginatorName",
34
36
  "RegionName",
35
37
  "ResourceServiceName",
@@ -60,6 +62,10 @@ MetricsNameType = Literal[
60
62
  "ReadProvisionedThroughputExceeded",
61
63
  "WriteProvisionedThroughputExceeded",
62
64
  ]
65
+ MinimumThroughputBillingCommitmentInputStatusType = Literal["DISABLED", "ENABLED"]
66
+ MinimumThroughputBillingCommitmentOutputStatusType = Literal[
67
+ "DISABLED", "ENABLED", "ENABLED_UNTIL_EARLIEST_ALLOWED_END"
68
+ ]
63
69
  ScalingTypeType = Literal["UNIFORM_SCALING"]
64
70
  ShardFilterTypeType = Literal[
65
71
  "AFTER_SHARD_ID",