ServerlessApplicationRepository
import { ServerlessApplicationRepository } from "https://aws-api.deno.dev/v0.2/services/serverlessapplicationrepository.ts?docs=full";
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]Creates an application, optionally including an AWS SAM file to create the first application version in the same call.
§
createApplicationVersion(params: CreateApplicationVersionRequest, opts?: client.RequestOptions): Promise<CreateApplicationVersionResponse>
[src]Creates an application version.
§
createCloudFormationChangeSet(params: CreateCloudFormationChangeSetRequest, opts?: client.RequestOptions): Promise<CreateCloudFormationChangeSetResponse>
[src]Creates an AWS CloudFormation change set for the given application.
§
createCloudFormationTemplate(params: CreateCloudFormationTemplateRequest, opts?: client.RequestOptions): Promise<CreateCloudFormationTemplateResponse>
[src]Creates an AWS CloudFormation template.
§
getApplication(params: GetApplicationRequest, opts?: client.RequestOptions): Promise<GetApplicationResponse>
[src]Gets the specified application.
§
getApplicationPolicy(params: GetApplicationPolicyRequest, opts?: client.RequestOptions): Promise<GetApplicationPolicyResponse>
[src]Retrieves the policy for the application.
§
getCloudFormationTemplate(params: GetCloudFormationTemplateRequest, opts?: client.RequestOptions): Promise<GetCloudFormationTemplateResponse>
[src]Gets the specified AWS CloudFormation template.
§
listApplicationDependencies(params: ListApplicationDependenciesRequest, opts?: client.RequestOptions): Promise<ListApplicationDependenciesResponse>
[src]Retrieves the list of applications nested in the containing application.
§
listApplications(params?: ListApplicationsRequest, opts?: client.RequestOptions): Promise<ListApplicationsResponse>
[src]Lists applications owned by the requester.
§
listApplicationVersions(params: ListApplicationVersionsRequest, opts?: client.RequestOptions): Promise<ListApplicationVersionsResponse>
[src]Lists versions for the specified application.
§
putApplicationPolicy(params: PutApplicationPolicyRequest, opts?: client.RequestOptions): Promise<PutApplicationPolicyResponse>
[src]Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
§
updateApplication(params: UpdateApplicationRequest, opts?: client.RequestOptions): Promise<UpdateApplicationResponse>
[src]Updates the specified application.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]