Copyright | (c) 2013-2021 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 |
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
Synopsis
- data ExportBundle = ExportBundle' {}
- newExportBundle :: Text -> ExportBundle
- exportBundle_platform :: Lens' ExportBundle (Maybe Platform)
- exportBundle_projectId :: Lens' ExportBundle (Maybe Text)
- exportBundle_bundleId :: Lens' ExportBundle Text
- data ExportBundleResponse = ExportBundleResponse' {
- downloadUrl :: Maybe Text
- httpStatus :: Int
- newExportBundleResponse :: Int -> ExportBundleResponse
- exportBundleResponse_downloadUrl :: Lens' ExportBundleResponse (Maybe Text)
- exportBundleResponse_httpStatus :: Lens' ExportBundleResponse Int
Creating a Request
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: newExportBundle
smart constructor.
Instances
Create a value of ExportBundle
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platform:ExportBundle'
, exportBundle_platform
- Developer desktop or target application platform.
$sel:projectId:ExportBundle'
, exportBundle_projectId
- Unique project identifier.
$sel:bundleId:ExportBundle'
, exportBundle_bundleId
- Unique bundle identifier.
Request Lenses
exportBundle_platform :: Lens' ExportBundle (Maybe Platform) Source #
Developer desktop or target application platform.
exportBundle_projectId :: Lens' ExportBundle (Maybe Text) Source #
Unique project identifier.
exportBundle_bundleId :: Lens' ExportBundle Text Source #
Unique bundle identifier.
Destructuring the Response
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: newExportBundleResponse
smart constructor.
ExportBundleResponse' | |
|
Instances
newExportBundleResponse Source #
Create a value of ExportBundleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:downloadUrl:ExportBundleResponse'
, exportBundleResponse_downloadUrl
- 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.
$sel:httpStatus:ExportBundleResponse'
, exportBundleResponse_httpStatus
- The response's http status code.
Response Lenses
exportBundleResponse_downloadUrl :: 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.
exportBundleResponse_httpStatus :: Lens' ExportBundleResponse Int Source #
The response's http status code.