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

Description

Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.

Synopsis

Creating a Request

data GetSegmentVersion Source #

See: newGetSegmentVersion smart constructor.

Constructors

GetSegmentVersion' 

Fields

  • segmentId :: Text

    The unique identifier for the segment.

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

Instances

Instances details
Eq GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Read GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Show GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Generic GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Associated Types

type Rep GetSegmentVersion :: Type -> Type #

NFData GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Methods

rnf :: GetSegmentVersion -> () #

Hashable GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

AWSRequest GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Associated Types

type AWSResponse GetSegmentVersion #

ToHeaders GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

ToPath GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

ToQuery GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

type Rep GetSegmentVersion Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

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

Defined in Amazonka.Pinpoint.GetSegmentVersion

newGetSegmentVersion Source #

Create a value of GetSegmentVersion 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:segmentId:GetSegmentVersion', getSegmentVersion_segmentId - The unique identifier for the segment.

$sel:version:GetSegmentVersion', getSegmentVersion_version - The unique version number (Version property) for the campaign version.

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

Request Lenses

getSegmentVersion_segmentId :: Lens' GetSegmentVersion Text Source #

The unique identifier for the segment.

getSegmentVersion_version :: Lens' GetSegmentVersion Text Source #

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

getSegmentVersion_applicationId :: Lens' GetSegmentVersion Text Source #

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

Destructuring the Response

data GetSegmentVersionResponse Source #

See: newGetSegmentVersionResponse smart constructor.

Constructors

GetSegmentVersionResponse' 

Fields

Instances

Instances details
Eq GetSegmentVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Read GetSegmentVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Show GetSegmentVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Generic GetSegmentVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

Associated Types

type Rep GetSegmentVersionResponse :: Type -> Type #

NFData GetSegmentVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

type Rep GetSegmentVersionResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersion

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

newGetSegmentVersionResponse Source #

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

$sel:segmentResponse:GetSegmentVersionResponse', getSegmentVersionResponse_segmentResponse - Undocumented member.

Response Lenses