| 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.DescribeBundle
Description
Get the bundle details for the requested bundle id.
Creating a Request
Arguments
| :: Text | |
| -> DescribeBundle |
Creates a value of DescribeBundle with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbBundleId- Unique bundle identifier.
data DescribeBundle Source #
Request structure to request the details of a specific bundle.
See: describeBundle smart constructor.
Instances
Request Lenses
dbBundleId :: Lens' DescribeBundle Text Source #
Unique bundle identifier.
Destructuring the Response
describeBundleResponse Source #
Arguments
| :: Int | |
| -> DescribeBundleResponse |
Creates a value of DescribeBundleResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbrsDetails- The details of the bundle.dbrsResponseStatus- -- | The response status code.
data DescribeBundleResponse Source #
Result structure contains the details of the bundle.
See: describeBundleResponse smart constructor.
Response Lenses
dbrsDetails :: Lens' DescribeBundleResponse (Maybe BundleDetails) Source #
The details of the bundle.
dbrsResponseStatus :: Lens' DescribeBundleResponse Int Source #
- - | The response status code.