amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.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

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

  • nextToken :: Maybe Text

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

Instances

Instances details
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

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 #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type AWSResponse 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" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

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

Request Lenses

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.

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

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

Destructuring the Response

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Constructors

ListApplicationsResponse' 

Fields

Instances

Instances details
Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Eq 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" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:applications:ListApplicationsResponse', listApplicationsResponse_applications - This list of applications.

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

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