libZSservicesZSamazonka-smsZSamazonka-sms
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.SMS.GetReplicationRuns

Description

Describes the replication runs for the specified replication job.

This operation returns paginated results.

Synopsis

Creating a Request

data GetReplicationRuns Source #

See: newGetReplicationRuns smart constructor.

Constructors

GetReplicationRuns' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results.

  • maxResults :: Maybe Int

    The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

  • replicationJobId :: Text

    The ID of the replication job.

Instances

Instances details
Eq GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Read GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Show GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Generic GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Associated Types

type Rep GetReplicationRuns :: Type -> Type #

NFData GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Methods

rnf :: GetReplicationRuns -> () #

Hashable GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

ToJSON GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

AWSPager GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

AWSRequest GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Associated Types

type AWSResponse GetReplicationRuns #

ToHeaders GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

ToPath GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

ToQuery GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

type Rep GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

type Rep GetReplicationRuns = D1 ('MetaData "GetReplicationRuns" "Amazonka.SMS.GetReplicationRuns" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "GetReplicationRuns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetReplicationRuns Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

newGetReplicationRuns Source #

Create a value of GetReplicationRuns 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:GetReplicationRuns', getReplicationRuns_nextToken - The token for the next set of results.

$sel:maxResults:GetReplicationRuns', getReplicationRuns_maxResults - The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

$sel:replicationJobId:GetReplicationRuns', getReplicationRuns_replicationJobId - The ID of the replication job.

Request Lenses

getReplicationRuns_nextToken :: Lens' GetReplicationRuns (Maybe Text) Source #

The token for the next set of results.

getReplicationRuns_maxResults :: Lens' GetReplicationRuns (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

Destructuring the Response

data GetReplicationRunsResponse Source #

See: newGetReplicationRunsResponse smart constructor.

Constructors

GetReplicationRunsResponse' 

Fields

Instances

Instances details
Eq GetReplicationRunsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Read GetReplicationRunsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Show GetReplicationRunsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Generic GetReplicationRunsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

Associated Types

type Rep GetReplicationRunsResponse :: Type -> Type #

NFData GetReplicationRunsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

type Rep GetReplicationRunsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationRuns

type Rep GetReplicationRunsResponse = D1 ('MetaData "GetReplicationRunsResponse" "Amazonka.SMS.GetReplicationRuns" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "GetReplicationRunsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "replicationJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationJob)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationRunList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationRun])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetReplicationRunsResponse Source #

Create a value of GetReplicationRunsResponse 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:replicationJob:GetReplicationRunsResponse', getReplicationRunsResponse_replicationJob - Information about the replication job.

$sel:nextToken:GetReplicationRuns', getReplicationRunsResponse_nextToken - The token required to retrieve the next set of results. This value is null when there are no more results to return.

$sel:replicationRunList:GetReplicationRunsResponse', getReplicationRunsResponse_replicationRunList - Information about the replication runs.

$sel:httpStatus:GetReplicationRunsResponse', getReplicationRunsResponse_httpStatus - The response's http status code.

Response Lenses

getReplicationRunsResponse_nextToken :: Lens' GetReplicationRunsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.