Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.
This operation returns paginated results.
Synopsis
- data DescribeActivations = DescribeActivations' {}
- newDescribeActivations :: DescribeActivations
- describeActivations_filters :: Lens' DescribeActivations (Maybe [DescribeActivationsFilter])
- describeActivations_maxResults :: Lens' DescribeActivations (Maybe Natural)
- describeActivations_nextToken :: Lens' DescribeActivations (Maybe Text)
- data DescribeActivationsResponse = DescribeActivationsResponse' {
- activationList :: Maybe [Activation]
- nextToken :: Maybe Text
- httpStatus :: Int
- newDescribeActivationsResponse :: Int -> DescribeActivationsResponse
- describeActivationsResponse_activationList :: Lens' DescribeActivationsResponse (Maybe [Activation])
- describeActivationsResponse_nextToken :: Lens' DescribeActivationsResponse (Maybe Text)
- describeActivationsResponse_httpStatus :: Lens' DescribeActivationsResponse Int
Creating a Request
data DescribeActivations Source #
See: newDescribeActivations
smart constructor.
DescribeActivations' | |
|
Instances
newDescribeActivations :: DescribeActivations Source #
Create a value of DescribeActivations
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:
DescribeActivations
, describeActivations_filters
- A filter to view information about your activations.
$sel:maxResults:DescribeActivations'
, describeActivations_maxResults
- The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
DescribeActivations
, describeActivations_nextToken
- A token to start the list. Use this token to get the next set of
results.
Request Lenses
describeActivations_filters :: Lens' DescribeActivations (Maybe [DescribeActivationsFilter]) Source #
A filter to view information about your activations.
describeActivations_maxResults :: Lens' DescribeActivations (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
describeActivations_nextToken :: Lens' DescribeActivations (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
Destructuring the Response
data DescribeActivationsResponse Source #
See: newDescribeActivationsResponse
smart constructor.
DescribeActivationsResponse' | |
|
Instances
newDescribeActivationsResponse Source #
Create a value of DescribeActivationsResponse
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:activationList:DescribeActivationsResponse'
, describeActivationsResponse_activationList
- A list of activations for your Amazon Web Services account.
DescribeActivations
, describeActivationsResponse_nextToken
- The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:DescribeActivationsResponse'
, describeActivationsResponse_httpStatus
- The response's http status code.
Response Lenses
describeActivationsResponse_activationList :: Lens' DescribeActivationsResponse (Maybe [Activation]) Source #
A list of activations for your Amazon Web Services account.
describeActivationsResponse_nextToken :: Lens' DescribeActivationsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
describeActivationsResponse_httpStatus :: Lens' DescribeActivationsResponse Int Source #
The response's http status code.