| 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.Shield.DescribeSubscription
Description
Provides details about the AWS Shield Advanced subscription for an account.
Synopsis
- describeSubscription :: DescribeSubscription
- data DescribeSubscription
- describeSubscriptionResponse :: Int -> DescribeSubscriptionResponse
- data DescribeSubscriptionResponse
- dsrsSubscription :: Lens' DescribeSubscriptionResponse (Maybe Subscription)
- dsrsResponseStatus :: Lens' DescribeSubscriptionResponse Int
Creating a Request
describeSubscription :: DescribeSubscription Source #
Creates a value of DescribeSubscription with the minimum fields required to make a request.
data DescribeSubscription Source #
See: describeSubscription smart constructor.
Instances
Destructuring the Response
describeSubscriptionResponse Source #
Arguments
| :: Int | |
| -> DescribeSubscriptionResponse |
Creates a value of DescribeSubscriptionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsrsSubscription- The AWS Shield Advanced subscription details for an account.dsrsResponseStatus- -- | The response status code.
data DescribeSubscriptionResponse Source #
See: describeSubscriptionResponse smart constructor.
Instances
Response Lenses
dsrsSubscription :: Lens' DescribeSubscriptionResponse (Maybe Subscription) Source #
The AWS Shield Advanced subscription details for an account.
dsrsResponseStatus :: Lens' DescribeSubscriptionResponse Int Source #
- - | The response status code.