ServerlessApplicationRepository
import { ServerlessApplicationRepository } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/serverlessapplicationrepository.ts";class ServerlessApplicationRepository { }
constructor(apiFactory: client.ApiFactory);
async createApplication(params: CreateApplicationRequest, opts?: client.RequestOptions): Promise<CreateApplicationResponse>;
async createApplicationVersion(params: CreateApplicationVersionRequest, opts?: client.RequestOptions): Promise<CreateApplicationVersionResponse>;
async createCloudFormationChangeSet(params: CreateCloudFormationChangeSetRequest, opts?: client.RequestOptions): Promise<CreateCloudFormationChangeSetResponse>;
async createCloudFormationTemplate(params: CreateCloudFormationTemplateRequest, opts?: client.RequestOptions): Promise<CreateCloudFormationTemplateResponse>;
async deleteApplication(params: DeleteApplicationRequest, opts?: client.RequestOptions): Promise<void>;
async getApplication(params: GetApplicationRequest, opts?: client.RequestOptions): Promise<GetApplicationResponse>;
async getApplicationPolicy(params: GetApplicationPolicyRequest, opts?: client.RequestOptions): Promise<GetApplicationPolicyResponse>;
async getCloudFormationTemplate(params: GetCloudFormationTemplateRequest, opts?: client.RequestOptions): Promise<GetCloudFormationTemplateResponse>;
async listApplicationDependencies(params: ListApplicationDependenciesRequest, opts?: client.RequestOptions): Promise<ListApplicationDependenciesResponse>;
async listApplications(params?: ListApplicationsRequest, opts?: client.RequestOptions): Promise<ListApplicationsResponse>;
async listApplicationVersions(params: ListApplicationVersionsRequest, opts?: client.RequestOptions): Promise<ListApplicationVersionsResponse>;
async putApplicationPolicy(params: PutApplicationPolicyRequest, opts?: client.RequestOptions): Promise<PutApplicationPolicyResponse>;
async unshareApplication(params: UnshareApplicationRequest, opts?: client.RequestOptions): Promise<void>;
async updateApplication(params: UpdateApplicationRequest, opts?: client.RequestOptions): Promise<UpdateApplicationResponse>;
§Constructors
§
new ServerlessApplicationRepository(apiFactory: client.ApiFactory)
[src]§Methods
§
createApplication(params: CreateApplicationRequest, opts?: client.RequestOptions): Promise<CreateApplicationResponse>
[src]§
createApplicationVersion(params: CreateApplicationVersionRequest, opts?: client.RequestOptions): Promise<CreateApplicationVersionResponse>
[src]§
createCloudFormationChangeSet(params: CreateCloudFormationChangeSetRequest, opts?: client.RequestOptions): Promise<CreateCloudFormationChangeSetResponse>
[src]§
createCloudFormationTemplate(params: CreateCloudFormationTemplateRequest, opts?: client.RequestOptions): Promise<CreateCloudFormationTemplateResponse>
[src]§
getApplication(params: GetApplicationRequest, opts?: client.RequestOptions): Promise<GetApplicationResponse>
[src]§
getApplicationPolicy(params: GetApplicationPolicyRequest, opts?: client.RequestOptions): Promise<GetApplicationPolicyResponse>
[src]§
getCloudFormationTemplate(params: GetCloudFormationTemplateRequest, opts?: client.RequestOptions): Promise<GetCloudFormationTemplateResponse>
[src]§
listApplicationDependencies(params: ListApplicationDependenciesRequest, opts?: client.RequestOptions): Promise<ListApplicationDependenciesResponse>
[src]§
listApplications(params?: ListApplicationsRequest, opts?: client.RequestOptions): Promise<ListApplicationsResponse>
[src]§
listApplicationVersions(params: ListApplicationVersionsRequest, opts?: client.RequestOptions): Promise<ListApplicationVersionsResponse>
[src]§
putApplicationPolicy(params: PutApplicationPolicyRequest, opts?: client.RequestOptions): Promise<PutApplicationPolicyResponse>
[src]§
updateApplication(params: UpdateApplicationRequest, opts?: client.RequestOptions): Promise<UpdateApplicationResponse>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]