@depup/aws-sdk__client-lambda 3.1010.0-depup.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/LICENSE +201 -0
- package/README.md +40 -0
- package/changes.json +46 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +2089 -0
- package/dist-cjs/models/LambdaServiceException.js +12 -0
- package/dist-cjs/models/errors.js +730 -0
- package/dist-cjs/runtimeConfig.browser.js +40 -0
- package/dist-cjs/runtimeConfig.js +55 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +43 -0
- package/dist-cjs/schemas/schemas_0.js +2680 -0
- package/dist-es/Lambda.js +225 -0
- package/dist-es/LambdaClient.js +52 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +16 -0
- package/dist-es/commands/AddPermissionCommand.js +16 -0
- package/dist-es/commands/CheckpointDurableExecutionCommand.js +16 -0
- package/dist-es/commands/CreateAliasCommand.js +16 -0
- package/dist-es/commands/CreateCapacityProviderCommand.js +16 -0
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/CreateEventSourceMappingCommand.js +16 -0
- package/dist-es/commands/CreateFunctionCommand.js +16 -0
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +16 -0
- package/dist-es/commands/DeleteAliasCommand.js +16 -0
- package/dist-es/commands/DeleteCapacityProviderCommand.js +16 -0
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +16 -0
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/DeleteFunctionCommand.js +16 -0
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +16 -0
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +16 -0
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +16 -0
- package/dist-es/commands/DeleteLayerVersionCommand.js +16 -0
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +16 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +16 -0
- package/dist-es/commands/GetAliasCommand.js +16 -0
- package/dist-es/commands/GetCapacityProviderCommand.js +16 -0
- package/dist-es/commands/GetCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/GetDurableExecutionCommand.js +16 -0
- package/dist-es/commands/GetDurableExecutionHistoryCommand.js +16 -0
- package/dist-es/commands/GetDurableExecutionStateCommand.js +16 -0
- package/dist-es/commands/GetEventSourceMappingCommand.js +16 -0
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/GetFunctionCommand.js +16 -0
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +16 -0
- package/dist-es/commands/GetFunctionConfigurationCommand.js +16 -0
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +16 -0
- package/dist-es/commands/GetFunctionRecursionConfigCommand.js +16 -0
- package/dist-es/commands/GetFunctionScalingConfigCommand.js +16 -0
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +16 -0
- package/dist-es/commands/GetLayerVersionByArnCommand.js +16 -0
- package/dist-es/commands/GetLayerVersionCommand.js +16 -0
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +16 -0
- package/dist-es/commands/GetPolicyCommand.js +16 -0
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +16 -0
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +16 -0
- package/dist-es/commands/InvokeAsyncCommand.js +16 -0
- package/dist-es/commands/InvokeCommand.js +16 -0
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +20 -0
- package/dist-es/commands/ListAliasesCommand.js +16 -0
- package/dist-es/commands/ListCapacityProvidersCommand.js +16 -0
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +16 -0
- package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +16 -0
- package/dist-es/commands/ListEventSourceMappingsCommand.js +16 -0
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +16 -0
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +16 -0
- package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +16 -0
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/ListFunctionsCommand.js +16 -0
- package/dist-es/commands/ListLayerVersionsCommand.js +16 -0
- package/dist-es/commands/ListLayersCommand.js +16 -0
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +16 -0
- package/dist-es/commands/ListTagsCommand.js +16 -0
- package/dist-es/commands/ListVersionsByFunctionCommand.js +16 -0
- package/dist-es/commands/PublishLayerVersionCommand.js +16 -0
- package/dist-es/commands/PublishVersionCommand.js +16 -0
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +16 -0
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +16 -0
- package/dist-es/commands/PutFunctionRecursionConfigCommand.js +16 -0
- package/dist-es/commands/PutFunctionScalingConfigCommand.js +16 -0
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +16 -0
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +16 -0
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +16 -0
- package/dist-es/commands/RemovePermissionCommand.js +16 -0
- package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +16 -0
- package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +16 -0
- package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +16 -0
- package/dist-es/commands/StopDurableExecutionCommand.js +16 -0
- package/dist-es/commands/TagResourceCommand.js +16 -0
- package/dist-es/commands/UntagResourceCommand.js +16 -0
- package/dist-es/commands/UpdateAliasCommand.js +16 -0
- package/dist-es/commands/UpdateCapacityProviderCommand.js +16 -0
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +16 -0
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +16 -0
- package/dist-es/commands/UpdateFunctionCodeCommand.js +16 -0
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +16 -0
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +16 -0
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +16 -0
- package/dist-es/commands/index.js +85 -0
- package/dist-es/endpoint/EndpointParameters.js +13 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +10 -0
- package/dist-es/models/LambdaServiceException.js +8 -0
- package/dist-es/models/enums.js +350 -0
- package/dist-es/models/errors.js +683 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/pagination/GetDurableExecutionHistoryPaginator.js +4 -0
- package/dist-es/pagination/GetDurableExecutionStatePaginator.js +4 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListDurableExecutionsByFunctionPaginator.js +4 -0
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionUrlConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionVersionsByCapacityProviderPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionsPaginator.js +4 -0
- package/dist-es/pagination/ListLayerVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListLayersPaginator.js +4 -0
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +4 -0
- package/dist-es/pagination/index.js +17 -0
- package/dist-es/runtimeConfig.browser.js +35 -0
- package/dist-es/runtimeConfig.js +50 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +39 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-es/schemas/schemas_0.js +2670 -0
- package/dist-es/waiters/index.js +6 -0
- package/dist-es/waiters/waitForFunctionActive.js +49 -0
- package/dist-es/waiters/waitForFunctionActiveV2.js +49 -0
- package/dist-es/waiters/waitForFunctionExists.js +26 -0
- package/dist-es/waiters/waitForFunctionUpdated.js +49 -0
- package/dist-es/waiters/waitForFunctionUpdatedV2.js +49 -0
- package/dist-es/waiters/waitForPublishedVersionActive.js +49 -0
- package/dist-types/Lambda.d.ts +760 -0
- package/dist-types/LambdaClient.d.ts +277 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +122 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +144 -0
- package/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +190 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +128 -0
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +162 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +104 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +336 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +379 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +128 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +99 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +126 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +84 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +228 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +90 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +104 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +100 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +102 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +85 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +93 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +102 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +111 -0
- package/dist-types/commands/GetAliasCommand.d.ts +116 -0
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +123 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +96 -0
- package/dist-types/commands/GetDurableExecutionCommand.d.ts +105 -0
- package/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +259 -0
- package/dist-types/commands/GetDurableExecutionStateCommand.d.ts +152 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +227 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +87 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +274 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +101 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +246 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +123 -0
- package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +86 -0
- package/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +95 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +108 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +131 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +135 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +88 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +105 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +135 -0
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +89 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +109 -0
- package/dist-types/commands/InvokeCommand.d.ts +237 -0
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +194 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +138 -0
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +125 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +97 -0
- package/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +106 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +234 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +132 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +114 -0
- package/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +95 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +88 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +266 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +139 -0
- package/dist-types/commands/ListLayersCommand.d.ts +135 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +131 -0
- package/dist-types/commands/ListTagsCommand.d.ts +106 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +282 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +160 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +258 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +94 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +106 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +135 -0
- package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +90 -0
- package/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +94 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +116 -0
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +94 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +105 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +105 -0
- package/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +92 -0
- package/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +84 -0
- package/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +91 -0
- package/dist-types/commands/StopDurableExecutionCommand.d.ts +94 -0
- package/dist-types/commands/TagResourceCommand.d.ts +106 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +106 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +141 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +136 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +105 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +323 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +264 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +324 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +140 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +129 -0
- package/dist-types/commands/index.d.ts +85 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +18 -0
- package/dist-types/models/LambdaServiceException.d.ts +14 -0
- package/dist-types/models/enums.d.ts +702 -0
- package/dist-types/models/errors.d.ts +668 -0
- package/dist-types/models/models_0.d.ts +5953 -0
- package/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +7 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLayersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +17 -0
- package/dist-types/runtimeConfig.browser.d.ts +56 -0
- package/dist-types/runtimeConfig.d.ts +56 -0
- package/dist-types/runtimeConfig.native.d.ts +55 -0
- package/dist-types/runtimeConfig.shared.d.ts +27 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/schemas/schemas_0.d.ts +399 -0
- package/dist-types/ts3.4/Lambda.d.ts +1664 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +637 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +85 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +13 -0
- package/dist-types/ts3.4/models/LambdaServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/enums.d.ts +425 -0
- package/dist-types/ts3.4/models/errors.d.ts +409 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1499 -0
- package/dist-types/ts3.4/pagination/GetDurableExecutionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetDurableExecutionStatePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +101 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +105 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +399 -0
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +6 -0
- package/dist-types/waiters/waitForFunctionActive.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionActiveV2.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionExists.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionUpdated.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +14 -0
- package/dist-types/waiters/waitForPublishedVersionActive.d.ts +14 -0
- package/package.json +164 -0
|
@@ -0,0 +1,637 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EventStreamSerdeInputConfig,
|
|
15
|
+
EventStreamSerdeResolvedConfig,
|
|
16
|
+
} from "@smithy/eventstream-serde-config-resolver";
|
|
17
|
+
import {
|
|
18
|
+
EndpointInputConfig,
|
|
19
|
+
EndpointResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-endpoint";
|
|
21
|
+
import {
|
|
22
|
+
RetryInputConfig,
|
|
23
|
+
RetryResolvedConfig,
|
|
24
|
+
} from "@smithy/middleware-retry";
|
|
25
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
DefaultsMode as __DefaultsMode,
|
|
28
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
29
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
30
|
+
Client as __Client,
|
|
31
|
+
} from "@smithy/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
35
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
36
|
+
Decoder as __Decoder,
|
|
37
|
+
Encoder as __Encoder,
|
|
38
|
+
EventStreamSerdeProvider as __EventStreamSerdeProvider,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
StreamCollector as __StreamCollector,
|
|
44
|
+
UrlParser as __UrlParser,
|
|
45
|
+
AwsCredentialIdentityProvider,
|
|
46
|
+
Provider,
|
|
47
|
+
UserAgent as __UserAgent,
|
|
48
|
+
} from "@smithy/types";
|
|
49
|
+
import {
|
|
50
|
+
HttpAuthSchemeInputConfig,
|
|
51
|
+
HttpAuthSchemeResolvedConfig,
|
|
52
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
53
|
+
import {
|
|
54
|
+
AddLayerVersionPermissionCommandInput,
|
|
55
|
+
AddLayerVersionPermissionCommandOutput,
|
|
56
|
+
} from "./commands/AddLayerVersionPermissionCommand";
|
|
57
|
+
import {
|
|
58
|
+
AddPermissionCommandInput,
|
|
59
|
+
AddPermissionCommandOutput,
|
|
60
|
+
} from "./commands/AddPermissionCommand";
|
|
61
|
+
import {
|
|
62
|
+
CheckpointDurableExecutionCommandInput,
|
|
63
|
+
CheckpointDurableExecutionCommandOutput,
|
|
64
|
+
} from "./commands/CheckpointDurableExecutionCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateAliasCommandInput,
|
|
67
|
+
CreateAliasCommandOutput,
|
|
68
|
+
} from "./commands/CreateAliasCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateCapacityProviderCommandInput,
|
|
71
|
+
CreateCapacityProviderCommandOutput,
|
|
72
|
+
} from "./commands/CreateCapacityProviderCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateCodeSigningConfigCommandInput,
|
|
75
|
+
CreateCodeSigningConfigCommandOutput,
|
|
76
|
+
} from "./commands/CreateCodeSigningConfigCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateEventSourceMappingCommandInput,
|
|
79
|
+
CreateEventSourceMappingCommandOutput,
|
|
80
|
+
} from "./commands/CreateEventSourceMappingCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateFunctionCommandInput,
|
|
83
|
+
CreateFunctionCommandOutput,
|
|
84
|
+
} from "./commands/CreateFunctionCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateFunctionUrlConfigCommandInput,
|
|
87
|
+
CreateFunctionUrlConfigCommandOutput,
|
|
88
|
+
} from "./commands/CreateFunctionUrlConfigCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteAliasCommandInput,
|
|
91
|
+
DeleteAliasCommandOutput,
|
|
92
|
+
} from "./commands/DeleteAliasCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteCapacityProviderCommandInput,
|
|
95
|
+
DeleteCapacityProviderCommandOutput,
|
|
96
|
+
} from "./commands/DeleteCapacityProviderCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteCodeSigningConfigCommandInput,
|
|
99
|
+
DeleteCodeSigningConfigCommandOutput,
|
|
100
|
+
} from "./commands/DeleteCodeSigningConfigCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteEventSourceMappingCommandInput,
|
|
103
|
+
DeleteEventSourceMappingCommandOutput,
|
|
104
|
+
} from "./commands/DeleteEventSourceMappingCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteFunctionCodeSigningConfigCommandInput,
|
|
107
|
+
DeleteFunctionCodeSigningConfigCommandOutput,
|
|
108
|
+
} from "./commands/DeleteFunctionCodeSigningConfigCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteFunctionCommandInput,
|
|
111
|
+
DeleteFunctionCommandOutput,
|
|
112
|
+
} from "./commands/DeleteFunctionCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
115
|
+
DeleteFunctionConcurrencyCommandOutput,
|
|
116
|
+
} from "./commands/DeleteFunctionConcurrencyCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
119
|
+
DeleteFunctionEventInvokeConfigCommandOutput,
|
|
120
|
+
} from "./commands/DeleteFunctionEventInvokeConfigCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
123
|
+
DeleteFunctionUrlConfigCommandOutput,
|
|
124
|
+
} from "./commands/DeleteFunctionUrlConfigCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteLayerVersionCommandInput,
|
|
127
|
+
DeleteLayerVersionCommandOutput,
|
|
128
|
+
} from "./commands/DeleteLayerVersionCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
131
|
+
DeleteProvisionedConcurrencyConfigCommandOutput,
|
|
132
|
+
} from "./commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetAccountSettingsCommandInput,
|
|
135
|
+
GetAccountSettingsCommandOutput,
|
|
136
|
+
} from "./commands/GetAccountSettingsCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetAliasCommandInput,
|
|
139
|
+
GetAliasCommandOutput,
|
|
140
|
+
} from "./commands/GetAliasCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetCapacityProviderCommandInput,
|
|
143
|
+
GetCapacityProviderCommandOutput,
|
|
144
|
+
} from "./commands/GetCapacityProviderCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetCodeSigningConfigCommandInput,
|
|
147
|
+
GetCodeSigningConfigCommandOutput,
|
|
148
|
+
} from "./commands/GetCodeSigningConfigCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetDurableExecutionCommandInput,
|
|
151
|
+
GetDurableExecutionCommandOutput,
|
|
152
|
+
} from "./commands/GetDurableExecutionCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetDurableExecutionHistoryCommandInput,
|
|
155
|
+
GetDurableExecutionHistoryCommandOutput,
|
|
156
|
+
} from "./commands/GetDurableExecutionHistoryCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetDurableExecutionStateCommandInput,
|
|
159
|
+
GetDurableExecutionStateCommandOutput,
|
|
160
|
+
} from "./commands/GetDurableExecutionStateCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetEventSourceMappingCommandInput,
|
|
163
|
+
GetEventSourceMappingCommandOutput,
|
|
164
|
+
} from "./commands/GetEventSourceMappingCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
167
|
+
GetFunctionCodeSigningConfigCommandOutput,
|
|
168
|
+
} from "./commands/GetFunctionCodeSigningConfigCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetFunctionCommandInput,
|
|
171
|
+
GetFunctionCommandOutput,
|
|
172
|
+
} from "./commands/GetFunctionCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetFunctionConcurrencyCommandInput,
|
|
175
|
+
GetFunctionConcurrencyCommandOutput,
|
|
176
|
+
} from "./commands/GetFunctionConcurrencyCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetFunctionConfigurationCommandInput,
|
|
179
|
+
GetFunctionConfigurationCommandOutput,
|
|
180
|
+
} from "./commands/GetFunctionConfigurationCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
183
|
+
GetFunctionEventInvokeConfigCommandOutput,
|
|
184
|
+
} from "./commands/GetFunctionEventInvokeConfigCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetFunctionRecursionConfigCommandInput,
|
|
187
|
+
GetFunctionRecursionConfigCommandOutput,
|
|
188
|
+
} from "./commands/GetFunctionRecursionConfigCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetFunctionScalingConfigCommandInput,
|
|
191
|
+
GetFunctionScalingConfigCommandOutput,
|
|
192
|
+
} from "./commands/GetFunctionScalingConfigCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetFunctionUrlConfigCommandInput,
|
|
195
|
+
GetFunctionUrlConfigCommandOutput,
|
|
196
|
+
} from "./commands/GetFunctionUrlConfigCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetLayerVersionByArnCommandInput,
|
|
199
|
+
GetLayerVersionByArnCommandOutput,
|
|
200
|
+
} from "./commands/GetLayerVersionByArnCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetLayerVersionCommandInput,
|
|
203
|
+
GetLayerVersionCommandOutput,
|
|
204
|
+
} from "./commands/GetLayerVersionCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetLayerVersionPolicyCommandInput,
|
|
207
|
+
GetLayerVersionPolicyCommandOutput,
|
|
208
|
+
} from "./commands/GetLayerVersionPolicyCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetPolicyCommandInput,
|
|
211
|
+
GetPolicyCommandOutput,
|
|
212
|
+
} from "./commands/GetPolicyCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
215
|
+
GetProvisionedConcurrencyConfigCommandOutput,
|
|
216
|
+
} from "./commands/GetProvisionedConcurrencyConfigCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetRuntimeManagementConfigCommandInput,
|
|
219
|
+
GetRuntimeManagementConfigCommandOutput,
|
|
220
|
+
} from "./commands/GetRuntimeManagementConfigCommand";
|
|
221
|
+
import {
|
|
222
|
+
InvokeAsyncCommandInput,
|
|
223
|
+
InvokeAsyncCommandOutput,
|
|
224
|
+
} from "./commands/InvokeAsyncCommand";
|
|
225
|
+
import {
|
|
226
|
+
InvokeCommandInput,
|
|
227
|
+
InvokeCommandOutput,
|
|
228
|
+
} from "./commands/InvokeCommand";
|
|
229
|
+
import {
|
|
230
|
+
InvokeWithResponseStreamCommandInput,
|
|
231
|
+
InvokeWithResponseStreamCommandOutput,
|
|
232
|
+
} from "./commands/InvokeWithResponseStreamCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListAliasesCommandInput,
|
|
235
|
+
ListAliasesCommandOutput,
|
|
236
|
+
} from "./commands/ListAliasesCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListCapacityProvidersCommandInput,
|
|
239
|
+
ListCapacityProvidersCommandOutput,
|
|
240
|
+
} from "./commands/ListCapacityProvidersCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListCodeSigningConfigsCommandInput,
|
|
243
|
+
ListCodeSigningConfigsCommandOutput,
|
|
244
|
+
} from "./commands/ListCodeSigningConfigsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListDurableExecutionsByFunctionCommandInput,
|
|
247
|
+
ListDurableExecutionsByFunctionCommandOutput,
|
|
248
|
+
} from "./commands/ListDurableExecutionsByFunctionCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListEventSourceMappingsCommandInput,
|
|
251
|
+
ListEventSourceMappingsCommandOutput,
|
|
252
|
+
} from "./commands/ListEventSourceMappingsCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListFunctionEventInvokeConfigsCommandInput,
|
|
255
|
+
ListFunctionEventInvokeConfigsCommandOutput,
|
|
256
|
+
} from "./commands/ListFunctionEventInvokeConfigsCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListFunctionsByCodeSigningConfigCommandInput,
|
|
259
|
+
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
260
|
+
} from "./commands/ListFunctionsByCodeSigningConfigCommand";
|
|
261
|
+
import {
|
|
262
|
+
ListFunctionsCommandInput,
|
|
263
|
+
ListFunctionsCommandOutput,
|
|
264
|
+
} from "./commands/ListFunctionsCommand";
|
|
265
|
+
import {
|
|
266
|
+
ListFunctionUrlConfigsCommandInput,
|
|
267
|
+
ListFunctionUrlConfigsCommandOutput,
|
|
268
|
+
} from "./commands/ListFunctionUrlConfigsCommand";
|
|
269
|
+
import {
|
|
270
|
+
ListFunctionVersionsByCapacityProviderCommandInput,
|
|
271
|
+
ListFunctionVersionsByCapacityProviderCommandOutput,
|
|
272
|
+
} from "./commands/ListFunctionVersionsByCapacityProviderCommand";
|
|
273
|
+
import {
|
|
274
|
+
ListLayersCommandInput,
|
|
275
|
+
ListLayersCommandOutput,
|
|
276
|
+
} from "./commands/ListLayersCommand";
|
|
277
|
+
import {
|
|
278
|
+
ListLayerVersionsCommandInput,
|
|
279
|
+
ListLayerVersionsCommandOutput,
|
|
280
|
+
} from "./commands/ListLayerVersionsCommand";
|
|
281
|
+
import {
|
|
282
|
+
ListProvisionedConcurrencyConfigsCommandInput,
|
|
283
|
+
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
284
|
+
} from "./commands/ListProvisionedConcurrencyConfigsCommand";
|
|
285
|
+
import {
|
|
286
|
+
ListTagsCommandInput,
|
|
287
|
+
ListTagsCommandOutput,
|
|
288
|
+
} from "./commands/ListTagsCommand";
|
|
289
|
+
import {
|
|
290
|
+
ListVersionsByFunctionCommandInput,
|
|
291
|
+
ListVersionsByFunctionCommandOutput,
|
|
292
|
+
} from "./commands/ListVersionsByFunctionCommand";
|
|
293
|
+
import {
|
|
294
|
+
PublishLayerVersionCommandInput,
|
|
295
|
+
PublishLayerVersionCommandOutput,
|
|
296
|
+
} from "./commands/PublishLayerVersionCommand";
|
|
297
|
+
import {
|
|
298
|
+
PublishVersionCommandInput,
|
|
299
|
+
PublishVersionCommandOutput,
|
|
300
|
+
} from "./commands/PublishVersionCommand";
|
|
301
|
+
import {
|
|
302
|
+
PutFunctionCodeSigningConfigCommandInput,
|
|
303
|
+
PutFunctionCodeSigningConfigCommandOutput,
|
|
304
|
+
} from "./commands/PutFunctionCodeSigningConfigCommand";
|
|
305
|
+
import {
|
|
306
|
+
PutFunctionConcurrencyCommandInput,
|
|
307
|
+
PutFunctionConcurrencyCommandOutput,
|
|
308
|
+
} from "./commands/PutFunctionConcurrencyCommand";
|
|
309
|
+
import {
|
|
310
|
+
PutFunctionEventInvokeConfigCommandInput,
|
|
311
|
+
PutFunctionEventInvokeConfigCommandOutput,
|
|
312
|
+
} from "./commands/PutFunctionEventInvokeConfigCommand";
|
|
313
|
+
import {
|
|
314
|
+
PutFunctionRecursionConfigCommandInput,
|
|
315
|
+
PutFunctionRecursionConfigCommandOutput,
|
|
316
|
+
} from "./commands/PutFunctionRecursionConfigCommand";
|
|
317
|
+
import {
|
|
318
|
+
PutFunctionScalingConfigCommandInput,
|
|
319
|
+
PutFunctionScalingConfigCommandOutput,
|
|
320
|
+
} from "./commands/PutFunctionScalingConfigCommand";
|
|
321
|
+
import {
|
|
322
|
+
PutProvisionedConcurrencyConfigCommandInput,
|
|
323
|
+
PutProvisionedConcurrencyConfigCommandOutput,
|
|
324
|
+
} from "./commands/PutProvisionedConcurrencyConfigCommand";
|
|
325
|
+
import {
|
|
326
|
+
PutRuntimeManagementConfigCommandInput,
|
|
327
|
+
PutRuntimeManagementConfigCommandOutput,
|
|
328
|
+
} from "./commands/PutRuntimeManagementConfigCommand";
|
|
329
|
+
import {
|
|
330
|
+
RemoveLayerVersionPermissionCommandInput,
|
|
331
|
+
RemoveLayerVersionPermissionCommandOutput,
|
|
332
|
+
} from "./commands/RemoveLayerVersionPermissionCommand";
|
|
333
|
+
import {
|
|
334
|
+
RemovePermissionCommandInput,
|
|
335
|
+
RemovePermissionCommandOutput,
|
|
336
|
+
} from "./commands/RemovePermissionCommand";
|
|
337
|
+
import {
|
|
338
|
+
SendDurableExecutionCallbackFailureCommandInput,
|
|
339
|
+
SendDurableExecutionCallbackFailureCommandOutput,
|
|
340
|
+
} from "./commands/SendDurableExecutionCallbackFailureCommand";
|
|
341
|
+
import {
|
|
342
|
+
SendDurableExecutionCallbackHeartbeatCommandInput,
|
|
343
|
+
SendDurableExecutionCallbackHeartbeatCommandOutput,
|
|
344
|
+
} from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
|
|
345
|
+
import {
|
|
346
|
+
SendDurableExecutionCallbackSuccessCommandInput,
|
|
347
|
+
SendDurableExecutionCallbackSuccessCommandOutput,
|
|
348
|
+
} from "./commands/SendDurableExecutionCallbackSuccessCommand";
|
|
349
|
+
import {
|
|
350
|
+
StopDurableExecutionCommandInput,
|
|
351
|
+
StopDurableExecutionCommandOutput,
|
|
352
|
+
} from "./commands/StopDurableExecutionCommand";
|
|
353
|
+
import {
|
|
354
|
+
TagResourceCommandInput,
|
|
355
|
+
TagResourceCommandOutput,
|
|
356
|
+
} from "./commands/TagResourceCommand";
|
|
357
|
+
import {
|
|
358
|
+
UntagResourceCommandInput,
|
|
359
|
+
UntagResourceCommandOutput,
|
|
360
|
+
} from "./commands/UntagResourceCommand";
|
|
361
|
+
import {
|
|
362
|
+
UpdateAliasCommandInput,
|
|
363
|
+
UpdateAliasCommandOutput,
|
|
364
|
+
} from "./commands/UpdateAliasCommand";
|
|
365
|
+
import {
|
|
366
|
+
UpdateCapacityProviderCommandInput,
|
|
367
|
+
UpdateCapacityProviderCommandOutput,
|
|
368
|
+
} from "./commands/UpdateCapacityProviderCommand";
|
|
369
|
+
import {
|
|
370
|
+
UpdateCodeSigningConfigCommandInput,
|
|
371
|
+
UpdateCodeSigningConfigCommandOutput,
|
|
372
|
+
} from "./commands/UpdateCodeSigningConfigCommand";
|
|
373
|
+
import {
|
|
374
|
+
UpdateEventSourceMappingCommandInput,
|
|
375
|
+
UpdateEventSourceMappingCommandOutput,
|
|
376
|
+
} from "./commands/UpdateEventSourceMappingCommand";
|
|
377
|
+
import {
|
|
378
|
+
UpdateFunctionCodeCommandInput,
|
|
379
|
+
UpdateFunctionCodeCommandOutput,
|
|
380
|
+
} from "./commands/UpdateFunctionCodeCommand";
|
|
381
|
+
import {
|
|
382
|
+
UpdateFunctionConfigurationCommandInput,
|
|
383
|
+
UpdateFunctionConfigurationCommandOutput,
|
|
384
|
+
} from "./commands/UpdateFunctionConfigurationCommand";
|
|
385
|
+
import {
|
|
386
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
387
|
+
UpdateFunctionEventInvokeConfigCommandOutput,
|
|
388
|
+
} from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
389
|
+
import {
|
|
390
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
391
|
+
UpdateFunctionUrlConfigCommandOutput,
|
|
392
|
+
} from "./commands/UpdateFunctionUrlConfigCommand";
|
|
393
|
+
import {
|
|
394
|
+
ClientInputEndpointParameters,
|
|
395
|
+
ClientResolvedEndpointParameters,
|
|
396
|
+
EndpointParameters,
|
|
397
|
+
} from "./endpoint/EndpointParameters";
|
|
398
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
399
|
+
export { __Client };
|
|
400
|
+
export type ServiceInputTypes =
|
|
401
|
+
| AddLayerVersionPermissionCommandInput
|
|
402
|
+
| AddPermissionCommandInput
|
|
403
|
+
| CheckpointDurableExecutionCommandInput
|
|
404
|
+
| CreateAliasCommandInput
|
|
405
|
+
| CreateCapacityProviderCommandInput
|
|
406
|
+
| CreateCodeSigningConfigCommandInput
|
|
407
|
+
| CreateEventSourceMappingCommandInput
|
|
408
|
+
| CreateFunctionCommandInput
|
|
409
|
+
| CreateFunctionUrlConfigCommandInput
|
|
410
|
+
| DeleteAliasCommandInput
|
|
411
|
+
| DeleteCapacityProviderCommandInput
|
|
412
|
+
| DeleteCodeSigningConfigCommandInput
|
|
413
|
+
| DeleteEventSourceMappingCommandInput
|
|
414
|
+
| DeleteFunctionCodeSigningConfigCommandInput
|
|
415
|
+
| DeleteFunctionCommandInput
|
|
416
|
+
| DeleteFunctionConcurrencyCommandInput
|
|
417
|
+
| DeleteFunctionEventInvokeConfigCommandInput
|
|
418
|
+
| DeleteFunctionUrlConfigCommandInput
|
|
419
|
+
| DeleteLayerVersionCommandInput
|
|
420
|
+
| DeleteProvisionedConcurrencyConfigCommandInput
|
|
421
|
+
| GetAccountSettingsCommandInput
|
|
422
|
+
| GetAliasCommandInput
|
|
423
|
+
| GetCapacityProviderCommandInput
|
|
424
|
+
| GetCodeSigningConfigCommandInput
|
|
425
|
+
| GetDurableExecutionCommandInput
|
|
426
|
+
| GetDurableExecutionHistoryCommandInput
|
|
427
|
+
| GetDurableExecutionStateCommandInput
|
|
428
|
+
| GetEventSourceMappingCommandInput
|
|
429
|
+
| GetFunctionCodeSigningConfigCommandInput
|
|
430
|
+
| GetFunctionCommandInput
|
|
431
|
+
| GetFunctionConcurrencyCommandInput
|
|
432
|
+
| GetFunctionConfigurationCommandInput
|
|
433
|
+
| GetFunctionEventInvokeConfigCommandInput
|
|
434
|
+
| GetFunctionRecursionConfigCommandInput
|
|
435
|
+
| GetFunctionScalingConfigCommandInput
|
|
436
|
+
| GetFunctionUrlConfigCommandInput
|
|
437
|
+
| GetLayerVersionByArnCommandInput
|
|
438
|
+
| GetLayerVersionCommandInput
|
|
439
|
+
| GetLayerVersionPolicyCommandInput
|
|
440
|
+
| GetPolicyCommandInput
|
|
441
|
+
| GetProvisionedConcurrencyConfigCommandInput
|
|
442
|
+
| GetRuntimeManagementConfigCommandInput
|
|
443
|
+
| InvokeAsyncCommandInput
|
|
444
|
+
| InvokeCommandInput
|
|
445
|
+
| InvokeWithResponseStreamCommandInput
|
|
446
|
+
| ListAliasesCommandInput
|
|
447
|
+
| ListCapacityProvidersCommandInput
|
|
448
|
+
| ListCodeSigningConfigsCommandInput
|
|
449
|
+
| ListDurableExecutionsByFunctionCommandInput
|
|
450
|
+
| ListEventSourceMappingsCommandInput
|
|
451
|
+
| ListFunctionEventInvokeConfigsCommandInput
|
|
452
|
+
| ListFunctionUrlConfigsCommandInput
|
|
453
|
+
| ListFunctionVersionsByCapacityProviderCommandInput
|
|
454
|
+
| ListFunctionsByCodeSigningConfigCommandInput
|
|
455
|
+
| ListFunctionsCommandInput
|
|
456
|
+
| ListLayerVersionsCommandInput
|
|
457
|
+
| ListLayersCommandInput
|
|
458
|
+
| ListProvisionedConcurrencyConfigsCommandInput
|
|
459
|
+
| ListTagsCommandInput
|
|
460
|
+
| ListVersionsByFunctionCommandInput
|
|
461
|
+
| PublishLayerVersionCommandInput
|
|
462
|
+
| PublishVersionCommandInput
|
|
463
|
+
| PutFunctionCodeSigningConfigCommandInput
|
|
464
|
+
| PutFunctionConcurrencyCommandInput
|
|
465
|
+
| PutFunctionEventInvokeConfigCommandInput
|
|
466
|
+
| PutFunctionRecursionConfigCommandInput
|
|
467
|
+
| PutFunctionScalingConfigCommandInput
|
|
468
|
+
| PutProvisionedConcurrencyConfigCommandInput
|
|
469
|
+
| PutRuntimeManagementConfigCommandInput
|
|
470
|
+
| RemoveLayerVersionPermissionCommandInput
|
|
471
|
+
| RemovePermissionCommandInput
|
|
472
|
+
| SendDurableExecutionCallbackFailureCommandInput
|
|
473
|
+
| SendDurableExecutionCallbackHeartbeatCommandInput
|
|
474
|
+
| SendDurableExecutionCallbackSuccessCommandInput
|
|
475
|
+
| StopDurableExecutionCommandInput
|
|
476
|
+
| TagResourceCommandInput
|
|
477
|
+
| UntagResourceCommandInput
|
|
478
|
+
| UpdateAliasCommandInput
|
|
479
|
+
| UpdateCapacityProviderCommandInput
|
|
480
|
+
| UpdateCodeSigningConfigCommandInput
|
|
481
|
+
| UpdateEventSourceMappingCommandInput
|
|
482
|
+
| UpdateFunctionCodeCommandInput
|
|
483
|
+
| UpdateFunctionConfigurationCommandInput
|
|
484
|
+
| UpdateFunctionEventInvokeConfigCommandInput
|
|
485
|
+
| UpdateFunctionUrlConfigCommandInput;
|
|
486
|
+
export type ServiceOutputTypes =
|
|
487
|
+
| AddLayerVersionPermissionCommandOutput
|
|
488
|
+
| AddPermissionCommandOutput
|
|
489
|
+
| CheckpointDurableExecutionCommandOutput
|
|
490
|
+
| CreateAliasCommandOutput
|
|
491
|
+
| CreateCapacityProviderCommandOutput
|
|
492
|
+
| CreateCodeSigningConfigCommandOutput
|
|
493
|
+
| CreateEventSourceMappingCommandOutput
|
|
494
|
+
| CreateFunctionCommandOutput
|
|
495
|
+
| CreateFunctionUrlConfigCommandOutput
|
|
496
|
+
| DeleteAliasCommandOutput
|
|
497
|
+
| DeleteCapacityProviderCommandOutput
|
|
498
|
+
| DeleteCodeSigningConfigCommandOutput
|
|
499
|
+
| DeleteEventSourceMappingCommandOutput
|
|
500
|
+
| DeleteFunctionCodeSigningConfigCommandOutput
|
|
501
|
+
| DeleteFunctionCommandOutput
|
|
502
|
+
| DeleteFunctionConcurrencyCommandOutput
|
|
503
|
+
| DeleteFunctionEventInvokeConfigCommandOutput
|
|
504
|
+
| DeleteFunctionUrlConfigCommandOutput
|
|
505
|
+
| DeleteLayerVersionCommandOutput
|
|
506
|
+
| DeleteProvisionedConcurrencyConfigCommandOutput
|
|
507
|
+
| GetAccountSettingsCommandOutput
|
|
508
|
+
| GetAliasCommandOutput
|
|
509
|
+
| GetCapacityProviderCommandOutput
|
|
510
|
+
| GetCodeSigningConfigCommandOutput
|
|
511
|
+
| GetDurableExecutionCommandOutput
|
|
512
|
+
| GetDurableExecutionHistoryCommandOutput
|
|
513
|
+
| GetDurableExecutionStateCommandOutput
|
|
514
|
+
| GetEventSourceMappingCommandOutput
|
|
515
|
+
| GetFunctionCodeSigningConfigCommandOutput
|
|
516
|
+
| GetFunctionCommandOutput
|
|
517
|
+
| GetFunctionConcurrencyCommandOutput
|
|
518
|
+
| GetFunctionConfigurationCommandOutput
|
|
519
|
+
| GetFunctionEventInvokeConfigCommandOutput
|
|
520
|
+
| GetFunctionRecursionConfigCommandOutput
|
|
521
|
+
| GetFunctionScalingConfigCommandOutput
|
|
522
|
+
| GetFunctionUrlConfigCommandOutput
|
|
523
|
+
| GetLayerVersionByArnCommandOutput
|
|
524
|
+
| GetLayerVersionCommandOutput
|
|
525
|
+
| GetLayerVersionPolicyCommandOutput
|
|
526
|
+
| GetPolicyCommandOutput
|
|
527
|
+
| GetProvisionedConcurrencyConfigCommandOutput
|
|
528
|
+
| GetRuntimeManagementConfigCommandOutput
|
|
529
|
+
| InvokeAsyncCommandOutput
|
|
530
|
+
| InvokeCommandOutput
|
|
531
|
+
| InvokeWithResponseStreamCommandOutput
|
|
532
|
+
| ListAliasesCommandOutput
|
|
533
|
+
| ListCapacityProvidersCommandOutput
|
|
534
|
+
| ListCodeSigningConfigsCommandOutput
|
|
535
|
+
| ListDurableExecutionsByFunctionCommandOutput
|
|
536
|
+
| ListEventSourceMappingsCommandOutput
|
|
537
|
+
| ListFunctionEventInvokeConfigsCommandOutput
|
|
538
|
+
| ListFunctionUrlConfigsCommandOutput
|
|
539
|
+
| ListFunctionVersionsByCapacityProviderCommandOutput
|
|
540
|
+
| ListFunctionsByCodeSigningConfigCommandOutput
|
|
541
|
+
| ListFunctionsCommandOutput
|
|
542
|
+
| ListLayerVersionsCommandOutput
|
|
543
|
+
| ListLayersCommandOutput
|
|
544
|
+
| ListProvisionedConcurrencyConfigsCommandOutput
|
|
545
|
+
| ListTagsCommandOutput
|
|
546
|
+
| ListVersionsByFunctionCommandOutput
|
|
547
|
+
| PublishLayerVersionCommandOutput
|
|
548
|
+
| PublishVersionCommandOutput
|
|
549
|
+
| PutFunctionCodeSigningConfigCommandOutput
|
|
550
|
+
| PutFunctionConcurrencyCommandOutput
|
|
551
|
+
| PutFunctionEventInvokeConfigCommandOutput
|
|
552
|
+
| PutFunctionRecursionConfigCommandOutput
|
|
553
|
+
| PutFunctionScalingConfigCommandOutput
|
|
554
|
+
| PutProvisionedConcurrencyConfigCommandOutput
|
|
555
|
+
| PutRuntimeManagementConfigCommandOutput
|
|
556
|
+
| RemoveLayerVersionPermissionCommandOutput
|
|
557
|
+
| RemovePermissionCommandOutput
|
|
558
|
+
| SendDurableExecutionCallbackFailureCommandOutput
|
|
559
|
+
| SendDurableExecutionCallbackHeartbeatCommandOutput
|
|
560
|
+
| SendDurableExecutionCallbackSuccessCommandOutput
|
|
561
|
+
| StopDurableExecutionCommandOutput
|
|
562
|
+
| TagResourceCommandOutput
|
|
563
|
+
| UntagResourceCommandOutput
|
|
564
|
+
| UpdateAliasCommandOutput
|
|
565
|
+
| UpdateCapacityProviderCommandOutput
|
|
566
|
+
| UpdateCodeSigningConfigCommandOutput
|
|
567
|
+
| UpdateEventSourceMappingCommandOutput
|
|
568
|
+
| UpdateFunctionCodeCommandOutput
|
|
569
|
+
| UpdateFunctionConfigurationCommandOutput
|
|
570
|
+
| UpdateFunctionEventInvokeConfigCommandOutput
|
|
571
|
+
| UpdateFunctionUrlConfigCommandOutput;
|
|
572
|
+
export interface ClientDefaults
|
|
573
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
574
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
575
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
576
|
+
urlParser?: __UrlParser;
|
|
577
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
578
|
+
streamCollector?: __StreamCollector;
|
|
579
|
+
base64Decoder?: __Decoder;
|
|
580
|
+
base64Encoder?: __Encoder;
|
|
581
|
+
utf8Decoder?: __Decoder;
|
|
582
|
+
utf8Encoder?: __Encoder;
|
|
583
|
+
runtime?: string;
|
|
584
|
+
disableHostPrefix?: boolean;
|
|
585
|
+
serviceId?: string;
|
|
586
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
587
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
588
|
+
region?: string | __Provider<string>;
|
|
589
|
+
profile?: string;
|
|
590
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
591
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
592
|
+
maxAttempts?: number | __Provider<number>;
|
|
593
|
+
retryMode?: string | __Provider<string>;
|
|
594
|
+
logger?: __Logger;
|
|
595
|
+
extensions?: RuntimeExtension[];
|
|
596
|
+
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
597
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
598
|
+
}
|
|
599
|
+
export type LambdaClientConfigType = Partial<
|
|
600
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
601
|
+
> &
|
|
602
|
+
ClientDefaults &
|
|
603
|
+
UserAgentInputConfig &
|
|
604
|
+
RetryInputConfig &
|
|
605
|
+
RegionInputConfig &
|
|
606
|
+
HostHeaderInputConfig &
|
|
607
|
+
EndpointInputConfig<EndpointParameters> &
|
|
608
|
+
EventStreamSerdeInputConfig &
|
|
609
|
+
HttpAuthSchemeInputConfig &
|
|
610
|
+
ClientInputEndpointParameters;
|
|
611
|
+
export interface LambdaClientConfig extends LambdaClientConfigType {}
|
|
612
|
+
export type LambdaClientResolvedConfigType =
|
|
613
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
614
|
+
Required<ClientDefaults> &
|
|
615
|
+
RuntimeExtensionsConfig &
|
|
616
|
+
UserAgentResolvedConfig &
|
|
617
|
+
RetryResolvedConfig &
|
|
618
|
+
RegionResolvedConfig &
|
|
619
|
+
HostHeaderResolvedConfig &
|
|
620
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
621
|
+
EventStreamSerdeResolvedConfig &
|
|
622
|
+
HttpAuthSchemeResolvedConfig &
|
|
623
|
+
ClientResolvedEndpointParameters;
|
|
624
|
+
export interface LambdaClientResolvedConfig
|
|
625
|
+
extends LambdaClientResolvedConfigType {}
|
|
626
|
+
export declare class LambdaClient extends __Client<
|
|
627
|
+
__HttpHandlerOptions,
|
|
628
|
+
ServiceInputTypes,
|
|
629
|
+
ServiceOutputTypes,
|
|
630
|
+
LambdaClientResolvedConfig
|
|
631
|
+
> {
|
|
632
|
+
readonly config: LambdaClientResolvedConfig;
|
|
633
|
+
constructor(
|
|
634
|
+
...[configuration]: __CheckOptionalClientConfig<LambdaClientConfig>
|
|
635
|
+
);
|
|
636
|
+
destroy(): void;
|
|
637
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpAuthScheme,
|
|
3
|
+
AwsCredentialIdentity,
|
|
4
|
+
AwsCredentialIdentityProvider,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { LambdaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: LambdaHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): LambdaHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: LambdaHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|