@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,4 +0,0 @@
|
|
|
1
|
-
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListAliases(config: LambdaPaginationConfiguration, input: ListAliasesCommandInput, ...additionalArguments: any): Paginator<ListAliasesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "../commands/ListCodeSigningConfigsCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListCodeSigningConfigs(config: LambdaPaginationConfiguration, input: ListCodeSigningConfigsCommandInput, ...additionalArguments: any): Paginator<ListCodeSigningConfigsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "../commands/ListEventSourceMappingsCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListEventSourceMappings(config: LambdaPaginationConfiguration, input: ListEventSourceMappingsCommandInput, ...additionalArguments: any): Paginator<ListEventSourceMappingsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "../commands/ListFunctionEventInvokeConfigsCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListFunctionEventInvokeConfigs(config: LambdaPaginationConfiguration, input: ListFunctionEventInvokeConfigsCommandInput, ...additionalArguments: any): Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "../commands/ListFunctionsByCodeSigningConfigCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListFunctionsByCodeSigningConfig(config: LambdaPaginationConfiguration, input: ListFunctionsByCodeSigningConfigCommandInput, ...additionalArguments: any): Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListFunctions(config: LambdaPaginationConfiguration, input: ListFunctionsCommandInput, ...additionalArguments: any): Paginator<ListFunctionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "../commands/ListLayerVersionsCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListLayerVersions(config: LambdaPaginationConfiguration, input: ListLayerVersionsCommandInput, ...additionalArguments: any): Paginator<ListLayerVersionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListLayers(config: LambdaPaginationConfiguration, input: ListLayersCommandInput, ...additionalArguments: any): Paginator<ListLayersCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "../commands/ListProvisionedConcurrencyConfigsCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListProvisionedConcurrencyConfigs(config: LambdaPaginationConfiguration, input: ListProvisionedConcurrencyConfigsCommandInput, ...additionalArguments: any): Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "../commands/ListVersionsByFunctionCommand";
|
|
2
|
-
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListVersionsByFunction(config: LambdaPaginationConfiguration, input: ListVersionsByFunctionCommandInput, ...additionalArguments: any): Paginator<ListVersionsByFunctionCommandOutput>;
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "../commands/AddLayerVersionPermissionCommand";
|
|
2
|
-
import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand";
|
|
3
|
-
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
|
|
4
|
-
import { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "../commands/CreateCodeSigningConfigCommand";
|
|
5
|
-
import { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "../commands/CreateEventSourceMappingCommand";
|
|
6
|
-
import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
|
|
7
|
-
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
|
|
8
|
-
import { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "../commands/DeleteCodeSigningConfigCommand";
|
|
9
|
-
import { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "../commands/DeleteEventSourceMappingCommand";
|
|
10
|
-
import { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "../commands/DeleteFunctionCodeSigningConfigCommand";
|
|
11
|
-
import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
|
|
12
|
-
import { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "../commands/DeleteFunctionConcurrencyCommand";
|
|
13
|
-
import { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "../commands/DeleteFunctionEventInvokeConfigCommand";
|
|
14
|
-
import { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "../commands/DeleteLayerVersionCommand";
|
|
15
|
-
import { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "../commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
16
|
-
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
|
|
17
|
-
import { GetAliasCommandInput, GetAliasCommandOutput } from "../commands/GetAliasCommand";
|
|
18
|
-
import { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "../commands/GetCodeSigningConfigCommand";
|
|
19
|
-
import { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "../commands/GetEventSourceMappingCommand";
|
|
20
|
-
import { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "../commands/GetFunctionCodeSigningConfigCommand";
|
|
21
|
-
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "../commands/GetFunctionCommand";
|
|
22
|
-
import { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "../commands/GetFunctionConcurrencyCommand";
|
|
23
|
-
import { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "../commands/GetFunctionConfigurationCommand";
|
|
24
|
-
import { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "../commands/GetFunctionEventInvokeConfigCommand";
|
|
25
|
-
import { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "../commands/GetLayerVersionByArnCommand";
|
|
26
|
-
import { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "../commands/GetLayerVersionCommand";
|
|
27
|
-
import { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "../commands/GetLayerVersionPolicyCommand";
|
|
28
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
29
|
-
import { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "../commands/GetProvisionedConcurrencyConfigCommand";
|
|
30
|
-
import { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "../commands/InvokeAsyncCommand";
|
|
31
|
-
import { InvokeCommandInput, InvokeCommandOutput } from "../commands/InvokeCommand";
|
|
32
|
-
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
33
|
-
import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "../commands/ListCodeSigningConfigsCommand";
|
|
34
|
-
import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "../commands/ListEventSourceMappingsCommand";
|
|
35
|
-
import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "../commands/ListFunctionEventInvokeConfigsCommand";
|
|
36
|
-
import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "../commands/ListFunctionsByCodeSigningConfigCommand";
|
|
37
|
-
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
|
|
38
|
-
import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "../commands/ListLayerVersionsCommand";
|
|
39
|
-
import { ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand";
|
|
40
|
-
import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "../commands/ListProvisionedConcurrencyConfigsCommand";
|
|
41
|
-
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
42
|
-
import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "../commands/ListVersionsByFunctionCommand";
|
|
43
|
-
import { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "../commands/PublishLayerVersionCommand";
|
|
44
|
-
import { PublishVersionCommandInput, PublishVersionCommandOutput } from "../commands/PublishVersionCommand";
|
|
45
|
-
import { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "../commands/PutFunctionCodeSigningConfigCommand";
|
|
46
|
-
import { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "../commands/PutFunctionConcurrencyCommand";
|
|
47
|
-
import { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "../commands/PutFunctionEventInvokeConfigCommand";
|
|
48
|
-
import { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "../commands/PutProvisionedConcurrencyConfigCommand";
|
|
49
|
-
import { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "../commands/RemoveLayerVersionPermissionCommand";
|
|
50
|
-
import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
|
|
51
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
52
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
53
|
-
import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
|
|
54
|
-
import { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "../commands/UpdateCodeSigningConfigCommand";
|
|
55
|
-
import { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "../commands/UpdateEventSourceMappingCommand";
|
|
56
|
-
import { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "../commands/UpdateFunctionCodeCommand";
|
|
57
|
-
import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "../commands/UpdateFunctionConfigurationCommand";
|
|
58
|
-
import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "../commands/UpdateFunctionEventInvokeConfigCommand";
|
|
59
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
60
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
61
|
-
export declare const serializeAws_restJson1AddLayerVersionPermissionCommand: (input: AddLayerVersionPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_restJson1AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_restJson1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_restJson1CreateCodeSigningConfigCommand: (input: CreateCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_restJson1CreateEventSourceMappingCommand: (input: CreateEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_restJson1CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_restJson1DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_restJson1DeleteCodeSigningConfigCommand: (input: DeleteCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const serializeAws_restJson1DeleteEventSourceMappingCommand: (input: DeleteEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const serializeAws_restJson1DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
export declare const serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (input: DeleteFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
export declare const serializeAws_restJson1DeleteFunctionConcurrencyCommand: (input: DeleteFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
export declare const serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (input: DeleteFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const serializeAws_restJson1DeleteLayerVersionCommand: (input: DeleteLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
export declare const serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (input: DeleteProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
export declare const serializeAws_restJson1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
export declare const serializeAws_restJson1GetAliasCommand: (input: GetAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const serializeAws_restJson1GetCodeSigningConfigCommand: (input: GetCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
export declare const serializeAws_restJson1GetEventSourceMappingCommand: (input: GetEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
export declare const serializeAws_restJson1GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
export declare const serializeAws_restJson1GetFunctionCodeSigningConfigCommand: (input: GetFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const serializeAws_restJson1GetFunctionConcurrencyCommand: (input: GetFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
export declare const serializeAws_restJson1GetFunctionConfigurationCommand: (input: GetFunctionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
export declare const serializeAws_restJson1GetFunctionEventInvokeConfigCommand: (input: GetFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
export declare const serializeAws_restJson1GetLayerVersionCommand: (input: GetLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const serializeAws_restJson1GetLayerVersionByArnCommand: (input: GetLayerVersionByArnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
export declare const serializeAws_restJson1GetLayerVersionPolicyCommand: (input: GetLayerVersionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
export declare const serializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (input: GetProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const serializeAws_restJson1InvokeCommand: (input: InvokeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
export declare const serializeAws_restJson1InvokeAsyncCommand: (input: InvokeAsyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
export declare const serializeAws_restJson1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
export declare const serializeAws_restJson1ListCodeSigningConfigsCommand: (input: ListCodeSigningConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const serializeAws_restJson1ListEventSourceMappingsCommand: (input: ListEventSourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
export declare const serializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (input: ListFunctionEventInvokeConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
export declare const serializeAws_restJson1ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
export declare const serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (input: ListFunctionsByCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const serializeAws_restJson1ListLayersCommand: (input: ListLayersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
export declare const serializeAws_restJson1ListLayerVersionsCommand: (input: ListLayerVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
export declare const serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (input: ListProvisionedConcurrencyConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
export declare const serializeAws_restJson1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const serializeAws_restJson1ListVersionsByFunctionCommand: (input: ListVersionsByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
export declare const serializeAws_restJson1PublishLayerVersionCommand: (input: PublishLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
export declare const serializeAws_restJson1PublishVersionCommand: (input: PublishVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
export declare const serializeAws_restJson1PutFunctionCodeSigningConfigCommand: (input: PutFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const serializeAws_restJson1PutFunctionConcurrencyCommand: (input: PutFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
export declare const serializeAws_restJson1PutFunctionEventInvokeConfigCommand: (input: PutFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
export declare const serializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (input: PutProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
export declare const serializeAws_restJson1RemoveLayerVersionPermissionCommand: (input: RemoveLayerVersionPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const serializeAws_restJson1RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
export declare const serializeAws_restJson1UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const serializeAws_restJson1UpdateCodeSigningConfigCommand: (input: UpdateCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
export declare const serializeAws_restJson1UpdateEventSourceMappingCommand: (input: UpdateEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
export declare const serializeAws_restJson1UpdateFunctionCodeCommand: (input: UpdateFunctionCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
export declare const serializeAws_restJson1UpdateFunctionConfigurationCommand: (input: UpdateFunctionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const serializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (input: UpdateFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
export declare const deserializeAws_restJson1AddLayerVersionPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLayerVersionPermissionCommandOutput>;
|
|
120
|
-
export declare const deserializeAws_restJson1AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
|
|
121
|
-
export declare const deserializeAws_restJson1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
|
|
122
|
-
export declare const deserializeAws_restJson1CreateCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSigningConfigCommandOutput>;
|
|
123
|
-
export declare const deserializeAws_restJson1CreateEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSourceMappingCommandOutput>;
|
|
124
|
-
export declare const deserializeAws_restJson1CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
|
|
125
|
-
export declare const deserializeAws_restJson1DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
|
|
126
|
-
export declare const deserializeAws_restJson1DeleteCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSigningConfigCommandOutput>;
|
|
127
|
-
export declare const deserializeAws_restJson1DeleteEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSourceMappingCommandOutput>;
|
|
128
|
-
export declare const deserializeAws_restJson1DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
|
|
129
|
-
export declare const deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
|
|
130
|
-
export declare const deserializeAws_restJson1DeleteFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionConcurrencyCommandOutput>;
|
|
131
|
-
export declare const deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
|
|
132
|
-
export declare const deserializeAws_restJson1DeleteLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLayerVersionCommandOutput>;
|
|
133
|
-
export declare const deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
134
|
-
export declare const deserializeAws_restJson1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
|
|
135
|
-
export declare const deserializeAws_restJson1GetAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAliasCommandOutput>;
|
|
136
|
-
export declare const deserializeAws_restJson1GetCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSigningConfigCommandOutput>;
|
|
137
|
-
export declare const deserializeAws_restJson1GetEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventSourceMappingCommandOutput>;
|
|
138
|
-
export declare const deserializeAws_restJson1GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
|
|
139
|
-
export declare const deserializeAws_restJson1GetFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCodeSigningConfigCommandOutput>;
|
|
140
|
-
export declare const deserializeAws_restJson1GetFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionConcurrencyCommandOutput>;
|
|
141
|
-
export declare const deserializeAws_restJson1GetFunctionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionConfigurationCommandOutput>;
|
|
142
|
-
export declare const deserializeAws_restJson1GetFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionEventInvokeConfigCommandOutput>;
|
|
143
|
-
export declare const deserializeAws_restJson1GetLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionCommandOutput>;
|
|
144
|
-
export declare const deserializeAws_restJson1GetLayerVersionByArnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionByArnCommandOutput>;
|
|
145
|
-
export declare const deserializeAws_restJson1GetLayerVersionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionPolicyCommandOutput>;
|
|
146
|
-
export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
147
|
-
export declare const deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProvisionedConcurrencyConfigCommandOutput>;
|
|
148
|
-
export declare const deserializeAws_restJson1InvokeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeCommandOutput>;
|
|
149
|
-
export declare const deserializeAws_restJson1InvokeAsyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeAsyncCommandOutput>;
|
|
150
|
-
export declare const deserializeAws_restJson1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
|
|
151
|
-
export declare const deserializeAws_restJson1ListCodeSigningConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSigningConfigsCommandOutput>;
|
|
152
|
-
export declare const deserializeAws_restJson1ListEventSourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventSourceMappingsCommandOutput>;
|
|
153
|
-
export declare const deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
154
|
-
export declare const deserializeAws_restJson1ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
|
|
155
|
-
export declare const deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
156
|
-
export declare const deserializeAws_restJson1ListLayersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayersCommandOutput>;
|
|
157
|
-
export declare const deserializeAws_restJson1ListLayerVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayerVersionsCommandOutput>;
|
|
158
|
-
export declare const deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
159
|
-
export declare const deserializeAws_restJson1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
|
|
160
|
-
export declare const deserializeAws_restJson1ListVersionsByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVersionsByFunctionCommandOutput>;
|
|
161
|
-
export declare const deserializeAws_restJson1PublishLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishLayerVersionCommandOutput>;
|
|
162
|
-
export declare const deserializeAws_restJson1PublishVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishVersionCommandOutput>;
|
|
163
|
-
export declare const deserializeAws_restJson1PutFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionCodeSigningConfigCommandOutput>;
|
|
164
|
-
export declare const deserializeAws_restJson1PutFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionConcurrencyCommandOutput>;
|
|
165
|
-
export declare const deserializeAws_restJson1PutFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionEventInvokeConfigCommandOutput>;
|
|
166
|
-
export declare const deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProvisionedConcurrencyConfigCommandOutput>;
|
|
167
|
-
export declare const deserializeAws_restJson1RemoveLayerVersionPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLayerVersionPermissionCommandOutput>;
|
|
168
|
-
export declare const deserializeAws_restJson1RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
|
|
169
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
170
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
171
|
-
export declare const deserializeAws_restJson1UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
|
|
172
|
-
export declare const deserializeAws_restJson1UpdateCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSigningConfigCommandOutput>;
|
|
173
|
-
export declare const deserializeAws_restJson1UpdateEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventSourceMappingCommandOutput>;
|
|
174
|
-
export declare const deserializeAws_restJson1UpdateFunctionCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCodeCommandOutput>;
|
|
175
|
-
export declare const deserializeAws_restJson1UpdateFunctionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionConfigurationCommandOutput>;
|
|
176
|
-
export declare const deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { LambdaClientConfig } from "./LambdaClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { LambdaClientConfig } from "./LambdaClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LambdaClientConfig } from "./LambdaClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
-
};
|