import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types"; import { AppRunnerClient } from "./AppRunnerClient"; import { type AssociateCustomDomainCommandInput, type AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand"; import { type CreateAutoScalingConfigurationCommandInput, type CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand"; import { type CreateConnectionCommandInput, type CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand"; import { type CreateObservabilityConfigurationCommandInput, type CreateObservabilityConfigurationCommandOutput } from "./commands/CreateObservabilityConfigurationCommand"; import { type CreateServiceCommandInput, type CreateServiceCommandOutput } from "./commands/CreateServiceCommand"; import { type CreateVpcConnectorCommandInput, type CreateVpcConnectorCommandOutput } from "./commands/CreateVpcConnectorCommand"; import { type CreateVpcIngressConnectionCommandInput, type CreateVpcIngressConnectionCommandOutput } from "./commands/CreateVpcIngressConnectionCommand"; import { type DeleteAutoScalingConfigurationCommandInput, type DeleteAutoScalingConfigurationCommandOutput } from "./commands/DeleteAutoScalingConfigurationCommand"; import { type DeleteConnectionCommandInput, type DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand"; import { type DeleteObservabilityConfigurationCommandInput, type DeleteObservabilityConfigurationCommandOutput } from "./commands/DeleteObservabilityConfigurationCommand"; import { type DeleteServiceCommandInput, type DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand"; import { type DeleteVpcConnectorCommandInput, type DeleteVpcConnectorCommandOutput } from "./commands/DeleteVpcConnectorCommand"; import { type DeleteVpcIngressConnectionCommandInput, type DeleteVpcIngressConnectionCommandOutput } from "./commands/DeleteVpcIngressConnectionCommand"; import { type DescribeAutoScalingConfigurationCommandInput, type DescribeAutoScalingConfigurationCommandOutput } from "./commands/DescribeAutoScalingConfigurationCommand"; import { type DescribeCustomDomainsCommandInput, type DescribeCustomDomainsCommandOutput } from "./commands/DescribeCustomDomainsCommand"; import { type DescribeObservabilityConfigurationCommandInput, type DescribeObservabilityConfigurationCommandOutput } from "./commands/DescribeObservabilityConfigurationCommand"; import { type DescribeServiceCommandInput, type DescribeServiceCommandOutput } from "./commands/DescribeServiceCommand"; import { type DescribeVpcConnectorCommandInput, type DescribeVpcConnectorCommandOutput } from "./commands/DescribeVpcConnectorCommand"; import { type DescribeVpcIngressConnectionCommandInput, type DescribeVpcIngressConnectionCommandOutput } from "./commands/DescribeVpcIngressConnectionCommand"; import { type DisassociateCustomDomainCommandInput, type DisassociateCustomDomainCommandOutput } from "./commands/DisassociateCustomDomainCommand"; import { type ListAutoScalingConfigurationsCommandInput, type ListAutoScalingConfigurationsCommandOutput } from "./commands/ListAutoScalingConfigurationsCommand"; import { type ListConnectionsCommandInput, type ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand"; import { type ListObservabilityConfigurationsCommandInput, type ListObservabilityConfigurationsCommandOutput } from "./commands/ListObservabilityConfigurationsCommand"; import { type ListOperationsCommandInput, type ListOperationsCommandOutput } from "./commands/ListOperationsCommand"; import { type ListServicesCommandInput, type ListServicesCommandOutput } from "./commands/ListServicesCommand"; import { type ListServicesForAutoScalingConfigurationCommandInput, type ListServicesForAutoScalingConfigurationCommandOutput } from "./commands/ListServicesForAutoScalingConfigurationCommand"; import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand"; import { type ListVpcConnectorsCommandInput, type ListVpcConnectorsCommandOutput } from "./commands/ListVpcConnectorsCommand"; import { type ListVpcIngressConnectionsCommandInput, type ListVpcIngressConnectionsCommandOutput } from "./commands/ListVpcIngressConnectionsCommand"; import { type PauseServiceCommandInput, type PauseServiceCommandOutput } from "./commands/PauseServiceCommand"; import { type ResumeServiceCommandInput, type ResumeServiceCommandOutput } from "./commands/ResumeServiceCommand"; import { type StartDeploymentCommandInput, type StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand"; import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand"; import { type UpdateDefaultAutoScalingConfigurationCommandInput, type UpdateDefaultAutoScalingConfigurationCommandOutput } from "./commands/UpdateDefaultAutoScalingConfigurationCommand"; import { type UpdateServiceCommandInput, type UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand"; import { type UpdateVpcIngressConnectionCommandInput, type UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand"; export interface AppRunner { /** * @see {@link AssociateCustomDomainCommand} */ associateCustomDomain(args: AssociateCustomDomainCommandInput, options?: __HttpHandlerOptions): Promise; associateCustomDomain(args: AssociateCustomDomainCommandInput, cb: (err: any, data?: AssociateCustomDomainCommandOutput) => void): void; associateCustomDomain(args: AssociateCustomDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateCustomDomainCommandOutput) => void): void; /** * @see {@link CreateAutoScalingConfigurationCommand} */ createAutoScalingConfiguration(args: CreateAutoScalingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; createAutoScalingConfiguration(args: CreateAutoScalingConfigurationCommandInput, cb: (err: any, data?: CreateAutoScalingConfigurationCommandOutput) => void): void; createAutoScalingConfiguration(args: CreateAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoScalingConfigurationCommandOutput) => void): void; /** * @see {@link CreateConnectionCommand} */ createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise; createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void; createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void; /** * @see {@link CreateObservabilityConfigurationCommand} */ createObservabilityConfiguration(args: CreateObservabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; createObservabilityConfiguration(args: CreateObservabilityConfigurationCommandInput, cb: (err: any, data?: CreateObservabilityConfigurationCommandOutput) => void): void; createObservabilityConfiguration(args: CreateObservabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateObservabilityConfigurationCommandOutput) => void): void; /** * @see {@link CreateServiceCommand} */ createService(args: CreateServiceCommandInput, options?: __HttpHandlerOptions): Promise; createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void; createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void; /** * @see {@link CreateVpcConnectorCommand} */ createVpcConnector(args: CreateVpcConnectorCommandInput, options?: __HttpHandlerOptions): Promise; createVpcConnector(args: CreateVpcConnectorCommandInput, cb: (err: any, data?: CreateVpcConnectorCommandOutput) => void): void; createVpcConnector(args: CreateVpcConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcConnectorCommandOutput) => void): void; /** * @see {@link CreateVpcIngressConnectionCommand} */ createVpcIngressConnection(args: CreateVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise; createVpcIngressConnection(args: CreateVpcIngressConnectionCommandInput, cb: (err: any, data?: CreateVpcIngressConnectionCommandOutput) => void): void; createVpcIngressConnection(args: CreateVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcIngressConnectionCommandOutput) => void): void; /** * @see {@link DeleteAutoScalingConfigurationCommand} */ deleteAutoScalingConfiguration(args: DeleteAutoScalingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; deleteAutoScalingConfiguration(args: DeleteAutoScalingConfigurationCommandInput, cb: (err: any, data?: DeleteAutoScalingConfigurationCommandOutput) => void): void; deleteAutoScalingConfiguration(args: DeleteAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutoScalingConfigurationCommandOutput) => void): void; /** * @see {@link DeleteConnectionCommand} */ deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise; deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void; deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void; /** * @see {@link DeleteObservabilityConfigurationCommand} */ deleteObservabilityConfiguration(args: DeleteObservabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; deleteObservabilityConfiguration(args: DeleteObservabilityConfigurationCommandInput, cb: (err: any, data?: DeleteObservabilityConfigurationCommandOutput) => void): void; deleteObservabilityConfiguration(args: DeleteObservabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObservabilityConfigurationCommandOutput) => void): void; /** * @see {@link DeleteServiceCommand} */ deleteService(args: DeleteServiceCommandInput, options?: __HttpHandlerOptions): Promise; deleteService(args: DeleteServiceCommandInput, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void; deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void; /** * @see {@link DeleteVpcConnectorCommand} */ deleteVpcConnector(args: DeleteVpcConnectorCommandInput, options?: __HttpHandlerOptions): Promise; deleteVpcConnector(args: DeleteVpcConnectorCommandInput, cb: (err: any, data?: DeleteVpcConnectorCommandOutput) => void): void; deleteVpcConnector(args: DeleteVpcConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcConnectorCommandOutput) => void): void; /** * @see {@link DeleteVpcIngressConnectionCommand} */ deleteVpcIngressConnection(args: DeleteVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise; deleteVpcIngressConnection(args: DeleteVpcIngressConnectionCommandInput, cb: (err: any, data?: DeleteVpcIngressConnectionCommandOutput) => void): void; deleteVpcIngressConnection(args: DeleteVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcIngressConnectionCommandOutput) => void): void; /** * @see {@link DescribeAutoScalingConfigurationCommand} */ describeAutoScalingConfiguration(args: DescribeAutoScalingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; describeAutoScalingConfiguration(args: DescribeAutoScalingConfigurationCommandInput, cb: (err: any, data?: DescribeAutoScalingConfigurationCommandOutput) => void): void; describeAutoScalingConfiguration(args: DescribeAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingConfigurationCommandOutput) => void): void; /** * @see {@link DescribeCustomDomainsCommand} */ describeCustomDomains(args: DescribeCustomDomainsCommandInput, options?: __HttpHandlerOptions): Promise; describeCustomDomains(args: DescribeCustomDomainsCommandInput, cb: (err: any, data?: DescribeCustomDomainsCommandOutput) => void): void; describeCustomDomains(args: DescribeCustomDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomDomainsCommandOutput) => void): void; /** * @see {@link DescribeObservabilityConfigurationCommand} */ describeObservabilityConfiguration(args: DescribeObservabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; describeObservabilityConfiguration(args: DescribeObservabilityConfigurationCommandInput, cb: (err: any, data?: DescribeObservabilityConfigurationCommandOutput) => void): void; describeObservabilityConfiguration(args: DescribeObservabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObservabilityConfigurationCommandOutput) => void): void; /** * @see {@link DescribeServiceCommand} */ describeService(args: DescribeServiceCommandInput, options?: __HttpHandlerOptions): Promise; describeService(args: DescribeServiceCommandInput, cb: (err: any, data?: DescribeServiceCommandOutput) => void): void; describeService(args: DescribeServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceCommandOutput) => void): void; /** * @see {@link DescribeVpcConnectorCommand} */ describeVpcConnector(args: DescribeVpcConnectorCommandInput, options?: __HttpHandlerOptions): Promise; describeVpcConnector(args: DescribeVpcConnectorCommandInput, cb: (err: any, data?: DescribeVpcConnectorCommandOutput) => void): void; describeVpcConnector(args: DescribeVpcConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcConnectorCommandOutput) => void): void; /** * @see {@link DescribeVpcIngressConnectionCommand} */ describeVpcIngressConnection(args: DescribeVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise; describeVpcIngressConnection(args: DescribeVpcIngressConnectionCommandInput, cb: (err: any, data?: DescribeVpcIngressConnectionCommandOutput) => void): void; describeVpcIngressConnection(args: DescribeVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcIngressConnectionCommandOutput) => void): void; /** * @see {@link DisassociateCustomDomainCommand} */ disassociateCustomDomain(args: DisassociateCustomDomainCommandInput, options?: __HttpHandlerOptions): Promise; disassociateCustomDomain(args: DisassociateCustomDomainCommandInput, cb: (err: any, data?: DisassociateCustomDomainCommandOutput) => void): void; disassociateCustomDomain(args: DisassociateCustomDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateCustomDomainCommandOutput) => void): void; /** * @see {@link ListAutoScalingConfigurationsCommand} */ listAutoScalingConfigurations(): Promise; listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise; listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void): void; listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void): void; /** * @see {@link ListConnectionsCommand} */ listConnections(): Promise; listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise; listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void; listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void; /** * @see {@link ListObservabilityConfigurationsCommand} */ listObservabilityConfigurations(): Promise; listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise; listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void): void; listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void): void; /** * @see {@link ListOperationsCommand} */ listOperations(args: ListOperationsCommandInput, options?: __HttpHandlerOptions): Promise; listOperations(args: ListOperationsCommandInput, cb: (err: any, data?: ListOperationsCommandOutput) => void): void; listOperations(args: ListOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOperationsCommandOutput) => void): void; /** * @see {@link ListServicesCommand} */ listServices(): Promise; listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise; listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void; listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void; /** * @see {@link ListServicesForAutoScalingConfigurationCommand} */ listServicesForAutoScalingConfiguration(args: ListServicesForAutoScalingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; listServicesForAutoScalingConfiguration(args: ListServicesForAutoScalingConfigurationCommandInput, cb: (err: any, data?: ListServicesForAutoScalingConfigurationCommandOutput) => void): void; listServicesForAutoScalingConfiguration(args: ListServicesForAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesForAutoScalingConfigurationCommandOutput) => void): void; /** * @see {@link ListTagsForResourceCommand} */ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise; listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void; listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void; /** * @see {@link ListVpcConnectorsCommand} */ listVpcConnectors(): Promise; listVpcConnectors(args: ListVpcConnectorsCommandInput, options?: __HttpHandlerOptions): Promise; listVpcConnectors(args: ListVpcConnectorsCommandInput, cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void): void; listVpcConnectors(args: ListVpcConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void): void; /** * @see {@link ListVpcIngressConnectionsCommand} */ listVpcIngressConnections(): Promise; listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, options?: __HttpHandlerOptions): Promise; listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, cb: (err: any, data?: ListVpcIngressConnectionsCommandOutput) => void): void; listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcIngressConnectionsCommandOutput) => void): void; /** * @see {@link PauseServiceCommand} */ pauseService(args: PauseServiceCommandInput, options?: __HttpHandlerOptions): Promise; pauseService(args: PauseServiceCommandInput, cb: (err: any, data?: PauseServiceCommandOutput) => void): void; pauseService(args: PauseServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PauseServiceCommandOutput) => void): void; /** * @see {@link ResumeServiceCommand} */ resumeService(args: ResumeServiceCommandInput, options?: __HttpHandlerOptions): Promise; resumeService(args: ResumeServiceCommandInput, cb: (err: any, data?: ResumeServiceCommandOutput) => void): void; resumeService(args: ResumeServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeServiceCommandOutput) => void): void; /** * @see {@link StartDeploymentCommand} */ startDeployment(args: StartDeploymentCommandInput, options?: __HttpHandlerOptions): Promise; startDeployment(args: StartDeploymentCommandInput, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void; startDeployment(args: StartDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void; /** * @see {@link TagResourceCommand} */ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise; tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void; tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void; /** * @see {@link UntagResourceCommand} */ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise; untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void; untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void; /** * @see {@link UpdateDefaultAutoScalingConfigurationCommand} */ updateDefaultAutoScalingConfiguration(args: UpdateDefaultAutoScalingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise; updateDefaultAutoScalingConfiguration(args: UpdateDefaultAutoScalingConfigurationCommandInput, cb: (err: any, data?: UpdateDefaultAutoScalingConfigurationCommandOutput) => void): void; updateDefaultAutoScalingConfiguration(args: UpdateDefaultAutoScalingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDefaultAutoScalingConfigurationCommandOutput) => void): void; /** * @see {@link UpdateServiceCommand} */ updateService(args: UpdateServiceCommandInput, options?: __HttpHandlerOptions): Promise; updateService(args: UpdateServiceCommandInput, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void; updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void; /** * @see {@link UpdateVpcIngressConnectionCommand} */ updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise; updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, cb: (err: any, data?: UpdateVpcIngressConnectionCommandOutput) => void): void; updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcIngressConnectionCommandOutput) => void): void; /** * @see {@link DescribeCustomDomainsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link DescribeCustomDomainsCommandOutput}. */ paginateDescribeCustomDomains(args: DescribeCustomDomainsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListAutoScalingConfigurationsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListAutoScalingConfigurationsCommandOutput}. */ paginateListAutoScalingConfigurations(args?: ListAutoScalingConfigurationsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListConnectionsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListConnectionsCommandOutput}. */ paginateListConnections(args?: ListConnectionsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListObservabilityConfigurationsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListObservabilityConfigurationsCommandOutput}. */ paginateListObservabilityConfigurations(args?: ListObservabilityConfigurationsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListOperationsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListOperationsCommandOutput}. */ paginateListOperations(args: ListOperationsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListServicesCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListServicesCommandOutput}. */ paginateListServices(args?: ListServicesCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListServicesForAutoScalingConfigurationCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListServicesForAutoScalingConfigurationCommandOutput}. */ paginateListServicesForAutoScalingConfiguration(args: ListServicesForAutoScalingConfigurationCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListVpcConnectorsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListVpcConnectorsCommandOutput}. */ paginateListVpcConnectors(args?: ListVpcConnectorsCommandInput, paginationConfig?: Omit): Paginator; /** * @see {@link ListVpcIngressConnectionsCommand} * @param args - command input. * @param paginationConfig - optional pagination config. * @returns AsyncIterable of {@link ListVpcIngressConnectionsCommandOutput}. */ paginateListVpcIngressConnections(args?: ListVpcIngressConnectionsCommandInput, paginationConfig?: Omit): Paginator; } /** * App Runner *

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.

* @public */ export declare class AppRunner extends AppRunnerClient implements AppRunner { }