| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSMSAP.DeregisterApplication
Description
Deregister an SAP application with AWS Systems Manager for SAP. This action does not affect the existing setup of your SAP workloads on Amazon EC2.
Synopsis
- data DeregisterApplication = DeregisterApplication' {}
- newDeregisterApplication :: Text -> DeregisterApplication
- deregisterApplication_applicationId :: Lens' DeregisterApplication Text
- data DeregisterApplicationResponse = DeregisterApplicationResponse' {
- httpStatus :: Int
- newDeregisterApplicationResponse :: Int -> DeregisterApplicationResponse
- deregisterApplicationResponse_httpStatus :: Lens' DeregisterApplicationResponse Int
Creating a Request
data DeregisterApplication Source #
See: newDeregisterApplication smart constructor.
Constructors
| DeregisterApplication' | |
Fields | |
Instances
newDeregisterApplication Source #
Arguments
| :: Text | |
| -> DeregisterApplication |
Create a value of DeregisterApplication 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:
DeregisterApplication, deregisterApplication_applicationId -
Request Lenses
Destructuring the Response
data DeregisterApplicationResponse Source #
See: newDeregisterApplicationResponse smart constructor.
Constructors
| DeregisterApplicationResponse' | |
Fields
| |
Instances
newDeregisterApplicationResponse Source #
Create a value of DeregisterApplicationResponse 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:DeregisterApplicationResponse', deregisterApplicationResponse_httpStatus - The response's http status code.
Response Lenses
deregisterApplicationResponse_httpStatus :: Lens' DeregisterApplicationResponse Int Source #
The response's http status code.