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

Description

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

Creating a Request

data DescribeAccountModifications Source #

See: newDescribeAccountModifications smart constructor.

Constructors

DescribeAccountModifications' 

Fields

  • nextToken :: Maybe Text

    If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

Instances

Instances details
Eq DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Read DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Show DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Generic DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Associated Types

type Rep DescribeAccountModifications :: Type -> Type #

NFData DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Hashable DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToJSON DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

AWSPager DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

AWSRequest DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToHeaders DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToPath DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToQuery DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModifications = D1 ('MetaData "DescribeAccountModifications" "Amazonka.WorkSpaces.DescribeAccountModifications" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeAccountModifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

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 #

Constructors

DescribeAccountModificationsResponse' 

Fields

Instances

Instances details
Eq DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Read DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Show DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Generic DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

NFData DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModificationsResponse = D1 ('MetaData "DescribeAccountModificationsResponse" "Amazonka.WorkSpaces.DescribeAccountModifications" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeAccountModificationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountModifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountModification])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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