libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
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.ServiceCatalogAppRegistry.ListApplications

Description

Retrieves a list of all of your applications. Results are paginated.

This operation returns paginated results.

Synopsis

Creating a Request

data ListApplications Source #

See: newListApplications smart constructor.

Constructors

ListApplications' 

Fields

  • nextToken :: Maybe Text

    The token to use to get the next page of results after a previous API call.

  • maxResults :: Maybe Natural

    The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

Instances

Instances details
Eq ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Read ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Generic ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

NFData ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Methods

rnf :: ListApplications -> () #

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type AWSResponse ListApplications #

ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

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

Defined in Amazonka.ServiceCatalogAppRegistry.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 - The token to use to get the next page of results after a previous API call.

$sel:maxResults:ListApplications', listApplications_maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

Request Lenses

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

The token to use to get the next page of results after a previous API call.

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

The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

Destructuring the Response

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Constructors

ListApplicationsResponse' 

Fields

Instances

Instances details
Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.ServiceCatalogAppRegistry.ListApplications" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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 use to get the next page of results after a previous API call.

$sel:applications:ListApplicationsResponse', listApplicationsResponse_applications - This list of applications.

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

Response Lenses

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

The token to use to get the next page of results after a previous API call.