@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,109 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateFunctionRequest, FunctionConfiguration } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateFunctionCommand, serializeAws_restJson1CreateFunctionCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Creates a Lambda function. To create a function, you need a <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html">deployment package</a> and an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role">execution role</a>. The
|
|
8
|
-
* deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Services
|
|
9
|
-
* services, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing.</p>
|
|
10
|
-
*
|
|
11
|
-
* <p>You set the package type to <code>Image</code> if the deployment package is a
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html">container image</a>. For a container image,
|
|
13
|
-
* the code property must include the URI of a container image in the Amazon ECR registry.
|
|
14
|
-
* You do not need to specify the handler and runtime properties. </p>
|
|
15
|
-
*
|
|
16
|
-
* <p>You set the package type to <code>Zip</code> if the deployment package is a
|
|
17
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html#gettingstarted-package-zip">.zip file archive</a>.
|
|
18
|
-
* For a .zip file archive, the code property specifies the location of the .zip file. You must also specify the handler and
|
|
19
|
-
* runtime properties.</p>
|
|
20
|
-
*
|
|
21
|
-
* <p>When you create a function, Lambda provisions an instance of the function and its supporting resources. If
|
|
22
|
-
* your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or
|
|
23
|
-
* modify the function. The <code>State</code>, <code>StateReason</code>, and <code>StateReasonCode</code> fields in
|
|
24
|
-
* the response from <a>GetFunctionConfiguration</a> indicate when the function is ready to invoke. For
|
|
25
|
-
* more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html">Function
|
|
26
|
-
* States</a>.</p>
|
|
27
|
-
*
|
|
28
|
-
* <p>A function has an unpublished version, and can have published versions and aliases. The unpublished version
|
|
29
|
-
* changes when you update your function's code and configuration. A published version is a snapshot of your function
|
|
30
|
-
* code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be
|
|
31
|
-
* changed to map to a different version. Use the <code>Publish</code> parameter to create version <code>1</code> of
|
|
32
|
-
* your function from its initial configuration.</p>
|
|
33
|
-
*
|
|
34
|
-
* <p>The other parameters let you configure version-specific and function-level settings. You can modify
|
|
35
|
-
* version-specific settings later with <a>UpdateFunctionConfiguration</a>. Function-level settings apply
|
|
36
|
-
* to both the unpublished and published versions of the function, and include tags (<a>TagResource</a>)
|
|
37
|
-
* and per-function concurrency limits (<a>PutFunctionConcurrency</a>).</p>
|
|
38
|
-
*
|
|
39
|
-
* <p>You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function,
|
|
40
|
-
* specify the ARN of a code-signing configuration. When a user
|
|
41
|
-
* attempts to deploy a code package with <a>UpdateFunctionCode</a>, Lambda checks that the code
|
|
42
|
-
* package has a valid signature from a trusted publisher. The code-signing configuration
|
|
43
|
-
* includes set set of signing profiles, which define the trusted publishers for this function.</p>
|
|
44
|
-
*
|
|
45
|
-
* <p>If another account or an Amazon Web Services service invokes your function, use <a>AddPermission</a> to grant
|
|
46
|
-
* permission by creating a resource-based IAM policy. You can grant permissions at the function level, on a version,
|
|
47
|
-
* or on an alias.</p>
|
|
48
|
-
*
|
|
49
|
-
* <p>To invoke your function directly, use <a>Invoke</a>. To invoke your function in response to events
|
|
50
|
-
* in other Amazon Web Services services, create an event source mapping (<a>CreateEventSourceMapping</a>), or configure a
|
|
51
|
-
* function trigger in the other service. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-invocation.html">Invoking Functions</a>.</p>
|
|
52
|
-
* @example
|
|
53
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
54
|
-
* ```javascript
|
|
55
|
-
* import { LambdaClient, CreateFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
56
|
-
* // const { LambdaClient, CreateFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
57
|
-
* const client = new LambdaClient(config);
|
|
58
|
-
* const command = new CreateFunctionCommand(input);
|
|
59
|
-
* const response = await client.send(command);
|
|
60
|
-
* ```
|
|
61
|
-
*
|
|
62
|
-
* @see {@link CreateFunctionCommandInput} for command's `input` shape.
|
|
63
|
-
* @see {@link CreateFunctionCommandOutput} for command's `response` shape.
|
|
64
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
65
|
-
*
|
|
66
|
-
*/
|
|
67
|
-
var CreateFunctionCommand = /** @class */ (function (_super) {
|
|
68
|
-
__extends(CreateFunctionCommand, _super);
|
|
69
|
-
// Start section: command_properties
|
|
70
|
-
// End section: command_properties
|
|
71
|
-
function CreateFunctionCommand(input) {
|
|
72
|
-
var _this =
|
|
73
|
-
// Start section: command_constructor
|
|
74
|
-
_super.call(this) || this;
|
|
75
|
-
_this.input = input;
|
|
76
|
-
return _this;
|
|
77
|
-
// End section: command_constructor
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
CreateFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
83
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
84
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
85
|
-
var logger = configuration.logger;
|
|
86
|
-
var clientName = "LambdaClient";
|
|
87
|
-
var commandName = "CreateFunctionCommand";
|
|
88
|
-
var handlerExecutionContext = {
|
|
89
|
-
logger: logger,
|
|
90
|
-
clientName: clientName,
|
|
91
|
-
commandName: commandName,
|
|
92
|
-
inputFilterSensitiveLog: CreateFunctionRequest.filterSensitiveLog,
|
|
93
|
-
outputFilterSensitiveLog: FunctionConfiguration.filterSensitiveLog,
|
|
94
|
-
};
|
|
95
|
-
var requestHandler = configuration.requestHandler;
|
|
96
|
-
return stack.resolve(function (request) {
|
|
97
|
-
return requestHandler.handle(request.request, options || {});
|
|
98
|
-
}, handlerExecutionContext);
|
|
99
|
-
};
|
|
100
|
-
CreateFunctionCommand.prototype.serialize = function (input, context) {
|
|
101
|
-
return serializeAws_restJson1CreateFunctionCommand(input, context);
|
|
102
|
-
};
|
|
103
|
-
CreateFunctionCommand.prototype.deserialize = function (output, context) {
|
|
104
|
-
return deserializeAws_restJson1CreateFunctionCommand(output, context);
|
|
105
|
-
};
|
|
106
|
-
return CreateFunctionCommand;
|
|
107
|
-
}($Command));
|
|
108
|
-
export { CreateFunctionCommand };
|
|
109
|
-
//# sourceMappingURL=CreateFunctionCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateFunctionCommand.js","sourceRoot":"","sources":["../../../commands/CreateFunctionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAClF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH;IAA2C,yCAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,+BAAqB,KAAiC;QAAtD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteAliasRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteAliasCommand, serializeAws_restJson1DeleteAliasCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Deletes a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">alias</a>.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { LambdaClient, DeleteAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
12
|
-
* // const { LambdaClient, DeleteAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
13
|
-
* const client = new LambdaClient(config);
|
|
14
|
-
* const command = new DeleteAliasCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteAliasCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteAliasCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteAliasCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DeleteAliasCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DeleteAliasCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DeleteAliasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "LambdaClient";
|
|
43
|
-
var commandName = "DeleteAliasCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DeleteAliasRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: function (output) { return output; },
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DeleteAliasCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DeleteAliasCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DeleteAliasCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DeleteAliasCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DeleteAliasCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DeleteAliasCommand };
|
|
65
|
-
//# sourceMappingURL=DeleteAliasCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteAliasCommand.js","sourceRoot":"","sources":["../../../commands/DeleteAliasCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAwC,sCAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,4BAAqB,KAA8B;QAAnD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyB;;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,8CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,sCAAS,GAAjB,UAAkB,KAA8B,EAAE,OAAuB;QACvE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,wCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,yBAAC;AAAD,CAAC,AAtDD,CAAwC,QAAQ,GAsD/C"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteCodeSigningConfigCommand, serializeAws_restJson1DeleteCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is
|
|
8
|
-
* using it. </p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { LambdaClient, DeleteCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
13
|
-
* // const { LambdaClient, DeleteCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
14
|
-
* const client = new LambdaClient(config);
|
|
15
|
-
* const command = new DeleteCodeSigningConfigCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeleteCodeSigningConfigCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeleteCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeleteCodeSigningConfigCommand = /** @class */ (function (_super) {
|
|
25
|
-
__extends(DeleteCodeSigningConfigCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
function DeleteCodeSigningConfigCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
32
|
-
_this.input = input;
|
|
33
|
-
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
DeleteCodeSigningConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
var logger = configuration.logger;
|
|
43
|
-
var clientName = "LambdaClient";
|
|
44
|
-
var commandName = "DeleteCodeSigningConfigCommand";
|
|
45
|
-
var handlerExecutionContext = {
|
|
46
|
-
logger: logger,
|
|
47
|
-
clientName: clientName,
|
|
48
|
-
commandName: commandName,
|
|
49
|
-
inputFilterSensitiveLog: DeleteCodeSigningConfigRequest.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: DeleteCodeSigningConfigResponse.filterSensitiveLog,
|
|
51
|
-
};
|
|
52
|
-
var requestHandler = configuration.requestHandler;
|
|
53
|
-
return stack.resolve(function (request) {
|
|
54
|
-
return requestHandler.handle(request.request, options || {});
|
|
55
|
-
}, handlerExecutionContext);
|
|
56
|
-
};
|
|
57
|
-
DeleteCodeSigningConfigCommand.prototype.serialize = function (input, context) {
|
|
58
|
-
return serializeAws_restJson1DeleteCodeSigningConfigCommand(input, context);
|
|
59
|
-
};
|
|
60
|
-
DeleteCodeSigningConfigCommand.prototype.deserialize = function (output, context) {
|
|
61
|
-
return deserializeAws_restJson1DeleteCodeSigningConfigCommand(output, context);
|
|
62
|
-
};
|
|
63
|
-
return DeleteCodeSigningConfigCommand;
|
|
64
|
-
}($Command));
|
|
65
|
-
export { DeleteCodeSigningConfigCommand };
|
|
66
|
-
//# sourceMappingURL=DeleteCodeSigningConfigCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteCodeSigningConfigCommand.js","sourceRoot":"","sources":["../../../commands/DeleteCodeSigningConfigCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH;IAAoD,kDAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,wCAAqB,KAA0C;QAA/D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteEventSourceMappingCommand, serializeAws_restJson1DeleteEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Deletes an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html">event source
|
|
8
|
-
* mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>
|
|
9
|
-
* <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely deleted for several seconds.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { LambdaClient, DeleteEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
14
|
-
* // const { LambdaClient, DeleteEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
15
|
-
* const client = new LambdaClient(config);
|
|
16
|
-
* const command = new DeleteEventSourceMappingCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteEventSourceMappingCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteEventSourceMappingCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var DeleteEventSourceMappingCommand = /** @class */ (function (_super) {
|
|
26
|
-
__extends(DeleteEventSourceMappingCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
|
-
function DeleteEventSourceMappingCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
33
|
-
_this.input = input;
|
|
34
|
-
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
DeleteEventSourceMappingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
43
|
-
var logger = configuration.logger;
|
|
44
|
-
var clientName = "LambdaClient";
|
|
45
|
-
var commandName = "DeleteEventSourceMappingCommand";
|
|
46
|
-
var handlerExecutionContext = {
|
|
47
|
-
logger: logger,
|
|
48
|
-
clientName: clientName,
|
|
49
|
-
commandName: commandName,
|
|
50
|
-
inputFilterSensitiveLog: DeleteEventSourceMappingRequest.filterSensitiveLog,
|
|
51
|
-
outputFilterSensitiveLog: EventSourceMappingConfiguration.filterSensitiveLog,
|
|
52
|
-
};
|
|
53
|
-
var requestHandler = configuration.requestHandler;
|
|
54
|
-
return stack.resolve(function (request) {
|
|
55
|
-
return requestHandler.handle(request.request, options || {});
|
|
56
|
-
}, handlerExecutionContext);
|
|
57
|
-
};
|
|
58
|
-
DeleteEventSourceMappingCommand.prototype.serialize = function (input, context) {
|
|
59
|
-
return serializeAws_restJson1DeleteEventSourceMappingCommand(input, context);
|
|
60
|
-
};
|
|
61
|
-
DeleteEventSourceMappingCommand.prototype.deserialize = function (output, context) {
|
|
62
|
-
return deserializeAws_restJson1DeleteEventSourceMappingCommand(output, context);
|
|
63
|
-
};
|
|
64
|
-
return DeleteEventSourceMappingCommand;
|
|
65
|
-
}($Command));
|
|
66
|
-
export { DeleteEventSourceMappingCommand };
|
|
67
|
-
//# sourceMappingURL=DeleteEventSourceMappingCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteEventSourceMappingCommand.js","sourceRoot":"","sources":["../../../commands/DeleteEventSourceMappingCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACtG,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH;IAAqD,mDAIpD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,yCAAqB,KAA2C;QAAhE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsC;;QAG9D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,2DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,+BAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mDAAS,GAAjB,UAAkB,KAA2C,EAAE,OAAuB;QACpF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,qDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,sCAAC;AAAD,CAAC,AAtDD,CAAqD,QAAQ,GAsD5D"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand, serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Removes the code signing configuration from the function.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { LambdaClient, DeleteFunctionCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
12
|
-
* // const { LambdaClient, DeleteFunctionCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
13
|
-
* const client = new LambdaClient(config);
|
|
14
|
-
* const command = new DeleteFunctionCodeSigningConfigCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteFunctionCodeSigningConfigCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteFunctionCodeSigningConfigCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DeleteFunctionCodeSigningConfigCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DeleteFunctionCodeSigningConfigCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DeleteFunctionCodeSigningConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "LambdaClient";
|
|
43
|
-
var commandName = "DeleteFunctionCodeSigningConfigCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DeleteFunctionCodeSigningConfigRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: function (output) { return output; },
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DeleteFunctionCodeSigningConfigCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DeleteFunctionCodeSigningConfigCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DeleteFunctionCodeSigningConfigCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DeleteFunctionCodeSigningConfigCommand };
|
|
65
|
-
//# sourceMappingURL=DeleteFunctionCodeSigningConfigCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteFunctionCodeSigningConfigCommand.js","sourceRoot":"","sources":["../../../commands/DeleteFunctionCodeSigningConfigCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA4D,0DAI3D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,gDAAqB,KAAkD;QAAvE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;QAGrE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFunctionRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteFunctionCommand, serializeAws_restJson1DeleteFunctionCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter.
|
|
8
|
-
* Otherwise, all versions and aliases are deleted.</p>
|
|
9
|
-
*
|
|
10
|
-
* <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>.
|
|
11
|
-
* For Amazon Web Services services and resources that invoke your function directly, delete the trigger in the service where you
|
|
12
|
-
* originally configured it.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, DeleteFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, DeleteFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new DeleteFunctionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteFunctionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteFunctionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var DeleteFunctionCommand = /** @class */ (function (_super) {
|
|
29
|
-
__extends(DeleteFunctionCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
|
-
function DeleteFunctionCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
36
|
-
_this.input = input;
|
|
37
|
-
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
DeleteFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
46
|
-
var logger = configuration.logger;
|
|
47
|
-
var clientName = "LambdaClient";
|
|
48
|
-
var commandName = "DeleteFunctionCommand";
|
|
49
|
-
var handlerExecutionContext = {
|
|
50
|
-
logger: logger,
|
|
51
|
-
clientName: clientName,
|
|
52
|
-
commandName: commandName,
|
|
53
|
-
inputFilterSensitiveLog: DeleteFunctionRequest.filterSensitiveLog,
|
|
54
|
-
outputFilterSensitiveLog: function (output) { return output; },
|
|
55
|
-
};
|
|
56
|
-
var requestHandler = configuration.requestHandler;
|
|
57
|
-
return stack.resolve(function (request) {
|
|
58
|
-
return requestHandler.handle(request.request, options || {});
|
|
59
|
-
}, handlerExecutionContext);
|
|
60
|
-
};
|
|
61
|
-
DeleteFunctionCommand.prototype.serialize = function (input, context) {
|
|
62
|
-
return serializeAws_restJson1DeleteFunctionCommand(input, context);
|
|
63
|
-
};
|
|
64
|
-
DeleteFunctionCommand.prototype.deserialize = function (output, context) {
|
|
65
|
-
return deserializeAws_restJson1DeleteFunctionCommand(output, context);
|
|
66
|
-
};
|
|
67
|
-
return DeleteFunctionCommand;
|
|
68
|
-
}($Command));
|
|
69
|
-
export { DeleteFunctionCommand };
|
|
70
|
-
//# sourceMappingURL=DeleteFunctionCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteFunctionCommand.js","sourceRoot":"","sources":["../../../commands/DeleteFunctionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH;IAA2C,yCAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,+BAAqB,KAAiC;QAAtD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteFunctionConcurrencyCommand, serializeAws_restJson1DeleteFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Removes a concurrent execution limit from a function.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { LambdaClient, DeleteFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
12
|
-
* // const { LambdaClient, DeleteFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
13
|
-
* const client = new LambdaClient(config);
|
|
14
|
-
* const command = new DeleteFunctionConcurrencyCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteFunctionConcurrencyCommand = /** @class */ (function (_super) {
|
|
24
|
-
__extends(DeleteFunctionConcurrencyCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
|
-
function DeleteFunctionConcurrencyCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
31
|
-
_this.input = input;
|
|
32
|
-
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
DeleteFunctionConcurrencyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
var logger = configuration.logger;
|
|
42
|
-
var clientName = "LambdaClient";
|
|
43
|
-
var commandName = "DeleteFunctionConcurrencyCommand";
|
|
44
|
-
var handlerExecutionContext = {
|
|
45
|
-
logger: logger,
|
|
46
|
-
clientName: clientName,
|
|
47
|
-
commandName: commandName,
|
|
48
|
-
inputFilterSensitiveLog: DeleteFunctionConcurrencyRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: function (output) { return output; },
|
|
50
|
-
};
|
|
51
|
-
var requestHandler = configuration.requestHandler;
|
|
52
|
-
return stack.resolve(function (request) {
|
|
53
|
-
return requestHandler.handle(request.request, options || {});
|
|
54
|
-
}, handlerExecutionContext);
|
|
55
|
-
};
|
|
56
|
-
DeleteFunctionConcurrencyCommand.prototype.serialize = function (input, context) {
|
|
57
|
-
return serializeAws_restJson1DeleteFunctionConcurrencyCommand(input, context);
|
|
58
|
-
};
|
|
59
|
-
DeleteFunctionConcurrencyCommand.prototype.deserialize = function (output, context) {
|
|
60
|
-
return deserializeAws_restJson1DeleteFunctionConcurrencyCommand(output, context);
|
|
61
|
-
};
|
|
62
|
-
return DeleteFunctionConcurrencyCommand;
|
|
63
|
-
}($Command));
|
|
64
|
-
export { DeleteFunctionConcurrencyCommand };
|
|
65
|
-
//# sourceMappingURL=DeleteFunctionConcurrencyCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteFunctionConcurrencyCommand.js","sourceRoot":"","sources":["../../../commands/DeleteFunctionConcurrencyCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAsD,oDAIrD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,0CAAqB,KAA4C;QAAjE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;QAG/D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand, serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
8
|
-
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { LambdaClient, DeleteFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
13
|
-
* // const { LambdaClient, DeleteFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
14
|
-
* const client = new LambdaClient(config);
|
|
15
|
-
* const command = new DeleteFunctionEventInvokeConfigCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeleteFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeleteFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeleteFunctionEventInvokeConfigCommand = /** @class */ (function (_super) {
|
|
25
|
-
__extends(DeleteFunctionEventInvokeConfigCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
function DeleteFunctionEventInvokeConfigCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
32
|
-
_this.input = input;
|
|
33
|
-
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
DeleteFunctionEventInvokeConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
var logger = configuration.logger;
|
|
43
|
-
var clientName = "LambdaClient";
|
|
44
|
-
var commandName = "DeleteFunctionEventInvokeConfigCommand";
|
|
45
|
-
var handlerExecutionContext = {
|
|
46
|
-
logger: logger,
|
|
47
|
-
clientName: clientName,
|
|
48
|
-
commandName: commandName,
|
|
49
|
-
inputFilterSensitiveLog: DeleteFunctionEventInvokeConfigRequest.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: function (output) { return output; },
|
|
51
|
-
};
|
|
52
|
-
var requestHandler = configuration.requestHandler;
|
|
53
|
-
return stack.resolve(function (request) {
|
|
54
|
-
return requestHandler.handle(request.request, options || {});
|
|
55
|
-
}, handlerExecutionContext);
|
|
56
|
-
};
|
|
57
|
-
DeleteFunctionEventInvokeConfigCommand.prototype.serialize = function (input, context) {
|
|
58
|
-
return serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand(input, context);
|
|
59
|
-
};
|
|
60
|
-
DeleteFunctionEventInvokeConfigCommand.prototype.deserialize = function (output, context) {
|
|
61
|
-
return deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand(output, context);
|
|
62
|
-
};
|
|
63
|
-
return DeleteFunctionEventInvokeConfigCommand;
|
|
64
|
-
}($Command));
|
|
65
|
-
export { DeleteFunctionEventInvokeConfigCommand };
|
|
66
|
-
//# sourceMappingURL=DeleteFunctionEventInvokeConfigCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteFunctionEventInvokeConfigCommand.js","sourceRoot":"","sources":["../../../commands/DeleteFunctionEventInvokeConfigCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH;IAA4D,0DAI3D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,gDAAqB,KAAkD;QAAvE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;QAGrE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
|