| 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.AmplifyBackend.RemoveBackendConfig
Description
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.
Constructors
| RemoveBackendConfig' | |
Instances
newRemoveBackendConfig Source #
Arguments
| :: Text | |
| -> RemoveBackendConfig |
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:
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.
Constructors
| RemoveBackendConfigResponse' | |
Fields
| |
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:
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.