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 |
Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.
This operation returns paginated results.
Synopsis
- data DescribeAccountModifications = DescribeAccountModifications' {}
- newDescribeAccountModifications :: DescribeAccountModifications
- describeAccountModifications_nextToken :: Lens' DescribeAccountModifications (Maybe Text)
- data DescribeAccountModificationsResponse = DescribeAccountModificationsResponse' {}
- newDescribeAccountModificationsResponse :: Int -> DescribeAccountModificationsResponse
- describeAccountModificationsResponse_accountModifications :: Lens' DescribeAccountModificationsResponse (Maybe [AccountModification])
- describeAccountModificationsResponse_nextToken :: Lens' DescribeAccountModificationsResponse (Maybe Text)
- describeAccountModificationsResponse_httpStatus :: Lens' DescribeAccountModificationsResponse Int
Creating a Request
data DescribeAccountModifications Source #
See: newDescribeAccountModifications
smart constructor.
Instances
newDescribeAccountModifications :: DescribeAccountModifications Source #
Create a value of DescribeAccountModifications
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:nextToken:DescribeAccountModifications'
, describeAccountModifications_nextToken
- If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.
Request Lenses
describeAccountModifications_nextToken :: Lens' DescribeAccountModifications (Maybe Text) Source #
If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.
Destructuring the Response
data DescribeAccountModificationsResponse Source #
See: newDescribeAccountModificationsResponse
smart constructor.
DescribeAccountModificationsResponse' | |
|
Instances
newDescribeAccountModificationsResponse Source #
Create a value of DescribeAccountModificationsResponse
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:accountModifications:DescribeAccountModificationsResponse'
, describeAccountModificationsResponse_accountModifications
- The list of modifications to the configuration of BYOL.
$sel:nextToken:DescribeAccountModifications'
, describeAccountModificationsResponse_nextToken
- The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:httpStatus:DescribeAccountModificationsResponse'
, describeAccountModificationsResponse_httpStatus
- The response's http status code.
Response Lenses
describeAccountModificationsResponse_accountModifications :: Lens' DescribeAccountModificationsResponse (Maybe [AccountModification]) Source #
The list of modifications to the configuration of BYOL.
describeAccountModificationsResponse_nextToken :: Lens' DescribeAccountModificationsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
describeAccountModificationsResponse_httpStatus :: Lens' DescribeAccountModificationsResponse Int Source #
The response's http status code.