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

Description

 
Synopsis

Documentation

data ActivitiesResponse Source #

Provides information about the activities that were performed by a campaign.

See: newActivitiesResponse smart constructor.

Constructors

ActivitiesResponse' 

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 :: [ActivityResponse]

    An array of responses, one for each activity that was performed by the campaign.

Instances

Instances details
Eq ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

Read ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

Show ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

Generic ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

Associated Types

type Rep ActivitiesResponse :: Type -> Type #

NFData ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

Methods

rnf :: ActivitiesResponse -> () #

Hashable ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

FromJSON ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

type Rep ActivitiesResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ActivitiesResponse

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

newActivitiesResponse :: ActivitiesResponse Source #

Create a value of ActivitiesResponse 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:ActivitiesResponse', activitiesResponse_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:ActivitiesResponse', activitiesResponse_item - An array of responses, one for each activity that was performed by the campaign.

activitiesResponse_nextToken :: Lens' ActivitiesResponse (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.

activitiesResponse_item :: Lens' ActivitiesResponse [ActivityResponse] Source #

An array of responses, one for each activity that was performed by the campaign.