@aws-sdk/client-lambda 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/Lambda.js +886 -0
- package/dist-cjs/LambdaClient.js +49 -0
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +65 -0
- package/dist-cjs/commands/AddPermissionCommand.js +72 -0
- package/dist-cjs/commands/CreateAliasCommand.js +65 -0
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +62 -0
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +124 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +106 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +60 -0
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +63 -0
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +65 -0
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +61 -0
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +62 -0
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +60 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +60 -0
- package/dist-cjs/commands/GetAliasCommand.js +60 -0
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +60 -0
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +61 -0
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFunctionCommand.js +62 -0
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +61 -0
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +62 -0
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +61 -0
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +62 -0
- package/dist-cjs/commands/GetLayerVersionCommand.js +62 -0
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +61 -0
- package/dist-cjs/commands/GetPolicyCommand.js +60 -0
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +60 -0
- package/dist-cjs/commands/InvokeAsyncCommand.js +65 -0
- package/dist-cjs/commands/InvokeCommand.js +86 -0
- package/dist-cjs/commands/ListAliasesCommand.js +61 -0
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +62 -0
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +61 -0
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +61 -0
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +68 -0
- package/dist-cjs/commands/ListLayerVersionsCommand.js +63 -0
- package/dist-cjs/commands/ListLayersCommand.js +65 -0
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsCommand.js +61 -0
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +61 -0
- package/dist-cjs/commands/PublishLayerVersionCommand.js +63 -0
- package/dist-cjs/commands/PublishVersionCommand.js +68 -0
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +68 -0
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +70 -0
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +60 -0
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +62 -0
- package/dist-cjs/commands/RemovePermissionCommand.js +61 -0
- package/dist-cjs/commands/TagResourceCommand.js +60 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +60 -0
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +61 -0
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +85 -0
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +68 -0
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +74 -0
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +61 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +78 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1593 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAliasesPaginator.js +45 -0
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +45 -0
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +45 -0
- package/dist-cjs/pagination/ListFunctionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListLayersPaginator.js +45 -0
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +45 -0
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restJson1.js +9491 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForFunctionActive.js +63 -0
- package/dist-cjs/waiters/waitForFunctionExists.js +40 -0
- package/dist-cjs/waiters/waitForFunctionUpdated.js +63 -0
- package/dist-es/Lambda.js +880 -0
- package/dist-es/LambdaClient.js +37 -0
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +39 -0
- package/dist-es/commands/AddPermissionCommand.js +39 -0
- package/dist-es/commands/CreateAliasCommand.js +39 -0
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/CreateEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteAliasCommand.js +39 -0
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/commands/DeleteLayerVersionCommand.js +39 -0
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +39 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +39 -0
- package/dist-es/commands/GetAliasCommand.js +39 -0
- package/dist-es/commands/GetCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/GetEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/GetFunctionCommand.js +39 -0
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +39 -0
- package/dist-es/commands/GetFunctionConfigurationCommand.js +39 -0
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/commands/GetLayerVersionByArnCommand.js +39 -0
- package/dist-es/commands/GetLayerVersionCommand.js +39 -0
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +39 -0
- package/dist-es/commands/GetPolicyCommand.js +39 -0
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +39 -0
- package/dist-es/commands/InvokeAsyncCommand.js +39 -0
- package/dist-es/commands/InvokeCommand.js +39 -0
- package/dist-es/commands/ListAliasesCommand.js +39 -0
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +39 -0
- package/dist-es/commands/ListEventSourceMappingsCommand.js +39 -0
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +39 -0
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/dist-es/commands/ListLayerVersionsCommand.js +39 -0
- package/dist-es/commands/ListLayersCommand.js +39 -0
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +39 -0
- package/dist-es/commands/ListTagsCommand.js +39 -0
- package/dist-es/commands/ListVersionsByFunctionCommand.js +39 -0
- package/dist-es/commands/PublishLayerVersionCommand.js +39 -0
- package/dist-es/commands/PublishVersionCommand.js +39 -0
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +39 -0
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +39 -0
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +39 -0
- package/dist-es/commands/RemovePermissionCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAliasCommand.js +39 -0
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +39 -0
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionCodeCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +778 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAliasesPaginator.js +74 -0
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +74 -0
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +74 -0
- package/dist-es/pagination/ListFunctionsPaginator.js +74 -0
- package/dist-es/pagination/ListLayerVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListLayersPaginator.js +74 -0
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +10392 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForFunctionActive.js +69 -0
- package/dist-es/waiters/waitForFunctionExists.js +45 -0
- package/dist-es/waiters/waitForFunctionUpdated.js +69 -0
- package/dist-types/Lambda.d.ts +714 -0
- package/dist-types/LambdaClient.d.ts +196 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +40 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +47 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +40 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +37 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +99 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +81 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +38 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +40 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +37 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +35 -0
- package/dist-types/commands/GetAliasCommand.d.ts +35 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +36 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +37 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +36 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +37 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +37 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +51 -0
- package/dist-types/commands/InvokeCommand.d.ts +61 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +36 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +37 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +36 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +43 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +38 -0
- package/dist-types/commands/ListLayersCommand.d.ts +40 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsCommand.d.ts +36 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +36 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +38 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +43 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +43 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +45 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +37 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +60 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +43 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +49 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +4706 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLayersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +176 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Lambda.d.ts +714 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +196 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +99 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4706 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionActive.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionExists.d.ts +14 -0
- package/dist-types/waiters/waitForFunctionUpdated.d.ts +14 -0
- package/package.json +53 -50
- package/Lambda.ts +0 -2323
- package/LambdaClient.ts +0 -517
- package/commands/AddLayerVersionPermissionCommand.ts +0 -102
- package/commands/AddPermissionCommand.ts +0 -105
- package/commands/CreateAliasCommand.ts +0 -99
- package/commands/CreateCodeSigningConfigCommand.ts +0 -96
- package/commands/CreateEventSourceMappingCommand.ts +0 -158
- package/commands/CreateFunctionCommand.ts +0 -138
- package/commands/DeleteAliasCommand.ts +0 -94
- package/commands/DeleteCodeSigningConfigCommand.ts +0 -95
- package/commands/DeleteEventSourceMappingCommand.ts +0 -96
- package/commands/DeleteFunctionCodeSigningConfigCommand.ts +0 -100
- package/commands/DeleteFunctionCommand.ts +0 -99
- package/commands/DeleteFunctionConcurrencyCommand.ts +0 -97
- package/commands/DeleteFunctionEventInvokeConfigCommand.ts +0 -101
- package/commands/DeleteLayerVersionCommand.ts +0 -96
- package/commands/DeleteProvisionedConcurrencyConfigCommand.ts +0 -100
- package/commands/GetAccountSettingsCommand.ts +0 -94
- package/commands/GetAliasCommand.ts +0 -90
- package/commands/GetCodeSigningConfigCommand.ts +0 -94
- package/commands/GetEventSourceMappingCommand.ts +0 -94
- package/commands/GetFunctionCodeSigningConfigCommand.ts +0 -99
- package/commands/GetFunctionCommand.ts +0 -96
- package/commands/GetFunctionConcurrencyCommand.ts +0 -95
- package/commands/GetFunctionConfigurationCommand.ts +0 -96
- package/commands/GetFunctionEventInvokeConfigCommand.ts +0 -98
- package/commands/GetLayerVersionByArnCommand.ts +0 -96
- package/commands/GetLayerVersionCommand.ts +0 -96
- package/commands/GetLayerVersionPolicyCommand.ts +0 -95
- package/commands/GetPolicyCommand.ts +0 -94
- package/commands/GetProvisionedConcurrencyConfigCommand.ts +0 -102
- package/commands/InvokeAsyncCommand.ts +0 -108
- package/commands/InvokeCommand.ts +0 -113
- package/commands/ListAliasesCommand.ts +0 -95
- package/commands/ListCodeSigningConfigsCommand.ts +0 -96
- package/commands/ListEventSourceMappingsCommand.ts +0 -95
- package/commands/ListFunctionEventInvokeConfigsCommand.ts +0 -103
- package/commands/ListFunctionsByCodeSigningConfigCommand.ts +0 -103
- package/commands/ListFunctionsCommand.ts +0 -102
- package/commands/ListLayerVersionsCommand.ts +0 -96
- package/commands/ListLayersCommand.ts +0 -96
- package/commands/ListProvisionedConcurrencyConfigsCommand.ts +0 -105
- package/commands/ListTagsCommand.ts +0 -91
- package/commands/ListVersionsByFunctionCommand.ts +0 -95
- package/commands/PublishLayerVersionCommand.ts +0 -97
- package/commands/PublishVersionCommand.ts +0 -102
- package/commands/PutFunctionCodeSigningConfigCommand.ts +0 -100
- package/commands/PutFunctionConcurrencyCommand.ts +0 -102
- package/commands/PutFunctionEventInvokeConfigCommand.ts +0 -107
- package/commands/PutProvisionedConcurrencyConfigCommand.ts +0 -102
- package/commands/RemoveLayerVersionPermissionCommand.ts +0 -99
- package/commands/RemovePermissionCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAliasCommand.ts +0 -94
- package/commands/UpdateCodeSigningConfigCommand.ts +0 -95
- package/commands/UpdateEventSourceMappingCommand.ts +0 -117
- package/commands/UpdateFunctionCodeCommand.ts +0 -102
- package/commands/UpdateFunctionConfigurationCommand.ts +0 -111
- package/commands/UpdateFunctionEventInvokeConfigCommand.ts +0 -101
- package/dist/cjs/Lambda.js +0 -887
- package/dist/cjs/Lambda.js.map +0 -1
- package/dist/cjs/LambdaClient.js +0 -50
- package/dist/cjs/LambdaClient.js.map +0 -1
- package/dist/cjs/commands/AddLayerVersionPermissionCommand.js +0 -66
- package/dist/cjs/commands/AddLayerVersionPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/AddPermissionCommand.js +0 -72
- package/dist/cjs/commands/AddPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js +0 -66
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCodeSigningConfigCommand.js +0 -63
- package/dist/cjs/commands/CreateCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEventSourceMappingCommand.js +0 -125
- package/dist/cjs/commands/CreateEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js +0 -105
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAliasCommand.js +0 -61
- package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/DeleteCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventSourceMappingCommand.js +0 -63
- package/dist/cjs/commands/DeleteEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js +0 -66
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -61
- package/dist/cjs/commands/DeleteFunctionConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -62
- package/dist/cjs/commands/DeleteFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLayerVersionCommand.js +0 -63
- package/dist/cjs/commands/DeleteLayerVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountSettingsCommand.js +0 -61
- package/dist/cjs/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAliasCommand.js +0 -61
- package/dist/cjs/commands/GetAliasCommand.js.map +0 -1
- package/dist/cjs/commands/GetCodeSigningConfigCommand.js +0 -61
- package/dist/cjs/commands/GetCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetEventSourceMappingCommand.js +0 -61
- package/dist/cjs/commands/GetEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js +0 -63
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionConcurrencyCommand.js +0 -62
- package/dist/cjs/commands/GetFunctionConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionConfigurationCommand.js +0 -63
- package/dist/cjs/commands/GetFunctionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -62
- package/dist/cjs/commands/GetFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetLayerVersionByArnCommand.js +0 -63
- package/dist/cjs/commands/GetLayerVersionByArnCommand.js.map +0 -1
- package/dist/cjs/commands/GetLayerVersionCommand.js +0 -63
- package/dist/cjs/commands/GetLayerVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetLayerVersionPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetLayerVersionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPolicyCommand.js +0 -61
- package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -61
- package/dist/cjs/commands/GetProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/InvokeAsyncCommand.js +0 -66
- package/dist/cjs/commands/InvokeAsyncCommand.js.map +0 -1
- package/dist/cjs/commands/InvokeCommand.js +0 -87
- package/dist/cjs/commands/InvokeCommand.js.map +0 -1
- package/dist/cjs/commands/ListAliasesCommand.js +0 -62
- package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListCodeSigningConfigsCommand.js +0 -63
- package/dist/cjs/commands/ListCodeSigningConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventSourceMappingsCommand.js +0 -62
- package/dist/cjs/commands/ListEventSourceMappingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -62
- package/dist/cjs/commands/ListFunctionEventInvokeConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/ListFunctionsByCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js +0 -69
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLayerVersionsCommand.js +0 -63
- package/dist/cjs/commands/ListLayerVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLayersCommand.js +0 -63
- package/dist/cjs/commands/ListLayersCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListProvisionedConcurrencyConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js +0 -62
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVersionsByFunctionCommand.js +0 -62
- package/dist/cjs/commands/ListVersionsByFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/PublishLayerVersionCommand.js +0 -64
- package/dist/cjs/commands/PublishLayerVersionCommand.js.map +0 -1
- package/dist/cjs/commands/PublishVersionCommand.js +0 -69
- package/dist/cjs/commands/PublishVersionCommand.js.map +0 -1
- package/dist/cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/PutFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/PutFunctionConcurrencyCommand.js +0 -69
- package/dist/cjs/commands/PutFunctionConcurrencyCommand.js.map +0 -1
- package/dist/cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -71
- package/dist/cjs/commands/PutFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -61
- package/dist/cjs/commands/PutProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -63
- package/dist/cjs/commands/RemoveLayerVersionPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/RemovePermissionCommand.js +0 -62
- package/dist/cjs/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAliasCommand.js +0 -61
- package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCodeSigningConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateCodeSigningConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEventSourceMappingCommand.js +0 -84
- package/dist/cjs/commands/UpdateEventSourceMappingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCodeCommand.js +0 -69
- package/dist/cjs/commands/UpdateFunctionCodeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionConfigurationCommand.js +0 -75
- package/dist/cjs/commands/UpdateFunctionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -79
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1589
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCodeSigningConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEventSourceMappingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEventSourceMappingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -46
- package/dist/cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFunctionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFunctionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLayerVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLayerVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLayersPaginator.js +0 -46
- package/dist/cjs/pagination/ListLayersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVersionsByFunctionPaginator.js +0 -46
- package/dist/cjs/pagination/ListVersionsByFunctionPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -9400
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForFunctionActive.js +0 -64
- package/dist/cjs/waiters/waitForFunctionActive.js.map +0 -1
- package/dist/cjs/waiters/waitForFunctionExists.js +0 -41
- package/dist/cjs/waiters/waitForFunctionExists.js.map +0 -1
- package/dist/cjs/waiters/waitForFunctionUpdated.js +0 -64
- package/dist/cjs/waiters/waitForFunctionUpdated.js.map +0 -1
- package/dist/es/Lambda.js +0 -890
- package/dist/es/Lambda.js.map +0 -1
- package/dist/es/LambdaClient.js +0 -52
- package/dist/es/LambdaClient.js.map +0 -1
- package/dist/es/commands/AddLayerVersionPermissionCommand.js +0 -70
- package/dist/es/commands/AddLayerVersionPermissionCommand.js.map +0 -1
- package/dist/es/commands/AddPermissionCommand.js +0 -76
- package/dist/es/commands/AddPermissionCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js +0 -70
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateCodeSigningConfigCommand.js +0 -67
- package/dist/es/commands/CreateCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateEventSourceMappingCommand.js +0 -129
- package/dist/es/commands/CreateEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js +0 -109
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAliasCommand.js +0 -65
- package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/DeleteCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventSourceMappingCommand.js +0 -67
- package/dist/es/commands/DeleteEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -65
- package/dist/es/commands/DeleteFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js +0 -70
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionConcurrencyCommand.js +0 -65
- package/dist/es/commands/DeleteFunctionConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -66
- package/dist/es/commands/DeleteFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteLayerVersionCommand.js +0 -67
- package/dist/es/commands/DeleteLayerVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -65
- package/dist/es/commands/DeleteProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +0 -65
- package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetAliasCommand.js +0 -65
- package/dist/es/commands/GetAliasCommand.js.map +0 -1
- package/dist/es/commands/GetCodeSigningConfigCommand.js +0 -65
- package/dist/es/commands/GetCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/GetEventSourceMappingCommand.js +0 -65
- package/dist/es/commands/GetEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCodeSigningConfigCommand.js +0 -65
- package/dist/es/commands/GetFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js +0 -67
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionConcurrencyCommand.js +0 -66
- package/dist/es/commands/GetFunctionConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionConfigurationCommand.js +0 -67
- package/dist/es/commands/GetFunctionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionEventInvokeConfigCommand.js +0 -66
- package/dist/es/commands/GetFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/commands/GetLayerVersionByArnCommand.js +0 -67
- package/dist/es/commands/GetLayerVersionByArnCommand.js.map +0 -1
- package/dist/es/commands/GetLayerVersionCommand.js +0 -67
- package/dist/es/commands/GetLayerVersionCommand.js.map +0 -1
- package/dist/es/commands/GetLayerVersionPolicyCommand.js +0 -66
- package/dist/es/commands/GetLayerVersionPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetPolicyCommand.js +0 -65
- package/dist/es/commands/GetPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -65
- package/dist/es/commands/GetProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/es/commands/InvokeAsyncCommand.js +0 -70
- package/dist/es/commands/InvokeAsyncCommand.js.map +0 -1
- package/dist/es/commands/InvokeCommand.js +0 -91
- package/dist/es/commands/InvokeCommand.js.map +0 -1
- package/dist/es/commands/ListAliasesCommand.js +0 -66
- package/dist/es/commands/ListAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListCodeSigningConfigsCommand.js +0 -67
- package/dist/es/commands/ListCodeSigningConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListEventSourceMappingsCommand.js +0 -66
- package/dist/es/commands/ListEventSourceMappingsCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -66
- package/dist/es/commands/ListFunctionEventInvokeConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/ListFunctionsByCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js +0 -73
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListLayerVersionsCommand.js +0 -67
- package/dist/es/commands/ListLayerVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListLayersCommand.js +0 -67
- package/dist/es/commands/ListLayersCommand.js.map +0 -1
- package/dist/es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -65
- package/dist/es/commands/ListProvisionedConcurrencyConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js +0 -66
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/ListVersionsByFunctionCommand.js +0 -66
- package/dist/es/commands/ListVersionsByFunctionCommand.js.map +0 -1
- package/dist/es/commands/PublishLayerVersionCommand.js +0 -68
- package/dist/es/commands/PublishLayerVersionCommand.js.map +0 -1
- package/dist/es/commands/PublishVersionCommand.js +0 -73
- package/dist/es/commands/PublishVersionCommand.js.map +0 -1
- package/dist/es/commands/PutFunctionCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/PutFunctionCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/PutFunctionConcurrencyCommand.js +0 -73
- package/dist/es/commands/PutFunctionConcurrencyCommand.js.map +0 -1
- package/dist/es/commands/PutFunctionEventInvokeConfigCommand.js +0 -75
- package/dist/es/commands/PutFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -65
- package/dist/es/commands/PutProvisionedConcurrencyConfigCommand.js.map +0 -1
- package/dist/es/commands/RemoveLayerVersionPermissionCommand.js +0 -67
- package/dist/es/commands/RemoveLayerVersionPermissionCommand.js.map +0 -1
- package/dist/es/commands/RemovePermissionCommand.js +0 -66
- package/dist/es/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAliasCommand.js +0 -65
- package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/es/commands/UpdateCodeSigningConfigCommand.js +0 -66
- package/dist/es/commands/UpdateCodeSigningConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateEventSourceMappingCommand.js +0 -88
- package/dist/es/commands/UpdateEventSourceMappingCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCodeCommand.js +0 -73
- package/dist/es/commands/UpdateFunctionCodeCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionConfigurationCommand.js +0 -79
- package/dist/es/commands/UpdateFunctionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -66
- package/dist/es/commands/UpdateFunctionEventInvokeConfigCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -76
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1248
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAliasesPaginator.js +0 -87
- package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListCodeSigningConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListCodeSigningConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEventSourceMappingsPaginator.js +0 -87
- package/dist/es/pagination/ListEventSourceMappingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListFunctionEventInvokeConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -87
- package/dist/es/pagination/ListFunctionsByCodeSigningConfigPaginator.js.map +0 -1
- package/dist/es/pagination/ListFunctionsPaginator.js +0 -87
- package/dist/es/pagination/ListFunctionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLayerVersionsPaginator.js +0 -87
- package/dist/es/pagination/ListLayerVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLayersPaginator.js +0 -87
- package/dist/es/pagination/ListLayersPaginator.js.map +0 -1
- package/dist/es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListProvisionedConcurrencyConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVersionsByFunctionPaginator.js +0 -87
- package/dist/es/pagination/ListVersionsByFunctionPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -10311
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForFunctionActive.js +0 -79
- package/dist/es/waiters/waitForFunctionActive.js.map +0 -1
- package/dist/es/waiters/waitForFunctionExists.js +0 -55
- package/dist/es/waiters/waitForFunctionExists.js.map +0 -1
- package/dist/es/waiters/waitForFunctionUpdated.js +0 -79
- package/dist/es/waiters/waitForFunctionUpdated.js.map +0 -1
- package/dist/types/Lambda.d.ts +0 -703
- package/dist/types/LambdaClient.d.ts +0 -196
- package/dist/types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
- package/dist/types/commands/AddPermissionCommand.d.ts +0 -46
- package/dist/types/commands/CreateAliasCommand.d.ts +0 -40
- package/dist/types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
- package/dist/types/commands/CreateEventSourceMappingCommand.d.ts +0 -99
- package/dist/types/commands/CreateFunctionCommand.d.ts +0 -79
- package/dist/types/commands/DeleteAliasCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/DeleteEventSourceMappingCommand.d.ts +0 -37
- package/dist/types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -40
- package/dist/types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/commands/DeleteLayerVersionCommand.d.ts +0 -37
- package/dist/types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountSettingsCommand.d.ts +0 -35
- package/dist/types/commands/GetAliasCommand.d.ts +0 -35
- package/dist/types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetEventSourceMappingCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCommand.d.ts +0 -37
- package/dist/types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
- package/dist/types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
- package/dist/types/commands/GetLayerVersionCommand.d.ts +0 -37
- package/dist/types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetPolicyCommand.d.ts +0 -35
- package/dist/types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/commands/InvokeAsyncCommand.d.ts +0 -51
- package/dist/types/commands/InvokeCommand.d.ts +0 -61
- package/dist/types/commands/ListAliasesCommand.d.ts +0 -36
- package/dist/types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
- package/dist/types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
- package/dist/types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
- package/dist/types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/ListFunctionsCommand.d.ts +0 -43
- package/dist/types/commands/ListLayerVersionsCommand.d.ts +0 -37
- package/dist/types/commands/ListLayersCommand.d.ts +0 -37
- package/dist/types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsCommand.d.ts +0 -36
- package/dist/types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
- package/dist/types/commands/PublishLayerVersionCommand.d.ts +0 -38
- package/dist/types/commands/PublishVersionCommand.d.ts +0 -43
- package/dist/types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
- package/dist/types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
- package/dist/types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
- package/dist/types/commands/RemovePermissionCommand.d.ts +0 -36
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAliasCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateEventSourceMappingCommand.d.ts +0 -58
- package/dist/types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
- package/dist/types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
- package/dist/types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/models/models_0.d.ts +0 -4645
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFunctionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLayersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -176
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/Lambda.d.ts +0 -703
- package/dist/types/ts3.4/LambdaClient.d.ts +0 -196
- package/dist/types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/AddPermissionCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -99
- package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -79
- package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAliasCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/InvokeCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListLayersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/PublishVersionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4645
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -14
- package/dist/types/waiters/waitForFunctionActive.d.ts +0 -14
- package/dist/types/waiters/waitForFunctionExists.d.ts +0 -14
- package/dist/types/waiters/waitForFunctionUpdated.d.ts +0 -14
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5632
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAliasesPaginator.ts +0 -54
- package/pagination/ListCodeSigningConfigsPaginator.ts +0 -58
- package/pagination/ListEventSourceMappingsPaginator.ts +0 -58
- package/pagination/ListFunctionEventInvokeConfigsPaginator.ts +0 -58
- package/pagination/ListFunctionsByCodeSigningConfigPaginator.ts +0 -58
- package/pagination/ListFunctionsPaginator.ts +0 -58
- package/pagination/ListLayerVersionsPaginator.ts +0 -58
- package/pagination/ListLayersPaginator.ts +0 -54
- package/pagination/ListProvisionedConcurrencyConfigsPaginator.ts +0 -58
- package/pagination/ListVersionsByFunctionPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -10630
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForFunctionActive.ts +0 -65
- package/waiters/waitForFunctionExists.ts +0 -42
- package/waiters/waitForFunctionUpdated.ts +0 -65
|
@@ -0,0 +1,778 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var AccountLimit;
|
|
4
|
+
(function (AccountLimit) {
|
|
5
|
+
AccountLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(AccountLimit || (AccountLimit = {}));
|
|
7
|
+
export var AccountUsage;
|
|
8
|
+
(function (AccountUsage) {
|
|
9
|
+
AccountUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(AccountUsage || (AccountUsage = {}));
|
|
11
|
+
export var AddLayerVersionPermissionRequest;
|
|
12
|
+
(function (AddLayerVersionPermissionRequest) {
|
|
13
|
+
AddLayerVersionPermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(AddLayerVersionPermissionRequest || (AddLayerVersionPermissionRequest = {}));
|
|
15
|
+
export var AddLayerVersionPermissionResponse;
|
|
16
|
+
(function (AddLayerVersionPermissionResponse) {
|
|
17
|
+
AddLayerVersionPermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(AddLayerVersionPermissionResponse || (AddLayerVersionPermissionResponse = {}));
|
|
19
|
+
export var InvalidParameterValueException;
|
|
20
|
+
(function (InvalidParameterValueException) {
|
|
21
|
+
InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(InvalidParameterValueException || (InvalidParameterValueException = {}));
|
|
23
|
+
export var PolicyLengthExceededException;
|
|
24
|
+
(function (PolicyLengthExceededException) {
|
|
25
|
+
PolicyLengthExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(PolicyLengthExceededException || (PolicyLengthExceededException = {}));
|
|
27
|
+
export var PreconditionFailedException;
|
|
28
|
+
(function (PreconditionFailedException) {
|
|
29
|
+
PreconditionFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
+
})(PreconditionFailedException || (PreconditionFailedException = {}));
|
|
31
|
+
export var ResourceConflictException;
|
|
32
|
+
(function (ResourceConflictException) {
|
|
33
|
+
ResourceConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
+
})(ResourceConflictException || (ResourceConflictException = {}));
|
|
35
|
+
export var ResourceNotFoundException;
|
|
36
|
+
(function (ResourceNotFoundException) {
|
|
37
|
+
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
+
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
39
|
+
export var ServiceException;
|
|
40
|
+
(function (ServiceException) {
|
|
41
|
+
ServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
+
})(ServiceException || (ServiceException = {}));
|
|
43
|
+
export var ThrottleReason;
|
|
44
|
+
(function (ThrottleReason) {
|
|
45
|
+
ThrottleReason["CallerRateLimitExceeded"] = "CallerRateLimitExceeded";
|
|
46
|
+
ThrottleReason["ConcurrentInvocationLimitExceeded"] = "ConcurrentInvocationLimitExceeded";
|
|
47
|
+
ThrottleReason["FunctionInvocationRateLimitExceeded"] = "FunctionInvocationRateLimitExceeded";
|
|
48
|
+
ThrottleReason["ReservedFunctionConcurrentInvocationLimitExceeded"] = "ReservedFunctionConcurrentInvocationLimitExceeded";
|
|
49
|
+
ThrottleReason["ReservedFunctionInvocationRateLimitExceeded"] = "ReservedFunctionInvocationRateLimitExceeded";
|
|
50
|
+
})(ThrottleReason || (ThrottleReason = {}));
|
|
51
|
+
export var TooManyRequestsException;
|
|
52
|
+
(function (TooManyRequestsException) {
|
|
53
|
+
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
55
|
+
export var AddPermissionRequest;
|
|
56
|
+
(function (AddPermissionRequest) {
|
|
57
|
+
AddPermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(AddPermissionRequest || (AddPermissionRequest = {}));
|
|
59
|
+
export var AddPermissionResponse;
|
|
60
|
+
(function (AddPermissionResponse) {
|
|
61
|
+
AddPermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(AddPermissionResponse || (AddPermissionResponse = {}));
|
|
63
|
+
export var AliasRoutingConfiguration;
|
|
64
|
+
(function (AliasRoutingConfiguration) {
|
|
65
|
+
AliasRoutingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(AliasRoutingConfiguration || (AliasRoutingConfiguration = {}));
|
|
67
|
+
export var AliasConfiguration;
|
|
68
|
+
(function (AliasConfiguration) {
|
|
69
|
+
AliasConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(AliasConfiguration || (AliasConfiguration = {}));
|
|
71
|
+
export var AllowedPublishers;
|
|
72
|
+
(function (AllowedPublishers) {
|
|
73
|
+
AllowedPublishers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(AllowedPublishers || (AllowedPublishers = {}));
|
|
75
|
+
export var Architecture;
|
|
76
|
+
(function (Architecture) {
|
|
77
|
+
Architecture["arm64"] = "arm64";
|
|
78
|
+
Architecture["x86_64"] = "x86_64";
|
|
79
|
+
})(Architecture || (Architecture = {}));
|
|
80
|
+
export var CreateAliasRequest;
|
|
81
|
+
(function (CreateAliasRequest) {
|
|
82
|
+
CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
})(CreateAliasRequest || (CreateAliasRequest = {}));
|
|
84
|
+
export var CodeSigningPolicy;
|
|
85
|
+
(function (CodeSigningPolicy) {
|
|
86
|
+
CodeSigningPolicy["Enforce"] = "Enforce";
|
|
87
|
+
CodeSigningPolicy["Warn"] = "Warn";
|
|
88
|
+
})(CodeSigningPolicy || (CodeSigningPolicy = {}));
|
|
89
|
+
export var CodeSigningPolicies;
|
|
90
|
+
(function (CodeSigningPolicies) {
|
|
91
|
+
CodeSigningPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
})(CodeSigningPolicies || (CodeSigningPolicies = {}));
|
|
93
|
+
export var CreateCodeSigningConfigRequest;
|
|
94
|
+
(function (CreateCodeSigningConfigRequest) {
|
|
95
|
+
CreateCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
})(CreateCodeSigningConfigRequest || (CreateCodeSigningConfigRequest = {}));
|
|
97
|
+
export var CodeSigningConfig;
|
|
98
|
+
(function (CodeSigningConfig) {
|
|
99
|
+
CodeSigningConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
})(CodeSigningConfig || (CodeSigningConfig = {}));
|
|
101
|
+
export var CreateCodeSigningConfigResponse;
|
|
102
|
+
(function (CreateCodeSigningConfigResponse) {
|
|
103
|
+
CreateCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
})(CreateCodeSigningConfigResponse || (CreateCodeSigningConfigResponse = {}));
|
|
105
|
+
export var OnFailure;
|
|
106
|
+
(function (OnFailure) {
|
|
107
|
+
OnFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
})(OnFailure || (OnFailure = {}));
|
|
109
|
+
export var OnSuccess;
|
|
110
|
+
(function (OnSuccess) {
|
|
111
|
+
OnSuccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
})(OnSuccess || (OnSuccess = {}));
|
|
113
|
+
export var DestinationConfig;
|
|
114
|
+
(function (DestinationConfig) {
|
|
115
|
+
DestinationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
})(DestinationConfig || (DestinationConfig = {}));
|
|
117
|
+
export var FunctionResponseType;
|
|
118
|
+
(function (FunctionResponseType) {
|
|
119
|
+
FunctionResponseType["ReportBatchItemFailures"] = "ReportBatchItemFailures";
|
|
120
|
+
})(FunctionResponseType || (FunctionResponseType = {}));
|
|
121
|
+
export var EndPointType;
|
|
122
|
+
(function (EndPointType) {
|
|
123
|
+
EndPointType["KAFKA_BOOTSTRAP_SERVERS"] = "KAFKA_BOOTSTRAP_SERVERS";
|
|
124
|
+
})(EndPointType || (EndPointType = {}));
|
|
125
|
+
export var SelfManagedEventSource;
|
|
126
|
+
(function (SelfManagedEventSource) {
|
|
127
|
+
SelfManagedEventSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
})(SelfManagedEventSource || (SelfManagedEventSource = {}));
|
|
129
|
+
export var SourceAccessType;
|
|
130
|
+
(function (SourceAccessType) {
|
|
131
|
+
SourceAccessType["BASIC_AUTH"] = "BASIC_AUTH";
|
|
132
|
+
SourceAccessType["SASL_SCRAM_256_AUTH"] = "SASL_SCRAM_256_AUTH";
|
|
133
|
+
SourceAccessType["SASL_SCRAM_512_AUTH"] = "SASL_SCRAM_512_AUTH";
|
|
134
|
+
SourceAccessType["VIRTUAL_HOST"] = "VIRTUAL_HOST";
|
|
135
|
+
SourceAccessType["VPC_SECURITY_GROUP"] = "VPC_SECURITY_GROUP";
|
|
136
|
+
SourceAccessType["VPC_SUBNET"] = "VPC_SUBNET";
|
|
137
|
+
})(SourceAccessType || (SourceAccessType = {}));
|
|
138
|
+
export var SourceAccessConfiguration;
|
|
139
|
+
(function (SourceAccessConfiguration) {
|
|
140
|
+
SourceAccessConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
})(SourceAccessConfiguration || (SourceAccessConfiguration = {}));
|
|
142
|
+
export var EventSourcePosition;
|
|
143
|
+
(function (EventSourcePosition) {
|
|
144
|
+
EventSourcePosition["AT_TIMESTAMP"] = "AT_TIMESTAMP";
|
|
145
|
+
EventSourcePosition["LATEST"] = "LATEST";
|
|
146
|
+
EventSourcePosition["TRIM_HORIZON"] = "TRIM_HORIZON";
|
|
147
|
+
})(EventSourcePosition || (EventSourcePosition = {}));
|
|
148
|
+
export var CreateEventSourceMappingRequest;
|
|
149
|
+
(function (CreateEventSourceMappingRequest) {
|
|
150
|
+
CreateEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
})(CreateEventSourceMappingRequest || (CreateEventSourceMappingRequest = {}));
|
|
152
|
+
export var EventSourceMappingConfiguration;
|
|
153
|
+
(function (EventSourceMappingConfiguration) {
|
|
154
|
+
EventSourceMappingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
})(EventSourceMappingConfiguration || (EventSourceMappingConfiguration = {}));
|
|
156
|
+
export var CodeSigningConfigNotFoundException;
|
|
157
|
+
(function (CodeSigningConfigNotFoundException) {
|
|
158
|
+
CodeSigningConfigNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
})(CodeSigningConfigNotFoundException || (CodeSigningConfigNotFoundException = {}));
|
|
160
|
+
export var CodeStorageExceededException;
|
|
161
|
+
(function (CodeStorageExceededException) {
|
|
162
|
+
CodeStorageExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
})(CodeStorageExceededException || (CodeStorageExceededException = {}));
|
|
164
|
+
export var CodeVerificationFailedException;
|
|
165
|
+
(function (CodeVerificationFailedException) {
|
|
166
|
+
CodeVerificationFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(CodeVerificationFailedException || (CodeVerificationFailedException = {}));
|
|
168
|
+
export var FunctionCode;
|
|
169
|
+
(function (FunctionCode) {
|
|
170
|
+
FunctionCode.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
171
|
+
})(FunctionCode || (FunctionCode = {}));
|
|
172
|
+
export var DeadLetterConfig;
|
|
173
|
+
(function (DeadLetterConfig) {
|
|
174
|
+
DeadLetterConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
})(DeadLetterConfig || (DeadLetterConfig = {}));
|
|
176
|
+
export var Environment;
|
|
177
|
+
(function (Environment) {
|
|
178
|
+
Environment.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING }))); };
|
|
179
|
+
})(Environment || (Environment = {}));
|
|
180
|
+
export var FileSystemConfig;
|
|
181
|
+
(function (FileSystemConfig) {
|
|
182
|
+
FileSystemConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
})(FileSystemConfig || (FileSystemConfig = {}));
|
|
184
|
+
export var ImageConfig;
|
|
185
|
+
(function (ImageConfig) {
|
|
186
|
+
ImageConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
})(ImageConfig || (ImageConfig = {}));
|
|
188
|
+
export var PackageType;
|
|
189
|
+
(function (PackageType) {
|
|
190
|
+
PackageType["Image"] = "Image";
|
|
191
|
+
PackageType["Zip"] = "Zip";
|
|
192
|
+
})(PackageType || (PackageType = {}));
|
|
193
|
+
export var Runtime;
|
|
194
|
+
(function (Runtime) {
|
|
195
|
+
Runtime["dotnetcore10"] = "dotnetcore1.0";
|
|
196
|
+
Runtime["dotnetcore20"] = "dotnetcore2.0";
|
|
197
|
+
Runtime["dotnetcore21"] = "dotnetcore2.1";
|
|
198
|
+
Runtime["dotnetcore31"] = "dotnetcore3.1";
|
|
199
|
+
Runtime["go1x"] = "go1.x";
|
|
200
|
+
Runtime["java11"] = "java11";
|
|
201
|
+
Runtime["java8"] = "java8";
|
|
202
|
+
Runtime["java8al2"] = "java8.al2";
|
|
203
|
+
Runtime["nodejs"] = "nodejs";
|
|
204
|
+
Runtime["nodejs10x"] = "nodejs10.x";
|
|
205
|
+
Runtime["nodejs12x"] = "nodejs12.x";
|
|
206
|
+
Runtime["nodejs14x"] = "nodejs14.x";
|
|
207
|
+
Runtime["nodejs43"] = "nodejs4.3";
|
|
208
|
+
Runtime["nodejs43edge"] = "nodejs4.3-edge";
|
|
209
|
+
Runtime["nodejs610"] = "nodejs6.10";
|
|
210
|
+
Runtime["nodejs810"] = "nodejs8.10";
|
|
211
|
+
Runtime["provided"] = "provided";
|
|
212
|
+
Runtime["providedal2"] = "provided.al2";
|
|
213
|
+
Runtime["python27"] = "python2.7";
|
|
214
|
+
Runtime["python36"] = "python3.6";
|
|
215
|
+
Runtime["python37"] = "python3.7";
|
|
216
|
+
Runtime["python38"] = "python3.8";
|
|
217
|
+
Runtime["python39"] = "python3.9";
|
|
218
|
+
Runtime["ruby25"] = "ruby2.5";
|
|
219
|
+
Runtime["ruby27"] = "ruby2.7";
|
|
220
|
+
})(Runtime || (Runtime = {}));
|
|
221
|
+
export var TracingMode;
|
|
222
|
+
(function (TracingMode) {
|
|
223
|
+
TracingMode["Active"] = "Active";
|
|
224
|
+
TracingMode["PassThrough"] = "PassThrough";
|
|
225
|
+
})(TracingMode || (TracingMode = {}));
|
|
226
|
+
export var TracingConfig;
|
|
227
|
+
(function (TracingConfig) {
|
|
228
|
+
TracingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
})(TracingConfig || (TracingConfig = {}));
|
|
230
|
+
export var VpcConfig;
|
|
231
|
+
(function (VpcConfig) {
|
|
232
|
+
VpcConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
})(VpcConfig || (VpcConfig = {}));
|
|
234
|
+
export var CreateFunctionRequest;
|
|
235
|
+
(function (CreateFunctionRequest) {
|
|
236
|
+
CreateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Code && { Code: FunctionCode.filterSensitiveLog(obj.Code) })), (obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }))); };
|
|
237
|
+
})(CreateFunctionRequest || (CreateFunctionRequest = {}));
|
|
238
|
+
export var EnvironmentError;
|
|
239
|
+
(function (EnvironmentError) {
|
|
240
|
+
EnvironmentError.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
241
|
+
})(EnvironmentError || (EnvironmentError = {}));
|
|
242
|
+
export var EnvironmentResponse;
|
|
243
|
+
(function (EnvironmentResponse) {
|
|
244
|
+
EnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING })), (obj.Error && { Error: EnvironmentError.filterSensitiveLog(obj.Error) }))); };
|
|
245
|
+
})(EnvironmentResponse || (EnvironmentResponse = {}));
|
|
246
|
+
export var ImageConfigError;
|
|
247
|
+
(function (ImageConfigError) {
|
|
248
|
+
ImageConfigError.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
249
|
+
})(ImageConfigError || (ImageConfigError = {}));
|
|
250
|
+
export var ImageConfigResponse;
|
|
251
|
+
(function (ImageConfigResponse) {
|
|
252
|
+
ImageConfigResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Error && { Error: ImageConfigError.filterSensitiveLog(obj.Error) }))); };
|
|
253
|
+
})(ImageConfigResponse || (ImageConfigResponse = {}));
|
|
254
|
+
export var LastUpdateStatus;
|
|
255
|
+
(function (LastUpdateStatus) {
|
|
256
|
+
LastUpdateStatus["Failed"] = "Failed";
|
|
257
|
+
LastUpdateStatus["InProgress"] = "InProgress";
|
|
258
|
+
LastUpdateStatus["Successful"] = "Successful";
|
|
259
|
+
})(LastUpdateStatus || (LastUpdateStatus = {}));
|
|
260
|
+
export var LastUpdateStatusReasonCode;
|
|
261
|
+
(function (LastUpdateStatusReasonCode) {
|
|
262
|
+
LastUpdateStatusReasonCode["EniLimitExceeded"] = "EniLimitExceeded";
|
|
263
|
+
LastUpdateStatusReasonCode["ImageAccessDenied"] = "ImageAccessDenied";
|
|
264
|
+
LastUpdateStatusReasonCode["ImageDeleted"] = "ImageDeleted";
|
|
265
|
+
LastUpdateStatusReasonCode["InsufficientRolePermissions"] = "InsufficientRolePermissions";
|
|
266
|
+
LastUpdateStatusReasonCode["InternalError"] = "InternalError";
|
|
267
|
+
LastUpdateStatusReasonCode["InvalidConfiguration"] = "InvalidConfiguration";
|
|
268
|
+
LastUpdateStatusReasonCode["InvalidImage"] = "InvalidImage";
|
|
269
|
+
LastUpdateStatusReasonCode["InvalidSecurityGroup"] = "InvalidSecurityGroup";
|
|
270
|
+
LastUpdateStatusReasonCode["InvalidSubnet"] = "InvalidSubnet";
|
|
271
|
+
LastUpdateStatusReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
272
|
+
})(LastUpdateStatusReasonCode || (LastUpdateStatusReasonCode = {}));
|
|
273
|
+
export var Layer;
|
|
274
|
+
(function (Layer) {
|
|
275
|
+
Layer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
})(Layer || (Layer = {}));
|
|
277
|
+
export var State;
|
|
278
|
+
(function (State) {
|
|
279
|
+
State["Active"] = "Active";
|
|
280
|
+
State["Failed"] = "Failed";
|
|
281
|
+
State["Inactive"] = "Inactive";
|
|
282
|
+
State["Pending"] = "Pending";
|
|
283
|
+
})(State || (State = {}));
|
|
284
|
+
export var StateReasonCode;
|
|
285
|
+
(function (StateReasonCode) {
|
|
286
|
+
StateReasonCode["Creating"] = "Creating";
|
|
287
|
+
StateReasonCode["EniLimitExceeded"] = "EniLimitExceeded";
|
|
288
|
+
StateReasonCode["Idle"] = "Idle";
|
|
289
|
+
StateReasonCode["ImageAccessDenied"] = "ImageAccessDenied";
|
|
290
|
+
StateReasonCode["ImageDeleted"] = "ImageDeleted";
|
|
291
|
+
StateReasonCode["InsufficientRolePermissions"] = "InsufficientRolePermissions";
|
|
292
|
+
StateReasonCode["InternalError"] = "InternalError";
|
|
293
|
+
StateReasonCode["InvalidConfiguration"] = "InvalidConfiguration";
|
|
294
|
+
StateReasonCode["InvalidImage"] = "InvalidImage";
|
|
295
|
+
StateReasonCode["InvalidSecurityGroup"] = "InvalidSecurityGroup";
|
|
296
|
+
StateReasonCode["InvalidSubnet"] = "InvalidSubnet";
|
|
297
|
+
StateReasonCode["Restoring"] = "Restoring";
|
|
298
|
+
StateReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
299
|
+
})(StateReasonCode || (StateReasonCode = {}));
|
|
300
|
+
export var TracingConfigResponse;
|
|
301
|
+
(function (TracingConfigResponse) {
|
|
302
|
+
TracingConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
})(TracingConfigResponse || (TracingConfigResponse = {}));
|
|
304
|
+
export var VpcConfigResponse;
|
|
305
|
+
(function (VpcConfigResponse) {
|
|
306
|
+
VpcConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
})(VpcConfigResponse || (VpcConfigResponse = {}));
|
|
308
|
+
export var FunctionConfiguration;
|
|
309
|
+
(function (FunctionConfiguration) {
|
|
310
|
+
FunctionConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Environment && { Environment: EnvironmentResponse.filterSensitiveLog(obj.Environment) })), (obj.ImageConfigResponse && {
|
|
311
|
+
ImageConfigResponse: ImageConfigResponse.filterSensitiveLog(obj.ImageConfigResponse),
|
|
312
|
+
}))); };
|
|
313
|
+
})(FunctionConfiguration || (FunctionConfiguration = {}));
|
|
314
|
+
export var InvalidCodeSignatureException;
|
|
315
|
+
(function (InvalidCodeSignatureException) {
|
|
316
|
+
InvalidCodeSignatureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
})(InvalidCodeSignatureException || (InvalidCodeSignatureException = {}));
|
|
318
|
+
export var DeleteAliasRequest;
|
|
319
|
+
(function (DeleteAliasRequest) {
|
|
320
|
+
DeleteAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
})(DeleteAliasRequest || (DeleteAliasRequest = {}));
|
|
322
|
+
export var DeleteCodeSigningConfigRequest;
|
|
323
|
+
(function (DeleteCodeSigningConfigRequest) {
|
|
324
|
+
DeleteCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
})(DeleteCodeSigningConfigRequest || (DeleteCodeSigningConfigRequest = {}));
|
|
326
|
+
export var DeleteCodeSigningConfigResponse;
|
|
327
|
+
(function (DeleteCodeSigningConfigResponse) {
|
|
328
|
+
DeleteCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
})(DeleteCodeSigningConfigResponse || (DeleteCodeSigningConfigResponse = {}));
|
|
330
|
+
export var DeleteEventSourceMappingRequest;
|
|
331
|
+
(function (DeleteEventSourceMappingRequest) {
|
|
332
|
+
DeleteEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
})(DeleteEventSourceMappingRequest || (DeleteEventSourceMappingRequest = {}));
|
|
334
|
+
export var ResourceInUseException;
|
|
335
|
+
(function (ResourceInUseException) {
|
|
336
|
+
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
338
|
+
export var DeleteFunctionRequest;
|
|
339
|
+
(function (DeleteFunctionRequest) {
|
|
340
|
+
DeleteFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
})(DeleteFunctionRequest || (DeleteFunctionRequest = {}));
|
|
342
|
+
export var DeleteFunctionCodeSigningConfigRequest;
|
|
343
|
+
(function (DeleteFunctionCodeSigningConfigRequest) {
|
|
344
|
+
DeleteFunctionCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
})(DeleteFunctionCodeSigningConfigRequest || (DeleteFunctionCodeSigningConfigRequest = {}));
|
|
346
|
+
export var DeleteFunctionConcurrencyRequest;
|
|
347
|
+
(function (DeleteFunctionConcurrencyRequest) {
|
|
348
|
+
DeleteFunctionConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
})(DeleteFunctionConcurrencyRequest || (DeleteFunctionConcurrencyRequest = {}));
|
|
350
|
+
export var DeleteFunctionEventInvokeConfigRequest;
|
|
351
|
+
(function (DeleteFunctionEventInvokeConfigRequest) {
|
|
352
|
+
DeleteFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
})(DeleteFunctionEventInvokeConfigRequest || (DeleteFunctionEventInvokeConfigRequest = {}));
|
|
354
|
+
export var DeleteLayerVersionRequest;
|
|
355
|
+
(function (DeleteLayerVersionRequest) {
|
|
356
|
+
DeleteLayerVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
})(DeleteLayerVersionRequest || (DeleteLayerVersionRequest = {}));
|
|
358
|
+
export var DeleteProvisionedConcurrencyConfigRequest;
|
|
359
|
+
(function (DeleteProvisionedConcurrencyConfigRequest) {
|
|
360
|
+
DeleteProvisionedConcurrencyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
})(DeleteProvisionedConcurrencyConfigRequest || (DeleteProvisionedConcurrencyConfigRequest = {}));
|
|
362
|
+
export var GetAccountSettingsRequest;
|
|
363
|
+
(function (GetAccountSettingsRequest) {
|
|
364
|
+
GetAccountSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
})(GetAccountSettingsRequest || (GetAccountSettingsRequest = {}));
|
|
366
|
+
export var GetAccountSettingsResponse;
|
|
367
|
+
(function (GetAccountSettingsResponse) {
|
|
368
|
+
GetAccountSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
})(GetAccountSettingsResponse || (GetAccountSettingsResponse = {}));
|
|
370
|
+
export var GetAliasRequest;
|
|
371
|
+
(function (GetAliasRequest) {
|
|
372
|
+
GetAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
})(GetAliasRequest || (GetAliasRequest = {}));
|
|
374
|
+
export var GetCodeSigningConfigRequest;
|
|
375
|
+
(function (GetCodeSigningConfigRequest) {
|
|
376
|
+
GetCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
})(GetCodeSigningConfigRequest || (GetCodeSigningConfigRequest = {}));
|
|
378
|
+
export var GetCodeSigningConfigResponse;
|
|
379
|
+
(function (GetCodeSigningConfigResponse) {
|
|
380
|
+
GetCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
})(GetCodeSigningConfigResponse || (GetCodeSigningConfigResponse = {}));
|
|
382
|
+
export var GetEventSourceMappingRequest;
|
|
383
|
+
(function (GetEventSourceMappingRequest) {
|
|
384
|
+
GetEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
})(GetEventSourceMappingRequest || (GetEventSourceMappingRequest = {}));
|
|
386
|
+
export var GetFunctionRequest;
|
|
387
|
+
(function (GetFunctionRequest) {
|
|
388
|
+
GetFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
})(GetFunctionRequest || (GetFunctionRequest = {}));
|
|
390
|
+
export var FunctionCodeLocation;
|
|
391
|
+
(function (FunctionCodeLocation) {
|
|
392
|
+
FunctionCodeLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
})(FunctionCodeLocation || (FunctionCodeLocation = {}));
|
|
394
|
+
export var Concurrency;
|
|
395
|
+
(function (Concurrency) {
|
|
396
|
+
Concurrency.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
})(Concurrency || (Concurrency = {}));
|
|
398
|
+
export var GetFunctionResponse;
|
|
399
|
+
(function (GetFunctionResponse) {
|
|
400
|
+
GetFunctionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Configuration && { Configuration: FunctionConfiguration.filterSensitiveLog(obj.Configuration) }))); };
|
|
401
|
+
})(GetFunctionResponse || (GetFunctionResponse = {}));
|
|
402
|
+
export var GetFunctionCodeSigningConfigRequest;
|
|
403
|
+
(function (GetFunctionCodeSigningConfigRequest) {
|
|
404
|
+
GetFunctionCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
})(GetFunctionCodeSigningConfigRequest || (GetFunctionCodeSigningConfigRequest = {}));
|
|
406
|
+
export var GetFunctionCodeSigningConfigResponse;
|
|
407
|
+
(function (GetFunctionCodeSigningConfigResponse) {
|
|
408
|
+
GetFunctionCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
})(GetFunctionCodeSigningConfigResponse || (GetFunctionCodeSigningConfigResponse = {}));
|
|
410
|
+
export var GetFunctionConcurrencyRequest;
|
|
411
|
+
(function (GetFunctionConcurrencyRequest) {
|
|
412
|
+
GetFunctionConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
})(GetFunctionConcurrencyRequest || (GetFunctionConcurrencyRequest = {}));
|
|
414
|
+
export var GetFunctionConcurrencyResponse;
|
|
415
|
+
(function (GetFunctionConcurrencyResponse) {
|
|
416
|
+
GetFunctionConcurrencyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
})(GetFunctionConcurrencyResponse || (GetFunctionConcurrencyResponse = {}));
|
|
418
|
+
export var GetFunctionConfigurationRequest;
|
|
419
|
+
(function (GetFunctionConfigurationRequest) {
|
|
420
|
+
GetFunctionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
})(GetFunctionConfigurationRequest || (GetFunctionConfigurationRequest = {}));
|
|
422
|
+
export var FunctionEventInvokeConfig;
|
|
423
|
+
(function (FunctionEventInvokeConfig) {
|
|
424
|
+
FunctionEventInvokeConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
})(FunctionEventInvokeConfig || (FunctionEventInvokeConfig = {}));
|
|
426
|
+
export var GetFunctionEventInvokeConfigRequest;
|
|
427
|
+
(function (GetFunctionEventInvokeConfigRequest) {
|
|
428
|
+
GetFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
})(GetFunctionEventInvokeConfigRequest || (GetFunctionEventInvokeConfigRequest = {}));
|
|
430
|
+
export var GetLayerVersionRequest;
|
|
431
|
+
(function (GetLayerVersionRequest) {
|
|
432
|
+
GetLayerVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
})(GetLayerVersionRequest || (GetLayerVersionRequest = {}));
|
|
434
|
+
export var LayerVersionContentOutput;
|
|
435
|
+
(function (LayerVersionContentOutput) {
|
|
436
|
+
LayerVersionContentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
})(LayerVersionContentOutput || (LayerVersionContentOutput = {}));
|
|
438
|
+
export var GetLayerVersionResponse;
|
|
439
|
+
(function (GetLayerVersionResponse) {
|
|
440
|
+
GetLayerVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
})(GetLayerVersionResponse || (GetLayerVersionResponse = {}));
|
|
442
|
+
export var GetLayerVersionByArnRequest;
|
|
443
|
+
(function (GetLayerVersionByArnRequest) {
|
|
444
|
+
GetLayerVersionByArnRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
})(GetLayerVersionByArnRequest || (GetLayerVersionByArnRequest = {}));
|
|
446
|
+
export var GetLayerVersionPolicyRequest;
|
|
447
|
+
(function (GetLayerVersionPolicyRequest) {
|
|
448
|
+
GetLayerVersionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
})(GetLayerVersionPolicyRequest || (GetLayerVersionPolicyRequest = {}));
|
|
450
|
+
export var GetLayerVersionPolicyResponse;
|
|
451
|
+
(function (GetLayerVersionPolicyResponse) {
|
|
452
|
+
GetLayerVersionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
})(GetLayerVersionPolicyResponse || (GetLayerVersionPolicyResponse = {}));
|
|
454
|
+
export var GetPolicyRequest;
|
|
455
|
+
(function (GetPolicyRequest) {
|
|
456
|
+
GetPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
})(GetPolicyRequest || (GetPolicyRequest = {}));
|
|
458
|
+
export var GetPolicyResponse;
|
|
459
|
+
(function (GetPolicyResponse) {
|
|
460
|
+
GetPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(GetPolicyResponse || (GetPolicyResponse = {}));
|
|
462
|
+
export var GetProvisionedConcurrencyConfigRequest;
|
|
463
|
+
(function (GetProvisionedConcurrencyConfigRequest) {
|
|
464
|
+
GetProvisionedConcurrencyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(GetProvisionedConcurrencyConfigRequest || (GetProvisionedConcurrencyConfigRequest = {}));
|
|
466
|
+
export var ProvisionedConcurrencyStatusEnum;
|
|
467
|
+
(function (ProvisionedConcurrencyStatusEnum) {
|
|
468
|
+
ProvisionedConcurrencyStatusEnum["FAILED"] = "FAILED";
|
|
469
|
+
ProvisionedConcurrencyStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
470
|
+
ProvisionedConcurrencyStatusEnum["READY"] = "READY";
|
|
471
|
+
})(ProvisionedConcurrencyStatusEnum || (ProvisionedConcurrencyStatusEnum = {}));
|
|
472
|
+
export var GetProvisionedConcurrencyConfigResponse;
|
|
473
|
+
(function (GetProvisionedConcurrencyConfigResponse) {
|
|
474
|
+
GetProvisionedConcurrencyConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
})(GetProvisionedConcurrencyConfigResponse || (GetProvisionedConcurrencyConfigResponse = {}));
|
|
476
|
+
export var ProvisionedConcurrencyConfigNotFoundException;
|
|
477
|
+
(function (ProvisionedConcurrencyConfigNotFoundException) {
|
|
478
|
+
ProvisionedConcurrencyConfigNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(ProvisionedConcurrencyConfigNotFoundException || (ProvisionedConcurrencyConfigNotFoundException = {}));
|
|
480
|
+
export var EC2AccessDeniedException;
|
|
481
|
+
(function (EC2AccessDeniedException) {
|
|
482
|
+
EC2AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(EC2AccessDeniedException || (EC2AccessDeniedException = {}));
|
|
484
|
+
export var EC2ThrottledException;
|
|
485
|
+
(function (EC2ThrottledException) {
|
|
486
|
+
EC2ThrottledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(EC2ThrottledException || (EC2ThrottledException = {}));
|
|
488
|
+
export var EC2UnexpectedException;
|
|
489
|
+
(function (EC2UnexpectedException) {
|
|
490
|
+
EC2UnexpectedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(EC2UnexpectedException || (EC2UnexpectedException = {}));
|
|
492
|
+
export var EFSIOException;
|
|
493
|
+
(function (EFSIOException) {
|
|
494
|
+
EFSIOException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(EFSIOException || (EFSIOException = {}));
|
|
496
|
+
export var EFSMountConnectivityException;
|
|
497
|
+
(function (EFSMountConnectivityException) {
|
|
498
|
+
EFSMountConnectivityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
})(EFSMountConnectivityException || (EFSMountConnectivityException = {}));
|
|
500
|
+
export var EFSMountFailureException;
|
|
501
|
+
(function (EFSMountFailureException) {
|
|
502
|
+
EFSMountFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(EFSMountFailureException || (EFSMountFailureException = {}));
|
|
504
|
+
export var EFSMountTimeoutException;
|
|
505
|
+
(function (EFSMountTimeoutException) {
|
|
506
|
+
EFSMountTimeoutException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
})(EFSMountTimeoutException || (EFSMountTimeoutException = {}));
|
|
508
|
+
export var ENILimitReachedException;
|
|
509
|
+
(function (ENILimitReachedException) {
|
|
510
|
+
ENILimitReachedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
})(ENILimitReachedException || (ENILimitReachedException = {}));
|
|
512
|
+
export var InvalidRequestContentException;
|
|
513
|
+
(function (InvalidRequestContentException) {
|
|
514
|
+
InvalidRequestContentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
})(InvalidRequestContentException || (InvalidRequestContentException = {}));
|
|
516
|
+
export var InvalidRuntimeException;
|
|
517
|
+
(function (InvalidRuntimeException) {
|
|
518
|
+
InvalidRuntimeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
})(InvalidRuntimeException || (InvalidRuntimeException = {}));
|
|
520
|
+
export var InvalidSecurityGroupIDException;
|
|
521
|
+
(function (InvalidSecurityGroupIDException) {
|
|
522
|
+
InvalidSecurityGroupIDException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
})(InvalidSecurityGroupIDException || (InvalidSecurityGroupIDException = {}));
|
|
524
|
+
export var InvalidSubnetIDException;
|
|
525
|
+
(function (InvalidSubnetIDException) {
|
|
526
|
+
InvalidSubnetIDException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(InvalidSubnetIDException || (InvalidSubnetIDException = {}));
|
|
528
|
+
export var InvalidZipFileException;
|
|
529
|
+
(function (InvalidZipFileException) {
|
|
530
|
+
InvalidZipFileException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
})(InvalidZipFileException || (InvalidZipFileException = {}));
|
|
532
|
+
export var InvocationType;
|
|
533
|
+
(function (InvocationType) {
|
|
534
|
+
InvocationType["DryRun"] = "DryRun";
|
|
535
|
+
InvocationType["Event"] = "Event";
|
|
536
|
+
InvocationType["RequestResponse"] = "RequestResponse";
|
|
537
|
+
})(InvocationType || (InvocationType = {}));
|
|
538
|
+
export var LogType;
|
|
539
|
+
(function (LogType) {
|
|
540
|
+
LogType["None"] = "None";
|
|
541
|
+
LogType["Tail"] = "Tail";
|
|
542
|
+
})(LogType || (LogType = {}));
|
|
543
|
+
export var InvocationRequest;
|
|
544
|
+
(function (InvocationRequest) {
|
|
545
|
+
InvocationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
|
|
546
|
+
})(InvocationRequest || (InvocationRequest = {}));
|
|
547
|
+
export var InvocationResponse;
|
|
548
|
+
(function (InvocationResponse) {
|
|
549
|
+
InvocationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
|
|
550
|
+
})(InvocationResponse || (InvocationResponse = {}));
|
|
551
|
+
export var KMSAccessDeniedException;
|
|
552
|
+
(function (KMSAccessDeniedException) {
|
|
553
|
+
KMSAccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
})(KMSAccessDeniedException || (KMSAccessDeniedException = {}));
|
|
555
|
+
export var KMSDisabledException;
|
|
556
|
+
(function (KMSDisabledException) {
|
|
557
|
+
KMSDisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
})(KMSDisabledException || (KMSDisabledException = {}));
|
|
559
|
+
export var KMSInvalidStateException;
|
|
560
|
+
(function (KMSInvalidStateException) {
|
|
561
|
+
KMSInvalidStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
})(KMSInvalidStateException || (KMSInvalidStateException = {}));
|
|
563
|
+
export var KMSNotFoundException;
|
|
564
|
+
(function (KMSNotFoundException) {
|
|
565
|
+
KMSNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
})(KMSNotFoundException || (KMSNotFoundException = {}));
|
|
567
|
+
export var RequestTooLargeException;
|
|
568
|
+
(function (RequestTooLargeException) {
|
|
569
|
+
RequestTooLargeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
})(RequestTooLargeException || (RequestTooLargeException = {}));
|
|
571
|
+
export var ResourceNotReadyException;
|
|
572
|
+
(function (ResourceNotReadyException) {
|
|
573
|
+
ResourceNotReadyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
})(ResourceNotReadyException || (ResourceNotReadyException = {}));
|
|
575
|
+
export var SubnetIPAddressLimitReachedException;
|
|
576
|
+
(function (SubnetIPAddressLimitReachedException) {
|
|
577
|
+
SubnetIPAddressLimitReachedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
})(SubnetIPAddressLimitReachedException || (SubnetIPAddressLimitReachedException = {}));
|
|
579
|
+
export var UnsupportedMediaTypeException;
|
|
580
|
+
(function (UnsupportedMediaTypeException) {
|
|
581
|
+
UnsupportedMediaTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
})(UnsupportedMediaTypeException || (UnsupportedMediaTypeException = {}));
|
|
583
|
+
export var InvokeAsyncRequest;
|
|
584
|
+
(function (InvokeAsyncRequest) {
|
|
585
|
+
InvokeAsyncRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
})(InvokeAsyncRequest || (InvokeAsyncRequest = {}));
|
|
587
|
+
export var InvokeAsyncResponse;
|
|
588
|
+
(function (InvokeAsyncResponse) {
|
|
589
|
+
InvokeAsyncResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
})(InvokeAsyncResponse || (InvokeAsyncResponse = {}));
|
|
591
|
+
export var ListAliasesRequest;
|
|
592
|
+
(function (ListAliasesRequest) {
|
|
593
|
+
ListAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
})(ListAliasesRequest || (ListAliasesRequest = {}));
|
|
595
|
+
export var ListAliasesResponse;
|
|
596
|
+
(function (ListAliasesResponse) {
|
|
597
|
+
ListAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
})(ListAliasesResponse || (ListAliasesResponse = {}));
|
|
599
|
+
export var ListCodeSigningConfigsRequest;
|
|
600
|
+
(function (ListCodeSigningConfigsRequest) {
|
|
601
|
+
ListCodeSigningConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
})(ListCodeSigningConfigsRequest || (ListCodeSigningConfigsRequest = {}));
|
|
603
|
+
export var ListCodeSigningConfigsResponse;
|
|
604
|
+
(function (ListCodeSigningConfigsResponse) {
|
|
605
|
+
ListCodeSigningConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
})(ListCodeSigningConfigsResponse || (ListCodeSigningConfigsResponse = {}));
|
|
607
|
+
export var ListEventSourceMappingsRequest;
|
|
608
|
+
(function (ListEventSourceMappingsRequest) {
|
|
609
|
+
ListEventSourceMappingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
})(ListEventSourceMappingsRequest || (ListEventSourceMappingsRequest = {}));
|
|
611
|
+
export var ListEventSourceMappingsResponse;
|
|
612
|
+
(function (ListEventSourceMappingsResponse) {
|
|
613
|
+
ListEventSourceMappingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
})(ListEventSourceMappingsResponse || (ListEventSourceMappingsResponse = {}));
|
|
615
|
+
export var ListFunctionEventInvokeConfigsRequest;
|
|
616
|
+
(function (ListFunctionEventInvokeConfigsRequest) {
|
|
617
|
+
ListFunctionEventInvokeConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
})(ListFunctionEventInvokeConfigsRequest || (ListFunctionEventInvokeConfigsRequest = {}));
|
|
619
|
+
export var ListFunctionEventInvokeConfigsResponse;
|
|
620
|
+
(function (ListFunctionEventInvokeConfigsResponse) {
|
|
621
|
+
ListFunctionEventInvokeConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
})(ListFunctionEventInvokeConfigsResponse || (ListFunctionEventInvokeConfigsResponse = {}));
|
|
623
|
+
export var FunctionVersion;
|
|
624
|
+
(function (FunctionVersion) {
|
|
625
|
+
FunctionVersion["ALL"] = "ALL";
|
|
626
|
+
})(FunctionVersion || (FunctionVersion = {}));
|
|
627
|
+
export var ListFunctionsRequest;
|
|
628
|
+
(function (ListFunctionsRequest) {
|
|
629
|
+
ListFunctionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
})(ListFunctionsRequest || (ListFunctionsRequest = {}));
|
|
631
|
+
export var ListFunctionsResponse;
|
|
632
|
+
(function (ListFunctionsResponse) {
|
|
633
|
+
ListFunctionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Functions && { Functions: obj.Functions.map(function (item) { return FunctionConfiguration.filterSensitiveLog(item); }) }))); };
|
|
634
|
+
})(ListFunctionsResponse || (ListFunctionsResponse = {}));
|
|
635
|
+
export var ListFunctionsByCodeSigningConfigRequest;
|
|
636
|
+
(function (ListFunctionsByCodeSigningConfigRequest) {
|
|
637
|
+
ListFunctionsByCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
})(ListFunctionsByCodeSigningConfigRequest || (ListFunctionsByCodeSigningConfigRequest = {}));
|
|
639
|
+
export var ListFunctionsByCodeSigningConfigResponse;
|
|
640
|
+
(function (ListFunctionsByCodeSigningConfigResponse) {
|
|
641
|
+
ListFunctionsByCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
})(ListFunctionsByCodeSigningConfigResponse || (ListFunctionsByCodeSigningConfigResponse = {}));
|
|
643
|
+
export var ListLayersRequest;
|
|
644
|
+
(function (ListLayersRequest) {
|
|
645
|
+
ListLayersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
})(ListLayersRequest || (ListLayersRequest = {}));
|
|
647
|
+
export var LayerVersionsListItem;
|
|
648
|
+
(function (LayerVersionsListItem) {
|
|
649
|
+
LayerVersionsListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
})(LayerVersionsListItem || (LayerVersionsListItem = {}));
|
|
651
|
+
export var LayersListItem;
|
|
652
|
+
(function (LayersListItem) {
|
|
653
|
+
LayersListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
})(LayersListItem || (LayersListItem = {}));
|
|
655
|
+
export var ListLayersResponse;
|
|
656
|
+
(function (ListLayersResponse) {
|
|
657
|
+
ListLayersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
})(ListLayersResponse || (ListLayersResponse = {}));
|
|
659
|
+
export var ListLayerVersionsRequest;
|
|
660
|
+
(function (ListLayerVersionsRequest) {
|
|
661
|
+
ListLayerVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
})(ListLayerVersionsRequest || (ListLayerVersionsRequest = {}));
|
|
663
|
+
export var ListLayerVersionsResponse;
|
|
664
|
+
(function (ListLayerVersionsResponse) {
|
|
665
|
+
ListLayerVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
})(ListLayerVersionsResponse || (ListLayerVersionsResponse = {}));
|
|
667
|
+
export var ListProvisionedConcurrencyConfigsRequest;
|
|
668
|
+
(function (ListProvisionedConcurrencyConfigsRequest) {
|
|
669
|
+
ListProvisionedConcurrencyConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
})(ListProvisionedConcurrencyConfigsRequest || (ListProvisionedConcurrencyConfigsRequest = {}));
|
|
671
|
+
export var ProvisionedConcurrencyConfigListItem;
|
|
672
|
+
(function (ProvisionedConcurrencyConfigListItem) {
|
|
673
|
+
ProvisionedConcurrencyConfigListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
})(ProvisionedConcurrencyConfigListItem || (ProvisionedConcurrencyConfigListItem = {}));
|
|
675
|
+
export var ListProvisionedConcurrencyConfigsResponse;
|
|
676
|
+
(function (ListProvisionedConcurrencyConfigsResponse) {
|
|
677
|
+
ListProvisionedConcurrencyConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
})(ListProvisionedConcurrencyConfigsResponse || (ListProvisionedConcurrencyConfigsResponse = {}));
|
|
679
|
+
export var ListTagsRequest;
|
|
680
|
+
(function (ListTagsRequest) {
|
|
681
|
+
ListTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
})(ListTagsRequest || (ListTagsRequest = {}));
|
|
683
|
+
export var ListTagsResponse;
|
|
684
|
+
(function (ListTagsResponse) {
|
|
685
|
+
ListTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
})(ListTagsResponse || (ListTagsResponse = {}));
|
|
687
|
+
export var ListVersionsByFunctionRequest;
|
|
688
|
+
(function (ListVersionsByFunctionRequest) {
|
|
689
|
+
ListVersionsByFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
})(ListVersionsByFunctionRequest || (ListVersionsByFunctionRequest = {}));
|
|
691
|
+
export var ListVersionsByFunctionResponse;
|
|
692
|
+
(function (ListVersionsByFunctionResponse) {
|
|
693
|
+
ListVersionsByFunctionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Versions && { Versions: obj.Versions.map(function (item) { return FunctionConfiguration.filterSensitiveLog(item); }) }))); };
|
|
694
|
+
})(ListVersionsByFunctionResponse || (ListVersionsByFunctionResponse = {}));
|
|
695
|
+
export var LayerVersionContentInput;
|
|
696
|
+
(function (LayerVersionContentInput) {
|
|
697
|
+
LayerVersionContentInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
698
|
+
})(LayerVersionContentInput || (LayerVersionContentInput = {}));
|
|
699
|
+
export var PublishLayerVersionRequest;
|
|
700
|
+
(function (PublishLayerVersionRequest) {
|
|
701
|
+
PublishLayerVersionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: LayerVersionContentInput.filterSensitiveLog(obj.Content) }))); };
|
|
702
|
+
})(PublishLayerVersionRequest || (PublishLayerVersionRequest = {}));
|
|
703
|
+
export var PublishLayerVersionResponse;
|
|
704
|
+
(function (PublishLayerVersionResponse) {
|
|
705
|
+
PublishLayerVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
})(PublishLayerVersionResponse || (PublishLayerVersionResponse = {}));
|
|
707
|
+
export var PublishVersionRequest;
|
|
708
|
+
(function (PublishVersionRequest) {
|
|
709
|
+
PublishVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
})(PublishVersionRequest || (PublishVersionRequest = {}));
|
|
711
|
+
export var PutFunctionCodeSigningConfigRequest;
|
|
712
|
+
(function (PutFunctionCodeSigningConfigRequest) {
|
|
713
|
+
PutFunctionCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
})(PutFunctionCodeSigningConfigRequest || (PutFunctionCodeSigningConfigRequest = {}));
|
|
715
|
+
export var PutFunctionCodeSigningConfigResponse;
|
|
716
|
+
(function (PutFunctionCodeSigningConfigResponse) {
|
|
717
|
+
PutFunctionCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
})(PutFunctionCodeSigningConfigResponse || (PutFunctionCodeSigningConfigResponse = {}));
|
|
719
|
+
export var PutFunctionConcurrencyRequest;
|
|
720
|
+
(function (PutFunctionConcurrencyRequest) {
|
|
721
|
+
PutFunctionConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
})(PutFunctionConcurrencyRequest || (PutFunctionConcurrencyRequest = {}));
|
|
723
|
+
export var PutFunctionEventInvokeConfigRequest;
|
|
724
|
+
(function (PutFunctionEventInvokeConfigRequest) {
|
|
725
|
+
PutFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
})(PutFunctionEventInvokeConfigRequest || (PutFunctionEventInvokeConfigRequest = {}));
|
|
727
|
+
export var PutProvisionedConcurrencyConfigRequest;
|
|
728
|
+
(function (PutProvisionedConcurrencyConfigRequest) {
|
|
729
|
+
PutProvisionedConcurrencyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
})(PutProvisionedConcurrencyConfigRequest || (PutProvisionedConcurrencyConfigRequest = {}));
|
|
731
|
+
export var PutProvisionedConcurrencyConfigResponse;
|
|
732
|
+
(function (PutProvisionedConcurrencyConfigResponse) {
|
|
733
|
+
PutProvisionedConcurrencyConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
})(PutProvisionedConcurrencyConfigResponse || (PutProvisionedConcurrencyConfigResponse = {}));
|
|
735
|
+
export var RemoveLayerVersionPermissionRequest;
|
|
736
|
+
(function (RemoveLayerVersionPermissionRequest) {
|
|
737
|
+
RemoveLayerVersionPermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
})(RemoveLayerVersionPermissionRequest || (RemoveLayerVersionPermissionRequest = {}));
|
|
739
|
+
export var RemovePermissionRequest;
|
|
740
|
+
(function (RemovePermissionRequest) {
|
|
741
|
+
RemovePermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
})(RemovePermissionRequest || (RemovePermissionRequest = {}));
|
|
743
|
+
export var TagResourceRequest;
|
|
744
|
+
(function (TagResourceRequest) {
|
|
745
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
747
|
+
export var UntagResourceRequest;
|
|
748
|
+
(function (UntagResourceRequest) {
|
|
749
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
751
|
+
export var UpdateAliasRequest;
|
|
752
|
+
(function (UpdateAliasRequest) {
|
|
753
|
+
UpdateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
})(UpdateAliasRequest || (UpdateAliasRequest = {}));
|
|
755
|
+
export var UpdateCodeSigningConfigRequest;
|
|
756
|
+
(function (UpdateCodeSigningConfigRequest) {
|
|
757
|
+
UpdateCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
})(UpdateCodeSigningConfigRequest || (UpdateCodeSigningConfigRequest = {}));
|
|
759
|
+
export var UpdateCodeSigningConfigResponse;
|
|
760
|
+
(function (UpdateCodeSigningConfigResponse) {
|
|
761
|
+
UpdateCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
})(UpdateCodeSigningConfigResponse || (UpdateCodeSigningConfigResponse = {}));
|
|
763
|
+
export var UpdateEventSourceMappingRequest;
|
|
764
|
+
(function (UpdateEventSourceMappingRequest) {
|
|
765
|
+
UpdateEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
})(UpdateEventSourceMappingRequest || (UpdateEventSourceMappingRequest = {}));
|
|
767
|
+
export var UpdateFunctionCodeRequest;
|
|
768
|
+
(function (UpdateFunctionCodeRequest) {
|
|
769
|
+
UpdateFunctionCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
770
|
+
})(UpdateFunctionCodeRequest || (UpdateFunctionCodeRequest = {}));
|
|
771
|
+
export var UpdateFunctionConfigurationRequest;
|
|
772
|
+
(function (UpdateFunctionConfigurationRequest) {
|
|
773
|
+
UpdateFunctionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }))); };
|
|
774
|
+
})(UpdateFunctionConfigurationRequest || (UpdateFunctionConfigurationRequest = {}));
|
|
775
|
+
export var UpdateFunctionEventInvokeConfigRequest;
|
|
776
|
+
(function (UpdateFunctionEventInvokeConfigRequest) {
|
|
777
|
+
UpdateFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
})(UpdateFunctionEventInvokeConfigRequest || (UpdateFunctionEventInvokeConfigRequest = {}));
|