@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,1664 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
|
+
import {
|
|
9
|
+
AddLayerVersionPermissionCommandInput,
|
|
10
|
+
AddLayerVersionPermissionCommandOutput,
|
|
11
|
+
} from "./commands/AddLayerVersionPermissionCommand";
|
|
12
|
+
import {
|
|
13
|
+
AddPermissionCommandInput,
|
|
14
|
+
AddPermissionCommandOutput,
|
|
15
|
+
} from "./commands/AddPermissionCommand";
|
|
16
|
+
import {
|
|
17
|
+
CheckpointDurableExecutionCommandInput,
|
|
18
|
+
CheckpointDurableExecutionCommandOutput,
|
|
19
|
+
} from "./commands/CheckpointDurableExecutionCommand";
|
|
20
|
+
import {
|
|
21
|
+
CreateAliasCommandInput,
|
|
22
|
+
CreateAliasCommandOutput,
|
|
23
|
+
} from "./commands/CreateAliasCommand";
|
|
24
|
+
import {
|
|
25
|
+
CreateCapacityProviderCommandInput,
|
|
26
|
+
CreateCapacityProviderCommandOutput,
|
|
27
|
+
} from "./commands/CreateCapacityProviderCommand";
|
|
28
|
+
import {
|
|
29
|
+
CreateCodeSigningConfigCommandInput,
|
|
30
|
+
CreateCodeSigningConfigCommandOutput,
|
|
31
|
+
} from "./commands/CreateCodeSigningConfigCommand";
|
|
32
|
+
import {
|
|
33
|
+
CreateEventSourceMappingCommandInput,
|
|
34
|
+
CreateEventSourceMappingCommandOutput,
|
|
35
|
+
} from "./commands/CreateEventSourceMappingCommand";
|
|
36
|
+
import {
|
|
37
|
+
CreateFunctionCommandInput,
|
|
38
|
+
CreateFunctionCommandOutput,
|
|
39
|
+
} from "./commands/CreateFunctionCommand";
|
|
40
|
+
import {
|
|
41
|
+
CreateFunctionUrlConfigCommandInput,
|
|
42
|
+
CreateFunctionUrlConfigCommandOutput,
|
|
43
|
+
} from "./commands/CreateFunctionUrlConfigCommand";
|
|
44
|
+
import {
|
|
45
|
+
DeleteAliasCommandInput,
|
|
46
|
+
DeleteAliasCommandOutput,
|
|
47
|
+
} from "./commands/DeleteAliasCommand";
|
|
48
|
+
import {
|
|
49
|
+
DeleteCapacityProviderCommandInput,
|
|
50
|
+
DeleteCapacityProviderCommandOutput,
|
|
51
|
+
} from "./commands/DeleteCapacityProviderCommand";
|
|
52
|
+
import {
|
|
53
|
+
DeleteCodeSigningConfigCommandInput,
|
|
54
|
+
DeleteCodeSigningConfigCommandOutput,
|
|
55
|
+
} from "./commands/DeleteCodeSigningConfigCommand";
|
|
56
|
+
import {
|
|
57
|
+
DeleteEventSourceMappingCommandInput,
|
|
58
|
+
DeleteEventSourceMappingCommandOutput,
|
|
59
|
+
} from "./commands/DeleteEventSourceMappingCommand";
|
|
60
|
+
import {
|
|
61
|
+
DeleteFunctionCodeSigningConfigCommandInput,
|
|
62
|
+
DeleteFunctionCodeSigningConfigCommandOutput,
|
|
63
|
+
} from "./commands/DeleteFunctionCodeSigningConfigCommand";
|
|
64
|
+
import {
|
|
65
|
+
DeleteFunctionCommandInput,
|
|
66
|
+
DeleteFunctionCommandOutput,
|
|
67
|
+
} from "./commands/DeleteFunctionCommand";
|
|
68
|
+
import {
|
|
69
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
70
|
+
DeleteFunctionConcurrencyCommandOutput,
|
|
71
|
+
} from "./commands/DeleteFunctionConcurrencyCommand";
|
|
72
|
+
import {
|
|
73
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
74
|
+
DeleteFunctionEventInvokeConfigCommandOutput,
|
|
75
|
+
} from "./commands/DeleteFunctionEventInvokeConfigCommand";
|
|
76
|
+
import {
|
|
77
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
78
|
+
DeleteFunctionUrlConfigCommandOutput,
|
|
79
|
+
} from "./commands/DeleteFunctionUrlConfigCommand";
|
|
80
|
+
import {
|
|
81
|
+
DeleteLayerVersionCommandInput,
|
|
82
|
+
DeleteLayerVersionCommandOutput,
|
|
83
|
+
} from "./commands/DeleteLayerVersionCommand";
|
|
84
|
+
import {
|
|
85
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
86
|
+
DeleteProvisionedConcurrencyConfigCommandOutput,
|
|
87
|
+
} from "./commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
88
|
+
import {
|
|
89
|
+
GetAccountSettingsCommandInput,
|
|
90
|
+
GetAccountSettingsCommandOutput,
|
|
91
|
+
} from "./commands/GetAccountSettingsCommand";
|
|
92
|
+
import {
|
|
93
|
+
GetAliasCommandInput,
|
|
94
|
+
GetAliasCommandOutput,
|
|
95
|
+
} from "./commands/GetAliasCommand";
|
|
96
|
+
import {
|
|
97
|
+
GetCapacityProviderCommandInput,
|
|
98
|
+
GetCapacityProviderCommandOutput,
|
|
99
|
+
} from "./commands/GetCapacityProviderCommand";
|
|
100
|
+
import {
|
|
101
|
+
GetCodeSigningConfigCommandInput,
|
|
102
|
+
GetCodeSigningConfigCommandOutput,
|
|
103
|
+
} from "./commands/GetCodeSigningConfigCommand";
|
|
104
|
+
import {
|
|
105
|
+
GetDurableExecutionCommandInput,
|
|
106
|
+
GetDurableExecutionCommandOutput,
|
|
107
|
+
} from "./commands/GetDurableExecutionCommand";
|
|
108
|
+
import {
|
|
109
|
+
GetDurableExecutionHistoryCommandInput,
|
|
110
|
+
GetDurableExecutionHistoryCommandOutput,
|
|
111
|
+
} from "./commands/GetDurableExecutionHistoryCommand";
|
|
112
|
+
import {
|
|
113
|
+
GetDurableExecutionStateCommandInput,
|
|
114
|
+
GetDurableExecutionStateCommandOutput,
|
|
115
|
+
} from "./commands/GetDurableExecutionStateCommand";
|
|
116
|
+
import {
|
|
117
|
+
GetEventSourceMappingCommandInput,
|
|
118
|
+
GetEventSourceMappingCommandOutput,
|
|
119
|
+
} from "./commands/GetEventSourceMappingCommand";
|
|
120
|
+
import {
|
|
121
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
122
|
+
GetFunctionCodeSigningConfigCommandOutput,
|
|
123
|
+
} from "./commands/GetFunctionCodeSigningConfigCommand";
|
|
124
|
+
import {
|
|
125
|
+
GetFunctionCommandInput,
|
|
126
|
+
GetFunctionCommandOutput,
|
|
127
|
+
} from "./commands/GetFunctionCommand";
|
|
128
|
+
import {
|
|
129
|
+
GetFunctionConcurrencyCommandInput,
|
|
130
|
+
GetFunctionConcurrencyCommandOutput,
|
|
131
|
+
} from "./commands/GetFunctionConcurrencyCommand";
|
|
132
|
+
import {
|
|
133
|
+
GetFunctionConfigurationCommandInput,
|
|
134
|
+
GetFunctionConfigurationCommandOutput,
|
|
135
|
+
} from "./commands/GetFunctionConfigurationCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
138
|
+
GetFunctionEventInvokeConfigCommandOutput,
|
|
139
|
+
} from "./commands/GetFunctionEventInvokeConfigCommand";
|
|
140
|
+
import {
|
|
141
|
+
GetFunctionRecursionConfigCommandInput,
|
|
142
|
+
GetFunctionRecursionConfigCommandOutput,
|
|
143
|
+
} from "./commands/GetFunctionRecursionConfigCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetFunctionScalingConfigCommandInput,
|
|
146
|
+
GetFunctionScalingConfigCommandOutput,
|
|
147
|
+
} from "./commands/GetFunctionScalingConfigCommand";
|
|
148
|
+
import {
|
|
149
|
+
GetFunctionUrlConfigCommandInput,
|
|
150
|
+
GetFunctionUrlConfigCommandOutput,
|
|
151
|
+
} from "./commands/GetFunctionUrlConfigCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetLayerVersionByArnCommandInput,
|
|
154
|
+
GetLayerVersionByArnCommandOutput,
|
|
155
|
+
} from "./commands/GetLayerVersionByArnCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetLayerVersionCommandInput,
|
|
158
|
+
GetLayerVersionCommandOutput,
|
|
159
|
+
} from "./commands/GetLayerVersionCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetLayerVersionPolicyCommandInput,
|
|
162
|
+
GetLayerVersionPolicyCommandOutput,
|
|
163
|
+
} from "./commands/GetLayerVersionPolicyCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetPolicyCommandInput,
|
|
166
|
+
GetPolicyCommandOutput,
|
|
167
|
+
} from "./commands/GetPolicyCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
170
|
+
GetProvisionedConcurrencyConfigCommandOutput,
|
|
171
|
+
} from "./commands/GetProvisionedConcurrencyConfigCommand";
|
|
172
|
+
import {
|
|
173
|
+
GetRuntimeManagementConfigCommandInput,
|
|
174
|
+
GetRuntimeManagementConfigCommandOutput,
|
|
175
|
+
} from "./commands/GetRuntimeManagementConfigCommand";
|
|
176
|
+
import {
|
|
177
|
+
InvokeAsyncCommandInput,
|
|
178
|
+
InvokeAsyncCommandOutput,
|
|
179
|
+
} from "./commands/InvokeAsyncCommand";
|
|
180
|
+
import {
|
|
181
|
+
InvokeCommandInput,
|
|
182
|
+
InvokeCommandOutput,
|
|
183
|
+
} from "./commands/InvokeCommand";
|
|
184
|
+
import {
|
|
185
|
+
InvokeWithResponseStreamCommandInput,
|
|
186
|
+
InvokeWithResponseStreamCommandOutput,
|
|
187
|
+
} from "./commands/InvokeWithResponseStreamCommand";
|
|
188
|
+
import {
|
|
189
|
+
ListAliasesCommandInput,
|
|
190
|
+
ListAliasesCommandOutput,
|
|
191
|
+
} from "./commands/ListAliasesCommand";
|
|
192
|
+
import {
|
|
193
|
+
ListCapacityProvidersCommandInput,
|
|
194
|
+
ListCapacityProvidersCommandOutput,
|
|
195
|
+
} from "./commands/ListCapacityProvidersCommand";
|
|
196
|
+
import {
|
|
197
|
+
ListCodeSigningConfigsCommandInput,
|
|
198
|
+
ListCodeSigningConfigsCommandOutput,
|
|
199
|
+
} from "./commands/ListCodeSigningConfigsCommand";
|
|
200
|
+
import {
|
|
201
|
+
ListDurableExecutionsByFunctionCommandInput,
|
|
202
|
+
ListDurableExecutionsByFunctionCommandOutput,
|
|
203
|
+
} from "./commands/ListDurableExecutionsByFunctionCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListEventSourceMappingsCommandInput,
|
|
206
|
+
ListEventSourceMappingsCommandOutput,
|
|
207
|
+
} from "./commands/ListEventSourceMappingsCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListFunctionEventInvokeConfigsCommandInput,
|
|
210
|
+
ListFunctionEventInvokeConfigsCommandOutput,
|
|
211
|
+
} from "./commands/ListFunctionEventInvokeConfigsCommand";
|
|
212
|
+
import {
|
|
213
|
+
ListFunctionsByCodeSigningConfigCommandInput,
|
|
214
|
+
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
215
|
+
} from "./commands/ListFunctionsByCodeSigningConfigCommand";
|
|
216
|
+
import {
|
|
217
|
+
ListFunctionsCommandInput,
|
|
218
|
+
ListFunctionsCommandOutput,
|
|
219
|
+
} from "./commands/ListFunctionsCommand";
|
|
220
|
+
import {
|
|
221
|
+
ListFunctionUrlConfigsCommandInput,
|
|
222
|
+
ListFunctionUrlConfigsCommandOutput,
|
|
223
|
+
} from "./commands/ListFunctionUrlConfigsCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListFunctionVersionsByCapacityProviderCommandInput,
|
|
226
|
+
ListFunctionVersionsByCapacityProviderCommandOutput,
|
|
227
|
+
} from "./commands/ListFunctionVersionsByCapacityProviderCommand";
|
|
228
|
+
import {
|
|
229
|
+
ListLayersCommandInput,
|
|
230
|
+
ListLayersCommandOutput,
|
|
231
|
+
} from "./commands/ListLayersCommand";
|
|
232
|
+
import {
|
|
233
|
+
ListLayerVersionsCommandInput,
|
|
234
|
+
ListLayerVersionsCommandOutput,
|
|
235
|
+
} from "./commands/ListLayerVersionsCommand";
|
|
236
|
+
import {
|
|
237
|
+
ListProvisionedConcurrencyConfigsCommandInput,
|
|
238
|
+
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
239
|
+
} from "./commands/ListProvisionedConcurrencyConfigsCommand";
|
|
240
|
+
import {
|
|
241
|
+
ListTagsCommandInput,
|
|
242
|
+
ListTagsCommandOutput,
|
|
243
|
+
} from "./commands/ListTagsCommand";
|
|
244
|
+
import {
|
|
245
|
+
ListVersionsByFunctionCommandInput,
|
|
246
|
+
ListVersionsByFunctionCommandOutput,
|
|
247
|
+
} from "./commands/ListVersionsByFunctionCommand";
|
|
248
|
+
import {
|
|
249
|
+
PublishLayerVersionCommandInput,
|
|
250
|
+
PublishLayerVersionCommandOutput,
|
|
251
|
+
} from "./commands/PublishLayerVersionCommand";
|
|
252
|
+
import {
|
|
253
|
+
PublishVersionCommandInput,
|
|
254
|
+
PublishVersionCommandOutput,
|
|
255
|
+
} from "./commands/PublishVersionCommand";
|
|
256
|
+
import {
|
|
257
|
+
PutFunctionCodeSigningConfigCommandInput,
|
|
258
|
+
PutFunctionCodeSigningConfigCommandOutput,
|
|
259
|
+
} from "./commands/PutFunctionCodeSigningConfigCommand";
|
|
260
|
+
import {
|
|
261
|
+
PutFunctionConcurrencyCommandInput,
|
|
262
|
+
PutFunctionConcurrencyCommandOutput,
|
|
263
|
+
} from "./commands/PutFunctionConcurrencyCommand";
|
|
264
|
+
import {
|
|
265
|
+
PutFunctionEventInvokeConfigCommandInput,
|
|
266
|
+
PutFunctionEventInvokeConfigCommandOutput,
|
|
267
|
+
} from "./commands/PutFunctionEventInvokeConfigCommand";
|
|
268
|
+
import {
|
|
269
|
+
PutFunctionRecursionConfigCommandInput,
|
|
270
|
+
PutFunctionRecursionConfigCommandOutput,
|
|
271
|
+
} from "./commands/PutFunctionRecursionConfigCommand";
|
|
272
|
+
import {
|
|
273
|
+
PutFunctionScalingConfigCommandInput,
|
|
274
|
+
PutFunctionScalingConfigCommandOutput,
|
|
275
|
+
} from "./commands/PutFunctionScalingConfigCommand";
|
|
276
|
+
import {
|
|
277
|
+
PutProvisionedConcurrencyConfigCommandInput,
|
|
278
|
+
PutProvisionedConcurrencyConfigCommandOutput,
|
|
279
|
+
} from "./commands/PutProvisionedConcurrencyConfigCommand";
|
|
280
|
+
import {
|
|
281
|
+
PutRuntimeManagementConfigCommandInput,
|
|
282
|
+
PutRuntimeManagementConfigCommandOutput,
|
|
283
|
+
} from "./commands/PutRuntimeManagementConfigCommand";
|
|
284
|
+
import {
|
|
285
|
+
RemoveLayerVersionPermissionCommandInput,
|
|
286
|
+
RemoveLayerVersionPermissionCommandOutput,
|
|
287
|
+
} from "./commands/RemoveLayerVersionPermissionCommand";
|
|
288
|
+
import {
|
|
289
|
+
RemovePermissionCommandInput,
|
|
290
|
+
RemovePermissionCommandOutput,
|
|
291
|
+
} from "./commands/RemovePermissionCommand";
|
|
292
|
+
import {
|
|
293
|
+
SendDurableExecutionCallbackFailureCommandInput,
|
|
294
|
+
SendDurableExecutionCallbackFailureCommandOutput,
|
|
295
|
+
} from "./commands/SendDurableExecutionCallbackFailureCommand";
|
|
296
|
+
import {
|
|
297
|
+
SendDurableExecutionCallbackHeartbeatCommandInput,
|
|
298
|
+
SendDurableExecutionCallbackHeartbeatCommandOutput,
|
|
299
|
+
} from "./commands/SendDurableExecutionCallbackHeartbeatCommand";
|
|
300
|
+
import {
|
|
301
|
+
SendDurableExecutionCallbackSuccessCommandInput,
|
|
302
|
+
SendDurableExecutionCallbackSuccessCommandOutput,
|
|
303
|
+
} from "./commands/SendDurableExecutionCallbackSuccessCommand";
|
|
304
|
+
import {
|
|
305
|
+
StopDurableExecutionCommandInput,
|
|
306
|
+
StopDurableExecutionCommandOutput,
|
|
307
|
+
} from "./commands/StopDurableExecutionCommand";
|
|
308
|
+
import {
|
|
309
|
+
TagResourceCommandInput,
|
|
310
|
+
TagResourceCommandOutput,
|
|
311
|
+
} from "./commands/TagResourceCommand";
|
|
312
|
+
import {
|
|
313
|
+
UntagResourceCommandInput,
|
|
314
|
+
UntagResourceCommandOutput,
|
|
315
|
+
} from "./commands/UntagResourceCommand";
|
|
316
|
+
import {
|
|
317
|
+
UpdateAliasCommandInput,
|
|
318
|
+
UpdateAliasCommandOutput,
|
|
319
|
+
} from "./commands/UpdateAliasCommand";
|
|
320
|
+
import {
|
|
321
|
+
UpdateCapacityProviderCommandInput,
|
|
322
|
+
UpdateCapacityProviderCommandOutput,
|
|
323
|
+
} from "./commands/UpdateCapacityProviderCommand";
|
|
324
|
+
import {
|
|
325
|
+
UpdateCodeSigningConfigCommandInput,
|
|
326
|
+
UpdateCodeSigningConfigCommandOutput,
|
|
327
|
+
} from "./commands/UpdateCodeSigningConfigCommand";
|
|
328
|
+
import {
|
|
329
|
+
UpdateEventSourceMappingCommandInput,
|
|
330
|
+
UpdateEventSourceMappingCommandOutput,
|
|
331
|
+
} from "./commands/UpdateEventSourceMappingCommand";
|
|
332
|
+
import {
|
|
333
|
+
UpdateFunctionCodeCommandInput,
|
|
334
|
+
UpdateFunctionCodeCommandOutput,
|
|
335
|
+
} from "./commands/UpdateFunctionCodeCommand";
|
|
336
|
+
import {
|
|
337
|
+
UpdateFunctionConfigurationCommandInput,
|
|
338
|
+
UpdateFunctionConfigurationCommandOutput,
|
|
339
|
+
} from "./commands/UpdateFunctionConfigurationCommand";
|
|
340
|
+
import {
|
|
341
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
342
|
+
UpdateFunctionEventInvokeConfigCommandOutput,
|
|
343
|
+
} from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
344
|
+
import {
|
|
345
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
346
|
+
UpdateFunctionUrlConfigCommandOutput,
|
|
347
|
+
} from "./commands/UpdateFunctionUrlConfigCommand";
|
|
348
|
+
import { LambdaClient } from "./LambdaClient";
|
|
349
|
+
export interface Lambda {
|
|
350
|
+
addLayerVersionPermission(
|
|
351
|
+
args: AddLayerVersionPermissionCommandInput,
|
|
352
|
+
options?: __HttpHandlerOptions
|
|
353
|
+
): Promise<AddLayerVersionPermissionCommandOutput>;
|
|
354
|
+
addLayerVersionPermission(
|
|
355
|
+
args: AddLayerVersionPermissionCommandInput,
|
|
356
|
+
cb: (err: any, data?: AddLayerVersionPermissionCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
addLayerVersionPermission(
|
|
359
|
+
args: AddLayerVersionPermissionCommandInput,
|
|
360
|
+
options: __HttpHandlerOptions,
|
|
361
|
+
cb: (err: any, data?: AddLayerVersionPermissionCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
addPermission(
|
|
364
|
+
args: AddPermissionCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<AddPermissionCommandOutput>;
|
|
367
|
+
addPermission(
|
|
368
|
+
args: AddPermissionCommandInput,
|
|
369
|
+
cb: (err: any, data?: AddPermissionCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
addPermission(
|
|
372
|
+
args: AddPermissionCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: AddPermissionCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
checkpointDurableExecution(
|
|
377
|
+
args: CheckpointDurableExecutionCommandInput,
|
|
378
|
+
options?: __HttpHandlerOptions
|
|
379
|
+
): Promise<CheckpointDurableExecutionCommandOutput>;
|
|
380
|
+
checkpointDurableExecution(
|
|
381
|
+
args: CheckpointDurableExecutionCommandInput,
|
|
382
|
+
cb: (err: any, data?: CheckpointDurableExecutionCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
checkpointDurableExecution(
|
|
385
|
+
args: CheckpointDurableExecutionCommandInput,
|
|
386
|
+
options: __HttpHandlerOptions,
|
|
387
|
+
cb: (err: any, data?: CheckpointDurableExecutionCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
createAlias(
|
|
390
|
+
args: CreateAliasCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<CreateAliasCommandOutput>;
|
|
393
|
+
createAlias(
|
|
394
|
+
args: CreateAliasCommandInput,
|
|
395
|
+
cb: (err: any, data?: CreateAliasCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
createAlias(
|
|
398
|
+
args: CreateAliasCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: CreateAliasCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
createCapacityProvider(
|
|
403
|
+
args: CreateCapacityProviderCommandInput,
|
|
404
|
+
options?: __HttpHandlerOptions
|
|
405
|
+
): Promise<CreateCapacityProviderCommandOutput>;
|
|
406
|
+
createCapacityProvider(
|
|
407
|
+
args: CreateCapacityProviderCommandInput,
|
|
408
|
+
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
createCapacityProvider(
|
|
411
|
+
args: CreateCapacityProviderCommandInput,
|
|
412
|
+
options: __HttpHandlerOptions,
|
|
413
|
+
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
createCodeSigningConfig(
|
|
416
|
+
args: CreateCodeSigningConfigCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<CreateCodeSigningConfigCommandOutput>;
|
|
419
|
+
createCodeSigningConfig(
|
|
420
|
+
args: CreateCodeSigningConfigCommandInput,
|
|
421
|
+
cb: (err: any, data?: CreateCodeSigningConfigCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
createCodeSigningConfig(
|
|
424
|
+
args: CreateCodeSigningConfigCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: CreateCodeSigningConfigCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
createEventSourceMapping(
|
|
429
|
+
args: CreateEventSourceMappingCommandInput,
|
|
430
|
+
options?: __HttpHandlerOptions
|
|
431
|
+
): Promise<CreateEventSourceMappingCommandOutput>;
|
|
432
|
+
createEventSourceMapping(
|
|
433
|
+
args: CreateEventSourceMappingCommandInput,
|
|
434
|
+
cb: (err: any, data?: CreateEventSourceMappingCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
createEventSourceMapping(
|
|
437
|
+
args: CreateEventSourceMappingCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (err: any, data?: CreateEventSourceMappingCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
createFunction(
|
|
442
|
+
args: CreateFunctionCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<CreateFunctionCommandOutput>;
|
|
445
|
+
createFunction(
|
|
446
|
+
args: CreateFunctionCommandInput,
|
|
447
|
+
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
createFunction(
|
|
450
|
+
args: CreateFunctionCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
createFunctionUrlConfig(
|
|
455
|
+
args: CreateFunctionUrlConfigCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions
|
|
457
|
+
): Promise<CreateFunctionUrlConfigCommandOutput>;
|
|
458
|
+
createFunctionUrlConfig(
|
|
459
|
+
args: CreateFunctionUrlConfigCommandInput,
|
|
460
|
+
cb: (err: any, data?: CreateFunctionUrlConfigCommandOutput) => void
|
|
461
|
+
): void;
|
|
462
|
+
createFunctionUrlConfig(
|
|
463
|
+
args: CreateFunctionUrlConfigCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: CreateFunctionUrlConfigCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
deleteAlias(
|
|
468
|
+
args: DeleteAliasCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<DeleteAliasCommandOutput>;
|
|
471
|
+
deleteAlias(
|
|
472
|
+
args: DeleteAliasCommandInput,
|
|
473
|
+
cb: (err: any, data?: DeleteAliasCommandOutput) => void
|
|
474
|
+
): void;
|
|
475
|
+
deleteAlias(
|
|
476
|
+
args: DeleteAliasCommandInput,
|
|
477
|
+
options: __HttpHandlerOptions,
|
|
478
|
+
cb: (err: any, data?: DeleteAliasCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
deleteCapacityProvider(
|
|
481
|
+
args: DeleteCapacityProviderCommandInput,
|
|
482
|
+
options?: __HttpHandlerOptions
|
|
483
|
+
): Promise<DeleteCapacityProviderCommandOutput>;
|
|
484
|
+
deleteCapacityProvider(
|
|
485
|
+
args: DeleteCapacityProviderCommandInput,
|
|
486
|
+
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void
|
|
487
|
+
): void;
|
|
488
|
+
deleteCapacityProvider(
|
|
489
|
+
args: DeleteCapacityProviderCommandInput,
|
|
490
|
+
options: __HttpHandlerOptions,
|
|
491
|
+
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void
|
|
492
|
+
): void;
|
|
493
|
+
deleteCodeSigningConfig(
|
|
494
|
+
args: DeleteCodeSigningConfigCommandInput,
|
|
495
|
+
options?: __HttpHandlerOptions
|
|
496
|
+
): Promise<DeleteCodeSigningConfigCommandOutput>;
|
|
497
|
+
deleteCodeSigningConfig(
|
|
498
|
+
args: DeleteCodeSigningConfigCommandInput,
|
|
499
|
+
cb: (err: any, data?: DeleteCodeSigningConfigCommandOutput) => void
|
|
500
|
+
): void;
|
|
501
|
+
deleteCodeSigningConfig(
|
|
502
|
+
args: DeleteCodeSigningConfigCommandInput,
|
|
503
|
+
options: __HttpHandlerOptions,
|
|
504
|
+
cb: (err: any, data?: DeleteCodeSigningConfigCommandOutput) => void
|
|
505
|
+
): void;
|
|
506
|
+
deleteEventSourceMapping(
|
|
507
|
+
args: DeleteEventSourceMappingCommandInput,
|
|
508
|
+
options?: __HttpHandlerOptions
|
|
509
|
+
): Promise<DeleteEventSourceMappingCommandOutput>;
|
|
510
|
+
deleteEventSourceMapping(
|
|
511
|
+
args: DeleteEventSourceMappingCommandInput,
|
|
512
|
+
cb: (err: any, data?: DeleteEventSourceMappingCommandOutput) => void
|
|
513
|
+
): void;
|
|
514
|
+
deleteEventSourceMapping(
|
|
515
|
+
args: DeleteEventSourceMappingCommandInput,
|
|
516
|
+
options: __HttpHandlerOptions,
|
|
517
|
+
cb: (err: any, data?: DeleteEventSourceMappingCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
deleteFunction(
|
|
520
|
+
args: DeleteFunctionCommandInput,
|
|
521
|
+
options?: __HttpHandlerOptions
|
|
522
|
+
): Promise<DeleteFunctionCommandOutput>;
|
|
523
|
+
deleteFunction(
|
|
524
|
+
args: DeleteFunctionCommandInput,
|
|
525
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
526
|
+
): void;
|
|
527
|
+
deleteFunction(
|
|
528
|
+
args: DeleteFunctionCommandInput,
|
|
529
|
+
options: __HttpHandlerOptions,
|
|
530
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
531
|
+
): void;
|
|
532
|
+
deleteFunctionCodeSigningConfig(
|
|
533
|
+
args: DeleteFunctionCodeSigningConfigCommandInput,
|
|
534
|
+
options?: __HttpHandlerOptions
|
|
535
|
+
): Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
|
|
536
|
+
deleteFunctionCodeSigningConfig(
|
|
537
|
+
args: DeleteFunctionCodeSigningConfigCommandInput,
|
|
538
|
+
cb: (err: any, data?: DeleteFunctionCodeSigningConfigCommandOutput) => void
|
|
539
|
+
): void;
|
|
540
|
+
deleteFunctionCodeSigningConfig(
|
|
541
|
+
args: DeleteFunctionCodeSigningConfigCommandInput,
|
|
542
|
+
options: __HttpHandlerOptions,
|
|
543
|
+
cb: (err: any, data?: DeleteFunctionCodeSigningConfigCommandOutput) => void
|
|
544
|
+
): void;
|
|
545
|
+
deleteFunctionConcurrency(
|
|
546
|
+
args: DeleteFunctionConcurrencyCommandInput,
|
|
547
|
+
options?: __HttpHandlerOptions
|
|
548
|
+
): Promise<DeleteFunctionConcurrencyCommandOutput>;
|
|
549
|
+
deleteFunctionConcurrency(
|
|
550
|
+
args: DeleteFunctionConcurrencyCommandInput,
|
|
551
|
+
cb: (err: any, data?: DeleteFunctionConcurrencyCommandOutput) => void
|
|
552
|
+
): void;
|
|
553
|
+
deleteFunctionConcurrency(
|
|
554
|
+
args: DeleteFunctionConcurrencyCommandInput,
|
|
555
|
+
options: __HttpHandlerOptions,
|
|
556
|
+
cb: (err: any, data?: DeleteFunctionConcurrencyCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
deleteFunctionEventInvokeConfig(
|
|
559
|
+
args: DeleteFunctionEventInvokeConfigCommandInput,
|
|
560
|
+
options?: __HttpHandlerOptions
|
|
561
|
+
): Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
|
|
562
|
+
deleteFunctionEventInvokeConfig(
|
|
563
|
+
args: DeleteFunctionEventInvokeConfigCommandInput,
|
|
564
|
+
cb: (err: any, data?: DeleteFunctionEventInvokeConfigCommandOutput) => void
|
|
565
|
+
): void;
|
|
566
|
+
deleteFunctionEventInvokeConfig(
|
|
567
|
+
args: DeleteFunctionEventInvokeConfigCommandInput,
|
|
568
|
+
options: __HttpHandlerOptions,
|
|
569
|
+
cb: (err: any, data?: DeleteFunctionEventInvokeConfigCommandOutput) => void
|
|
570
|
+
): void;
|
|
571
|
+
deleteFunctionUrlConfig(
|
|
572
|
+
args: DeleteFunctionUrlConfigCommandInput,
|
|
573
|
+
options?: __HttpHandlerOptions
|
|
574
|
+
): Promise<DeleteFunctionUrlConfigCommandOutput>;
|
|
575
|
+
deleteFunctionUrlConfig(
|
|
576
|
+
args: DeleteFunctionUrlConfigCommandInput,
|
|
577
|
+
cb: (err: any, data?: DeleteFunctionUrlConfigCommandOutput) => void
|
|
578
|
+
): void;
|
|
579
|
+
deleteFunctionUrlConfig(
|
|
580
|
+
args: DeleteFunctionUrlConfigCommandInput,
|
|
581
|
+
options: __HttpHandlerOptions,
|
|
582
|
+
cb: (err: any, data?: DeleteFunctionUrlConfigCommandOutput) => void
|
|
583
|
+
): void;
|
|
584
|
+
deleteLayerVersion(
|
|
585
|
+
args: DeleteLayerVersionCommandInput,
|
|
586
|
+
options?: __HttpHandlerOptions
|
|
587
|
+
): Promise<DeleteLayerVersionCommandOutput>;
|
|
588
|
+
deleteLayerVersion(
|
|
589
|
+
args: DeleteLayerVersionCommandInput,
|
|
590
|
+
cb: (err: any, data?: DeleteLayerVersionCommandOutput) => void
|
|
591
|
+
): void;
|
|
592
|
+
deleteLayerVersion(
|
|
593
|
+
args: DeleteLayerVersionCommandInput,
|
|
594
|
+
options: __HttpHandlerOptions,
|
|
595
|
+
cb: (err: any, data?: DeleteLayerVersionCommandOutput) => void
|
|
596
|
+
): void;
|
|
597
|
+
deleteProvisionedConcurrencyConfig(
|
|
598
|
+
args: DeleteProvisionedConcurrencyConfigCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
601
|
+
deleteProvisionedConcurrencyConfig(
|
|
602
|
+
args: DeleteProvisionedConcurrencyConfigCommandInput,
|
|
603
|
+
cb: (
|
|
604
|
+
err: any,
|
|
605
|
+
data?: DeleteProvisionedConcurrencyConfigCommandOutput
|
|
606
|
+
) => void
|
|
607
|
+
): void;
|
|
608
|
+
deleteProvisionedConcurrencyConfig(
|
|
609
|
+
args: DeleteProvisionedConcurrencyConfigCommandInput,
|
|
610
|
+
options: __HttpHandlerOptions,
|
|
611
|
+
cb: (
|
|
612
|
+
err: any,
|
|
613
|
+
data?: DeleteProvisionedConcurrencyConfigCommandOutput
|
|
614
|
+
) => void
|
|
615
|
+
): void;
|
|
616
|
+
getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
|
|
617
|
+
getAccountSettings(
|
|
618
|
+
args: GetAccountSettingsCommandInput,
|
|
619
|
+
options?: __HttpHandlerOptions
|
|
620
|
+
): Promise<GetAccountSettingsCommandOutput>;
|
|
621
|
+
getAccountSettings(
|
|
622
|
+
args: GetAccountSettingsCommandInput,
|
|
623
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
624
|
+
): void;
|
|
625
|
+
getAccountSettings(
|
|
626
|
+
args: GetAccountSettingsCommandInput,
|
|
627
|
+
options: __HttpHandlerOptions,
|
|
628
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
629
|
+
): void;
|
|
630
|
+
getAlias(
|
|
631
|
+
args: GetAliasCommandInput,
|
|
632
|
+
options?: __HttpHandlerOptions
|
|
633
|
+
): Promise<GetAliasCommandOutput>;
|
|
634
|
+
getAlias(
|
|
635
|
+
args: GetAliasCommandInput,
|
|
636
|
+
cb: (err: any, data?: GetAliasCommandOutput) => void
|
|
637
|
+
): void;
|
|
638
|
+
getAlias(
|
|
639
|
+
args: GetAliasCommandInput,
|
|
640
|
+
options: __HttpHandlerOptions,
|
|
641
|
+
cb: (err: any, data?: GetAliasCommandOutput) => void
|
|
642
|
+
): void;
|
|
643
|
+
getCapacityProvider(
|
|
644
|
+
args: GetCapacityProviderCommandInput,
|
|
645
|
+
options?: __HttpHandlerOptions
|
|
646
|
+
): Promise<GetCapacityProviderCommandOutput>;
|
|
647
|
+
getCapacityProvider(
|
|
648
|
+
args: GetCapacityProviderCommandInput,
|
|
649
|
+
cb: (err: any, data?: GetCapacityProviderCommandOutput) => void
|
|
650
|
+
): void;
|
|
651
|
+
getCapacityProvider(
|
|
652
|
+
args: GetCapacityProviderCommandInput,
|
|
653
|
+
options: __HttpHandlerOptions,
|
|
654
|
+
cb: (err: any, data?: GetCapacityProviderCommandOutput) => void
|
|
655
|
+
): void;
|
|
656
|
+
getCodeSigningConfig(
|
|
657
|
+
args: GetCodeSigningConfigCommandInput,
|
|
658
|
+
options?: __HttpHandlerOptions
|
|
659
|
+
): Promise<GetCodeSigningConfigCommandOutput>;
|
|
660
|
+
getCodeSigningConfig(
|
|
661
|
+
args: GetCodeSigningConfigCommandInput,
|
|
662
|
+
cb: (err: any, data?: GetCodeSigningConfigCommandOutput) => void
|
|
663
|
+
): void;
|
|
664
|
+
getCodeSigningConfig(
|
|
665
|
+
args: GetCodeSigningConfigCommandInput,
|
|
666
|
+
options: __HttpHandlerOptions,
|
|
667
|
+
cb: (err: any, data?: GetCodeSigningConfigCommandOutput) => void
|
|
668
|
+
): void;
|
|
669
|
+
getDurableExecution(
|
|
670
|
+
args: GetDurableExecutionCommandInput,
|
|
671
|
+
options?: __HttpHandlerOptions
|
|
672
|
+
): Promise<GetDurableExecutionCommandOutput>;
|
|
673
|
+
getDurableExecution(
|
|
674
|
+
args: GetDurableExecutionCommandInput,
|
|
675
|
+
cb: (err: any, data?: GetDurableExecutionCommandOutput) => void
|
|
676
|
+
): void;
|
|
677
|
+
getDurableExecution(
|
|
678
|
+
args: GetDurableExecutionCommandInput,
|
|
679
|
+
options: __HttpHandlerOptions,
|
|
680
|
+
cb: (err: any, data?: GetDurableExecutionCommandOutput) => void
|
|
681
|
+
): void;
|
|
682
|
+
getDurableExecutionHistory(
|
|
683
|
+
args: GetDurableExecutionHistoryCommandInput,
|
|
684
|
+
options?: __HttpHandlerOptions
|
|
685
|
+
): Promise<GetDurableExecutionHistoryCommandOutput>;
|
|
686
|
+
getDurableExecutionHistory(
|
|
687
|
+
args: GetDurableExecutionHistoryCommandInput,
|
|
688
|
+
cb: (err: any, data?: GetDurableExecutionHistoryCommandOutput) => void
|
|
689
|
+
): void;
|
|
690
|
+
getDurableExecutionHistory(
|
|
691
|
+
args: GetDurableExecutionHistoryCommandInput,
|
|
692
|
+
options: __HttpHandlerOptions,
|
|
693
|
+
cb: (err: any, data?: GetDurableExecutionHistoryCommandOutput) => void
|
|
694
|
+
): void;
|
|
695
|
+
getDurableExecutionState(
|
|
696
|
+
args: GetDurableExecutionStateCommandInput,
|
|
697
|
+
options?: __HttpHandlerOptions
|
|
698
|
+
): Promise<GetDurableExecutionStateCommandOutput>;
|
|
699
|
+
getDurableExecutionState(
|
|
700
|
+
args: GetDurableExecutionStateCommandInput,
|
|
701
|
+
cb: (err: any, data?: GetDurableExecutionStateCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
getDurableExecutionState(
|
|
704
|
+
args: GetDurableExecutionStateCommandInput,
|
|
705
|
+
options: __HttpHandlerOptions,
|
|
706
|
+
cb: (err: any, data?: GetDurableExecutionStateCommandOutput) => void
|
|
707
|
+
): void;
|
|
708
|
+
getEventSourceMapping(
|
|
709
|
+
args: GetEventSourceMappingCommandInput,
|
|
710
|
+
options?: __HttpHandlerOptions
|
|
711
|
+
): Promise<GetEventSourceMappingCommandOutput>;
|
|
712
|
+
getEventSourceMapping(
|
|
713
|
+
args: GetEventSourceMappingCommandInput,
|
|
714
|
+
cb: (err: any, data?: GetEventSourceMappingCommandOutput) => void
|
|
715
|
+
): void;
|
|
716
|
+
getEventSourceMapping(
|
|
717
|
+
args: GetEventSourceMappingCommandInput,
|
|
718
|
+
options: __HttpHandlerOptions,
|
|
719
|
+
cb: (err: any, data?: GetEventSourceMappingCommandOutput) => void
|
|
720
|
+
): void;
|
|
721
|
+
getFunction(
|
|
722
|
+
args: GetFunctionCommandInput,
|
|
723
|
+
options?: __HttpHandlerOptions
|
|
724
|
+
): Promise<GetFunctionCommandOutput>;
|
|
725
|
+
getFunction(
|
|
726
|
+
args: GetFunctionCommandInput,
|
|
727
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
getFunction(
|
|
730
|
+
args: GetFunctionCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
733
|
+
): void;
|
|
734
|
+
getFunctionCodeSigningConfig(
|
|
735
|
+
args: GetFunctionCodeSigningConfigCommandInput,
|
|
736
|
+
options?: __HttpHandlerOptions
|
|
737
|
+
): Promise<GetFunctionCodeSigningConfigCommandOutput>;
|
|
738
|
+
getFunctionCodeSigningConfig(
|
|
739
|
+
args: GetFunctionCodeSigningConfigCommandInput,
|
|
740
|
+
cb: (err: any, data?: GetFunctionCodeSigningConfigCommandOutput) => void
|
|
741
|
+
): void;
|
|
742
|
+
getFunctionCodeSigningConfig(
|
|
743
|
+
args: GetFunctionCodeSigningConfigCommandInput,
|
|
744
|
+
options: __HttpHandlerOptions,
|
|
745
|
+
cb: (err: any, data?: GetFunctionCodeSigningConfigCommandOutput) => void
|
|
746
|
+
): void;
|
|
747
|
+
getFunctionConcurrency(
|
|
748
|
+
args: GetFunctionConcurrencyCommandInput,
|
|
749
|
+
options?: __HttpHandlerOptions
|
|
750
|
+
): Promise<GetFunctionConcurrencyCommandOutput>;
|
|
751
|
+
getFunctionConcurrency(
|
|
752
|
+
args: GetFunctionConcurrencyCommandInput,
|
|
753
|
+
cb: (err: any, data?: GetFunctionConcurrencyCommandOutput) => void
|
|
754
|
+
): void;
|
|
755
|
+
getFunctionConcurrency(
|
|
756
|
+
args: GetFunctionConcurrencyCommandInput,
|
|
757
|
+
options: __HttpHandlerOptions,
|
|
758
|
+
cb: (err: any, data?: GetFunctionConcurrencyCommandOutput) => void
|
|
759
|
+
): void;
|
|
760
|
+
getFunctionConfiguration(
|
|
761
|
+
args: GetFunctionConfigurationCommandInput,
|
|
762
|
+
options?: __HttpHandlerOptions
|
|
763
|
+
): Promise<GetFunctionConfigurationCommandOutput>;
|
|
764
|
+
getFunctionConfiguration(
|
|
765
|
+
args: GetFunctionConfigurationCommandInput,
|
|
766
|
+
cb: (err: any, data?: GetFunctionConfigurationCommandOutput) => void
|
|
767
|
+
): void;
|
|
768
|
+
getFunctionConfiguration(
|
|
769
|
+
args: GetFunctionConfigurationCommandInput,
|
|
770
|
+
options: __HttpHandlerOptions,
|
|
771
|
+
cb: (err: any, data?: GetFunctionConfigurationCommandOutput) => void
|
|
772
|
+
): void;
|
|
773
|
+
getFunctionEventInvokeConfig(
|
|
774
|
+
args: GetFunctionEventInvokeConfigCommandInput,
|
|
775
|
+
options?: __HttpHandlerOptions
|
|
776
|
+
): Promise<GetFunctionEventInvokeConfigCommandOutput>;
|
|
777
|
+
getFunctionEventInvokeConfig(
|
|
778
|
+
args: GetFunctionEventInvokeConfigCommandInput,
|
|
779
|
+
cb: (err: any, data?: GetFunctionEventInvokeConfigCommandOutput) => void
|
|
780
|
+
): void;
|
|
781
|
+
getFunctionEventInvokeConfig(
|
|
782
|
+
args: GetFunctionEventInvokeConfigCommandInput,
|
|
783
|
+
options: __HttpHandlerOptions,
|
|
784
|
+
cb: (err: any, data?: GetFunctionEventInvokeConfigCommandOutput) => void
|
|
785
|
+
): void;
|
|
786
|
+
getFunctionRecursionConfig(
|
|
787
|
+
args: GetFunctionRecursionConfigCommandInput,
|
|
788
|
+
options?: __HttpHandlerOptions
|
|
789
|
+
): Promise<GetFunctionRecursionConfigCommandOutput>;
|
|
790
|
+
getFunctionRecursionConfig(
|
|
791
|
+
args: GetFunctionRecursionConfigCommandInput,
|
|
792
|
+
cb: (err: any, data?: GetFunctionRecursionConfigCommandOutput) => void
|
|
793
|
+
): void;
|
|
794
|
+
getFunctionRecursionConfig(
|
|
795
|
+
args: GetFunctionRecursionConfigCommandInput,
|
|
796
|
+
options: __HttpHandlerOptions,
|
|
797
|
+
cb: (err: any, data?: GetFunctionRecursionConfigCommandOutput) => void
|
|
798
|
+
): void;
|
|
799
|
+
getFunctionScalingConfig(
|
|
800
|
+
args: GetFunctionScalingConfigCommandInput,
|
|
801
|
+
options?: __HttpHandlerOptions
|
|
802
|
+
): Promise<GetFunctionScalingConfigCommandOutput>;
|
|
803
|
+
getFunctionScalingConfig(
|
|
804
|
+
args: GetFunctionScalingConfigCommandInput,
|
|
805
|
+
cb: (err: any, data?: GetFunctionScalingConfigCommandOutput) => void
|
|
806
|
+
): void;
|
|
807
|
+
getFunctionScalingConfig(
|
|
808
|
+
args: GetFunctionScalingConfigCommandInput,
|
|
809
|
+
options: __HttpHandlerOptions,
|
|
810
|
+
cb: (err: any, data?: GetFunctionScalingConfigCommandOutput) => void
|
|
811
|
+
): void;
|
|
812
|
+
getFunctionUrlConfig(
|
|
813
|
+
args: GetFunctionUrlConfigCommandInput,
|
|
814
|
+
options?: __HttpHandlerOptions
|
|
815
|
+
): Promise<GetFunctionUrlConfigCommandOutput>;
|
|
816
|
+
getFunctionUrlConfig(
|
|
817
|
+
args: GetFunctionUrlConfigCommandInput,
|
|
818
|
+
cb: (err: any, data?: GetFunctionUrlConfigCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
getFunctionUrlConfig(
|
|
821
|
+
args: GetFunctionUrlConfigCommandInput,
|
|
822
|
+
options: __HttpHandlerOptions,
|
|
823
|
+
cb: (err: any, data?: GetFunctionUrlConfigCommandOutput) => void
|
|
824
|
+
): void;
|
|
825
|
+
getLayerVersion(
|
|
826
|
+
args: GetLayerVersionCommandInput,
|
|
827
|
+
options?: __HttpHandlerOptions
|
|
828
|
+
): Promise<GetLayerVersionCommandOutput>;
|
|
829
|
+
getLayerVersion(
|
|
830
|
+
args: GetLayerVersionCommandInput,
|
|
831
|
+
cb: (err: any, data?: GetLayerVersionCommandOutput) => void
|
|
832
|
+
): void;
|
|
833
|
+
getLayerVersion(
|
|
834
|
+
args: GetLayerVersionCommandInput,
|
|
835
|
+
options: __HttpHandlerOptions,
|
|
836
|
+
cb: (err: any, data?: GetLayerVersionCommandOutput) => void
|
|
837
|
+
): void;
|
|
838
|
+
getLayerVersionByArn(
|
|
839
|
+
args: GetLayerVersionByArnCommandInput,
|
|
840
|
+
options?: __HttpHandlerOptions
|
|
841
|
+
): Promise<GetLayerVersionByArnCommandOutput>;
|
|
842
|
+
getLayerVersionByArn(
|
|
843
|
+
args: GetLayerVersionByArnCommandInput,
|
|
844
|
+
cb: (err: any, data?: GetLayerVersionByArnCommandOutput) => void
|
|
845
|
+
): void;
|
|
846
|
+
getLayerVersionByArn(
|
|
847
|
+
args: GetLayerVersionByArnCommandInput,
|
|
848
|
+
options: __HttpHandlerOptions,
|
|
849
|
+
cb: (err: any, data?: GetLayerVersionByArnCommandOutput) => void
|
|
850
|
+
): void;
|
|
851
|
+
getLayerVersionPolicy(
|
|
852
|
+
args: GetLayerVersionPolicyCommandInput,
|
|
853
|
+
options?: __HttpHandlerOptions
|
|
854
|
+
): Promise<GetLayerVersionPolicyCommandOutput>;
|
|
855
|
+
getLayerVersionPolicy(
|
|
856
|
+
args: GetLayerVersionPolicyCommandInput,
|
|
857
|
+
cb: (err: any, data?: GetLayerVersionPolicyCommandOutput) => void
|
|
858
|
+
): void;
|
|
859
|
+
getLayerVersionPolicy(
|
|
860
|
+
args: GetLayerVersionPolicyCommandInput,
|
|
861
|
+
options: __HttpHandlerOptions,
|
|
862
|
+
cb: (err: any, data?: GetLayerVersionPolicyCommandOutput) => void
|
|
863
|
+
): void;
|
|
864
|
+
getPolicy(
|
|
865
|
+
args: GetPolicyCommandInput,
|
|
866
|
+
options?: __HttpHandlerOptions
|
|
867
|
+
): Promise<GetPolicyCommandOutput>;
|
|
868
|
+
getPolicy(
|
|
869
|
+
args: GetPolicyCommandInput,
|
|
870
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
871
|
+
): void;
|
|
872
|
+
getPolicy(
|
|
873
|
+
args: GetPolicyCommandInput,
|
|
874
|
+
options: __HttpHandlerOptions,
|
|
875
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
876
|
+
): void;
|
|
877
|
+
getProvisionedConcurrencyConfig(
|
|
878
|
+
args: GetProvisionedConcurrencyConfigCommandInput,
|
|
879
|
+
options?: __HttpHandlerOptions
|
|
880
|
+
): Promise<GetProvisionedConcurrencyConfigCommandOutput>;
|
|
881
|
+
getProvisionedConcurrencyConfig(
|
|
882
|
+
args: GetProvisionedConcurrencyConfigCommandInput,
|
|
883
|
+
cb: (err: any, data?: GetProvisionedConcurrencyConfigCommandOutput) => void
|
|
884
|
+
): void;
|
|
885
|
+
getProvisionedConcurrencyConfig(
|
|
886
|
+
args: GetProvisionedConcurrencyConfigCommandInput,
|
|
887
|
+
options: __HttpHandlerOptions,
|
|
888
|
+
cb: (err: any, data?: GetProvisionedConcurrencyConfigCommandOutput) => void
|
|
889
|
+
): void;
|
|
890
|
+
getRuntimeManagementConfig(
|
|
891
|
+
args: GetRuntimeManagementConfigCommandInput,
|
|
892
|
+
options?: __HttpHandlerOptions
|
|
893
|
+
): Promise<GetRuntimeManagementConfigCommandOutput>;
|
|
894
|
+
getRuntimeManagementConfig(
|
|
895
|
+
args: GetRuntimeManagementConfigCommandInput,
|
|
896
|
+
cb: (err: any, data?: GetRuntimeManagementConfigCommandOutput) => void
|
|
897
|
+
): void;
|
|
898
|
+
getRuntimeManagementConfig(
|
|
899
|
+
args: GetRuntimeManagementConfigCommandInput,
|
|
900
|
+
options: __HttpHandlerOptions,
|
|
901
|
+
cb: (err: any, data?: GetRuntimeManagementConfigCommandOutput) => void
|
|
902
|
+
): void;
|
|
903
|
+
invoke(
|
|
904
|
+
args: InvokeCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<InvokeCommandOutput>;
|
|
907
|
+
invoke(
|
|
908
|
+
args: InvokeCommandInput,
|
|
909
|
+
cb: (err: any, data?: InvokeCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
invoke(
|
|
912
|
+
args: InvokeCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: InvokeCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
invokeAsync(
|
|
917
|
+
args: InvokeAsyncCommandInput,
|
|
918
|
+
options?: __HttpHandlerOptions
|
|
919
|
+
): Promise<InvokeAsyncCommandOutput>;
|
|
920
|
+
invokeAsync(
|
|
921
|
+
args: InvokeAsyncCommandInput,
|
|
922
|
+
cb: (err: any, data?: InvokeAsyncCommandOutput) => void
|
|
923
|
+
): void;
|
|
924
|
+
invokeAsync(
|
|
925
|
+
args: InvokeAsyncCommandInput,
|
|
926
|
+
options: __HttpHandlerOptions,
|
|
927
|
+
cb: (err: any, data?: InvokeAsyncCommandOutput) => void
|
|
928
|
+
): void;
|
|
929
|
+
invokeWithResponseStream(
|
|
930
|
+
args: InvokeWithResponseStreamCommandInput,
|
|
931
|
+
options?: __HttpHandlerOptions
|
|
932
|
+
): Promise<InvokeWithResponseStreamCommandOutput>;
|
|
933
|
+
invokeWithResponseStream(
|
|
934
|
+
args: InvokeWithResponseStreamCommandInput,
|
|
935
|
+
cb: (err: any, data?: InvokeWithResponseStreamCommandOutput) => void
|
|
936
|
+
): void;
|
|
937
|
+
invokeWithResponseStream(
|
|
938
|
+
args: InvokeWithResponseStreamCommandInput,
|
|
939
|
+
options: __HttpHandlerOptions,
|
|
940
|
+
cb: (err: any, data?: InvokeWithResponseStreamCommandOutput) => void
|
|
941
|
+
): void;
|
|
942
|
+
listAliases(
|
|
943
|
+
args: ListAliasesCommandInput,
|
|
944
|
+
options?: __HttpHandlerOptions
|
|
945
|
+
): Promise<ListAliasesCommandOutput>;
|
|
946
|
+
listAliases(
|
|
947
|
+
args: ListAliasesCommandInput,
|
|
948
|
+
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
949
|
+
): void;
|
|
950
|
+
listAliases(
|
|
951
|
+
args: ListAliasesCommandInput,
|
|
952
|
+
options: __HttpHandlerOptions,
|
|
953
|
+
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
954
|
+
): void;
|
|
955
|
+
listCapacityProviders(): Promise<ListCapacityProvidersCommandOutput>;
|
|
956
|
+
listCapacityProviders(
|
|
957
|
+
args: ListCapacityProvidersCommandInput,
|
|
958
|
+
options?: __HttpHandlerOptions
|
|
959
|
+
): Promise<ListCapacityProvidersCommandOutput>;
|
|
960
|
+
listCapacityProviders(
|
|
961
|
+
args: ListCapacityProvidersCommandInput,
|
|
962
|
+
cb: (err: any, data?: ListCapacityProvidersCommandOutput) => void
|
|
963
|
+
): void;
|
|
964
|
+
listCapacityProviders(
|
|
965
|
+
args: ListCapacityProvidersCommandInput,
|
|
966
|
+
options: __HttpHandlerOptions,
|
|
967
|
+
cb: (err: any, data?: ListCapacityProvidersCommandOutput) => void
|
|
968
|
+
): void;
|
|
969
|
+
listCodeSigningConfigs(): Promise<ListCodeSigningConfigsCommandOutput>;
|
|
970
|
+
listCodeSigningConfigs(
|
|
971
|
+
args: ListCodeSigningConfigsCommandInput,
|
|
972
|
+
options?: __HttpHandlerOptions
|
|
973
|
+
): Promise<ListCodeSigningConfigsCommandOutput>;
|
|
974
|
+
listCodeSigningConfigs(
|
|
975
|
+
args: ListCodeSigningConfigsCommandInput,
|
|
976
|
+
cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void
|
|
977
|
+
): void;
|
|
978
|
+
listCodeSigningConfigs(
|
|
979
|
+
args: ListCodeSigningConfigsCommandInput,
|
|
980
|
+
options: __HttpHandlerOptions,
|
|
981
|
+
cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void
|
|
982
|
+
): void;
|
|
983
|
+
listDurableExecutionsByFunction(
|
|
984
|
+
args: ListDurableExecutionsByFunctionCommandInput,
|
|
985
|
+
options?: __HttpHandlerOptions
|
|
986
|
+
): Promise<ListDurableExecutionsByFunctionCommandOutput>;
|
|
987
|
+
listDurableExecutionsByFunction(
|
|
988
|
+
args: ListDurableExecutionsByFunctionCommandInput,
|
|
989
|
+
cb: (err: any, data?: ListDurableExecutionsByFunctionCommandOutput) => void
|
|
990
|
+
): void;
|
|
991
|
+
listDurableExecutionsByFunction(
|
|
992
|
+
args: ListDurableExecutionsByFunctionCommandInput,
|
|
993
|
+
options: __HttpHandlerOptions,
|
|
994
|
+
cb: (err: any, data?: ListDurableExecutionsByFunctionCommandOutput) => void
|
|
995
|
+
): void;
|
|
996
|
+
listEventSourceMappings(): Promise<ListEventSourceMappingsCommandOutput>;
|
|
997
|
+
listEventSourceMappings(
|
|
998
|
+
args: ListEventSourceMappingsCommandInput,
|
|
999
|
+
options?: __HttpHandlerOptions
|
|
1000
|
+
): Promise<ListEventSourceMappingsCommandOutput>;
|
|
1001
|
+
listEventSourceMappings(
|
|
1002
|
+
args: ListEventSourceMappingsCommandInput,
|
|
1003
|
+
cb: (err: any, data?: ListEventSourceMappingsCommandOutput) => void
|
|
1004
|
+
): void;
|
|
1005
|
+
listEventSourceMappings(
|
|
1006
|
+
args: ListEventSourceMappingsCommandInput,
|
|
1007
|
+
options: __HttpHandlerOptions,
|
|
1008
|
+
cb: (err: any, data?: ListEventSourceMappingsCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
listFunctionEventInvokeConfigs(
|
|
1011
|
+
args: ListFunctionEventInvokeConfigsCommandInput,
|
|
1012
|
+
options?: __HttpHandlerOptions
|
|
1013
|
+
): Promise<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
1014
|
+
listFunctionEventInvokeConfigs(
|
|
1015
|
+
args: ListFunctionEventInvokeConfigsCommandInput,
|
|
1016
|
+
cb: (err: any, data?: ListFunctionEventInvokeConfigsCommandOutput) => void
|
|
1017
|
+
): void;
|
|
1018
|
+
listFunctionEventInvokeConfigs(
|
|
1019
|
+
args: ListFunctionEventInvokeConfigsCommandInput,
|
|
1020
|
+
options: __HttpHandlerOptions,
|
|
1021
|
+
cb: (err: any, data?: ListFunctionEventInvokeConfigsCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
listFunctions(): Promise<ListFunctionsCommandOutput>;
|
|
1024
|
+
listFunctions(
|
|
1025
|
+
args: ListFunctionsCommandInput,
|
|
1026
|
+
options?: __HttpHandlerOptions
|
|
1027
|
+
): Promise<ListFunctionsCommandOutput>;
|
|
1028
|
+
listFunctions(
|
|
1029
|
+
args: ListFunctionsCommandInput,
|
|
1030
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
1031
|
+
): void;
|
|
1032
|
+
listFunctions(
|
|
1033
|
+
args: ListFunctionsCommandInput,
|
|
1034
|
+
options: __HttpHandlerOptions,
|
|
1035
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
1036
|
+
): void;
|
|
1037
|
+
listFunctionsByCodeSigningConfig(
|
|
1038
|
+
args: ListFunctionsByCodeSigningConfigCommandInput,
|
|
1039
|
+
options?: __HttpHandlerOptions
|
|
1040
|
+
): Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
1041
|
+
listFunctionsByCodeSigningConfig(
|
|
1042
|
+
args: ListFunctionsByCodeSigningConfigCommandInput,
|
|
1043
|
+
cb: (err: any, data?: ListFunctionsByCodeSigningConfigCommandOutput) => void
|
|
1044
|
+
): void;
|
|
1045
|
+
listFunctionsByCodeSigningConfig(
|
|
1046
|
+
args: ListFunctionsByCodeSigningConfigCommandInput,
|
|
1047
|
+
options: __HttpHandlerOptions,
|
|
1048
|
+
cb: (err: any, data?: ListFunctionsByCodeSigningConfigCommandOutput) => void
|
|
1049
|
+
): void;
|
|
1050
|
+
listFunctionUrlConfigs(
|
|
1051
|
+
args: ListFunctionUrlConfigsCommandInput,
|
|
1052
|
+
options?: __HttpHandlerOptions
|
|
1053
|
+
): Promise<ListFunctionUrlConfigsCommandOutput>;
|
|
1054
|
+
listFunctionUrlConfigs(
|
|
1055
|
+
args: ListFunctionUrlConfigsCommandInput,
|
|
1056
|
+
cb: (err: any, data?: ListFunctionUrlConfigsCommandOutput) => void
|
|
1057
|
+
): void;
|
|
1058
|
+
listFunctionUrlConfigs(
|
|
1059
|
+
args: ListFunctionUrlConfigsCommandInput,
|
|
1060
|
+
options: __HttpHandlerOptions,
|
|
1061
|
+
cb: (err: any, data?: ListFunctionUrlConfigsCommandOutput) => void
|
|
1062
|
+
): void;
|
|
1063
|
+
listFunctionVersionsByCapacityProvider(
|
|
1064
|
+
args: ListFunctionVersionsByCapacityProviderCommandInput,
|
|
1065
|
+
options?: __HttpHandlerOptions
|
|
1066
|
+
): Promise<ListFunctionVersionsByCapacityProviderCommandOutput>;
|
|
1067
|
+
listFunctionVersionsByCapacityProvider(
|
|
1068
|
+
args: ListFunctionVersionsByCapacityProviderCommandInput,
|
|
1069
|
+
cb: (
|
|
1070
|
+
err: any,
|
|
1071
|
+
data?: ListFunctionVersionsByCapacityProviderCommandOutput
|
|
1072
|
+
) => void
|
|
1073
|
+
): void;
|
|
1074
|
+
listFunctionVersionsByCapacityProvider(
|
|
1075
|
+
args: ListFunctionVersionsByCapacityProviderCommandInput,
|
|
1076
|
+
options: __HttpHandlerOptions,
|
|
1077
|
+
cb: (
|
|
1078
|
+
err: any,
|
|
1079
|
+
data?: ListFunctionVersionsByCapacityProviderCommandOutput
|
|
1080
|
+
) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
listLayers(): Promise<ListLayersCommandOutput>;
|
|
1083
|
+
listLayers(
|
|
1084
|
+
args: ListLayersCommandInput,
|
|
1085
|
+
options?: __HttpHandlerOptions
|
|
1086
|
+
): Promise<ListLayersCommandOutput>;
|
|
1087
|
+
listLayers(
|
|
1088
|
+
args: ListLayersCommandInput,
|
|
1089
|
+
cb: (err: any, data?: ListLayersCommandOutput) => void
|
|
1090
|
+
): void;
|
|
1091
|
+
listLayers(
|
|
1092
|
+
args: ListLayersCommandInput,
|
|
1093
|
+
options: __HttpHandlerOptions,
|
|
1094
|
+
cb: (err: any, data?: ListLayersCommandOutput) => void
|
|
1095
|
+
): void;
|
|
1096
|
+
listLayerVersions(
|
|
1097
|
+
args: ListLayerVersionsCommandInput,
|
|
1098
|
+
options?: __HttpHandlerOptions
|
|
1099
|
+
): Promise<ListLayerVersionsCommandOutput>;
|
|
1100
|
+
listLayerVersions(
|
|
1101
|
+
args: ListLayerVersionsCommandInput,
|
|
1102
|
+
cb: (err: any, data?: ListLayerVersionsCommandOutput) => void
|
|
1103
|
+
): void;
|
|
1104
|
+
listLayerVersions(
|
|
1105
|
+
args: ListLayerVersionsCommandInput,
|
|
1106
|
+
options: __HttpHandlerOptions,
|
|
1107
|
+
cb: (err: any, data?: ListLayerVersionsCommandOutput) => void
|
|
1108
|
+
): void;
|
|
1109
|
+
listProvisionedConcurrencyConfigs(
|
|
1110
|
+
args: ListProvisionedConcurrencyConfigsCommandInput,
|
|
1111
|
+
options?: __HttpHandlerOptions
|
|
1112
|
+
): Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
1113
|
+
listProvisionedConcurrencyConfigs(
|
|
1114
|
+
args: ListProvisionedConcurrencyConfigsCommandInput,
|
|
1115
|
+
cb: (
|
|
1116
|
+
err: any,
|
|
1117
|
+
data?: ListProvisionedConcurrencyConfigsCommandOutput
|
|
1118
|
+
) => void
|
|
1119
|
+
): void;
|
|
1120
|
+
listProvisionedConcurrencyConfigs(
|
|
1121
|
+
args: ListProvisionedConcurrencyConfigsCommandInput,
|
|
1122
|
+
options: __HttpHandlerOptions,
|
|
1123
|
+
cb: (
|
|
1124
|
+
err: any,
|
|
1125
|
+
data?: ListProvisionedConcurrencyConfigsCommandOutput
|
|
1126
|
+
) => void
|
|
1127
|
+
): void;
|
|
1128
|
+
listTags(
|
|
1129
|
+
args: ListTagsCommandInput,
|
|
1130
|
+
options?: __HttpHandlerOptions
|
|
1131
|
+
): Promise<ListTagsCommandOutput>;
|
|
1132
|
+
listTags(
|
|
1133
|
+
args: ListTagsCommandInput,
|
|
1134
|
+
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
1135
|
+
): void;
|
|
1136
|
+
listTags(
|
|
1137
|
+
args: ListTagsCommandInput,
|
|
1138
|
+
options: __HttpHandlerOptions,
|
|
1139
|
+
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
1140
|
+
): void;
|
|
1141
|
+
listVersionsByFunction(
|
|
1142
|
+
args: ListVersionsByFunctionCommandInput,
|
|
1143
|
+
options?: __HttpHandlerOptions
|
|
1144
|
+
): Promise<ListVersionsByFunctionCommandOutput>;
|
|
1145
|
+
listVersionsByFunction(
|
|
1146
|
+
args: ListVersionsByFunctionCommandInput,
|
|
1147
|
+
cb: (err: any, data?: ListVersionsByFunctionCommandOutput) => void
|
|
1148
|
+
): void;
|
|
1149
|
+
listVersionsByFunction(
|
|
1150
|
+
args: ListVersionsByFunctionCommandInput,
|
|
1151
|
+
options: __HttpHandlerOptions,
|
|
1152
|
+
cb: (err: any, data?: ListVersionsByFunctionCommandOutput) => void
|
|
1153
|
+
): void;
|
|
1154
|
+
publishLayerVersion(
|
|
1155
|
+
args: PublishLayerVersionCommandInput,
|
|
1156
|
+
options?: __HttpHandlerOptions
|
|
1157
|
+
): Promise<PublishLayerVersionCommandOutput>;
|
|
1158
|
+
publishLayerVersion(
|
|
1159
|
+
args: PublishLayerVersionCommandInput,
|
|
1160
|
+
cb: (err: any, data?: PublishLayerVersionCommandOutput) => void
|
|
1161
|
+
): void;
|
|
1162
|
+
publishLayerVersion(
|
|
1163
|
+
args: PublishLayerVersionCommandInput,
|
|
1164
|
+
options: __HttpHandlerOptions,
|
|
1165
|
+
cb: (err: any, data?: PublishLayerVersionCommandOutput) => void
|
|
1166
|
+
): void;
|
|
1167
|
+
publishVersion(
|
|
1168
|
+
args: PublishVersionCommandInput,
|
|
1169
|
+
options?: __HttpHandlerOptions
|
|
1170
|
+
): Promise<PublishVersionCommandOutput>;
|
|
1171
|
+
publishVersion(
|
|
1172
|
+
args: PublishVersionCommandInput,
|
|
1173
|
+
cb: (err: any, data?: PublishVersionCommandOutput) => void
|
|
1174
|
+
): void;
|
|
1175
|
+
publishVersion(
|
|
1176
|
+
args: PublishVersionCommandInput,
|
|
1177
|
+
options: __HttpHandlerOptions,
|
|
1178
|
+
cb: (err: any, data?: PublishVersionCommandOutput) => void
|
|
1179
|
+
): void;
|
|
1180
|
+
putFunctionCodeSigningConfig(
|
|
1181
|
+
args: PutFunctionCodeSigningConfigCommandInput,
|
|
1182
|
+
options?: __HttpHandlerOptions
|
|
1183
|
+
): Promise<PutFunctionCodeSigningConfigCommandOutput>;
|
|
1184
|
+
putFunctionCodeSigningConfig(
|
|
1185
|
+
args: PutFunctionCodeSigningConfigCommandInput,
|
|
1186
|
+
cb: (err: any, data?: PutFunctionCodeSigningConfigCommandOutput) => void
|
|
1187
|
+
): void;
|
|
1188
|
+
putFunctionCodeSigningConfig(
|
|
1189
|
+
args: PutFunctionCodeSigningConfigCommandInput,
|
|
1190
|
+
options: __HttpHandlerOptions,
|
|
1191
|
+
cb: (err: any, data?: PutFunctionCodeSigningConfigCommandOutput) => void
|
|
1192
|
+
): void;
|
|
1193
|
+
putFunctionConcurrency(
|
|
1194
|
+
args: PutFunctionConcurrencyCommandInput,
|
|
1195
|
+
options?: __HttpHandlerOptions
|
|
1196
|
+
): Promise<PutFunctionConcurrencyCommandOutput>;
|
|
1197
|
+
putFunctionConcurrency(
|
|
1198
|
+
args: PutFunctionConcurrencyCommandInput,
|
|
1199
|
+
cb: (err: any, data?: PutFunctionConcurrencyCommandOutput) => void
|
|
1200
|
+
): void;
|
|
1201
|
+
putFunctionConcurrency(
|
|
1202
|
+
args: PutFunctionConcurrencyCommandInput,
|
|
1203
|
+
options: __HttpHandlerOptions,
|
|
1204
|
+
cb: (err: any, data?: PutFunctionConcurrencyCommandOutput) => void
|
|
1205
|
+
): void;
|
|
1206
|
+
putFunctionEventInvokeConfig(
|
|
1207
|
+
args: PutFunctionEventInvokeConfigCommandInput,
|
|
1208
|
+
options?: __HttpHandlerOptions
|
|
1209
|
+
): Promise<PutFunctionEventInvokeConfigCommandOutput>;
|
|
1210
|
+
putFunctionEventInvokeConfig(
|
|
1211
|
+
args: PutFunctionEventInvokeConfigCommandInput,
|
|
1212
|
+
cb: (err: any, data?: PutFunctionEventInvokeConfigCommandOutput) => void
|
|
1213
|
+
): void;
|
|
1214
|
+
putFunctionEventInvokeConfig(
|
|
1215
|
+
args: PutFunctionEventInvokeConfigCommandInput,
|
|
1216
|
+
options: __HttpHandlerOptions,
|
|
1217
|
+
cb: (err: any, data?: PutFunctionEventInvokeConfigCommandOutput) => void
|
|
1218
|
+
): void;
|
|
1219
|
+
putFunctionRecursionConfig(
|
|
1220
|
+
args: PutFunctionRecursionConfigCommandInput,
|
|
1221
|
+
options?: __HttpHandlerOptions
|
|
1222
|
+
): Promise<PutFunctionRecursionConfigCommandOutput>;
|
|
1223
|
+
putFunctionRecursionConfig(
|
|
1224
|
+
args: PutFunctionRecursionConfigCommandInput,
|
|
1225
|
+
cb: (err: any, data?: PutFunctionRecursionConfigCommandOutput) => void
|
|
1226
|
+
): void;
|
|
1227
|
+
putFunctionRecursionConfig(
|
|
1228
|
+
args: PutFunctionRecursionConfigCommandInput,
|
|
1229
|
+
options: __HttpHandlerOptions,
|
|
1230
|
+
cb: (err: any, data?: PutFunctionRecursionConfigCommandOutput) => void
|
|
1231
|
+
): void;
|
|
1232
|
+
putFunctionScalingConfig(
|
|
1233
|
+
args: PutFunctionScalingConfigCommandInput,
|
|
1234
|
+
options?: __HttpHandlerOptions
|
|
1235
|
+
): Promise<PutFunctionScalingConfigCommandOutput>;
|
|
1236
|
+
putFunctionScalingConfig(
|
|
1237
|
+
args: PutFunctionScalingConfigCommandInput,
|
|
1238
|
+
cb: (err: any, data?: PutFunctionScalingConfigCommandOutput) => void
|
|
1239
|
+
): void;
|
|
1240
|
+
putFunctionScalingConfig(
|
|
1241
|
+
args: PutFunctionScalingConfigCommandInput,
|
|
1242
|
+
options: __HttpHandlerOptions,
|
|
1243
|
+
cb: (err: any, data?: PutFunctionScalingConfigCommandOutput) => void
|
|
1244
|
+
): void;
|
|
1245
|
+
putProvisionedConcurrencyConfig(
|
|
1246
|
+
args: PutProvisionedConcurrencyConfigCommandInput,
|
|
1247
|
+
options?: __HttpHandlerOptions
|
|
1248
|
+
): Promise<PutProvisionedConcurrencyConfigCommandOutput>;
|
|
1249
|
+
putProvisionedConcurrencyConfig(
|
|
1250
|
+
args: PutProvisionedConcurrencyConfigCommandInput,
|
|
1251
|
+
cb: (err: any, data?: PutProvisionedConcurrencyConfigCommandOutput) => void
|
|
1252
|
+
): void;
|
|
1253
|
+
putProvisionedConcurrencyConfig(
|
|
1254
|
+
args: PutProvisionedConcurrencyConfigCommandInput,
|
|
1255
|
+
options: __HttpHandlerOptions,
|
|
1256
|
+
cb: (err: any, data?: PutProvisionedConcurrencyConfigCommandOutput) => void
|
|
1257
|
+
): void;
|
|
1258
|
+
putRuntimeManagementConfig(
|
|
1259
|
+
args: PutRuntimeManagementConfigCommandInput,
|
|
1260
|
+
options?: __HttpHandlerOptions
|
|
1261
|
+
): Promise<PutRuntimeManagementConfigCommandOutput>;
|
|
1262
|
+
putRuntimeManagementConfig(
|
|
1263
|
+
args: PutRuntimeManagementConfigCommandInput,
|
|
1264
|
+
cb: (err: any, data?: PutRuntimeManagementConfigCommandOutput) => void
|
|
1265
|
+
): void;
|
|
1266
|
+
putRuntimeManagementConfig(
|
|
1267
|
+
args: PutRuntimeManagementConfigCommandInput,
|
|
1268
|
+
options: __HttpHandlerOptions,
|
|
1269
|
+
cb: (err: any, data?: PutRuntimeManagementConfigCommandOutput) => void
|
|
1270
|
+
): void;
|
|
1271
|
+
removeLayerVersionPermission(
|
|
1272
|
+
args: RemoveLayerVersionPermissionCommandInput,
|
|
1273
|
+
options?: __HttpHandlerOptions
|
|
1274
|
+
): Promise<RemoveLayerVersionPermissionCommandOutput>;
|
|
1275
|
+
removeLayerVersionPermission(
|
|
1276
|
+
args: RemoveLayerVersionPermissionCommandInput,
|
|
1277
|
+
cb: (err: any, data?: RemoveLayerVersionPermissionCommandOutput) => void
|
|
1278
|
+
): void;
|
|
1279
|
+
removeLayerVersionPermission(
|
|
1280
|
+
args: RemoveLayerVersionPermissionCommandInput,
|
|
1281
|
+
options: __HttpHandlerOptions,
|
|
1282
|
+
cb: (err: any, data?: RemoveLayerVersionPermissionCommandOutput) => void
|
|
1283
|
+
): void;
|
|
1284
|
+
removePermission(
|
|
1285
|
+
args: RemovePermissionCommandInput,
|
|
1286
|
+
options?: __HttpHandlerOptions
|
|
1287
|
+
): Promise<RemovePermissionCommandOutput>;
|
|
1288
|
+
removePermission(
|
|
1289
|
+
args: RemovePermissionCommandInput,
|
|
1290
|
+
cb: (err: any, data?: RemovePermissionCommandOutput) => void
|
|
1291
|
+
): void;
|
|
1292
|
+
removePermission(
|
|
1293
|
+
args: RemovePermissionCommandInput,
|
|
1294
|
+
options: __HttpHandlerOptions,
|
|
1295
|
+
cb: (err: any, data?: RemovePermissionCommandOutput) => void
|
|
1296
|
+
): void;
|
|
1297
|
+
sendDurableExecutionCallbackFailure(
|
|
1298
|
+
args: SendDurableExecutionCallbackFailureCommandInput,
|
|
1299
|
+
options?: __HttpHandlerOptions
|
|
1300
|
+
): Promise<SendDurableExecutionCallbackFailureCommandOutput>;
|
|
1301
|
+
sendDurableExecutionCallbackFailure(
|
|
1302
|
+
args: SendDurableExecutionCallbackFailureCommandInput,
|
|
1303
|
+
cb: (
|
|
1304
|
+
err: any,
|
|
1305
|
+
data?: SendDurableExecutionCallbackFailureCommandOutput
|
|
1306
|
+
) => void
|
|
1307
|
+
): void;
|
|
1308
|
+
sendDurableExecutionCallbackFailure(
|
|
1309
|
+
args: SendDurableExecutionCallbackFailureCommandInput,
|
|
1310
|
+
options: __HttpHandlerOptions,
|
|
1311
|
+
cb: (
|
|
1312
|
+
err: any,
|
|
1313
|
+
data?: SendDurableExecutionCallbackFailureCommandOutput
|
|
1314
|
+
) => void
|
|
1315
|
+
): void;
|
|
1316
|
+
sendDurableExecutionCallbackHeartbeat(
|
|
1317
|
+
args: SendDurableExecutionCallbackHeartbeatCommandInput,
|
|
1318
|
+
options?: __HttpHandlerOptions
|
|
1319
|
+
): Promise<SendDurableExecutionCallbackHeartbeatCommandOutput>;
|
|
1320
|
+
sendDurableExecutionCallbackHeartbeat(
|
|
1321
|
+
args: SendDurableExecutionCallbackHeartbeatCommandInput,
|
|
1322
|
+
cb: (
|
|
1323
|
+
err: any,
|
|
1324
|
+
data?: SendDurableExecutionCallbackHeartbeatCommandOutput
|
|
1325
|
+
) => void
|
|
1326
|
+
): void;
|
|
1327
|
+
sendDurableExecutionCallbackHeartbeat(
|
|
1328
|
+
args: SendDurableExecutionCallbackHeartbeatCommandInput,
|
|
1329
|
+
options: __HttpHandlerOptions,
|
|
1330
|
+
cb: (
|
|
1331
|
+
err: any,
|
|
1332
|
+
data?: SendDurableExecutionCallbackHeartbeatCommandOutput
|
|
1333
|
+
) => void
|
|
1334
|
+
): void;
|
|
1335
|
+
sendDurableExecutionCallbackSuccess(
|
|
1336
|
+
args: SendDurableExecutionCallbackSuccessCommandInput,
|
|
1337
|
+
options?: __HttpHandlerOptions
|
|
1338
|
+
): Promise<SendDurableExecutionCallbackSuccessCommandOutput>;
|
|
1339
|
+
sendDurableExecutionCallbackSuccess(
|
|
1340
|
+
args: SendDurableExecutionCallbackSuccessCommandInput,
|
|
1341
|
+
cb: (
|
|
1342
|
+
err: any,
|
|
1343
|
+
data?: SendDurableExecutionCallbackSuccessCommandOutput
|
|
1344
|
+
) => void
|
|
1345
|
+
): void;
|
|
1346
|
+
sendDurableExecutionCallbackSuccess(
|
|
1347
|
+
args: SendDurableExecutionCallbackSuccessCommandInput,
|
|
1348
|
+
options: __HttpHandlerOptions,
|
|
1349
|
+
cb: (
|
|
1350
|
+
err: any,
|
|
1351
|
+
data?: SendDurableExecutionCallbackSuccessCommandOutput
|
|
1352
|
+
) => void
|
|
1353
|
+
): void;
|
|
1354
|
+
stopDurableExecution(
|
|
1355
|
+
args: StopDurableExecutionCommandInput,
|
|
1356
|
+
options?: __HttpHandlerOptions
|
|
1357
|
+
): Promise<StopDurableExecutionCommandOutput>;
|
|
1358
|
+
stopDurableExecution(
|
|
1359
|
+
args: StopDurableExecutionCommandInput,
|
|
1360
|
+
cb: (err: any, data?: StopDurableExecutionCommandOutput) => void
|
|
1361
|
+
): void;
|
|
1362
|
+
stopDurableExecution(
|
|
1363
|
+
args: StopDurableExecutionCommandInput,
|
|
1364
|
+
options: __HttpHandlerOptions,
|
|
1365
|
+
cb: (err: any, data?: StopDurableExecutionCommandOutput) => void
|
|
1366
|
+
): void;
|
|
1367
|
+
tagResource(
|
|
1368
|
+
args: TagResourceCommandInput,
|
|
1369
|
+
options?: __HttpHandlerOptions
|
|
1370
|
+
): Promise<TagResourceCommandOutput>;
|
|
1371
|
+
tagResource(
|
|
1372
|
+
args: TagResourceCommandInput,
|
|
1373
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1374
|
+
): void;
|
|
1375
|
+
tagResource(
|
|
1376
|
+
args: TagResourceCommandInput,
|
|
1377
|
+
options: __HttpHandlerOptions,
|
|
1378
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1379
|
+
): void;
|
|
1380
|
+
untagResource(
|
|
1381
|
+
args: UntagResourceCommandInput,
|
|
1382
|
+
options?: __HttpHandlerOptions
|
|
1383
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1384
|
+
untagResource(
|
|
1385
|
+
args: UntagResourceCommandInput,
|
|
1386
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1387
|
+
): void;
|
|
1388
|
+
untagResource(
|
|
1389
|
+
args: UntagResourceCommandInput,
|
|
1390
|
+
options: __HttpHandlerOptions,
|
|
1391
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1392
|
+
): void;
|
|
1393
|
+
updateAlias(
|
|
1394
|
+
args: UpdateAliasCommandInput,
|
|
1395
|
+
options?: __HttpHandlerOptions
|
|
1396
|
+
): Promise<UpdateAliasCommandOutput>;
|
|
1397
|
+
updateAlias(
|
|
1398
|
+
args: UpdateAliasCommandInput,
|
|
1399
|
+
cb: (err: any, data?: UpdateAliasCommandOutput) => void
|
|
1400
|
+
): void;
|
|
1401
|
+
updateAlias(
|
|
1402
|
+
args: UpdateAliasCommandInput,
|
|
1403
|
+
options: __HttpHandlerOptions,
|
|
1404
|
+
cb: (err: any, data?: UpdateAliasCommandOutput) => void
|
|
1405
|
+
): void;
|
|
1406
|
+
updateCapacityProvider(
|
|
1407
|
+
args: UpdateCapacityProviderCommandInput,
|
|
1408
|
+
options?: __HttpHandlerOptions
|
|
1409
|
+
): Promise<UpdateCapacityProviderCommandOutput>;
|
|
1410
|
+
updateCapacityProvider(
|
|
1411
|
+
args: UpdateCapacityProviderCommandInput,
|
|
1412
|
+
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void
|
|
1413
|
+
): void;
|
|
1414
|
+
updateCapacityProvider(
|
|
1415
|
+
args: UpdateCapacityProviderCommandInput,
|
|
1416
|
+
options: __HttpHandlerOptions,
|
|
1417
|
+
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void
|
|
1418
|
+
): void;
|
|
1419
|
+
updateCodeSigningConfig(
|
|
1420
|
+
args: UpdateCodeSigningConfigCommandInput,
|
|
1421
|
+
options?: __HttpHandlerOptions
|
|
1422
|
+
): Promise<UpdateCodeSigningConfigCommandOutput>;
|
|
1423
|
+
updateCodeSigningConfig(
|
|
1424
|
+
args: UpdateCodeSigningConfigCommandInput,
|
|
1425
|
+
cb: (err: any, data?: UpdateCodeSigningConfigCommandOutput) => void
|
|
1426
|
+
): void;
|
|
1427
|
+
updateCodeSigningConfig(
|
|
1428
|
+
args: UpdateCodeSigningConfigCommandInput,
|
|
1429
|
+
options: __HttpHandlerOptions,
|
|
1430
|
+
cb: (err: any, data?: UpdateCodeSigningConfigCommandOutput) => void
|
|
1431
|
+
): void;
|
|
1432
|
+
updateEventSourceMapping(
|
|
1433
|
+
args: UpdateEventSourceMappingCommandInput,
|
|
1434
|
+
options?: __HttpHandlerOptions
|
|
1435
|
+
): Promise<UpdateEventSourceMappingCommandOutput>;
|
|
1436
|
+
updateEventSourceMapping(
|
|
1437
|
+
args: UpdateEventSourceMappingCommandInput,
|
|
1438
|
+
cb: (err: any, data?: UpdateEventSourceMappingCommandOutput) => void
|
|
1439
|
+
): void;
|
|
1440
|
+
updateEventSourceMapping(
|
|
1441
|
+
args: UpdateEventSourceMappingCommandInput,
|
|
1442
|
+
options: __HttpHandlerOptions,
|
|
1443
|
+
cb: (err: any, data?: UpdateEventSourceMappingCommandOutput) => void
|
|
1444
|
+
): void;
|
|
1445
|
+
updateFunctionCode(
|
|
1446
|
+
args: UpdateFunctionCodeCommandInput,
|
|
1447
|
+
options?: __HttpHandlerOptions
|
|
1448
|
+
): Promise<UpdateFunctionCodeCommandOutput>;
|
|
1449
|
+
updateFunctionCode(
|
|
1450
|
+
args: UpdateFunctionCodeCommandInput,
|
|
1451
|
+
cb: (err: any, data?: UpdateFunctionCodeCommandOutput) => void
|
|
1452
|
+
): void;
|
|
1453
|
+
updateFunctionCode(
|
|
1454
|
+
args: UpdateFunctionCodeCommandInput,
|
|
1455
|
+
options: __HttpHandlerOptions,
|
|
1456
|
+
cb: (err: any, data?: UpdateFunctionCodeCommandOutput) => void
|
|
1457
|
+
): void;
|
|
1458
|
+
updateFunctionConfiguration(
|
|
1459
|
+
args: UpdateFunctionConfigurationCommandInput,
|
|
1460
|
+
options?: __HttpHandlerOptions
|
|
1461
|
+
): Promise<UpdateFunctionConfigurationCommandOutput>;
|
|
1462
|
+
updateFunctionConfiguration(
|
|
1463
|
+
args: UpdateFunctionConfigurationCommandInput,
|
|
1464
|
+
cb: (err: any, data?: UpdateFunctionConfigurationCommandOutput) => void
|
|
1465
|
+
): void;
|
|
1466
|
+
updateFunctionConfiguration(
|
|
1467
|
+
args: UpdateFunctionConfigurationCommandInput,
|
|
1468
|
+
options: __HttpHandlerOptions,
|
|
1469
|
+
cb: (err: any, data?: UpdateFunctionConfigurationCommandOutput) => void
|
|
1470
|
+
): void;
|
|
1471
|
+
updateFunctionEventInvokeConfig(
|
|
1472
|
+
args: UpdateFunctionEventInvokeConfigCommandInput,
|
|
1473
|
+
options?: __HttpHandlerOptions
|
|
1474
|
+
): Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
|
|
1475
|
+
updateFunctionEventInvokeConfig(
|
|
1476
|
+
args: UpdateFunctionEventInvokeConfigCommandInput,
|
|
1477
|
+
cb: (err: any, data?: UpdateFunctionEventInvokeConfigCommandOutput) => void
|
|
1478
|
+
): void;
|
|
1479
|
+
updateFunctionEventInvokeConfig(
|
|
1480
|
+
args: UpdateFunctionEventInvokeConfigCommandInput,
|
|
1481
|
+
options: __HttpHandlerOptions,
|
|
1482
|
+
cb: (err: any, data?: UpdateFunctionEventInvokeConfigCommandOutput) => void
|
|
1483
|
+
): void;
|
|
1484
|
+
updateFunctionUrlConfig(
|
|
1485
|
+
args: UpdateFunctionUrlConfigCommandInput,
|
|
1486
|
+
options?: __HttpHandlerOptions
|
|
1487
|
+
): Promise<UpdateFunctionUrlConfigCommandOutput>;
|
|
1488
|
+
updateFunctionUrlConfig(
|
|
1489
|
+
args: UpdateFunctionUrlConfigCommandInput,
|
|
1490
|
+
cb: (err: any, data?: UpdateFunctionUrlConfigCommandOutput) => void
|
|
1491
|
+
): void;
|
|
1492
|
+
updateFunctionUrlConfig(
|
|
1493
|
+
args: UpdateFunctionUrlConfigCommandInput,
|
|
1494
|
+
options: __HttpHandlerOptions,
|
|
1495
|
+
cb: (err: any, data?: UpdateFunctionUrlConfigCommandOutput) => void
|
|
1496
|
+
): void;
|
|
1497
|
+
paginateGetDurableExecutionHistory(
|
|
1498
|
+
args: GetDurableExecutionHistoryCommandInput,
|
|
1499
|
+
paginationConfig?: Pick<
|
|
1500
|
+
PaginationConfiguration,
|
|
1501
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1502
|
+
>
|
|
1503
|
+
): Paginator<GetDurableExecutionHistoryCommandOutput>;
|
|
1504
|
+
paginateGetDurableExecutionState(
|
|
1505
|
+
args: GetDurableExecutionStateCommandInput,
|
|
1506
|
+
paginationConfig?: Pick<
|
|
1507
|
+
PaginationConfiguration,
|
|
1508
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1509
|
+
>
|
|
1510
|
+
): Paginator<GetDurableExecutionStateCommandOutput>;
|
|
1511
|
+
paginateListAliases(
|
|
1512
|
+
args: ListAliasesCommandInput,
|
|
1513
|
+
paginationConfig?: Pick<
|
|
1514
|
+
PaginationConfiguration,
|
|
1515
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1516
|
+
>
|
|
1517
|
+
): Paginator<ListAliasesCommandOutput>;
|
|
1518
|
+
paginateListCapacityProviders(
|
|
1519
|
+
args?: ListCapacityProvidersCommandInput,
|
|
1520
|
+
paginationConfig?: Pick<
|
|
1521
|
+
PaginationConfiguration,
|
|
1522
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1523
|
+
>
|
|
1524
|
+
): Paginator<ListCapacityProvidersCommandOutput>;
|
|
1525
|
+
paginateListCodeSigningConfigs(
|
|
1526
|
+
args?: ListCodeSigningConfigsCommandInput,
|
|
1527
|
+
paginationConfig?: Pick<
|
|
1528
|
+
PaginationConfiguration,
|
|
1529
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1530
|
+
>
|
|
1531
|
+
): Paginator<ListCodeSigningConfigsCommandOutput>;
|
|
1532
|
+
paginateListDurableExecutionsByFunction(
|
|
1533
|
+
args: ListDurableExecutionsByFunctionCommandInput,
|
|
1534
|
+
paginationConfig?: Pick<
|
|
1535
|
+
PaginationConfiguration,
|
|
1536
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1537
|
+
>
|
|
1538
|
+
): Paginator<ListDurableExecutionsByFunctionCommandOutput>;
|
|
1539
|
+
paginateListEventSourceMappings(
|
|
1540
|
+
args?: ListEventSourceMappingsCommandInput,
|
|
1541
|
+
paginationConfig?: Pick<
|
|
1542
|
+
PaginationConfiguration,
|
|
1543
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1544
|
+
>
|
|
1545
|
+
): Paginator<ListEventSourceMappingsCommandOutput>;
|
|
1546
|
+
paginateListFunctionEventInvokeConfigs(
|
|
1547
|
+
args: ListFunctionEventInvokeConfigsCommandInput,
|
|
1548
|
+
paginationConfig?: Pick<
|
|
1549
|
+
PaginationConfiguration,
|
|
1550
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1551
|
+
>
|
|
1552
|
+
): Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
1553
|
+
paginateListFunctions(
|
|
1554
|
+
args?: ListFunctionsCommandInput,
|
|
1555
|
+
paginationConfig?: Pick<
|
|
1556
|
+
PaginationConfiguration,
|
|
1557
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1558
|
+
>
|
|
1559
|
+
): Paginator<ListFunctionsCommandOutput>;
|
|
1560
|
+
paginateListFunctionsByCodeSigningConfig(
|
|
1561
|
+
args: ListFunctionsByCodeSigningConfigCommandInput,
|
|
1562
|
+
paginationConfig?: Pick<
|
|
1563
|
+
PaginationConfiguration,
|
|
1564
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1565
|
+
>
|
|
1566
|
+
): Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
1567
|
+
paginateListFunctionUrlConfigs(
|
|
1568
|
+
args: ListFunctionUrlConfigsCommandInput,
|
|
1569
|
+
paginationConfig?: Pick<
|
|
1570
|
+
PaginationConfiguration,
|
|
1571
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1572
|
+
>
|
|
1573
|
+
): Paginator<ListFunctionUrlConfigsCommandOutput>;
|
|
1574
|
+
paginateListFunctionVersionsByCapacityProvider(
|
|
1575
|
+
args: ListFunctionVersionsByCapacityProviderCommandInput,
|
|
1576
|
+
paginationConfig?: Pick<
|
|
1577
|
+
PaginationConfiguration,
|
|
1578
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1579
|
+
>
|
|
1580
|
+
): Paginator<ListFunctionVersionsByCapacityProviderCommandOutput>;
|
|
1581
|
+
paginateListLayers(
|
|
1582
|
+
args?: ListLayersCommandInput,
|
|
1583
|
+
paginationConfig?: Pick<
|
|
1584
|
+
PaginationConfiguration,
|
|
1585
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1586
|
+
>
|
|
1587
|
+
): Paginator<ListLayersCommandOutput>;
|
|
1588
|
+
paginateListLayerVersions(
|
|
1589
|
+
args: ListLayerVersionsCommandInput,
|
|
1590
|
+
paginationConfig?: Pick<
|
|
1591
|
+
PaginationConfiguration,
|
|
1592
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1593
|
+
>
|
|
1594
|
+
): Paginator<ListLayerVersionsCommandOutput>;
|
|
1595
|
+
paginateListProvisionedConcurrencyConfigs(
|
|
1596
|
+
args: ListProvisionedConcurrencyConfigsCommandInput,
|
|
1597
|
+
paginationConfig?: Pick<
|
|
1598
|
+
PaginationConfiguration,
|
|
1599
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1600
|
+
>
|
|
1601
|
+
): Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
1602
|
+
paginateListVersionsByFunction(
|
|
1603
|
+
args: ListVersionsByFunctionCommandInput,
|
|
1604
|
+
paginationConfig?: Pick<
|
|
1605
|
+
PaginationConfiguration,
|
|
1606
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1607
|
+
>
|
|
1608
|
+
): Paginator<ListVersionsByFunctionCommandOutput>;
|
|
1609
|
+
waitUntilFunctionActiveV2(
|
|
1610
|
+
args: GetFunctionCommandInput,
|
|
1611
|
+
waiterConfig:
|
|
1612
|
+
| number
|
|
1613
|
+
| Pick<
|
|
1614
|
+
WaiterConfiguration<Lambda>,
|
|
1615
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1616
|
+
>
|
|
1617
|
+
): Promise<WaiterResult>;
|
|
1618
|
+
waitUntilFunctionExists(
|
|
1619
|
+
args: GetFunctionCommandInput,
|
|
1620
|
+
waiterConfig:
|
|
1621
|
+
| number
|
|
1622
|
+
| Pick<
|
|
1623
|
+
WaiterConfiguration<Lambda>,
|
|
1624
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1625
|
+
>
|
|
1626
|
+
): Promise<WaiterResult>;
|
|
1627
|
+
waitUntilFunctionUpdatedV2(
|
|
1628
|
+
args: GetFunctionCommandInput,
|
|
1629
|
+
waiterConfig:
|
|
1630
|
+
| number
|
|
1631
|
+
| Pick<
|
|
1632
|
+
WaiterConfiguration<Lambda>,
|
|
1633
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1634
|
+
>
|
|
1635
|
+
): Promise<WaiterResult>;
|
|
1636
|
+
waitUntilFunctionActive(
|
|
1637
|
+
args: GetFunctionConfigurationCommandInput,
|
|
1638
|
+
waiterConfig:
|
|
1639
|
+
| number
|
|
1640
|
+
| Pick<
|
|
1641
|
+
WaiterConfiguration<Lambda>,
|
|
1642
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1643
|
+
>
|
|
1644
|
+
): Promise<WaiterResult>;
|
|
1645
|
+
waitUntilFunctionUpdated(
|
|
1646
|
+
args: GetFunctionConfigurationCommandInput,
|
|
1647
|
+
waiterConfig:
|
|
1648
|
+
| number
|
|
1649
|
+
| Pick<
|
|
1650
|
+
WaiterConfiguration<Lambda>,
|
|
1651
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1652
|
+
>
|
|
1653
|
+
): Promise<WaiterResult>;
|
|
1654
|
+
waitUntilPublishedVersionActive(
|
|
1655
|
+
args: GetFunctionConfigurationCommandInput,
|
|
1656
|
+
waiterConfig:
|
|
1657
|
+
| number
|
|
1658
|
+
| Pick<
|
|
1659
|
+
WaiterConfiguration<Lambda>,
|
|
1660
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1661
|
+
>
|
|
1662
|
+
): Promise<WaiterResult>;
|
|
1663
|
+
}
|
|
1664
|
+
export declare class Lambda extends LambdaClient implements Lambda {}
|