| 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 |
Network.AWS.Mobile.ExportBundle
Description
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
Synopsis
- exportBundle :: Text -> ExportBundle
- data ExportBundle
- ebPlatform :: Lens' ExportBundle (Maybe Platform)
- ebProjectId :: Lens' ExportBundle (Maybe Text)
- ebBundleId :: Lens' ExportBundle Text
- exportBundleResponse :: Int -> ExportBundleResponse
- data ExportBundleResponse
- ebrsDownloadURL :: Lens' ExportBundleResponse (Maybe Text)
- ebrsResponseStatus :: Lens' ExportBundleResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ExportBundle |
Creates a value of ExportBundle with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ebPlatform- Developer desktop or target application platform.ebProjectId- Unique project identifier.ebBundleId- Unique bundle identifier.
data ExportBundle Source #
Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.
See: exportBundle smart constructor.
Instances
Request Lenses
ebPlatform :: Lens' ExportBundle (Maybe Platform) Source #
Developer desktop or target application platform.
ebProjectId :: Lens' ExportBundle (Maybe Text) Source #
Unique project identifier.
ebBundleId :: Lens' ExportBundle Text Source #
Unique bundle identifier.
Destructuring the Response
Arguments
| :: Int | |
| -> ExportBundleResponse |
Creates a value of ExportBundleResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ebrsDownloadURL- URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.ebrsResponseStatus- -- | The response status code.
data ExportBundleResponse Source #
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.
See: exportBundleResponse smart constructor.
Instances
Response Lenses
ebrsDownloadURL :: Lens' ExportBundleResponse (Maybe Text) Source #
URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.
ebrsResponseStatus :: Lens' ExportBundleResponse Int Source #
- - | The response status code.