@aws-sdk/client-lambda 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +241 -243
- package/dist-cjs/models/LambdaServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Lambda.js +1 -1
- package/dist-es/LambdaClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
- package/dist-es/commands/CreateAliasCommand.js +2 -2
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetAliasCommand.js +2 -2
- package/dist-es/commands/GetCapacityProviderCommand.js +2 -2
- package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
- package/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
- package/dist-es/commands/InvokeAsyncCommand.js +2 -2
- package/dist-es/commands/InvokeCommand.js +2 -2
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
- package/dist-es/commands/ListAliasesCommand.js +2 -2
- package/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
- package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListLayerVersionsCommand.js +2 -2
- package/dist-es/commands/ListLayersCommand.js +2 -2
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
- package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
- package/dist-es/commands/PublishVersionCommand.js +2 -2
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
- package/dist-es/commands/StopDurableExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/LambdaServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForFunctionActive.js +1 -1
- package/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
- package/dist-es/waiters/waitForFunctionExists.js +1 -1
- package/dist-es/waiters/waitForFunctionUpdated.js +1 -1
- package/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
- package/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
- package/dist-types/Lambda.d.ts +1 -1
- package/dist-types/LambdaClient.d.ts +6 -6
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -4
- package/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetAliasCommand.d.ts +6 -4
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDurableExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetDurableExecutionStateCommand.d.ts +6 -4
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -4
- package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -4
- package/dist-types/commands/InvokeCommand.d.ts +7 -5
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -4
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLayersCommand.d.ts +6 -4
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -4
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -4
- package/dist-types/commands/PublishVersionCommand.d.ts +6 -4
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
- package/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
- package/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
- package/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
- package/dist-types/commands/StopDurableExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/LambdaServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Lambda.d.ts +1 -1
- package/dist-types/ts3.4/LambdaClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +1 -1
- package/dist-types/waiters/waitForFunctionActive.d.ts +1 -1
- package/dist-types/waiters/waitForFunctionActiveV2.d.ts +1 -1
- package/dist-types/waiters/waitForFunctionExists.d.ts +1 -1
- package/dist-types/waiters/waitForFunctionUpdated.d.ts +1 -1
- package/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +1 -1
- package/dist-types/waiters/waitForPublishedVersionActive.d.ts +1 -1
- package/package.json +14 -40
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListDurableExecutionsByFunctionRequest, ListDurableExecutionsByFunctionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDurableExecutionsByFunctionCommandInput extends ListDurable
|
|
|
22
22
|
export interface ListDurableExecutionsByFunctionCommandOutput extends ListDurableExecutionsByFunctionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDurableExecutionsByFunctionCommand_base: {
|
|
25
|
-
new (input: ListDurableExecutionsByFunctionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDurableExecutionsByFunctionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDurableExecutionsByFunctionCommandInput): import("@smithy/core/client").CommandImpl<ListDurableExecutionsByFunctionCommandInput, ListDurableExecutionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDurableExecutionsByFunctionCommandInput): import("@smithy/core/client").CommandImpl<ListDurableExecutionsByFunctionCommandInput, ListDurableExecutionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">durable executions</a> for a specified Lambda function. You can filter the results by execution name, status, and start time range. This API supports pagination for large result sets.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListEventSourceMappingsRequest, ListEventSourceMappingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEventSourceMappingsCommandInput extends ListEventSourceMapp
|
|
|
22
22
|
export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMappingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEventSourceMappingsCommand_base: {
|
|
25
|
-
new (input: ListEventSourceMappingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEventSourceMappingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEventSourceMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEventSourceMappingsCommandInput]): import("@smithy/core/client").CommandImpl<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists event source mappings. Specify an <code>EventSourceArn</code> to show only event source mappings for a single event source.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFunctionEventInvokeConfigsCommandInput extends ListFunction
|
|
|
22
22
|
export interface ListFunctionEventInvokeConfigsCommandOutput extends ListFunctionEventInvokeConfigsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFunctionEventInvokeConfigsCommand_base: {
|
|
25
|
-
new (input: ListFunctionEventInvokeConfigsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFunctionEventInvokeConfigsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFunctionEventInvokeConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFunctionEventInvokeConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of configurations for asynchronous invocation for a function.</p> <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListFunctionUrlConfigsRequest, ListFunctionUrlConfigsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFunctionUrlConfigsCommandInput extends ListFunctionUrlConfi
|
|
|
22
22
|
export interface ListFunctionUrlConfigsCommandOutput extends ListFunctionUrlConfigsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFunctionUrlConfigsCommand_base: {
|
|
25
|
-
new (input: ListFunctionUrlConfigsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFunctionUrlConfigsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFunctionUrlConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFunctionUrlConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of Lambda function URLs for the specified function.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListFunctionVersionsByCapacityProviderRequest, ListFunctionVersionsByCapacityProviderResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFunctionVersionsByCapacityProviderCommandInput extends List
|
|
|
22
22
|
export interface ListFunctionVersionsByCapacityProviderCommandOutput extends ListFunctionVersionsByCapacityProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFunctionVersionsByCapacityProviderCommand_base: {
|
|
25
|
-
new (input: ListFunctionVersionsByCapacityProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFunctionVersionsByCapacityProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFunctionVersionsByCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionVersionsByCapacityProviderCommandInput, ListFunctionVersionsByCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFunctionVersionsByCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionVersionsByCapacityProviderCommandInput, ListFunctionVersionsByCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of function versions that are configured to use a specific capacity provider.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListFunctionsByCodeSigningConfigRequest, ListFunctionsByCodeSigningConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFunctionsByCodeSigningConfigCommandInput extends ListFuncti
|
|
|
22
22
|
export interface ListFunctionsByCodeSigningConfigCommandOutput extends ListFunctionsByCodeSigningConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFunctionsByCodeSigningConfigCommand_base: {
|
|
25
|
-
new (input: ListFunctionsByCodeSigningConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFunctionsByCodeSigningConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFunctionsByCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFunctionsByCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFunctionsCommandInput extends ListFunctionsRequest {
|
|
|
22
22
|
export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFunctionsCommand_base: {
|
|
25
|
-
new (input: ListFunctionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListFunctionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFunctionsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListFunctionsCommandInput]): import("@smithy/core/client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50 functions per call.</p> <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in addition to the unpublished version.</p> <note> <p>The <code>ListFunctions</code> operation returns a subset of the <a>FunctionConfiguration</a> fields. To get the additional fields (State, StateReasonCode, StateReason, LastUpdateStatus, LastUpdateStatusReason, LastUpdateStatusReasonCode, RuntimeVersionConfig) for a function or version, use <a>GetFunction</a>.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListLayerVersionsRequest, ListLayerVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLayerVersionsCommandInput extends ListLayerVersionsRequest
|
|
|
22
22
|
export interface ListLayerVersionsCommandOutput extends ListLayerVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLayerVersionsCommand_base: {
|
|
25
|
-
new (input: ListLayerVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLayerVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLayerVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLayerVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the versions of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layer</a>. Versions that have been deleted aren't listed. Specify a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime identifier</a> to list only versions that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layer versions that are compatible with that architecture.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListLayersRequest, ListLayersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLayersCommandInput extends ListLayersRequest {
|
|
|
22
22
|
export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLayersCommand_base: {
|
|
25
|
-
new (input: ListLayersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLayersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLayersCommandInput): import("@smithy/core/client").CommandImpl<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListLayersCommandInput]): import("@smithy/core/client").CommandImpl<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html">Lambda layers</a> and shows information about the latest version of each. Specify a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime identifier</a> to list only layers that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layers that are compatible with that <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architecture</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListProvisionedConcurrencyConfigsRequest, ListProvisionedConcurrencyConfigsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListProvisionedConcurrencyConfigsCommandInput extends ListProvi
|
|
|
22
22
|
export interface ListProvisionedConcurrencyConfigsCommandOutput extends ListProvisionedConcurrencyConfigsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProvisionedConcurrencyConfigsCommand_base: {
|
|
25
|
-
new (input: ListProvisionedConcurrencyConfigsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListProvisionedConcurrencyConfigsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProvisionedConcurrencyConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListProvisionedConcurrencyConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of provisioned concurrency configurations for a function.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsCommandInput extends ListTagsRequest {
|
|
|
22
22
|
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsCommand_base: {
|
|
25
|
-
new (input: ListTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a function, event source mapping, or code signing configuration's <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a>. You can also view function tags with <a>GetFunction</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { ListVersionsByFunctionRequest, ListVersionsByFunctionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListVersionsByFunctionCommandInput extends ListVersionsByFuncti
|
|
|
22
22
|
export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunctionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVersionsByFunctionCommand_base: {
|
|
25
|
-
new (input: ListVersionsByFunctionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListVersionsByFunctionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVersionsByFunctionCommandInput): import("@smithy/core/client").CommandImpl<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListVersionsByFunctionCommandInput): import("@smithy/core/client").CommandImpl<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">versions</a>, with the version-specific configuration of each. Lambda returns up to 50 versions per call.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { PublishLayerVersionRequest, PublishLayerVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PublishLayerVersionCommandInput extends PublishLayerVersionRequ
|
|
|
22
22
|
export interface PublishLayerVersionCommandOutput extends PublishLayerVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PublishLayerVersionCommand_base: {
|
|
25
|
-
new (input: PublishLayerVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: PublishLayerVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PublishLayerVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PublishLayerVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layer</a> from a ZIP archive. Each time you call <code>PublishLayerVersion</code> with the same layer name, a new version is created.</p> <p>Add layers to your function with <a>CreateFunction</a> or <a>UpdateFunctionConfiguration</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { FunctionConfiguration, PublishVersionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PublishVersionCommandInput extends PublishVersionRequest {
|
|
|
22
22
|
export interface PublishVersionCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PublishVersionCommand_base: {
|
|
25
|
-
new (input: PublishVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: PublishVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PublishVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PublishVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">version</a> from the current code and configuration of a function. Use versions to create a snapshot of your function code and configuration that doesn't change.</p> <p>Lambda doesn't publish a version if the function's configuration and code haven't changed since the last version. Use <a>UpdateFunctionCode</a> or <a>UpdateFunctionConfiguration</a> to update the function before publishing a version.</p> <p>Clients can invoke versions directly or with an alias. To create an alias, use <a>CreateAlias</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { PutFunctionCodeSigningConfigRequest, PutFunctionCodeSigningConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutFunctionCodeSigningConfigCommandInput extends PutFunctionCod
|
|
|
22
22
|
export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCodeSigningConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutFunctionCodeSigningConfigCommand_base: {
|
|
25
|
-
new (input: PutFunctionCodeSigningConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutFunctionCodeSigningConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutFunctionCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutFunctionCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update the code signing configuration for the function. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutFunctionConcurrencyCommandInput extends PutFunctionConcurren
|
|
|
22
22
|
export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutFunctionConcurrencyCommand_base: {
|
|
25
|
-
new (input: PutFunctionConcurrencyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutFunctionConcurrencyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutFunctionConcurrencyCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutFunctionConcurrencyCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.</p> <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished version. Reserving concurrency both ensures that your function has capacity to process the specified number of events simultaneously, and prevents it from scaling beyond that level. Use <a>GetFunction</a> to see the current setting for a function.</p> <p>Use <a>GetAccountSettings</a> to see your Regional concurrency limit. You can reserve concurrency for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for functions that aren't configured with a per-function limit. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-scaling.html">Lambda function scaling</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { FunctionEventInvokeConfig, PutFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutFunctionEventInvokeConfigCommandInput extends PutFunctionEve
|
|
|
22
22
|
export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutFunctionEventInvokeConfigCommand_base: {
|
|
25
|
-
new (input: PutFunctionEventInvokeConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutFunctionEventInvokeConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutFunctionEventInvokeConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutFunctionEventInvokeConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Configures options for <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html">asynchronous invocation</a> on a function, version, or alias. If a configuration already exists for a function, version, or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without affecting existing settings for other options, use <a>UpdateFunctionEventInvokeConfig</a>.</p> <p>By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous invocation queue for too long, Lambda discards it. To retain discarded events, configure a dead-letter queue with <a>UpdateFunctionConfiguration</a>.</p> <p>To send an invocation record to a queue, topic, S3 bucket, function, or event bus, specify a <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations">destination</a>. You can configure separate destinations for successful invocations (on-success) and events that fail all processing attempts (on-failure). You can configure destinations in addition to or instead of a dead-letter queue.</p> <note> <p>S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { PutFunctionRecursionConfigRequest, PutFunctionRecursionConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutFunctionRecursionConfigCommandInput extends PutFunctionRecur
|
|
|
22
22
|
export interface PutFunctionRecursionConfigCommandOutput extends PutFunctionRecursionConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutFunctionRecursionConfigCommand_base: {
|
|
25
|
-
new (input: PutFunctionRecursionConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutFunctionRecursionConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutFunctionRecursionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionRecursionConfigCommandInput, PutFunctionRecursionConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutFunctionRecursionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionRecursionConfigCommandInput, PutFunctionRecursionConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets your function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html">recursive loop detection</a> configuration.</p> <p>When you configure a Lambda function to output to the same service or resource that invokes the function, it's possible to create an infinite recursive loop. For example, a Lambda function might write a message to an Amazon Simple Queue Service (Amazon SQS) queue, which then invokes the same function. This invocation causes the function to write another message to the queue, which in turn invokes the function again.</p> <p>Lambda can detect certain types of recursive loops shortly after they occur. When Lambda detects a recursive loop and your function's recursive loop detection configuration is set to <code>Terminate</code>, it stops your function being invoked and notifies you.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { PutFunctionScalingConfigRequest, PutFunctionScalingConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutFunctionScalingConfigCommandInput extends PutFunctionScaling
|
|
|
22
22
|
export interface PutFunctionScalingConfigCommandOutput extends PutFunctionScalingConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutFunctionScalingConfigCommand_base: {
|
|
25
|
-
new (input: PutFunctionScalingConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutFunctionScalingConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutFunctionScalingConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionScalingConfigCommandInput, PutFunctionScalingConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutFunctionScalingConfigCommandInput): import("@smithy/core/client").CommandImpl<PutFunctionScalingConfigCommandInput, PutFunctionScalingConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the scaling configuration for a Lambda Managed Instances function. The scaling configuration defines the minimum and maximum number of execution environments that can be provisioned for the function, allowing you to control scaling behavior and resource allocation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { PutProvisionedConcurrencyConfigRequest, PutProvisionedConcurrencyConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutProvisionedConcurrencyConfigCommandInput extends PutProvisio
|
|
|
22
22
|
export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisionedConcurrencyConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutProvisionedConcurrencyConfigCommand_base: {
|
|
25
|
-
new (input: PutProvisionedConcurrencyConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutProvisionedConcurrencyConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutProvisionedConcurrencyConfigCommandInput): import("@smithy/core/client").CommandImpl<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutProvisionedConcurrencyConfigCommandInput): import("@smithy/core/client").CommandImpl<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds a provisioned concurrency configuration to a function's alias or version.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { PutRuntimeManagementConfigRequest, PutRuntimeManagementConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutRuntimeManagementConfigCommandInput extends PutRuntimeManage
|
|
|
22
22
|
export interface PutRuntimeManagementConfigCommandOutput extends PutRuntimeManagementConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutRuntimeManagementConfigCommand_base: {
|
|
25
|
-
new (input: PutRuntimeManagementConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutRuntimeManagementConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutRuntimeManagementConfigCommandInput): import("@smithy/core/client").CommandImpl<PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutRuntimeManagementConfigCommandInput): import("@smithy/core/client").CommandImpl<PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the runtime management configuration for a function's version. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html">Runtime updates</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { RemoveLayerVersionPermissionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveLayerVersionPermissionCommandInput extends RemoveLayerVer
|
|
|
22
22
|
export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveLayerVersionPermissionCommand_base: {
|
|
25
|
-
new (input: RemoveLayerVersionPermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveLayerVersionPermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveLayerVersionPermissionCommandInput): import("@smithy/core/client").CommandImpl<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveLayerVersionPermissionCommandInput): import("@smithy/core/client").CommandImpl<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a statement from the permissions policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { RemovePermissionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
|
22
22
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemovePermissionCommand_base: {
|
|
25
|
-
new (input: RemovePermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemovePermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Revokes function-use permission from an Amazon Web Services service or another Amazon Web Services account. You can get the ID of the statement from the output of <a>GetPolicy</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { SendDurableExecutionCallbackFailureRequest, SendDurableExecutionCallbackFailureResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SendDurableExecutionCallbackFailureCommandInput extends SendDur
|
|
|
22
22
|
export interface SendDurableExecutionCallbackFailureCommandOutput extends SendDurableExecutionCallbackFailureResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendDurableExecutionCallbackFailureCommand_base: {
|
|
25
|
-
new (input: SendDurableExecutionCallbackFailureCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendDurableExecutionCallbackFailureCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendDurableExecutionCallbackFailureCommandInput): import("@smithy/core/client").CommandImpl<SendDurableExecutionCallbackFailureCommandInput, SendDurableExecutionCallbackFailureCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendDurableExecutionCallbackFailureCommandInput): import("@smithy/core/client").CommandImpl<SendDurableExecutionCallbackFailureCommandInput, SendDurableExecutionCallbackFailureCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sends a failure response for a callback operation in a durable execution. Use this API when an external system cannot complete a callback operation successfully.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
4
4
|
import type { SendDurableExecutionCallbackHeartbeatRequest, SendDurableExecutionCallbackHeartbeatResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SendDurableExecutionCallbackHeartbeatCommandInput extends SendD
|
|
|
22
22
|
export interface SendDurableExecutionCallbackHeartbeatCommandOutput extends SendDurableExecutionCallbackHeartbeatResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendDurableExecutionCallbackHeartbeatCommand_base: {
|
|
25
|
-
new (input: SendDurableExecutionCallbackHeartbeatCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendDurableExecutionCallbackHeartbeatCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendDurableExecutionCallbackHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<SendDurableExecutionCallbackHeartbeatCommandInput, SendDurableExecutionCallbackHeartbeatCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendDurableExecutionCallbackHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<SendDurableExecutionCallbackHeartbeatCommandInput, SendDurableExecutionCallbackHeartbeatCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sends a heartbeat signal for a long-running callback operation to prevent timeout. Use this API to extend the callback timeout period while the external operation is still in progress.</p>
|