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

Description

Describes the specified replication job or all of your replication jobs.

This operation returns paginated results.

Synopsis

Creating a Request

data GetReplicationJobs Source #

See: newGetReplicationJobs smart constructor.

Constructors

GetReplicationJobs' 

Fields

  • replicationJobId :: Maybe Text

    The ID of the replication job.

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

Instances

Instances details
Eq GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Read GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Show GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Generic GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Associated Types

type Rep GetReplicationJobs :: Type -> Type #

NFData GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Methods

rnf :: GetReplicationJobs -> () #

Hashable GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

ToJSON GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

AWSPager GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

AWSRequest GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Associated Types

type AWSResponse GetReplicationJobs #

ToHeaders GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

ToPath GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

ToQuery GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

type Rep GetReplicationJobs Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

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

Defined in Amazonka.SMS.GetReplicationJobs

newGetReplicationJobs :: GetReplicationJobs Source #

Create a value of GetReplicationJobs 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:replicationJobId:GetReplicationJobs', getReplicationJobs_replicationJobId - The ID of the replication job.

$sel:nextToken:GetReplicationJobs', getReplicationJobs_nextToken - The token for the next set of results.

$sel:maxResults:GetReplicationJobs', getReplicationJobs_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.

Request Lenses

getReplicationJobs_nextToken :: Lens' GetReplicationJobs (Maybe Text) Source #

The token for the next set of results.

getReplicationJobs_maxResults :: Lens' GetReplicationJobs (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 GetReplicationJobsResponse Source #

See: newGetReplicationJobsResponse smart constructor.

Constructors

GetReplicationJobsResponse' 

Fields

Instances

Instances details
Eq GetReplicationJobsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Read GetReplicationJobsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Show GetReplicationJobsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Generic GetReplicationJobsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

Associated Types

type Rep GetReplicationJobsResponse :: Type -> Type #

NFData GetReplicationJobsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

type Rep GetReplicationJobsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetReplicationJobs

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

newGetReplicationJobsResponse Source #

Create a value of GetReplicationJobsResponse 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:replicationJobList:GetReplicationJobsResponse', getReplicationJobsResponse_replicationJobList - Information about the replication jobs.

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

$sel:httpStatus:GetReplicationJobsResponse', getReplicationJobsResponse_httpStatus - The response's http status code.

Response Lenses

getReplicationJobsResponse_nextToken :: Lens' GetReplicationJobsResponse (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.