libZSservicesZSamazonka-emrZSamazonka-emr
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.EMR.RemoveManagedScalingPolicy

Description

Removes a managed scaling policy from a specified EMR cluster.

Synopsis

Creating a Request

data RemoveManagedScalingPolicy Source #

See: newRemoveManagedScalingPolicy smart constructor.

Constructors

RemoveManagedScalingPolicy' 

Fields

  • clusterId :: Text

    Specifies the ID of the cluster from which the managed scaling policy will be removed.

Instances

Instances details
Eq RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Read RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Show RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Generic RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Associated Types

type Rep RemoveManagedScalingPolicy :: Type -> Type #

NFData RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Hashable RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

ToJSON RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

AWSRequest RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

ToHeaders RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

ToPath RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

ToQuery RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

type Rep RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

type Rep RemoveManagedScalingPolicy = D1 ('MetaData "RemoveManagedScalingPolicy" "Amazonka.EMR.RemoveManagedScalingPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "RemoveManagedScalingPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RemoveManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

newRemoveManagedScalingPolicy Source #

Create a value of RemoveManagedScalingPolicy 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:clusterId:RemoveManagedScalingPolicy', removeManagedScalingPolicy_clusterId - Specifies the ID of the cluster from which the managed scaling policy will be removed.

Request Lenses

removeManagedScalingPolicy_clusterId :: Lens' RemoveManagedScalingPolicy Text Source #

Specifies the ID of the cluster from which the managed scaling policy will be removed.

Destructuring the Response

data RemoveManagedScalingPolicyResponse Source #

Constructors

RemoveManagedScalingPolicyResponse' 

Fields

Instances

Instances details
Eq RemoveManagedScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Read RemoveManagedScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Show RemoveManagedScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Generic RemoveManagedScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

Associated Types

type Rep RemoveManagedScalingPolicyResponse :: Type -> Type #

NFData RemoveManagedScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

type Rep RemoveManagedScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.EMR.RemoveManagedScalingPolicy

type Rep RemoveManagedScalingPolicyResponse = D1 ('MetaData "RemoveManagedScalingPolicyResponse" "Amazonka.EMR.RemoveManagedScalingPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "RemoveManagedScalingPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveManagedScalingPolicyResponse Source #

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

Response Lenses