@aws-sdk/client-lambda 3.32.0 → 3.36.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.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/Lambda.js +886 -0
- package/dist-cjs/LambdaClient.js +49 -0
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +65 -0
- package/dist-cjs/commands/AddPermissionCommand.js +72 -0
- package/dist-cjs/commands/CreateAliasCommand.js +65 -0
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +62 -0
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +124 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +106 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +60 -0
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +63 -0
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +65 -0
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +61 -0
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +62 -0
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +60 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +60 -0
- package/dist-cjs/commands/GetAliasCommand.js +60 -0
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +60 -0
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +61 -0
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFunctionCommand.js +62 -0
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +61 -0
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +62 -0
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +61 -0
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +62 -0
- package/dist-cjs/commands/GetLayerVersionCommand.js +62 -0
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +61 -0
- package/dist-cjs/commands/GetPolicyCommand.js +60 -0
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +60 -0
- package/dist-cjs/commands/InvokeAsyncCommand.js +65 -0
- package/dist-cjs/commands/InvokeCommand.js +86 -0
- package/dist-cjs/commands/ListAliasesCommand.js +61 -0
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +62 -0
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +61 -0
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +61 -0
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +68 -0
- package/dist-cjs/commands/ListLayerVersionsCommand.js +63 -0
- package/dist-cjs/commands/ListLayersCommand.js +65 -0
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsCommand.js +61 -0
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +61 -0
- package/dist-cjs/commands/PublishLayerVersionCommand.js +63 -0
- package/dist-cjs/commands/PublishVersionCommand.js +68 -0
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +68 -0
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +70 -0
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +60 -0
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +62 -0
- package/dist-cjs/commands/RemovePermissionCommand.js +61 -0
- package/dist-cjs/commands/TagResourceCommand.js +60 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +60 -0
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +85 -0
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +68 -0
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +74 -0
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +61 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +78 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1593 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAliasesPaginator.js +45 -0
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +45 -0
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +45 -0
- package/dist-cjs/pagination/ListFunctionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListLayersPaginator.js +45 -0
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +45 -0
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restJson1.js +9491 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForFunctionActive.js +63 -0
- package/dist-cjs/waiters/waitForFunctionExists.js +40 -0
- package/dist-cjs/waiters/waitForFunctionUpdated.js +63 -0
- package/dist-es/Lambda.js +880 -0
- package/dist-es/LambdaClient.js +37 -0
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +39 -0
- package/dist-es/commands/AddPermissionCommand.js +39 -0
- package/dist-es/commands/CreateAliasCommand.js +39 -0
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/CreateEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteAliasCommand.js +39 -0
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/commands/DeleteLayerVersionCommand.js +39 -0
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +39 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +39 -0
- package/dist-es/commands/GetAliasCommand.js +39 -0
- package/dist-es/commands/GetCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/GetEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/GetFunctionCommand.js +39 -0
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +39 -0
- package/dist-es/commands/GetFunctionConfigurationCommand.js +39 -0
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/commands/GetLayerVersionByArnCommand.js +39 -0
- package/dist-es/commands/GetLayerVersionCommand.js +39 -0
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +39 -0
- package/dist-es/commands/GetPolicyCommand.js +39 -0
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +39 -0
- package/dist-es/commands/InvokeAsyncCommand.js +39 -0
- package/dist-es/commands/InvokeCommand.js +39 -0
- package/dist-es/commands/ListAliasesCommand.js +39 -0
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +39 -0
- package/dist-es/commands/ListEventSourceMappingsCommand.js +39 -0
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +39 -0
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/dist-es/commands/ListLayerVersionsCommand.js +39 -0
- package/dist-es/commands/ListLayersCommand.js +39 -0
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +39 -0
- package/dist-es/commands/ListTagsCommand.js +39 -0
- package/dist-es/commands/ListVersionsByFunctionCommand.js +39 -0
- package/dist-es/commands/PublishLayerVersionCommand.js +39 -0
- package/dist-es/commands/PublishVersionCommand.js +39 -0
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +39 -0
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +39 -0
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +39 -0
- package/dist-es/commands/RemovePermissionCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAliasCommand.js +39 -0
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionCodeCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +778 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAliasesPaginator.js +74 -0
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +74 -0
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +74 -0
- package/dist-es/pagination/ListFunctionsPaginator.js +74 -0
- package/dist-es/pagination/ListLayerVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListLayersPaginator.js +74 -0
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +10392 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForFunctionActive.js +69 -0
- package/dist-es/waiters/waitForFunctionExists.js +45 -0
- package/dist-es/waiters/waitForFunctionUpdated.js +69 -0
- package/dist-types/Lambda.d.ts +714 -0
- package/dist-types/LambdaClient.d.ts +196 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +40 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +47 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +40 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +37 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +99 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +81 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +38 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +40 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +37 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +35 -0
- package/dist-types/commands/GetAliasCommand.d.ts +35 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +36 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +37 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +37 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +37 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +51 -0
- package/dist-types/commands/InvokeCommand.d.ts +61 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +36 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +37 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +36 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +43 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +38 -0
- package/dist-types/commands/ListLayersCommand.d.ts +40 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsCommand.d.ts +36 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +36 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +38 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +43 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +43 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +45 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +37 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +60 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +43 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +49 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +4706 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLayersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +176 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Lambda.d.ts +714 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +196 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +99 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4706 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionActive.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionExists.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionUpdated.d.ts +14 -0
- package/package.json +53 -50
- package/Lambda.ts +0 -2323
- package/LambdaClient.ts +0 -517
- package/commands/AddLayerVersionPermissionCommand.ts +0 -102
- package/commands/AddPermissionCommand.ts +0 -105
- package/commands/CreateAliasCommand.ts +0 -99
- package/commands/CreateCodeSigningConfigCommand.ts +0 -96
- package/commands/CreateEventSourceMappingCommand.ts +0 -158
- package/commands/CreateFunctionCommand.ts +0 -138
- package/commands/DeleteAliasCommand.ts +0 -94
- package/commands/DeleteCodeSigningConfigCommand.ts +0 -95
- package/commands/DeleteEventSourceMappingCommand.ts +0 -96
- package/commands/DeleteFunctionCodeSigningConfigCommand.ts +0 -100
- package/commands/DeleteFunctionCommand.ts +0 -99
- package/commands/DeleteFunctionConcurrencyCommand.ts +0 -97
- package/commands/DeleteFunctionEventInvokeConfigCommand.ts +0 -101
- package/commands/DeleteLayerVersionCommand.ts +0 -96
- package/commands/DeleteProvisionedConcurrencyConfigCommand.ts +0 -100
- package/commands/GetAccountSettingsCommand.ts +0 -94
- package/commands/GetAliasCommand.ts +0 -90
- package/commands/GetCodeSigningConfigCommand.ts +0 -94
- package/commands/GetEventSourceMappingCommand.ts +0 -94
- package/commands/GetFunctionCodeSigningConfigCommand.ts +0 -99
- package/commands/GetFunctionCommand.ts +0 -96
- package/commands/GetFunctionConcurrencyCommand.ts +0 -95
- package/commands/GetFunctionConfigurationCommand.ts +0 -96
- package/commands/GetFunctionEventInvokeConfigCommand.ts +0 -98
- package/commands/GetLayerVersionByArnCommand.ts +0 -96
- package/commands/GetLayerVersionCommand.ts +0 -96
- package/commands/GetLayerVersionPolicyCommand.ts +0 -95
- package/commands/GetPolicyCommand.ts +0 -94
- package/commands/GetProvisionedConcurrencyConfigCommand.ts +0 -102
- package/commands/InvokeAsyncCommand.ts +0 -108
- package/commands/InvokeCommand.ts +0 -113
- package/commands/ListAliasesCommand.ts +0 -95
- package/commands/ListCodeSigningConfigsCommand.ts +0 -96
- package/commands/ListEventSourceMappingsCommand.ts +0 -95
- package/commands/ListFunctionEventInvokeConfigsCommand.ts +0 -103
- package/commands/ListFunctionsByCodeSigningConfigCommand.ts +0 -103
- package/commands/ListFunctionsCommand.ts +0 -102
- package/commands/ListLayerVersionsCommand.ts +0 -96
- package/commands/ListLayersCommand.ts +0 -96
- package/commands/ListProvisionedConcurrencyConfigsCommand.ts +0 -105
- package/commands/ListTagsCommand.ts +0 -91
- package/commands/ListVersionsByFunctionCommand.ts +0 -95
- package/commands/PublishLayerVersionCommand.ts +0 -97
- package/commands/PublishVersionCommand.ts +0 -102
- package/commands/PutFunctionCodeSigningConfigCommand.ts +0 -100
- package/commands/PutFunctionConcurrencyCommand.ts +0 -102
- package/commands/PutFunctionEventInvokeConfigCommand.ts +0 -107
- package/commands/PutProvisionedConcurrencyConfigCommand.ts +0 -102
- package/commands/RemoveLayerVersionPermissionCommand.ts +0 -99
- package/commands/RemovePermissionCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAliasCommand.ts +0 -94
- package/commands/UpdateCodeSigningConfigCommand.ts +0 -95
- package/commands/UpdateEventSourceMappingCommand.ts +0 -117
- package/commands/UpdateFunctionCodeCommand.ts +0 -102
- package/commands/UpdateFunctionConfigurationCommand.ts +0 -111
- package/commands/UpdateFunctionEventInvokeConfigCommand.ts +0 -101
- package/dist/cjs/Lambda.js +0 -887
- package/dist/cjs/Lambda.js.map +0 -1
- package/dist/cjs/LambdaClient.js +0 -50
- package/dist/cjs/LambdaClient.js.map +0 -1
- package/dist/cjs/commands/AddLayerVersionPermissionCommand.js +0 -66
- package/dist/cjs/commands/AddLayerVersionPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/AddPermissionCommand.js +0 -72
- package/dist/cjs/commands/AddPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js +0 -66
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCodeSigningConfigCommand.js +0 -63
- package/dist/cjs/commands/CreateCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEventSourceMappingCommand.js +0 -125
- package/dist/cjs/commands/CreateEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js +0 -105
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAliasCommand.js +0 -61
- package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/DeleteCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventSourceMappingCommand.js +0 -63
- package/dist/cjs/commands/DeleteEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js +0 -66
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -61
- package/dist/cjs/commands/DeleteFunctionConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -62
- package/dist/cjs/commands/DeleteFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLayerVersionCommand.js +0 -63
- package/dist/cjs/commands/DeleteLayerVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountSettingsCommand.js +0 -61
- package/dist/cjs/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAliasCommand.js +0 -61
- package/dist/cjs/commands/GetAliasCommand.js.map +0 -1
- package/dist/cjs/commands/GetCodeSigningConfigCommand.js +0 -61
- package/dist/cjs/commands/GetCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetEventSourceMappingCommand.js +0 -61
- package/dist/cjs/commands/GetEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js +0 -63
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/GetFunctionConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionConfigurationCommand.js +0 -63
- package/dist/cjs/commands/GetFunctionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -62
- package/dist/cjs/commands/GetFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetLayerVersionByArnCommand.js +0 -63
- package/dist/cjs/commands/GetLayerVersionByArnCommand.js.map +0 -1
- package/dist/cjs/commands/GetLayerVersionCommand.js +0 -63
- package/dist/cjs/commands/GetLayerVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetLayerVersionPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetLayerVersionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPolicyCommand.js +0 -61
- package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -61
- package/dist/cjs/commands/GetProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/InvokeAsyncCommand.js +0 -66
- package/dist/cjs/commands/InvokeAsyncCommand.js.map +0 -1
- package/dist/cjs/commands/InvokeCommand.js +0 -87
- package/dist/cjs/commands/InvokeCommand.js.map +0 -1
- package/dist/cjs/commands/ListAliasesCommand.js +0 -62
- package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListCodeSigningConfigsCommand.js +0 -63
- package/dist/cjs/commands/ListCodeSigningConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventSourceMappingsCommand.js +0 -62
- package/dist/cjs/commands/ListEventSourceMappingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -62
- package/dist/cjs/commands/ListFunctionEventInvokeConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/ListFunctionsByCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js +0 -69
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLayerVersionsCommand.js +0 -63
- package/dist/cjs/commands/ListLayerVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLayersCommand.js +0 -63
- package/dist/cjs/commands/ListLayersCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListProvisionedConcurrencyConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js +0 -62
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVersionsByFunctionCommand.js +0 -62
- package/dist/cjs/commands/ListVersionsByFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/PublishLayerVersionCommand.js +0 -64
- package/dist/cjs/commands/PublishLayerVersionCommand.js.map +0 -1
- package/dist/cjs/commands/PublishVersionCommand.js +0 -69
- package/dist/cjs/commands/PublishVersionCommand.js.map +0 -1
- package/dist/cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/PutFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/PutFunctionConcurrencyCommand.js +0 -69
- package/dist/cjs/commands/PutFunctionConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -71
- package/dist/cjs/commands/PutFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -61
- package/dist/cjs/commands/PutProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -63
- package/dist/cjs/commands/RemoveLayerVersionPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/RemovePermissionCommand.js +0 -62
- package/dist/cjs/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAliasCommand.js +0 -61
- package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEventSourceMappingCommand.js +0 -84
- package/dist/cjs/commands/UpdateEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCodeCommand.js +0 -69
- package/dist/cjs/commands/UpdateFunctionCodeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionConfigurationCommand.js +0 -75
- package/dist/cjs/commands/UpdateFunctionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -79
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1589
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCodeSigningConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEventSourceMappingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEventSourceMappingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -46
- package/dist/cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLayerVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLayerVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLayersPaginator.js +0 -46
- package/dist/cjs/pagination/ListLayersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVersionsByFunctionPaginator.js +0 -46
- package/dist/cjs/pagination/ListVersionsByFunctionPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -9400
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForFunctionActive.js +0 -64
- package/dist/cjs/waiters/waitForFunctionActive.js.map +0 -1
- package/dist/cjs/waiters/waitForFunctionExists.js +0 -41
- package/dist/cjs/waiters/waitForFunctionExists.js.map +0 -1
- package/dist/cjs/waiters/waitForFunctionUpdated.js +0 -64
- package/dist/cjs/waiters/waitForFunctionUpdated.js.map +0 -1
- package/dist/es/Lambda.js +0 -890
- package/dist/es/Lambda.js.map +0 -1
- package/dist/es/LambdaClient.js +0 -52
- package/dist/es/LambdaClient.js.map +0 -1
- package/dist/es/commands/AddLayerVersionPermissionCommand.js +0 -70
- package/dist/es/commands/AddLayerVersionPermissionCommand.js.map +0 -1
- package/dist/es/commands/AddPermissionCommand.js +0 -76
- package/dist/es/commands/AddPermissionCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js +0 -70
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateCodeSigningConfigCommand.js +0 -67
- package/dist/es/commands/CreateCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateEventSourceMappingCommand.js +0 -129
- package/dist/es/commands/CreateEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js +0 -109
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAliasCommand.js +0 -65
- package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/DeleteCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventSourceMappingCommand.js +0 -67
- package/dist/es/commands/DeleteEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -65
- package/dist/es/commands/DeleteFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js +0 -70
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionConcurrencyCommand.js +0 -65
- package/dist/es/commands/DeleteFunctionConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -66
- package/dist/es/commands/DeleteFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteLayerVersionCommand.js +0 -67
- package/dist/es/commands/DeleteLayerVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -65
- package/dist/es/commands/DeleteProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +0 -65
- package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetAliasCommand.js +0 -65
- package/dist/es/commands/GetAliasCommand.js.map +0 -1
- package/dist/es/commands/GetCodeSigningConfigCommand.js +0 -65
- package/dist/es/commands/GetCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/GetEventSourceMappingCommand.js +0 -65
- package/dist/es/commands/GetEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCodeSigningConfigCommand.js +0 -65
- package/dist/es/commands/GetFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js +0 -67
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionConcurrencyCommand.js +0 -66
- package/dist/es/commands/GetFunctionConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionConfigurationCommand.js +0 -67
- package/dist/es/commands/GetFunctionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionEventInvokeConfigCommand.js +0 -66
- package/dist/es/commands/GetFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/commands/GetLayerVersionByArnCommand.js +0 -67
- package/dist/es/commands/GetLayerVersionByArnCommand.js.map +0 -1
- package/dist/es/commands/GetLayerVersionCommand.js +0 -67
- package/dist/es/commands/GetLayerVersionCommand.js.map +0 -1
- package/dist/es/commands/GetLayerVersionPolicyCommand.js +0 -66
- package/dist/es/commands/GetLayerVersionPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetPolicyCommand.js +0 -65
- package/dist/es/commands/GetPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -65
- package/dist/es/commands/GetProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/es/commands/InvokeAsyncCommand.js +0 -70
- package/dist/es/commands/InvokeAsyncCommand.js.map +0 -1
- package/dist/es/commands/InvokeCommand.js +0 -91
- package/dist/es/commands/InvokeCommand.js.map +0 -1
- package/dist/es/commands/ListAliasesCommand.js +0 -66
- package/dist/es/commands/ListAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListCodeSigningConfigsCommand.js +0 -67
- package/dist/es/commands/ListCodeSigningConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListEventSourceMappingsCommand.js +0 -66
- package/dist/es/commands/ListEventSourceMappingsCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -66
- package/dist/es/commands/ListFunctionEventInvokeConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/ListFunctionsByCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js +0 -73
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLayerVersionsCommand.js +0 -67
- package/dist/es/commands/ListLayerVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListLayersCommand.js +0 -67
- package/dist/es/commands/ListLayersCommand.js.map +0 -1
- package/dist/es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -65
- package/dist/es/commands/ListProvisionedConcurrencyConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js +0 -66
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/ListVersionsByFunctionCommand.js +0 -66
- package/dist/es/commands/ListVersionsByFunctionCommand.js.map +0 -1
- package/dist/es/commands/PublishLayerVersionCommand.js +0 -68
- package/dist/es/commands/PublishLayerVersionCommand.js.map +0 -1
- package/dist/es/commands/PublishVersionCommand.js +0 -73
- package/dist/es/commands/PublishVersionCommand.js.map +0 -1
- package/dist/es/commands/PutFunctionCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/PutFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/PutFunctionConcurrencyCommand.js +0 -73
- package/dist/es/commands/PutFunctionConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/PutFunctionEventInvokeConfigCommand.js +0 -75
- package/dist/es/commands/PutFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -65
- package/dist/es/commands/PutProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/es/commands/RemoveLayerVersionPermissionCommand.js +0 -67
- package/dist/es/commands/RemoveLayerVersionPermissionCommand.js.map +0 -1
- package/dist/es/commands/RemovePermissionCommand.js +0 -66
- package/dist/es/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAliasCommand.js +0 -65
- package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/es/commands/UpdateCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/UpdateCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateEventSourceMappingCommand.js +0 -88
- package/dist/es/commands/UpdateEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCodeCommand.js +0 -73
- package/dist/es/commands/UpdateFunctionCodeCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionConfigurationCommand.js +0 -79
- package/dist/es/commands/UpdateFunctionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -66
- package/dist/es/commands/UpdateFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -76
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1248
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAliasesPaginator.js +0 -87
- package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListCodeSigningConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListCodeSigningConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEventSourceMappingsPaginator.js +0 -87
- package/dist/es/pagination/ListEventSourceMappingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListFunctionEventInvokeConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -87
- package/dist/es/pagination/ListFunctionsByCodeSigningConfigPaginator.js.map +0 -1
- package/dist/es/pagination/ListFunctionsPaginator.js +0 -87
- package/dist/es/pagination/ListFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLayerVersionsPaginator.js +0 -87
- package/dist/es/pagination/ListLayerVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLayersPaginator.js +0 -87
- package/dist/es/pagination/ListLayersPaginator.js.map +0 -1
- package/dist/es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListProvisionedConcurrencyConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVersionsByFunctionPaginator.js +0 -87
- package/dist/es/pagination/ListVersionsByFunctionPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -10311
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForFunctionActive.js +0 -79
- package/dist/es/waiters/waitForFunctionActive.js.map +0 -1
- package/dist/es/waiters/waitForFunctionExists.js +0 -55
- package/dist/es/waiters/waitForFunctionExists.js.map +0 -1
- package/dist/es/waiters/waitForFunctionUpdated.js +0 -79
- package/dist/es/waiters/waitForFunctionUpdated.js.map +0 -1
- package/dist/types/Lambda.d.ts +0 -703
- package/dist/types/LambdaClient.d.ts +0 -196
- package/dist/types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
- package/dist/types/commands/AddPermissionCommand.d.ts +0 -46
- package/dist/types/commands/CreateAliasCommand.d.ts +0 -40
- package/dist/types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
- package/dist/types/commands/CreateEventSourceMappingCommand.d.ts +0 -99
- package/dist/types/commands/CreateFunctionCommand.d.ts +0 -79
- package/dist/types/commands/DeleteAliasCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/DeleteEventSourceMappingCommand.d.ts +0 -37
- package/dist/types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -40
- package/dist/types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/commands/DeleteLayerVersionCommand.d.ts +0 -37
- package/dist/types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountSettingsCommand.d.ts +0 -35
- package/dist/types/commands/GetAliasCommand.d.ts +0 -35
- package/dist/types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetEventSourceMappingCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCommand.d.ts +0 -37
- package/dist/types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
- package/dist/types/commands/GetLayerVersionCommand.d.ts +0 -37
- package/dist/types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetPolicyCommand.d.ts +0 -35
- package/dist/types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/commands/InvokeAsyncCommand.d.ts +0 -51
- package/dist/types/commands/InvokeCommand.d.ts +0 -61
- package/dist/types/commands/ListAliasesCommand.d.ts +0 -36
- package/dist/types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
- package/dist/types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
- package/dist/types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
- package/dist/types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/ListFunctionsCommand.d.ts +0 -43
- package/dist/types/commands/ListLayerVersionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLayersCommand.d.ts +0 -37
- package/dist/types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsCommand.d.ts +0 -36
- package/dist/types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
- package/dist/types/commands/PublishLayerVersionCommand.d.ts +0 -38
- package/dist/types/commands/PublishVersionCommand.d.ts +0 -43
- package/dist/types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
- package/dist/types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
- package/dist/types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
- package/dist/types/commands/RemovePermissionCommand.d.ts +0 -36
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAliasCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateEventSourceMappingCommand.d.ts +0 -58
- package/dist/types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
- package/dist/types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
- package/dist/types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/models/models_0.d.ts +0 -4645
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLayersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -176
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/Lambda.d.ts +0 -703
- package/dist/types/ts3.4/LambdaClient.d.ts +0 -196
- package/dist/types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/AddPermissionCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -99
- package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -79
- package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAliasCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/InvokeCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLayersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/PublishVersionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4645
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -14
- package/dist/types/waiters/waitForFunctionActive.d.ts +0 -14
- package/dist/types/waiters/waitForFunctionExists.d.ts +0 -14
- package/dist/types/waiters/waitForFunctionUpdated.d.ts +0 -14
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5632
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAliasesPaginator.ts +0 -54
- package/pagination/ListCodeSigningConfigsPaginator.ts +0 -58
- package/pagination/ListEventSourceMappingsPaginator.ts +0 -58
- package/pagination/ListFunctionEventInvokeConfigsPaginator.ts +0 -58
- package/pagination/ListFunctionsByCodeSigningConfigPaginator.ts +0 -58
- package/pagination/ListFunctionsPaginator.ts +0 -58
- package/pagination/ListLayerVersionsPaginator.ts +0 -58
- package/pagination/ListLayersPaginator.ts +0 -54
- package/pagination/ListProvisionedConcurrencyConfigsPaginator.ts +0 -58
- package/pagination/ListVersionsByFunctionPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -10630
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForFunctionActive.ts +0 -65
- package/waiters/waitForFunctionExists.ts +0 -42
- package/waiters/waitForFunctionUpdated.ts +0 -65
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { GetLayerVersionRequest, GetLayerVersionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetLayerVersionCommandInput extends GetLayerVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>, with a link to download the layer archive
|
|
12
|
-
* that's valid for 10 minutes.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, GetLayerVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, GetLayerVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new GetLayerVersionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetLayerVersionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetLayerVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class GetLayerVersionCommand extends $Command<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
29
|
-
readonly input: GetLayerVersionCommandInput;
|
|
30
|
-
constructor(input: GetLayerVersionCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionCommandInput, GetLayerVersionCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetLayerVersionPolicyCommandInput extends GetLayerVersionPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns the permission policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, GetLayerVersionPolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, GetLayerVersionPolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new GetLayerVersionPolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetLayerVersionPolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetLayerVersionPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class GetLayerVersionPolicyCommand extends $Command<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
28
|
-
readonly input: GetLayerVersionPolicyCommandInput;
|
|
29
|
-
constructor(input: GetLayerVersionPolicyCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns the <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html">resource-based IAM policy</a> for a function, version, or alias.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetPolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetPolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetPolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetPolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
27
|
-
readonly input: GetPolicyCommandInput;
|
|
28
|
-
constructor(input: GetPolicyCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { GetProvisionedConcurrencyConfigRequest, GetProvisionedConcurrencyConfigResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetProvisionedConcurrencyConfigCommandInput extends GetProvisionedConcurrencyConfigRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisionedConcurrencyConfigResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetProvisionedConcurrencyConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class GetProvisionedConcurrencyConfigCommand extends $Command<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
|
-
readonly input: GetProvisionedConcurrencyConfigCommandInput;
|
|
28
|
-
constructor(input: GetProvisionedConcurrencyConfigCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
3
|
-
import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
|
|
4
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
6
|
-
declare type InvokeAsyncCommandInputType = Pick<InvokeAsyncRequest, Exclude<keyof InvokeAsyncRequest, "InvokeArgs">> & {
|
|
7
|
-
/**
|
|
8
|
-
* For *`InvokeAsyncRequest["InvokeArgs"]`*, see {@link InvokeAsyncRequest.InvokeArgs}.
|
|
9
|
-
*/
|
|
10
|
-
InvokeArgs: InvokeAsyncRequest["InvokeArgs"] | string | Uint8Array | Buffer;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* This interface extends from `InvokeAsyncRequest` interface. There are more parameters than `InvokeArgs` defined in {@link InvokeAsyncRequest}
|
|
14
|
-
*/
|
|
15
|
-
export interface InvokeAsyncCommandInput extends InvokeAsyncCommandInputType {
|
|
16
|
-
}
|
|
17
|
-
export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __MetadataBearer {
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @deprecated
|
|
21
|
-
*
|
|
22
|
-
* <important>
|
|
23
|
-
* <p>For asynchronous function invocation, use <a>Invoke</a>.</p>
|
|
24
|
-
* </important>
|
|
25
|
-
* <p>Invokes a function asynchronously.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LambdaClient, InvokeAsyncCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
30
|
-
* // const { LambdaClient, InvokeAsyncCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
31
|
-
* const client = new LambdaClient(config);
|
|
32
|
-
* const command = new InvokeAsyncCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link InvokeAsyncCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link InvokeAsyncCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export declare class InvokeAsyncCommand extends $Command<InvokeAsyncCommandInput, InvokeAsyncCommandOutput, LambdaClientResolvedConfig> {
|
|
42
|
-
readonly input: InvokeAsyncCommandInput;
|
|
43
|
-
constructor(input: InvokeAsyncCommandInput);
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InvokeAsyncCommandInput, InvokeAsyncCommandOutput>;
|
|
48
|
-
private serialize;
|
|
49
|
-
private deserialize;
|
|
50
|
-
}
|
|
51
|
-
export {};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { InvocationRequest, InvocationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface InvokeCommandInput extends InvocationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface InvokeCommandOutput extends InvocationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or
|
|
11
|
-
* asynchronously. To invoke a function asynchronously, set <code>InvocationType</code> to <code>Event</code>.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>For <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-sync.html">synchronous invocation</a>,
|
|
14
|
-
* details about the function response, including errors, are included in the response body and headers. For either
|
|
15
|
-
* invocation type, you can find more information in the <a href="https://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions.html">execution log</a> and <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html">trace</a>.</p>
|
|
16
|
-
*
|
|
17
|
-
* <p>When an error occurs, your function may be invoked multiple times. Retry behavior varies by error type,
|
|
18
|
-
* client, event source, and invocation type. For example, if you invoke a function asynchronously and it returns an
|
|
19
|
-
* error, Lambda executes the function up to two more times. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html">Retry Behavior</a>.</p>
|
|
20
|
-
*
|
|
21
|
-
* <p>For <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html">asynchronous invocation</a>,
|
|
22
|
-
* Lambda adds events to a queue before sending them to your function. If your function does not have enough capacity
|
|
23
|
-
* to keep up with the queue, events may be lost. Occasionally, your function may receive the same event multiple
|
|
24
|
-
* times, even if no error occurs. To retain events that were not processed, configure your function with a <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">dead-letter queue</a>.</p>
|
|
25
|
-
*
|
|
26
|
-
* <p>The status code in the API response doesn't reflect function errors. Error codes are reserved for errors that
|
|
27
|
-
* prevent your function from executing, such as permissions errors, <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">limit errors</a>, or issues with your function's code and configuration.
|
|
28
|
-
* For example, Lambda returns <code>TooManyRequestsException</code> if executing the function would cause you to
|
|
29
|
-
* exceed a concurrency limit at either the account level (<code>ConcurrentInvocationLimitExceeded</code>) or
|
|
30
|
-
* function level (<code>ReservedFunctionConcurrentInvocationLimitExceeded</code>).</p>
|
|
31
|
-
*
|
|
32
|
-
* <p>For functions with a long timeout, your client might be disconnected during synchronous invocation while it
|
|
33
|
-
* waits for a response. Configure your HTTP client, SDK, firewall, proxy, or operating system to allow for long
|
|
34
|
-
* connections with timeout or keep-alive settings.</p>
|
|
35
|
-
*
|
|
36
|
-
* <p>This operation requires permission for the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html">lambda:InvokeFunction</a> action.</p>
|
|
37
|
-
* @example
|
|
38
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
39
|
-
* ```javascript
|
|
40
|
-
* import { LambdaClient, InvokeCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
41
|
-
* // const { LambdaClient, InvokeCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
42
|
-
* const client = new LambdaClient(config);
|
|
43
|
-
* const command = new InvokeCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @see {@link InvokeCommandInput} for command's `input` shape.
|
|
48
|
-
* @see {@link InvokeCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
export declare class InvokeCommand extends $Command<InvokeCommandInput, InvokeCommandOutput, LambdaClientResolvedConfig> {
|
|
53
|
-
readonly input: InvokeCommandInput;
|
|
54
|
-
constructor(input: InvokeCommandInput);
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InvokeCommandInput, InvokeCommandOutput>;
|
|
59
|
-
private serialize;
|
|
60
|
-
private deserialize;
|
|
61
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListAliasesCommandInput extends ListAliasesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAliasesCommandOutput extends ListAliasesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">aliases</a>
|
|
11
|
-
* for a Lambda function.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, ListAliasesCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, ListAliasesCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new ListAliasesCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListAliasesCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListAliasesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, LambdaClientResolvedConfig> {
|
|
28
|
-
readonly input: ListAliasesCommandInput;
|
|
29
|
-
constructor(input: ListAliasesCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListCodeSigningConfigsRequest, ListCodeSigningConfigsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListCodeSigningConfigsCommandInput extends ListCodeSigningConfigsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListCodeSigningConfigsCommandOutput extends ListCodeSigningConfigsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html">code
|
|
11
|
-
* signing configurations</a>. A request returns up to 10,000 configurations per
|
|
12
|
-
* call. You can use the <code>MaxItems</code> parameter to return fewer configurations per call. </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, ListCodeSigningConfigsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, ListCodeSigningConfigsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new ListCodeSigningConfigsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListCodeSigningConfigsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListCodeSigningConfigsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class ListCodeSigningConfigsCommand extends $Command<ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
29
|
-
readonly input: ListCodeSigningConfigsCommandInput;
|
|
30
|
-
constructor(input: ListCodeSigningConfigsCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListEventSourceMappingsRequest, ListEventSourceMappingsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListEventSourceMappingsCommandInput extends ListEventSourceMappingsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMappingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists event source mappings. Specify an <code>EventSourceArn</code> to only show event source mappings for a
|
|
11
|
-
* single event source.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, ListEventSourceMappingsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, ListEventSourceMappingsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new ListEventSourceMappingsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListEventSourceMappingsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListEventSourceMappingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListEventSourceMappingsCommand extends $Command<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig> {
|
|
28
|
-
readonly input: ListEventSourceMappingsCommandInput;
|
|
29
|
-
constructor(input: ListEventSourceMappingsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListFunctionEventInvokeConfigsCommandInput extends ListFunctionEventInvokeConfigsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFunctionEventInvokeConfigsCommandOutput extends ListFunctionEventInvokeConfigsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves a list of configurations for asynchronous invocation for a function.</p>
|
|
11
|
-
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, ListFunctionEventInvokeConfigsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, ListFunctionEventInvokeConfigsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new ListFunctionEventInvokeConfigsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListFunctionEventInvokeConfigsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListFunctionEventInvokeConfigsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListFunctionEventInvokeConfigsCommand extends $Command<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
28
|
-
readonly input: ListFunctionEventInvokeConfigsCommandInput;
|
|
29
|
-
constructor(input: ListFunctionEventInvokeConfigsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListFunctionsByCodeSigningConfigRequest, ListFunctionsByCodeSigningConfigResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListFunctionsByCodeSigningConfigCommandInput extends ListFunctionsByCodeSigningConfigRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFunctionsByCodeSigningConfigCommandOutput extends ListFunctionsByCodeSigningConfigResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>List the functions that use the specified code signing configuration. You can use this method prior to deleting a
|
|
11
|
-
* code signing configuration, to verify that no functions are using it.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, ListFunctionsByCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, ListFunctionsByCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new ListFunctionsByCodeSigningConfigCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListFunctionsByCodeSigningConfigCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListFunctionsByCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListFunctionsByCodeSigningConfigCommand extends $Command<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
28
|
-
readonly input: ListFunctionsByCodeSigningConfigCommandInput;
|
|
29
|
-
constructor(input: ListFunctionsByCodeSigningConfigCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListFunctionsCommandInput extends ListFunctionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50
|
|
11
|
-
* functions per call.</p>
|
|
12
|
-
* <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in
|
|
13
|
-
* addition to the unpublished version. </p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>The <code>ListFunctions</code> action returns a subset of the <a>FunctionConfiguration</a> fields.
|
|
16
|
-
* To get the additional fields (State, StateReasonCode, StateReason, LastUpdateStatus, LastUpdateStatusReason, LastUpdateStatusReasonCode)
|
|
17
|
-
* for a function or version, use <a>GetFunction</a>.</p>
|
|
18
|
-
* </note>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { LambdaClient, ListFunctionsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
23
|
-
* // const { LambdaClient, ListFunctionsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
24
|
-
* const client = new LambdaClient(config);
|
|
25
|
-
* const command = new ListFunctionsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link ListFunctionsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link ListFunctionsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig> {
|
|
35
|
-
readonly input: ListFunctionsCommandInput;
|
|
36
|
-
constructor(input: ListFunctionsCommandInput);
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
|
|
41
|
-
private serialize;
|
|
42
|
-
private deserialize;
|
|
43
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListLayerVersionsRequest, ListLayerVersionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListLayerVersionsCommandInput extends ListLayerVersionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListLayerVersionsCommandOutput extends ListLayerVersionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the versions of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>. Versions that have been deleted aren't listed. Specify a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime identifier</a> to list only
|
|
12
|
-
* versions that indicate that they're compatible with that runtime.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, ListLayerVersionsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, ListLayerVersionsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new ListLayerVersionsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListLayerVersionsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListLayerVersionsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class ListLayerVersionsCommand extends $Command<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig> {
|
|
29
|
-
readonly input: ListLayerVersionsCommandInput;
|
|
30
|
-
constructor(input: ListLayerVersionsCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListLayersRequest, ListLayersResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListLayersCommandInput extends ListLayersRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layers</a> and shows information about the latest version of each. Specify a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime identifier</a> to list only layers
|
|
12
|
-
* that indicate that they're compatible with that runtime.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, ListLayersCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, ListLayersCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new ListLayersCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListLayersCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListLayersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class ListLayersCommand extends $Command<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig> {
|
|
29
|
-
readonly input: ListLayersCommandInput;
|
|
30
|
-
constructor(input: ListLayersCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLayersCommandInput, ListLayersCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
2
|
-
import { ListProvisionedConcurrencyConfigsRequest, ListProvisionedConcurrencyConfigsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListProvisionedConcurrencyConfigsCommandInput extends ListProvisionedConcurrencyConfigsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProvisionedConcurrencyConfigsCommandOutput extends ListProvisionedConcurrencyConfigsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves a list of provisioned concurrency configurations for a function.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, ListProvisionedConcurrencyConfigsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, ListProvisionedConcurrencyConfigsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new ListProvisionedConcurrencyConfigsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListProvisionedConcurrencyConfigsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListProvisionedConcurrencyConfigsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class ListProvisionedConcurrencyConfigsCommand extends $Command<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
27
|
-
readonly input: ListProvisionedConcurrencyConfigsCommandInput;
|
|
28
|
-
constructor(input: ListProvisionedConcurrencyConfigsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|