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

Description

Retrieves information about the status, configuration, and other settings for a specific version of a campaign.

Synopsis

Creating a Request

data GetCampaignVersion Source #

See: newGetCampaignVersion smart constructor.

Constructors

GetCampaignVersion' 

Fields

  • version :: Text

    The unique version number (Version property) for the campaign version.

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

  • campaignId :: Text

    The unique identifier for the campaign.

Instances

Instances details
Eq GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Read GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Show GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Generic GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Associated Types

type Rep GetCampaignVersion :: Type -> Type #

NFData GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Methods

rnf :: GetCampaignVersion -> () #

Hashable GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

AWSRequest GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Associated Types

type AWSResponse GetCampaignVersion #

ToHeaders GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

ToPath GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

ToQuery GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

type Rep GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

type Rep GetCampaignVersion = D1 ('MetaData "GetCampaignVersion" "Amazonka.Pinpoint.GetCampaignVersion" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetCampaignVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "campaignId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetCampaignVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

newGetCampaignVersion Source #

Create a value of GetCampaignVersion 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:version:GetCampaignVersion', getCampaignVersion_version - The unique version number (Version property) for the campaign version.

$sel:applicationId:GetCampaignVersion', getCampaignVersion_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

$sel:campaignId:GetCampaignVersion', getCampaignVersion_campaignId - The unique identifier for the campaign.

Request Lenses

getCampaignVersion_version :: Lens' GetCampaignVersion Text Source #

The unique version number (Version property) for the campaign version.

getCampaignVersion_applicationId :: Lens' GetCampaignVersion Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

getCampaignVersion_campaignId :: Lens' GetCampaignVersion Text Source #

The unique identifier for the campaign.

Destructuring the Response

data GetCampaignVersionResponse Source #

See: newGetCampaignVersionResponse smart constructor.

Constructors

GetCampaignVersionResponse' 

Fields

Instances

Instances details
Eq GetCampaignVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Read GetCampaignVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Show GetCampaignVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Generic GetCampaignVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

Associated Types

type Rep GetCampaignVersionResponse :: Type -> Type #

NFData GetCampaignVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

type Rep GetCampaignVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetCampaignVersion

type Rep GetCampaignVersionResponse = D1 ('MetaData "GetCampaignVersionResponse" "Amazonka.Pinpoint.GetCampaignVersion" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetCampaignVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "campaignResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CampaignResponse)))

newGetCampaignVersionResponse Source #

Create a value of GetCampaignVersionResponse 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:httpStatus:GetCampaignVersionResponse', getCampaignVersionResponse_httpStatus - The response's http status code.

$sel:campaignResponse:GetCampaignVersionResponse', getCampaignVersionResponse_campaignResponse - Undocumented member.

Response Lenses