types-boto3-lambda 1.40.64__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.

Potentially problematic release.


This version of types-boto3-lambda might be problematic. Click here for more details.

Files changed (27) hide show
  1. {types_boto3_lambda-1.40.64/types_boto3_lambda.egg-info → types_boto3_lambda-1.41.2}/PKG-INFO +11 -25
  2. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/README.md +3 -3
  3. types_boto3_lambda-1.41.2/pyproject.toml +61 -0
  4. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/__main__.py +4 -4
  5. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/client.py +42 -47
  6. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/client.pyi +42 -47
  7. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/literals.py +6 -0
  8. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/literals.pyi +6 -0
  9. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/type_defs.py +62 -56
  10. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/type_defs.pyi +61 -56
  11. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/version.py +1 -1
  12. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2/types_boto3_lambda.egg-info}/PKG-INFO +11 -25
  13. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/SOURCES.txt +1 -2
  14. types_boto3_lambda-1.40.64/setup.py +0 -54
  15. types_boto3_lambda-1.40.64/types_boto3_lambda.egg-info/not-zip-safe +0 -1
  16. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/LICENSE +0 -0
  17. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/setup.cfg +0 -0
  18. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/__init__.py +0 -0
  19. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/__init__.pyi +0 -0
  20. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/paginator.py +0 -0
  21. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/paginator.pyi +0 -0
  22. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/py.typed +0 -0
  23. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/waiter.py +0 -0
  24. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/waiter.pyi +0 -0
  25. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/dependency_links.txt +0 -0
  26. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/requires.txt +0 -0
  27. {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/top_level.txt +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-lambda
3
- Version: 1.40.64
4
- Summary: Type annotations for boto3 Lambda 1.40.64 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.41.2
4
+ Summary: Type annotations for boto3 Lambda 1.41.2 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
9
8
  Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_lambda/
10
9
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
10
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 lambda boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,lambda,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
16
  Classifier: Natural Language :: English
18
17
  Classifier: Operating System :: OS Independent
19
18
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
19
  Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
27
25
  Classifier: Programming Language :: Python :: 3 :: Only
28
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
27
  Classifier: Typing :: Stubs Only
30
- Requires-Python: >=3.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="types-boto3-lambda"></a>
49
35
 
@@ -56,7 +42,7 @@ Dynamic: summary
56
42
 
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
- Type annotations for [boto3 Lambda 1.40.64](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Lambda 1.41.2](https://pypi.org/project/boto3/)
60
46
  compatible with [VSCode](https://code.visualstudio.com/),
61
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
52
 
67
53
  Generated with
68
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
69
55
 
70
56
  More information can be found on
71
57
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.64' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.2' mypy-boto3-builder`
123
109
  2. Select `boto3` AWS SDK.
124
110
  3. Add `Lambda` service.
125
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 Lambda 1.40.64](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Lambda 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/),
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
20
  Generated with
21
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -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.41.2' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `Lambda` service.
78
78
  4. Use provided commands to install generated packages.
@@ -0,0 +1,61 @@
1
+ # Setup script for types-boto3-lambda.
2
+
3
+ # Copyright 2025 Vlad Emelianov
4
+
5
+ [project]
6
+ name = "types-boto3-lambda"
7
+ version = "1.41.2"
8
+ license = "MIT"
9
+ authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
+ description = "Type annotations for boto3 Lambda 1.41.2 service generated with mypy-boto3-builder 8.12.0"
11
+ readme = "README.md"
12
+ classifiers = [
13
+ "Development Status :: 5 - Production/Stable",
14
+ "Intended Audience :: Developers",
15
+ "Environment :: Console",
16
+ "Natural Language :: English",
17
+ "Operating System :: OS Independent",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.9",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
+ "Programming Language :: Python :: 3 :: Only",
26
+ "Programming Language :: Python :: Implementation :: CPython",
27
+ "Typing :: Stubs Only",
28
+ ]
29
+ keywords = [
30
+ "boto3",
31
+ "lambda",
32
+ "boto3-stubs",
33
+ "type-annotations",
34
+ "mypy",
35
+ "typeshed",
36
+ "autocomplete",
37
+ ]
38
+ requires-python = ">=3.9"
39
+
40
+ dependencies = [
41
+ "typing-extensions; python_version<'3.12'",
42
+ ]
43
+
44
+
45
+ [project.urls]
46
+ Homepage = "https://github.com/youtype/mypy_boto3_builder"
47
+ Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_lambda/"
48
+ Source = "https://github.com/youtype/mypy_boto3_builder"
49
+ Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
50
+
51
+ [build-system]
52
+ requires = ["setuptools>=60"]
53
+ build-backend = "setuptools.build_meta"
54
+
55
+ [tool.setuptools]
56
+ platforms = ["any"]
57
+ include-package-data = true
58
+ packages = ["types_boto3_lambda"]
59
+
60
+ [tool.setuptools.package-data]
61
+ "*" = ["*.pyi", "py.typed"]
@@ -12,9 +12,9 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 Lambda 1.40.64\n"
16
- "Version: 1.40.64\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 Lambda 1.41.2\n"
16
+ "Version: 1.41.2\n"
17
+ "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_lambda//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html#lambda\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.41.2\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -160,12 +161,6 @@ from .waiter import (
160
161
  PublishedVersionActiveWaiter,
161
162
  )
162
163
 
163
- if sys.version_info >= (3, 9):
164
- from builtins import dict as Dict
165
- from builtins import type as Type
166
- from collections.abc import Mapping
167
- else:
168
- from typing import Dict, Mapping, Type
169
164
  if sys.version_info >= (3, 12):
170
165
  from typing import Literal, Unpack
171
166
  else:
@@ -176,46 +171,46 @@ __all__ = ("LambdaClient",)
176
171
 
177
172
 
178
173
  class Exceptions(BaseClientExceptions):
179
- ClientError: Type[BotocoreClientError]
180
- CodeSigningConfigNotFoundException: Type[BotocoreClientError]
181
- CodeStorageExceededException: Type[BotocoreClientError]
182
- CodeVerificationFailedException: Type[BotocoreClientError]
183
- EC2AccessDeniedException: Type[BotocoreClientError]
184
- EC2ThrottledException: Type[BotocoreClientError]
185
- EC2UnexpectedException: Type[BotocoreClientError]
186
- EFSIOException: Type[BotocoreClientError]
187
- EFSMountConnectivityException: Type[BotocoreClientError]
188
- EFSMountFailureException: Type[BotocoreClientError]
189
- EFSMountTimeoutException: Type[BotocoreClientError]
190
- ENILimitReachedException: Type[BotocoreClientError]
191
- InvalidCodeSignatureException: Type[BotocoreClientError]
192
- InvalidParameterValueException: Type[BotocoreClientError]
193
- InvalidRequestContentException: Type[BotocoreClientError]
194
- InvalidRuntimeException: Type[BotocoreClientError]
195
- InvalidSecurityGroupIDException: Type[BotocoreClientError]
196
- InvalidSubnetIDException: Type[BotocoreClientError]
197
- InvalidZipFileException: Type[BotocoreClientError]
198
- KMSAccessDeniedException: Type[BotocoreClientError]
199
- KMSDisabledException: Type[BotocoreClientError]
200
- KMSInvalidStateException: Type[BotocoreClientError]
201
- KMSNotFoundException: Type[BotocoreClientError]
202
- PolicyLengthExceededException: Type[BotocoreClientError]
203
- PreconditionFailedException: Type[BotocoreClientError]
204
- ProvisionedConcurrencyConfigNotFoundException: Type[BotocoreClientError]
205
- RecursiveInvocationException: Type[BotocoreClientError]
206
- RequestTooLargeException: Type[BotocoreClientError]
207
- ResourceConflictException: Type[BotocoreClientError]
208
- ResourceInUseException: Type[BotocoreClientError]
209
- ResourceNotFoundException: Type[BotocoreClientError]
210
- ResourceNotReadyException: Type[BotocoreClientError]
211
- SerializedRequestEntityTooLargeException: Type[BotocoreClientError]
212
- ServiceException: Type[BotocoreClientError]
213
- SnapStartException: Type[BotocoreClientError]
214
- SnapStartNotReadyException: Type[BotocoreClientError]
215
- SnapStartTimeoutException: Type[BotocoreClientError]
216
- SubnetIPAddressLimitReachedException: Type[BotocoreClientError]
217
- TooManyRequestsException: Type[BotocoreClientError]
218
- UnsupportedMediaTypeException: Type[BotocoreClientError]
174
+ ClientError: type[BotocoreClientError]
175
+ CodeSigningConfigNotFoundException: type[BotocoreClientError]
176
+ CodeStorageExceededException: type[BotocoreClientError]
177
+ CodeVerificationFailedException: type[BotocoreClientError]
178
+ EC2AccessDeniedException: type[BotocoreClientError]
179
+ EC2ThrottledException: type[BotocoreClientError]
180
+ EC2UnexpectedException: type[BotocoreClientError]
181
+ EFSIOException: type[BotocoreClientError]
182
+ EFSMountConnectivityException: type[BotocoreClientError]
183
+ EFSMountFailureException: type[BotocoreClientError]
184
+ EFSMountTimeoutException: type[BotocoreClientError]
185
+ ENILimitReachedException: type[BotocoreClientError]
186
+ InvalidCodeSignatureException: type[BotocoreClientError]
187
+ InvalidParameterValueException: type[BotocoreClientError]
188
+ InvalidRequestContentException: type[BotocoreClientError]
189
+ InvalidRuntimeException: type[BotocoreClientError]
190
+ InvalidSecurityGroupIDException: type[BotocoreClientError]
191
+ InvalidSubnetIDException: type[BotocoreClientError]
192
+ InvalidZipFileException: type[BotocoreClientError]
193
+ KMSAccessDeniedException: type[BotocoreClientError]
194
+ KMSDisabledException: type[BotocoreClientError]
195
+ KMSInvalidStateException: type[BotocoreClientError]
196
+ KMSNotFoundException: type[BotocoreClientError]
197
+ PolicyLengthExceededException: type[BotocoreClientError]
198
+ PreconditionFailedException: type[BotocoreClientError]
199
+ ProvisionedConcurrencyConfigNotFoundException: type[BotocoreClientError]
200
+ RecursiveInvocationException: type[BotocoreClientError]
201
+ RequestTooLargeException: type[BotocoreClientError]
202
+ ResourceConflictException: type[BotocoreClientError]
203
+ ResourceInUseException: type[BotocoreClientError]
204
+ ResourceNotFoundException: type[BotocoreClientError]
205
+ ResourceNotReadyException: type[BotocoreClientError]
206
+ SerializedRequestEntityTooLargeException: type[BotocoreClientError]
207
+ ServiceException: type[BotocoreClientError]
208
+ SnapStartException: type[BotocoreClientError]
209
+ SnapStartNotReadyException: type[BotocoreClientError]
210
+ SnapStartTimeoutException: type[BotocoreClientError]
211
+ SubnetIPAddressLimitReachedException: type[BotocoreClientError]
212
+ TooManyRequestsException: type[BotocoreClientError]
213
+ UnsupportedMediaTypeException: type[BotocoreClientError]
219
214
 
220
215
 
221
216
  class LambdaClient(BaseClient):
@@ -342,7 +337,7 @@ class LambdaClient(BaseClient):
342
337
 
343
338
  def delete_code_signing_config(
344
339
  self, **kwargs: Unpack[DeleteCodeSigningConfigRequestTypeDef]
345
- ) -> Dict[str, Any]:
340
+ ) -> dict[str, Any]:
346
341
  """
347
342
  Deletes the code signing configuration.
348
343
 
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -160,12 +161,6 @@ from .waiter import (
160
161
  PublishedVersionActiveWaiter,
161
162
  )
162
163
 
163
- if sys.version_info >= (3, 9):
164
- from builtins import dict as Dict
165
- from builtins import type as Type
166
- from collections.abc import Mapping
167
- else:
168
- from typing import Dict, Mapping, Type
169
164
  if sys.version_info >= (3, 12):
170
165
  from typing import Literal, Unpack
171
166
  else:
@@ -174,46 +169,46 @@ else:
174
169
  __all__ = ("LambdaClient",)
175
170
 
176
171
  class Exceptions(BaseClientExceptions):
177
- ClientError: Type[BotocoreClientError]
178
- CodeSigningConfigNotFoundException: Type[BotocoreClientError]
179
- CodeStorageExceededException: Type[BotocoreClientError]
180
- CodeVerificationFailedException: Type[BotocoreClientError]
181
- EC2AccessDeniedException: Type[BotocoreClientError]
182
- EC2ThrottledException: Type[BotocoreClientError]
183
- EC2UnexpectedException: Type[BotocoreClientError]
184
- EFSIOException: Type[BotocoreClientError]
185
- EFSMountConnectivityException: Type[BotocoreClientError]
186
- EFSMountFailureException: Type[BotocoreClientError]
187
- EFSMountTimeoutException: Type[BotocoreClientError]
188
- ENILimitReachedException: Type[BotocoreClientError]
189
- InvalidCodeSignatureException: Type[BotocoreClientError]
190
- InvalidParameterValueException: Type[BotocoreClientError]
191
- InvalidRequestContentException: Type[BotocoreClientError]
192
- InvalidRuntimeException: Type[BotocoreClientError]
193
- InvalidSecurityGroupIDException: Type[BotocoreClientError]
194
- InvalidSubnetIDException: Type[BotocoreClientError]
195
- InvalidZipFileException: Type[BotocoreClientError]
196
- KMSAccessDeniedException: Type[BotocoreClientError]
197
- KMSDisabledException: Type[BotocoreClientError]
198
- KMSInvalidStateException: Type[BotocoreClientError]
199
- KMSNotFoundException: Type[BotocoreClientError]
200
- PolicyLengthExceededException: Type[BotocoreClientError]
201
- PreconditionFailedException: Type[BotocoreClientError]
202
- ProvisionedConcurrencyConfigNotFoundException: Type[BotocoreClientError]
203
- RecursiveInvocationException: Type[BotocoreClientError]
204
- RequestTooLargeException: Type[BotocoreClientError]
205
- ResourceConflictException: Type[BotocoreClientError]
206
- ResourceInUseException: Type[BotocoreClientError]
207
- ResourceNotFoundException: Type[BotocoreClientError]
208
- ResourceNotReadyException: Type[BotocoreClientError]
209
- SerializedRequestEntityTooLargeException: Type[BotocoreClientError]
210
- ServiceException: Type[BotocoreClientError]
211
- SnapStartException: Type[BotocoreClientError]
212
- SnapStartNotReadyException: Type[BotocoreClientError]
213
- SnapStartTimeoutException: Type[BotocoreClientError]
214
- SubnetIPAddressLimitReachedException: Type[BotocoreClientError]
215
- TooManyRequestsException: Type[BotocoreClientError]
216
- UnsupportedMediaTypeException: Type[BotocoreClientError]
172
+ ClientError: type[BotocoreClientError]
173
+ CodeSigningConfigNotFoundException: type[BotocoreClientError]
174
+ CodeStorageExceededException: type[BotocoreClientError]
175
+ CodeVerificationFailedException: type[BotocoreClientError]
176
+ EC2AccessDeniedException: type[BotocoreClientError]
177
+ EC2ThrottledException: type[BotocoreClientError]
178
+ EC2UnexpectedException: type[BotocoreClientError]
179
+ EFSIOException: type[BotocoreClientError]
180
+ EFSMountConnectivityException: type[BotocoreClientError]
181
+ EFSMountFailureException: type[BotocoreClientError]
182
+ EFSMountTimeoutException: type[BotocoreClientError]
183
+ ENILimitReachedException: type[BotocoreClientError]
184
+ InvalidCodeSignatureException: type[BotocoreClientError]
185
+ InvalidParameterValueException: type[BotocoreClientError]
186
+ InvalidRequestContentException: type[BotocoreClientError]
187
+ InvalidRuntimeException: type[BotocoreClientError]
188
+ InvalidSecurityGroupIDException: type[BotocoreClientError]
189
+ InvalidSubnetIDException: type[BotocoreClientError]
190
+ InvalidZipFileException: type[BotocoreClientError]
191
+ KMSAccessDeniedException: type[BotocoreClientError]
192
+ KMSDisabledException: type[BotocoreClientError]
193
+ KMSInvalidStateException: type[BotocoreClientError]
194
+ KMSNotFoundException: type[BotocoreClientError]
195
+ PolicyLengthExceededException: type[BotocoreClientError]
196
+ PreconditionFailedException: type[BotocoreClientError]
197
+ ProvisionedConcurrencyConfigNotFoundException: type[BotocoreClientError]
198
+ RecursiveInvocationException: type[BotocoreClientError]
199
+ RequestTooLargeException: type[BotocoreClientError]
200
+ ResourceConflictException: type[BotocoreClientError]
201
+ ResourceInUseException: type[BotocoreClientError]
202
+ ResourceNotFoundException: type[BotocoreClientError]
203
+ ResourceNotReadyException: type[BotocoreClientError]
204
+ SerializedRequestEntityTooLargeException: type[BotocoreClientError]
205
+ ServiceException: type[BotocoreClientError]
206
+ SnapStartException: type[BotocoreClientError]
207
+ SnapStartNotReadyException: type[BotocoreClientError]
208
+ SnapStartTimeoutException: type[BotocoreClientError]
209
+ SubnetIPAddressLimitReachedException: type[BotocoreClientError]
210
+ TooManyRequestsException: type[BotocoreClientError]
211
+ UnsupportedMediaTypeException: type[BotocoreClientError]
217
212
 
218
213
  class LambdaClient(BaseClient):
219
214
  """
@@ -339,7 +334,7 @@ class LambdaClient(BaseClient):
339
334
 
340
335
  def delete_code_signing_config(
341
336
  self, **kwargs: Unpack[DeleteCodeSigningConfigRequestTypeDef]
342
- ) -> Dict[str, Any]:
337
+ ) -> dict[str, Any]:
343
338
  """
344
339
  Deletes the code signing configuration.
345
340
 
@@ -75,6 +75,7 @@ __all__ = (
75
75
  "StateReasonCodeType",
76
76
  "StateType",
77
77
  "SystemLogLevelType",
78
+ "TenantIsolationModeType",
78
79
  "TracingModeType",
79
80
  "UpdateRuntimeOnType",
80
81
  "WaiterName",
@@ -231,6 +232,7 @@ StateReasonCodeType = Literal[
231
232
  ]
232
233
  StateType = Literal["Active", "Failed", "Inactive", "Pending"]
233
234
  SystemLogLevelType = Literal["DEBUG", "INFO", "WARN"]
235
+ TenantIsolationModeType = Literal["PER_TENANT"]
234
236
  TracingModeType = Literal["Active", "PassThrough"]
235
237
  UpdateRuntimeOnType = Literal["Auto", "FunctionUpdate", "Manual"]
236
238
  LambdaServiceName = Literal["lambda"]
@@ -329,6 +331,7 @@ ServiceName = Literal[
329
331
  "comprehend",
330
332
  "comprehendmedical",
331
333
  "compute-optimizer",
334
+ "compute-optimizer-automation",
332
335
  "config",
333
336
  "connect",
334
337
  "connect-contact-lens",
@@ -499,6 +502,7 @@ ServiceName = Literal[
499
502
  "mq",
500
503
  "mturk",
501
504
  "mwaa",
505
+ "mwaa-serverless",
502
506
  "neptune",
503
507
  "neptune-graph",
504
508
  "neptunedata",
@@ -518,6 +522,7 @@ ServiceName = Literal[
518
522
  "osis",
519
523
  "outposts",
520
524
  "panorama",
525
+ "partnercentral-channel",
521
526
  "partnercentral-selling",
522
527
  "payment-cryptography",
523
528
  "payment-cryptography-data",
@@ -592,6 +597,7 @@ ServiceName = Literal[
592
597
  "sesv2",
593
598
  "shield",
594
599
  "signer",
600
+ "signin",
595
601
  "simspaceweaver",
596
602
  "snow-device-management",
597
603
  "snowball",
@@ -74,6 +74,7 @@ __all__ = (
74
74
  "StateReasonCodeType",
75
75
  "StateType",
76
76
  "SystemLogLevelType",
77
+ "TenantIsolationModeType",
77
78
  "TracingModeType",
78
79
  "UpdateRuntimeOnType",
79
80
  "WaiterName",
@@ -229,6 +230,7 @@ StateReasonCodeType = Literal[
229
230
  ]
230
231
  StateType = Literal["Active", "Failed", "Inactive", "Pending"]
231
232
  SystemLogLevelType = Literal["DEBUG", "INFO", "WARN"]
233
+ TenantIsolationModeType = Literal["PER_TENANT"]
232
234
  TracingModeType = Literal["Active", "PassThrough"]
233
235
  UpdateRuntimeOnType = Literal["Auto", "FunctionUpdate", "Manual"]
234
236
  LambdaServiceName = Literal["lambda"]
@@ -327,6 +329,7 @@ ServiceName = Literal[
327
329
  "comprehend",
328
330
  "comprehendmedical",
329
331
  "compute-optimizer",
332
+ "compute-optimizer-automation",
330
333
  "config",
331
334
  "connect",
332
335
  "connect-contact-lens",
@@ -497,6 +500,7 @@ ServiceName = Literal[
497
500
  "mq",
498
501
  "mturk",
499
502
  "mwaa",
503
+ "mwaa-serverless",
500
504
  "neptune",
501
505
  "neptune-graph",
502
506
  "neptunedata",
@@ -516,6 +520,7 @@ ServiceName = Literal[
516
520
  "osis",
517
521
  "outposts",
518
522
  "panorama",
523
+ "partnercentral-channel",
519
524
  "partnercentral-selling",
520
525
  "payment-cryptography",
521
526
  "payment-cryptography-data",
@@ -590,6 +595,7 @@ ServiceName = Literal[
590
595
  "sesv2",
591
596
  "shield",
592
597
  "signer",
598
+ "signin",
593
599
  "simspaceweaver",
594
600
  "snow-device-management",
595
601
  "snowball",