@aws-sdk/client-lambda 3.169.0 → 3.171.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 (97) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Lambda.d.ts +1087 -320
  3. package/dist-types/ts3.4/LambdaClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
  37. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  74. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  91. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  92. package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
  93. package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
  94. package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
  95. package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
  96. package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
  97. package/package.json +35 -35
@@ -1,136 +1,482 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
10
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
11
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
12
- import { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "./commands/CreateCodeSigningConfigCommand";
13
- import { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "./commands/CreateEventSourceMappingCommand";
14
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
15
- import { CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput } from "./commands/CreateFunctionUrlConfigCommand";
16
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
17
- import { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "./commands/DeleteCodeSigningConfigCommand";
18
- import { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "./commands/DeleteEventSourceMappingCommand";
19
- import { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "./commands/DeleteFunctionCodeSigningConfigCommand";
20
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
21
- import { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "./commands/DeleteFunctionConcurrencyCommand";
22
- import { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "./commands/DeleteFunctionEventInvokeConfigCommand";
23
- import { DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput } from "./commands/DeleteFunctionUrlConfigCommand";
24
- import { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "./commands/DeleteLayerVersionCommand";
25
- import { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "./commands/DeleteProvisionedConcurrencyConfigCommand";
26
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
27
- import { GetAliasCommandInput, GetAliasCommandOutput } from "./commands/GetAliasCommand";
28
- import { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "./commands/GetCodeSigningConfigCommand";
29
- import { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "./commands/GetEventSourceMappingCommand";
30
- import { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "./commands/GetFunctionCodeSigningConfigCommand";
31
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
32
- import { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "./commands/GetFunctionConcurrencyCommand";
33
- import { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "./commands/GetFunctionConfigurationCommand";
34
- import { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "./commands/GetFunctionEventInvokeConfigCommand";
35
- import { GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput } from "./commands/GetFunctionUrlConfigCommand";
36
- import { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "./commands/GetLayerVersionByArnCommand";
37
- import { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "./commands/GetLayerVersionCommand";
38
- import { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "./commands/GetLayerVersionPolicyCommand";
39
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
40
- import { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "./commands/GetProvisionedConcurrencyConfigCommand";
41
- import { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "./commands/InvokeAsyncCommand";
42
- import { InvokeCommandInput, InvokeCommandOutput } from "./commands/InvokeCommand";
43
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
44
- import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "./commands/ListCodeSigningConfigsCommand";
45
- import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "./commands/ListEventSourceMappingsCommand";
46
- import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "./commands/ListFunctionEventInvokeConfigsCommand";
47
- import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "./commands/ListFunctionsByCodeSigningConfigCommand";
48
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
49
- import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "./commands/ListFunctionUrlConfigsCommand";
50
- import { ListLayersCommandInput, ListLayersCommandOutput } from "./commands/ListLayersCommand";
51
- import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "./commands/ListLayerVersionsCommand";
52
- import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "./commands/ListProvisionedConcurrencyConfigsCommand";
53
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
54
- import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "./commands/ListVersionsByFunctionCommand";
55
- import { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "./commands/PublishLayerVersionCommand";
56
- import { PublishVersionCommandInput, PublishVersionCommandOutput } from "./commands/PublishVersionCommand";
57
- import { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "./commands/PutFunctionCodeSigningConfigCommand";
58
- import { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "./commands/PutFunctionConcurrencyCommand";
59
- import { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "./commands/PutFunctionEventInvokeConfigCommand";
60
- import { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "./commands/PutProvisionedConcurrencyConfigCommand";
61
- import { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "./commands/RemoveLayerVersionPermissionCommand";
62
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
63
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
64
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
66
- import { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "./commands/UpdateCodeSigningConfigCommand";
67
- import { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "./commands/UpdateEventSourceMappingCommand";
68
- import { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "./commands/UpdateFunctionCodeCommand";
69
- import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "./commands/UpdateFunctionConfigurationCommand";
70
- import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "./commands/UpdateFunctionEventInvokeConfigCommand";
71
- import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
72
- export declare type ServiceInputTypes = AddLayerVersionPermissionCommandInput | AddPermissionCommandInput | CreateAliasCommandInput | CreateCodeSigningConfigCommandInput | CreateEventSourceMappingCommandInput | CreateFunctionCommandInput | CreateFunctionUrlConfigCommandInput | DeleteAliasCommandInput | DeleteCodeSigningConfigCommandInput | DeleteEventSourceMappingCommandInput | DeleteFunctionCodeSigningConfigCommandInput | DeleteFunctionCommandInput | DeleteFunctionConcurrencyCommandInput | DeleteFunctionEventInvokeConfigCommandInput | DeleteFunctionUrlConfigCommandInput | DeleteLayerVersionCommandInput | DeleteProvisionedConcurrencyConfigCommandInput | GetAccountSettingsCommandInput | GetAliasCommandInput | GetCodeSigningConfigCommandInput | GetEventSourceMappingCommandInput | GetFunctionCodeSigningConfigCommandInput | GetFunctionCommandInput | GetFunctionConcurrencyCommandInput | GetFunctionConfigurationCommandInput | GetFunctionEventInvokeConfigCommandInput | GetFunctionUrlConfigCommandInput | GetLayerVersionByArnCommandInput | GetLayerVersionCommandInput | GetLayerVersionPolicyCommandInput | GetPolicyCommandInput | GetProvisionedConcurrencyConfigCommandInput | InvokeAsyncCommandInput | InvokeCommandInput | ListAliasesCommandInput | ListCodeSigningConfigsCommandInput | ListEventSourceMappingsCommandInput | ListFunctionEventInvokeConfigsCommandInput | ListFunctionUrlConfigsCommandInput | ListFunctionsByCodeSigningConfigCommandInput | ListFunctionsCommandInput | ListLayerVersionsCommandInput | ListLayersCommandInput | ListProvisionedConcurrencyConfigsCommandInput | ListTagsCommandInput | ListVersionsByFunctionCommandInput | PublishLayerVersionCommandInput | PublishVersionCommandInput | PutFunctionCodeSigningConfigCommandInput | PutFunctionConcurrencyCommandInput | PutFunctionEventInvokeConfigCommandInput | PutProvisionedConcurrencyConfigCommandInput | RemoveLayerVersionPermissionCommandInput | RemovePermissionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAliasCommandInput | UpdateCodeSigningConfigCommandInput | UpdateEventSourceMappingCommandInput | UpdateFunctionCodeCommandInput | UpdateFunctionConfigurationCommandInput | UpdateFunctionEventInvokeConfigCommandInput | UpdateFunctionUrlConfigCommandInput;
73
- export declare type ServiceOutputTypes = AddLayerVersionPermissionCommandOutput | AddPermissionCommandOutput | CreateAliasCommandOutput | CreateCodeSigningConfigCommandOutput | CreateEventSourceMappingCommandOutput | CreateFunctionCommandOutput | CreateFunctionUrlConfigCommandOutput | DeleteAliasCommandOutput | DeleteCodeSigningConfigCommandOutput | DeleteEventSourceMappingCommandOutput | DeleteFunctionCodeSigningConfigCommandOutput | DeleteFunctionCommandOutput | DeleteFunctionConcurrencyCommandOutput | DeleteFunctionEventInvokeConfigCommandOutput | DeleteFunctionUrlConfigCommandOutput | DeleteLayerVersionCommandOutput | DeleteProvisionedConcurrencyConfigCommandOutput | GetAccountSettingsCommandOutput | GetAliasCommandOutput | GetCodeSigningConfigCommandOutput | GetEventSourceMappingCommandOutput | GetFunctionCodeSigningConfigCommandOutput | GetFunctionCommandOutput | GetFunctionConcurrencyCommandOutput | GetFunctionConfigurationCommandOutput | GetFunctionEventInvokeConfigCommandOutput | GetFunctionUrlConfigCommandOutput | GetLayerVersionByArnCommandOutput | GetLayerVersionCommandOutput | GetLayerVersionPolicyCommandOutput | GetPolicyCommandOutput | GetProvisionedConcurrencyConfigCommandOutput | InvokeAsyncCommandOutput | InvokeCommandOutput | ListAliasesCommandOutput | ListCodeSigningConfigsCommandOutput | ListEventSourceMappingsCommandOutput | ListFunctionEventInvokeConfigsCommandOutput | ListFunctionUrlConfigsCommandOutput | ListFunctionsByCodeSigningConfigCommandOutput | ListFunctionsCommandOutput | ListLayerVersionsCommandOutput | ListLayersCommandOutput | ListProvisionedConcurrencyConfigsCommandOutput | ListTagsCommandOutput | ListVersionsByFunctionCommandOutput | PublishLayerVersionCommandOutput | PublishVersionCommandOutput | PutFunctionCodeSigningConfigCommandOutput | PutFunctionConcurrencyCommandOutput | PutFunctionEventInvokeConfigCommandOutput | PutProvisionedConcurrencyConfigCommandOutput | RemoveLayerVersionPermissionCommandOutput | RemovePermissionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAliasCommandOutput | UpdateCodeSigningConfigCommandOutput | UpdateEventSourceMappingCommandOutput | UpdateFunctionCodeCommandOutput | UpdateFunctionConfigurationCommandOutput | UpdateFunctionEventInvokeConfigCommandOutput | UpdateFunctionUrlConfigCommandOutput;
74
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
75
-
76
- requestHandler?: __HttpHandler;
77
-
78
- sha256?: __HashConstructor;
79
-
80
- urlParser?: __UrlParser;
81
-
82
- bodyLengthChecker?: __BodyLengthCalculator;
83
-
84
- streamCollector?: __StreamCollector;
85
-
86
- base64Decoder?: __Decoder;
87
-
88
- base64Encoder?: __Encoder;
89
-
90
- utf8Decoder?: __Decoder;
91
-
92
- utf8Encoder?: __Encoder;
93
-
94
- runtime?: string;
95
-
96
- disableHostPrefix?: boolean;
97
-
98
- maxAttempts?: number | __Provider<number>;
99
-
100
- retryMode?: string | __Provider<string>;
101
-
102
- logger?: __Logger;
103
-
104
- useDualstackEndpoint?: boolean | __Provider<boolean>;
105
-
106
- useFipsEndpoint?: boolean | __Provider<boolean>;
107
-
108
- serviceId?: string;
109
-
110
- region?: string | __Provider<string>;
111
-
112
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
113
-
114
- regionInfoProvider?: RegionInfoProvider;
115
-
116
- defaultUserAgentProvider?: Provider<__UserAgent>;
117
-
118
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
119
- }
120
- declare type LambdaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
121
-
122
- export interface LambdaClientConfig extends LambdaClientConfigType {
123
- }
124
- declare type LambdaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
125
-
126
- export interface LambdaClientResolvedConfig extends LambdaClientResolvedConfigType {
127
- }
128
-
129
- export declare class LambdaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LambdaClientResolvedConfig> {
130
-
131
- readonly config: LambdaClientResolvedConfig;
132
- constructor(configuration: LambdaClientConfig);
133
-
134
- destroy(): void;
135
- }
136
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddLayerVersionPermissionCommandInput,
47
+ AddLayerVersionPermissionCommandOutput,
48
+ } from "./commands/AddLayerVersionPermissionCommand";
49
+ import {
50
+ AddPermissionCommandInput,
51
+ AddPermissionCommandOutput,
52
+ } from "./commands/AddPermissionCommand";
53
+ import {
54
+ CreateAliasCommandInput,
55
+ CreateAliasCommandOutput,
56
+ } from "./commands/CreateAliasCommand";
57
+ import {
58
+ CreateCodeSigningConfigCommandInput,
59
+ CreateCodeSigningConfigCommandOutput,
60
+ } from "./commands/CreateCodeSigningConfigCommand";
61
+ import {
62
+ CreateEventSourceMappingCommandInput,
63
+ CreateEventSourceMappingCommandOutput,
64
+ } from "./commands/CreateEventSourceMappingCommand";
65
+ import {
66
+ CreateFunctionCommandInput,
67
+ CreateFunctionCommandOutput,
68
+ } from "./commands/CreateFunctionCommand";
69
+ import {
70
+ CreateFunctionUrlConfigCommandInput,
71
+ CreateFunctionUrlConfigCommandOutput,
72
+ } from "./commands/CreateFunctionUrlConfigCommand";
73
+ import {
74
+ DeleteAliasCommandInput,
75
+ DeleteAliasCommandOutput,
76
+ } from "./commands/DeleteAliasCommand";
77
+ import {
78
+ DeleteCodeSigningConfigCommandInput,
79
+ DeleteCodeSigningConfigCommandOutput,
80
+ } from "./commands/DeleteCodeSigningConfigCommand";
81
+ import {
82
+ DeleteEventSourceMappingCommandInput,
83
+ DeleteEventSourceMappingCommandOutput,
84
+ } from "./commands/DeleteEventSourceMappingCommand";
85
+ import {
86
+ DeleteFunctionCodeSigningConfigCommandInput,
87
+ DeleteFunctionCodeSigningConfigCommandOutput,
88
+ } from "./commands/DeleteFunctionCodeSigningConfigCommand";
89
+ import {
90
+ DeleteFunctionCommandInput,
91
+ DeleteFunctionCommandOutput,
92
+ } from "./commands/DeleteFunctionCommand";
93
+ import {
94
+ DeleteFunctionConcurrencyCommandInput,
95
+ DeleteFunctionConcurrencyCommandOutput,
96
+ } from "./commands/DeleteFunctionConcurrencyCommand";
97
+ import {
98
+ DeleteFunctionEventInvokeConfigCommandInput,
99
+ DeleteFunctionEventInvokeConfigCommandOutput,
100
+ } from "./commands/DeleteFunctionEventInvokeConfigCommand";
101
+ import {
102
+ DeleteFunctionUrlConfigCommandInput,
103
+ DeleteFunctionUrlConfigCommandOutput,
104
+ } from "./commands/DeleteFunctionUrlConfigCommand";
105
+ import {
106
+ DeleteLayerVersionCommandInput,
107
+ DeleteLayerVersionCommandOutput,
108
+ } from "./commands/DeleteLayerVersionCommand";
109
+ import {
110
+ DeleteProvisionedConcurrencyConfigCommandInput,
111
+ DeleteProvisionedConcurrencyConfigCommandOutput,
112
+ } from "./commands/DeleteProvisionedConcurrencyConfigCommand";
113
+ import {
114
+ GetAccountSettingsCommandInput,
115
+ GetAccountSettingsCommandOutput,
116
+ } from "./commands/GetAccountSettingsCommand";
117
+ import {
118
+ GetAliasCommandInput,
119
+ GetAliasCommandOutput,
120
+ } from "./commands/GetAliasCommand";
121
+ import {
122
+ GetCodeSigningConfigCommandInput,
123
+ GetCodeSigningConfigCommandOutput,
124
+ } from "./commands/GetCodeSigningConfigCommand";
125
+ import {
126
+ GetEventSourceMappingCommandInput,
127
+ GetEventSourceMappingCommandOutput,
128
+ } from "./commands/GetEventSourceMappingCommand";
129
+ import {
130
+ GetFunctionCodeSigningConfigCommandInput,
131
+ GetFunctionCodeSigningConfigCommandOutput,
132
+ } from "./commands/GetFunctionCodeSigningConfigCommand";
133
+ import {
134
+ GetFunctionCommandInput,
135
+ GetFunctionCommandOutput,
136
+ } from "./commands/GetFunctionCommand";
137
+ import {
138
+ GetFunctionConcurrencyCommandInput,
139
+ GetFunctionConcurrencyCommandOutput,
140
+ } from "./commands/GetFunctionConcurrencyCommand";
141
+ import {
142
+ GetFunctionConfigurationCommandInput,
143
+ GetFunctionConfigurationCommandOutput,
144
+ } from "./commands/GetFunctionConfigurationCommand";
145
+ import {
146
+ GetFunctionEventInvokeConfigCommandInput,
147
+ GetFunctionEventInvokeConfigCommandOutput,
148
+ } from "./commands/GetFunctionEventInvokeConfigCommand";
149
+ import {
150
+ GetFunctionUrlConfigCommandInput,
151
+ GetFunctionUrlConfigCommandOutput,
152
+ } from "./commands/GetFunctionUrlConfigCommand";
153
+ import {
154
+ GetLayerVersionByArnCommandInput,
155
+ GetLayerVersionByArnCommandOutput,
156
+ } from "./commands/GetLayerVersionByArnCommand";
157
+ import {
158
+ GetLayerVersionCommandInput,
159
+ GetLayerVersionCommandOutput,
160
+ } from "./commands/GetLayerVersionCommand";
161
+ import {
162
+ GetLayerVersionPolicyCommandInput,
163
+ GetLayerVersionPolicyCommandOutput,
164
+ } from "./commands/GetLayerVersionPolicyCommand";
165
+ import {
166
+ GetPolicyCommandInput,
167
+ GetPolicyCommandOutput,
168
+ } from "./commands/GetPolicyCommand";
169
+ import {
170
+ GetProvisionedConcurrencyConfigCommandInput,
171
+ GetProvisionedConcurrencyConfigCommandOutput,
172
+ } from "./commands/GetProvisionedConcurrencyConfigCommand";
173
+ import {
174
+ InvokeAsyncCommandInput,
175
+ InvokeAsyncCommandOutput,
176
+ } from "./commands/InvokeAsyncCommand";
177
+ import {
178
+ InvokeCommandInput,
179
+ InvokeCommandOutput,
180
+ } from "./commands/InvokeCommand";
181
+ import {
182
+ ListAliasesCommandInput,
183
+ ListAliasesCommandOutput,
184
+ } from "./commands/ListAliasesCommand";
185
+ import {
186
+ ListCodeSigningConfigsCommandInput,
187
+ ListCodeSigningConfigsCommandOutput,
188
+ } from "./commands/ListCodeSigningConfigsCommand";
189
+ import {
190
+ ListEventSourceMappingsCommandInput,
191
+ ListEventSourceMappingsCommandOutput,
192
+ } from "./commands/ListEventSourceMappingsCommand";
193
+ import {
194
+ ListFunctionEventInvokeConfigsCommandInput,
195
+ ListFunctionEventInvokeConfigsCommandOutput,
196
+ } from "./commands/ListFunctionEventInvokeConfigsCommand";
197
+ import {
198
+ ListFunctionsByCodeSigningConfigCommandInput,
199
+ ListFunctionsByCodeSigningConfigCommandOutput,
200
+ } from "./commands/ListFunctionsByCodeSigningConfigCommand";
201
+ import {
202
+ ListFunctionsCommandInput,
203
+ ListFunctionsCommandOutput,
204
+ } from "./commands/ListFunctionsCommand";
205
+ import {
206
+ ListFunctionUrlConfigsCommandInput,
207
+ ListFunctionUrlConfigsCommandOutput,
208
+ } from "./commands/ListFunctionUrlConfigsCommand";
209
+ import {
210
+ ListLayersCommandInput,
211
+ ListLayersCommandOutput,
212
+ } from "./commands/ListLayersCommand";
213
+ import {
214
+ ListLayerVersionsCommandInput,
215
+ ListLayerVersionsCommandOutput,
216
+ } from "./commands/ListLayerVersionsCommand";
217
+ import {
218
+ ListProvisionedConcurrencyConfigsCommandInput,
219
+ ListProvisionedConcurrencyConfigsCommandOutput,
220
+ } from "./commands/ListProvisionedConcurrencyConfigsCommand";
221
+ import {
222
+ ListTagsCommandInput,
223
+ ListTagsCommandOutput,
224
+ } from "./commands/ListTagsCommand";
225
+ import {
226
+ ListVersionsByFunctionCommandInput,
227
+ ListVersionsByFunctionCommandOutput,
228
+ } from "./commands/ListVersionsByFunctionCommand";
229
+ import {
230
+ PublishLayerVersionCommandInput,
231
+ PublishLayerVersionCommandOutput,
232
+ } from "./commands/PublishLayerVersionCommand";
233
+ import {
234
+ PublishVersionCommandInput,
235
+ PublishVersionCommandOutput,
236
+ } from "./commands/PublishVersionCommand";
237
+ import {
238
+ PutFunctionCodeSigningConfigCommandInput,
239
+ PutFunctionCodeSigningConfigCommandOutput,
240
+ } from "./commands/PutFunctionCodeSigningConfigCommand";
241
+ import {
242
+ PutFunctionConcurrencyCommandInput,
243
+ PutFunctionConcurrencyCommandOutput,
244
+ } from "./commands/PutFunctionConcurrencyCommand";
245
+ import {
246
+ PutFunctionEventInvokeConfigCommandInput,
247
+ PutFunctionEventInvokeConfigCommandOutput,
248
+ } from "./commands/PutFunctionEventInvokeConfigCommand";
249
+ import {
250
+ PutProvisionedConcurrencyConfigCommandInput,
251
+ PutProvisionedConcurrencyConfigCommandOutput,
252
+ } from "./commands/PutProvisionedConcurrencyConfigCommand";
253
+ import {
254
+ RemoveLayerVersionPermissionCommandInput,
255
+ RemoveLayerVersionPermissionCommandOutput,
256
+ } from "./commands/RemoveLayerVersionPermissionCommand";
257
+ import {
258
+ RemovePermissionCommandInput,
259
+ RemovePermissionCommandOutput,
260
+ } from "./commands/RemovePermissionCommand";
261
+ import {
262
+ TagResourceCommandInput,
263
+ TagResourceCommandOutput,
264
+ } from "./commands/TagResourceCommand";
265
+ import {
266
+ UntagResourceCommandInput,
267
+ UntagResourceCommandOutput,
268
+ } from "./commands/UntagResourceCommand";
269
+ import {
270
+ UpdateAliasCommandInput,
271
+ UpdateAliasCommandOutput,
272
+ } from "./commands/UpdateAliasCommand";
273
+ import {
274
+ UpdateCodeSigningConfigCommandInput,
275
+ UpdateCodeSigningConfigCommandOutput,
276
+ } from "./commands/UpdateCodeSigningConfigCommand";
277
+ import {
278
+ UpdateEventSourceMappingCommandInput,
279
+ UpdateEventSourceMappingCommandOutput,
280
+ } from "./commands/UpdateEventSourceMappingCommand";
281
+ import {
282
+ UpdateFunctionCodeCommandInput,
283
+ UpdateFunctionCodeCommandOutput,
284
+ } from "./commands/UpdateFunctionCodeCommand";
285
+ import {
286
+ UpdateFunctionConfigurationCommandInput,
287
+ UpdateFunctionConfigurationCommandOutput,
288
+ } from "./commands/UpdateFunctionConfigurationCommand";
289
+ import {
290
+ UpdateFunctionEventInvokeConfigCommandInput,
291
+ UpdateFunctionEventInvokeConfigCommandOutput,
292
+ } from "./commands/UpdateFunctionEventInvokeConfigCommand";
293
+ import {
294
+ UpdateFunctionUrlConfigCommandInput,
295
+ UpdateFunctionUrlConfigCommandOutput,
296
+ } from "./commands/UpdateFunctionUrlConfigCommand";
297
+ export declare type ServiceInputTypes =
298
+ | AddLayerVersionPermissionCommandInput
299
+ | AddPermissionCommandInput
300
+ | CreateAliasCommandInput
301
+ | CreateCodeSigningConfigCommandInput
302
+ | CreateEventSourceMappingCommandInput
303
+ | CreateFunctionCommandInput
304
+ | CreateFunctionUrlConfigCommandInput
305
+ | DeleteAliasCommandInput
306
+ | DeleteCodeSigningConfigCommandInput
307
+ | DeleteEventSourceMappingCommandInput
308
+ | DeleteFunctionCodeSigningConfigCommandInput
309
+ | DeleteFunctionCommandInput
310
+ | DeleteFunctionConcurrencyCommandInput
311
+ | DeleteFunctionEventInvokeConfigCommandInput
312
+ | DeleteFunctionUrlConfigCommandInput
313
+ | DeleteLayerVersionCommandInput
314
+ | DeleteProvisionedConcurrencyConfigCommandInput
315
+ | GetAccountSettingsCommandInput
316
+ | GetAliasCommandInput
317
+ | GetCodeSigningConfigCommandInput
318
+ | GetEventSourceMappingCommandInput
319
+ | GetFunctionCodeSigningConfigCommandInput
320
+ | GetFunctionCommandInput
321
+ | GetFunctionConcurrencyCommandInput
322
+ | GetFunctionConfigurationCommandInput
323
+ | GetFunctionEventInvokeConfigCommandInput
324
+ | GetFunctionUrlConfigCommandInput
325
+ | GetLayerVersionByArnCommandInput
326
+ | GetLayerVersionCommandInput
327
+ | GetLayerVersionPolicyCommandInput
328
+ | GetPolicyCommandInput
329
+ | GetProvisionedConcurrencyConfigCommandInput
330
+ | InvokeAsyncCommandInput
331
+ | InvokeCommandInput
332
+ | ListAliasesCommandInput
333
+ | ListCodeSigningConfigsCommandInput
334
+ | ListEventSourceMappingsCommandInput
335
+ | ListFunctionEventInvokeConfigsCommandInput
336
+ | ListFunctionUrlConfigsCommandInput
337
+ | ListFunctionsByCodeSigningConfigCommandInput
338
+ | ListFunctionsCommandInput
339
+ | ListLayerVersionsCommandInput
340
+ | ListLayersCommandInput
341
+ | ListProvisionedConcurrencyConfigsCommandInput
342
+ | ListTagsCommandInput
343
+ | ListVersionsByFunctionCommandInput
344
+ | PublishLayerVersionCommandInput
345
+ | PublishVersionCommandInput
346
+ | PutFunctionCodeSigningConfigCommandInput
347
+ | PutFunctionConcurrencyCommandInput
348
+ | PutFunctionEventInvokeConfigCommandInput
349
+ | PutProvisionedConcurrencyConfigCommandInput
350
+ | RemoveLayerVersionPermissionCommandInput
351
+ | RemovePermissionCommandInput
352
+ | TagResourceCommandInput
353
+ | UntagResourceCommandInput
354
+ | UpdateAliasCommandInput
355
+ | UpdateCodeSigningConfigCommandInput
356
+ | UpdateEventSourceMappingCommandInput
357
+ | UpdateFunctionCodeCommandInput
358
+ | UpdateFunctionConfigurationCommandInput
359
+ | UpdateFunctionEventInvokeConfigCommandInput
360
+ | UpdateFunctionUrlConfigCommandInput;
361
+ export declare type ServiceOutputTypes =
362
+ | AddLayerVersionPermissionCommandOutput
363
+ | AddPermissionCommandOutput
364
+ | CreateAliasCommandOutput
365
+ | CreateCodeSigningConfigCommandOutput
366
+ | CreateEventSourceMappingCommandOutput
367
+ | CreateFunctionCommandOutput
368
+ | CreateFunctionUrlConfigCommandOutput
369
+ | DeleteAliasCommandOutput
370
+ | DeleteCodeSigningConfigCommandOutput
371
+ | DeleteEventSourceMappingCommandOutput
372
+ | DeleteFunctionCodeSigningConfigCommandOutput
373
+ | DeleteFunctionCommandOutput
374
+ | DeleteFunctionConcurrencyCommandOutput
375
+ | DeleteFunctionEventInvokeConfigCommandOutput
376
+ | DeleteFunctionUrlConfigCommandOutput
377
+ | DeleteLayerVersionCommandOutput
378
+ | DeleteProvisionedConcurrencyConfigCommandOutput
379
+ | GetAccountSettingsCommandOutput
380
+ | GetAliasCommandOutput
381
+ | GetCodeSigningConfigCommandOutput
382
+ | GetEventSourceMappingCommandOutput
383
+ | GetFunctionCodeSigningConfigCommandOutput
384
+ | GetFunctionCommandOutput
385
+ | GetFunctionConcurrencyCommandOutput
386
+ | GetFunctionConfigurationCommandOutput
387
+ | GetFunctionEventInvokeConfigCommandOutput
388
+ | GetFunctionUrlConfigCommandOutput
389
+ | GetLayerVersionByArnCommandOutput
390
+ | GetLayerVersionCommandOutput
391
+ | GetLayerVersionPolicyCommandOutput
392
+ | GetPolicyCommandOutput
393
+ | GetProvisionedConcurrencyConfigCommandOutput
394
+ | InvokeAsyncCommandOutput
395
+ | InvokeCommandOutput
396
+ | ListAliasesCommandOutput
397
+ | ListCodeSigningConfigsCommandOutput
398
+ | ListEventSourceMappingsCommandOutput
399
+ | ListFunctionEventInvokeConfigsCommandOutput
400
+ | ListFunctionUrlConfigsCommandOutput
401
+ | ListFunctionsByCodeSigningConfigCommandOutput
402
+ | ListFunctionsCommandOutput
403
+ | ListLayerVersionsCommandOutput
404
+ | ListLayersCommandOutput
405
+ | ListProvisionedConcurrencyConfigsCommandOutput
406
+ | ListTagsCommandOutput
407
+ | ListVersionsByFunctionCommandOutput
408
+ | PublishLayerVersionCommandOutput
409
+ | PublishVersionCommandOutput
410
+ | PutFunctionCodeSigningConfigCommandOutput
411
+ | PutFunctionConcurrencyCommandOutput
412
+ | PutFunctionEventInvokeConfigCommandOutput
413
+ | PutProvisionedConcurrencyConfigCommandOutput
414
+ | RemoveLayerVersionPermissionCommandOutput
415
+ | RemovePermissionCommandOutput
416
+ | TagResourceCommandOutput
417
+ | UntagResourceCommandOutput
418
+ | UpdateAliasCommandOutput
419
+ | UpdateCodeSigningConfigCommandOutput
420
+ | UpdateEventSourceMappingCommandOutput
421
+ | UpdateFunctionCodeCommandOutput
422
+ | UpdateFunctionConfigurationCommandOutput
423
+ | UpdateFunctionEventInvokeConfigCommandOutput
424
+ | UpdateFunctionUrlConfigCommandOutput;
425
+ export interface ClientDefaults
426
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
427
+ requestHandler?: __HttpHandler;
428
+ sha256?: __HashConstructor;
429
+ urlParser?: __UrlParser;
430
+ bodyLengthChecker?: __BodyLengthCalculator;
431
+ streamCollector?: __StreamCollector;
432
+ base64Decoder?: __Decoder;
433
+ base64Encoder?: __Encoder;
434
+ utf8Decoder?: __Decoder;
435
+ utf8Encoder?: __Encoder;
436
+ runtime?: string;
437
+ disableHostPrefix?: boolean;
438
+ maxAttempts?: number | __Provider<number>;
439
+ retryMode?: string | __Provider<string>;
440
+ logger?: __Logger;
441
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
442
+ useFipsEndpoint?: boolean | __Provider<boolean>;
443
+ serviceId?: string;
444
+ region?: string | __Provider<string>;
445
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
446
+ regionInfoProvider?: RegionInfoProvider;
447
+ defaultUserAgentProvider?: Provider<__UserAgent>;
448
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
449
+ }
450
+ declare type LambdaClientConfigType = Partial<
451
+ __SmithyConfiguration<__HttpHandlerOptions>
452
+ > &
453
+ ClientDefaults &
454
+ RegionInputConfig &
455
+ EndpointsInputConfig &
456
+ RetryInputConfig &
457
+ HostHeaderInputConfig &
458
+ AwsAuthInputConfig &
459
+ UserAgentInputConfig;
460
+ export interface LambdaClientConfig extends LambdaClientConfigType {}
461
+ declare type LambdaClientResolvedConfigType =
462
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
463
+ Required<ClientDefaults> &
464
+ RegionResolvedConfig &
465
+ EndpointsResolvedConfig &
466
+ RetryResolvedConfig &
467
+ HostHeaderResolvedConfig &
468
+ AwsAuthResolvedConfig &
469
+ UserAgentResolvedConfig;
470
+ export interface LambdaClientResolvedConfig
471
+ extends LambdaClientResolvedConfigType {}
472
+ export declare class LambdaClient extends __Client<
473
+ __HttpHandlerOptions,
474
+ ServiceInputTypes,
475
+ ServiceOutputTypes,
476
+ LambdaClientResolvedConfig
477
+ > {
478
+ readonly config: LambdaClientResolvedConfig;
479
+ constructor(configuration: LambdaClientConfig);
480
+ destroy(): void;
481
+ }
482
+ export {};