amazonka-sms-2.0: Amazon Server Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SMS.DeleteReplicationJob

Description

Deletes the specified replication job.

After you delete a replication job, there are no further replication runs. Amazon Web Services deletes the contents of the Amazon S3 bucket used to store Server Migration Service 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
ToJSON DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.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

AWSRequest DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Associated Types

type AWSResponse DeleteReplicationJob #

Generic DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Associated Types

type Rep DeleteReplicationJob :: Type -> Type #

Read DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Show DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

NFData DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Methods

rnf :: DeleteReplicationJob -> () #

Eq DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Hashable DeleteReplicationJob Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

type AWSResponse 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" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "DeleteReplicationJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Associated Types

type Rep DeleteReplicationJobResponse :: Type -> Type #

Read DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Show DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

NFData DeleteReplicationJobResponse Source # 
Instance details

Defined in Amazonka.SMS.DeleteReplicationJob

Eq 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" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" '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