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§
- Bundle
Details The details of the bundle.
- Create
Project Request Request structure used to request a project be created.
- Create
Project Result Result structure used in response to a request to create a project.
- Delete
Project Request Request structure used to request a project be deleted.
- Delete
Project Result Result structure used in response to request to delete a project.
- Describe
Bundle Request Request structure to request the details of a specific bundle.
- Describe
Bundle Result Result structure contains the details of the bundle.
- Describe
Project Request Request structure used to request details about a project.
- Describe
Project Result Result structure used for requests of project details.
- Export
Bundle Request Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.
- Export
Bundle Result 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.
- Export
Project Request Request structure used in requests to export project configuration details.
- Export
Project Result Result structure used for requests to export project configuration details.
- List
Bundles Request Request structure to request all available bundles.
- List
Bundles Result Result structure contains a list of all available bundles with details.
- List
Projects Request Request structure used to request projects list in AWS Mobile Hub.
- List
Projects Result Result structure used for requests to list projects in AWS Mobile Hub.
- Mobile
Client - A client for the AWS Mobile API.
- Project
Details Detailed information about an AWS Mobile Hub project.
- Project
Summary Summary information about an AWS Mobile Hub project.
- Resource
Information about an instance of an AWS resource associated with a project.
- Update
Project Request Request structure used for requests to update project configuration.
- Update
Project Result Result structure used for requests to updated project configuration.
Enums§
- Create
Project Error - Errors returned by CreateProject
- Delete
Project Error - Errors returned by DeleteProject
- Describe
Bundle Error - Errors returned by DescribeBundle
- Describe
Project Error - Errors returned by DescribeProject
- Export
Bundle Error - Errors returned by ExportBundle
- Export
Project Error - Errors returned by ExportProject
- List
Bundles Error - Errors returned by ListBundles
- List
Projects Error - Errors returned by ListProjects
- Update
Project Error - Errors returned by UpdateProject
Traits§
- Mobile
- Trait representing the capabilities of the AWS Mobile API. AWS Mobile clients implement this trait.