@aws-sdk/client-lambda 3.280.0 → 3.282.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 (67) hide show
  1. package/README.md +523 -0
  2. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -0
  3. package/dist-types/commands/AddPermissionCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAliasCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateFunctionCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -0
  19. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -0
  20. package/dist-types/commands/GetAliasCommand.d.ts +6 -0
  21. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -0
  22. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -0
  23. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -0
  24. package/dist-types/commands/GetFunctionCommand.d.ts +6 -0
  25. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -0
  26. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -0
  27. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -0
  28. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -0
  29. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -0
  30. package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -0
  31. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -0
  32. package/dist-types/commands/GetPolicyCommand.d.ts +6 -0
  33. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -0
  34. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -0
  35. package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -0
  36. package/dist-types/commands/InvokeCommand.d.ts +6 -0
  37. package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
  38. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -0
  40. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -0
  41. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -0
  43. package/dist-types/commands/ListFunctionsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListLayersCommand.d.ts +6 -0
  46. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListTagsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -0
  49. package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -0
  50. package/dist-types/commands/PublishVersionCommand.d.ts +6 -0
  51. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -0
  52. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -0
  53. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -0
  54. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -0
  55. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -0
  56. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -0
  57. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -0
  67. package/package.json +17 -17
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateFunctionUrlConfigCommand}.
8
+ */
6
9
  export interface CreateFunctionUrlConfigCommandInput extends CreateFunctionUrlConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFunctionUrlConfigCommand}.
13
+ */
8
14
  export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteAliasRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAliasCommand}.
8
+ */
6
9
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAliasCommand}.
13
+ */
8
14
  export interface DeleteAliasCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteCodeSigningConfigCommand}.
8
+ */
6
9
  export interface DeleteCodeSigningConfigCommandInput extends DeleteCodeSigningConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCodeSigningConfigCommand}.
13
+ */
8
14
  export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEventSourceMappingCommand}.
8
+ */
6
9
  export interface DeleteEventSourceMappingCommandInput extends DeleteEventSourceMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEventSourceMappingCommand}.
13
+ */
8
14
  export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFunctionCodeSigningConfigCommand}.
8
+ */
6
9
  export interface DeleteFunctionCodeSigningConfigCommandInput extends DeleteFunctionCodeSigningConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFunctionCodeSigningConfigCommand}.
13
+ */
8
14
  export interface DeleteFunctionCodeSigningConfigCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFunctionCommand}.
8
+ */
6
9
  export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFunctionCommand}.
13
+ */
8
14
  export interface DeleteFunctionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFunctionConcurrencyCommand}.
8
+ */
6
9
  export interface DeleteFunctionConcurrencyCommandInput extends DeleteFunctionConcurrencyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFunctionConcurrencyCommand}.
13
+ */
8
14
  export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFunctionEventInvokeConfigCommand}.
8
+ */
6
9
  export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunctionEventInvokeConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFunctionEventInvokeConfigCommand}.
13
+ */
8
14
  export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionUrlConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFunctionUrlConfigCommand}.
8
+ */
6
9
  export interface DeleteFunctionUrlConfigCommandInput extends DeleteFunctionUrlConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFunctionUrlConfigCommand}.
13
+ */
8
14
  export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteLayerVersionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLayerVersionCommand}.
8
+ */
6
9
  export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLayerVersionCommand}.
13
+ */
8
14
  export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteProvisionedConcurrencyConfigCommand}.
8
+ */
6
9
  export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeleteProvisionedConcurrencyConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteProvisionedConcurrencyConfigCommand}.
13
+ */
8
14
  export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccountSettingsCommand}.
8
+ */
6
9
  export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountSettingsCommand}.
13
+ */
8
14
  export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { AliasConfiguration, GetAliasRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAliasCommand}.
8
+ */
6
9
  export interface GetAliasCommandInput extends GetAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAliasCommand}.
13
+ */
8
14
  export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCodeSigningConfigCommand}.
8
+ */
6
9
  export interface GetCodeSigningConfigCommandInput extends GetCodeSigningConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCodeSigningConfigCommand}.
