/**
*
App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code * to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to * provision and configure Amazon Web Services resources.
*App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations, * high performance, scalability, and security.
*For more information about App Runner, see the App Runner Developer Guide. * For release information, see the App Runner Release Notes.
** To install the Software Development Kits (SDKs), Integrated * Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for * Amazon Web Services.
** Endpoints *
*For a list of Region-specific endpoints that App Runner supports, see App Runner * endpoints and quotas in the Amazon Web Services General Reference.
* * @packageDocumentation */ export * from "./AppRunnerClient"; export * from "./AppRunner"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { AppRunnerExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { AppRunnerServiceException } from "./models/AppRunnerServiceException";