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 the configuration of Bring Your Own License (BYOL) for the specified account.
Synopsis
- data DescribeAccount = DescribeAccount' {
- newDescribeAccount :: DescribeAccount
- data DescribeAccountResponse = DescribeAccountResponse' {}
- newDescribeAccountResponse :: Int -> DescribeAccountResponse
- describeAccountResponse_dedicatedTenancySupport :: Lens' DescribeAccountResponse (Maybe DedicatedTenancySupportResultEnum)
- describeAccountResponse_dedicatedTenancyManagementCidrRange :: Lens' DescribeAccountResponse (Maybe Text)
- describeAccountResponse_httpStatus :: Lens' DescribeAccountResponse Int
Creating a Request
data DescribeAccount Source #
See: newDescribeAccount
smart constructor.
Instances
newDescribeAccount :: DescribeAccount Source #
Create a value of DescribeAccount
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeAccountResponse Source #
See: newDescribeAccountResponse
smart constructor.
DescribeAccountResponse' | |
|
Instances
newDescribeAccountResponse Source #
Create a value of DescribeAccountResponse
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:dedicatedTenancySupport:DescribeAccountResponse'
, describeAccountResponse_dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).
$sel:dedicatedTenancyManagementCidrRange:DescribeAccountResponse'
, describeAccountResponse_dedicatedTenancyManagementCidrRange
- The IP address range, specified as an IPv4 CIDR block, used for the
management network interface.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
$sel:httpStatus:DescribeAccountResponse'
, describeAccountResponse_httpStatus
- The response's http status code.
Response Lenses
describeAccountResponse_dedicatedTenancySupport :: Lens' DescribeAccountResponse (Maybe DedicatedTenancySupportResultEnum) Source #
The status of BYOL (whether BYOL is enabled or disabled).
describeAccountResponse_dedicatedTenancyManagementCidrRange :: Lens' DescribeAccountResponse (Maybe Text) Source #
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
describeAccountResponse_httpStatus :: Lens' DescribeAccountResponse Int Source #
The response's http status code.