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

Description

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

Synopsis

Creating a Request

data GetSegmentVersions Source #

See: newGetSegmentVersions smart constructor.

Constructors

GetSegmentVersions' 

Fields

  • token :: Maybe Text

    The NextToken string that specifies which page of results to return in a paginated response.

  • pageSize :: Maybe Text

    The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

  • segmentId :: Text

    The unique identifier for the segment.

  • 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 GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Read GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Show GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Generic GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Associated Types

type Rep GetSegmentVersions :: Type -> Type #

NFData GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Methods

rnf :: GetSegmentVersions -> () #

Hashable GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

AWSRequest GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Associated Types

type AWSResponse GetSegmentVersions #

ToHeaders GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

ToPath GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

ToQuery GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

type Rep GetSegmentVersions Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

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

Defined in Amazonka.Pinpoint.GetSegmentVersions

newGetSegmentVersions Source #

Create a value of GetSegmentVersions 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:token:GetSegmentVersions', getSegmentVersions_token - The NextToken string that specifies which page of results to return in a paginated response.

$sel:pageSize:GetSegmentVersions', getSegmentVersions_pageSize - The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

$sel:segmentId:GetSegmentVersions', getSegmentVersions_segmentId - The unique identifier for the segment.

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

Request Lenses

getSegmentVersions_token :: Lens' GetSegmentVersions (Maybe Text) Source #

The NextToken string that specifies which page of results to return in a paginated response.

getSegmentVersions_pageSize :: Lens' GetSegmentVersions (Maybe Text) Source #

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

getSegmentVersions_segmentId :: Lens' GetSegmentVersions Text Source #

The unique identifier for the segment.

getSegmentVersions_applicationId :: Lens' GetSegmentVersions 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 GetSegmentVersionsResponse Source #

See: newGetSegmentVersionsResponse smart constructor.

Constructors

GetSegmentVersionsResponse' 

Fields

Instances

Instances details
Eq GetSegmentVersionsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Read GetSegmentVersionsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Show GetSegmentVersionsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Generic GetSegmentVersionsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

Associated Types

type Rep GetSegmentVersionsResponse :: Type -> Type #

NFData GetSegmentVersionsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

type Rep GetSegmentVersionsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentVersions

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

newGetSegmentVersionsResponse Source #

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

$sel:segmentsResponse:GetSegmentVersionsResponse', getSegmentVersionsResponse_segmentsResponse - Undocumented member.

Response Lenses