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

Description

Updates a scheduling policy.

Synopsis

Creating a Request

data UpdateSchedulingPolicy Source #

Contains the parameters for UpdateSchedulingPolicy.

See: newUpdateSchedulingPolicy smart constructor.

Constructors

UpdateSchedulingPolicy' 

Fields

Instances

Instances details
ToJSON UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

ToHeaders UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

ToPath UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

ToQuery UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

AWSRequest UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Associated Types

type AWSResponse UpdateSchedulingPolicy #

Generic UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Associated Types

type Rep UpdateSchedulingPolicy :: Type -> Type #

Read UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Show UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

NFData UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Methods

rnf :: UpdateSchedulingPolicy -> () #

Eq UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Hashable UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

type AWSResponse UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

type Rep UpdateSchedulingPolicy Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

type Rep UpdateSchedulingPolicy = D1 ('MetaData "UpdateSchedulingPolicy" "Amazonka.Batch.UpdateSchedulingPolicy" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "UpdateSchedulingPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fairsharePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FairsharePolicy)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateSchedulingPolicy Source #

Create a value of UpdateSchedulingPolicy 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:

UpdateSchedulingPolicy, updateSchedulingPolicy_fairsharePolicy - The fair share policy.

UpdateSchedulingPolicy, updateSchedulingPolicy_arn - The Amazon Resource Name (ARN) of the scheduling policy to update.

Request Lenses

updateSchedulingPolicy_arn :: Lens' UpdateSchedulingPolicy Text Source #

The Amazon Resource Name (ARN) of the scheduling policy to update.

Destructuring the Response

data UpdateSchedulingPolicyResponse Source #

See: newUpdateSchedulingPolicyResponse smart constructor.

Constructors

UpdateSchedulingPolicyResponse' 

Fields

Instances

Instances details
Generic UpdateSchedulingPolicyResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Associated Types

type Rep UpdateSchedulingPolicyResponse :: Type -> Type #

Read UpdateSchedulingPolicyResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Show UpdateSchedulingPolicyResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

NFData UpdateSchedulingPolicyResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

Eq UpdateSchedulingPolicyResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

type Rep UpdateSchedulingPolicyResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateSchedulingPolicy

type Rep UpdateSchedulingPolicyResponse = D1 ('MetaData "UpdateSchedulingPolicyResponse" "Amazonka.Batch.UpdateSchedulingPolicy" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "UpdateSchedulingPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSchedulingPolicyResponse Source #

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

Response Lenses