Crate rusoto_mobile[][src]

Expand description

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.

If you’re using the service, you’re probably looking for MobileClient and Mobile.

Structs

The details of the bundle.

Request structure used to request a project be created.

Result structure used in response to a request to create a project.

Request structure used to request a project be deleted.

Result structure used in response to request to delete a project.

Request structure to request the details of a specific bundle.

Result structure contains the details of the bundle.

Request structure used to request details about a project.

Result structure used for requests of project details.

Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.

Result structure which contains link to download custom-generated SDK and tool packages used to integrate mobile web or app clients with backed AWS resources.

Request structure used in requests to export project configuration details.

Result structure used for requests to export project configuration details.

Request structure to request all available bundles.

Result structure contains a list of all available bundles with details.

Request structure used to request projects list in AWS Mobile Hub.

Result structure used for requests to list projects in AWS Mobile Hub.

A client for the AWS Mobile API.

Detailed information about an AWS Mobile Hub project.

Summary information about an AWS Mobile Hub project.

Information about an instance of an AWS resource associated with a project.

Request structure used for requests to update project configuration.

Result structure used for requests to updated project configuration.

Enums

Errors returned by CreateProject

Errors returned by DeleteProject

Errors returned by DescribeBundle

Errors returned by DescribeProject

Errors returned by ExportBundle

Errors returned by ExportProject

Errors returned by ListBundles

Errors returned by ListProjects

Errors returned by UpdateProject

Traits

Trait representing the capabilities of the AWS Mobile API. AWS Mobile clients implement this trait.