libZSservicesZSamazonka-batchZSamazonka-batch
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.Batch.DeregisterJobDefinition

Description

Deregisters an Batch job definition. Job definitions are permanently deleted after 180 days.

Synopsis

Creating a Request

data DeregisterJobDefinition Source #

See: newDeregisterJobDefinition smart constructor.

Constructors

DeregisterJobDefinition' 

Fields

  • jobDefinition :: Text

    The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.

Instances

Instances details
Eq DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Read DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Show DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Generic DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Associated Types

type Rep DeregisterJobDefinition :: Type -> Type #

NFData DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Methods

rnf :: DeregisterJobDefinition -> () #

Hashable DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToJSON DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

AWSRequest DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToHeaders DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToPath DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToQuery DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinition = D1 ('MetaData "DeregisterJobDefinition" "Amazonka.Batch.DeregisterJobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeregisterJobDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

newDeregisterJobDefinition Source #

Create a value of DeregisterJobDefinition 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:jobDefinition:DeregisterJobDefinition', deregisterJobDefinition_jobDefinition - The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.

Request Lenses

deregisterJobDefinition_jobDefinition :: Lens' DeregisterJobDefinition Text Source #

The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.

Destructuring the Response

data DeregisterJobDefinitionResponse Source #

See: newDeregisterJobDefinitionResponse smart constructor.

Constructors

DeregisterJobDefinitionResponse' 

Fields

Instances

Instances details
Eq DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Read DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Show DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Generic DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Associated Types

type Rep DeregisterJobDefinitionResponse :: Type -> Type #

NFData DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinitionResponse = D1 ('MetaData "DeregisterJobDefinitionResponse" "Amazonka.Batch.DeregisterJobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeregisterJobDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterJobDefinitionResponse Source #

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

Response Lenses