libZSservicesZSamazonka-nimbleZSamazonka-nimble
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.Nimble.ListStudios

Description

List studios in your Amazon Web Services account in the requested Amazon Web Services Region.

This operation returns paginated results.

Synopsis

Creating a Request

data ListStudios Source #

See: newListStudios smart constructor.

Constructors

ListStudios' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results, or null if there are no more results.

Instances

Instances details
Eq ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Read ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Show ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Generic ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Associated Types

type Rep ListStudios :: Type -> Type #

NFData ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Methods

rnf :: ListStudios -> () #

Hashable ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

AWSPager ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

AWSRequest ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Associated Types

type AWSResponse ListStudios #

ToHeaders ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Methods

toHeaders :: ListStudios -> [Header] #

ToPath ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

ToQuery ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

type Rep ListStudios Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

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

Defined in Amazonka.Nimble.ListStudios

newListStudios :: ListStudios Source #

Create a value of ListStudios 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:ListStudios', listStudios_nextToken - The token for the next set of results, or null if there are no more results.

Request Lenses

listStudios_nextToken :: Lens' ListStudios (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

Destructuring the Response

data ListStudiosResponse Source #

See: newListStudiosResponse smart constructor.

Constructors

ListStudiosResponse' 

Fields

Instances

Instances details
Eq ListStudiosResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Read ListStudiosResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Show ListStudiosResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Generic ListStudiosResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Associated Types

type Rep ListStudiosResponse :: Type -> Type #

NFData ListStudiosResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

Methods

rnf :: ListStudiosResponse -> () #

type Rep ListStudiosResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudios

type Rep ListStudiosResponse = D1 ('MetaData "ListStudiosResponse" "Amazonka.Nimble.ListStudios" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "ListStudiosResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "studios") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Studio])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStudiosResponse Source #

Create a value of ListStudiosResponse 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:studios:ListStudiosResponse', listStudiosResponse_studios - A collection of studios.

$sel:nextToken:ListStudios', listStudiosResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListStudiosResponse', listStudiosResponse_httpStatus - The response's http status code.

Response Lenses

listStudiosResponse_nextToken :: Lens' ListStudiosResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.