@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,409 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ThrottleReason } from "./enums";
|
|
3
|
+
import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
|
|
4
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
5
|
+
readonly name: "InvalidParameterValueException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Type?: string | undefined;
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
export declare class PolicyLengthExceededException extends __BaseException {
|
|
13
|
+
readonly name: "PolicyLengthExceededException";
|
|
14
|
+
readonly $fault: "client";
|
|
15
|
+
Type?: string | undefined;
|
|
16
|
+
constructor(
|
|
17
|
+
opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
export declare class PreconditionFailedException extends __BaseException {
|
|
21
|
+
readonly name: "PreconditionFailedException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
Type?: string | undefined;
|
|
24
|
+
constructor(
|
|
25
|
+
opts: __ExceptionOptionType<PreconditionFailedException, __BaseException>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
export declare class ResourceConflictException extends __BaseException {
|
|
29
|
+
readonly name: "ResourceConflictException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
Type?: string | undefined;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
37
|
+
readonly name: "ResourceNotFoundException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Type?: string | undefined;
|
|
40
|
+
Message?: string | undefined;
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
export declare class ServiceException extends __BaseException {
|
|
46
|
+
readonly name: "ServiceException";
|
|
47
|
+
readonly $fault: "server";
|
|
48
|
+
Type?: string | undefined;
|
|
49
|
+
Message?: string | undefined;
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
53
|
+
readonly name: "TooManyRequestsException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
retryAfterSeconds?: string | undefined;
|
|
56
|
+
Type?: string | undefined;
|
|
57
|
+
Reason?: ThrottleReason | undefined;
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class CapacityProviderLimitExceededException extends __BaseException {
|
|
63
|
+
readonly name: "CapacityProviderLimitExceededException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Type?: string | undefined;
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<
|
|
68
|
+
CapacityProviderLimitExceededException,
|
|
69
|
+
__BaseException
|
|
70
|
+
>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
74
|
+
readonly name: "ResourceInUseException";
|
|
75
|
+
readonly $fault: "client";
|
|
76
|
+
Type?: string | undefined;
|
|
77
|
+
Message?: string | undefined;
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
export declare class CodeSigningConfigNotFoundException extends __BaseException {
|
|
83
|
+
readonly name: "CodeSigningConfigNotFoundException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
Type?: string | undefined;
|
|
86
|
+
Message?: string | undefined;
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<
|
|
89
|
+
CodeSigningConfigNotFoundException,
|
|
90
|
+
__BaseException
|
|
91
|
+
>
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
export declare class CodeStorageExceededException extends __BaseException {
|
|
95
|
+
readonly name: "CodeStorageExceededException";
|
|
96
|
+
readonly $fault: "client";
|
|
97
|
+
Type?: string | undefined;
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<CodeStorageExceededException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
export declare class CodeVerificationFailedException extends __BaseException {
|
|
103
|
+
readonly name: "CodeVerificationFailedException";
|
|
104
|
+
readonly $fault: "client";
|
|
105
|
+
Type?: string | undefined;
|
|
106
|
+
Message?: string | undefined;
|
|
107
|
+
constructor(
|
|
108
|
+
opts: __ExceptionOptionType<
|
|
109
|
+
CodeVerificationFailedException,
|
|
110
|
+
__BaseException
|
|
111
|
+
>
|
|
112
|
+
);
|
|
113
|
+
}
|
|
114
|
+
export declare class FunctionVersionsPerCapacityProviderLimitExceededException extends __BaseException {
|
|
115
|
+
readonly name: "FunctionVersionsPerCapacityProviderLimitExceededException";
|
|
116
|
+
readonly $fault: "client";
|
|
117
|
+
Type?: string | undefined;
|
|
118
|
+
constructor(
|
|
119
|
+
opts: __ExceptionOptionType<
|
|
120
|
+
FunctionVersionsPerCapacityProviderLimitExceededException,
|
|
121
|
+
__BaseException
|
|
122
|
+
>
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
export declare class InvalidCodeSignatureException extends __BaseException {
|
|
126
|
+
readonly name: "InvalidCodeSignatureException";
|
|
127
|
+
readonly $fault: "client";
|
|
128
|
+
Type?: string | undefined;
|
|
129
|
+
Message?: string | undefined;
|
|
130
|
+
constructor(
|
|
131
|
+
opts: __ExceptionOptionType<InvalidCodeSignatureException, __BaseException>
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
export declare class DurableExecutionAlreadyStartedException extends __BaseException {
|
|
135
|
+
readonly name: "DurableExecutionAlreadyStartedException";
|
|
136
|
+
readonly $fault: "client";
|
|
137
|
+
Type?: string | undefined;
|
|
138
|
+
Message?: string | undefined;
|
|
139
|
+
constructor(
|
|
140
|
+
opts: __ExceptionOptionType<
|
|
141
|
+
DurableExecutionAlreadyStartedException,
|
|
142
|
+
__BaseException
|
|
143
|
+
>
|
|
144
|
+
);
|
|
145
|
+
}
|
|
146
|
+
export declare class EC2AccessDeniedException extends __BaseException {
|
|
147
|
+
readonly name: "EC2AccessDeniedException";
|
|
148
|
+
readonly $fault: "server";
|
|
149
|
+
Type?: string | undefined;
|
|
150
|
+
Message?: string | undefined;
|
|
151
|
+
constructor(
|
|
152
|
+
opts: __ExceptionOptionType<EC2AccessDeniedException, __BaseException>
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
export declare class EC2ThrottledException extends __BaseException {
|
|
156
|
+
readonly name: "EC2ThrottledException";
|
|
157
|
+
readonly $fault: "server";
|
|
158
|
+
Type?: string | undefined;
|
|
159
|
+
Message?: string | undefined;
|
|
160
|
+
constructor(
|
|
161
|
+
opts: __ExceptionOptionType<EC2ThrottledException, __BaseException>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
export declare class EC2UnexpectedException extends __BaseException {
|
|
165
|
+
readonly name: "EC2UnexpectedException";
|
|
166
|
+
readonly $fault: "server";
|
|
167
|
+
Type?: string | undefined;
|
|
168
|
+
Message?: string | undefined;
|
|
169
|
+
EC2ErrorCode?: string | undefined;
|
|
170
|
+
constructor(
|
|
171
|
+
opts: __ExceptionOptionType<EC2UnexpectedException, __BaseException>
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
export declare class EFSIOException extends __BaseException {
|
|
175
|
+
readonly name: "EFSIOException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
Type?: string | undefined;
|
|
178
|
+
Message?: string | undefined;
|
|
179
|
+
constructor(opts: __ExceptionOptionType<EFSIOException, __BaseException>);
|
|
180
|
+
}
|
|
181
|
+
export declare class EFSMountConnectivityException extends __BaseException {
|
|
182
|
+
readonly name: "EFSMountConnectivityException";
|
|
183
|
+
readonly $fault: "client";
|
|
184
|
+
Type?: string | undefined;
|
|
185
|
+
Message?: string | undefined;
|
|
186
|
+
constructor(
|
|
187
|
+
opts: __ExceptionOptionType<EFSMountConnectivityException, __BaseException>
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
export declare class EFSMountFailureException extends __BaseException {
|
|
191
|
+
readonly name: "EFSMountFailureException";
|
|
192
|
+
readonly $fault: "client";
|
|
193
|
+
Type?: string | undefined;
|
|
194
|
+
Message?: string | undefined;
|
|
195
|
+
constructor(
|
|
196
|
+
opts: __ExceptionOptionType<EFSMountFailureException, __BaseException>
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
export declare class EFSMountTimeoutException extends __BaseException {
|
|
200
|
+
readonly name: "EFSMountTimeoutException";
|
|
201
|
+
readonly $fault: "client";
|
|
202
|
+
Type?: string | undefined;
|
|
203
|
+
Message?: string | undefined;
|
|
204
|
+
constructor(
|
|
205
|
+
opts: __ExceptionOptionType<EFSMountTimeoutException, __BaseException>
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
export declare class ENILimitReachedException extends __BaseException {
|
|
209
|
+
readonly name: "ENILimitReachedException";
|
|
210
|
+
readonly $fault: "server";
|
|
211
|
+
Type?: string | undefined;
|
|
212
|
+
Message?: string | undefined;
|
|
213
|
+
constructor(
|
|
214
|
+
opts: __ExceptionOptionType<ENILimitReachedException, __BaseException>
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
export declare class InvalidRequestContentException extends __BaseException {
|
|
218
|
+
readonly name: "InvalidRequestContentException";
|
|
219
|
+
readonly $fault: "client";
|
|
220
|
+
Type?: string | undefined;
|
|
221
|
+
constructor(
|
|
222
|
+
opts: __ExceptionOptionType<InvalidRequestContentException, __BaseException>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
export declare class InvalidRuntimeException extends __BaseException {
|
|
226
|
+
readonly name: "InvalidRuntimeException";
|
|
227
|
+
readonly $fault: "server";
|
|
228
|
+
Type?: string | undefined;
|
|
229
|
+
Message?: string | undefined;
|
|
230
|
+
constructor(
|
|
231
|
+
opts: __ExceptionOptionType<InvalidRuntimeException, __BaseException>
|
|
232
|
+
);
|
|
233
|
+
}
|
|
234
|
+
export declare class InvalidSecurityGroupIDException extends __BaseException {
|
|
235
|
+
readonly name: "InvalidSecurityGroupIDException";
|
|
236
|
+
readonly $fault: "server";
|
|
237
|
+
Type?: string | undefined;
|
|
238
|
+
Message?: string | undefined;
|
|
239
|
+
constructor(
|
|
240
|
+
opts: __ExceptionOptionType<
|
|
241
|
+
InvalidSecurityGroupIDException,
|
|
242
|
+
__BaseException
|
|
243
|
+
>
|
|
244
|
+
);
|
|
245
|
+
}
|
|
246
|
+
export declare class InvalidSubnetIDException extends __BaseException {
|
|
247
|
+
readonly name: "InvalidSubnetIDException";
|
|
248
|
+
readonly $fault: "server";
|
|
249
|
+
Type?: string | undefined;
|
|
250
|
+
Message?: string | undefined;
|
|
251
|
+
constructor(
|
|
252
|
+
opts: __ExceptionOptionType<InvalidSubnetIDException, __BaseException>
|
|
253
|
+
);
|
|
254
|
+
}
|
|
255
|
+
export declare class InvalidZipFileException extends __BaseException {
|
|
256
|
+
readonly name: "InvalidZipFileException";
|
|
257
|
+
readonly $fault: "server";
|
|
258
|
+
Type?: string | undefined;
|
|
259
|
+
Message?: string | undefined;
|
|
260
|
+
constructor(
|
|
261
|
+
opts: __ExceptionOptionType<InvalidZipFileException, __BaseException>
|
|
262
|
+
);
|
|
263
|
+
}
|
|
264
|
+
export declare class KMSAccessDeniedException extends __BaseException {
|
|
265
|
+
readonly name: "KMSAccessDeniedException";
|
|
266
|
+
readonly $fault: "server";
|
|
267
|
+
Type?: string | undefined;
|
|
268
|
+
Message?: string | undefined;
|
|
269
|
+
constructor(
|
|
270
|
+
opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>
|
|
271
|
+
);
|
|
272
|
+
}
|
|
273
|
+
export declare class KMSDisabledException extends __BaseException {
|
|
274
|
+
readonly name: "KMSDisabledException";
|
|
275
|
+
readonly $fault: "server";
|
|
276
|
+
Type?: string | undefined;
|
|
277
|
+
Message?: string | undefined;
|
|
278
|
+
constructor(
|
|
279
|
+
opts: __ExceptionOptionType<KMSDisabledException, __BaseException>
|
|
280
|
+
);
|
|
281
|
+
}
|
|
282
|
+
export declare class KMSInvalidStateException extends __BaseException {
|
|
283
|
+
readonly name: "KMSInvalidStateException";
|
|
284
|
+
readonly $fault: "server";
|
|
285
|
+
Type?: string | undefined;
|
|
286
|
+
Message?: string | undefined;
|
|
287
|
+
constructor(
|
|
288
|
+
opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>
|
|
289
|
+
);
|
|
290
|
+
}
|
|
291
|
+
export declare class KMSNotFoundException extends __BaseException {
|
|
292
|
+
readonly name: "KMSNotFoundException";
|
|
293
|
+
readonly $fault: "server";
|
|
294
|
+
Type?: string | undefined;
|
|
295
|
+
Message?: string | undefined;
|
|
296
|
+
constructor(
|
|
297
|
+
opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>
|
|
298
|
+
);
|
|
299
|
+
}
|
|
300
|
+
export declare class NoPublishedVersionException extends __BaseException {
|
|
301
|
+
readonly name: "NoPublishedVersionException";
|
|
302
|
+
readonly $fault: "client";
|
|
303
|
+
Type?: string | undefined;
|
|
304
|
+
Message?: string | undefined;
|
|
305
|
+
constructor(
|
|
306
|
+
opts: __ExceptionOptionType<NoPublishedVersionException, __BaseException>
|
|
307
|
+
);
|
|
308
|
+
}
|
|
309
|
+
export declare class RecursiveInvocationException extends __BaseException {
|
|
310
|
+
readonly name: "RecursiveInvocationException";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
Type?: string | undefined;
|
|
313
|
+
Message?: string | undefined;
|
|
314
|
+
constructor(
|
|
315
|
+
opts: __ExceptionOptionType<RecursiveInvocationException, __BaseException>
|
|
316
|
+
);
|
|
317
|
+
}
|
|
318
|
+
export declare class RequestTooLargeException extends __BaseException {
|
|
319
|
+
readonly name: "RequestTooLargeException";
|
|
320
|
+
readonly $fault: "client";
|
|
321
|
+
Type?: string | undefined;
|
|
322
|
+
constructor(
|
|
323
|
+
opts: __ExceptionOptionType<RequestTooLargeException, __BaseException>
|
|
324
|
+
);
|
|
325
|
+
}
|
|
326
|
+
export declare class ResourceNotReadyException extends __BaseException {
|
|
327
|
+
readonly name: "ResourceNotReadyException";
|
|
328
|
+
readonly $fault: "server";
|
|
329
|
+
Type?: string | undefined;
|
|
330
|
+
constructor(
|
|
331
|
+
opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
|
|
332
|
+
);
|
|
333
|
+
}
|
|
334
|
+
export declare class SerializedRequestEntityTooLargeException extends __BaseException {
|
|
335
|
+
readonly name: "SerializedRequestEntityTooLargeException";
|
|
336
|
+
readonly $fault: "client";
|
|
337
|
+
Type?: string | undefined;
|
|
338
|
+
constructor(
|
|
339
|
+
opts: __ExceptionOptionType<
|
|
340
|
+
SerializedRequestEntityTooLargeException,
|
|
341
|
+
__BaseException
|
|
342
|
+
>
|
|
343
|
+
);
|
|
344
|
+
}
|
|
345
|
+
export declare class SnapStartException extends __BaseException {
|
|
346
|
+
readonly name: "SnapStartException";
|
|
347
|
+
readonly $fault: "client";
|
|
348
|
+
Type?: string | undefined;
|
|
349
|
+
Message?: string | undefined;
|
|
350
|
+
constructor(opts: __ExceptionOptionType<SnapStartException, __BaseException>);
|
|
351
|
+
}
|
|
352
|
+
export declare class SnapStartNotReadyException extends __BaseException {
|
|
353
|
+
readonly name: "SnapStartNotReadyException";
|
|
354
|
+
readonly $fault: "client";
|
|
355
|
+
Type?: string | undefined;
|
|
356
|
+
Message?: string | undefined;
|
|
357
|
+
constructor(
|
|
358
|
+
opts: __ExceptionOptionType<SnapStartNotReadyException, __BaseException>
|
|
359
|
+
);
|
|
360
|
+
}
|
|
361
|
+
export declare class SnapStartTimeoutException extends __BaseException {
|
|
362
|
+
readonly name: "SnapStartTimeoutException";
|
|
363
|
+
readonly $fault: "client";
|
|
364
|
+
Type?: string | undefined;
|
|
365
|
+
Message?: string | undefined;
|
|
366
|
+
constructor(
|
|
367
|
+
opts: __ExceptionOptionType<SnapStartTimeoutException, __BaseException>
|
|
368
|
+
);
|
|
369
|
+
}
|
|
370
|
+
export declare class SubnetIPAddressLimitReachedException extends __BaseException {
|
|
371
|
+
readonly name: "SubnetIPAddressLimitReachedException";
|
|
372
|
+
readonly $fault: "server";
|
|
373
|
+
Type?: string | undefined;
|
|
374
|
+
Message?: string | undefined;
|
|
375
|
+
constructor(
|
|
376
|
+
opts: __ExceptionOptionType<
|
|
377
|
+
SubnetIPAddressLimitReachedException,
|
|
378
|
+
__BaseException
|
|
379
|
+
>
|
|
380
|
+
);
|
|
381
|
+
}
|
|
382
|
+
export declare class UnsupportedMediaTypeException extends __BaseException {
|
|
383
|
+
readonly name: "UnsupportedMediaTypeException";
|
|
384
|
+
readonly $fault: "client";
|
|
385
|
+
Type?: string | undefined;
|
|
386
|
+
constructor(
|
|
387
|
+
opts: __ExceptionOptionType<UnsupportedMediaTypeException, __BaseException>
|
|
388
|
+
);
|
|
389
|
+
}
|
|
390
|
+
export declare class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
|
|
391
|
+
readonly name: "ProvisionedConcurrencyConfigNotFoundException";
|
|
392
|
+
readonly $fault: "client";
|
|
393
|
+
Type?: string | undefined;
|
|
394
|
+
constructor(
|
|
395
|
+
opts: __ExceptionOptionType<
|
|
396
|
+
ProvisionedConcurrencyConfigNotFoundException,
|
|
397
|
+
__BaseException
|
|
398
|
+
>
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
export declare class CallbackTimeoutException extends __BaseException {
|
|
402
|
+
readonly name: "CallbackTimeoutException";
|
|
403
|
+
readonly $fault: "client";
|
|
404
|
+
Type?: string | undefined;
|
|
405
|
+
Message?: string | undefined;
|
|
406
|
+
constructor(
|
|
407
|
+
opts: __ExceptionOptionType<CallbackTimeoutException, __BaseException>
|
|
408
|
+
);
|
|
409
|
+
}
|