mypy-boto3-kinesis 1.40.0__tar.gz → 1.40.60__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. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/PKG-INFO +4 -4
  2. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/README.md +2 -2
  3. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/__main__.py +3 -3
  4. mypy_boto3_kinesis-1.40.0/mypy_boto3_kinesis/client.pyi → mypy_boto3_kinesis-1.40.60/mypy_boto3_kinesis/client.py +15 -0
  5. mypy_boto3_kinesis-1.40.0/mypy_boto3_kinesis/client.py → mypy_boto3_kinesis-1.40.60/mypy_boto3_kinesis/client.pyi +12 -3
  6. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/literals.py +6 -13
  7. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/literals.pyi +6 -13
  8. mypy_boto3_kinesis-1.40.0/mypy_boto3_kinesis/type_defs.pyi → mypy_boto3_kinesis-1.40.60/mypy_boto3_kinesis/type_defs.py +100 -0
  9. mypy_boto3_kinesis-1.40.0/mypy_boto3_kinesis/type_defs.py → mypy_boto3_kinesis-1.40.60/mypy_boto3_kinesis/type_defs.pyi +6 -91
  10. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/version.py +1 -1
  11. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis.egg-info/PKG-INFO +4 -4
  12. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/setup.py +2 -2
  13. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/LICENSE +0 -0
  14. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/__init__.py +0 -0
  15. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/__init__.pyi +0 -0
  16. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/paginator.py +0 -0
  17. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/paginator.pyi +0 -0
  18. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/py.typed +0 -0
  19. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/waiter.py +0 -0
  20. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis/waiter.pyi +0 -0
  21. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis.egg-info/requires.txt +0 -0
  25. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/mypy_boto3_kinesis.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_kinesis-1.40.0 → mypy_boto3_kinesis-1.40.60}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-kinesis
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 Kinesis 1.40.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.60
4
+ Summary: Type annotations for boto3 Kinesis 1.40.60 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.0](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Kinesis 1.40.60](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.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.60' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` 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.0](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Kinesis 1.40.60](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.0' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.60' mypy-boto3-builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `Kinesis` service.
78
78
  4. Use provided commands to install generated packages.
@@ -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.0\n"
16
- "Version: 1.40.0\n"
15
+ "Type annotations for boto3 Kinesis 1.40.60\n"
16
+ "Version: 1.40.60\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_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.0\n")
29
+ sys.stdout.write("1.40.60\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -82,6 +82,7 @@ from .type_defs import (
82
82
  SubscribeToShardOutputTypeDef,
83
83
  TagResourceInputTypeDef,
84
84
  UntagResourceInputTypeDef,
85
+ UpdateMaxRecordSizeInputTypeDef,
85
86
  UpdateShardCountInputTypeDef,
86
87
  UpdateShardCountOutputTypeDef,
87
88
  UpdateStreamModeInputTypeDef,
@@ -98,8 +99,10 @@ if sys.version_info >= (3, 12):
98
99
  else:
99
100
  from typing_extensions import Literal, Unpack
100
101
 
102
+
101
103
  __all__ = ("KinesisClient",)
102
104
 
105
+
103
106
  class Exceptions(BaseClientExceptions):
104
107
  AccessDeniedException: Type[BotocoreClientError]
105
108
  ClientError: Type[BotocoreClientError]
@@ -119,6 +122,7 @@ class Exceptions(BaseClientExceptions):
119
122
  ResourceNotFoundException: Type[BotocoreClientError]
120
123
  ValidationException: Type[BotocoreClientError]
121
124
 
125
+
122
126
  class KinesisClient(BaseClient):
123
127
  """
124
128
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client)
@@ -481,6 +485,17 @@ class KinesisClient(BaseClient):
481
485
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#untag_resource)
482
486
  """
483
487
 
488
+ def update_max_record_size(
489
+ self, **kwargs: Unpack[UpdateMaxRecordSizeInputTypeDef]
490
+ ) -> EmptyResponseMetadataTypeDef:
491
+ """
492
+ This allows you to update the <code>MaxRecordSize</code> of a single record
493
+ that you can write to, and read from a stream.
494
+
495
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_max_record_size.html)
496
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#update_max_record_size)
497
+ """
498
+
484
499
  def update_shard_count(
485
500
  self, **kwargs: Unpack[UpdateShardCountInputTypeDef]
486
501
  ) -> UpdateShardCountOutputTypeDef:
@@ -82,6 +82,7 @@ from .type_defs import (
82
82
  SubscribeToShardOutputTypeDef,
83
83
  TagResourceInputTypeDef,
84
84
  UntagResourceInputTypeDef,
85
+ UpdateMaxRecordSizeInputTypeDef,
85
86
  UpdateShardCountInputTypeDef,
86
87
  UpdateShardCountOutputTypeDef,
87
88
  UpdateStreamModeInputTypeDef,
@@ -98,10 +99,8 @@ if sys.version_info >= (3, 12):
98
99
  else:
99
100
  from typing_extensions import Literal, Unpack
100
101
 
101
-
102
102
  __all__ = ("KinesisClient",)
103
103
 
104
-
105
104
  class Exceptions(BaseClientExceptions):
106
105
  AccessDeniedException: Type[BotocoreClientError]
107
106
  ClientError: Type[BotocoreClientError]
@@ -121,7 +120,6 @@ class Exceptions(BaseClientExceptions):
121
120
  ResourceNotFoundException: Type[BotocoreClientError]
122
121
  ValidationException: Type[BotocoreClientError]
123
122
 
124
-
125
123
  class KinesisClient(BaseClient):
126
124
  """
127
125
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client)
@@ -484,6 +482,17 @@ class KinesisClient(BaseClient):
484
482
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#untag_resource)
485
483
  """
486
484
 
485
+ def update_max_record_size(
486
+ self, **kwargs: Unpack[UpdateMaxRecordSizeInputTypeDef]
487
+ ) -> EmptyResponseMetadataTypeDef:
488
+ """
489
+ This allows you to update the <code>MaxRecordSize</code> of a single record
490
+ that you can write to, and read from a stream.
491
+
492
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_max_record_size.html)
493
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#update_max_record_size)
494
+ """
495
+
487
496
  def update_shard_count(
488
497
  self, **kwargs: Unpack[UpdateShardCountInputTypeDef]
489
498
  ) -> UpdateShardCountOutputTypeDef:
@@ -106,6 +106,7 @@ ServiceName = Literal[
106
106
  "appstream",
107
107
  "appsync",
108
108
  "apptest",
109
+ "arc-region-switch",
109
110
  "arc-zonal-shift",
110
111
  "artifact",
111
112
  "athena",
@@ -117,8 +118,10 @@ ServiceName = Literal[
117
118
  "backup-gateway",
118
119
  "backupsearch",
119
120
  "batch",
121
+ "bcm-dashboards",
120
122
  "bcm-data-exports",
121
123
  "bcm-pricing-calculator",
124
+ "bcm-recommended-actions",
122
125
  "bedrock",
123
126
  "bedrock-agent",
124
127
  "bedrock-agent-runtime",
@@ -360,8 +363,6 @@ ServiceName = Literal[
360
363
  "omics",
361
364
  "opensearch",
362
365
  "opensearchserverless",
363
- "opsworks",
364
- "opsworkscm",
365
366
  "organizations",
366
367
  "osis",
367
368
  "outposts",
@@ -412,6 +413,7 @@ ServiceName = Literal[
412
413
  "route53domains",
413
414
  "route53profiles",
414
415
  "route53resolver",
416
+ "rtbfabric",
415
417
  "rum",
416
418
  "s3",
417
419
  "s3control",
@@ -443,7 +445,6 @@ ServiceName = Literal[
443
445
  "shield",
444
446
  "signer",
445
447
  "simspaceweaver",
446
- "sms",
447
448
  "snow-device-management",
448
449
  "snowball",
449
450
  "sns",
@@ -494,16 +495,7 @@ ServiceName = Literal[
494
495
  "xray",
495
496
  ]
496
497
  ResourceServiceName = Literal[
497
- "cloudformation",
498
- "cloudwatch",
499
- "dynamodb",
500
- "ec2",
501
- "glacier",
502
- "iam",
503
- "opsworks",
504
- "s3",
505
- "sns",
506
- "sqs",
498
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
507
499
  ]
508
500
  PaginatorName = Literal["describe_stream", "list_shards", "list_stream_consumers", "list_streams"]
509
501
  WaiterName = Literal["stream_exists", "stream_not_exists"]
@@ -521,6 +513,7 @@ RegionName = Literal[
521
513
  "ap-southeast-3",
522
514
  "ap-southeast-4",
523
515
  "ap-southeast-5",
516
+ "ap-southeast-6",
524
517
  "ap-southeast-7",
525
518
  "ca-central-1",
526
519
  "ca-west-1",
@@ -104,6 +104,7 @@ ServiceName = Literal[
104
104
  "appstream",
105
105
  "appsync",
106
106
  "apptest",
107
+ "arc-region-switch",
107
108
  "arc-zonal-shift",
108
109
  "artifact",
109
110
  "athena",
@@ -115,8 +116,10 @@ ServiceName = Literal[
115
116
  "backup-gateway",
116
117
  "backupsearch",
117
118
  "batch",
119
+ "bcm-dashboards",
118
120
  "bcm-data-exports",
119
121
  "bcm-pricing-calculator",
122
+ "bcm-recommended-actions",
120
123
  "bedrock",
121
124
  "bedrock-agent",
122
125
  "bedrock-agent-runtime",
@@ -358,8 +361,6 @@ ServiceName = Literal[
358
361
  "omics",
359
362
  "opensearch",
360
363
  "opensearchserverless",
361
- "opsworks",
362
- "opsworkscm",
363
364
  "organizations",
364
365
  "osis",
365
366
  "outposts",
@@ -410,6 +411,7 @@ ServiceName = Literal[
410
411
  "route53domains",
411
412
  "route53profiles",
412
413
  "route53resolver",
414
+ "rtbfabric",
413
415
  "rum",
414
416
  "s3",
415
417
  "s3control",
@@ -441,7 +443,6 @@ ServiceName = Literal[
441
443
  "shield",
442
444
  "signer",
443
445
  "simspaceweaver",
444
- "sms",
445
446
  "snow-device-management",
446
447
  "snowball",
447
448
  "sns",
@@ -492,16 +493,7 @@ ServiceName = Literal[
492
493
  "xray",
493
494
  ]
494
495
  ResourceServiceName = Literal[
495
- "cloudformation",
496
- "cloudwatch",
497
- "dynamodb",
498
- "ec2",
499
- "glacier",
500
- "iam",
501
- "opsworks",
502
- "s3",
503
- "sns",
504
- "sqs",
496
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
505
497
  ]
506
498
  PaginatorName = Literal["describe_stream", "list_shards", "list_stream_consumers", "list_streams"]
507
499
  WaiterName = Literal["stream_exists", "stream_not_exists"]
@@ -519,6 +511,7 @@ RegionName = Literal[
519
511
  "ap-southeast-3",
520
512
  "ap-southeast-4",
521
513
  "ap-southeast-5",
514
+ "ap-southeast-6",
522
515
  "ap-southeast-7",
523
516
  "ca-central-1",
524
517
  "ca-west-1",