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 |
Deletes the validation configuration for the specified application.
Synopsis
- data DeleteAppValidationConfiguration = DeleteAppValidationConfiguration' {}
- newDeleteAppValidationConfiguration :: Text -> DeleteAppValidationConfiguration
- deleteAppValidationConfiguration_appId :: Lens' DeleteAppValidationConfiguration Text
- data DeleteAppValidationConfigurationResponse = DeleteAppValidationConfigurationResponse' {
- httpStatus :: Int
- newDeleteAppValidationConfigurationResponse :: Int -> DeleteAppValidationConfigurationResponse
- deleteAppValidationConfigurationResponse_httpStatus :: Lens' DeleteAppValidationConfigurationResponse Int
Creating a Request
data DeleteAppValidationConfiguration Source #
See: newDeleteAppValidationConfiguration
smart constructor.
Instances
newDeleteAppValidationConfiguration Source #
Create a value of DeleteAppValidationConfiguration
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:DeleteAppValidationConfiguration'
, deleteAppValidationConfiguration_appId
- The ID of the application.
Request Lenses
deleteAppValidationConfiguration_appId :: Lens' DeleteAppValidationConfiguration Text Source #
The ID of the application.
Destructuring the Response
data DeleteAppValidationConfigurationResponse Source #
See: newDeleteAppValidationConfigurationResponse
smart constructor.
DeleteAppValidationConfigurationResponse' | |
|
Instances
newDeleteAppValidationConfigurationResponse Source #
Create a value of DeleteAppValidationConfigurationResponse
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:DeleteAppValidationConfigurationResponse'
, deleteAppValidationConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAppValidationConfigurationResponse_httpStatus :: Lens' DeleteAppValidationConfigurationResponse Int Source #
The response's http status code.