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

Description

Lists the StudioComponents in a studio.

This operation returns paginated results.

Synopsis

Creating a Request

data ListStudioComponents Source #

See: newListStudioComponents smart constructor.

Constructors

ListStudioComponents' 

Fields

Instances

Instances details
Eq ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Read ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Show ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Generic ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Associated Types

type Rep ListStudioComponents :: Type -> Type #

NFData ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Methods

rnf :: ListStudioComponents -> () #

Hashable ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

AWSPager ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

AWSRequest ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Associated Types

type AWSResponse ListStudioComponents #

ToHeaders ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

ToPath ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

ToQuery ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

type Rep ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

type Rep ListStudioComponents = D1 ('MetaData "ListStudioComponents" "Amazonka.Nimble.ListStudioComponents" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "ListStudioComponents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "states") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListStudioComponents Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

newListStudioComponents Source #

Create a value of ListStudioComponents 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:states:ListStudioComponents', listStudioComponents_states - A list of states.

$sel:types:ListStudioComponents', listStudioComponents_types - The types.

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

$sel:maxResults:ListStudioComponents', listStudioComponents_maxResults - The maximum number of results to be returned per request.

$sel:studioId:ListStudioComponents', listStudioComponents_studioId - The studio ID.

Request Lenses

listStudioComponents_nextToken :: Lens' ListStudioComponents (Maybe Text) Source #

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

listStudioComponents_maxResults :: Lens' ListStudioComponents (Maybe Natural) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListStudioComponentsResponse Source #

See: newListStudioComponentsResponse smart constructor.

Constructors

ListStudioComponentsResponse' 

Fields

Instances

Instances details
Eq ListStudioComponentsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Read ListStudioComponentsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Show ListStudioComponentsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Generic ListStudioComponentsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

Associated Types

type Rep ListStudioComponentsResponse :: Type -> Type #

NFData ListStudioComponentsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

type Rep ListStudioComponentsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStudioComponents

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

newListStudioComponentsResponse Source #

Create a value of ListStudioComponentsResponse 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:studioComponents:ListStudioComponentsResponse', listStudioComponentsResponse_studioComponents - A collection of studio components.

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

$sel:httpStatus:ListStudioComponentsResponse', listStudioComponentsResponse_httpStatus - The response's http status code.

Response Lenses

listStudioComponentsResponse_nextToken :: Lens' ListStudioComponentsResponse (Maybe Text) Source #

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