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 the AWS resources required to access the Amplify Admin UI.
Synopsis
- data RemoveBackendConfig = RemoveBackendConfig' {}
- newRemoveBackendConfig :: Text -> RemoveBackendConfig
- removeBackendConfig_appId :: Lens' RemoveBackendConfig Text
- data RemoveBackendConfigResponse = RemoveBackendConfigResponse' {
- error :: Maybe Text
- httpStatus :: Int
- newRemoveBackendConfigResponse :: Int -> RemoveBackendConfigResponse
- removeBackendConfigResponse_error :: Lens' RemoveBackendConfigResponse (Maybe Text)
- removeBackendConfigResponse_httpStatus :: Lens' RemoveBackendConfigResponse Int
Creating a Request
data RemoveBackendConfig Source #
See: newRemoveBackendConfig
smart constructor.
Instances
newRemoveBackendConfig Source #
Create a value of RemoveBackendConfig
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:appId:RemoveBackendConfig'
, removeBackendConfig_appId
- The app ID.
Request Lenses
removeBackendConfig_appId :: Lens' RemoveBackendConfig Text Source #
The app ID.
Destructuring the Response
data RemoveBackendConfigResponse Source #
See: newRemoveBackendConfigResponse
smart constructor.
RemoveBackendConfigResponse' | |
|
Instances
newRemoveBackendConfigResponse Source #
Create a value of RemoveBackendConfigResponse
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:error:RemoveBackendConfigResponse'
, removeBackendConfigResponse_error
- If the request fails, this error is returned.
$sel:httpStatus:RemoveBackendConfigResponse'
, removeBackendConfigResponse_httpStatus
- The response's http status code.
Response Lenses
removeBackendConfigResponse_error :: Lens' RemoveBackendConfigResponse (Maybe Text) Source #
If the request fails, this error is returned.
removeBackendConfigResponse_httpStatus :: Lens' RemoveBackendConfigResponse Int Source #
The response's http status code.