libZSservicesZSamazonka-workspacesZSamazonka-workspaces
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkSpaces.DescribeAccount

Description

Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.

Synopsis

Creating a Request

data DescribeAccount Source #

See: newDescribeAccount smart constructor.

Constructors

DescribeAccount' 

Instances

Instances details
Eq DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Read DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Show DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Generic DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Associated Types

type Rep DescribeAccount :: Type -> Type #

NFData DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Methods

rnf :: DescribeAccount -> () #

Hashable DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

ToJSON DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

AWSRequest DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Associated Types

type AWSResponse DescribeAccount #

ToHeaders DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

ToPath DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

ToQuery DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccount = D1 ('MetaData "DescribeAccount" "Amazonka.WorkSpaces.DescribeAccount" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeAccount'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

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

Instances details
Eq DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Read DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Show DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Generic DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Associated Types

type Rep DescribeAccountResponse :: Type -> Type #

NFData DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Methods

rnf :: DescribeAccountResponse -> () #

type Rep DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccountResponse = D1 ('MetaData "DescribeAccountResponse" "Amazonka.WorkSpaces.DescribeAccount" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedTenancySupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedTenancySupportResultEnum)) :*: (S1 ('MetaSel ('Just "dedicatedTenancyManagementCidrRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_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.