@aws-sdk/client-lambda 3.1019.0 → 3.1020.0

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.
Files changed (45) hide show
  1. package/dist-es/Lambda.js +8 -8
  2. package/dist-es/waiters/waitForFunctionActive.js +1 -1
  3. package/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
  4. package/dist-es/waiters/waitForFunctionExists.js +1 -1
  5. package/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  6. package/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
  7. package/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  8. package/dist-types/Lambda.d.ts +85 -85
  9. package/dist-types/LambdaClient.d.ts +88 -88
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  11. package/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
  12. package/dist-types/commands/InvokeCommand.d.ts +1 -1
  13. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
  14. package/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  15. package/dist-types/index.d.ts +1 -1
  16. package/dist-types/models/errors.d.ts +1 -1
  17. package/dist-types/models/models_0.d.ts +2 -2
  18. package/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +1 -1
  19. package/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
  34. package/dist-types/ts3.4/LambdaClient.d.ts +2 -3
  35. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  39. package/dist-types/waiters/waitForFunctionActive.d.ts +3 -3
  40. package/dist-types/waiters/waitForFunctionActiveV2.d.ts +3 -3
  41. package/dist-types/waiters/waitForFunctionExists.d.ts +3 -3
  42. package/dist-types/waiters/waitForFunctionUpdated.d.ts +3 -3
  43. package/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +3 -3
  44. package/dist-types/waiters/waitForPublishedVersionActive.d.ts +3 -3
  45. package/package.json +15 -15
package/dist-es/Lambda.js CHANGED
@@ -2,13 +2,13 @@ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AddLayerVersionPermissionCommand, } from "./commands/AddLayerVersionPermissionCommand";
3
3
  import { AddPermissionCommand, } from "./commands/AddPermissionCommand";
4
4
  import { CheckpointDurableExecutionCommand, } from "./commands/CheckpointDurableExecutionCommand";
5
- import { CreateAliasCommand } from "./commands/CreateAliasCommand";
5
+ import { CreateAliasCommand, } from "./commands/CreateAliasCommand";
6
6
  import { CreateCapacityProviderCommand, } from "./commands/CreateCapacityProviderCommand";
7
7
  import { CreateCodeSigningConfigCommand, } from "./commands/CreateCodeSigningConfigCommand";
8
8
  import { CreateEventSourceMappingCommand, } from "./commands/CreateEventSourceMappingCommand";
9
9
  import { CreateFunctionCommand, } from "./commands/CreateFunctionCommand";
10
10
  import { CreateFunctionUrlConfigCommand, } from "./commands/CreateFunctionUrlConfigCommand";
11
- import { DeleteAliasCommand } from "./commands/DeleteAliasCommand";
11
+ import { DeleteAliasCommand, } from "./commands/DeleteAliasCommand";
12
12
  import { DeleteCapacityProviderCommand, } from "./commands/DeleteCapacityProviderCommand";
13
13
  import { DeleteCodeSigningConfigCommand, } from "./commands/DeleteCodeSigningConfigCommand";
14
14
  import { DeleteEventSourceMappingCommand, } from "./commands/DeleteEventSourceMappingCommand";
@@ -28,7 +28,7 @@ import { GetDurableExecutionHistoryCommand, } from "./commands/GetDurableExecuti
28
28
  import { GetDurableExecutionStateCommand, } from "./commands/GetDurableExecutionStateCommand";
29
29
  import { GetEventSourceMappingCommand, } from "./commands/GetEventSourceMappingCommand";
30
30
  import { GetFunctionCodeSigningConfigCommand, } from "./commands/GetFunctionCodeSigningConfigCommand";
31
- import { GetFunctionCommand } from "./commands/GetFunctionCommand";
31
+ import { GetFunctionCommand, } from "./commands/GetFunctionCommand";
32
32
  import { GetFunctionConcurrencyCommand, } from "./commands/GetFunctionConcurrencyCommand";
33
33
  import { GetFunctionConfigurationCommand, } from "./commands/GetFunctionConfigurationCommand";
34
34
  import { GetFunctionEventInvokeConfigCommand, } from "./commands/GetFunctionEventInvokeConfigCommand";
@@ -41,10 +41,10 @@ import { GetLayerVersionPolicyCommand, } from "./commands/GetLayerVersionPolicyC
41
41
  import { GetPolicyCommand } from "./commands/GetPolicyCommand";
42
42
  import { GetProvisionedConcurrencyConfigCommand, } from "./commands/GetProvisionedConcurrencyConfigCommand";
43
43
  import { GetRuntimeManagementConfigCommand, } from "./commands/GetRuntimeManagementConfigCommand";
44
- import { InvokeAsyncCommand } from "./commands/InvokeAsyncCommand";
44
+ import { InvokeAsyncCommand, } from "./commands/InvokeAsyncCommand";
45
45
  import { InvokeCommand } from "./commands/InvokeCommand";
46
46
  import { InvokeWithResponseStreamCommand, } from "./commands/InvokeWithResponseStreamCommand";
47
- import { ListAliasesCommand } from "./commands/ListAliasesCommand";
47
+ import { ListAliasesCommand, } from "./commands/ListAliasesCommand";
48
48
  import { ListCapacityProvidersCommand, } from "./commands/ListCapacityProvidersCommand";
49
49
  import { ListCodeSigningConfigsCommand, } from "./commands/ListCodeSigningConfigsCommand";
50
50
  import { ListDurableExecutionsByFunctionCommand, } from "./commands/ListDurableExecutionsByFunctionCommand";
@@ -54,7 +54,7 @@ import { ListFunctionsByCodeSigningConfigCommand, } from "./commands/ListFunctio
54
54
  import { ListFunctionsCommand, } from "./commands/ListFunctionsCommand";
55
55
  import { ListFunctionUrlConfigsCommand, } from "./commands/ListFunctionUrlConfigsCommand";
56
56
  import { ListFunctionVersionsByCapacityProviderCommand, } from "./commands/ListFunctionVersionsByCapacityProviderCommand";
57
- import { ListLayersCommand } from "./commands/ListLayersCommand";
57
+ import { ListLayersCommand, } from "./commands/ListLayersCommand";
58
58
  import { ListLayerVersionsCommand, } from "./commands/ListLayerVersionsCommand";
59
59
  import { ListProvisionedConcurrencyConfigsCommand, } from "./commands/ListProvisionedConcurrencyConfigsCommand";
60
60
  import { ListTagsCommand } from "./commands/ListTagsCommand";
@@ -74,9 +74,9 @@ import { SendDurableExecutionCallbackFailureCommand, } from "./commands/SendDura
74
74
  import { SendDurableExecutionCallbackHeartbeatCommand, } from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
