amazonka-batch-2.0: Amazon Batch 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.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
ToJSON 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

AWSRequest 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 #

Read DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Show DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

NFData DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Methods

rnf :: DeregisterJobDefinition -> () #

Eq DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Hashable DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type AWSResponse 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" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "DeregisterJobDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.Batch.DeregisterJobDefinition

Associated Types

type Rep DeregisterJobDefinitionResponse :: Type -> Type #

Read DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Show DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

NFData DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Eq 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" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" '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