types-boto3-lambda 1.43.20__tar.gz → 1.43.35__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.
- {types_boto3_lambda-1.43.20/types_boto3_lambda.egg-info → types_boto3_lambda-1.43.35}/PKG-INFO +4 -4
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/README.md +2 -2
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/pyproject.toml +2 -2
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/__main__.py +3 -3
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/client.py +9 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/client.pyi +9 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/literals.py +4 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/literals.pyi +4 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/version.py +1 -1
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35/types_boto3_lambda.egg-info}/PKG-INFO +4 -4
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/LICENSE +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/setup.cfg +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/__init__.py +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/__init__.pyi +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/paginator.py +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/paginator.pyi +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/py.typed +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/type_defs.py +43 -43
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/type_defs.pyi +43 -43
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/waiter.py +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda/waiter.pyi +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/SOURCES.txt +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/dependency_links.txt +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/requires.txt +0 -0
- {types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/top_level.txt +0 -0
{types_boto3_lambda-1.43.20/types_boto3_lambda.egg-info → types_boto3_lambda-1.43.35}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-lambda
|
|
3
|
-
Version: 1.43.
|
|
4
|
-
Summary: Type annotations for boto3 Lambda 1.43.
|
|
3
|
+
Version: 1.43.35
|
|
4
|
+
Summary: Type annotations for boto3 Lambda 1.43.35 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
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Lambda 1.43.
|
|
45
|
+
Type annotations for [boto3 Lambda 1.43.35](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.43.
|
|
108
|
+
`uvx --with 'boto3==1.43.35' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `Lambda` service.
|
|
111
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.43.
|
|
12
|
+
Type annotations for [boto3 Lambda 1.43.35](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.43.
|
|
75
|
+
`uvx --with 'boto3==1.43.35' 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.
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-lambda"
|
|
7
|
-
version = "1.43.
|
|
7
|
+
version = "1.43.35"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 Lambda 1.43.
|
|
10
|
+
description = "Type annotations for boto3 Lambda 1.43.35 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -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 Lambda 1.43.
|
|
16
|
-
"Version: 1.43.
|
|
15
|
+
"Type annotations for boto3 Lambda 1.43.35\n"
|
|
16
|
+
"Version: 1.43.35\n"
|
|
17
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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.43.
|
|
29
|
+
sys.stdout.write("1.43.35\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -208,9 +208,13 @@ __all__ = ("LambdaClient",)
|
|
|
208
208
|
|
|
209
209
|
|
|
210
210
|
class Exceptions(BaseClientExceptions):
|
|
211
|
+
AliasLimitExceededException: type[BotocoreClientError]
|
|
211
212
|
CallbackTimeoutException: type[BotocoreClientError]
|
|
212
213
|
CapacityProviderLimitExceededException: type[BotocoreClientError]
|
|
213
214
|
ClientError: type[BotocoreClientError]
|
|
215
|
+
CodeArtifactUserDeletedException: type[BotocoreClientError]
|
|
216
|
+
CodeArtifactUserFailedException: type[BotocoreClientError]
|
|
217
|
+
CodeArtifactUserPendingException: type[BotocoreClientError]
|
|
214
218
|
CodeSigningConfigNotFoundException: type[BotocoreClientError]
|
|
215
219
|
CodeStorageExceededException: type[BotocoreClientError]
|
|
216
220
|
CodeVerificationFailedException: type[BotocoreClientError]
|
|
@@ -223,6 +227,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
223
227
|
EFSMountFailureException: type[BotocoreClientError]
|
|
224
228
|
EFSMountTimeoutException: type[BotocoreClientError]
|
|
225
229
|
ENILimitReachedException: type[BotocoreClientError]
|
|
230
|
+
ENINotReadyException: type[BotocoreClientError]
|
|
226
231
|
FunctionVersionsPerCapacityProviderLimitExceededException: type[BotocoreClientError]
|
|
227
232
|
InvalidCodeSignatureException: type[BotocoreClientError]
|
|
228
233
|
InvalidParameterValueException: type[BotocoreClientError]
|
|
@@ -235,10 +240,12 @@ class Exceptions(BaseClientExceptions):
|
|
|
235
240
|
KMSDisabledException: type[BotocoreClientError]
|
|
236
241
|
KMSInvalidStateException: type[BotocoreClientError]
|
|
237
242
|
KMSNotFoundException: type[BotocoreClientError]
|
|
243
|
+
ModeNotSupportedException: type[BotocoreClientError]
|
|
238
244
|
NoPublishedVersionException: type[BotocoreClientError]
|
|
239
245
|
PolicyLengthExceededException: type[BotocoreClientError]
|
|
240
246
|
PreconditionFailedException: type[BotocoreClientError]
|
|
241
247
|
ProvisionedConcurrencyConfigNotFoundException: type[BotocoreClientError]
|
|
248
|
+
PublicPolicyException: type[BotocoreClientError]
|
|
242
249
|
RecursiveInvocationException: type[BotocoreClientError]
|
|
243
250
|
RequestTooLargeException: type[BotocoreClientError]
|
|
244
251
|
ResourceConflictException: type[BotocoreClientError]
|
|
@@ -250,8 +257,10 @@ class Exceptions(BaseClientExceptions):
|
|
|
250
257
|
S3FilesMountTimeoutException: type[BotocoreClientError]
|
|
251
258
|
SerializedRequestEntityTooLargeException: type[BotocoreClientError]
|
|
252
259
|
ServiceException: type[BotocoreClientError]
|
|
260
|
+
ServiceQuotaExceededException: type[BotocoreClientError]
|
|
253
261
|
SnapStartException: type[BotocoreClientError]
|
|
254
262
|
SnapStartNotReadyException: type[BotocoreClientError]
|
|
263
|
+
SnapStartRegenerationFailureException: type[BotocoreClientError]
|
|
255
264
|
SnapStartTimeoutException: type[BotocoreClientError]
|
|
256
265
|
SubnetIPAddressLimitReachedException: type[BotocoreClientError]
|
|
257
266
|
TooManyRequestsException: type[BotocoreClientError]
|
|
@@ -206,9 +206,13 @@ else:
|
|
|
206
206
|
__all__ = ("LambdaClient",)
|
|
207
207
|
|
|
208
208
|
class Exceptions(BaseClientExceptions):
|
|
209
|
+
AliasLimitExceededException: type[BotocoreClientError]
|
|
209
210
|
CallbackTimeoutException: type[BotocoreClientError]
|
|
210
211
|
CapacityProviderLimitExceededException: type[BotocoreClientError]
|
|
211
212
|
ClientError: type[BotocoreClientError]
|
|
213
|
+
CodeArtifactUserDeletedException: type[BotocoreClientError]
|
|
214
|
+
CodeArtifactUserFailedException: type[BotocoreClientError]
|
|
215
|
+
CodeArtifactUserPendingException: type[BotocoreClientError]
|
|
212
216
|
CodeSigningConfigNotFoundException: type[BotocoreClientError]
|
|
213
217
|
CodeStorageExceededException: type[BotocoreClientError]
|
|
214
218
|
CodeVerificationFailedException: type[BotocoreClientError]
|
|
@@ -221,6 +225,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
221
225
|
EFSMountFailureException: type[BotocoreClientError]
|
|
222
226
|
EFSMountTimeoutException: type[BotocoreClientError]
|
|
223
227
|
ENILimitReachedException: type[BotocoreClientError]
|
|
228
|
+
ENINotReadyException: type[BotocoreClientError]
|
|
224
229
|
FunctionVersionsPerCapacityProviderLimitExceededException: type[BotocoreClientError]
|
|
225
230
|
InvalidCodeSignatureException: type[BotocoreClientError]
|
|
226
231
|
InvalidParameterValueException: type[BotocoreClientError]
|
|
@@ -233,10 +238,12 @@ class Exceptions(BaseClientExceptions):
|
|
|
233
238
|
KMSDisabledException: type[BotocoreClientError]
|
|
234
239
|
KMSInvalidStateException: type[BotocoreClientError]
|
|
235
240
|
KMSNotFoundException: type[BotocoreClientError]
|
|
241
|
+
ModeNotSupportedException: type[BotocoreClientError]
|
|
236
242
|
NoPublishedVersionException: type[BotocoreClientError]
|
|
237
243
|
PolicyLengthExceededException: type[BotocoreClientError]
|
|
238
244
|
PreconditionFailedException: type[BotocoreClientError]
|
|
239
245
|
ProvisionedConcurrencyConfigNotFoundException: type[BotocoreClientError]
|
|
246
|
+
PublicPolicyException: type[BotocoreClientError]
|
|
240
247
|
RecursiveInvocationException: type[BotocoreClientError]
|
|
241
248
|
RequestTooLargeException: type[BotocoreClientError]
|
|
242
249
|
ResourceConflictException: type[BotocoreClientError]
|
|
@@ -248,8 +255,10 @@ class Exceptions(BaseClientExceptions):
|
|
|
248
255
|
S3FilesMountTimeoutException: type[BotocoreClientError]
|
|
249
256
|
SerializedRequestEntityTooLargeException: type[BotocoreClientError]
|
|
250
257
|
ServiceException: type[BotocoreClientError]
|
|
258
|
+
ServiceQuotaExceededException: type[BotocoreClientError]
|
|
251
259
|
SnapStartException: type[BotocoreClientError]
|
|
252
260
|
SnapStartNotReadyException: type[BotocoreClientError]
|
|
261
|
+
SnapStartRegenerationFailureException: type[BotocoreClientError]
|
|
253
262
|
SnapStartTimeoutException: type[BotocoreClientError]
|
|
254
263
|
SubnetIPAddressLimitReachedException: type[BotocoreClientError]
|
|
255
264
|
TooManyRequestsException: type[BotocoreClientError]
|
|
@@ -186,6 +186,7 @@ LastUpdateStatusReasonCodeType = Literal[
|
|
|
186
186
|
"InvalidZipFileException",
|
|
187
187
|
"KMSKeyAccessDenied",
|
|
188
188
|
"KMSKeyNotFound",
|
|
189
|
+
"ServiceQuotaExceededException",
|
|
189
190
|
"SubnetOutOfIPAddresses",
|
|
190
191
|
"VcpuLimitExceeded",
|
|
191
192
|
]
|
|
@@ -317,6 +318,7 @@ StateReasonCodeType = Literal[
|
|
|
317
318
|
"KMSKeyAccessDenied",
|
|
318
319
|
"KMSKeyNotFound",
|
|
319
320
|
"Restoring",
|
|
321
|
+
"ServiceQuotaExceededException",
|
|
320
322
|
"SubnetOutOfIPAddresses",
|
|
321
323
|
"VcpuLimitExceeded",
|
|
322
324
|
]
|
|
@@ -556,6 +558,8 @@ ServiceName = Literal[
|
|
|
556
558
|
"kms",
|
|
557
559
|
"lakeformation",
|
|
558
560
|
"lambda",
|
|
561
|
+
"lambda-core",
|
|
562
|
+
"lambda-microvms",
|
|
559
563
|
"launch-wizard",
|
|
560
564
|
"lex-models",
|
|
561
565
|
"lex-runtime",
|
|
@@ -184,6 +184,7 @@ LastUpdateStatusReasonCodeType = Literal[
|
|
|
184
184
|
"InvalidZipFileException",
|
|
185
185
|
"KMSKeyAccessDenied",
|
|
186
186
|
"KMSKeyNotFound",
|
|
187
|
+
"ServiceQuotaExceededException",
|
|
187
188
|
"SubnetOutOfIPAddresses",
|
|
188
189
|
"VcpuLimitExceeded",
|
|
189
190
|
]
|
|
@@ -315,6 +316,7 @@ StateReasonCodeType = Literal[
|
|
|
315
316
|
"KMSKeyAccessDenied",
|
|
316
317
|
"KMSKeyNotFound",
|
|
317
318
|
"Restoring",
|
|
319
|
+
"ServiceQuotaExceededException",
|
|
318
320
|
"SubnetOutOfIPAddresses",
|
|
319
321
|
"VcpuLimitExceeded",
|
|
320
322
|
]
|
|
@@ -554,6 +556,8 @@ ServiceName = Literal[
|
|
|
554
556
|
"kms",
|
|
555
557
|
"lakeformation",
|
|
556
558
|
"lambda",
|
|
559
|
+
"lambda-core",
|
|
560
|
+
"lambda-microvms",
|
|
557
561
|
"launch-wizard",
|
|
558
562
|
"lex-models",
|
|
559
563
|
"lex-runtime",
|
{types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35/types_boto3_lambda.egg-info}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-lambda
|
|
3
|
-
Version: 1.43.
|
|
4
|
-
Summary: Type annotations for boto3 Lambda 1.43.
|
|
3
|
+
Version: 1.43.35
|
|
4
|
+
Summary: Type annotations for boto3 Lambda 1.43.35 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
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Lambda 1.43.
|
|
45
|
+
Type annotations for [boto3 Lambda 1.43.35](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.43.
|
|
108
|
+
`uvx --with 'boto3==1.43.35' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `Lambda` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -429,13 +429,13 @@ class AddPermissionRequestTypeDef(TypedDict):
|
|
|
429
429
|
Action: str
|
|
430
430
|
Principal: str
|
|
431
431
|
SourceArn: NotRequired[str]
|
|
432
|
+
FunctionUrlAuthType: NotRequired[FunctionUrlAuthTypeType]
|
|
433
|
+
InvokedViaFunctionUrl: NotRequired[bool]
|
|
432
434
|
SourceAccount: NotRequired[str]
|
|
433
435
|
EventSourceToken: NotRequired[str]
|
|
434
436
|
Qualifier: NotRequired[str]
|
|
435
437
|
RevisionId: NotRequired[str]
|
|
436
438
|
PrincipalOrgID: NotRequired[str]
|
|
437
|
-
FunctionUrlAuthType: NotRequired[FunctionUrlAuthTypeType]
|
|
438
|
-
InvokedViaFunctionUrl: NotRequired[bool]
|
|
439
439
|
|
|
440
440
|
|
|
441
441
|
class AliasRoutingConfigurationOutputTypeDef(TypedDict):
|
|
@@ -972,9 +972,9 @@ class LayerVersionsListItemTypeDef(TypedDict):
|
|
|
972
972
|
Version: NotRequired[int]
|
|
973
973
|
Description: NotRequired[str]
|
|
974
974
|
CreatedDate: NotRequired[str]
|
|
975
|
+
CompatibleArchitectures: NotRequired[list[ArchitectureType]]
|
|
975
976
|
CompatibleRuntimes: NotRequired[list[RuntimeType]]
|
|
976
977
|
LicenseInfo: NotRequired[str]
|
|
977
|
-
CompatibleArchitectures: NotRequired[list[ArchitectureType]]
|
|
978
978
|
|
|
979
979
|
|
|
980
980
|
class ListAliasesRequestTypeDef(TypedDict):
|
|
@@ -1035,17 +1035,17 @@ class ListFunctionsRequestTypeDef(TypedDict):
|
|
|
1035
1035
|
|
|
1036
1036
|
class ListLayerVersionsRequestTypeDef(TypedDict):
|
|
1037
1037
|
LayerName: str
|
|
1038
|
+
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1038
1039
|
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1039
1040
|
Marker: NotRequired[str]
|
|
1040
1041
|
MaxItems: NotRequired[int]
|
|
1041
|
-
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1042
1042
|
|
|
1043
1043
|
|
|
1044
1044
|
class ListLayersRequestTypeDef(TypedDict):
|
|
1045
|
+
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1045
1046
|
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1046
1047
|
Marker: NotRequired[str]
|
|
1047
1048
|
MaxItems: NotRequired[int]
|
|
1048
|
-
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1049
1049
|
|
|
1050
1050
|
|
|
1051
1051
|
class ListProvisionedConcurrencyConfigsRequestTypeDef(TypedDict):
|
|
@@ -1240,8 +1240,8 @@ class GetProvisionedConcurrencyConfigResponseTypeDef(TypedDict):
|
|
|
1240
1240
|
|
|
1241
1241
|
class GetRuntimeManagementConfigResponseTypeDef(TypedDict):
|
|
1242
1242
|
UpdateRuntimeOn: UpdateRuntimeOnType
|
|
1243
|
-
RuntimeVersionArn: str
|
|
1244
1243
|
FunctionArn: str
|
|
1244
|
+
RuntimeVersionArn: str
|
|
1245
1245
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1246
1246
|
|
|
1247
1247
|
|
|
@@ -1289,8 +1289,8 @@ class PutFunctionScalingConfigResponseTypeDef(TypedDict):
|
|
|
1289
1289
|
|
|
1290
1290
|
class PutProvisionedConcurrencyConfigResponseTypeDef(TypedDict):
|
|
1291
1291
|
RequestedProvisionedConcurrentExecutions: int
|
|
1292
|
-
AvailableProvisionedConcurrentExecutions: int
|
|
1293
1292
|
AllocatedProvisionedConcurrentExecutions: int
|
|
1293
|
+
AvailableProvisionedConcurrentExecutions: int
|
|
1294
1294
|
Status: ProvisionedConcurrencyStatusEnumType
|
|
1295
1295
|
StatusReason: str
|
|
1296
1296
|
LastModified: str
|
|
@@ -1388,12 +1388,12 @@ class UpdateFunctionCodeRequestTypeDef(TypedDict):
|
|
|
1388
1388
|
S3Key: NotRequired[str]
|
|
1389
1389
|
S3ObjectVersion: NotRequired[str]
|
|
1390
1390
|
ImageUri: NotRequired[str]
|
|
1391
|
+
Architectures: NotRequired[Sequence[ArchitectureType]]
|
|
1391
1392
|
Publish: NotRequired[bool]
|
|
1393
|
+
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
1392
1394
|
DryRun: NotRequired[bool]
|
|
1393
1395
|
RevisionId: NotRequired[str]
|
|
1394
|
-
Architectures: NotRequired[Sequence[ArchitectureType]]
|
|
1395
1396
|
SourceKMSKeyArn: NotRequired[str]
|
|
1396
|
-
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
1397
1397
|
|
|
1398
1398
|
|
|
1399
1399
|
class CallbackDetailsTypeDef(TypedDict):
|
|
@@ -1666,14 +1666,14 @@ class ListFunctionsRequestPaginateTypeDef(TypedDict):
|
|
|
1666
1666
|
|
|
1667
1667
|
class ListLayerVersionsRequestPaginateTypeDef(TypedDict):
|
|
1668
1668
|
LayerName: str
|
|
1669
|
-
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1670
1669
|
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1670
|
+
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1671
1671
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1672
1672
|
|
|
1673
1673
|
|
|
1674
1674
|
class ListLayersRequestPaginateTypeDef(TypedDict):
|
|
1675
|
-
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1676
1675
|
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1676
|
+
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1677
1677
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1678
1678
|
|
|
1679
1679
|
|
|
@@ -1745,9 +1745,9 @@ class GetLayerVersionResponseTypeDef(TypedDict):
|
|
|
1745
1745
|
Description: str
|
|
1746
1746
|
CreatedDate: str
|
|
1747
1747
|
Version: int
|
|
1748
|
+
CompatibleArchitectures: list[ArchitectureType]
|
|
1748
1749
|
CompatibleRuntimes: list[RuntimeType]
|
|
1749
1750
|
LicenseInfo: str
|
|
1750
|
-
CompatibleArchitectures: list[ArchitectureType]
|
|
1751
1751
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1752
1752
|
|
|
1753
1753
|
|
|
@@ -1758,9 +1758,9 @@ class PublishLayerVersionResponseTypeDef(TypedDict):
|
|
|
1758
1758
|
Description: str
|
|
1759
1759
|
CreatedDate: str
|
|
1760
1760
|
Version: int
|
|
1761
|
+
CompatibleArchitectures: list[ArchitectureType]
|
|
1761
1762
|
CompatibleRuntimes: list[RuntimeType]
|
|
1762
1763
|
LicenseInfo: str
|
|
1763
|
-
CompatibleArchitectures: list[ArchitectureType]
|
|
1764
1764
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1765
1765
|
|
|
1766
1766
|
|
|
@@ -1871,9 +1871,9 @@ class PublishLayerVersionRequestTypeDef(TypedDict):
|
|
|
1871
1871
|
LayerName: str
|
|
1872
1872
|
Content: LayerVersionContentInputTypeDef
|
|
1873
1873
|
Description: NotRequired[str]
|
|
1874
|
+
CompatibleArchitectures: NotRequired[Sequence[ArchitectureType]]
|
|
1874
1875
|
CompatibleRuntimes: NotRequired[Sequence[RuntimeType]]
|
|
1875
1876
|
LicenseInfo: NotRequired[str]
|
|
1876
|
-
CompatibleArchitectures: NotRequired[Sequence[ArchitectureType]]
|
|
1877
1877
|
|
|
1878
1878
|
|
|
1879
1879
|
class CallbackFailedDetailsTypeDef(TypedDict):
|
|
@@ -2085,6 +2085,7 @@ class CreateFunctionRequestTypeDef(TypedDict):
|
|
|
2085
2085
|
Timeout: NotRequired[int]
|
|
2086
2086
|
MemorySize: NotRequired[int]
|
|
2087
2087
|
Publish: NotRequired[bool]
|
|
2088
|
+
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
2088
2089
|
VpcConfig: NotRequired[VpcConfigTypeDef]
|
|
2089
2090
|
PackageType: NotRequired[PackageTypeType]
|
|
2090
2091
|
DeadLetterConfig: NotRequired[DeadLetterConfigTypeDef]
|
|
@@ -2094,16 +2095,15 @@ class CreateFunctionRequestTypeDef(TypedDict):
|
|
|
2094
2095
|
Tags: NotRequired[Mapping[str, str]]
|
|
2095
2096
|
Layers: NotRequired[Sequence[str]]
|
|
2096
2097
|
FileSystemConfigs: NotRequired[Sequence[FileSystemConfigTypeDef]]
|
|
2097
|
-
ImageConfig: NotRequired[ImageConfigUnionTypeDef]
|
|
2098
2098
|
CodeSigningConfigArn: NotRequired[str]
|
|
2099
|
+
ImageConfig: NotRequired[ImageConfigUnionTypeDef]
|
|
2099
2100
|
Architectures: NotRequired[Sequence[ArchitectureType]]
|
|
2100
2101
|
EphemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
2101
2102
|
SnapStart: NotRequired[SnapStartTypeDef]
|
|
2102
2103
|
LoggingConfig: NotRequired[LoggingConfigTypeDef]
|
|
2104
|
+
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
2103
2105
|
CapacityProviderConfig: NotRequired[CapacityProviderConfigTypeDef]
|
|
2104
|
-
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
2105
2106
|
DurableConfig: NotRequired[DurableConfigTypeDef]
|
|
2106
|
-
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
2107
2107
|
|
|
2108
2108
|
|
|
2109
2109
|
class UpdateFunctionConfigurationRequestTypeDef(TypedDict):
|
|
@@ -2192,19 +2192,19 @@ class FunctionConfigurationResponseTypeDef(TypedDict):
|
|
|
2192
2192
|
LastUpdateStatusReason: str
|
|
2193
2193
|
LastUpdateStatusReasonCode: LastUpdateStatusReasonCodeType
|
|
2194
2194
|
FileSystemConfigs: list[FileSystemConfigTypeDef]
|
|
2195
|
-
PackageType: PackageTypeType
|
|
2196
|
-
ImageConfigResponse: ImageConfigResponseTypeDef
|
|
2197
2195
|
SigningProfileVersionArn: str
|
|
2198
2196
|
SigningJobArn: str
|
|
2197
|
+
PackageType: PackageTypeType
|
|
2198
|
+
ImageConfigResponse: ImageConfigResponseTypeDef
|
|
2199
2199
|
Architectures: list[ArchitectureType]
|
|
2200
2200
|
EphemeralStorage: EphemeralStorageTypeDef
|
|
2201
2201
|
SnapStart: SnapStartResponseTypeDef
|
|
2202
2202
|
RuntimeVersionConfig: RuntimeVersionConfigTypeDef
|
|
2203
2203
|
LoggingConfig: LoggingConfigTypeDef
|
|
2204
|
+
TenancyConfig: TenancyConfigTypeDef
|
|
2204
2205
|
CapacityProviderConfig: CapacityProviderConfigTypeDef
|
|
2205
2206
|
ConfigSha256: str
|
|
2206
2207
|
DurableConfig: DurableConfigTypeDef
|
|
2207
|
-
TenancyConfig: TenancyConfigTypeDef
|
|
2208
2208
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
2209
2209
|
|
|
2210
2210
|
|
|
@@ -2236,19 +2236,19 @@ class FunctionConfigurationTypeDef(TypedDict):
|
|
|
2236
2236
|
LastUpdateStatusReason: NotRequired[str]
|
|
2237
2237
|
LastUpdateStatusReasonCode: NotRequired[LastUpdateStatusReasonCodeType]
|
|
2238
2238
|
FileSystemConfigs: NotRequired[list[FileSystemConfigTypeDef]]
|
|
2239
|
-
PackageType: NotRequired[PackageTypeType]
|
|
2240
|
-
ImageConfigResponse: NotRequired[ImageConfigResponseTypeDef]
|
|
2241
2239
|
SigningProfileVersionArn: NotRequired[str]
|
|
2242
2240
|
SigningJobArn: NotRequired[str]
|
|
2241
|
+
PackageType: NotRequired[PackageTypeType]
|
|
2242
|
+
ImageConfigResponse: NotRequired[ImageConfigResponseTypeDef]
|
|
2243
2243
|
Architectures: NotRequired[list[ArchitectureType]]
|
|
2244
2244
|
EphemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
2245
2245
|
SnapStart: NotRequired[SnapStartResponseTypeDef]
|
|
2246
2246
|
RuntimeVersionConfig: NotRequired[RuntimeVersionConfigTypeDef]
|
|
2247
2247
|
LoggingConfig: NotRequired[LoggingConfigTypeDef]
|
|
2248
|
+
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
2248
2249
|
CapacityProviderConfig: NotRequired[CapacityProviderConfigTypeDef]
|
|
2249
2250
|
ConfigSha256: NotRequired[str]
|
|
2250
2251
|
DurableConfig: NotRequired[DurableConfigTypeDef]
|
|
2251
|
-
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
2252
2252
|
|
|
2253
2253
|
|
|
2254
2254
|
class EventTypeDef(TypedDict):
|
|
@@ -2361,6 +2361,11 @@ class EventSourceMappingConfigurationResponseTypeDef(TypedDict):
|
|
|
2361
2361
|
ParallelizationFactor: int
|
|
2362
2362
|
EventSourceArn: str
|
|
2363
2363
|
FilterCriteria: FilterCriteriaOutputTypeDef
|
|
2364
|
+
FilterCriteriaError: FilterCriteriaErrorTypeDef
|
|
2365
|
+
KMSKeyArn: str
|
|
2366
|
+
MetricsConfig: EventSourceMappingMetricsConfigOutputTypeDef
|
|
2367
|
+
LoggingConfig: EventSourceMappingLoggingConfigTypeDef
|
|
2368
|
+
ScalingConfig: ScalingConfigTypeDef
|
|
2364
2369
|
FunctionArn: str
|
|
2365
2370
|
LastModified: datetime
|
|
2366
2371
|
LastProcessingResult: str
|
|
@@ -2378,13 +2383,8 @@ class EventSourceMappingConfigurationResponseTypeDef(TypedDict):
|
|
|
2378
2383
|
FunctionResponseTypes: list[Literal["ReportBatchItemFailures"]]
|
|
2379
2384
|
AmazonManagedKafkaEventSourceConfig: AmazonManagedKafkaEventSourceConfigOutputTypeDef
|
|
2380
2385
|
SelfManagedKafkaEventSourceConfig: SelfManagedKafkaEventSourceConfigOutputTypeDef
|
|
2381
|
-
ScalingConfig: ScalingConfigTypeDef
|
|
2382
2386
|
DocumentDBEventSourceConfig: DocumentDBEventSourceConfigTypeDef
|
|
2383
|
-
KMSKeyArn: str
|
|
2384
|
-
FilterCriteriaError: FilterCriteriaErrorTypeDef
|
|
2385
2387
|
EventSourceMappingArn: str
|
|
2386
|
-
MetricsConfig: EventSourceMappingMetricsConfigOutputTypeDef
|
|
2387
|
-
LoggingConfig: EventSourceMappingLoggingConfigTypeDef
|
|
2388
2388
|
ProvisionedPollerConfig: ProvisionedPollerConfigTypeDef
|
|
2389
2389
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
2390
2390
|
|
|
@@ -2398,6 +2398,11 @@ class EventSourceMappingConfigurationTypeDef(TypedDict):
|
|
|
2398
2398
|
ParallelizationFactor: NotRequired[int]
|
|
2399
2399
|
EventSourceArn: NotRequired[str]
|
|
2400
2400
|
FilterCriteria: NotRequired[FilterCriteriaOutputTypeDef]
|
|
2401
|
+
FilterCriteriaError: NotRequired[FilterCriteriaErrorTypeDef]
|
|
2402
|
+
KMSKeyArn: NotRequired[str]
|
|
2403
|
+
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigOutputTypeDef]
|
|
2404
|
+
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2405
|
+
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2401
2406
|
FunctionArn: NotRequired[str]
|
|
2402
2407
|
LastModified: NotRequired[datetime]
|
|
2403
2408
|
LastProcessingResult: NotRequired[str]
|
|
@@ -2417,13 +2422,8 @@ class EventSourceMappingConfigurationTypeDef(TypedDict):
|
|
|
2417
2422
|
AmazonManagedKafkaEventSourceConfigOutputTypeDef
|
|
2418
2423
|
]
|
|
2419
2424
|
SelfManagedKafkaEventSourceConfig: NotRequired[SelfManagedKafkaEventSourceConfigOutputTypeDef]
|
|
2420
|
-
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2421
2425
|
DocumentDBEventSourceConfig: NotRequired[DocumentDBEventSourceConfigTypeDef]
|
|
2422
|
-
KMSKeyArn: NotRequired[str]
|
|
2423
|
-
FilterCriteriaError: NotRequired[FilterCriteriaErrorTypeDef]
|
|
2424
2426
|
EventSourceMappingArn: NotRequired[str]
|
|
2425
|
-
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigOutputTypeDef]
|
|
2426
|
-
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2427
2427
|
ProvisionedPollerConfig: NotRequired[ProvisionedPollerConfigTypeDef]
|
|
2428
2428
|
|
|
2429
2429
|
|
|
@@ -2480,6 +2480,10 @@ class CreateEventSourceMappingRequestTypeDef(TypedDict):
|
|
|
2480
2480
|
Enabled: NotRequired[bool]
|
|
2481
2481
|
BatchSize: NotRequired[int]
|
|
2482
2482
|
FilterCriteria: NotRequired[FilterCriteriaUnionTypeDef]
|
|
2483
|
+
KMSKeyArn: NotRequired[str]
|
|
2484
|
+
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2485
|
+
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2486
|
+
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2483
2487
|
MaximumBatchingWindowInSeconds: NotRequired[int]
|
|
2484
2488
|
ParallelizationFactor: NotRequired[int]
|
|
2485
2489
|
StartingPosition: NotRequired[EventSourcePositionType]
|
|
@@ -2499,11 +2503,7 @@ class CreateEventSourceMappingRequestTypeDef(TypedDict):
|
|
|
2499
2503
|
AmazonManagedKafkaEventSourceConfigUnionTypeDef
|
|
2500
2504
|
]
|
|
2501
2505
|
SelfManagedKafkaEventSourceConfig: NotRequired[SelfManagedKafkaEventSourceConfigUnionTypeDef]
|
|
2502
|
-
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2503
2506
|
DocumentDBEventSourceConfig: NotRequired[DocumentDBEventSourceConfigTypeDef]
|
|
2504
|
-
KMSKeyArn: NotRequired[str]
|
|
2505
|
-
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2506
|
-
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2507
2507
|
ProvisionedPollerConfig: NotRequired[ProvisionedPollerConfigTypeDef]
|
|
2508
2508
|
|
|
2509
2509
|
|
|
@@ -2513,22 +2513,22 @@ class UpdateEventSourceMappingRequestTypeDef(TypedDict):
|
|
|
2513
2513
|
Enabled: NotRequired[bool]
|
|
2514
2514
|
BatchSize: NotRequired[int]
|
|
2515
2515
|
FilterCriteria: NotRequired[FilterCriteriaUnionTypeDef]
|
|
2516
|
+
KMSKeyArn: NotRequired[str]
|
|
2517
|
+
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2518
|
+
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2519
|
+
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2516
2520
|
MaximumBatchingWindowInSeconds: NotRequired[int]
|
|
2521
|
+
ParallelizationFactor: NotRequired[int]
|
|
2517
2522
|
DestinationConfig: NotRequired[DestinationConfigTypeDef]
|
|
2518
2523
|
MaximumRecordAgeInSeconds: NotRequired[int]
|
|
2519
2524
|
BisectBatchOnFunctionError: NotRequired[bool]
|
|
2520
2525
|
MaximumRetryAttempts: NotRequired[int]
|
|
2521
|
-
ParallelizationFactor: NotRequired[int]
|
|
2522
|
-
SourceAccessConfigurations: NotRequired[Sequence[SourceAccessConfigurationTypeDef]]
|
|
2523
2526
|
TumblingWindowInSeconds: NotRequired[int]
|
|
2527
|
+
SourceAccessConfigurations: NotRequired[Sequence[SourceAccessConfigurationTypeDef]]
|
|
2524
2528
|
FunctionResponseTypes: NotRequired[Sequence[Literal["ReportBatchItemFailures"]]]
|
|
2525
|
-
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2526
2529
|
AmazonManagedKafkaEventSourceConfig: NotRequired[
|
|
2527
2530
|
AmazonManagedKafkaEventSourceConfigUnionTypeDef
|
|
2528
2531
|
]
|
|
2529
2532
|
SelfManagedKafkaEventSourceConfig: NotRequired[SelfManagedKafkaEventSourceConfigUnionTypeDef]
|
|
2530
2533
|
DocumentDBEventSourceConfig: NotRequired[DocumentDBEventSourceConfigTypeDef]
|
|
2531
|
-
KMSKeyArn: NotRequired[str]
|
|
2532
|
-
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2533
|
-
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2534
2534
|
ProvisionedPollerConfig: NotRequired[ProvisionedPollerConfigTypeDef]
|
|
@@ -423,13 +423,13 @@ class AddPermissionRequestTypeDef(TypedDict):
|
|
|
423
423
|
Action: str
|
|
424
424
|
Principal: str
|
|
425
425
|
SourceArn: NotRequired[str]
|
|
426
|
+
FunctionUrlAuthType: NotRequired[FunctionUrlAuthTypeType]
|
|
427
|
+
InvokedViaFunctionUrl: NotRequired[bool]
|
|
426
428
|
SourceAccount: NotRequired[str]
|
|
427
429
|
EventSourceToken: NotRequired[str]
|
|
428
430
|
Qualifier: NotRequired[str]
|
|
429
431
|
RevisionId: NotRequired[str]
|
|
430
432
|
PrincipalOrgID: NotRequired[str]
|
|
431
|
-
FunctionUrlAuthType: NotRequired[FunctionUrlAuthTypeType]
|
|
432
|
-
InvokedViaFunctionUrl: NotRequired[bool]
|
|
433
433
|
|
|
434
434
|
class AliasRoutingConfigurationOutputTypeDef(TypedDict):
|
|
435
435
|
AdditionalVersionWeights: NotRequired[dict[str, float]]
|
|
@@ -862,9 +862,9 @@ class LayerVersionsListItemTypeDef(TypedDict):
|
|
|
862
862
|
Version: NotRequired[int]
|
|
863
863
|
Description: NotRequired[str]
|
|
864
864
|
CreatedDate: NotRequired[str]
|
|
865
|
+
CompatibleArchitectures: NotRequired[list[ArchitectureType]]
|
|
865
866
|
CompatibleRuntimes: NotRequired[list[RuntimeType]]
|
|
866
867
|
LicenseInfo: NotRequired[str]
|
|
867
|
-
CompatibleArchitectures: NotRequired[list[ArchitectureType]]
|
|
868
868
|
|
|
869
869
|
class ListAliasesRequestTypeDef(TypedDict):
|
|
870
870
|
FunctionName: str
|
|
@@ -915,16 +915,16 @@ class ListFunctionsRequestTypeDef(TypedDict):
|
|
|
915
915
|
|
|
916
916
|
class ListLayerVersionsRequestTypeDef(TypedDict):
|
|
917
917
|
LayerName: str
|
|
918
|
+
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
918
919
|
CompatibleRuntime: NotRequired[RuntimeType]
|
|
919
920
|
Marker: NotRequired[str]
|
|
920
921
|
MaxItems: NotRequired[int]
|
|
921
|
-
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
922
922
|
|
|
923
923
|
class ListLayersRequestTypeDef(TypedDict):
|
|
924
|
+
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
924
925
|
CompatibleRuntime: NotRequired[RuntimeType]
|
|
925
926
|
Marker: NotRequired[str]
|
|
926
927
|
MaxItems: NotRequired[int]
|
|
927
|
-
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
928
928
|
|
|
929
929
|
class ListProvisionedConcurrencyConfigsRequestTypeDef(TypedDict):
|
|
930
930
|
FunctionName: str
|
|
@@ -1084,8 +1084,8 @@ class GetProvisionedConcurrencyConfigResponseTypeDef(TypedDict):
|
|
|
1084
1084
|
|
|
1085
1085
|
class GetRuntimeManagementConfigResponseTypeDef(TypedDict):
|
|
1086
1086
|
UpdateRuntimeOn: UpdateRuntimeOnType
|
|
1087
|
-
RuntimeVersionArn: str
|
|
1088
1087
|
FunctionArn: str
|
|
1088
|
+
RuntimeVersionArn: str
|
|
1089
1089
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1090
1090
|
|
|
1091
1091
|
class InvocationResponseTypeDef(TypedDict):
|
|
@@ -1125,8 +1125,8 @@ class PutFunctionScalingConfigResponseTypeDef(TypedDict):
|
|
|
1125
1125
|
|
|
1126
1126
|
class PutProvisionedConcurrencyConfigResponseTypeDef(TypedDict):
|
|
1127
1127
|
RequestedProvisionedConcurrentExecutions: int
|
|
1128
|
-
AvailableProvisionedConcurrentExecutions: int
|
|
1129
1128
|
AllocatedProvisionedConcurrentExecutions: int
|
|
1129
|
+
AvailableProvisionedConcurrentExecutions: int
|
|
1130
1130
|
Status: ProvisionedConcurrencyStatusEnumType
|
|
1131
1131
|
StatusReason: str
|
|
1132
1132
|
LastModified: str
|
|
@@ -1212,12 +1212,12 @@ class UpdateFunctionCodeRequestTypeDef(TypedDict):
|
|
|
1212
1212
|
S3Key: NotRequired[str]
|
|
1213
1213
|
S3ObjectVersion: NotRequired[str]
|
|
1214
1214
|
ImageUri: NotRequired[str]
|
|
1215
|
+
Architectures: NotRequired[Sequence[ArchitectureType]]
|
|
1215
1216
|
Publish: NotRequired[bool]
|
|
1217
|
+
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
1216
1218
|
DryRun: NotRequired[bool]
|
|
1217
1219
|
RevisionId: NotRequired[str]
|
|
1218
|
-
Architectures: NotRequired[Sequence[ArchitectureType]]
|
|
1219
1220
|
SourceKMSKeyArn: NotRequired[str]
|
|
1220
|
-
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
1221
1221
|
|
|
1222
1222
|
class CallbackDetailsTypeDef(TypedDict):
|
|
1223
1223
|
CallbackId: NotRequired[str]
|
|
@@ -1446,13 +1446,13 @@ class ListFunctionsRequestPaginateTypeDef(TypedDict):
|
|
|
1446
1446
|
|
|
1447
1447
|
class ListLayerVersionsRequestPaginateTypeDef(TypedDict):
|
|
1448
1448
|
LayerName: str
|
|
1449
|
-
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1450
1449
|
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1450
|
+
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1451
1451
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1452
1452
|
|
|
1453
1453
|
class ListLayersRequestPaginateTypeDef(TypedDict):
|
|
1454
|
-
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1455
1454
|
CompatibleArchitecture: NotRequired[ArchitectureType]
|
|
1455
|
+
CompatibleRuntime: NotRequired[RuntimeType]
|
|
1456
1456
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1457
1457
|
|
|
1458
1458
|
class ListProvisionedConcurrencyConfigsRequestPaginateTypeDef(TypedDict):
|
|
@@ -1514,9 +1514,9 @@ class GetLayerVersionResponseTypeDef(TypedDict):
|
|
|
1514
1514
|
Description: str
|
|
1515
1515
|
CreatedDate: str
|
|
1516
1516
|
Version: int
|
|
1517
|
+
CompatibleArchitectures: list[ArchitectureType]
|
|
1517
1518
|
CompatibleRuntimes: list[RuntimeType]
|
|
1518
1519
|
LicenseInfo: str
|
|
1519
|
-
CompatibleArchitectures: list[ArchitectureType]
|
|
1520
1520
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1521
1521
|
|
|
1522
1522
|
class PublishLayerVersionResponseTypeDef(TypedDict):
|
|
@@ -1526,9 +1526,9 @@ class PublishLayerVersionResponseTypeDef(TypedDict):
|
|
|
1526
1526
|
Description: str
|
|
1527
1527
|
CreatedDate: str
|
|
1528
1528
|
Version: int
|
|
1529
|
+
CompatibleArchitectures: list[ArchitectureType]
|
|
1529
1530
|
CompatibleRuntimes: list[RuntimeType]
|
|
1530
1531
|
LicenseInfo: str
|
|
1531
|
-
CompatibleArchitectures: list[ArchitectureType]
|
|
1532
1532
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1533
1533
|
|
|
1534
1534
|
class ImageConfigResponseTypeDef(TypedDict):
|
|
@@ -1621,9 +1621,9 @@ class PublishLayerVersionRequestTypeDef(TypedDict):
|
|
|
1621
1621
|
LayerName: str
|
|
1622
1622
|
Content: LayerVersionContentInputTypeDef
|
|
1623
1623
|
Description: NotRequired[str]
|
|
1624
|
+
CompatibleArchitectures: NotRequired[Sequence[ArchitectureType]]
|
|
1624
1625
|
CompatibleRuntimes: NotRequired[Sequence[RuntimeType]]
|
|
1625
1626
|
LicenseInfo: NotRequired[str]
|
|
1626
|
-
CompatibleArchitectures: NotRequired[Sequence[ArchitectureType]]
|
|
1627
1627
|
|
|
1628
1628
|
class CallbackFailedDetailsTypeDef(TypedDict):
|
|
1629
1629
|
Error: EventErrorTypeDef
|
|
@@ -1804,6 +1804,7 @@ class CreateFunctionRequestTypeDef(TypedDict):
|
|
|
1804
1804
|
Timeout: NotRequired[int]
|
|
1805
1805
|
MemorySize: NotRequired[int]
|
|
1806
1806
|
Publish: NotRequired[bool]
|
|
1807
|
+
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
1807
1808
|
VpcConfig: NotRequired[VpcConfigTypeDef]
|
|
1808
1809
|
PackageType: NotRequired[PackageTypeType]
|
|
1809
1810
|
DeadLetterConfig: NotRequired[DeadLetterConfigTypeDef]
|
|
@@ -1813,16 +1814,15 @@ class CreateFunctionRequestTypeDef(TypedDict):
|
|
|
1813
1814
|
Tags: NotRequired[Mapping[str, str]]
|
|
1814
1815
|
Layers: NotRequired[Sequence[str]]
|
|
1815
1816
|
FileSystemConfigs: NotRequired[Sequence[FileSystemConfigTypeDef]]
|
|
1816
|
-
ImageConfig: NotRequired[ImageConfigUnionTypeDef]
|
|
1817
1817
|
CodeSigningConfigArn: NotRequired[str]
|
|
1818
|
+
ImageConfig: NotRequired[ImageConfigUnionTypeDef]
|
|
1818
1819
|
Architectures: NotRequired[Sequence[ArchitectureType]]
|
|
1819
1820
|
EphemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1820
1821
|
SnapStart: NotRequired[SnapStartTypeDef]
|
|
1821
1822
|
LoggingConfig: NotRequired[LoggingConfigTypeDef]
|
|
1823
|
+
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
1822
1824
|
CapacityProviderConfig: NotRequired[CapacityProviderConfigTypeDef]
|
|
1823
|
-
PublishTo: NotRequired[Literal["LATEST_PUBLISHED"]]
|
|
1824
1825
|
DurableConfig: NotRequired[DurableConfigTypeDef]
|
|
1825
|
-
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
1826
1826
|
|
|
1827
1827
|
class UpdateFunctionConfigurationRequestTypeDef(TypedDict):
|
|
1828
1828
|
FunctionName: str
|
|
@@ -1903,19 +1903,19 @@ class FunctionConfigurationResponseTypeDef(TypedDict):
|
|
|
1903
1903
|
LastUpdateStatusReason: str
|
|
1904
1904
|
LastUpdateStatusReasonCode: LastUpdateStatusReasonCodeType
|
|
1905
1905
|
FileSystemConfigs: list[FileSystemConfigTypeDef]
|
|
1906
|
-
PackageType: PackageTypeType
|
|
1907
|
-
ImageConfigResponse: ImageConfigResponseTypeDef
|
|
1908
1906
|
SigningProfileVersionArn: str
|
|
1909
1907
|
SigningJobArn: str
|
|
1908
|
+
PackageType: PackageTypeType
|
|
1909
|
+
ImageConfigResponse: ImageConfigResponseTypeDef
|
|
1910
1910
|
Architectures: list[ArchitectureType]
|
|
1911
1911
|
EphemeralStorage: EphemeralStorageTypeDef
|
|
1912
1912
|
SnapStart: SnapStartResponseTypeDef
|
|
1913
1913
|
RuntimeVersionConfig: RuntimeVersionConfigTypeDef
|
|
1914
1914
|
LoggingConfig: LoggingConfigTypeDef
|
|
1915
|
+
TenancyConfig: TenancyConfigTypeDef
|
|
1915
1916
|
CapacityProviderConfig: CapacityProviderConfigTypeDef
|
|
1916
1917
|
ConfigSha256: str
|
|
1917
1918
|
DurableConfig: DurableConfigTypeDef
|
|
1918
|
-
TenancyConfig: TenancyConfigTypeDef
|
|
1919
1919
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1920
1920
|
|
|
1921
1921
|
class FunctionConfigurationTypeDef(TypedDict):
|
|
@@ -1946,19 +1946,19 @@ class FunctionConfigurationTypeDef(TypedDict):
|
|
|
1946
1946
|
LastUpdateStatusReason: NotRequired[str]
|
|
1947
1947
|
LastUpdateStatusReasonCode: NotRequired[LastUpdateStatusReasonCodeType]
|
|
1948
1948
|
FileSystemConfigs: NotRequired[list[FileSystemConfigTypeDef]]
|
|
1949
|
-
PackageType: NotRequired[PackageTypeType]
|
|
1950
|
-
ImageConfigResponse: NotRequired[ImageConfigResponseTypeDef]
|
|
1951
1949
|
SigningProfileVersionArn: NotRequired[str]
|
|
1952
1950
|
SigningJobArn: NotRequired[str]
|
|
1951
|
+
PackageType: NotRequired[PackageTypeType]
|
|
1952
|
+
ImageConfigResponse: NotRequired[ImageConfigResponseTypeDef]
|
|
1953
1953
|
Architectures: NotRequired[list[ArchitectureType]]
|
|
1954
1954
|
EphemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1955
1955
|
SnapStart: NotRequired[SnapStartResponseTypeDef]
|
|
1956
1956
|
RuntimeVersionConfig: NotRequired[RuntimeVersionConfigTypeDef]
|
|
1957
1957
|
LoggingConfig: NotRequired[LoggingConfigTypeDef]
|
|
1958
|
+
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
1958
1959
|
CapacityProviderConfig: NotRequired[CapacityProviderConfigTypeDef]
|
|
1959
1960
|
ConfigSha256: NotRequired[str]
|
|
1960
1961
|
DurableConfig: NotRequired[DurableConfigTypeDef]
|
|
1961
|
-
TenancyConfig: NotRequired[TenancyConfigTypeDef]
|
|
1962
1962
|
|
|
1963
1963
|
class EventTypeDef(TypedDict):
|
|
1964
1964
|
EventType: NotRequired[EventTypeType]
|
|
@@ -2058,6 +2058,11 @@ class EventSourceMappingConfigurationResponseTypeDef(TypedDict):
|
|
|
2058
2058
|
ParallelizationFactor: int
|
|
2059
2059
|
EventSourceArn: str
|
|
2060
2060
|
FilterCriteria: FilterCriteriaOutputTypeDef
|
|
2061
|
+
FilterCriteriaError: FilterCriteriaErrorTypeDef
|
|
2062
|
+
KMSKeyArn: str
|
|
2063
|
+
MetricsConfig: EventSourceMappingMetricsConfigOutputTypeDef
|
|
2064
|
+
LoggingConfig: EventSourceMappingLoggingConfigTypeDef
|
|
2065
|
+
ScalingConfig: ScalingConfigTypeDef
|
|
2061
2066
|
FunctionArn: str
|
|
2062
2067
|
LastModified: datetime
|
|
2063
2068
|
LastProcessingResult: str
|
|
@@ -2075,13 +2080,8 @@ class EventSourceMappingConfigurationResponseTypeDef(TypedDict):
|
|
|
2075
2080
|
FunctionResponseTypes: list[Literal["ReportBatchItemFailures"]]
|
|
2076
2081
|
AmazonManagedKafkaEventSourceConfig: AmazonManagedKafkaEventSourceConfigOutputTypeDef
|
|
2077
2082
|
SelfManagedKafkaEventSourceConfig: SelfManagedKafkaEventSourceConfigOutputTypeDef
|
|
2078
|
-
ScalingConfig: ScalingConfigTypeDef
|
|
2079
2083
|
DocumentDBEventSourceConfig: DocumentDBEventSourceConfigTypeDef
|
|
2080
|
-
KMSKeyArn: str
|
|
2081
|
-
FilterCriteriaError: FilterCriteriaErrorTypeDef
|
|
2082
2084
|
EventSourceMappingArn: str
|
|
2083
|
-
MetricsConfig: EventSourceMappingMetricsConfigOutputTypeDef
|
|
2084
|
-
LoggingConfig: EventSourceMappingLoggingConfigTypeDef
|
|
2085
2085
|
ProvisionedPollerConfig: ProvisionedPollerConfigTypeDef
|
|
2086
2086
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
2087
2087
|
|
|
@@ -2094,6 +2094,11 @@ class EventSourceMappingConfigurationTypeDef(TypedDict):
|
|
|
2094
2094
|
ParallelizationFactor: NotRequired[int]
|
|
2095
2095
|
EventSourceArn: NotRequired[str]
|
|
2096
2096
|
FilterCriteria: NotRequired[FilterCriteriaOutputTypeDef]
|
|
2097
|
+
FilterCriteriaError: NotRequired[FilterCriteriaErrorTypeDef]
|
|
2098
|
+
KMSKeyArn: NotRequired[str]
|
|
2099
|
+
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigOutputTypeDef]
|
|
2100
|
+
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2101
|
+
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2097
2102
|
FunctionArn: NotRequired[str]
|
|
2098
2103
|
LastModified: NotRequired[datetime]
|
|
2099
2104
|
LastProcessingResult: NotRequired[str]
|
|
@@ -2113,13 +2118,8 @@ class EventSourceMappingConfigurationTypeDef(TypedDict):
|
|
|
2113
2118
|
AmazonManagedKafkaEventSourceConfigOutputTypeDef
|
|
2114
2119
|
]
|
|
2115
2120
|
SelfManagedKafkaEventSourceConfig: NotRequired[SelfManagedKafkaEventSourceConfigOutputTypeDef]
|
|
2116
|
-
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2117
2121
|
DocumentDBEventSourceConfig: NotRequired[DocumentDBEventSourceConfigTypeDef]
|
|
2118
|
-
KMSKeyArn: NotRequired[str]
|
|
2119
|
-
FilterCriteriaError: NotRequired[FilterCriteriaErrorTypeDef]
|
|
2120
2122
|
EventSourceMappingArn: NotRequired[str]
|
|
2121
|
-
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigOutputTypeDef]
|
|
2122
|
-
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2123
2123
|
ProvisionedPollerConfig: NotRequired[ProvisionedPollerConfigTypeDef]
|
|
2124
2124
|
|
|
2125
2125
|
AmazonManagedKafkaEventSourceConfigUnionTypeDef = Union[
|
|
@@ -2168,6 +2168,10 @@ class CreateEventSourceMappingRequestTypeDef(TypedDict):
|
|
|
2168
2168
|
Enabled: NotRequired[bool]
|
|
2169
2169
|
BatchSize: NotRequired[int]
|
|
2170
2170
|
FilterCriteria: NotRequired[FilterCriteriaUnionTypeDef]
|
|
2171
|
+
KMSKeyArn: NotRequired[str]
|
|
2172
|
+
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2173
|
+
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2174
|
+
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2171
2175
|
MaximumBatchingWindowInSeconds: NotRequired[int]
|
|
2172
2176
|
ParallelizationFactor: NotRequired[int]
|
|
2173
2177
|
StartingPosition: NotRequired[EventSourcePositionType]
|
|
@@ -2187,11 +2191,7 @@ class CreateEventSourceMappingRequestTypeDef(TypedDict):
|
|
|
2187
2191
|
AmazonManagedKafkaEventSourceConfigUnionTypeDef
|
|
2188
2192
|
]
|
|
2189
2193
|
SelfManagedKafkaEventSourceConfig: NotRequired[SelfManagedKafkaEventSourceConfigUnionTypeDef]
|
|
2190
|
-
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2191
2194
|
DocumentDBEventSourceConfig: NotRequired[DocumentDBEventSourceConfigTypeDef]
|
|
2192
|
-
KMSKeyArn: NotRequired[str]
|
|
2193
|
-
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2194
|
-
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2195
2195
|
ProvisionedPollerConfig: NotRequired[ProvisionedPollerConfigTypeDef]
|
|
2196
2196
|
|
|
2197
2197
|
class UpdateEventSourceMappingRequestTypeDef(TypedDict):
|
|
@@ -2200,22 +2200,22 @@ class UpdateEventSourceMappingRequestTypeDef(TypedDict):
|
|
|
2200
2200
|
Enabled: NotRequired[bool]
|
|
2201
2201
|
BatchSize: NotRequired[int]
|
|
2202
2202
|
FilterCriteria: NotRequired[FilterCriteriaUnionTypeDef]
|
|
2203
|
+
KMSKeyArn: NotRequired[str]
|
|
2204
|
+
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2205
|
+
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2206
|
+
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2203
2207
|
MaximumBatchingWindowInSeconds: NotRequired[int]
|
|
2208
|
+
ParallelizationFactor: NotRequired[int]
|
|
2204
2209
|
DestinationConfig: NotRequired[DestinationConfigTypeDef]
|
|
2205
2210
|
MaximumRecordAgeInSeconds: NotRequired[int]
|
|
2206
2211
|
BisectBatchOnFunctionError: NotRequired[bool]
|
|
2207
2212
|
MaximumRetryAttempts: NotRequired[int]
|
|
2208
|
-
ParallelizationFactor: NotRequired[int]
|
|
2209
|
-
SourceAccessConfigurations: NotRequired[Sequence[SourceAccessConfigurationTypeDef]]
|
|
2210
2213
|
TumblingWindowInSeconds: NotRequired[int]
|
|
2214
|
+
SourceAccessConfigurations: NotRequired[Sequence[SourceAccessConfigurationTypeDef]]
|
|
2211
2215
|
FunctionResponseTypes: NotRequired[Sequence[Literal["ReportBatchItemFailures"]]]
|
|
2212
|
-
ScalingConfig: NotRequired[ScalingConfigTypeDef]
|
|
2213
2216
|
AmazonManagedKafkaEventSourceConfig: NotRequired[
|
|
2214
2217
|
AmazonManagedKafkaEventSourceConfigUnionTypeDef
|
|
2215
2218
|
]
|
|
2216
2219
|
SelfManagedKafkaEventSourceConfig: NotRequired[SelfManagedKafkaEventSourceConfigUnionTypeDef]
|
|
2217
2220
|
DocumentDBEventSourceConfig: NotRequired[DocumentDBEventSourceConfigTypeDef]
|
|
2218
|
-
KMSKeyArn: NotRequired[str]
|
|
2219
|
-
MetricsConfig: NotRequired[EventSourceMappingMetricsConfigUnionTypeDef]
|
|
2220
|
-
LoggingConfig: NotRequired[EventSourceMappingLoggingConfigTypeDef]
|
|
2221
2221
|
ProvisionedPollerConfig: NotRequired[ProvisionedPollerConfigTypeDef]
|
|
File without changes
|
|
File without changes
|
{types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/requires.txt
RENAMED
|
File without changes
|
{types_boto3_lambda-1.43.20 → types_boto3_lambda-1.43.35}/types_boto3_lambda.egg-info/top_level.txt
RENAMED
|
File without changes
|