75
75
  import { SendDurableExecutionCallbackSuccessCommand, } from "./commands/SendDurableExecutionCallbackSuccessCommand";
76
76
  import { StopDurableExecutionCommand, } from "./commands/StopDurableExecutionCommand";
77
- import { TagResourceCommand } from "./commands/TagResourceCommand";
77
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
78
78
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
79
- import { UpdateAliasCommand } from "./commands/UpdateAliasCommand";
79
+ import { UpdateAliasCommand, } from "./commands/UpdateAliasCommand";
80
80
  import { UpdateCapacityProviderCommand, } from "./commands/UpdateCapacityProviderCommand";
81
81
  import { UpdateCodeSigningConfigCommand, } from "./commands/UpdateCodeSigningConfigCommand";
82
82
  import { UpdateEventSourceMappingCommand, } from "./commands/UpdateEventSourceMappingCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFunctionConfigurationCommand, } from "../commands/GetFunctionConfigurationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFunctionCommand } from "../commands/GetFunctionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFunctionCommand } from "../commands/GetFunctionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFunctionConfigurationCommand, } from "../commands/GetFunctionConfigurationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFunctionCommand } from "../commands/GetFunctionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFunctionConfigurationCommand, } from "../commands/GetFunctionConfigurationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,90 +1,90 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