13
+ */
8
14
  export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEventSourceMappingCommand}.
8
+ */
6
9
  export interface GetEventSourceMappingCommandInput extends GetEventSourceMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEventSourceMappingCommand}.
13
+ */
8
14
  export interface GetEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionCodeSigningConfigCommand}.
8
+ */
6
9
  export interface GetFunctionCodeSigningConfigCommandInput extends GetFunctionCodeSigningConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionCodeSigningConfigCommand}.
13
+ */
8
14
  export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCodeSigningConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionCommand}.
8
+ */
6
9
  export interface GetFunctionCommandInput extends GetFunctionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionCommand}.
13
+ */
8
14
  export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionConcurrencyCommand}.
8
+ */
6
9
  export interface GetFunctionConcurrencyCommandInput extends GetFunctionConcurrencyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionConcurrencyCommand}.
13
+ */
8
14
  export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurrencyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { FunctionConfiguration, GetFunctionConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionConfigurationCommand}.
8
+ */
6
9
  export interface GetFunctionConfigurationCommandInput extends GetFunctionConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionConfigurationCommand}.
13
+ */
8
14
  export interface GetFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { FunctionEventInvokeConfig, GetFunctionEventInvokeConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionEventInvokeConfigCommand}.
8
+ */
6
9
  export interface GetFunctionEventInvokeConfigCommandInput extends GetFunctionEventInvokeConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionEventInvokeConfigCommand}.
13
+ */
8
14
  export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionUrlConfigRequest, GetFunctionUrlConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionUrlConfigCommand}.
8
+ */
6
9
  export interface GetFunctionUrlConfigCommandInput extends GetFunctionUrlConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionUrlConfigCommand}.
13
+ */
8
14
  export interface GetFunctionUrlConfigCommandOutput extends GetFunctionUrlConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetLayerVersionByArnRequest, GetLayerVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLayerVersionByArnCommand}.
8
+ */
6
9
  export interface GetLayerVersionByArnCommandInput extends GetLayerVersionByArnRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLayerVersionByArnCommand}.
13
+ */
8
14
  export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetLayerVersionRequest, GetLayerVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLayerVersionCommand}.
8
+ */
6
9
  export interface GetLayerVersionCommandInput extends GetLayerVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLayerVersionCommand}.
13
+ */
8
14
  export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLayerVersionPolicyCommand}.
8
+ */
6
9
  export interface GetLayerVersionPolicyCommandInput extends GetLayerVersionPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLayerVersionPolicyCommand}.
13
+ */
8
14
  export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPolicyCommand}.
8
+ */
6
9
  export interface GetPolicyCommandInput extends GetPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPolicyCommand}.
13
+ */
8
14
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetProvisionedConcurrencyConfigRequest, GetProvisionedConcurrencyConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetProvisionedConcurrencyConfigCommand}.
8
+ */
6
9
  export interface GetProvisionedConcurrencyConfigCommandInput extends GetProvisionedConcurrencyConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetProvisionedConcurrencyConfigCommand}.
13
+ */
8
14
  export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisionedConcurrencyConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetRuntimeManagementConfigRequest, GetRuntimeManagementConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRuntimeManagementConfigCommand}.
8
+ */
6
9
  export interface GetRuntimeManagementConfigCommandInput extends GetRuntimeManagementConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRuntimeManagementConfigCommand}.
13
+ */
8
14
  export interface GetRuntimeManagementConfigCommandOutput extends GetRuntimeManagementConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,6 +4,9 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
6
6
  import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
