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