4
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
5
- import { CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput } from "./commands/CheckpointDurableExecutionCommand";
6
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
7
- import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
8
- import { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "./commands/CreateCodeSigningConfigCommand";
9
- import { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "./commands/CreateEventSourceMappingCommand";
10
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
11
- import { CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput } from "./commands/CreateFunctionUrlConfigCommand";
12
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
13
- import { DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
14
- import { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "./commands/DeleteCodeSigningConfigCommand";
15
- import { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "./commands/DeleteEventSourceMappingCommand";
16
- import { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "./commands/DeleteFunctionCodeSigningConfigCommand";
17
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
18
- import { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "./commands/DeleteFunctionConcurrencyCommand";
19
- import { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "./commands/DeleteFunctionEventInvokeConfigCommand";
20
- import { DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput } from "./commands/DeleteFunctionUrlConfigCommand";
21
- import { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "./commands/DeleteLayerVersionCommand";
22
- import { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "./commands/DeleteProvisionedConcurrencyConfigCommand";
23
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
24
- import { GetAliasCommandInput, GetAliasCommandOutput } from "./commands/GetAliasCommand";
25
- import { GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput } from "./commands/GetCapacityProviderCommand";
26
- import { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "./commands/GetCodeSigningConfigCommand";
27
- import { GetDurableExecutionCommandInput, GetDurableExecutionCommandOutput } from "./commands/GetDurableExecutionCommand";
28
- import { GetDurableExecutionHistoryCommandInput, GetDurableExecutionHistoryCommandOutput } from "./commands/GetDurableExecutionHistoryCommand";
29
- import { GetDurableExecutionStateCommandInput, GetDurableExecutionStateCommandOutput } from "./commands/GetDurableExecutionStateCommand";
30
- import { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "./commands/GetEventSourceMappingCommand";
31
- import { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "./commands/GetFunctionCodeSigningConfigCommand";
32
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
33
- import { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "./commands/GetFunctionConcurrencyCommand";
34
- import { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "./commands/GetFunctionConfigurationCommand";
35
- import { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "./commands/GetFunctionEventInvokeConfigCommand";
36
- import { GetFunctionRecursionConfigCommandInput, GetFunctionRecursionConfigCommandOutput } from "./commands/GetFunctionRecursionConfigCommand";
37
- import { GetFunctionScalingConfigCommandInput, GetFunctionScalingConfigCommandOutput } from "./commands/GetFunctionScalingConfigCommand";
38
- import { GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput } from "./commands/GetFunctionUrlConfigCommand";
39
- import { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "./commands/GetLayerVersionByArnCommand";
40
- import { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "./commands/GetLayerVersionCommand";
41
- import { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "./commands/GetLayerVersionPolicyCommand";
42
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
43
- import { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "./commands/GetProvisionedConcurrencyConfigCommand";
44
- import { GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput } from "./commands/GetRuntimeManagementConfigCommand";
45
- import { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "./commands/InvokeAsyncCommand";
46
- import { InvokeCommandInput, InvokeCommandOutput } from "./commands/InvokeCommand";
47
- import { InvokeWithResponseStreamCommandInput, InvokeWithResponseStreamCommandOutput } from "./commands/InvokeWithResponseStreamCommand";
48
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
49
- import { ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput } from "./commands/ListCapacityProvidersCommand";
50
- import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "./commands/ListCodeSigningConfigsCommand";
51
- import { ListDurableExecutionsByFunctionCommandInput, ListDurableExecutionsByFunctionCommandOutput } from "./commands/ListDurableExecutionsByFunctionCommand";
52
- import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "./commands/ListEventSourceMappingsCommand";
53
- import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "./commands/ListFunctionEventInvokeConfigsCommand";
54
- import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "./commands/ListFunctionsByCodeSigningConfigCommand";
55
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
56
- import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "./commands/ListFunctionUrlConfigsCommand";
57
- import { ListFunctionVersionsByCapacityProviderCommandInput, ListFunctionVersionsByCapacityProviderCommandOutput } from "./commands/ListFunctionVersionsByCapacityProviderCommand";
58
- import { ListLayersCommandInput, ListLayersCommandOutput } from "./commands/ListLayersCommand";
59
- import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "./commands/ListLayerVersionsCommand";
60
- import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "./commands/ListProvisionedConcurrencyConfigsCommand";
61
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
62
- import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "./commands/ListVersionsByFunctionCommand";
63
- import { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "./commands/PublishLayerVersionCommand";
64
- import { PublishVersionCommandInput, PublishVersionCommandOutput } from "./commands/PublishVersionCommand";
65
- import { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "./commands/PutFunctionCodeSigningConfigCommand";
66
- import { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "./commands/PutFunctionConcurrencyCommand";
67
- import { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "./commands/PutFunctionEventInvokeConfigCommand";
68
- import { PutFunctionRecursionConfigCommandInput, PutFunctionRecursionConfigCommandOutput } from "./commands/PutFunctionRecursionConfigCommand";
69
- import { PutFunctionScalingConfigCommandInput, PutFunctionScalingConfigCommandOutput } from "./commands/PutFunctionScalingConfigCommand";
70
- import { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "./commands/PutProvisionedConcurrencyConfigCommand";
71
- import { PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput } from "./commands/PutRuntimeManagementConfigCommand";
72
- import { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "./commands/RemoveLayerVersionPermissionCommand";
73
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
74
- import { SendDurableExecutionCallbackFailureCommandInput, SendDurableExecutionCallbackFailureCommandOutput } from "./commands/SendDurableExecutionCallbackFailureCommand";
75
- import { SendDurableExecutionCallbackHeartbeatCommandInput, SendDurableExecutionCallbackHeartbeatCommandOutput } from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
76
- import { SendDurableExecutionCallbackSuccessCommandInput, SendDurableExecutionCallbackSuccessCommandOutput } from "./commands/SendDurableExecutionCallbackSuccessCommand";
77
- import { StopDurableExecutionCommandInput, StopDurableExecutionCommandOutput } from "./commands/StopDurableExecutionCommand";
78
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
79
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
80
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
81
- import { UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
82
- import { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "./commands/UpdateCodeSigningConfigCommand";
83
- import { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "./commands/UpdateEventSourceMappingCommand";
84
- import { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "./commands/UpdateFunctionCodeCommand";
85
- import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "./commands/UpdateFunctionConfigurationCommand";
86
- import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "./commands/UpdateFunctionEventInvokeConfigCommand";
87
- import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
3
+ import { type AddLayerVersionPermissionCommandInput, type AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
4
+ import { type AddPermissionCommandInput, type AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
5
+ import { type CheckpointDurableExecutionCommandInput, type CheckpointDurableExecutionCommandOutput } from "./commands/CheckpointDurableExecutionCommand";
6
+ import { type CreateAliasCommandInput, type CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
7
+ import { type CreateCapacityProviderCommandInput, type CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
8
+ import { type CreateCodeSigningConfigCommandInput, type CreateCodeSigningConfigCommandOutput } from "./commands/CreateCodeSigningConfigCommand";
9
+ import { type CreateEventSourceMappingCommandInput, type CreateEventSourceMappingCommandOutput } from "./commands/CreateEventSourceMappingCommand";
10
+ import { type CreateFunctionCommandInput, type CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
11
+ import { type CreateFunctionUrlConfigCommandInput, type CreateFunctionUrlConfigCommandOutput } from "./commands/CreateFunctionUrlConfigCommand";
12
+ import { type DeleteAliasCommandInput, type DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
13
+ import { type DeleteCapacityProviderCommandInput, type DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
14
+ import { type DeleteCodeSigningConfigCommandInput, type DeleteCodeSigningConfigCommandOutput } from "./commands/DeleteCodeSigningConfigCommand";
15
+ import { type DeleteEventSourceMappingCommandInput, type DeleteEventSourceMappingCommandOutput } from "./commands/DeleteEventSourceMappingCommand";
16
+ import { type DeleteFunctionCodeSigningConfigCommandInput, type DeleteFunctionCodeSigningConfigCommandOutput } from "./commands/DeleteFunctionCodeSigningConfigCommand";
17
+ import { type DeleteFunctionCommandInput, type DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
18
+ import { type DeleteFunctionConcurrencyCommandInput, type DeleteFunctionConcurrencyCommandOutput } from "./commands/DeleteFunctionConcurrencyCommand";
19
+ import { type DeleteFunctionEventInvokeConfigCommandInput, type DeleteFunctionEventInvokeConfigCommandOutput } from "./commands/DeleteFunctionEventInvokeConfigCommand";
20
+ import { type DeleteFunctionUrlConfigCommandInput, type DeleteFunctionUrlConfigCommandOutput } from "./commands/DeleteFunctionUrlConfigCommand";
21
+ import { type DeleteLayerVersionCommandInput, type DeleteLayerVersionCommandOutput } from "./commands/DeleteLayerVersionCommand";
22
+ import { type DeleteProvisionedConcurrencyConfigCommandInput, type DeleteProvisionedConcurrencyConfigCommandOutput } from "./commands/DeleteProvisionedConcurrencyConfigCommand";
23
+ import { type GetAccountSettingsCommandInput, type GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
24
+ import { type GetAliasCommandInput, type GetAliasCommandOutput } from "./commands/GetAliasCommand";
25
+ import { type GetCapacityProviderCommandInput, type GetCapacityProviderCommandOutput } from "./commands/GetCapacityProviderCommand";
26
+ import { type GetCodeSigningConfigCommandInput, type GetCodeSigningConfigCommandOutput } from "./commands/GetCodeSigningConfigCommand";
27
+ import { type GetDurableExecutionCommandInput, type GetDurableExecutionCommandOutput } from "./commands/GetDurableExecutionCommand";
28
+ import { type GetDurableExecutionHistoryCommandInput, type GetDurableExecutionHistoryCommandOutput } from "./commands/GetDurableExecutionHistoryCommand";
29
+ import { type GetDurableExecutionStateCommandInput, type GetDurableExecutionStateCommandOutput } from "./commands/GetDurableExecutionStateCommand";
30
+ import { type GetEventSourceMappingCommandInput, type GetEventSourceMappingCommandOutput } from "./commands/GetEventSourceMappingCommand";
31
+ import { type GetFunctionCodeSigningConfigCommandInput, type GetFunctionCodeSigningConfigCommandOutput } from "./commands/GetFunctionCodeSigningConfigCommand";
32
+ import { type GetFunctionCommandInput, type GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
33
+ import { type GetFunctionConcurrencyCommandInput, type GetFunctionConcurrencyCommandOutput } from "./commands/GetFunctionConcurrencyCommand";
34
+ import { type GetFunctionConfigurationCommandInput, type GetFunctionConfigurationCommandOutput } from "./commands/GetFunctionConfigurationCommand";
35
+ import { type GetFunctionEventInvokeConfigCommandInput, type GetFunctionEventInvokeConfigCommandOutput } from "./commands/GetFunctionEventInvokeConfigCommand";
36
+ import { type GetFunctionRecursionConfigCommandInput, type GetFunctionRecursionConfigCommandOutput } from "./commands/GetFunctionRecursionConfigCommand";
37
+ import { type GetFunctionScalingConfigCommandInput, type GetFunctionScalingConfigCommandOutput } from "./commands/GetFunctionScalingConfigCommand";
38
+ import { type GetFunctionUrlConfigCommandInput, type GetFunctionUrlConfigCommandOutput } from "./commands/GetFunctionUrlConfigCommand";
39
+ import { type GetLayerVersionByArnCommandInput, type GetLayerVersionByArnCommandOutput } from "./commands/GetLayerVersionByArnCommand";
40
+ import { type GetLayerVersionCommandInput, type GetLayerVersionCommandOutput } from "./commands/GetLayerVersionCommand";
41
+ import { type GetLayerVersionPolicyCommandInput, type GetLayerVersionPolicyCommandOutput } from "./commands/GetLayerVersionPolicyCommand";
42
+ import { type GetPolicyCommandInput, type GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
43
+ import { type GetProvisionedConcurrencyConfigCommandInput, type GetProvisionedConcurrencyConfigCommandOutput } from "./commands/GetProvisionedConcurrencyConfigCommand";
44
+ import { type GetRuntimeManagementConfigCommandInput, type GetRuntimeManagementConfigCommandOutput } from "./commands/GetRuntimeManagementConfigCommand";
45
+ import { type InvokeAsyncCommandInput, type InvokeAsyncCommandOutput } from "./commands/InvokeAsyncCommand";
46
+ import { type InvokeCommandInput, type InvokeCommandOutput } from "./commands/InvokeCommand";
47
+ import { type InvokeWithResponseStreamCommandInput, type InvokeWithResponseStreamCommandOutput } from "./commands/InvokeWithResponseStreamCommand";
48
+ import { type ListAliasesCommandInput, type ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
49
+ import { type ListCapacityProvidersCommandInput, type ListCapacityProvidersCommandOutput } from "./commands/ListCapacityProvidersCommand";
50
+ import { type ListCodeSigningConfigsCommandInput, type ListCodeSigningConfigsCommandOutput } from "./commands/ListCodeSigningConfigsCommand";
51
+ import { type ListDurableExecutionsByFunctionCommandInput, type ListDurableExecutionsByFunctionCommandOutput } from "./commands/ListDurableExecutionsByFunctionCommand";
52
+ import { type ListEventSourceMappingsCommandInput, type ListEventSourceMappingsCommandOutput } from "./commands/ListEventSourceMappingsCommand";
53
+ import { type ListFunctionEventInvokeConfigsCommandInput, type ListFunctionEventInvokeConfigsCommandOutput } from "./commands/ListFunctionEventInvokeConfigsCommand";
54
+ import { type ListFunctionsByCodeSigningConfigCommandInput, type ListFunctionsByCodeSigningConfigCommandOutput } from "./commands/ListFunctionsByCodeSigningConfigCommand";
55
+ import { type ListFunctionsCommandInput, type ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
56
+ import { type ListFunctionUrlConfigsCommandInput, type ListFunctionUrlConfigsCommandOutput } from "./commands/ListFunctionUrlConfigsCommand";
57
+ import { type ListFunctionVersionsByCapacityProviderCommandInput, type ListFunctionVersionsByCapacityProviderCommandOutput } from "./commands/ListFunctionVersionsByCapacityProviderCommand";
58
+ import { type ListLayersCommandInput, type ListLayersCommandOutput } from "./commands/ListLayersCommand";
59
+ import { type ListLayerVersionsCommandInput, type ListLayerVersionsCommandOutput } from "./commands/ListLayerVersionsCommand";
60
+ import { type ListProvisionedConcurrencyConfigsCommandInput, type ListProvisionedConcurrencyConfigsCommandOutput } from "./commands/ListProvisionedConcurrencyConfigsCommand";
61
+ import { type ListTagsCommandInput, type ListTagsCommandOutput } from "./commands/ListTagsCommand";
62
+ import { type ListVersionsByFunctionCommandInput, type ListVersionsByFunctionCommandOutput } from "./commands/ListVersionsByFunctionCommand";
63
+ import { type PublishLayerVersionCommandInput, type PublishLayerVersionCommandOutput } from "./commands/PublishLayerVersionCommand";
64
+ import { type PublishVersionCommandInput, type PublishVersionCommandOutput } from "./commands/PublishVersionCommand";
65
+ import { type PutFunctionCodeSigningConfigCommandInput, type PutFunctionCodeSigningConfigCommandOutput } from "./commands/PutFunctionCodeSigningConfigCommand";
66
+ import { type PutFunctionConcurrencyCommandInput, type PutFunctionConcurrencyCommandOutput } from "./commands/PutFunctionConcurrencyCommand";
67
+ import { type PutFunctionEventInvokeConfigCommandInput, type PutFunctionEventInvokeConfigCommandOutput } from "./commands/PutFunctionEventInvokeConfigCommand";
68
+ import { type PutFunctionRecursionConfigCommandInput, type PutFunctionRecursionConfigCommandOutput } from "./commands/PutFunctionRecursionConfigCommand";
69
+ import { type PutFunctionScalingConfigCommandInput, type PutFunctionScalingConfigCommandOutput } from "./commands/PutFunctionScalingConfigCommand";
70
+ import { type PutProvisionedConcurrencyConfigCommandInput, type PutProvisionedConcurrencyConfigCommandOutput } from "./commands/PutProvisionedConcurrencyConfigCommand";
71
+ import { type PutRuntimeManagementConfigCommandInput, type PutRuntimeManagementConfigCommandOutput } from "./commands/PutRuntimeManagementConfigCommand";
72
+ import { type RemoveLayerVersionPermissionCommandInput, type RemoveLayerVersionPermissionCommandOutput } from "./commands/RemoveLayerVersionPermissionCommand";
73
+ import { type RemovePermissionCommandInput, type RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
74
+ import { type SendDurableExecutionCallbackFailureCommandInput, type SendDurableExecutionCallbackFailureCommandOutput } from "./commands/SendDurableExecutionCallbackFailureCommand";
75
+ import { type SendDurableExecutionCallbackHeartbeatCommandInput, type SendDurableExecutionCallbackHeartbeatCommandOutput } from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
76
+ import { type SendDurableExecutionCallbackSuccessCommandInput, type SendDurableExecutionCallbackSuccessCommandOutput } from "./commands/SendDurableExecutionCallbackSuccessCommand";
77
+ import { type StopDurableExecutionCommandInput, type StopDurableExecutionCommandOutput } from "./commands/StopDurableExecutionCommand";
78
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
79
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
80
+ import { type UpdateAliasCommandInput, type UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
81
+ import { type UpdateCapacityProviderCommandInput, type UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
82
+ import { type UpdateCodeSigningConfigCommandInput, type UpdateCodeSigningConfigCommandOutput } from "./commands/UpdateCodeSigningConfigCommand";
83
+ import { type UpdateEventSourceMappingCommandInput, type UpdateEventSourceMappingCommandOutput } from "./commands/UpdateEventSourceMappingCommand";
84
+ import { type UpdateFunctionCodeCommandInput, type UpdateFunctionCodeCommandOutput } from "./commands/UpdateFunctionCodeCommand";
85
+ import { type UpdateFunctionConfigurationCommandInput, type UpdateFunctionConfigurationCommandOutput } from "./commands/UpdateFunctionConfigurationCommand";
86
+ import { type UpdateFunctionEventInvokeConfigCommandInput, type UpdateFunctionEventInvokeConfigCommandOutput } from "./commands/UpdateFunctionEventInvokeConfigCommand";
87
+ import { type UpdateFunctionUrlConfigCommandInput, type UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
88
88
  import { LambdaClient } from "./LambdaClient";
89
89
  export interface Lambda {
90
90
  /**
@@ -6,94 +6,94 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
6
6
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
7
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
8
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
10
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
- import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
12
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
13
- import { CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput } from "./commands/CheckpointDurableExecutionCommand";
14
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
15
- import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
16
- import { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "./commands/CreateCodeSigningConfigCommand";
17
- import { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "./commands/CreateEventSourceMappingCommand";
18
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
19
- import { CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput } from "./commands/CreateFunctionUrlConfigCommand";
20
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
21
- import { DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
22
- import { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "./commands/DeleteCodeSigningConfigCommand";
23
- import { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "./commands/DeleteEventSourceMappingCommand";
24
- import { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "./commands/DeleteFunctionCodeSigningConfigCommand";
25
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
26
- import { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "./commands/DeleteFunctionConcurrencyCommand";
27
- import { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "./commands/DeleteFunctionEventInvokeConfigCommand";
28
- import { DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput } from "./commands/DeleteFunctionUrlConfigCommand";
29
- import { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "./commands/DeleteLayerVersionCommand";
30
- import { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "./commands/DeleteProvisionedConcurrencyConfigCommand";
31
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
32
- import { GetAliasCommandInput, GetAliasCommandOutput } from "./commands/GetAliasCommand";
33
- import { GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput } from "./commands/GetCapacityProviderCommand";
34
- import { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "./commands/GetCodeSigningConfigCommand";
35
- import { GetDurableExecutionCommandInput, GetDurableExecutionCommandOutput } from "./commands/GetDurableExecutionCommand";
36
- import { GetDurableExecutionHistoryCommandInput, GetDurableExecutionHistoryCommandOutput } from "./commands/GetDurableExecutionHistoryCommand";
37
- import { GetDurableExecutionStateCommandInput, GetDurableExecutionStateCommandOutput } from "./commands/GetDurableExecutionStateCommand";
38
- import { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "./commands/GetEventSourceMappingCommand";
39
- import { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "./commands/GetFunctionCodeSigningConfigCommand";
40
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
41
- import { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "./commands/GetFunctionConcurrencyCommand";
42
- import { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "./commands/GetFunctionConfigurationCommand";
43
- import { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "./commands/GetFunctionEventInvokeConfigCommand";
44
- import { GetFunctionRecursionConfigCommandInput, GetFunctionRecursionConfigCommandOutput } from "./commands/GetFunctionRecursionConfigCommand";
45
- import { GetFunctionScalingConfigCommandInput, GetFunctionScalingConfigCommandOutput } from "./commands/GetFunctionScalingConfigCommand";
46
- import { GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput } from "./commands/GetFunctionUrlConfigCommand";
47
- import { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "./commands/GetLayerVersionByArnCommand";
48
- import { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "./commands/GetLayerVersionCommand";
49
- import { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "./commands/GetLayerVersionPolicyCommand";
50
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
51
- import { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "./commands/GetProvisionedConcurrencyConfigCommand";
52
- import { GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput } from "./commands/GetRuntimeManagementConfigCommand";
53
- import { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "./commands/InvokeAsyncCommand";
54
- import { InvokeCommandInput, InvokeCommandOutput } from "./commands/InvokeCommand";
55
- import { InvokeWithResponseStreamCommandInput, InvokeWithResponseStreamCommandOutput } from "./commands/InvokeWithResponseStreamCommand";
56
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
57
- import { ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput } from "./commands/ListCapacityProvidersCommand";
58
- import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "./commands/ListCodeSigningConfigsCommand";
59
- import { ListDurableExecutionsByFunctionCommandInput, ListDurableExecutionsByFunctionCommandOutput } from "./commands/ListDurableExecutionsByFunctionCommand";
60
- import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "./commands/ListEventSourceMappingsCommand";
61
- import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "./commands/ListFunctionEventInvokeConfigsCommand";
62
- import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "./commands/ListFunctionsByCodeSigningConfigCommand";
63
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
64
- import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "./commands/ListFunctionUrlConfigsCommand";
65
- import { ListFunctionVersionsByCapacityProviderCommandInput, ListFunctionVersionsByCapacityProviderCommandOutput } from "./commands/ListFunctionVersionsByCapacityProviderCommand";
66
- import { ListLayersCommandInput, ListLayersCommandOutput } from "./commands/ListLayersCommand";
67
- import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "./commands/ListLayerVersionsCommand";
68
- import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "./commands/ListProvisionedConcurrencyConfigsCommand";
69
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
70
- import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "./commands/ListVersionsByFunctionCommand";
71
- import { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "./commands/PublishLayerVersionCommand";
72
- import { PublishVersionCommandInput, PublishVersionCommandOutput } from "./commands/PublishVersionCommand";
73
- import { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "./commands/PutFunctionCodeSigningConfigCommand";
74
- import { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "./commands/PutFunctionConcurrencyCommand";
75
- import { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "./commands/PutFunctionEventInvokeConfigCommand";
76
- import { PutFunctionRecursionConfigCommandInput, PutFunctionRecursionConfigCommandOutput } from "./commands/PutFunctionRecursionConfigCommand";
77
- import { PutFunctionScalingConfigCommandInput, PutFunctionScalingConfigCommandOutput } from "./commands/PutFunctionScalingConfigCommand";
78
- import { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "./commands/PutProvisionedConcurrencyConfigCommand";
79
- import { PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput } from "./commands/PutRuntimeManagementConfigCommand";
80
- import { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "./commands/RemoveLayerVersionPermissionCommand";
81
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
82
- import { SendDurableExecutionCallbackFailureCommandInput, SendDurableExecutionCallbackFailureCommandOutput } from "./commands/SendDurableExecutionCallbackFailureCommand";
83
- import { SendDurableExecutionCallbackHeartbeatCommandInput, SendDurableExecutionCallbackHeartbeatCommandOutput } from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
84
- import { SendDurableExecutionCallbackSuccessCommandInput, SendDurableExecutionCallbackSuccessCommandOutput } from "./commands/SendDurableExecutionCallbackSuccessCommand";
85
- import { StopDurableExecutionCommandInput, StopDurableExecutionCommandOutput } from "./commands/StopDurableExecutionCommand";
86
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
87
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
88
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
89
- import { UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
90
- import { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "./commands/UpdateCodeSigningConfigCommand";
91
- import { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "./commands/UpdateEventSourceMappingCommand";
92
- import { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "./commands/UpdateFunctionCodeCommand";
93
- import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "./commands/UpdateFunctionConfigurationCommand";
94
- import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "./commands/UpdateFunctionEventInvokeConfigCommand";
95
- import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
96
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
11
+ import type { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
12
+ import type { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
13
+ import type { CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput } from "./commands/CheckpointDurableExecutionCommand";
14
+ import type { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
15
+ import type { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
16
+ import type { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "./commands/CreateCodeSigningConfigCommand";
17
+ import type { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "./commands/CreateEventSourceMappingCommand";
18
+ import type { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
19
+ import type { CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput } from "./commands/CreateFunctionUrlConfigCommand";
20
+ import type { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
21
+ import type { DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
22
+ import type { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "./commands/DeleteCodeSigningConfigCommand";
23
+ import type { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "./commands/DeleteEventSourceMappingCommand";
24
+ import type { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "./commands/DeleteFunctionCodeSigningConfigCommand";
25
+ import type { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
26
+ import type { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "./commands/DeleteFunctionConcurrencyCommand";
27
+ import type { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "./commands/DeleteFunctionEventInvokeConfigCommand";
28
+ import type { DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput } from "./commands/DeleteFunctionUrlConfigCommand";
29
+ import type { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "./commands/DeleteLayerVersionCommand";
30
+ import type { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "./commands/DeleteProvisionedConcurrencyConfigCommand";
31
+ import type { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
32
+ import type { GetAliasCommandInput, GetAliasCommandOutput } from "./commands/GetAliasCommand";
33
+ import type { GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput } from "./commands/GetCapacityProviderCommand";
34
+ import type { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "./commands/GetCodeSigningConfigCommand";
35
+ import type { GetDurableExecutionCommandInput, GetDurableExecutionCommandOutput } from "./commands/GetDurableExecutionCommand";
36
+ import type { GetDurableExecutionHistoryCommandInput, GetDurableExecutionHistoryCommandOutput } from "./commands/GetDurableExecutionHistoryCommand";
37
+ import type { GetDurableExecutionStateCommandInput, GetDurableExecutionStateCommandOutput } from "./commands/GetDurableExecutionStateCommand";
38
+ import type { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "./commands/GetEventSourceMappingCommand";
39
+ import type { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "./commands/GetFunctionCodeSigningConfigCommand";
40
+ import type { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
41
+ import type { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "./commands/GetFunctionConcurrencyCommand";
42
+ import type { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "./commands/GetFunctionConfigurationCommand";
43
+ import type { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "./commands/GetFunctionEventInvokeConfigCommand";
44
+ import type { GetFunctionRecursionConfigCommandInput, GetFunctionRecursionConfigCommandOutput } from "./commands/GetFunctionRecursionConfigCommand";
45
+ import type { GetFunctionScalingConfigCommandInput, GetFunctionScalingConfigCommandOutput } from "./commands/GetFunctionScalingConfigCommand";
46
+ import type { GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput } from "./commands/GetFunctionUrlConfigCommand";
47
+ import type { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "./commands/GetLayerVersionByArnCommand";
48
+ import type { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "./commands/GetLayerVersionCommand";
49
+ import type { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "./commands/GetLayerVersionPolicyCommand";
50
+ import type { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
51
+ import type { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "./commands/GetProvisionedConcurrencyConfigCommand";
52
+ import type { GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput } from "./commands/GetRuntimeManagementConfigCommand";
53
+ import type { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "./commands/InvokeAsyncCommand";
54
+ import type { InvokeCommandInput, InvokeCommandOutput } from "./commands/InvokeCommand";
55
+ import type { InvokeWithResponseStreamCommandInput, InvokeWithResponseStreamCommandOutput } from "./commands/InvokeWithResponseStreamCommand";
56
+ import type { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
57
+ import type { ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput } from "./commands/ListCapacityProvidersCommand";
58
+ import type { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "./commands/ListCodeSigningConfigsCommand";
59
+ import type { ListDurableExecutionsByFunctionCommandInput, ListDurableExecutionsByFunctionCommandOutput } from "./commands/ListDurableExecutionsByFunctionCommand";
60
+ import type { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "./commands/ListEventSourceMappingsCommand";
61
+ import type { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "./commands/ListFunctionEventInvokeConfigsCommand";
62
+ import type { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "./commands/ListFunctionsByCodeSigningConfigCommand";
63
+ import type { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
64
+ import type { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "./commands/ListFunctionUrlConfigsCommand";
65
+ import type { ListFunctionVersionsByCapacityProviderCommandInput, ListFunctionVersionsByCapacityProviderCommandOutput } from "./commands/ListFunctionVersionsByCapacityProviderCommand";
66
+ import type { ListLayersCommandInput, ListLayersCommandOutput } from "./commands/ListLayersCommand";
67
+ import type { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "./commands/ListLayerVersionsCommand";
68
+ import type { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "./commands/ListProvisionedConcurrencyConfigsCommand";
69
+ import type { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
70
+ import type { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "./commands/ListVersionsByFunctionCommand";
71
+ import type { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "./commands/PublishLayerVersionCommand";
72
+ import type { PublishVersionCommandInput, PublishVersionCommandOutput } from "./commands/PublishVersionCommand";
73
+ import type { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "./commands/PutFunctionCodeSigningConfigCommand";
74
+ import type { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "./commands/PutFunctionConcurrencyCommand";
75
+ import type { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "./commands/PutFunctionEventInvokeConfigCommand";
76
+ import type { PutFunctionRecursionConfigCommandInput, PutFunctionRecursionConfigCommandOutput } from "./commands/PutFunctionRecursionConfigCommand";
77
+ import type { PutFunctionScalingConfigCommandInput, PutFunctionScalingConfigCommandOutput } from "./commands/PutFunctionScalingConfigCommand";
78
+ import type { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "./commands/PutProvisionedConcurrencyConfigCommand";
79
+ import type { PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput } from "./commands/PutRuntimeManagementConfigCommand";
80
+ import type { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "./commands/RemoveLayerVersionPermissionCommand";
81
+ import type { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
82
+ import type { SendDurableExecutionCallbackFailureCommandInput, SendDurableExecutionCallbackFailureCommandOutput } from "./commands/SendDurableExecutionCallbackFailureCommand";
83
+ import type { SendDurableExecutionCallbackHeartbeatCommandInput, SendDurableExecutionCallbackHeartbeatCommandOutput } from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
84
+ import type { SendDurableExecutionCallbackSuccessCommandInput, SendDurableExecutionCallbackSuccessCommandOutput } from "./commands/SendDurableExecutionCallbackSuccessCommand";
85
+ import type { StopDurableExecutionCommandInput, StopDurableExecutionCommandOutput } from "./commands/StopDurableExecutionCommand";
86
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
87
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
88
+ import type { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
89
+ import type { UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
90
+ import type { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "./commands/UpdateCodeSigningConfigCommand";
91
+ import type { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "./commands/UpdateEventSourceMappingCommand";
92
+ import type { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "./commands/UpdateFunctionCodeCommand";
93
+ import type { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "./commands/UpdateFunctionConfigurationCommand";
94
+ import type { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "./commands/UpdateFunctionEventInvokeConfigCommand";
95
+ import type { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
96
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
97
97
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
98
98
  export { __Client };
99
99
  /**
@@ -202,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
202
202
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
203
203
  * @internal
204
204
  */
205
- defaultUserAgentProvider?: Provider<__UserAgent>;
205
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
206
206
  /**
207
207
  * Default credentials provider; Not available in browser runtime.
208
208
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { LambdaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { type InvokeAsyncResponse, InvokeAsyncRequest } from "../models/models_0";
4
+ import type { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
- import { InvocationRequest, InvocationResponse } from "../models/models_0";
5
+ import type { InvocationRequest, InvocationResponse } from "../models/models_0";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { type InvokeWithResponseStreamResponse, InvokeWithResponseStreamRequest } from "../models/models_0";
4
+ import type { InvokeWithResponseStreamRequest, InvokeWithResponseStreamResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { type SendDurableExecutionCallbackSuccessResponse, SendDurableExecutionCallbackSuccessRequest } from "../models/models_0";
4
+ import type { SendDurableExecutionCallbackSuccessRequest, SendDurableExecutionCallbackSuccessResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./LambdaClient";
7
7
  export * from "./Lambda";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { LambdaExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,5 +1,5 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ThrottleReason } from "./enums";
2
+ import type { ThrottleReason } from "./enums";
3
3
  import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
4
4
  /**
5
5
  * <p>One of the parameters in the request is not valid.</p>
@@ -1,5 +1,5 @@
1
- import { StreamingBlobTypes } from "@smithy/types";
2
- import { ApplicationLogLevel, Architecture, CapacityProviderPredefinedMetricType, CapacityProviderScalingMode, CapacityProviderState, CodeSigningPolicy, EndPointType, EventSourceMappingMetric, EventSourceMappingSystemLogLevel, EventSourcePosition, EventType, ExecutionStatus, FullDocument, FunctionResponseType, FunctionUrlAuthType, FunctionVersion, FunctionVersionLatestPublished, InvocationType, InvokeMode, KafkaSchemaRegistryAuthType, KafkaSchemaValidationAttribute, LastUpdateStatus, LastUpdateStatusReasonCode, LogFormat, LogType, OperationAction, OperationStatus, OperationType, PackageType, ProvisionedConcurrencyStatusEnum, RecursiveLoop, ResponseStreamingInvocationType, Runtime, SchemaRegistryEventRecordFormat, SnapStartApplyOn, SnapStartOptimizationStatus, SourceAccessType, State, StateReasonCode, SystemLogLevel, TenantIsolationMode, TracingMode, UpdateRuntimeOn } from "./enums";
1
+ import type { StreamingBlobTypes } from "@smithy/types";
2
+ import type { ApplicationLogLevel, Architecture, CapacityProviderPredefinedMetricType, CapacityProviderScalingMode, CapacityProviderState, CodeSigningPolicy, EndPointType, EventSourceMappingMetric, EventSourceMappingSystemLogLevel, EventSourcePosition, EventType, ExecutionStatus, FullDocument, FunctionResponseType, FunctionUrlAuthType, FunctionVersion, FunctionVersionLatestPublished, InvocationType, InvokeMode, KafkaSchemaRegistryAuthType, KafkaSchemaValidationAttribute, LastUpdateStatus, LastUpdateStatusReasonCode, LogFormat, LogType, OperationAction, OperationStatus, OperationType, PackageType, ProvisionedConcurrencyStatusEnum, RecursiveLoop, ResponseStreamingInvocationType, Runtime, SchemaRegistryEventRecordFormat, SnapStartApplyOn, SnapStartOptimizationStatus, SourceAccessType, State, StateReasonCode, SystemLogLevel, TenantIsolationMode, TracingMode, UpdateRuntimeOn } from "./enums";
3
3
  /**
4
4
  * <p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>
5
5
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetDurableExecutionHistoryCommandInput, GetDurableExecutionHistoryCommandOutput } from "../commands/GetDurableExecutionHistoryCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetDurableExecutionStateCommandInput, GetDurableExecutionStateCommandOutput } from "../commands/GetDurableExecutionStateCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput } from "../commands/ListCapacityProvidersCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "../commands/ListCodeSigningConfigsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDurableExecutionsByFunctionCommandInput, ListDurableExecutionsByFunctionCommandOutput } from "../commands/ListDurableExecutionsByFunctionCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "../commands/ListEventSourceMappingsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "../commands/ListFunctionEventInvokeConfigsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "../commands/ListFunctionUrlConfigsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFunctionVersionsByCapacityProviderCommandInput, ListFunctionVersionsByCapacityProviderCommandOutput } from "../commands/ListFunctionVersionsByCapacityProviderCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "../commands/ListFunctionsByCodeSigningConfigCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "../commands/ListLayerVersionsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "../commands/ListProvisionedConcurrencyConfigsCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "../commands/ListVersionsByFunctionCommand";
3
- import { LambdaPaginationConfiguration } from "./Interfaces";
3
+ import type { LambdaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -30,6 +30,7 @@ import {
30
30
  Client as __Client,
31
31
  } from "@smithy/smithy-client";
32
32
  import {
33
+ AwsCredentialIdentityProvider,
33
34
  BodyLengthCalculator as __BodyLengthCalculator,
34
35
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
35
36
  ChecksumConstructor as __ChecksumConstructor,
@@ -42,8 +43,6 @@ import {
42
43
  Provider as __Provider,
43
44
  StreamCollector as __StreamCollector,
44
45
  UrlParser as __UrlParser,
45
- AwsCredentialIdentityProvider,
46
- Provider,
47
46
  UserAgent as __UserAgent,
48
47
  } from "@smithy/types";
49
48
  import {
@@ -587,7 +586,7 @@ export interface ClientDefaults
587
586
  useFipsEndpoint?: boolean | __Provider<boolean>;
588
587
  region?: string | __Provider<string>;
589
588
  profile?: string;
590
- defaultUserAgentProvider?: Provider<__UserAgent>;
589
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
591
590
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
592
591
  maxAttempts?: number | __Provider<number>;
593
592
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { LambdaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -8,7 +8,7 @@ import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
10
10
  } from "../LambdaClient";
11
- import { InvokeAsyncResponse, InvokeAsyncRequest } from "../models/models_0";
11
+ import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface InvokeAsyncCommandInput
@@ -9,8 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  } from "../LambdaClient";
11
11
  import {
12
- InvokeWithResponseStreamResponse,
13
12
  InvokeWithResponseStreamRequest,
13
+ InvokeWithResponseStreamResponse,
14
14
  } from "../models/models_0";
15
15
  export { __MetadataBearer };
16
16
  export { $Command };
@@ -9,8 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  } from "../LambdaClient";
11
11
  import {
12
- SendDurableExecutionCallbackSuccessResponse,
13
12
  SendDurableExecutionCallbackSuccessRequest,
13
+ SendDurableExecutionCallbackSuccessResponse,
14
14
  } from "../models/models_0";
15
15
  export { __MetadataBearer };
16
16
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFunctionConfigurationCommandInput } from "../commands/GetFunctionConfigurationCommand";
3
- import { LambdaClient } from "../LambdaClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFunctionConfigurationCommandInput } from "../commands/GetFunctionConfigurationCommand";
3
+ import type { LambdaClient } from "../LambdaClient";
4
4
  /**
5
5
  * Waits for the function's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new function creation.
6
6
  * @deprecated Use waitUntilFunctionActive instead. waitForFunctionActive does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFunctionCommandInput } from "../commands/GetFunctionCommand";
3
- import { LambdaClient } from "../LambdaClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFunctionCommandInput } from "../commands/GetFunctionCommand";
3
+ import type { LambdaClient } from "../LambdaClient";
4
4
  /**
5
5
  * Waits for the function's State to be Active. This waiter uses GetFunction API. This should be used after new function creation.
6
6
  * @deprecated Use waitUntilFunctionActiveV2 instead. waitForFunctionActiveV2 does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFunctionCommandInput } from "../commands/GetFunctionCommand";
3
- import { LambdaClient } from "../LambdaClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFunctionCommandInput } from "../commands/GetFunctionCommand";
3
+ import type { LambdaClient } from "../LambdaClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilFunctionExists instead. waitForFunctionExists does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFunctionConfigurationCommandInput } from "../commands/GetFunctionConfigurationCommand";
3
- import { LambdaClient } from "../LambdaClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFunctionConfigurationCommandInput } from "../commands/GetFunctionConfigurationCommand";
3
+ import type { LambdaClient } from "../LambdaClient";
4
4
  /**
5
5
  * Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunctionConfiguration API. This should be used after function updates.
6
6
  * @deprecated Use waitUntilFunctionUpdated instead. waitForFunctionUpdated does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFunctionCommandInput } from "../commands/GetFunctionCommand";
3
- import { LambdaClient } from "../LambdaClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFunctionCommandInput } from "../commands/GetFunctionCommand";
3
+ import type { LambdaClient } from "../LambdaClient";
4
4
  /**
5
5
  * Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunction API. This should be used after function updates.
6
6
  * @deprecated Use waitUntilFunctionUpdatedV2 instead. waitForFunctionUpdatedV2 does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFunctionConfigurationCommandInput } from "../commands/GetFunctionConfigurationCommand";
3
- import { LambdaClient } from "../LambdaClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFunctionConfigurationCommandInput } from "../commands/GetFunctionConfigurationCommand";
3
+ import type { LambdaClient } from "../LambdaClient";
4
4
  /**
5
5
  * Waits for the published version's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new version is published.
6
6
  * @deprecated Use waitUntilPublishedVersionActive instead. waitForPublishedVersionActive does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lambda",
@@ -23,19 +23,19 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.27",
26
+ "@aws-sdk/core": "^3.973.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.28",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/eventstream-serde-browser": "^4.2.12",
40
40
  "@smithy/eventstream-serde-config-resolver": "^4.3.12",
41
41
  "@smithy/eventstream-serde-node": "^4.2.12",
@@ -43,27 +43,27 @@
43
43
  "@smithy/hash-node": "^4.2.12",
44
44
  "@smithy/invalid-dependency": "^4.2.12",
45
45
  "@smithy/middleware-content-length": "^4.2.12",
46
- "@smithy/middleware-endpoint": "^4.4.27",
47
- "@smithy/middleware-retry": "^4.4.44",
48
- "@smithy/middleware-serde": "^4.2.15",
46
+ "@smithy/middleware-endpoint": "^4.4.28",
47
+ "@smithy/middleware-retry": "^4.4.45",
48
+ "@smithy/middleware-serde": "^4.2.16",
49
49
  "@smithy/middleware-stack": "^4.2.12",
50
50
  "@smithy/node-config-provider": "^4.3.12",
51
- "@smithy/node-http-handler": "^4.5.0",
51
+ "@smithy/node-http-handler": "^4.5.1",
52
52
  "@smithy/protocol-http": "^5.3.12",
53
- "@smithy/smithy-client": "^4.12.7",
53
+ "@smithy/smithy-client": "^4.12.8",
54
54
  "@smithy/types": "^4.13.1",
55
55
  "@smithy/url-parser": "^4.2.12",
56
56
  "@smithy/util-base64": "^4.3.2",
57
57
  "@smithy/util-body-length-browser": "^4.2.2",
58
58
  "@smithy/util-body-length-node": "^4.2.3",
59
- "@smithy/util-defaults-mode-browser": "^4.3.43",
60
- "@smithy/util-defaults-mode-node": "^4.2.47",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
60
+ "@smithy/util-defaults-mode-node": "^4.2.48",
61
61
  "@smithy/util-endpoints": "^3.3.3",
62
62
  "@smithy/util-middleware": "^4.2.12",
63
63
  "@smithy/util-retry": "^4.2.12",
64
- "@smithy/util-stream": "^4.5.20",
64
+ "@smithy/util-stream": "^4.5.21",
65
65
  "@smithy/util-utf8": "^4.2.2",
66
- "@smithy/util-waiter": "^4.2.13",
66
+ "@smithy/util-waiter": "^4.2.14",
67
67
  "tslib": "^2.6.2"
68
68
  },
69
69
  "devDependencies": {