7
+ /**
8
+ * The input for {@link InvokeAsyncCommand}.
9
+ */
7
10
  declare type InvokeAsyncCommandInputType = Omit<InvokeAsyncRequest, "InvokeArgs"> & {
8
11
  /**
9
12
  * For *`InvokeAsyncRequest["InvokeArgs"]`*, see {@link InvokeAsyncRequest.InvokeArgs}.
@@ -15,6 +18,9 @@ declare type InvokeAsyncCommandInputType = Omit<InvokeAsyncRequest, "InvokeArgs"
15
18
  */
16
19
  export interface InvokeAsyncCommandInput extends InvokeAsyncCommandInputType {
17
20
  }
21
+ /**
22
+ * The output of {@link InvokeAsyncCommand}.
23
+ */
18
24
  export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __MetadataBearer {
19
25
  }
20
26
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { InvocationRequest, InvocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link InvokeCommand}.
8
+ */
6
9
  export interface InvokeCommandInput extends InvocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link InvokeCommand}.
13
+ */
8
14
  export interface InvokeCommandOutput extends InvocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAliasesCommand}.
8
+ */
6
9
  export interface ListAliasesCommandInput extends ListAliasesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAliasesCommand}.
13
+ */
8
14
  export interface ListAliasesCommandOutput extends ListAliasesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListCodeSigningConfigsRequest, ListCodeSigningConfigsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCodeSigningConfigsCommand}.
8
+ */
6
9
  export interface ListCodeSigningConfigsCommandInput extends ListCodeSigningConfigsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCodeSigningConfigsCommand}.
13
+ */
8
14
  export interface ListCodeSigningConfigsCommandOutput extends ListCodeSigningConfigsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListEventSourceMappingsRequest, ListEventSourceMappingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEventSourceMappingsCommand}.
8
+ */
6
9
  export interface ListEventSourceMappingsCommandInput extends ListEventSourceMappingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEventSourceMappingsCommand}.
13
+ */
8
14
  export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMappingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFunctionEventInvokeConfigsCommand}.
8
+ */
6
9
  export interface ListFunctionEventInvokeConfigsCommandInput extends ListFunctionEventInvokeConfigsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFunctionEventInvokeConfigsCommand}.
13
+ */
8
14
  export interface ListFunctionEventInvokeConfigsCommandOutput extends ListFunctionEventInvokeConfigsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListFunctionUrlConfigsRequest, ListFunctionUrlConfigsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFunctionUrlConfigsCommand}.
8
+ */
6
9
  export interface ListFunctionUrlConfigsCommandInput extends ListFunctionUrlConfigsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFunctionUrlConfigsCommand}.
13
+ */
8
14
  export interface ListFunctionUrlConfigsCommandOutput extends ListFunctionUrlConfigsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListFunctionsByCodeSigningConfigRequest, ListFunctionsByCodeSigningConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFunctionsByCodeSigningConfigCommand}.
8
+ */
6
9
  export interface ListFunctionsByCodeSigningConfigCommandInput extends ListFunctionsByCodeSigningConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFunctionsByCodeSigningConfigCommand}.
13
+ */
8
14
  export interface ListFunctionsByCodeSigningConfigCommandOutput extends ListFunctionsByCodeSigningConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFunctionsCommand}.
8
+ */
6
9
  export interface ListFunctionsCommandInput extends ListFunctionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFunctionsCommand}.
13
+ */
8
14
  export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListLayerVersionsRequest, ListLayerVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLayerVersionsCommand}.
8
+ */
6
9
  export interface ListLayerVersionsCommandInput extends ListLayerVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLayerVersionsCommand}.
13
+ */
8
14
  export interface ListLayerVersionsCommandOutput extends ListLayerVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListLayersRequest, ListLayersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLayersCommand}.
8
+ */
6
9
  export interface ListLayersCommandInput extends ListLayersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLayersCommand}.
13
+ */
8
14
  export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { ListProvisionedConcurrencyConfigsRequest, ListProvisionedConcurrencyConfigsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProvisionedConcurrencyConfigsCommand}.
8
+ */
6
9
  export interface ListProvisionedConcurrencyConfigsCommandInput extends ListProvisionedConcurrencyConfigsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProvisionedConcurrencyConfigsCommand}.
13
+ */
8
14
  export interface ListProvisionedConcurrencyConfigsCommandOutput extends ListProvisionedConcurrencyConfigsResponse, __MetadataBearer {
9
15
  }
10
16
  /**