| 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 |
Amazonka.WorkSpaces.DescribeAccount
Description
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_dedicatedTenancyManagementCidrRange :: Lens' DescribeAccountResponse (Maybe Text)
- describeAccountResponse_dedicatedTenancySupport :: Lens' DescribeAccountResponse (Maybe DedicatedTenancySupportResultEnum)
- describeAccountResponse_httpStatus :: Lens' DescribeAccountResponse Int
Creating a Request
data DescribeAccount Source #
See: newDescribeAccount smart constructor.
Constructors
| DescribeAccount' | |
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.
Constructors
| DescribeAccountResponse' | |
Fields
| |
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:
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.
DescribeAccountResponse, describeAccountResponse_dedicatedTenancySupport - The status of BYOL (whether BYOL is enabled or disabled).
$sel:httpStatus:DescribeAccountResponse', describeAccountResponse_httpStatus - The response's http status code.
Response Lenses
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_dedicatedTenancySupport :: Lens' DescribeAccountResponse (Maybe DedicatedTenancySupportResultEnum) Source #
The status of BYOL (whether BYOL is enabled or disabled).
describeAccountResponse_httpStatus :: Lens' DescribeAccountResponse Int Source #
The response's http status code.