View Source AWS.Mobile (aws-elixir v0.14.1)

AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.

Summary

Functions

Creates an AWS Mobile Hub project.

Delets a project in AWS Mobile Hub.

Get the bundle details for the requested bundle id.

Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.

Exports project configuration to a snapshot which can be downloaded and shared.

Update an existing project.

Functions

Link to this function

create_project(client, input, options \\ [])

View Source

Creates an AWS Mobile Hub project.

Link to this function

delete_project(client, project_id, input, options \\ [])

View Source

Delets a project in AWS Mobile Hub.

Link to this function

describe_bundle(client, bundle_id, options \\ [])

View Source

Get the bundle details for the requested bundle id.

Link to this function

describe_project(client, project_id, sync_from_resources \\ nil, options \\ [])

View Source

Gets details about a project in AWS Mobile Hub.

Link to this function

export_bundle(client, bundle_id, input, options \\ [])

View Source

Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.

Link to this function

export_project(client, project_id, input, options \\ [])

View Source

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.

Link to this function

list_bundles(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List all available bundles.

Link to this function

list_projects(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists projects in AWS Mobile Hub.

Link to this function

update_project(client, input, options \\ [])

View Source

Update an existing project.