@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,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { DeleteFunctionRequest } from "../models/models_0";
5
- export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
6
- }
7
- export interface DeleteFunctionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: DeleteFunctionCommandInput;
12
- constructor(input: DeleteFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { DeleteFunctionRequest } from "../models/models_0";
14
+ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
15
+ export interface DeleteFunctionCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteFunctionCommand extends $Command<
17
+ DeleteFunctionCommandInput,
18
+ DeleteFunctionCommandOutput,
19
+ LambdaClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteFunctionCommandInput;
22
+ constructor(input: DeleteFunctionCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: LambdaClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
5
- export interface DeleteFunctionConcurrencyCommandInput extends DeleteFunctionConcurrencyRequest {
6
- }
7
- export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFunctionConcurrencyCommand extends $Command<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: DeleteFunctionConcurrencyCommandInput;
12
- constructor(input: DeleteFunctionConcurrencyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
14
+ export interface DeleteFunctionConcurrencyCommandInput
15
+ extends DeleteFunctionConcurrencyRequest {}
16
+ export interface DeleteFunctionConcurrencyCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteFunctionConcurrencyCommand extends $Command<
19
+ DeleteFunctionConcurrencyCommandInput,
20
+ DeleteFunctionConcurrencyCommandOutput,
21
+ LambdaClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFunctionConcurrencyCommandInput;
24
+ constructor(input: DeleteFunctionConcurrencyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LambdaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteFunctionConcurrencyCommandInput,
31
+ DeleteFunctionConcurrencyCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
5
- export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunctionEventInvokeConfigRequest {
6
- }
7
- export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: DeleteFunctionEventInvokeConfigCommandInput;
12
- constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
14
+ export interface DeleteFunctionEventInvokeConfigCommandInput
15
+ extends DeleteFunctionEventInvokeConfigRequest {}
16
+ export interface DeleteFunctionEventInvokeConfigCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<
19
+ DeleteFunctionEventInvokeConfigCommandInput,
20
+ DeleteFunctionEventInvokeConfigCommandOutput,
21
+ LambdaClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFunctionEventInvokeConfigCommandInput;
24
+ constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LambdaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteFunctionEventInvokeConfigCommandInput,
31
+ DeleteFunctionEventInvokeConfigCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { DeleteFunctionUrlConfigRequest } from "../models/models_0";
5
- export interface DeleteFunctionUrlConfigCommandInput extends DeleteFunctionUrlConfigRequest {
6
- }
7
- export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFunctionUrlConfigCommand extends $Command<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: DeleteFunctionUrlConfigCommandInput;
12
- constructor(input: DeleteFunctionUrlConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { DeleteFunctionUrlConfigRequest } from "../models/models_0";
14
+ export interface DeleteFunctionUrlConfigCommandInput
15
+ extends DeleteFunctionUrlConfigRequest {}
16
+ export interface DeleteFunctionUrlConfigCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteFunctionUrlConfigCommand extends $Command<
19
+ DeleteFunctionUrlConfigCommandInput,
20
+ DeleteFunctionUrlConfigCommandOutput,
21
+ LambdaClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFunctionUrlConfigCommandInput;
24
+ constructor(input: DeleteFunctionUrlConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LambdaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteFunctionUrlConfigCommandInput,
31
+ DeleteFunctionUrlConfigCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,31 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { DeleteLayerVersionRequest } from "../models/models_0";
5
- export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionRequest {
6
- }
7
- export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: DeleteLayerVersionCommandInput;
12
- constructor(input: DeleteLayerVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { DeleteLayerVersionRequest } from "../models/models_0";
14
+ export interface DeleteLayerVersionCommandInput
15
+ extends DeleteLayerVersionRequest {}
16
+ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteLayerVersionCommand extends $Command<
18
+ DeleteLayerVersionCommandInput,
19
+ DeleteLayerVersionCommandOutput,
20
+ LambdaClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteLayerVersionCommandInput;
23
+ constructor(input: DeleteLayerVersionCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: LambdaClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
5
- export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeleteProvisionedConcurrencyConfigRequest {
6
- }
7
- export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
12
- constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
14
+ export interface DeleteProvisionedConcurrencyConfigCommandInput
15
+ extends DeleteProvisionedConcurrencyConfigRequest {}
16
+ export interface DeleteProvisionedConcurrencyConfigCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<
19
+ DeleteProvisionedConcurrencyConfigCommandInput,
20
+ DeleteProvisionedConcurrencyConfigCommandOutput,
21
+ LambdaClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
24
+ constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LambdaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteProvisionedConcurrencyConfigCommandInput,
31
+ DeleteProvisionedConcurrencyConfigCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
5
- export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
6
- }
7
- export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: GetAccountSettingsCommandInput;
12
- constructor(input: GetAccountSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import {
14
+ GetAccountSettingsRequest,
15
+ GetAccountSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAccountSettingsCommandInput
18
+ extends GetAccountSettingsRequest {}
19
+ export interface GetAccountSettingsCommandOutput
20
+ extends GetAccountSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetAccountSettingsCommand extends $Command<
23
+ GetAccountSettingsCommandInput,
24
+ GetAccountSettingsCommandOutput,
25
+ LambdaClientResolvedConfig
26
+ > {
27
+ readonly input: GetAccountSettingsCommandInput;
28
+ constructor(input: GetAccountSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LambdaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { AliasConfiguration, GetAliasRequest } from "../models/models_0";
5
- export interface GetAliasCommandInput extends GetAliasRequest {
6
- }
7
- export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: GetAliasCommandInput;
12
- constructor(input: GetAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import { AliasConfiguration, GetAliasRequest } from "../models/models_0";
14
+ export interface GetAliasCommandInput extends GetAliasRequest {}
15
+ export interface GetAliasCommandOutput
16
+ extends AliasConfiguration,
17
+ __MetadataBearer {}
18
+ export declare class GetAliasCommand extends $Command<
19
+ GetAliasCommandInput,
20
+ GetAliasCommandOutput,
21
+ LambdaClientResolvedConfig
22
+ > {
23
+ readonly input: GetAliasCommandInput;
24
+ constructor(input: GetAliasCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LambdaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0";
5
- export interface GetCodeSigningConfigCommandInput extends GetCodeSigningConfigRequest {
6
- }
7
- export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: GetCodeSigningConfigCommandInput;
12
- constructor(input: GetCodeSigningConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import {
14
+ GetCodeSigningConfigRequest,
15
+ GetCodeSigningConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCodeSigningConfigCommandInput
18
+ extends GetCodeSigningConfigRequest {}
19
+ export interface GetCodeSigningConfigCommandOutput
20
+ extends GetCodeSigningConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetCodeSigningConfigCommand extends $Command<
23
+ GetCodeSigningConfigCommandInput,
24
+ GetCodeSigningConfigCommandOutput,
25
+ LambdaClientResolvedConfig
26
+ > {
27
+ readonly input: GetCodeSigningConfigCommandInput;
28
+ constructor(input: GetCodeSigningConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LambdaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCodeSigningConfigCommandInput,
35
+ GetCodeSigningConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
5
- export interface GetEventSourceMappingCommandInput extends GetEventSourceMappingRequest {
6
- }
7
- export interface GetEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
8
- }
9
-
10
- export declare class GetEventSourceMappingCommand extends $Command<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: GetEventSourceMappingCommandInput;
12
- constructor(input: GetEventSourceMappingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import {
14
+ EventSourceMappingConfiguration,
15
+ GetEventSourceMappingRequest,
16
+ } from "../models/models_0";
17
+ export interface GetEventSourceMappingCommandInput
18
+ extends GetEventSourceMappingRequest {}
19
+ export interface GetEventSourceMappingCommandOutput
20
+ extends EventSourceMappingConfiguration,
21
+ __MetadataBearer {}
22
+ export declare class GetEventSourceMappingCommand extends $Command<
23
+ GetEventSourceMappingCommandInput,
24
+ GetEventSourceMappingCommandOutput,
25
+ LambdaClientResolvedConfig
26
+ > {
27
+ readonly input: GetEventSourceMappingCommandInput;
28
+ constructor(input: GetEventSourceMappingCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LambdaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetEventSourceMappingCommandInput,
35
+ GetEventSourceMappingCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
- import { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0";
5
- export interface GetFunctionCodeSigningConfigCommandInput extends GetFunctionCodeSigningConfigRequest {
6
- }
7
- export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCodeSigningConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFunctionCodeSigningConfigCommand extends $Command<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
11
- readonly input: GetFunctionCodeSigningConfigCommandInput;
12
- constructor(input: GetFunctionCodeSigningConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LambdaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LambdaClient";
13
+ import {
14
+ GetFunctionCodeSigningConfigRequest,
15
+ GetFunctionCodeSigningConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface GetFunctionCodeSigningConfigCommandInput
18
+ extends GetFunctionCodeSigningConfigRequest {}
19
+ export interface GetFunctionCodeSigningConfigCommandOutput
20
+ extends GetFunctionCodeSigningConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetFunctionCodeSigningConfigCommand extends $Command<
23
+ GetFunctionCodeSigningConfigCommandInput,
24
+ GetFunctionCodeSigningConfigCommandOutput,
25
+ LambdaClientResolvedConfig
26
+ > {
27
+ readonly input: GetFunctionCodeSigningConfigCommandInput;
28
+ constructor(input: GetFunctionCodeSigningConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LambdaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFunctionCodeSigningConfigCommandInput,
35
+ GetFunctionCodeSigningConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }