| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Batch.DeregisterJobDefinition
Description
Deregisters an AWS Batch job definition.
- deregisterJobDefinition :: Text -> DeregisterJobDefinition
- data DeregisterJobDefinition
- djdJobDefinition :: Lens' DeregisterJobDefinition Text
- deregisterJobDefinitionResponse :: Int -> DeregisterJobDefinitionResponse
- data DeregisterJobDefinitionResponse
- derrsResponseStatus :: Lens' DeregisterJobDefinitionResponse Int
Creating a Request
deregisterJobDefinition Source #
Arguments
| :: Text | |
| -> DeregisterJobDefinition |
Creates a value of DeregisterJobDefinition with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djdJobDefinition- The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.
data DeregisterJobDefinition Source #
See: deregisterJobDefinition smart constructor.
Instances
Request Lenses
djdJobDefinition :: 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
deregisterJobDefinitionResponse Source #
Arguments
| :: Int | |
| -> DeregisterJobDefinitionResponse |
Creates a value of DeregisterJobDefinitionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
derrsResponseStatus- -- | The response status code.
data DeregisterJobDefinitionResponse Source #
See: deregisterJobDefinitionResponse smart constructor.
Instances
Response Lenses
derrsResponseStatus :: Lens' DeregisterJobDefinitionResponse Int Source #
- - | The response status code.