types-boto3-lambda 1.41.2__tar.gz → 1.42.3__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.41.2/types_boto3_lambda.egg-info → types_boto3_lambda-1.42.3}/PKG-INFO +24 -4
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/README.md +22 -2
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/pyproject.toml +2 -2
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/__init__.py +20 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/__init__.pyi +20 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/__main__.py +3 -3
- types_boto3_lambda-1.41.2/types_boto3_lambda/client.pyi → types_boto3_lambda-1.42.3/types_boto3_lambda/client.py +289 -1
- types_boto3_lambda-1.41.2/types_boto3_lambda/client.py → types_boto3_lambda-1.42.3/types_boto3_lambda/client.pyi +286 -4
- types_boto3_lambda-1.41.2/types_boto3_lambda/literals.pyi → types_boto3_lambda-1.42.3/types_boto3_lambda/literals.py +105 -1
- types_boto3_lambda-1.41.2/types_boto3_lambda/literals.py → types_boto3_lambda-1.42.3/types_boto3_lambda/literals.pyi +103 -3
- types_boto3_lambda-1.41.2/types_boto3_lambda/paginator.pyi → types_boto3_lambda-1.42.3/types_boto3_lambda/paginator.py +170 -0
- types_boto3_lambda-1.41.2/types_boto3_lambda/paginator.py → types_boto3_lambda-1.42.3/types_boto3_lambda/paginator.pyi +117 -30
- types_boto3_lambda-1.41.2/types_boto3_lambda/type_defs.pyi → types_boto3_lambda-1.42.3/types_boto3_lambda/type_defs.py +1006 -65
- types_boto3_lambda-1.41.2/types_boto3_lambda/type_defs.py → types_boto3_lambda-1.42.3/types_boto3_lambda/type_defs.pyi +656 -235
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/version.py +1 -1
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3/types_boto3_lambda.egg-info}/PKG-INFO +24 -4
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/LICENSE +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/setup.cfg +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/py.typed +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/waiter.py +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda/waiter.pyi +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda.egg-info/SOURCES.txt +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda.egg-info/dependency_links.txt +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda.egg-info/requires.txt +0 -0
- {types_boto3_lambda-1.41.2 → types_boto3_lambda-1.42.3}/types_boto3_lambda.egg-info/top_level.txt +0 -0
{types_boto3_lambda-1.41.2/types_boto3_lambda.egg-info → types_boto3_lambda-1.42.3}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-lambda
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Lambda 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 Lambda 1.42.3 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.
|
|
45
|
+
Type annotations for [boto3 Lambda 1.42.3](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.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' 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.
|
|
@@ -339,11 +339,16 @@ from boto3.session import Session
|
|
|
339
339
|
|
|
340
340
|
from types_boto3_lambda import LambdaClient
|
|
341
341
|
from types_boto3_lambda.paginator import (
|
|
342
|
+
GetDurableExecutionHistoryPaginator,
|
|
343
|
+
GetDurableExecutionStatePaginator,
|
|
342
344
|
ListAliasesPaginator,
|
|
345
|
+
ListCapacityProvidersPaginator,
|
|
343
346
|
ListCodeSigningConfigsPaginator,
|
|
347
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
344
348
|
ListEventSourceMappingsPaginator,
|
|
345
349
|
ListFunctionEventInvokeConfigsPaginator,
|
|
346
350
|
ListFunctionUrlConfigsPaginator,
|
|
351
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
347
352
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
348
353
|
ListFunctionsPaginator,
|
|
349
354
|
ListLayerVersionsPaginator,
|
|
@@ -356,10 +361,22 @@ client: LambdaClient = Session().client("lambda")
|
|
|
356
361
|
|
|
357
362
|
# Explicit type annotations are optional here
|
|
358
363
|
# Types should be correctly discovered by mypy and IDEs
|
|
364
|
+
get_durable_execution_history_paginator: GetDurableExecutionHistoryPaginator = client.get_paginator(
|
|
365
|
+
"get_durable_execution_history"
|
|
366
|
+
)
|
|
367
|
+
get_durable_execution_state_paginator: GetDurableExecutionStatePaginator = client.get_paginator(
|
|
368
|
+
"get_durable_execution_state"
|
|
369
|
+
)
|
|
359
370
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
371
|
+
list_capacity_providers_paginator: ListCapacityProvidersPaginator = client.get_paginator(
|
|
372
|
+
"list_capacity_providers"
|
|
373
|
+
)
|
|
360
374
|
list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator(
|
|
361
375
|
"list_code_signing_configs"
|
|
362
376
|
)
|
|
377
|
+
list_durable_executions_by_function_paginator: ListDurableExecutionsByFunctionPaginator = (
|
|
378
|
+
client.get_paginator("list_durable_executions_by_function")
|
|
379
|
+
)
|
|
363
380
|
list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator(
|
|
364
381
|
"list_event_source_mappings"
|
|
365
382
|
)
|
|
@@ -369,6 +386,9 @@ list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPagi
|
|
|
369
386
|
list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator(
|
|
370
387
|
"list_function_url_configs"
|
|
371
388
|
)
|
|
389
|
+
list_function_versions_by_capacity_provider_paginator: ListFunctionVersionsByCapacityProviderPaginator = client.get_paginator(
|
|
390
|
+
"list_function_versions_by_capacity_provider"
|
|
391
|
+
)
|
|
372
392
|
list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = (
|
|
373
393
|
client.get_paginator("list_functions_by_code_signing_config")
|
|
374
394
|
)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Lambda 1.
|
|
12
|
+
Type annotations for [boto3 Lambda 1.42.3](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.
|
|
75
|
+
`uvx --with 'boto3==1.42.3' 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.
|
|
@@ -306,11 +306,16 @@ from boto3.session import Session
|
|
|
306
306
|
|
|
307
307
|
from types_boto3_lambda import LambdaClient
|
|
308
308
|
from types_boto3_lambda.paginator import (
|
|
309
|
+
GetDurableExecutionHistoryPaginator,
|
|
310
|
+
GetDurableExecutionStatePaginator,
|
|
309
311
|
ListAliasesPaginator,
|
|
312
|
+
ListCapacityProvidersPaginator,
|
|
310
313
|
ListCodeSigningConfigsPaginator,
|
|
314
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
311
315
|
ListEventSourceMappingsPaginator,
|
|
312
316
|
ListFunctionEventInvokeConfigsPaginator,
|
|
313
317
|
ListFunctionUrlConfigsPaginator,
|
|
318
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
314
319
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
315
320
|
ListFunctionsPaginator,
|
|
316
321
|
ListLayerVersionsPaginator,
|
|
@@ -323,10 +328,22 @@ client: LambdaClient = Session().client("lambda")
|
|
|
323
328
|
|
|
324
329
|
# Explicit type annotations are optional here
|
|
325
330
|
# Types should be correctly discovered by mypy and IDEs
|
|
331
|
+
get_durable_execution_history_paginator: GetDurableExecutionHistoryPaginator = client.get_paginator(
|
|
332
|
+
"get_durable_execution_history"
|
|
333
|
+
)
|
|
334
|
+
get_durable_execution_state_paginator: GetDurableExecutionStatePaginator = client.get_paginator(
|
|
335
|
+
"get_durable_execution_state"
|
|
336
|
+
)
|
|
326
337
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
338
|
+
list_capacity_providers_paginator: ListCapacityProvidersPaginator = client.get_paginator(
|
|
339
|
+
"list_capacity_providers"
|
|
340
|
+
)
|
|
327
341
|
list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator(
|
|
328
342
|
"list_code_signing_configs"
|
|
329
343
|
)
|
|
344
|
+
list_durable_executions_by_function_paginator: ListDurableExecutionsByFunctionPaginator = (
|
|
345
|
+
client.get_paginator("list_durable_executions_by_function")
|
|
346
|
+
)
|
|
330
347
|
list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator(
|
|
331
348
|
"list_event_source_mappings"
|
|
332
349
|
)
|
|
@@ -336,6 +353,9 @@ list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPagi
|
|
|
336
353
|
list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator(
|
|
337
354
|
"list_function_url_configs"
|
|
338
355
|
)
|
|
356
|
+
list_function_versions_by_capacity_provider_paginator: ListFunctionVersionsByCapacityProviderPaginator = client.get_paginator(
|
|
357
|
+
"list_function_versions_by_capacity_provider"
|
|
358
|
+
)
|
|
339
359
|
list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = (
|
|
340
360
|
client.get_paginator("list_functions_by_code_signing_config")
|
|
341
361
|
)
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-lambda"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.42.3"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 Lambda 1.
|
|
10
|
+
description = "Type annotations for boto3 Lambda 1.42.3 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -16,12 +16,17 @@ Usage::
|
|
|
16
16
|
FunctionExistsWaiter,
|
|
17
17
|
FunctionUpdatedV2Waiter,
|
|
18
18
|
FunctionUpdatedWaiter,
|
|
19
|
+
GetDurableExecutionHistoryPaginator,
|
|
20
|
+
GetDurableExecutionStatePaginator,
|
|
19
21
|
LambdaClient,
|
|
20
22
|
ListAliasesPaginator,
|
|
23
|
+
ListCapacityProvidersPaginator,
|
|
21
24
|
ListCodeSigningConfigsPaginator,
|
|
25
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
22
26
|
ListEventSourceMappingsPaginator,
|
|
23
27
|
ListFunctionEventInvokeConfigsPaginator,
|
|
24
28
|
ListFunctionUrlConfigsPaginator,
|
|
29
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
25
30
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
26
31
|
ListFunctionsPaginator,
|
|
27
32
|
ListLayerVersionsPaginator,
|
|
@@ -41,11 +46,16 @@ Usage::
|
|
|
41
46
|
function_updated_waiter: FunctionUpdatedWaiter = client.get_waiter("function_updated")
|
|
42
47
|
published_version_active_waiter: PublishedVersionActiveWaiter = client.get_waiter("published_version_active")
|
|
43
48
|
|
|
49
|
+
get_durable_execution_history_paginator: GetDurableExecutionHistoryPaginator = client.get_paginator("get_durable_execution_history")
|
|
50
|
+
get_durable_execution_state_paginator: GetDurableExecutionStatePaginator = client.get_paginator("get_durable_execution_state")
|
|
44
51
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
52
|
+
list_capacity_providers_paginator: ListCapacityProvidersPaginator = client.get_paginator("list_capacity_providers")
|
|
45
53
|
list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator("list_code_signing_configs")
|
|
54
|
+
list_durable_executions_by_function_paginator: ListDurableExecutionsByFunctionPaginator = client.get_paginator("list_durable_executions_by_function")
|
|
46
55
|
list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator("list_event_source_mappings")
|
|
47
56
|
list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPaginator = client.get_paginator("list_function_event_invoke_configs")
|
|
48
57
|
list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator("list_function_url_configs")
|
|
58
|
+
list_function_versions_by_capacity_provider_paginator: ListFunctionVersionsByCapacityProviderPaginator = client.get_paginator("list_function_versions_by_capacity_provider")
|
|
49
59
|
list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = client.get_paginator("list_functions_by_code_signing_config")
|
|
50
60
|
list_functions_paginator: ListFunctionsPaginator = client.get_paginator("list_functions")
|
|
51
61
|
list_layer_versions_paginator: ListLayerVersionsPaginator = client.get_paginator("list_layer_versions")
|
|
@@ -57,13 +67,18 @@ Usage::
|
|
|
57
67
|
|
|
58
68
|
from .client import LambdaClient
|
|
59
69
|
from .paginator import (
|
|
70
|
+
GetDurableExecutionHistoryPaginator,
|
|
71
|
+
GetDurableExecutionStatePaginator,
|
|
60
72
|
ListAliasesPaginator,
|
|
73
|
+
ListCapacityProvidersPaginator,
|
|
61
74
|
ListCodeSigningConfigsPaginator,
|
|
75
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
62
76
|
ListEventSourceMappingsPaginator,
|
|
63
77
|
ListFunctionEventInvokeConfigsPaginator,
|
|
64
78
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
65
79
|
ListFunctionsPaginator,
|
|
66
80
|
ListFunctionUrlConfigsPaginator,
|
|
81
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
67
82
|
ListLayersPaginator,
|
|
68
83
|
ListLayerVersionsPaginator,
|
|
69
84
|
ListProvisionedConcurrencyConfigsPaginator,
|
|
@@ -88,12 +103,17 @@ __all__ = (
|
|
|
88
103
|
"FunctionExistsWaiter",
|
|
89
104
|
"FunctionUpdatedV2Waiter",
|
|
90
105
|
"FunctionUpdatedWaiter",
|
|
106
|
+
"GetDurableExecutionHistoryPaginator",
|
|
107
|
+
"GetDurableExecutionStatePaginator",
|
|
91
108
|
"LambdaClient",
|
|
92
109
|
"ListAliasesPaginator",
|
|
110
|
+
"ListCapacityProvidersPaginator",
|
|
93
111
|
"ListCodeSigningConfigsPaginator",
|
|
112
|
+
"ListDurableExecutionsByFunctionPaginator",
|
|
94
113
|
"ListEventSourceMappingsPaginator",
|
|
95
114
|
"ListFunctionEventInvokeConfigsPaginator",
|
|
96
115
|
"ListFunctionUrlConfigsPaginator",
|
|
116
|
+
"ListFunctionVersionsByCapacityProviderPaginator",
|
|
97
117
|
"ListFunctionsByCodeSigningConfigPaginator",
|
|
98
118
|
"ListFunctionsPaginator",
|
|
99
119
|
"ListLayerVersionsPaginator",
|
|
@@ -16,12 +16,17 @@ Usage::
|
|
|
16
16
|
FunctionExistsWaiter,
|
|
17
17
|
FunctionUpdatedV2Waiter,
|
|
18
18
|
FunctionUpdatedWaiter,
|
|
19
|
+
GetDurableExecutionHistoryPaginator,
|
|
20
|
+
GetDurableExecutionStatePaginator,
|
|
19
21
|
LambdaClient,
|
|
20
22
|
ListAliasesPaginator,
|
|
23
|
+
ListCapacityProvidersPaginator,
|
|
21
24
|
ListCodeSigningConfigsPaginator,
|
|
25
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
22
26
|
ListEventSourceMappingsPaginator,
|
|
23
27
|
ListFunctionEventInvokeConfigsPaginator,
|
|
24
28
|
ListFunctionUrlConfigsPaginator,
|
|
29
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
25
30
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
26
31
|
ListFunctionsPaginator,
|
|
27
32
|
ListLayerVersionsPaginator,
|
|
@@ -41,11 +46,16 @@ Usage::
|
|
|
41
46
|
function_updated_waiter: FunctionUpdatedWaiter = client.get_waiter("function_updated")
|
|
42
47
|
published_version_active_waiter: PublishedVersionActiveWaiter = client.get_waiter("published_version_active")
|
|
43
48
|
|
|
49
|
+
get_durable_execution_history_paginator: GetDurableExecutionHistoryPaginator = client.get_paginator("get_durable_execution_history")
|
|
50
|
+
get_durable_execution_state_paginator: GetDurableExecutionStatePaginator = client.get_paginator("get_durable_execution_state")
|
|
44
51
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
52
|
+
list_capacity_providers_paginator: ListCapacityProvidersPaginator = client.get_paginator("list_capacity_providers")
|
|
45
53
|
list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator("list_code_signing_configs")
|
|
54
|
+
list_durable_executions_by_function_paginator: ListDurableExecutionsByFunctionPaginator = client.get_paginator("list_durable_executions_by_function")
|
|
46
55
|
list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator("list_event_source_mappings")
|
|
47
56
|
list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPaginator = client.get_paginator("list_function_event_invoke_configs")
|
|
48
57
|
list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator("list_function_url_configs")
|
|
58
|
+
list_function_versions_by_capacity_provider_paginator: ListFunctionVersionsByCapacityProviderPaginator = client.get_paginator("list_function_versions_by_capacity_provider")
|
|
49
59
|
list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = client.get_paginator("list_functions_by_code_signing_config")
|
|
50
60
|
list_functions_paginator: ListFunctionsPaginator = client.get_paginator("list_functions")
|
|
51
61
|
list_layer_versions_paginator: ListLayerVersionsPaginator = client.get_paginator("list_layer_versions")
|
|
@@ -57,13 +67,18 @@ Usage::
|
|
|
57
67
|
|
|
58
68
|
from .client import LambdaClient
|
|
59
69
|
from .paginator import (
|
|
70
|
+
GetDurableExecutionHistoryPaginator,
|
|
71
|
+
GetDurableExecutionStatePaginator,
|
|
60
72
|
ListAliasesPaginator,
|
|
73
|
+
ListCapacityProvidersPaginator,
|
|
61
74
|
ListCodeSigningConfigsPaginator,
|
|
75
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
62
76
|
ListEventSourceMappingsPaginator,
|
|
63
77
|
ListFunctionEventInvokeConfigsPaginator,
|
|
64
78
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
65
79
|
ListFunctionsPaginator,
|
|
66
80
|
ListFunctionUrlConfigsPaginator,
|
|
81
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
67
82
|
ListLayersPaginator,
|
|
68
83
|
ListLayerVersionsPaginator,
|
|
69
84
|
ListProvisionedConcurrencyConfigsPaginator,
|
|
@@ -87,12 +102,17 @@ __all__ = (
|
|
|
87
102
|
"FunctionExistsWaiter",
|
|
88
103
|
"FunctionUpdatedV2Waiter",
|
|
89
104
|
"FunctionUpdatedWaiter",
|
|
105
|
+
"GetDurableExecutionHistoryPaginator",
|
|
106
|
+
"GetDurableExecutionStatePaginator",
|
|
90
107
|
"LambdaClient",
|
|
91
108
|
"ListAliasesPaginator",
|
|
109
|
+
"ListCapacityProvidersPaginator",
|
|
92
110
|
"ListCodeSigningConfigsPaginator",
|
|
111
|
+
"ListDurableExecutionsByFunctionPaginator",
|
|
93
112
|
"ListEventSourceMappingsPaginator",
|
|
94
113
|
"ListFunctionEventInvokeConfigsPaginator",
|
|
95
114
|
"ListFunctionUrlConfigsPaginator",
|
|
115
|
+
"ListFunctionVersionsByCapacityProviderPaginator",
|
|
96
116
|
"ListFunctionsByCodeSigningConfigPaginator",
|
|
97
117
|
"ListFunctionsPaginator",
|
|
98
118
|
"ListLayerVersionsPaginator",
|
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 Lambda 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\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.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|