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

Description

Deletes the specified replication job.

After you delete a replication job, there are no further replication runs. AWS deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created by the replication runs are not deleted.

Synopsis

Creating a Request

data DeleteReplicationJob Source #

See: newDeleteReplicationJob smart constructor.

Constructors

DeleteReplicationJob' 

Fields

Instances

Instances details
Eq DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Read DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Show DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Generic DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Associated Types

type Rep DeleteReplicationJob :: Type -> Type #

NFData DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Methods

rnf :: DeleteReplicationJob -> () #

Hashable DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

ToJSON DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

AWSRequest DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Associated Types

type AWSResponse DeleteReplicationJob #

ToHeaders DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

ToPath DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

ToQuery DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

type Rep DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

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

Defined in Amazonka.SMS.DeleteReplicationJob

newDeleteReplicationJob Source #

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

Request Lenses

Destructuring the Response

data DeleteReplicationJobResponse Source #

See: newDeleteReplicationJobResponse smart constructor.

Constructors

DeleteReplicationJobResponse' 

Fields

Instances

Instances details
Eq DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Read DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Show DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Generic DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Associated Types

type Rep DeleteReplicationJobResponse :: Type -> Type #

NFData DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

type Rep DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

type Rep DeleteReplicationJobResponse = D1 ('MetaData "DeleteReplicationJobResponse" "Amazonka.SMS.DeleteReplicationJob" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "DeleteReplicationJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationJobResponse Source #

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

Response Lenses