mypy-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.
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/PKG-INFO +24 -4
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/README.md +22 -2
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/__init__.py +20 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/__init__.pyi +20 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/__main__.py +3 -3
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/client.pyi → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/client.py +289 -1
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/client.py → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/client.pyi +286 -4
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/literals.pyi → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/literals.py +105 -1
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/literals.py → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/literals.pyi +103 -3
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/paginator.pyi → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/paginator.py +170 -0
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/paginator.py → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/paginator.pyi +117 -30
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/type_defs.pyi → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/type_defs.py +1006 -65
- mypy_boto3_lambda-1.41.2/mypy_boto3_lambda/type_defs.py → mypy_boto3_lambda-1.42.3/mypy_boto3_lambda/type_defs.pyi +656 -235
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/version.py +1 -1
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda.egg-info/PKG-INFO +24 -4
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/pyproject.toml +2 -2
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/LICENSE +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/py.typed +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/waiter.py +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda/waiter.pyi +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda.egg-info/requires.txt +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/mypy_boto3_lambda.egg-info/top_level.txt +0 -0
- {mypy_boto3_lambda-1.41.2 → mypy_boto3_lambda-1.42.3}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-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/),
|
|
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
106
106
|
isolation.
|
|
107
107
|
|
|
108
108
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.
|
|
109
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
110
110
|
2. Select `boto3-stubs` AWS SDK.
|
|
111
111
|
3. Add `Lambda` service.
|
|
112
112
|
4. Use provided commands to install generated packages.
|
|
@@ -365,11 +365,16 @@ from boto3.session import Session
|
|
|
365
365
|
|
|
366
366
|
from mypy_boto3_lambda import LambdaClient
|
|
367
367
|
from mypy_boto3_lambda.paginator import (
|
|
368
|
+
GetDurableExecutionHistoryPaginator,
|
|
369
|
+
GetDurableExecutionStatePaginator,
|
|
368
370
|
ListAliasesPaginator,
|
|
371
|
+
ListCapacityProvidersPaginator,
|
|
369
372
|
ListCodeSigningConfigsPaginator,
|
|
373
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
370
374
|
ListEventSourceMappingsPaginator,
|
|
371
375
|
ListFunctionEventInvokeConfigsPaginator,
|
|
372
376
|
ListFunctionUrlConfigsPaginator,
|
|
377
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
373
378
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
374
379
|
ListFunctionsPaginator,
|
|
375
380
|
ListLayerVersionsPaginator,
|
|
@@ -382,10 +387,22 @@ client: LambdaClient = Session().client("lambda")
|
|
|
382
387
|
|
|
383
388
|
# Explicit type annotations are optional here
|
|
384
389
|
# Types should be correctly discovered by mypy and IDEs
|
|
390
|
+
get_durable_execution_history_paginator: GetDurableExecutionHistoryPaginator = client.get_paginator(
|
|
391
|
+
"get_durable_execution_history"
|
|
392
|
+
)
|
|
393
|
+
get_durable_execution_state_paginator: GetDurableExecutionStatePaginator = client.get_paginator(
|
|
394
|
+
"get_durable_execution_state"
|
|
395
|
+
)
|
|
385
396
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
397
|
+
list_capacity_providers_paginator: ListCapacityProvidersPaginator = client.get_paginator(
|
|
398
|
+
"list_capacity_providers"
|
|
399
|
+
)
|
|
386
400
|
list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator(
|
|
387
401
|
"list_code_signing_configs"
|
|
388
402
|
)
|
|
403
|
+
list_durable_executions_by_function_paginator: ListDurableExecutionsByFunctionPaginator = (
|
|
404
|
+
client.get_paginator("list_durable_executions_by_function")
|
|
405
|
+
)
|
|
389
406
|
list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator(
|
|
390
407
|
"list_event_source_mappings"
|
|
391
408
|
)
|
|
@@ -395,6 +412,9 @@ list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPagi
|
|
|
395
412
|
list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator(
|
|
396
413
|
"list_function_url_configs"
|
|
397
414
|
)
|
|
415
|
+
list_function_versions_by_capacity_provider_paginator: ListFunctionVersionsByCapacityProviderPaginator = client.get_paginator(
|
|
416
|
+
"list_function_versions_by_capacity_provider"
|
|
417
|
+
)
|
|
398
418
|
list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = (
|
|
399
419
|
client.get_paginator("list_functions_by_code_signing_config")
|
|
400
420
|
)
|
|
@@ -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/),
|
|
@@ -73,7 +73,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
73
73
|
isolation.
|
|
74
74
|
|
|
75
75
|
1. Run mypy-boto3-builder in your package root directory:
|
|
76
|
-
`uvx --with 'boto3==1.
|
|
76
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
77
77
|
2. Select `boto3-stubs` AWS SDK.
|
|
78
78
|
3. Add `Lambda` service.
|
|
79
79
|
4. Use provided commands to install generated packages.
|
|
@@ -332,11 +332,16 @@ from boto3.session import Session
|
|
|
332
332
|
|
|
333
333
|
from mypy_boto3_lambda import LambdaClient
|
|
334
334
|
from mypy_boto3_lambda.paginator import (
|
|
335
|
+
GetDurableExecutionHistoryPaginator,
|
|
336
|
+
GetDurableExecutionStatePaginator,
|
|
335
337
|
ListAliasesPaginator,
|
|
338
|
+
ListCapacityProvidersPaginator,
|
|
336
339
|
ListCodeSigningConfigsPaginator,
|
|
340
|
+
ListDurableExecutionsByFunctionPaginator,
|
|
337
341
|
ListEventSourceMappingsPaginator,
|
|
338
342
|
ListFunctionEventInvokeConfigsPaginator,
|
|
339
343
|
ListFunctionUrlConfigsPaginator,
|
|
344
|
+
ListFunctionVersionsByCapacityProviderPaginator,
|
|
340
345
|
ListFunctionsByCodeSigningConfigPaginator,
|
|
341
346
|
ListFunctionsPaginator,
|
|
342
347
|
ListLayerVersionsPaginator,
|
|
@@ -349,10 +354,22 @@ client: LambdaClient = Session().client("lambda")
|
|
|
349
354
|
|
|
350
355
|
# Explicit type annotations are optional here
|
|
351
356
|
# Types should be correctly discovered by mypy and IDEs
|
|
357
|
+
get_durable_execution_history_paginator: GetDurableExecutionHistoryPaginator = client.get_paginator(
|
|
358
|
+
"get_durable_execution_history"
|
|
359
|
+
)
|
|
360
|
+
get_durable_execution_state_paginator: GetDurableExecutionStatePaginator = client.get_paginator(
|
|
361
|
+
"get_durable_execution_state"
|
|
362
|
+
)
|
|
352
363
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
364
|
+
list_capacity_providers_paginator: ListCapacityProvidersPaginator = client.get_paginator(
|
|
365
|
+
"list_capacity_providers"
|
|
366
|
+
)
|
|
353
367
|
list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator(
|
|
354
368
|
"list_code_signing_configs"
|
|
355
369
|
)
|
|
370
|
+
list_durable_executions_by_function_paginator: ListDurableExecutionsByFunctionPaginator = (
|
|
371
|
+
client.get_paginator("list_durable_executions_by_function")
|
|
372
|
+
)
|
|
356
373
|
list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator(
|
|
357
374
|
"list_event_source_mappings"
|
|
358
375
|
)
|
|
@@ -362,6 +379,9 @@ list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPagi
|
|
|
362
379
|
list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator(
|
|
363
380
|
"list_function_url_configs"
|
|
364
381
|
)
|
|
382
|
+
list_function_versions_by_capacity_provider_paginator: ListFunctionVersionsByCapacityProviderPaginator = client.get_paginator(
|
|
383
|
+
"list_function_versions_by_capacity_provider"
|
|
384
|
+
)
|
|
365
385
|
list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = (
|
|
366
386
|
client.get_paginator("list_functions_by_code_signing_config")
|
|
367
387
|
)
|
|
@@ -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/boto3_stubs_docs/mypy_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:
|