Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Removes an auto-termination policy from an Amazon EMR cluster.
Synopsis
- data RemoveAutoTerminationPolicy = RemoveAutoTerminationPolicy' {}
- newRemoveAutoTerminationPolicy :: Text -> RemoveAutoTerminationPolicy
- removeAutoTerminationPolicy_clusterId :: Lens' RemoveAutoTerminationPolicy Text
- data RemoveAutoTerminationPolicyResponse = RemoveAutoTerminationPolicyResponse' {
- httpStatus :: Int
- newRemoveAutoTerminationPolicyResponse :: Int -> RemoveAutoTerminationPolicyResponse
- removeAutoTerminationPolicyResponse_httpStatus :: Lens' RemoveAutoTerminationPolicyResponse Int
Creating a Request
data RemoveAutoTerminationPolicy Source #
See: newRemoveAutoTerminationPolicy
smart constructor.
Instances
newRemoveAutoTerminationPolicy Source #
Create a value of RemoveAutoTerminationPolicy
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:RemoveAutoTerminationPolicy'
, removeAutoTerminationPolicy_clusterId
- Specifies the ID of the Amazon EMR cluster from which the
auto-termination policy will be removed.
Request Lenses
removeAutoTerminationPolicy_clusterId :: Lens' RemoveAutoTerminationPolicy Text Source #
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
Destructuring the Response
data RemoveAutoTerminationPolicyResponse Source #
See: newRemoveAutoTerminationPolicyResponse
smart constructor.
RemoveAutoTerminationPolicyResponse' | |
|
Instances
Eq RemoveAutoTerminationPolicyResponse Source # | |
Read RemoveAutoTerminationPolicyResponse Source # | |
Show RemoveAutoTerminationPolicyResponse Source # | |
Generic RemoveAutoTerminationPolicyResponse Source # | |
NFData RemoveAutoTerminationPolicyResponse Source # | |
Defined in Amazonka.EMR.RemoveAutoTerminationPolicy rnf :: RemoveAutoTerminationPolicyResponse -> () # | |
type Rep RemoveAutoTerminationPolicyResponse Source # | |
Defined in Amazonka.EMR.RemoveAutoTerminationPolicy type Rep RemoveAutoTerminationPolicyResponse = D1 ('MetaData "RemoveAutoTerminationPolicyResponse" "Amazonka.EMR.RemoveAutoTerminationPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "RemoveAutoTerminationPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newRemoveAutoTerminationPolicyResponse Source #
Create a value of RemoveAutoTerminationPolicyResponse
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:RemoveAutoTerminationPolicyResponse'
, removeAutoTerminationPolicyResponse_httpStatus
- The response's http status code.
Response Lenses
removeAutoTerminationPolicyResponse_httpStatus :: Lens' RemoveAutoTerminationPolicyResponse Int Source #
The response's http status code.