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.
- {types_boto3_lambda-1.40.64/types_boto3_lambda.egg-info → types_boto3_lambda-1.41.2}/PKG-INFO +11 -25
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/README.md +3 -3
- types_boto3_lambda-1.41.2/pyproject.toml +61 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/__main__.py +4 -4
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/client.py +42 -47
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/client.pyi +42 -47
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/literals.py +6 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/literals.pyi +6 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/type_defs.py +62 -56
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/type_defs.pyi +61 -56
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/version.py +1 -1
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2/types_boto3_lambda.egg-info}/PKG-INFO +11 -25
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/SOURCES.txt +1 -2
- types_boto3_lambda-1.40.64/setup.py +0 -54
- types_boto3_lambda-1.40.64/types_boto3_lambda.egg-info/not-zip-safe +0 -1
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/LICENSE +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/setup.cfg +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/__init__.py +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/__init__.pyi +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/paginator.py +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/paginator.pyi +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/py.typed +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/waiter.py +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda/waiter.pyi +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/dependency_links.txt +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/requires.txt +0 -0
- {types_boto3_lambda-1.40.64 → types_boto3_lambda-1.41.2}/types_boto3_lambda.egg-info/top_level.txt +0 -0
{types_boto3_lambda-1.40.64/types_boto3_lambda.egg-info → types_boto3_lambda-1.41.2}/PKG-INFO
RENAMED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-lambda
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Lambda 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
|
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.
|
|
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
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 Lambda 1.
|
|
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.
|
|
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.
|
|
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
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Lambda 1.
|
|
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.
|
|
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.
|
|
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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
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.
|
|
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:
|
|
180
|
-
CodeSigningConfigNotFoundException:
|
|
181
|
-
CodeStorageExceededException:
|
|
182
|
-
CodeVerificationFailedException:
|
|
183
|
-
EC2AccessDeniedException:
|
|
184
|
-
EC2ThrottledException:
|
|
185
|
-
EC2UnexpectedException:
|
|
186
|
-
EFSIOException:
|
|
187
|
-
EFSMountConnectivityException:
|
|
188
|
-
EFSMountFailureException:
|
|
189
|
-
EFSMountTimeoutException:
|
|
190
|
-
ENILimitReachedException:
|
|
191
|
-
InvalidCodeSignatureException:
|
|
192
|
-
InvalidParameterValueException:
|
|
193
|
-
InvalidRequestContentException:
|
|
194
|
-
InvalidRuntimeException:
|
|
195
|
-
InvalidSecurityGroupIDException:
|
|
196
|
-
InvalidSubnetIDException:
|
|
197
|
-
InvalidZipFileException:
|
|
198
|
-
KMSAccessDeniedException:
|
|
199
|
-
KMSDisabledException:
|
|
200
|
-
KMSInvalidStateException:
|
|
201
|
-
KMSNotFoundException:
|
|
202
|
-
PolicyLengthExceededException:
|
|
203
|
-
PreconditionFailedException:
|
|
204
|
-
ProvisionedConcurrencyConfigNotFoundException:
|
|
205
|
-
RecursiveInvocationException:
|
|
206
|
-
RequestTooLargeException:
|
|
207
|
-
ResourceConflictException:
|
|
208
|
-
ResourceInUseException:
|
|
209
|
-
ResourceNotFoundException:
|
|
210
|
-
ResourceNotReadyException:
|
|
211
|
-
SerializedRequestEntityTooLargeException:
|
|
212
|
-
ServiceException:
|
|
213
|
-
SnapStartException:
|
|
214
|
-
SnapStartNotReadyException:
|
|
215
|
-
SnapStartTimeoutException:
|
|
216
|
-
SubnetIPAddressLimitReachedException:
|
|
217
|
-
TooManyRequestsException:
|
|
218
|
-
UnsupportedMediaTypeException:
|
|
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
|
-
) ->
|
|
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:
|
|
178
|
-
CodeSigningConfigNotFoundException:
|
|
179
|
-
CodeStorageExceededException:
|
|
180
|
-
CodeVerificationFailedException:
|
|
181
|
-
EC2AccessDeniedException:
|
|
182
|
-
EC2ThrottledException:
|
|
183
|
-
EC2UnexpectedException:
|
|
184
|
-
EFSIOException:
|
|
185
|
-
EFSMountConnectivityException:
|
|
186
|
-
EFSMountFailureException:
|
|
187
|
-
EFSMountTimeoutException:
|
|
188
|
-
ENILimitReachedException:
|
|
189
|
-
InvalidCodeSignatureException:
|
|
190
|
-
InvalidParameterValueException:
|
|
191
|
-
InvalidRequestContentException:
|
|
192
|
-
InvalidRuntimeException:
|
|
193
|
-
InvalidSecurityGroupIDException:
|
|
194
|
-
InvalidSubnetIDException:
|
|
195
|
-
InvalidZipFileException:
|
|
196
|
-
KMSAccessDeniedException:
|
|
197
|
-
KMSDisabledException:
|
|
198
|
-
KMSInvalidStateException:
|
|
199
|
-
KMSNotFoundException:
|
|
200
|
-
PolicyLengthExceededException:
|
|
201
|
-
PreconditionFailedException:
|
|
202
|
-
ProvisionedConcurrencyConfigNotFoundException:
|
|
203
|
-
RecursiveInvocationException:
|
|
204
|
-
RequestTooLargeException:
|
|
205
|
-
ResourceConflictException:
|
|
206
|
-
ResourceInUseException:
|
|
207
|
-
ResourceNotFoundException:
|
|
208
|
-
ResourceNotReadyException:
|
|
209
|
-
SerializedRequestEntityTooLargeException:
|
|
210
|
-
ServiceException:
|
|
211
|
-
SnapStartException:
|
|
212
|
-
SnapStartNotReadyException:
|
|
213
|
-
SnapStartTimeoutException:
|
|
214
|
-
SubnetIPAddressLimitReachedException:
|
|
215
|
-
TooManyRequestsException:
|
|
216
|
-
UnsupportedMediaTypeException:
|
|
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
|
-
) ->
|
|
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",
|