libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo
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.ServerlessApplicationRepository.ListApplications

Description

Lists applications owned by the requester.

This operation returns paginated results.

Synopsis

Creating a Request

data ListApplications Source #

See: newListApplications smart constructor.

Constructors

ListApplications' 

Fields

Instances

Instances details
Eq ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Read ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Generic ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

NFData ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Methods

rnf :: ListApplications -> () #

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Associated Types

type AWSResponse ListApplications #

ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.ServerlessApplicationRepository.ListApplications" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

newListApplications :: ListApplications Source #

Create a value of ListApplications 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:ListApplications', listApplications_nextToken - A token to specify where to start paginating.

$sel:maxItems:ListApplications', listApplications_maxItems - The total number of items to return.

Request Lenses

listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #

A token to specify where to start paginating.

listApplications_maxItems :: Lens' ListApplications (Maybe Natural) Source #

The total number of items to return.

Destructuring the Response

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Constructors

ListApplicationsResponse' 

Fields

Instances

Instances details
Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.ServerlessApplicationRepository.ListApplications" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApplicationsResponse Source #

Create a value of ListApplicationsResponse 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:ListApplications', listApplicationsResponse_nextToken - The token to request the next page of results.

$sel:applications:ListApplicationsResponse', listApplicationsResponse_applications - An array of application summaries.

$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.

Response Lenses

listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #

The token to request the next page of results.