Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Describes the data feed for Spot instances. For more information, see Spot Instance Data Feed in the Amazon Elastic Compute Cloud User Guide.
See: AWS API Reference for DescribeSpotDatafeedSubscription.
- describeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscription
- data DescribeSpotDatafeedSubscription
- dsdsDryRun :: Lens' DescribeSpotDatafeedSubscription (Maybe Bool)
- describeSpotDatafeedSubscriptionResponse :: Int -> DescribeSpotDatafeedSubscriptionResponse
- data DescribeSpotDatafeedSubscriptionResponse
- dsdsrsSpotDatafeedSubscription :: Lens' DescribeSpotDatafeedSubscriptionResponse (Maybe SpotDatafeedSubscription)
- dsdsrsResponseStatus :: Lens' DescribeSpotDatafeedSubscriptionResponse Int
Creating a Request
describeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscription Source
Creates a value of DescribeSpotDatafeedSubscription
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeSpotDatafeedSubscription Source
Contains the parameters for DescribeSpotDatafeedSubscription.
See: describeSpotDatafeedSubscription
smart constructor.
Request Lenses
dsdsDryRun :: Lens' DescribeSpotDatafeedSubscription (Maybe Bool) Source
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
Destructuring the Response
describeSpotDatafeedSubscriptionResponse Source
Creates a value of DescribeSpotDatafeedSubscriptionResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeSpotDatafeedSubscriptionResponse Source
Contains the output of DescribeSpotDatafeedSubscription.
See: describeSpotDatafeedSubscriptionResponse
smart constructor.
Response Lenses
dsdsrsSpotDatafeedSubscription :: Lens' DescribeSpotDatafeedSubscriptionResponse (Maybe SpotDatafeedSubscription) Source
The Spot instance data feed subscription.
dsdsrsResponseStatus :: Lens' DescribeSpotDatafeedSubscriptionResponse Int Source
The response status code.