libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.Types.ApplicationsResponse

Description

 
Synopsis

Documentation

data ApplicationsResponse Source #

Provides information about all of your applications.

See: newApplicationsResponse smart constructor.

Constructors

ApplicationsResponse' 

Fields

  • nextToken :: Maybe Text

    The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

  • item :: Maybe [ApplicationResponse]

    An array of responses, one for each application that was returned.

Instances

Instances details
Eq ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

Read ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

Show ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

Generic ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

Associated Types

type Rep ApplicationsResponse :: Type -> Type #

NFData ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

Methods

rnf :: ApplicationsResponse -> () #

Hashable ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

FromJSON ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

type Rep ApplicationsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationsResponse

type Rep ApplicationsResponse = D1 ('MetaData "ApplicationsResponse" "Amazonka.Pinpoint.Types.ApplicationsResponse" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "ApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "item") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationResponse]))))

newApplicationsResponse :: ApplicationsResponse Source #

Create a value of ApplicationsResponse 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:ApplicationsResponse', applicationsResponse_nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

$sel:item:ApplicationsResponse', applicationsResponse_item - An array of responses, one for each application that was returned.

applicationsResponse_nextToken :: Lens' ApplicationsResponse (Maybe Text) Source #

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

applicationsResponse_item :: Lens' ApplicationsResponse (Maybe [ApplicationResponse]) Source #

An array of responses, one for each application that was returned.