@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,1593 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EnvironmentError = exports.CreateFunctionRequest = exports.VpcConfig = exports.TracingConfig = exports.TracingMode = exports.Runtime = exports.PackageType = exports.ImageConfig = exports.FileSystemConfig = exports.Environment = exports.DeadLetterConfig = exports.FunctionCode = exports.CodeVerificationFailedException = exports.CodeStorageExceededException = exports.CodeSigningConfigNotFoundException = exports.EventSourceMappingConfiguration = exports.CreateEventSourceMappingRequest = exports.EventSourcePosition = exports.SourceAccessConfiguration = exports.SourceAccessType = exports.SelfManagedEventSource = exports.EndPointType = exports.FunctionResponseType = exports.DestinationConfig = exports.OnSuccess = exports.OnFailure = exports.CreateCodeSigningConfigResponse = exports.CodeSigningConfig = exports.CreateCodeSigningConfigRequest = exports.CodeSigningPolicies = exports.CodeSigningPolicy = exports.CreateAliasRequest = exports.Architecture = exports.AllowedPublishers = exports.AliasConfiguration = exports.AliasRoutingConfiguration = exports.AddPermissionResponse = exports.AddPermissionRequest = exports.TooManyRequestsException = exports.ThrottleReason = exports.ServiceException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.PreconditionFailedException = exports.PolicyLengthExceededException = exports.InvalidParameterValueException = exports.AddLayerVersionPermissionResponse = exports.AddLayerVersionPermissionRequest = exports.AccountUsage = exports.AccountLimit = void 0;
|
|
4
|
+
exports.ProvisionedConcurrencyStatusEnum = exports.GetProvisionedConcurrencyConfigRequest = exports.GetPolicyResponse = exports.GetPolicyRequest = exports.GetLayerVersionPolicyResponse = exports.GetLayerVersionPolicyRequest = exports.GetLayerVersionByArnRequest = exports.GetLayerVersionResponse = exports.LayerVersionContentOutput = exports.GetLayerVersionRequest = exports.GetFunctionEventInvokeConfigRequest = exports.FunctionEventInvokeConfig = exports.GetFunctionConfigurationRequest = exports.GetFunctionConcurrencyResponse = exports.GetFunctionConcurrencyRequest = exports.GetFunctionCodeSigningConfigResponse = exports.GetFunctionCodeSigningConfigRequest = exports.GetFunctionResponse = exports.Concurrency = exports.FunctionCodeLocation = exports.GetFunctionRequest = exports.GetEventSourceMappingRequest = exports.GetCodeSigningConfigResponse = exports.GetCodeSigningConfigRequest = exports.GetAliasRequest = exports.GetAccountSettingsResponse = exports.GetAccountSettingsRequest = exports.DeleteProvisionedConcurrencyConfigRequest = exports.DeleteLayerVersionRequest = exports.DeleteFunctionEventInvokeConfigRequest = exports.DeleteFunctionConcurrencyRequest = exports.DeleteFunctionCodeSigningConfigRequest = exports.DeleteFunctionRequest = exports.ResourceInUseException = exports.DeleteEventSourceMappingRequest = exports.DeleteCodeSigningConfigResponse = exports.DeleteCodeSigningConfigRequest = exports.DeleteAliasRequest = exports.InvalidCodeSignatureException = exports.FunctionConfiguration = exports.VpcConfigResponse = exports.TracingConfigResponse = exports.StateReasonCode = exports.State = exports.Layer = exports.LastUpdateStatusReasonCode = exports.LastUpdateStatus = exports.ImageConfigResponse = exports.ImageConfigError = exports.EnvironmentResponse = void 0;
|
|
5
|
+
exports.ProvisionedConcurrencyConfigListItem = exports.ListProvisionedConcurrencyConfigsRequest = exports.ListLayerVersionsResponse = exports.ListLayerVersionsRequest = exports.ListLayersResponse = exports.LayersListItem = exports.LayerVersionsListItem = exports.ListLayersRequest = exports.ListFunctionsByCodeSigningConfigResponse = exports.ListFunctionsByCodeSigningConfigRequest = exports.ListFunctionsResponse = exports.ListFunctionsRequest = exports.FunctionVersion = exports.ListFunctionEventInvokeConfigsResponse = exports.ListFunctionEventInvokeConfigsRequest = exports.ListEventSourceMappingsResponse = exports.ListEventSourceMappingsRequest = exports.ListCodeSigningConfigsResponse = exports.ListCodeSigningConfigsRequest = exports.ListAliasesResponse = exports.ListAliasesRequest = exports.InvokeAsyncResponse = exports.InvokeAsyncRequest = exports.UnsupportedMediaTypeException = exports.SubnetIPAddressLimitReachedException = exports.ResourceNotReadyException = exports.RequestTooLargeException = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.InvocationResponse = exports.InvocationRequest = exports.LogType = exports.InvocationType = exports.InvalidZipFileException = exports.InvalidSubnetIDException = exports.InvalidSecurityGroupIDException = exports.InvalidRuntimeException = exports.InvalidRequestContentException = exports.ENILimitReachedException = exports.EFSMountTimeoutException = exports.EFSMountFailureException = exports.EFSMountConnectivityException = exports.EFSIOException = exports.EC2UnexpectedException = exports.EC2ThrottledException = exports.EC2AccessDeniedException = exports.ProvisionedConcurrencyConfigNotFoundException = exports.GetProvisionedConcurrencyConfigResponse = void 0;
|
|
6
|
+
exports.UpdateFunctionEventInvokeConfigRequest = exports.UpdateFunctionConfigurationRequest = exports.UpdateFunctionCodeRequest = exports.UpdateEventSourceMappingRequest = exports.UpdateCodeSigningConfigResponse = exports.UpdateCodeSigningConfigRequest = exports.UpdateAliasRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RemovePermissionRequest = exports.RemoveLayerVersionPermissionRequest = exports.PutProvisionedConcurrencyConfigResponse = exports.PutProvisionedConcurrencyConfigRequest = exports.PutFunctionEventInvokeConfigRequest = exports.PutFunctionConcurrencyRequest = exports.PutFunctionCodeSigningConfigResponse = exports.PutFunctionCodeSigningConfigRequest = exports.PublishVersionRequest = exports.PublishLayerVersionResponse = exports.PublishLayerVersionRequest = exports.LayerVersionContentInput = exports.ListVersionsByFunctionResponse = exports.ListVersionsByFunctionRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.ListProvisionedConcurrencyConfigsResponse = void 0;
|
|
7
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
+
var AccountLimit;
|
|
9
|
+
(function (AccountLimit) {
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
AccountLimit.filterSensitiveLog = (obj) => ({
|
|
14
|
+
...obj,
|
|
15
|
+
});
|
|
16
|
+
})(AccountLimit = exports.AccountLimit || (exports.AccountLimit = {}));
|
|
17
|
+
var AccountUsage;
|
|
18
|
+
(function (AccountUsage) {
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
AccountUsage.filterSensitiveLog = (obj) => ({
|
|
23
|
+
...obj,
|
|
24
|
+
});
|
|
25
|
+
})(AccountUsage = exports.AccountUsage || (exports.AccountUsage = {}));
|
|
26
|
+
var AddLayerVersionPermissionRequest;
|
|
27
|
+
(function (AddLayerVersionPermissionRequest) {
|
|
28
|
+
/**
|
|
29
|
+
* @internal
|
|
30
|
+
*/
|
|
31
|
+
AddLayerVersionPermissionRequest.filterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
34
|
+
})(AddLayerVersionPermissionRequest = exports.AddLayerVersionPermissionRequest || (exports.AddLayerVersionPermissionRequest = {}));
|
|
35
|
+
var AddLayerVersionPermissionResponse;
|
|
36
|
+
(function (AddLayerVersionPermissionResponse) {
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
AddLayerVersionPermissionResponse.filterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
});
|
|
43
|
+
})(AddLayerVersionPermissionResponse = exports.AddLayerVersionPermissionResponse || (exports.AddLayerVersionPermissionResponse = {}));
|
|
44
|
+
var InvalidParameterValueException;
|
|
45
|
+
(function (InvalidParameterValueException) {
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
InvalidParameterValueException.filterSensitiveLog = (obj) => ({
|
|
50
|
+
...obj,
|
|
51
|
+
});
|
|
52
|
+
})(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
|
|
53
|
+
var PolicyLengthExceededException;
|
|
54
|
+
(function (PolicyLengthExceededException) {
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
PolicyLengthExceededException.filterSensitiveLog = (obj) => ({
|
|
59
|
+
...obj,
|
|
60
|
+
});
|
|
61
|
+
})(PolicyLengthExceededException = exports.PolicyLengthExceededException || (exports.PolicyLengthExceededException = {}));
|
|
62
|
+
var PreconditionFailedException;
|
|
63
|
+
(function (PreconditionFailedException) {
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
PreconditionFailedException.filterSensitiveLog = (obj) => ({
|
|
68
|
+
...obj,
|
|
69
|
+
});
|
|
70
|
+
})(PreconditionFailedException = exports.PreconditionFailedException || (exports.PreconditionFailedException = {}));
|
|
71
|
+
var ResourceConflictException;
|
|
72
|
+
(function (ResourceConflictException) {
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
ResourceConflictException.filterSensitiveLog = (obj) => ({
|
|
77
|
+
...obj,
|
|
78
|
+
});
|
|
79
|
+
})(ResourceConflictException = exports.ResourceConflictException || (exports.ResourceConflictException = {}));
|
|
80
|
+
var ResourceNotFoundException;
|
|
81
|
+
(function (ResourceNotFoundException) {
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
86
|
+
...obj,
|
|
87
|
+
});
|
|
88
|
+
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
89
|
+
var ServiceException;
|
|
90
|
+
(function (ServiceException) {
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
ServiceException.filterSensitiveLog = (obj) => ({
|
|
95
|
+
...obj,
|
|
96
|
+
});
|
|
97
|
+
})(ServiceException = exports.ServiceException || (exports.ServiceException = {}));
|
|
98
|
+
var ThrottleReason;
|
|
99
|
+
(function (ThrottleReason) {
|
|
100
|
+
ThrottleReason["CallerRateLimitExceeded"] = "CallerRateLimitExceeded";
|
|
101
|
+
ThrottleReason["ConcurrentInvocationLimitExceeded"] = "ConcurrentInvocationLimitExceeded";
|
|
102
|
+
ThrottleReason["FunctionInvocationRateLimitExceeded"] = "FunctionInvocationRateLimitExceeded";
|
|
103
|
+
ThrottleReason["ReservedFunctionConcurrentInvocationLimitExceeded"] = "ReservedFunctionConcurrentInvocationLimitExceeded";
|
|
104
|
+
ThrottleReason["ReservedFunctionInvocationRateLimitExceeded"] = "ReservedFunctionInvocationRateLimitExceeded";
|
|
105
|
+
})(ThrottleReason = exports.ThrottleReason || (exports.ThrottleReason = {}));
|
|
106
|
+
var TooManyRequestsException;
|
|
107
|
+
(function (TooManyRequestsException) {
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
111
|
+
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
115
|
+
var AddPermissionRequest;
|
|
116
|
+
(function (AddPermissionRequest) {
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
AddPermissionRequest.filterSensitiveLog = (obj) => ({
|
|
121
|
+
...obj,
|
|
122
|
+
});
|
|
123
|
+
})(AddPermissionRequest = exports.AddPermissionRequest || (exports.AddPermissionRequest = {}));
|
|
124
|
+
var AddPermissionResponse;
|
|
125
|
+
(function (AddPermissionResponse) {
|
|
126
|
+
/**
|
|
127
|
+
* @internal
|
|
128
|
+
*/
|
|
129
|
+
AddPermissionResponse.filterSensitiveLog = (obj) => ({
|
|
130
|
+
...obj,
|
|
131
|
+
});
|
|
132
|
+
})(AddPermissionResponse = exports.AddPermissionResponse || (exports.AddPermissionResponse = {}));
|
|
133
|
+
var AliasRoutingConfiguration;
|
|
134
|
+
(function (AliasRoutingConfiguration) {
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
AliasRoutingConfiguration.filterSensitiveLog = (obj) => ({
|
|
139
|
+
...obj,
|
|
140
|
+
});
|
|
141
|
+
})(AliasRoutingConfiguration = exports.AliasRoutingConfiguration || (exports.AliasRoutingConfiguration = {}));
|
|
142
|
+
var AliasConfiguration;
|
|
143
|
+
(function (AliasConfiguration) {
|
|
144
|
+
/**
|
|
145
|
+
* @internal
|
|
146
|
+
*/
|
|
147
|
+
AliasConfiguration.filterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
})(AliasConfiguration = exports.AliasConfiguration || (exports.AliasConfiguration = {}));
|
|
151
|
+
var AllowedPublishers;
|
|
152
|
+
(function (AllowedPublishers) {
|
|
153
|
+
/**
|
|
154
|
+
* @internal
|
|
155
|
+
*/
|
|
156
|
+
AllowedPublishers.filterSensitiveLog = (obj) => ({
|
|
157
|
+
...obj,
|
|
158
|
+
});
|
|
159
|
+
})(AllowedPublishers = exports.AllowedPublishers || (exports.AllowedPublishers = {}));
|
|
160
|
+
var Architecture;
|
|
161
|
+
(function (Architecture) {
|
|
162
|
+
Architecture["arm64"] = "arm64";
|
|
163
|
+
Architecture["x86_64"] = "x86_64";
|
|
164
|
+
})(Architecture = exports.Architecture || (exports.Architecture = {}));
|
|
165
|
+
var CreateAliasRequest;
|
|
166
|
+
(function (CreateAliasRequest) {
|
|
167
|
+
/**
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
170
|
+
CreateAliasRequest.filterSensitiveLog = (obj) => ({
|
|
171
|
+
...obj,
|
|
172
|
+
});
|
|
173
|
+
})(CreateAliasRequest = exports.CreateAliasRequest || (exports.CreateAliasRequest = {}));
|
|
174
|
+
var CodeSigningPolicy;
|
|
175
|
+
(function (CodeSigningPolicy) {
|
|
176
|
+
CodeSigningPolicy["Enforce"] = "Enforce";
|
|
177
|
+
CodeSigningPolicy["Warn"] = "Warn";
|
|
178
|
+
})(CodeSigningPolicy = exports.CodeSigningPolicy || (exports.CodeSigningPolicy = {}));
|
|
179
|
+
var CodeSigningPolicies;
|
|
180
|
+
(function (CodeSigningPolicies) {
|
|
181
|
+
/**
|
|
182
|
+
* @internal
|
|
183
|
+
*/
|
|
184
|
+
CodeSigningPolicies.filterSensitiveLog = (obj) => ({
|
|
185
|
+
...obj,
|
|
186
|
+
});
|
|
187
|
+
})(CodeSigningPolicies = exports.CodeSigningPolicies || (exports.CodeSigningPolicies = {}));
|
|
188
|
+
var CreateCodeSigningConfigRequest;
|
|
189
|
+
(function (CreateCodeSigningConfigRequest) {
|
|
190
|
+
/**
|
|
191
|
+
* @internal
|
|
192
|
+
*/
|
|
193
|
+
CreateCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
194
|
+
...obj,
|
|
195
|
+
});
|
|
196
|
+
})(CreateCodeSigningConfigRequest = exports.CreateCodeSigningConfigRequest || (exports.CreateCodeSigningConfigRequest = {}));
|
|
197
|
+
var CodeSigningConfig;
|
|
198
|
+
(function (CodeSigningConfig) {
|
|
199
|
+
/**
|
|
200
|
+
* @internal
|
|
201
|
+
*/
|
|
202
|
+
CodeSigningConfig.filterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
});
|
|
205
|
+
})(CodeSigningConfig = exports.CodeSigningConfig || (exports.CodeSigningConfig = {}));
|
|
206
|
+
var CreateCodeSigningConfigResponse;
|
|
207
|
+
(function (CreateCodeSigningConfigResponse) {
|
|
208
|
+
/**
|
|
209
|
+
* @internal
|
|
210
|
+
*/
|
|
211
|
+
CreateCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
212
|
+
...obj,
|
|
213
|
+
});
|
|
214
|
+
})(CreateCodeSigningConfigResponse = exports.CreateCodeSigningConfigResponse || (exports.CreateCodeSigningConfigResponse = {}));
|
|
215
|
+
var OnFailure;
|
|
216
|
+
(function (OnFailure) {
|
|
217
|
+
/**
|
|
218
|
+
* @internal
|
|
219
|
+
*/
|
|
220
|
+
OnFailure.filterSensitiveLog = (obj) => ({
|
|
221
|
+
...obj,
|
|
222
|
+
});
|
|
223
|
+
})(OnFailure = exports.OnFailure || (exports.OnFailure = {}));
|
|
224
|
+
var OnSuccess;
|
|
225
|
+
(function (OnSuccess) {
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
OnSuccess.filterSensitiveLog = (obj) => ({
|
|
230
|
+
...obj,
|
|
231
|
+
});
|
|
232
|
+
})(OnSuccess = exports.OnSuccess || (exports.OnSuccess = {}));
|
|
233
|
+
var DestinationConfig;
|
|
234
|
+
(function (DestinationConfig) {
|
|
235
|
+
/**
|
|
236
|
+
* @internal
|
|
237
|
+
*/
|
|
238
|
+
DestinationConfig.filterSensitiveLog = (obj) => ({
|
|
239
|
+
...obj,
|
|
240
|
+
});
|
|
241
|
+
})(DestinationConfig = exports.DestinationConfig || (exports.DestinationConfig = {}));
|
|
242
|
+
var FunctionResponseType;
|
|
243
|
+
(function (FunctionResponseType) {
|
|
244
|
+
FunctionResponseType["ReportBatchItemFailures"] = "ReportBatchItemFailures";
|
|
245
|
+
})(FunctionResponseType = exports.FunctionResponseType || (exports.FunctionResponseType = {}));
|
|
246
|
+
var EndPointType;
|
|
247
|
+
(function (EndPointType) {
|
|
248
|
+
EndPointType["KAFKA_BOOTSTRAP_SERVERS"] = "KAFKA_BOOTSTRAP_SERVERS";
|
|
249
|
+
})(EndPointType = exports.EndPointType || (exports.EndPointType = {}));
|
|
250
|
+
var SelfManagedEventSource;
|
|
251
|
+
(function (SelfManagedEventSource) {
|
|
252
|
+
/**
|
|
253
|
+
* @internal
|
|
254
|
+
*/
|
|
255
|
+
SelfManagedEventSource.filterSensitiveLog = (obj) => ({
|
|
256
|
+
...obj,
|
|
257
|
+
});
|
|
258
|
+
})(SelfManagedEventSource = exports.SelfManagedEventSource || (exports.SelfManagedEventSource = {}));
|
|
259
|
+
var SourceAccessType;
|
|
260
|
+
(function (SourceAccessType) {
|
|
261
|
+
SourceAccessType["BASIC_AUTH"] = "BASIC_AUTH";
|
|
262
|
+
SourceAccessType["SASL_SCRAM_256_AUTH"] = "SASL_SCRAM_256_AUTH";
|
|
263
|
+
SourceAccessType["SASL_SCRAM_512_AUTH"] = "SASL_SCRAM_512_AUTH";
|
|
264
|
+
SourceAccessType["VIRTUAL_HOST"] = "VIRTUAL_HOST";
|
|
265
|
+
SourceAccessType["VPC_SECURITY_GROUP"] = "VPC_SECURITY_GROUP";
|
|
266
|
+
SourceAccessType["VPC_SUBNET"] = "VPC_SUBNET";
|
|
267
|
+
})(SourceAccessType = exports.SourceAccessType || (exports.SourceAccessType = {}));
|
|
268
|
+
var SourceAccessConfiguration;
|
|
269
|
+
(function (SourceAccessConfiguration) {
|
|
270
|
+
/**
|
|
271
|
+
* @internal
|
|
272
|
+
*/
|
|
273
|
+
SourceAccessConfiguration.filterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
})(SourceAccessConfiguration = exports.SourceAccessConfiguration || (exports.SourceAccessConfiguration = {}));
|
|
277
|
+
var EventSourcePosition;
|
|
278
|
+
(function (EventSourcePosition) {
|
|
279
|
+
EventSourcePosition["AT_TIMESTAMP"] = "AT_TIMESTAMP";
|
|
280
|
+
EventSourcePosition["LATEST"] = "LATEST";
|
|
281
|
+
EventSourcePosition["TRIM_HORIZON"] = "TRIM_HORIZON";
|
|
282
|
+
})(EventSourcePosition = exports.EventSourcePosition || (exports.EventSourcePosition = {}));
|
|
283
|
+
var CreateEventSourceMappingRequest;
|
|
284
|
+
(function (CreateEventSourceMappingRequest) {
|
|
285
|
+
/**
|
|
286
|
+
* @internal
|
|
287
|
+
*/
|
|
288
|
+
CreateEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
|
|
289
|
+
...obj,
|
|
290
|
+
});
|
|
291
|
+
})(CreateEventSourceMappingRequest = exports.CreateEventSourceMappingRequest || (exports.CreateEventSourceMappingRequest = {}));
|
|
292
|
+
var EventSourceMappingConfiguration;
|
|
293
|
+
(function (EventSourceMappingConfiguration) {
|
|
294
|
+
/**
|
|
295
|
+
* @internal
|
|
296
|
+
*/
|
|
297
|
+
EventSourceMappingConfiguration.filterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
})(EventSourceMappingConfiguration = exports.EventSourceMappingConfiguration || (exports.EventSourceMappingConfiguration = {}));
|
|
301
|
+
var CodeSigningConfigNotFoundException;
|
|
302
|
+
(function (CodeSigningConfigNotFoundException) {
|
|
303
|
+
/**
|
|
304
|
+
* @internal
|
|
305
|
+
*/
|
|
306
|
+
CodeSigningConfigNotFoundException.filterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
})(CodeSigningConfigNotFoundException = exports.CodeSigningConfigNotFoundException || (exports.CodeSigningConfigNotFoundException = {}));
|
|
310
|
+
var CodeStorageExceededException;
|
|
311
|
+
(function (CodeStorageExceededException) {
|
|
312
|
+
/**
|
|
313
|
+
* @internal
|
|
314
|
+
*/
|
|
315
|
+
CodeStorageExceededException.filterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
});
|
|
318
|
+
})(CodeStorageExceededException = exports.CodeStorageExceededException || (exports.CodeStorageExceededException = {}));
|
|
319
|
+
var CodeVerificationFailedException;
|
|
320
|
+
(function (CodeVerificationFailedException) {
|
|
321
|
+
/**
|
|
322
|
+
* @internal
|
|
323
|
+
*/
|
|
324
|
+
CodeVerificationFailedException.filterSensitiveLog = (obj) => ({
|
|
325
|
+
...obj,
|
|
326
|
+
});
|
|
327
|
+
})(CodeVerificationFailedException = exports.CodeVerificationFailedException || (exports.CodeVerificationFailedException = {}));
|
|
328
|
+
var FunctionCode;
|
|
329
|
+
(function (FunctionCode) {
|
|
330
|
+
/**
|
|
331
|
+
* @internal
|
|
332
|
+
*/
|
|
333
|
+
FunctionCode.filterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
...(obj.ZipFile && { ZipFile: smithy_client_1.SENSITIVE_STRING }),
|
|
336
|
+
});
|
|
337
|
+
})(FunctionCode = exports.FunctionCode || (exports.FunctionCode = {}));
|
|
338
|
+
var DeadLetterConfig;
|
|
339
|
+
(function (DeadLetterConfig) {
|
|
340
|
+
/**
|
|
341
|
+
* @internal
|
|
342
|
+
*/
|
|
343
|
+
DeadLetterConfig.filterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
});
|
|
346
|
+
})(DeadLetterConfig = exports.DeadLetterConfig || (exports.DeadLetterConfig = {}));
|
|
347
|
+
var Environment;
|
|
348
|
+
(function (Environment) {
|
|
349
|
+
/**
|
|
350
|
+
* @internal
|
|
351
|
+
*/
|
|
352
|
+
Environment.filterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
...(obj.Variables && { Variables: smithy_client_1.SENSITIVE_STRING }),
|
|
355
|
+
});
|
|
356
|
+
})(Environment = exports.Environment || (exports.Environment = {}));
|
|
357
|
+
var FileSystemConfig;
|
|
358
|
+
(function (FileSystemConfig) {
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
*/
|
|
362
|
+
FileSystemConfig.filterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
})(FileSystemConfig = exports.FileSystemConfig || (exports.FileSystemConfig = {}));
|
|
366
|
+
var ImageConfig;
|
|
367
|
+
(function (ImageConfig) {
|
|
368
|
+
/**
|
|
369
|
+
* @internal
|
|
370
|
+
*/
|
|
371
|
+
ImageConfig.filterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
})(ImageConfig = exports.ImageConfig || (exports.ImageConfig = {}));
|
|
375
|
+
var PackageType;
|
|
376
|
+
(function (PackageType) {
|
|
377
|
+
PackageType["Image"] = "Image";
|
|
378
|
+
PackageType["Zip"] = "Zip";
|
|
379
|
+
})(PackageType = exports.PackageType || (exports.PackageType = {}));
|
|
380
|
+
var Runtime;
|
|
381
|
+
(function (Runtime) {
|
|
382
|
+
Runtime["dotnetcore10"] = "dotnetcore1.0";
|
|
383
|
+
Runtime["dotnetcore20"] = "dotnetcore2.0";
|
|
384
|
+
Runtime["dotnetcore21"] = "dotnetcore2.1";
|
|
385
|
+
Runtime["dotnetcore31"] = "dotnetcore3.1";
|
|
386
|
+
Runtime["go1x"] = "go1.x";
|
|
387
|
+
Runtime["java11"] = "java11";
|
|
388
|
+
Runtime["java8"] = "java8";
|
|
389
|
+
Runtime["java8al2"] = "java8.al2";
|
|
390
|
+
Runtime["nodejs"] = "nodejs";
|
|
391
|
+
Runtime["nodejs10x"] = "nodejs10.x";
|
|
392
|
+
Runtime["nodejs12x"] = "nodejs12.x";
|
|
393
|
+
Runtime["nodejs14x"] = "nodejs14.x";
|
|
394
|
+
Runtime["nodejs43"] = "nodejs4.3";
|
|
395
|
+
Runtime["nodejs43edge"] = "nodejs4.3-edge";
|
|
396
|
+
Runtime["nodejs610"] = "nodejs6.10";
|
|
397
|
+
Runtime["nodejs810"] = "nodejs8.10";
|
|
398
|
+
Runtime["provided"] = "provided";
|
|
399
|
+
Runtime["providedal2"] = "provided.al2";
|
|
400
|
+
Runtime["python27"] = "python2.7";
|
|
401
|
+
Runtime["python36"] = "python3.6";
|
|
402
|
+
Runtime["python37"] = "python3.7";
|
|
403
|
+
Runtime["python38"] = "python3.8";
|
|
404
|
+
Runtime["python39"] = "python3.9";
|
|
405
|
+
Runtime["ruby25"] = "ruby2.5";
|
|
406
|
+
Runtime["ruby27"] = "ruby2.7";
|
|
407
|
+
})(Runtime = exports.Runtime || (exports.Runtime = {}));
|
|
408
|
+
var TracingMode;
|
|
409
|
+
(function (TracingMode) {
|
|
410
|
+
TracingMode["Active"] = "Active";
|
|
411
|
+
TracingMode["PassThrough"] = "PassThrough";
|
|
412
|
+
})(TracingMode = exports.TracingMode || (exports.TracingMode = {}));
|
|
413
|
+
var TracingConfig;
|
|
414
|
+
(function (TracingConfig) {
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
*/
|
|
418
|
+
TracingConfig.filterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
})(TracingConfig = exports.TracingConfig || (exports.TracingConfig = {}));
|
|
422
|
+
var VpcConfig;
|
|
423
|
+
(function (VpcConfig) {
|
|
424
|
+
/**
|
|
425
|
+
* @internal
|
|
426
|
+
*/
|
|
427
|
+
VpcConfig.filterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
})(VpcConfig = exports.VpcConfig || (exports.VpcConfig = {}));
|
|
431
|
+
var CreateFunctionRequest;
|
|
432
|
+
(function (CreateFunctionRequest) {
|
|
433
|
+
/**
|
|
434
|
+
* @internal
|
|
435
|
+
*/
|
|
436
|
+
CreateFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
...(obj.Code && { Code: FunctionCode.filterSensitiveLog(obj.Code) }),
|
|
439
|
+
...(obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }),
|
|
440
|
+
});
|
|
441
|
+
})(CreateFunctionRequest = exports.CreateFunctionRequest || (exports.CreateFunctionRequest = {}));
|
|
442
|
+
var EnvironmentError;
|
|
443
|
+
(function (EnvironmentError) {
|
|
444
|
+
/**
|
|
445
|
+
* @internal
|
|
446
|
+
*/
|
|
447
|
+
EnvironmentError.filterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
450
|
+
});
|
|
451
|
+
})(EnvironmentError = exports.EnvironmentError || (exports.EnvironmentError = {}));
|
|
452
|
+
var EnvironmentResponse;
|
|
453
|
+
(function (EnvironmentResponse) {
|
|
454
|
+
/**
|
|
455
|
+
* @internal
|
|
456
|
+
*/
|
|
457
|
+
EnvironmentResponse.filterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
...(obj.Variables && { Variables: smithy_client_1.SENSITIVE_STRING }),
|
|
460
|
+
...(obj.Error && { Error: EnvironmentError.filterSensitiveLog(obj.Error) }),
|
|
461
|
+
});
|
|
462
|
+
})(EnvironmentResponse = exports.EnvironmentResponse || (exports.EnvironmentResponse = {}));
|
|
463
|
+
var ImageConfigError;
|
|
464
|
+
(function (ImageConfigError) {
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
*/
|
|
468
|
+
ImageConfigError.filterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
|
|
471
|
+
});
|
|
472
|
+
})(ImageConfigError = exports.ImageConfigError || (exports.ImageConfigError = {}));
|
|
473
|
+
var ImageConfigResponse;
|
|
474
|
+
(function (ImageConfigResponse) {
|
|
475
|
+
/**
|
|
476
|
+
* @internal
|
|
477
|
+
*/
|
|
478
|
+
ImageConfigResponse.filterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
...(obj.Error && { Error: ImageConfigError.filterSensitiveLog(obj.Error) }),
|
|
481
|
+
});
|
|
482
|
+
})(ImageConfigResponse = exports.ImageConfigResponse || (exports.ImageConfigResponse = {}));
|
|
483
|
+
var LastUpdateStatus;
|
|
484
|
+
(function (LastUpdateStatus) {
|
|
485
|
+
LastUpdateStatus["Failed"] = "Failed";
|
|
486
|
+
LastUpdateStatus["InProgress"] = "InProgress";
|
|
487
|
+
LastUpdateStatus["Successful"] = "Successful";
|
|
488
|
+
})(LastUpdateStatus = exports.LastUpdateStatus || (exports.LastUpdateStatus = {}));
|
|
489
|
+
var LastUpdateStatusReasonCode;
|
|
490
|
+
(function (LastUpdateStatusReasonCode) {
|
|
491
|
+
LastUpdateStatusReasonCode["EniLimitExceeded"] = "EniLimitExceeded";
|
|
492
|
+
LastUpdateStatusReasonCode["ImageAccessDenied"] = "ImageAccessDenied";
|
|
493
|
+
LastUpdateStatusReasonCode["ImageDeleted"] = "ImageDeleted";
|
|
494
|
+
LastUpdateStatusReasonCode["InsufficientRolePermissions"] = "InsufficientRolePermissions";
|
|
495
|
+
LastUpdateStatusReasonCode["InternalError"] = "InternalError";
|
|
496
|
+
LastUpdateStatusReasonCode["InvalidConfiguration"] = "InvalidConfiguration";
|
|
497
|
+
LastUpdateStatusReasonCode["InvalidImage"] = "InvalidImage";
|
|
498
|
+
LastUpdateStatusReasonCode["InvalidSecurityGroup"] = "InvalidSecurityGroup";
|
|
499
|
+
LastUpdateStatusReasonCode["InvalidSubnet"] = "InvalidSubnet";
|
|
500
|
+
LastUpdateStatusReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
501
|
+
})(LastUpdateStatusReasonCode = exports.LastUpdateStatusReasonCode || (exports.LastUpdateStatusReasonCode = {}));
|
|
502
|
+
var Layer;
|
|
503
|
+
(function (Layer) {
|
|
504
|
+
/**
|
|
505
|
+
* @internal
|
|
506
|
+
*/
|
|
507
|
+
Layer.filterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
})(Layer = exports.Layer || (exports.Layer = {}));
|
|
511
|
+
var State;
|
|
512
|
+
(function (State) {
|
|
513
|
+
State["Active"] = "Active";
|
|
514
|
+
State["Failed"] = "Failed";
|
|
515
|
+
State["Inactive"] = "Inactive";
|
|
516
|
+
State["Pending"] = "Pending";
|
|
517
|
+
})(State = exports.State || (exports.State = {}));
|
|
518
|
+
var StateReasonCode;
|
|
519
|
+
(function (StateReasonCode) {
|
|
520
|
+
StateReasonCode["Creating"] = "Creating";
|
|
521
|
+
StateReasonCode["EniLimitExceeded"] = "EniLimitExceeded";
|
|
522
|
+
StateReasonCode["Idle"] = "Idle";
|
|
523
|
+
StateReasonCode["ImageAccessDenied"] = "ImageAccessDenied";
|
|
524
|
+
StateReasonCode["ImageDeleted"] = "ImageDeleted";
|
|
525
|
+
StateReasonCode["InsufficientRolePermissions"] = "InsufficientRolePermissions";
|
|
526
|
+
StateReasonCode["InternalError"] = "InternalError";
|
|
527
|
+
StateReasonCode["InvalidConfiguration"] = "InvalidConfiguration";
|
|
528
|
+
StateReasonCode["InvalidImage"] = "InvalidImage";
|
|
529
|
+
StateReasonCode["InvalidSecurityGroup"] = "InvalidSecurityGroup";
|
|
530
|
+
StateReasonCode["InvalidSubnet"] = "InvalidSubnet";
|
|
531
|
+
StateReasonCode["Restoring"] = "Restoring";
|
|
532
|
+
StateReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
533
|
+
})(StateReasonCode = exports.StateReasonCode || (exports.StateReasonCode = {}));
|
|
534
|
+
var TracingConfigResponse;
|
|
535
|
+
(function (TracingConfigResponse) {
|
|
536
|
+
/**
|
|
537
|
+
* @internal
|
|
538
|
+
*/
|
|
539
|
+
TracingConfigResponse.filterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
})(TracingConfigResponse = exports.TracingConfigResponse || (exports.TracingConfigResponse = {}));
|
|
543
|
+
var VpcConfigResponse;
|
|
544
|
+
(function (VpcConfigResponse) {
|
|
545
|
+
/**
|
|
546
|
+
* @internal
|
|
547
|
+
*/
|
|
548
|
+
VpcConfigResponse.filterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
});
|
|
551
|
+
})(VpcConfigResponse = exports.VpcConfigResponse || (exports.VpcConfigResponse = {}));
|
|
552
|
+
var FunctionConfiguration;
|
|
553
|
+
(function (FunctionConfiguration) {
|
|
554
|
+
/**
|
|
555
|
+
* @internal
|
|
556
|
+
*/
|
|
557
|
+
FunctionConfiguration.filterSensitiveLog = (obj) => ({
|
|
558
|
+
...obj,
|
|
559
|
+
...(obj.Environment && { Environment: EnvironmentResponse.filterSensitiveLog(obj.Environment) }),
|
|
560
|
+
...(obj.ImageConfigResponse && {
|
|
561
|
+
ImageConfigResponse: ImageConfigResponse.filterSensitiveLog(obj.ImageConfigResponse),
|
|
562
|
+
}),
|
|
563
|
+
});
|
|
564
|
+
})(FunctionConfiguration = exports.FunctionConfiguration || (exports.FunctionConfiguration = {}));
|
|
565
|
+
var InvalidCodeSignatureException;
|
|
566
|
+
(function (InvalidCodeSignatureException) {
|
|
567
|
+
/**
|
|
568
|
+
* @internal
|
|
569
|
+
*/
|
|
570
|
+
InvalidCodeSignatureException.filterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
})(InvalidCodeSignatureException = exports.InvalidCodeSignatureException || (exports.InvalidCodeSignatureException = {}));
|
|
574
|
+
var DeleteAliasRequest;
|
|
575
|
+
(function (DeleteAliasRequest) {
|
|
576
|
+
/**
|
|
577
|
+
* @internal
|
|
578
|
+
*/
|
|
579
|
+
DeleteAliasRequest.filterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
})(DeleteAliasRequest = exports.DeleteAliasRequest || (exports.DeleteAliasRequest = {}));
|
|
583
|
+
var DeleteCodeSigningConfigRequest;
|
|
584
|
+
(function (DeleteCodeSigningConfigRequest) {
|
|
585
|
+
/**
|
|
586
|
+
* @internal
|
|
587
|
+
*/
|
|
588
|
+
DeleteCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
589
|
+
...obj,
|
|
590
|
+
});
|
|
591
|
+
})(DeleteCodeSigningConfigRequest = exports.DeleteCodeSigningConfigRequest || (exports.DeleteCodeSigningConfigRequest = {}));
|
|
592
|
+
var DeleteCodeSigningConfigResponse;
|
|
593
|
+
(function (DeleteCodeSigningConfigResponse) {
|
|
594
|
+
/**
|
|
595
|
+
* @internal
|
|
596
|
+
*/
|
|
597
|
+
DeleteCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
598
|
+
...obj,
|
|
599
|
+
});
|
|
600
|
+
})(DeleteCodeSigningConfigResponse = exports.DeleteCodeSigningConfigResponse || (exports.DeleteCodeSigningConfigResponse = {}));
|
|
601
|
+
var DeleteEventSourceMappingRequest;
|
|
602
|
+
(function (DeleteEventSourceMappingRequest) {
|
|
603
|
+
/**
|
|
604
|
+
* @internal
|
|
605
|
+
*/
|
|
606
|
+
DeleteEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
});
|
|
609
|
+
})(DeleteEventSourceMappingRequest = exports.DeleteEventSourceMappingRequest || (exports.DeleteEventSourceMappingRequest = {}));
|
|
610
|
+
var ResourceInUseException;
|
|
611
|
+
(function (ResourceInUseException) {
|
|
612
|
+
/**
|
|
613
|
+
* @internal
|
|
614
|
+
*/
|
|
615
|
+
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
});
|
|
618
|
+
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
619
|
+
var DeleteFunctionRequest;
|
|
620
|
+
(function (DeleteFunctionRequest) {
|
|
621
|
+
/**
|
|
622
|
+
* @internal
|
|
623
|
+
*/
|
|
624
|
+
DeleteFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
625
|
+
...obj,
|
|
626
|
+
});
|
|
627
|
+
})(DeleteFunctionRequest = exports.DeleteFunctionRequest || (exports.DeleteFunctionRequest = {}));
|
|
628
|
+
var DeleteFunctionCodeSigningConfigRequest;
|
|
629
|
+
(function (DeleteFunctionCodeSigningConfigRequest) {
|
|
630
|
+
/**
|
|
631
|
+
* @internal
|
|
632
|
+
*/
|
|
633
|
+
DeleteFunctionCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
634
|
+
...obj,
|
|
635
|
+
});
|
|
636
|
+
})(DeleteFunctionCodeSigningConfigRequest = exports.DeleteFunctionCodeSigningConfigRequest || (exports.DeleteFunctionCodeSigningConfigRequest = {}));
|
|
637
|
+
var DeleteFunctionConcurrencyRequest;
|
|
638
|
+
(function (DeleteFunctionConcurrencyRequest) {
|
|
639
|
+
/**
|
|
640
|
+
* @internal
|
|
641
|
+
*/
|
|
642
|
+
DeleteFunctionConcurrencyRequest.filterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
})(DeleteFunctionConcurrencyRequest = exports.DeleteFunctionConcurrencyRequest || (exports.DeleteFunctionConcurrencyRequest = {}));
|
|
646
|
+
var DeleteFunctionEventInvokeConfigRequest;
|
|
647
|
+
(function (DeleteFunctionEventInvokeConfigRequest) {
|
|
648
|
+
/**
|
|
649
|
+
* @internal
|
|
650
|
+
*/
|
|
651
|
+
DeleteFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
})(DeleteFunctionEventInvokeConfigRequest = exports.DeleteFunctionEventInvokeConfigRequest || (exports.DeleteFunctionEventInvokeConfigRequest = {}));
|
|
655
|
+
var DeleteLayerVersionRequest;
|
|
656
|
+
(function (DeleteLayerVersionRequest) {
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
*/
|
|
660
|
+
DeleteLayerVersionRequest.filterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
});
|
|
663
|
+
})(DeleteLayerVersionRequest = exports.DeleteLayerVersionRequest || (exports.DeleteLayerVersionRequest = {}));
|
|
664
|
+
var DeleteProvisionedConcurrencyConfigRequest;
|
|
665
|
+
(function (DeleteProvisionedConcurrencyConfigRequest) {
|
|
666
|
+
/**
|
|
667
|
+
* @internal
|
|
668
|
+
*/
|
|
669
|
+
DeleteProvisionedConcurrencyConfigRequest.filterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
})(DeleteProvisionedConcurrencyConfigRequest = exports.DeleteProvisionedConcurrencyConfigRequest || (exports.DeleteProvisionedConcurrencyConfigRequest = {}));
|
|
673
|
+
var GetAccountSettingsRequest;
|
|
674
|
+
(function (GetAccountSettingsRequest) {
|
|
675
|
+
/**
|
|
676
|
+
* @internal
|
|
677
|
+
*/
|
|
678
|
+
GetAccountSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
})(GetAccountSettingsRequest = exports.GetAccountSettingsRequest || (exports.GetAccountSettingsRequest = {}));
|
|
682
|
+
var GetAccountSettingsResponse;
|
|
683
|
+
(function (GetAccountSettingsResponse) {
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
*/
|
|
687
|
+
GetAccountSettingsResponse.filterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
})(GetAccountSettingsResponse = exports.GetAccountSettingsResponse || (exports.GetAccountSettingsResponse = {}));
|
|
691
|
+
var GetAliasRequest;
|
|
692
|
+
(function (GetAliasRequest) {
|
|
693
|
+
/**
|
|
694
|
+
* @internal
|
|
695
|
+
*/
|
|
696
|
+
GetAliasRequest.filterSensitiveLog = (obj) => ({
|
|
697
|
+
...obj,
|
|
698
|
+
});
|
|
699
|
+
})(GetAliasRequest = exports.GetAliasRequest || (exports.GetAliasRequest = {}));
|
|
700
|
+
var GetCodeSigningConfigRequest;
|
|
701
|
+
(function (GetCodeSigningConfigRequest) {
|
|
702
|
+
/**
|
|
703
|
+
* @internal
|
|
704
|
+
*/
|
|
705
|
+
GetCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
})(GetCodeSigningConfigRequest = exports.GetCodeSigningConfigRequest || (exports.GetCodeSigningConfigRequest = {}));
|
|
709
|
+
var GetCodeSigningConfigResponse;
|
|
710
|
+
(function (GetCodeSigningConfigResponse) {
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
*/
|
|
714
|
+
GetCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
})(GetCodeSigningConfigResponse = exports.GetCodeSigningConfigResponse || (exports.GetCodeSigningConfigResponse = {}));
|
|
718
|
+
var GetEventSourceMappingRequest;
|
|
719
|
+
(function (GetEventSourceMappingRequest) {
|
|
720
|
+
/**
|
|
721
|
+
* @internal
|
|
722
|
+
*/
|
|
723
|
+
GetEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
})(GetEventSourceMappingRequest = exports.GetEventSourceMappingRequest || (exports.GetEventSourceMappingRequest = {}));
|
|
727
|
+
var GetFunctionRequest;
|
|
728
|
+
(function (GetFunctionRequest) {
|
|
729
|
+
/**
|
|
730
|
+
* @internal
|
|
731
|
+
*/
|
|
732
|
+
GetFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
733
|
+
...obj,
|
|
734
|
+
});
|
|
735
|
+
})(GetFunctionRequest = exports.GetFunctionRequest || (exports.GetFunctionRequest = {}));
|
|
736
|
+
var FunctionCodeLocation;
|
|
737
|
+
(function (FunctionCodeLocation) {
|
|
738
|
+
/**
|
|
739
|
+
* @internal
|
|
740
|
+
*/
|
|
741
|
+
FunctionCodeLocation.filterSensitiveLog = (obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
});
|
|
744
|
+
})(FunctionCodeLocation = exports.FunctionCodeLocation || (exports.FunctionCodeLocation = {}));
|
|
745
|
+
var Concurrency;
|
|
746
|
+
(function (Concurrency) {
|
|
747
|
+
/**
|
|
748
|
+
* @internal
|
|
749
|
+
*/
|
|
750
|
+
Concurrency.filterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
})(Concurrency = exports.Concurrency || (exports.Concurrency = {}));
|
|
754
|
+
var GetFunctionResponse;
|
|
755
|
+
(function (GetFunctionResponse) {
|
|
756
|
+
/**
|
|
757
|
+
* @internal
|
|
758
|
+
*/
|
|
759
|
+
GetFunctionResponse.filterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
...(obj.Configuration && { Configuration: FunctionConfiguration.filterSensitiveLog(obj.Configuration) }),
|
|
762
|
+
});
|
|
763
|
+
})(GetFunctionResponse = exports.GetFunctionResponse || (exports.GetFunctionResponse = {}));
|
|
764
|
+
var GetFunctionCodeSigningConfigRequest;
|
|
765
|
+
(function (GetFunctionCodeSigningConfigRequest) {
|
|
766
|
+
/**
|
|
767
|
+
* @internal
|
|
768
|
+
*/
|
|
769
|
+
GetFunctionCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
770
|
+
...obj,
|
|
771
|
+
});
|
|
772
|
+
})(GetFunctionCodeSigningConfigRequest = exports.GetFunctionCodeSigningConfigRequest || (exports.GetFunctionCodeSigningConfigRequest = {}));
|
|
773
|
+
var GetFunctionCodeSigningConfigResponse;
|
|
774
|
+
(function (GetFunctionCodeSigningConfigResponse) {
|
|
775
|
+
/**
|
|
776
|
+
* @internal
|
|
777
|
+
*/
|
|
778
|
+
GetFunctionCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
})(GetFunctionCodeSigningConfigResponse = exports.GetFunctionCodeSigningConfigResponse || (exports.GetFunctionCodeSigningConfigResponse = {}));
|
|
782
|
+
var GetFunctionConcurrencyRequest;
|
|
783
|
+
(function (GetFunctionConcurrencyRequest) {
|
|
784
|
+
/**
|
|
785
|
+
* @internal
|
|
786
|
+
*/
|
|
787
|
+
GetFunctionConcurrencyRequest.filterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
})(GetFunctionConcurrencyRequest = exports.GetFunctionConcurrencyRequest || (exports.GetFunctionConcurrencyRequest = {}));
|
|
791
|
+
var GetFunctionConcurrencyResponse;
|
|
792
|
+
(function (GetFunctionConcurrencyResponse) {
|
|
793
|
+
/**
|
|
794
|
+
* @internal
|
|
795
|
+
*/
|
|
796
|
+
GetFunctionConcurrencyResponse.filterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
})(GetFunctionConcurrencyResponse = exports.GetFunctionConcurrencyResponse || (exports.GetFunctionConcurrencyResponse = {}));
|
|
800
|
+
var GetFunctionConfigurationRequest;
|
|
801
|
+
(function (GetFunctionConfigurationRequest) {
|
|
802
|
+
/**
|
|
803
|
+
* @internal
|
|
804
|
+
*/
|
|
805
|
+
GetFunctionConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
806
|
+
...obj,
|
|
807
|
+
});
|
|
808
|
+
})(GetFunctionConfigurationRequest = exports.GetFunctionConfigurationRequest || (exports.GetFunctionConfigurationRequest = {}));
|
|
809
|
+
var FunctionEventInvokeConfig;
|
|
810
|
+
(function (FunctionEventInvokeConfig) {
|
|
811
|
+
/**
|
|
812
|
+
* @internal
|
|
813
|
+
*/
|
|
814
|
+
FunctionEventInvokeConfig.filterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
})(FunctionEventInvokeConfig = exports.FunctionEventInvokeConfig || (exports.FunctionEventInvokeConfig = {}));
|
|
818
|
+
var GetFunctionEventInvokeConfigRequest;
|
|
819
|
+
(function (GetFunctionEventInvokeConfigRequest) {
|
|
820
|
+
/**
|
|
821
|
+
* @internal
|
|
822
|
+
*/
|
|
823
|
+
GetFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
});
|
|
826
|
+
})(GetFunctionEventInvokeConfigRequest = exports.GetFunctionEventInvokeConfigRequest || (exports.GetFunctionEventInvokeConfigRequest = {}));
|
|
827
|
+
var GetLayerVersionRequest;
|
|
828
|
+
(function (GetLayerVersionRequest) {
|
|
829
|
+
/**
|
|
830
|
+
* @internal
|
|
831
|
+
*/
|
|
832
|
+
GetLayerVersionRequest.filterSensitiveLog = (obj) => ({
|
|
833
|
+
...obj,
|
|
834
|
+
});
|
|
835
|
+
})(GetLayerVersionRequest = exports.GetLayerVersionRequest || (exports.GetLayerVersionRequest = {}));
|
|
836
|
+
var LayerVersionContentOutput;
|
|
837
|
+
(function (LayerVersionContentOutput) {
|
|
838
|
+
/**
|
|
839
|
+
* @internal
|
|
840
|
+
*/
|
|
841
|
+
LayerVersionContentOutput.filterSensitiveLog = (obj) => ({
|
|
842
|
+
...obj,
|
|
843
|
+
});
|
|
844
|
+
})(LayerVersionContentOutput = exports.LayerVersionContentOutput || (exports.LayerVersionContentOutput = {}));
|
|
845
|
+
var GetLayerVersionResponse;
|
|
846
|
+
(function (GetLayerVersionResponse) {
|
|
847
|
+
/**
|
|
848
|
+
* @internal
|
|
849
|
+
*/
|
|
850
|
+
GetLayerVersionResponse.filterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
})(GetLayerVersionResponse = exports.GetLayerVersionResponse || (exports.GetLayerVersionResponse = {}));
|
|
854
|
+
var GetLayerVersionByArnRequest;
|
|
855
|
+
(function (GetLayerVersionByArnRequest) {
|
|
856
|
+
/**
|
|
857
|
+
* @internal
|
|
858
|
+
*/
|
|
859
|
+
GetLayerVersionByArnRequest.filterSensitiveLog = (obj) => ({
|
|
860
|
+
...obj,
|
|
861
|
+
});
|
|
862
|
+
})(GetLayerVersionByArnRequest = exports.GetLayerVersionByArnRequest || (exports.GetLayerVersionByArnRequest = {}));
|
|
863
|
+
var GetLayerVersionPolicyRequest;
|
|
864
|
+
(function (GetLayerVersionPolicyRequest) {
|
|
865
|
+
/**
|
|
866
|
+
* @internal
|
|
867
|
+
*/
|
|
868
|
+
GetLayerVersionPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
871
|
+
})(GetLayerVersionPolicyRequest = exports.GetLayerVersionPolicyRequest || (exports.GetLayerVersionPolicyRequest = {}));
|
|
872
|
+
var GetLayerVersionPolicyResponse;
|
|
873
|
+
(function (GetLayerVersionPolicyResponse) {
|
|
874
|
+
/**
|
|
875
|
+
* @internal
|
|
876
|
+
*/
|
|
877
|
+
GetLayerVersionPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
});
|
|
880
|
+
})(GetLayerVersionPolicyResponse = exports.GetLayerVersionPolicyResponse || (exports.GetLayerVersionPolicyResponse = {}));
|
|
881
|
+
var GetPolicyRequest;
|
|
882
|
+
(function (GetPolicyRequest) {
|
|
883
|
+
/**
|
|
884
|
+
* @internal
|
|
885
|
+
*/
|
|
886
|
+
GetPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
})(GetPolicyRequest = exports.GetPolicyRequest || (exports.GetPolicyRequest = {}));
|
|
890
|
+
var GetPolicyResponse;
|
|
891
|
+
(function (GetPolicyResponse) {
|
|
892
|
+
/**
|
|
893
|
+
* @internal
|
|
894
|
+
*/
|
|
895
|
+
GetPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
896
|
+
...obj,
|
|
897
|
+
});
|
|
898
|
+
})(GetPolicyResponse = exports.GetPolicyResponse || (exports.GetPolicyResponse = {}));
|
|
899
|
+
var GetProvisionedConcurrencyConfigRequest;
|
|
900
|
+
(function (GetProvisionedConcurrencyConfigRequest) {
|
|
901
|
+
/**
|
|
902
|
+
* @internal
|
|
903
|
+
*/
|
|
904
|
+
GetProvisionedConcurrencyConfigRequest.filterSensitiveLog = (obj) => ({
|
|
905
|
+
...obj,
|
|
906
|
+
});
|
|
907
|
+
})(GetProvisionedConcurrencyConfigRequest = exports.GetProvisionedConcurrencyConfigRequest || (exports.GetProvisionedConcurrencyConfigRequest = {}));
|
|
908
|
+
var ProvisionedConcurrencyStatusEnum;
|
|
909
|
+
(function (ProvisionedConcurrencyStatusEnum) {
|
|
910
|
+
ProvisionedConcurrencyStatusEnum["FAILED"] = "FAILED";
|
|
911
|
+
ProvisionedConcurrencyStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
912
|
+
ProvisionedConcurrencyStatusEnum["READY"] = "READY";
|
|
913
|
+
})(ProvisionedConcurrencyStatusEnum = exports.ProvisionedConcurrencyStatusEnum || (exports.ProvisionedConcurrencyStatusEnum = {}));
|
|
914
|
+
var GetProvisionedConcurrencyConfigResponse;
|
|
915
|
+
(function (GetProvisionedConcurrencyConfigResponse) {
|
|
916
|
+
/**
|
|
917
|
+
* @internal
|
|
918
|
+
*/
|
|
919
|
+
GetProvisionedConcurrencyConfigResponse.filterSensitiveLog = (obj) => ({
|
|
920
|
+
...obj,
|
|
921
|
+
});
|
|
922
|
+
})(GetProvisionedConcurrencyConfigResponse = exports.GetProvisionedConcurrencyConfigResponse || (exports.GetProvisionedConcurrencyConfigResponse = {}));
|
|
923
|
+
var ProvisionedConcurrencyConfigNotFoundException;
|
|
924
|
+
(function (ProvisionedConcurrencyConfigNotFoundException) {
|
|
925
|
+
/**
|
|
926
|
+
* @internal
|
|
927
|
+
*/
|
|
928
|
+
ProvisionedConcurrencyConfigNotFoundException.filterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|
|
931
|
+
})(ProvisionedConcurrencyConfigNotFoundException = exports.ProvisionedConcurrencyConfigNotFoundException || (exports.ProvisionedConcurrencyConfigNotFoundException = {}));
|
|
932
|
+
var EC2AccessDeniedException;
|
|
933
|
+
(function (EC2AccessDeniedException) {
|
|
934
|
+
/**
|
|
935
|
+
* @internal
|
|
936
|
+
*/
|
|
937
|
+
EC2AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
938
|
+
...obj,
|
|
939
|
+
});
|
|
940
|
+
})(EC2AccessDeniedException = exports.EC2AccessDeniedException || (exports.EC2AccessDeniedException = {}));
|
|
941
|
+
var EC2ThrottledException;
|
|
942
|
+
(function (EC2ThrottledException) {
|
|
943
|
+
/**
|
|
944
|
+
* @internal
|
|
945
|
+
*/
|
|
946
|
+
EC2ThrottledException.filterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
})(EC2ThrottledException = exports.EC2ThrottledException || (exports.EC2ThrottledException = {}));
|
|
950
|
+
var EC2UnexpectedException;
|
|
951
|
+
(function (EC2UnexpectedException) {
|
|
952
|
+
/**
|
|
953
|
+
* @internal
|
|
954
|
+
*/
|
|
955
|
+
EC2UnexpectedException.filterSensitiveLog = (obj) => ({
|
|
956
|
+
...obj,
|
|
957
|
+
});
|
|
958
|
+
})(EC2UnexpectedException = exports.EC2UnexpectedException || (exports.EC2UnexpectedException = {}));
|
|
959
|
+
var EFSIOException;
|
|
960
|
+
(function (EFSIOException) {
|
|
961
|
+
/**
|
|
962
|
+
* @internal
|
|
963
|
+
*/
|
|
964
|
+
EFSIOException.filterSensitiveLog = (obj) => ({
|
|
965
|
+
...obj,
|
|
966
|
+
});
|
|
967
|
+
})(EFSIOException = exports.EFSIOException || (exports.EFSIOException = {}));
|
|
968
|
+
var EFSMountConnectivityException;
|
|
969
|
+
(function (EFSMountConnectivityException) {
|
|
970
|
+
/**
|
|
971
|
+
* @internal
|
|
972
|
+
*/
|
|
973
|
+
EFSMountConnectivityException.filterSensitiveLog = (obj) => ({
|
|
974
|
+
...obj,
|
|
975
|
+
});
|
|
976
|
+
})(EFSMountConnectivityException = exports.EFSMountConnectivityException || (exports.EFSMountConnectivityException = {}));
|
|
977
|
+
var EFSMountFailureException;
|
|
978
|
+
(function (EFSMountFailureException) {
|
|
979
|
+
/**
|
|
980
|
+
* @internal
|
|
981
|
+
*/
|
|
982
|
+
EFSMountFailureException.filterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
})(EFSMountFailureException = exports.EFSMountFailureException || (exports.EFSMountFailureException = {}));
|
|
986
|
+
var EFSMountTimeoutException;
|
|
987
|
+
(function (EFSMountTimeoutException) {
|
|
988
|
+
/**
|
|
989
|
+
* @internal
|
|
990
|
+
*/
|
|
991
|
+
EFSMountTimeoutException.filterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
})(EFSMountTimeoutException = exports.EFSMountTimeoutException || (exports.EFSMountTimeoutException = {}));
|
|
995
|
+
var ENILimitReachedException;
|
|
996
|
+
(function (ENILimitReachedException) {
|
|
997
|
+
/**
|
|
998
|
+
* @internal
|
|
999
|
+
*/
|
|
1000
|
+
ENILimitReachedException.filterSensitiveLog = (obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
});
|
|
1003
|
+
})(ENILimitReachedException = exports.ENILimitReachedException || (exports.ENILimitReachedException = {}));
|
|
1004
|
+
var InvalidRequestContentException;
|
|
1005
|
+
(function (InvalidRequestContentException) {
|
|
1006
|
+
/**
|
|
1007
|
+
* @internal
|
|
1008
|
+
*/
|
|
1009
|
+
InvalidRequestContentException.filterSensitiveLog = (obj) => ({
|
|
1010
|
+
...obj,
|
|
1011
|
+
});
|
|
1012
|
+
})(InvalidRequestContentException = exports.InvalidRequestContentException || (exports.InvalidRequestContentException = {}));
|
|
1013
|
+
var InvalidRuntimeException;
|
|
1014
|
+
(function (InvalidRuntimeException) {
|
|
1015
|
+
/**
|
|
1016
|
+
* @internal
|
|
1017
|
+
*/
|
|
1018
|
+
InvalidRuntimeException.filterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
})(InvalidRuntimeException = exports.InvalidRuntimeException || (exports.InvalidRuntimeException = {}));
|
|
1022
|
+
var InvalidSecurityGroupIDException;
|
|
1023
|
+
(function (InvalidSecurityGroupIDException) {
|
|
1024
|
+
/**
|
|
1025
|
+
* @internal
|
|
1026
|
+
*/
|
|
1027
|
+
InvalidSecurityGroupIDException.filterSensitiveLog = (obj) => ({
|
|
1028
|
+
...obj,
|
|
1029
|
+
});
|
|
1030
|
+
})(InvalidSecurityGroupIDException = exports.InvalidSecurityGroupIDException || (exports.InvalidSecurityGroupIDException = {}));
|
|
1031
|
+
var InvalidSubnetIDException;
|
|
1032
|
+
(function (InvalidSubnetIDException) {
|
|
1033
|
+
/**
|
|
1034
|
+
* @internal
|
|
1035
|
+
*/
|
|
1036
|
+
InvalidSubnetIDException.filterSensitiveLog = (obj) => ({
|
|
1037
|
+
...obj,
|
|
1038
|
+
});
|
|
1039
|
+
})(InvalidSubnetIDException = exports.InvalidSubnetIDException || (exports.InvalidSubnetIDException = {}));
|
|
1040
|
+
var InvalidZipFileException;
|
|
1041
|
+
(function (InvalidZipFileException) {
|
|
1042
|
+
/**
|
|
1043
|
+
* @internal
|
|
1044
|
+
*/
|
|
1045
|
+
InvalidZipFileException.filterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
})(InvalidZipFileException = exports.InvalidZipFileException || (exports.InvalidZipFileException = {}));
|
|
1049
|
+
var InvocationType;
|
|
1050
|
+
(function (InvocationType) {
|
|
1051
|
+
InvocationType["DryRun"] = "DryRun";
|
|
1052
|
+
InvocationType["Event"] = "Event";
|
|
1053
|
+
InvocationType["RequestResponse"] = "RequestResponse";
|
|
1054
|
+
})(InvocationType = exports.InvocationType || (exports.InvocationType = {}));
|
|
1055
|
+
var LogType;
|
|
1056
|
+
(function (LogType) {
|
|
1057
|
+
LogType["None"] = "None";
|
|
1058
|
+
LogType["Tail"] = "Tail";
|
|
1059
|
+
})(LogType = exports.LogType || (exports.LogType = {}));
|
|
1060
|
+
var InvocationRequest;
|
|
1061
|
+
(function (InvocationRequest) {
|
|
1062
|
+
/**
|
|
1063
|
+
* @internal
|
|
1064
|
+
*/
|
|
1065
|
+
InvocationRequest.filterSensitiveLog = (obj) => ({
|
|
1066
|
+
...obj,
|
|
1067
|
+
...(obj.Payload && { Payload: smithy_client_1.SENSITIVE_STRING }),
|
|
1068
|
+
});
|
|
1069
|
+
})(InvocationRequest = exports.InvocationRequest || (exports.InvocationRequest = {}));
|
|
1070
|
+
var InvocationResponse;
|
|
1071
|
+
(function (InvocationResponse) {
|
|
1072
|
+
/**
|
|
1073
|
+
* @internal
|
|
1074
|
+
*/
|
|
1075
|
+
InvocationResponse.filterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
...(obj.Payload && { Payload: smithy_client_1.SENSITIVE_STRING }),
|
|
1078
|
+
});
|
|
1079
|
+
})(InvocationResponse = exports.InvocationResponse || (exports.InvocationResponse = {}));
|
|
1080
|
+
var KMSAccessDeniedException;
|
|
1081
|
+
(function (KMSAccessDeniedException) {
|
|
1082
|
+
/**
|
|
1083
|
+
* @internal
|
|
1084
|
+
*/
|
|
1085
|
+
KMSAccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
1086
|
+
...obj,
|
|
1087
|
+
});
|
|
1088
|
+
})(KMSAccessDeniedException = exports.KMSAccessDeniedException || (exports.KMSAccessDeniedException = {}));
|
|
1089
|
+
var KMSDisabledException;
|
|
1090
|
+
(function (KMSDisabledException) {
|
|
1091
|
+
/**
|
|
1092
|
+
* @internal
|
|
1093
|
+
*/
|
|
1094
|
+
KMSDisabledException.filterSensitiveLog = (obj) => ({
|
|
1095
|
+
...obj,
|
|
1096
|
+
});
|
|
1097
|
+
})(KMSDisabledException = exports.KMSDisabledException || (exports.KMSDisabledException = {}));
|
|
1098
|
+
var KMSInvalidStateException;
|
|
1099
|
+
(function (KMSInvalidStateException) {
|
|
1100
|
+
/**
|
|
1101
|
+
* @internal
|
|
1102
|
+
*/
|
|
1103
|
+
KMSInvalidStateException.filterSensitiveLog = (obj) => ({
|
|
1104
|
+
...obj,
|
|
1105
|
+
});
|
|
1106
|
+
})(KMSInvalidStateException = exports.KMSInvalidStateException || (exports.KMSInvalidStateException = {}));
|
|
1107
|
+
var KMSNotFoundException;
|
|
1108
|
+
(function (KMSNotFoundException) {
|
|
1109
|
+
/**
|
|
1110
|
+
* @internal
|
|
1111
|
+
*/
|
|
1112
|
+
KMSNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1113
|
+
...obj,
|
|
1114
|
+
});
|
|
1115
|
+
})(KMSNotFoundException = exports.KMSNotFoundException || (exports.KMSNotFoundException = {}));
|
|
1116
|
+
var RequestTooLargeException;
|
|
1117
|
+
(function (RequestTooLargeException) {
|
|
1118
|
+
/**
|
|
1119
|
+
* @internal
|
|
1120
|
+
*/
|
|
1121
|
+
RequestTooLargeException.filterSensitiveLog = (obj) => ({
|
|
1122
|
+
...obj,
|
|
1123
|
+
});
|
|
1124
|
+
})(RequestTooLargeException = exports.RequestTooLargeException || (exports.RequestTooLargeException = {}));
|
|
1125
|
+
var ResourceNotReadyException;
|
|
1126
|
+
(function (ResourceNotReadyException) {
|
|
1127
|
+
/**
|
|
1128
|
+
* @internal
|
|
1129
|
+
*/
|
|
1130
|
+
ResourceNotReadyException.filterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
});
|
|
1133
|
+
})(ResourceNotReadyException = exports.ResourceNotReadyException || (exports.ResourceNotReadyException = {}));
|
|
1134
|
+
var SubnetIPAddressLimitReachedException;
|
|
1135
|
+
(function (SubnetIPAddressLimitReachedException) {
|
|
1136
|
+
/**
|
|
1137
|
+
* @internal
|
|
1138
|
+
*/
|
|
1139
|
+
SubnetIPAddressLimitReachedException.filterSensitiveLog = (obj) => ({
|
|
1140
|
+
...obj,
|
|
1141
|
+
});
|
|
1142
|
+
})(SubnetIPAddressLimitReachedException = exports.SubnetIPAddressLimitReachedException || (exports.SubnetIPAddressLimitReachedException = {}));
|
|
1143
|
+
var UnsupportedMediaTypeException;
|
|
1144
|
+
(function (UnsupportedMediaTypeException) {
|
|
1145
|
+
/**
|
|
1146
|
+
* @internal
|
|
1147
|
+
*/
|
|
1148
|
+
UnsupportedMediaTypeException.filterSensitiveLog = (obj) => ({
|
|
1149
|
+
...obj,
|
|
1150
|
+
});
|
|
1151
|
+
})(UnsupportedMediaTypeException = exports.UnsupportedMediaTypeException || (exports.UnsupportedMediaTypeException = {}));
|
|
1152
|
+
var InvokeAsyncRequest;
|
|
1153
|
+
(function (InvokeAsyncRequest) {
|
|
1154
|
+
/**
|
|
1155
|
+
* @internal
|
|
1156
|
+
*/
|
|
1157
|
+
InvokeAsyncRequest.filterSensitiveLog = (obj) => ({
|
|
1158
|
+
...obj,
|
|
1159
|
+
});
|
|
1160
|
+
})(InvokeAsyncRequest = exports.InvokeAsyncRequest || (exports.InvokeAsyncRequest = {}));
|
|
1161
|
+
var InvokeAsyncResponse;
|
|
1162
|
+
(function (InvokeAsyncResponse) {
|
|
1163
|
+
/**
|
|
1164
|
+
* @internal
|
|
1165
|
+
*/
|
|
1166
|
+
InvokeAsyncResponse.filterSensitiveLog = (obj) => ({
|
|
1167
|
+
...obj,
|
|
1168
|
+
});
|
|
1169
|
+
})(InvokeAsyncResponse = exports.InvokeAsyncResponse || (exports.InvokeAsyncResponse = {}));
|
|
1170
|
+
var ListAliasesRequest;
|
|
1171
|
+
(function (ListAliasesRequest) {
|
|
1172
|
+
/**
|
|
1173
|
+
* @internal
|
|
1174
|
+
*/
|
|
1175
|
+
ListAliasesRequest.filterSensitiveLog = (obj) => ({
|
|
1176
|
+
...obj,
|
|
1177
|
+
});
|
|
1178
|
+
})(ListAliasesRequest = exports.ListAliasesRequest || (exports.ListAliasesRequest = {}));
|
|
1179
|
+
var ListAliasesResponse;
|
|
1180
|
+
(function (ListAliasesResponse) {
|
|
1181
|
+
/**
|
|
1182
|
+
* @internal
|
|
1183
|
+
*/
|
|
1184
|
+
ListAliasesResponse.filterSensitiveLog = (obj) => ({
|
|
1185
|
+
...obj,
|
|
1186
|
+
});
|
|
1187
|
+
})(ListAliasesResponse = exports.ListAliasesResponse || (exports.ListAliasesResponse = {}));
|
|
1188
|
+
var ListCodeSigningConfigsRequest;
|
|
1189
|
+
(function (ListCodeSigningConfigsRequest) {
|
|
1190
|
+
/**
|
|
1191
|
+
* @internal
|
|
1192
|
+
*/
|
|
1193
|
+
ListCodeSigningConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
1194
|
+
...obj,
|
|
1195
|
+
});
|
|
1196
|
+
})(ListCodeSigningConfigsRequest = exports.ListCodeSigningConfigsRequest || (exports.ListCodeSigningConfigsRequest = {}));
|
|
1197
|
+
var ListCodeSigningConfigsResponse;
|
|
1198
|
+
(function (ListCodeSigningConfigsResponse) {
|
|
1199
|
+
/**
|
|
1200
|
+
* @internal
|
|
1201
|
+
*/
|
|
1202
|
+
ListCodeSigningConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
1203
|
+
...obj,
|
|
1204
|
+
});
|
|
1205
|
+
})(ListCodeSigningConfigsResponse = exports.ListCodeSigningConfigsResponse || (exports.ListCodeSigningConfigsResponse = {}));
|
|
1206
|
+
var ListEventSourceMappingsRequest;
|
|
1207
|
+
(function (ListEventSourceMappingsRequest) {
|
|
1208
|
+
/**
|
|
1209
|
+
* @internal
|
|
1210
|
+
*/
|
|
1211
|
+
ListEventSourceMappingsRequest.filterSensitiveLog = (obj) => ({
|
|
1212
|
+
...obj,
|
|
1213
|
+
});
|
|
1214
|
+
})(ListEventSourceMappingsRequest = exports.ListEventSourceMappingsRequest || (exports.ListEventSourceMappingsRequest = {}));
|
|
1215
|
+
var ListEventSourceMappingsResponse;
|
|
1216
|
+
(function (ListEventSourceMappingsResponse) {
|
|
1217
|
+
/**
|
|
1218
|
+
* @internal
|
|
1219
|
+
*/
|
|
1220
|
+
ListEventSourceMappingsResponse.filterSensitiveLog = (obj) => ({
|
|
1221
|
+
...obj,
|
|
1222
|
+
});
|
|
1223
|
+
})(ListEventSourceMappingsResponse = exports.ListEventSourceMappingsResponse || (exports.ListEventSourceMappingsResponse = {}));
|
|
1224
|
+
var ListFunctionEventInvokeConfigsRequest;
|
|
1225
|
+
(function (ListFunctionEventInvokeConfigsRequest) {
|
|
1226
|
+
/**
|
|
1227
|
+
* @internal
|
|
1228
|
+
*/
|
|
1229
|
+
ListFunctionEventInvokeConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
1230
|
+
...obj,
|
|
1231
|
+
});
|
|
1232
|
+
})(ListFunctionEventInvokeConfigsRequest = exports.ListFunctionEventInvokeConfigsRequest || (exports.ListFunctionEventInvokeConfigsRequest = {}));
|
|
1233
|
+
var ListFunctionEventInvokeConfigsResponse;
|
|
1234
|
+
(function (ListFunctionEventInvokeConfigsResponse) {
|
|
1235
|
+
/**
|
|
1236
|
+
* @internal
|
|
1237
|
+
*/
|
|
1238
|
+
ListFunctionEventInvokeConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
1239
|
+
...obj,
|
|
1240
|
+
});
|
|
1241
|
+
})(ListFunctionEventInvokeConfigsResponse = exports.ListFunctionEventInvokeConfigsResponse || (exports.ListFunctionEventInvokeConfigsResponse = {}));
|
|
1242
|
+
var FunctionVersion;
|
|
1243
|
+
(function (FunctionVersion) {
|
|
1244
|
+
FunctionVersion["ALL"] = "ALL";
|
|
1245
|
+
})(FunctionVersion = exports.FunctionVersion || (exports.FunctionVersion = {}));
|
|
1246
|
+
var ListFunctionsRequest;
|
|
1247
|
+
(function (ListFunctionsRequest) {
|
|
1248
|
+
/**
|
|
1249
|
+
* @internal
|
|
1250
|
+
*/
|
|
1251
|
+
ListFunctionsRequest.filterSensitiveLog = (obj) => ({
|
|
1252
|
+
...obj,
|
|
1253
|
+
});
|
|
1254
|
+
})(ListFunctionsRequest = exports.ListFunctionsRequest || (exports.ListFunctionsRequest = {}));
|
|
1255
|
+
var ListFunctionsResponse;
|
|
1256
|
+
(function (ListFunctionsResponse) {
|
|
1257
|
+
/**
|
|
1258
|
+
* @internal
|
|
1259
|
+
*/
|
|
1260
|
+
ListFunctionsResponse.filterSensitiveLog = (obj) => ({
|
|
1261
|
+
...obj,
|
|
1262
|
+
...(obj.Functions && { Functions: obj.Functions.map((item) => FunctionConfiguration.filterSensitiveLog(item)) }),
|
|
1263
|
+
});
|
|
1264
|
+
})(ListFunctionsResponse = exports.ListFunctionsResponse || (exports.ListFunctionsResponse = {}));
|
|
1265
|
+
var ListFunctionsByCodeSigningConfigRequest;
|
|
1266
|
+
(function (ListFunctionsByCodeSigningConfigRequest) {
|
|
1267
|
+
/**
|
|
1268
|
+
* @internal
|
|
1269
|
+
*/
|
|
1270
|
+
ListFunctionsByCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
})(ListFunctionsByCodeSigningConfigRequest = exports.ListFunctionsByCodeSigningConfigRequest || (exports.ListFunctionsByCodeSigningConfigRequest = {}));
|
|
1274
|
+
var ListFunctionsByCodeSigningConfigResponse;
|
|
1275
|
+
(function (ListFunctionsByCodeSigningConfigResponse) {
|
|
1276
|
+
/**
|
|
1277
|
+
* @internal
|
|
1278
|
+
*/
|
|
1279
|
+
ListFunctionsByCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
});
|
|
1282
|
+
})(ListFunctionsByCodeSigningConfigResponse = exports.ListFunctionsByCodeSigningConfigResponse || (exports.ListFunctionsByCodeSigningConfigResponse = {}));
|
|
1283
|
+
var ListLayersRequest;
|
|
1284
|
+
(function (ListLayersRequest) {
|
|
1285
|
+
/**
|
|
1286
|
+
* @internal
|
|
1287
|
+
*/
|
|
1288
|
+
ListLayersRequest.filterSensitiveLog = (obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
});
|
|
1291
|
+
})(ListLayersRequest = exports.ListLayersRequest || (exports.ListLayersRequest = {}));
|
|
1292
|
+
var LayerVersionsListItem;
|
|
1293
|
+
(function (LayerVersionsListItem) {
|
|
1294
|
+
/**
|
|
1295
|
+
* @internal
|
|
1296
|
+
*/
|
|
1297
|
+
LayerVersionsListItem.filterSensitiveLog = (obj) => ({
|
|
1298
|
+
...obj,
|
|
1299
|
+
});
|
|
1300
|
+
})(LayerVersionsListItem = exports.LayerVersionsListItem || (exports.LayerVersionsListItem = {}));
|
|
1301
|
+
var LayersListItem;
|
|
1302
|
+
(function (LayersListItem) {
|
|
1303
|
+
/**
|
|
1304
|
+
* @internal
|
|
1305
|
+
*/
|
|
1306
|
+
LayersListItem.filterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
})(LayersListItem = exports.LayersListItem || (exports.LayersListItem = {}));
|
|
1310
|
+
var ListLayersResponse;
|
|
1311
|
+
(function (ListLayersResponse) {
|
|
1312
|
+
/**
|
|
1313
|
+
* @internal
|
|
1314
|
+
*/
|
|
1315
|
+
ListLayersResponse.filterSensitiveLog = (obj) => ({
|
|
1316
|
+
...obj,
|
|
1317
|
+
});
|
|
1318
|
+
})(ListLayersResponse = exports.ListLayersResponse || (exports.ListLayersResponse = {}));
|
|
1319
|
+
var ListLayerVersionsRequest;
|
|
1320
|
+
(function (ListLayerVersionsRequest) {
|
|
1321
|
+
/**
|
|
1322
|
+
* @internal
|
|
1323
|
+
*/
|
|
1324
|
+
ListLayerVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
1325
|
+
...obj,
|
|
1326
|
+
});
|
|
1327
|
+
})(ListLayerVersionsRequest = exports.ListLayerVersionsRequest || (exports.ListLayerVersionsRequest = {}));
|
|
1328
|
+
var ListLayerVersionsResponse;
|
|
1329
|
+
(function (ListLayerVersionsResponse) {
|
|
1330
|
+
/**
|
|
1331
|
+
* @internal
|
|
1332
|
+
*/
|
|
1333
|
+
ListLayerVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
1334
|
+
...obj,
|
|
1335
|
+
});
|
|
1336
|
+
})(ListLayerVersionsResponse = exports.ListLayerVersionsResponse || (exports.ListLayerVersionsResponse = {}));
|
|
1337
|
+
var ListProvisionedConcurrencyConfigsRequest;
|
|
1338
|
+
(function (ListProvisionedConcurrencyConfigsRequest) {
|
|
1339
|
+
/**
|
|
1340
|
+
* @internal
|
|
1341
|
+
*/
|
|
1342
|
+
ListProvisionedConcurrencyConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
})(ListProvisionedConcurrencyConfigsRequest = exports.ListProvisionedConcurrencyConfigsRequest || (exports.ListProvisionedConcurrencyConfigsRequest = {}));
|
|
1346
|
+
var ProvisionedConcurrencyConfigListItem;
|
|
1347
|
+
(function (ProvisionedConcurrencyConfigListItem) {
|
|
1348
|
+
/**
|
|
1349
|
+
* @internal
|
|
1350
|
+
*/
|
|
1351
|
+
ProvisionedConcurrencyConfigListItem.filterSensitiveLog = (obj) => ({
|
|
1352
|
+
...obj,
|
|
1353
|
+
});
|
|
1354
|
+
})(ProvisionedConcurrencyConfigListItem = exports.ProvisionedConcurrencyConfigListItem || (exports.ProvisionedConcurrencyConfigListItem = {}));
|
|
1355
|
+
var ListProvisionedConcurrencyConfigsResponse;
|
|
1356
|
+
(function (ListProvisionedConcurrencyConfigsResponse) {
|
|
1357
|
+
/**
|
|
1358
|
+
* @internal
|
|
1359
|
+
*/
|
|
1360
|
+
ListProvisionedConcurrencyConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
1361
|
+
...obj,
|
|
1362
|
+
});
|
|
1363
|
+
})(ListProvisionedConcurrencyConfigsResponse = exports.ListProvisionedConcurrencyConfigsResponse || (exports.ListProvisionedConcurrencyConfigsResponse = {}));
|
|
1364
|
+
var ListTagsRequest;
|
|
1365
|
+
(function (ListTagsRequest) {
|
|
1366
|
+
/**
|
|
1367
|
+
* @internal
|
|
1368
|
+
*/
|
|
1369
|
+
ListTagsRequest.filterSensitiveLog = (obj) => ({
|
|
1370
|
+
...obj,
|
|
1371
|
+
});
|
|
1372
|
+
})(ListTagsRequest = exports.ListTagsRequest || (exports.ListTagsRequest = {}));
|
|
1373
|
+
var ListTagsResponse;
|
|
1374
|
+
(function (ListTagsResponse) {
|
|
1375
|
+
/**
|
|
1376
|
+
* @internal
|
|
1377
|
+
*/
|
|
1378
|
+
ListTagsResponse.filterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
})(ListTagsResponse = exports.ListTagsResponse || (exports.ListTagsResponse = {}));
|
|
1382
|
+
var ListVersionsByFunctionRequest;
|
|
1383
|
+
(function (ListVersionsByFunctionRequest) {
|
|
1384
|
+
/**
|
|
1385
|
+
* @internal
|
|
1386
|
+
*/
|
|
1387
|
+
ListVersionsByFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
1388
|
+
...obj,
|
|
1389
|
+
});
|
|
1390
|
+
})(ListVersionsByFunctionRequest = exports.ListVersionsByFunctionRequest || (exports.ListVersionsByFunctionRequest = {}));
|
|
1391
|
+
var ListVersionsByFunctionResponse;
|
|
1392
|
+
(function (ListVersionsByFunctionResponse) {
|
|
1393
|
+
/**
|
|
1394
|
+
* @internal
|
|
1395
|
+
*/
|
|
1396
|
+
ListVersionsByFunctionResponse.filterSensitiveLog = (obj) => ({
|
|
1397
|
+
...obj,
|
|
1398
|
+
...(obj.Versions && { Versions: obj.Versions.map((item) => FunctionConfiguration.filterSensitiveLog(item)) }),
|
|
1399
|
+
});
|
|
1400
|
+
})(ListVersionsByFunctionResponse = exports.ListVersionsByFunctionResponse || (exports.ListVersionsByFunctionResponse = {}));
|
|
1401
|
+
var LayerVersionContentInput;
|
|
1402
|
+
(function (LayerVersionContentInput) {
|
|
1403
|
+
/**
|
|
1404
|
+
* @internal
|
|
1405
|
+
*/
|
|
1406
|
+
LayerVersionContentInput.filterSensitiveLog = (obj) => ({
|
|
1407
|
+
...obj,
|
|
1408
|
+
...(obj.ZipFile && { ZipFile: smithy_client_1.SENSITIVE_STRING }),
|
|
1409
|
+
});
|
|
1410
|
+
})(LayerVersionContentInput = exports.LayerVersionContentInput || (exports.LayerVersionContentInput = {}));
|
|
1411
|
+
var PublishLayerVersionRequest;
|
|
1412
|
+
(function (PublishLayerVersionRequest) {
|
|
1413
|
+
/**
|
|
1414
|
+
* @internal
|
|
1415
|
+
*/
|
|
1416
|
+
PublishLayerVersionRequest.filterSensitiveLog = (obj) => ({
|
|
1417
|
+
...obj,
|
|
1418
|
+
...(obj.Content && { Content: LayerVersionContentInput.filterSensitiveLog(obj.Content) }),
|
|
1419
|
+
});
|
|
1420
|
+
})(PublishLayerVersionRequest = exports.PublishLayerVersionRequest || (exports.PublishLayerVersionRequest = {}));
|
|
1421
|
+
var PublishLayerVersionResponse;
|
|
1422
|
+
(function (PublishLayerVersionResponse) {
|
|
1423
|
+
/**
|
|
1424
|
+
* @internal
|
|
1425
|
+
*/
|
|
1426
|
+
PublishLayerVersionResponse.filterSensitiveLog = (obj) => ({
|
|
1427
|
+
...obj,
|
|
1428
|
+
});
|
|
1429
|
+
})(PublishLayerVersionResponse = exports.PublishLayerVersionResponse || (exports.PublishLayerVersionResponse = {}));
|
|
1430
|
+
var PublishVersionRequest;
|
|
1431
|
+
(function (PublishVersionRequest) {
|
|
1432
|
+
/**
|
|
1433
|
+
* @internal
|
|
1434
|
+
*/
|
|
1435
|
+
PublishVersionRequest.filterSensitiveLog = (obj) => ({
|
|
1436
|
+
...obj,
|
|
1437
|
+
});
|
|
1438
|
+
})(PublishVersionRequest = exports.PublishVersionRequest || (exports.PublishVersionRequest = {}));
|
|
1439
|
+
var PutFunctionCodeSigningConfigRequest;
|
|
1440
|
+
(function (PutFunctionCodeSigningConfigRequest) {
|
|
1441
|
+
/**
|
|
1442
|
+
* @internal
|
|
1443
|
+
*/
|
|
1444
|
+
PutFunctionCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1445
|
+
...obj,
|
|
1446
|
+
});
|
|
1447
|
+
})(PutFunctionCodeSigningConfigRequest = exports.PutFunctionCodeSigningConfigRequest || (exports.PutFunctionCodeSigningConfigRequest = {}));
|
|
1448
|
+
var PutFunctionCodeSigningConfigResponse;
|
|
1449
|
+
(function (PutFunctionCodeSigningConfigResponse) {
|
|
1450
|
+
/**
|
|
1451
|
+
* @internal
|
|
1452
|
+
*/
|
|
1453
|
+
PutFunctionCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1454
|
+
...obj,
|
|
1455
|
+
});
|
|
1456
|
+
})(PutFunctionCodeSigningConfigResponse = exports.PutFunctionCodeSigningConfigResponse || (exports.PutFunctionCodeSigningConfigResponse = {}));
|
|
1457
|
+
var PutFunctionConcurrencyRequest;
|
|
1458
|
+
(function (PutFunctionConcurrencyRequest) {
|
|
1459
|
+
/**
|
|
1460
|
+
* @internal
|
|
1461
|
+
*/
|
|
1462
|
+
PutFunctionConcurrencyRequest.filterSensitiveLog = (obj) => ({
|
|
1463
|
+
...obj,
|
|
1464
|
+
});
|
|
1465
|
+
})(PutFunctionConcurrencyRequest = exports.PutFunctionConcurrencyRequest || (exports.PutFunctionConcurrencyRequest = {}));
|
|
1466
|
+
var PutFunctionEventInvokeConfigRequest;
|
|
1467
|
+
(function (PutFunctionEventInvokeConfigRequest) {
|
|
1468
|
+
/**
|
|
1469
|
+
* @internal
|
|
1470
|
+
*/
|
|
1471
|
+
PutFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1472
|
+
...obj,
|
|
1473
|
+
});
|
|
1474
|
+
})(PutFunctionEventInvokeConfigRequest = exports.PutFunctionEventInvokeConfigRequest || (exports.PutFunctionEventInvokeConfigRequest = {}));
|
|
1475
|
+
var PutProvisionedConcurrencyConfigRequest;
|
|
1476
|
+
(function (PutProvisionedConcurrencyConfigRequest) {
|
|
1477
|
+
/**
|
|
1478
|
+
* @internal
|
|
1479
|
+
*/
|
|
1480
|
+
PutProvisionedConcurrencyConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1481
|
+
...obj,
|
|
1482
|
+
});
|
|
1483
|
+
})(PutProvisionedConcurrencyConfigRequest = exports.PutProvisionedConcurrencyConfigRequest || (exports.PutProvisionedConcurrencyConfigRequest = {}));
|
|
1484
|
+
var PutProvisionedConcurrencyConfigResponse;
|
|
1485
|
+
(function (PutProvisionedConcurrencyConfigResponse) {
|
|
1486
|
+
/**
|
|
1487
|
+
* @internal
|
|
1488
|
+
*/
|
|
1489
|
+
PutProvisionedConcurrencyConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1490
|
+
...obj,
|
|
1491
|
+
});
|
|
1492
|
+
})(PutProvisionedConcurrencyConfigResponse = exports.PutProvisionedConcurrencyConfigResponse || (exports.PutProvisionedConcurrencyConfigResponse = {}));
|
|
1493
|
+
var RemoveLayerVersionPermissionRequest;
|
|
1494
|
+
(function (RemoveLayerVersionPermissionRequest) {
|
|
1495
|
+
/**
|
|
1496
|
+
* @internal
|
|
1497
|
+
*/
|
|
1498
|
+
RemoveLayerVersionPermissionRequest.filterSensitiveLog = (obj) => ({
|
|
1499
|
+
...obj,
|
|
1500
|
+
});
|
|
1501
|
+
})(RemoveLayerVersionPermissionRequest = exports.RemoveLayerVersionPermissionRequest || (exports.RemoveLayerVersionPermissionRequest = {}));
|
|
1502
|
+
var RemovePermissionRequest;
|
|
1503
|
+
(function (RemovePermissionRequest) {
|
|
1504
|
+
/**
|
|
1505
|
+
* @internal
|
|
1506
|
+
*/
|
|
1507
|
+
RemovePermissionRequest.filterSensitiveLog = (obj) => ({
|
|
1508
|
+
...obj,
|
|
1509
|
+
});
|
|
1510
|
+
})(RemovePermissionRequest = exports.RemovePermissionRequest || (exports.RemovePermissionRequest = {}));
|
|
1511
|
+
var TagResourceRequest;
|
|
1512
|
+
(function (TagResourceRequest) {
|
|
1513
|
+
/**
|
|
1514
|
+
* @internal
|
|
1515
|
+
*/
|
|
1516
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1517
|
+
...obj,
|
|
1518
|
+
});
|
|
1519
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1520
|
+
var UntagResourceRequest;
|
|
1521
|
+
(function (UntagResourceRequest) {
|
|
1522
|
+
/**
|
|
1523
|
+
* @internal
|
|
1524
|
+
*/
|
|
1525
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1526
|
+
...obj,
|
|
1527
|
+
});
|
|
1528
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1529
|
+
var UpdateAliasRequest;
|
|
1530
|
+
(function (UpdateAliasRequest) {
|
|
1531
|
+
/**
|
|
1532
|
+
* @internal
|
|
1533
|
+
*/
|
|
1534
|
+
UpdateAliasRequest.filterSensitiveLog = (obj) => ({
|
|
1535
|
+
...obj,
|
|
1536
|
+
});
|
|
1537
|
+
})(UpdateAliasRequest = exports.UpdateAliasRequest || (exports.UpdateAliasRequest = {}));
|
|
1538
|
+
var UpdateCodeSigningConfigRequest;
|
|
1539
|
+
(function (UpdateCodeSigningConfigRequest) {
|
|
1540
|
+
/**
|
|
1541
|
+
* @internal
|
|
1542
|
+
*/
|
|
1543
|
+
UpdateCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1544
|
+
...obj,
|
|
1545
|
+
});
|
|
1546
|
+
})(UpdateCodeSigningConfigRequest = exports.UpdateCodeSigningConfigRequest || (exports.UpdateCodeSigningConfigRequest = {}));
|
|
1547
|
+
var UpdateCodeSigningConfigResponse;
|
|
1548
|
+
(function (UpdateCodeSigningConfigResponse) {
|
|
1549
|
+
/**
|
|
1550
|
+
* @internal
|
|
1551
|
+
*/
|
|
1552
|
+
UpdateCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1553
|
+
...obj,
|
|
1554
|
+
});
|
|
1555
|
+
})(UpdateCodeSigningConfigResponse = exports.UpdateCodeSigningConfigResponse || (exports.UpdateCodeSigningConfigResponse = {}));
|
|
1556
|
+
var UpdateEventSourceMappingRequest;
|
|
1557
|
+
(function (UpdateEventSourceMappingRequest) {
|
|
1558
|
+
/**
|
|
1559
|
+
* @internal
|
|
1560
|
+
*/
|
|
1561
|
+
UpdateEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
|
|
1562
|
+
...obj,
|
|
1563
|
+
});
|
|
1564
|
+
})(UpdateEventSourceMappingRequest = exports.UpdateEventSourceMappingRequest || (exports.UpdateEventSourceMappingRequest = {}));
|
|
1565
|
+
var UpdateFunctionCodeRequest;
|
|
1566
|
+
(function (UpdateFunctionCodeRequest) {
|
|
1567
|
+
/**
|
|
1568
|
+
* @internal
|
|
1569
|
+
*/
|
|
1570
|
+
UpdateFunctionCodeRequest.filterSensitiveLog = (obj) => ({
|
|
1571
|
+
...obj,
|
|
1572
|
+
...(obj.ZipFile && { ZipFile: smithy_client_1.SENSITIVE_STRING }),
|
|
1573
|
+
});
|
|
1574
|
+
})(UpdateFunctionCodeRequest = exports.UpdateFunctionCodeRequest || (exports.UpdateFunctionCodeRequest = {}));
|
|
1575
|
+
var UpdateFunctionConfigurationRequest;
|
|
1576
|
+
(function (UpdateFunctionConfigurationRequest) {
|
|
1577
|
+
/**
|
|
1578
|
+
* @internal
|
|
1579
|
+
*/
|
|
1580
|
+
UpdateFunctionConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1581
|
+
...obj,
|
|
1582
|
+
...(obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }),
|
|
1583
|
+
});
|
|
1584
|
+
})(UpdateFunctionConfigurationRequest = exports.UpdateFunctionConfigurationRequest || (exports.UpdateFunctionConfigurationRequest = {}));
|
|
1585
|
+
var UpdateFunctionEventInvokeConfigRequest;
|
|
1586
|
+
(function (UpdateFunctionEventInvokeConfigRequest) {
|
|
1587
|
+
/**
|
|
1588
|
+
* @internal
|
|
1589
|
+
*/
|
|
1590
|
+
UpdateFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1591
|
+
...obj,
|
|
1592
|
+
});
|
|
1593
|
+
})(UpdateFunctionEventInvokeConfigRequest = exports.UpdateFunctionEventInvokeConfigRequest || (exports.UpdateFunctionEventInvokeConfigRequest = {}));
|