Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
Synopsis
- mobile :: Service
- _NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalFailureException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _UnauthorizedException :: AsError a => Getting (First ServiceError) a ServiceError
- _BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError
- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccountActionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
- module Network.AWS.Mobile.ListProjects
- module Network.AWS.Mobile.DeleteProject
- module Network.AWS.Mobile.UpdateProject
- module Network.AWS.Mobile.ListBundles
- module Network.AWS.Mobile.DescribeProject
- module Network.AWS.Mobile.ExportProject
- module Network.AWS.Mobile.DescribeBundle
- module Network.AWS.Mobile.ExportBundle
- module Network.AWS.Mobile.CreateProject
- data Platform
- data ProjectState
- data BundleDetails
- bundleDetails :: BundleDetails
- bdAvailablePlatforms :: Lens' BundleDetails [Platform]
- bdBundleId :: Lens' BundleDetails (Maybe Text)
- bdVersion :: Lens' BundleDetails (Maybe Text)
- bdIconURL :: Lens' BundleDetails (Maybe Text)
- bdTitle :: Lens' BundleDetails (Maybe Text)
- bdDescription :: Lens' BundleDetails (Maybe Text)
- data ProjectDetails
- projectDetails :: ProjectDetails
- pdState :: Lens' ProjectDetails (Maybe ProjectState)
- pdResources :: Lens' ProjectDetails [Resource]
- pdCreatedDate :: Lens' ProjectDetails (Maybe UTCTime)
- pdConsoleURL :: Lens' ProjectDetails (Maybe Text)
- pdName :: Lens' ProjectDetails (Maybe Text)
- pdRegion :: Lens' ProjectDetails (Maybe Text)
- pdProjectId :: Lens' ProjectDetails (Maybe Text)
- pdLastUpdatedDate :: Lens' ProjectDetails (Maybe UTCTime)
- data ProjectSummary
- projectSummary :: ProjectSummary
- psName :: Lens' ProjectSummary (Maybe Text)
- psProjectId :: Lens' ProjectSummary (Maybe Text)
- data Resource
- resource :: Resource
- rFeature :: Lens' Resource (Maybe Text)
- rArn :: Lens' Resource (Maybe Text)
- rName :: Lens' Resource (Maybe Text)
- rAttributes :: Lens' Resource (HashMap Text Text)
- rType :: Lens' Resource (Maybe Text)
Service Configuration
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by Mobile
.
NotFoundException
_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
No entity can be found with the specified identifier.
TooManyRequestsException
_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Too many requests have been received for this AWS account in too short a time. The request should be retried after some time delay.
InternalFailureException
_InternalFailureException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The service has encountered an unexpected error condition which prevents it from servicing the request.
ServiceUnavailableException
_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The service is temporarily unavailable. The request should be retried after some time delay.
UnauthorizedException
_UnauthorizedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Credentials of the caller are insufficient to authorize the request.
BadRequestException
_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request cannot be processed because some parameter is not valid or the project state prevents the operation from being performed.
LimitExceededException
_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
There are too many AWS Mobile Hub projects in the account or the account has exceeded the maximum number of resources in some AWS service. You should create another sub-account using AWS Organizations or remove some resources and retry your request.
AccountActionRequiredException
_AccountActionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Account Action is required in order to continue the request.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
ListProjects (Paginated)
DeleteProject
UpdateProject
ListBundles (Paginated)
DescribeProject
ExportProject
DescribeBundle
ExportBundle
CreateProject
Types
Platform
Developer desktop or target mobile app or website platform.
Instances
ProjectState
data ProjectState Source #
Synchronization state for a project.
Instances
BundleDetails
data BundleDetails Source #
The details of the bundle.
See: bundleDetails
smart constructor.
Instances
bundleDetails :: BundleDetails Source #
Creates a value of BundleDetails
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bdAvailablePlatforms
- Undocumented member.bdBundleId
- Undocumented member.bdVersion
- Undocumented member.bdIconURL
- Undocumented member.bdTitle
- Undocumented member.bdDescription
- Undocumented member.
bdAvailablePlatforms :: Lens' BundleDetails [Platform] Source #
Undocumented member.
bdBundleId :: Lens' BundleDetails (Maybe Text) Source #
Undocumented member.
bdDescription :: Lens' BundleDetails (Maybe Text) Source #
Undocumented member.
ProjectDetails
data ProjectDetails Source #
Detailed information about an AWS Mobile Hub project.
See: projectDetails
smart constructor.
Instances
projectDetails :: ProjectDetails Source #
Creates a value of ProjectDetails
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pdState
- Undocumented member.pdResources
- Undocumented member.pdCreatedDate
- Date the project was created.pdConsoleURL
- Website URL for this project in the AWS Mobile Hub console.pdName
- Undocumented member.pdRegion
- Undocumented member.pdProjectId
- Undocumented member.pdLastUpdatedDate
- Date of the last modification of the project.
pdState :: Lens' ProjectDetails (Maybe ProjectState) Source #
Undocumented member.
pdResources :: Lens' ProjectDetails [Resource] Source #
Undocumented member.
pdCreatedDate :: Lens' ProjectDetails (Maybe UTCTime) Source #
Date the project was created.
pdConsoleURL :: Lens' ProjectDetails (Maybe Text) Source #
Website URL for this project in the AWS Mobile Hub console.
pdProjectId :: Lens' ProjectDetails (Maybe Text) Source #
Undocumented member.
pdLastUpdatedDate :: Lens' ProjectDetails (Maybe UTCTime) Source #
Date of the last modification of the project.
ProjectSummary
data ProjectSummary Source #
Summary information about an AWS Mobile Hub project.
See: projectSummary
smart constructor.
Instances
projectSummary :: ProjectSummary Source #
Creates a value of ProjectSummary
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
psName
- Name of the project.psProjectId
- Unique project identifier.
psProjectId :: Lens' ProjectSummary (Maybe Text) Source #
Unique project identifier.
Resource
Information about an instance of an AWS resource associated with a project.
See: resource
smart constructor.