Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AppRunner

import { AppRunner } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apprunner.ts";
class AppRunner {
constructor(apiFactory: client.ApiFactory);
async associateCustomDomain(params: AssociateCustomDomainRequest, opts?: client.RequestOptions): Promise<AssociateCustomDomainResponse>;
async createAutoScalingConfiguration(params: CreateAutoScalingConfigurationRequest, opts?: client.RequestOptions): Promise<CreateAutoScalingConfigurationResponse>;
async createConnection(params: CreateConnectionRequest, opts?: client.RequestOptions): Promise<CreateConnectionResponse>;
async createService(params: CreateServiceRequest, opts?: client.RequestOptions): Promise<CreateServiceResponse>;
async deleteAutoScalingConfiguration(params: DeleteAutoScalingConfigurationRequest, opts?: client.RequestOptions): Promise<DeleteAutoScalingConfigurationResponse>;
async deleteConnection(params: DeleteConnectionRequest, opts?: client.RequestOptions): Promise<DeleteConnectionResponse>;
async deleteService(params: DeleteServiceRequest, opts?: client.RequestOptions): Promise<DeleteServiceResponse>;
async describeAutoScalingConfiguration(params: DescribeAutoScalingConfigurationRequest, opts?: client.RequestOptions): Promise<DescribeAutoScalingConfigurationResponse>;
async describeCustomDomains(params: DescribeCustomDomainsRequest, opts?: client.RequestOptions): Promise<DescribeCustomDomainsResponse>;
async describeService(params: DescribeServiceRequest, opts?: client.RequestOptions): Promise<DescribeServiceResponse>;
async disassociateCustomDomain(params: DisassociateCustomDomainRequest, opts?: client.RequestOptions): Promise<DisassociateCustomDomainResponse>;
async listAutoScalingConfigurations(params?: ListAutoScalingConfigurationsRequest, opts?: client.RequestOptions): Promise<ListAutoScalingConfigurationsResponse>;
async listConnections(params?: ListConnectionsRequest, opts?: client.RequestOptions): Promise<ListConnectionsResponse>;
async listOperations(params: ListOperationsRequest, opts?: client.RequestOptions): Promise<ListOperationsResponse>;
async listServices(params?: ListServicesRequest, opts?: client.RequestOptions): Promise<ListServicesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async pauseService(params: PauseServiceRequest, opts?: client.RequestOptions): Promise<PauseServiceResponse>;
async resumeService(params: ResumeServiceRequest, opts?: client.RequestOptions): Promise<ResumeServiceResponse>;
async startDeployment(params: StartDeploymentRequest, opts?: client.RequestOptions): Promise<StartDeploymentResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateService(params: UpdateServiceRequest, opts?: client.RequestOptions): Promise<UpdateServiceResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new AppRunner(apiFactory: client.ApiFactory)
[src]

§Methods

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties