Mobile
import { Mobile } from "https://aws-api.deno.dev/v0.2/services/mobile.ts?docs=full";
class Mobile { }
constructor(apiFactory: client.ApiFactory);
async createProject(params?: CreateProjectRequest, opts?: client.RequestOptions): Promise<CreateProjectResult>;
async deleteProject(params: DeleteProjectRequest, opts?: client.RequestOptions): Promise<DeleteProjectResult>;
async describeBundle(params: DescribeBundleRequest, opts?: client.RequestOptions): Promise<DescribeBundleResult>;
async describeProject(params: DescribeProjectRequest, opts?: client.RequestOptions): Promise<DescribeProjectResult>;
async exportBundle(params: ExportBundleRequest, opts?: client.RequestOptions): Promise<ExportBundleResult>;
async exportProject(params: ExportProjectRequest, opts?: client.RequestOptions): Promise<ExportProjectResult>;
async listBundles(params?: ListBundlesRequest, opts?: client.RequestOptions): Promise<ListBundlesResult>;
async listProjects(params?: ListProjectsRequest, opts?: client.RequestOptions): Promise<ListProjectsResult>;
async updateProject(params: UpdateProjectRequest, opts?: client.RequestOptions): Promise<UpdateProjectResult>;
§Constructors
§
new Mobile(apiFactory: client.ApiFactory)
[src]§Methods
§
createProject(params?: CreateProjectRequest, opts?: client.RequestOptions): Promise<CreateProjectResult>
[src]Creates an AWS Mobile Hub project.
§
deleteProject(params: DeleteProjectRequest, opts?: client.RequestOptions): Promise<DeleteProjectResult>
[src]Delets a project in AWS Mobile Hub.
§
describeBundle(params: DescribeBundleRequest, opts?: client.RequestOptions): Promise<DescribeBundleResult>
[src]Get the bundle details for the requested bundle id.
§
describeProject(params: DescribeProjectRequest, opts?: client.RequestOptions): Promise<DescribeProjectResult>
[src]Gets details about a project in AWS Mobile Hub.
§
exportBundle(params: ExportBundleRequest, opts?: client.RequestOptions): Promise<ExportBundleResult>
[src]Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
§
exportProject(params: ExportProjectRequest, opts?: client.RequestOptions): Promise<ExportProjectResult>
[src]Exports project configuration to a snapshot which can be downloaded and shared. Note that mobile app push credentials are encrypted in exported projects, so they can only be shared successfully within the same AWS account.
§
listProjects(params?: ListProjectsRequest, opts?: client.RequestOptions): Promise<ListProjectsResult>
[src]Lists projects in AWS Mobile Hub.
§
updateProject(params: UpdateProjectRequest, opts?: client.RequestOptions): Promise<UpdateProjectResult>
[src]Update an existing project.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]