amazonka-amplifyuibuilder-2.0: Amazon Amplify UI Builder SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AmplifyUiBuilder.ListComponents

Description

Retrieves a list of components for a specified Amplify app and backend environment.

This operation returns paginated results.

Synopsis

Creating a Request

data ListComponents Source #

See: newListComponents smart constructor.

Constructors

ListComponents' 

Fields

Instances

Instances details
ToHeaders ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

ToPath ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

ToQuery ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

AWSPager ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

AWSRequest ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Associated Types

type AWSResponse ListComponents #

Generic ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Associated Types

type Rep ListComponents :: Type -> Type #

Read ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Show ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

NFData ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Methods

rnf :: ListComponents -> () #

Eq ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Hashable ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

type AWSResponse ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

type Rep ListComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

type Rep ListComponents = D1 ('MetaData "ListComponents" "Amazonka.AmplifyUiBuilder.ListComponents" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ListComponents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListComponents Source #

Create a value of ListComponents 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:maxResults:ListComponents', listComponents_maxResults - The maximum number of components to retrieve.

ListComponents, listComponents_nextToken - The token to request the next page of results.

ListComponents, listComponents_appId - The unique ID for the Amplify app.

ListComponents, listComponents_environmentName - The name of the backend environment that is a part of the Amplify app.

Request Lenses

listComponents_maxResults :: Lens' ListComponents (Maybe Natural) Source #

The maximum number of components to retrieve.

listComponents_nextToken :: Lens' ListComponents (Maybe Text) Source #

The token to request the next page of results.

listComponents_appId :: Lens' ListComponents Text Source #

The unique ID for the Amplify app.

listComponents_environmentName :: Lens' ListComponents Text Source #

The name of the backend environment that is a part of the Amplify app.

Destructuring the Response

data ListComponentsResponse Source #

See: newListComponentsResponse smart constructor.

Constructors

ListComponentsResponse' 

Fields

Instances

Instances details
Generic ListComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Associated Types

type Rep ListComponentsResponse :: Type -> Type #

Read ListComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Show ListComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

NFData ListComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

Methods

rnf :: ListComponentsResponse -> () #

Eq ListComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

type Rep ListComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ListComponents

type Rep ListComponentsResponse = D1 ('MetaData "ListComponentsResponse" "Amazonka.AmplifyUiBuilder.ListComponents" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ListComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ComponentSummary]))))

newListComponentsResponse Source #

Create a value of ListComponentsResponse 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:

ListComponents, listComponentsResponse_nextToken - The pagination token that's included if more results are available.

$sel:httpStatus:ListComponentsResponse', listComponentsResponse_httpStatus - The response's http status code.

$sel:entities:ListComponentsResponse', listComponentsResponse_entities - The list of components for the Amplify app.

Response Lenses

listComponentsResponse_nextToken :: Lens' ListComponentsResponse (Maybe Text) Source #

The pagination token that's included if more results are available.