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 |
Amazonka.SMS.DeleteAppReplicationConfiguration
Description
Deletes the replication configuration for the specified application.
Synopsis
- data DeleteAppReplicationConfiguration = DeleteAppReplicationConfiguration' {}
- newDeleteAppReplicationConfiguration :: DeleteAppReplicationConfiguration
- deleteAppReplicationConfiguration_appId :: Lens' DeleteAppReplicationConfiguration (Maybe Text)
- data DeleteAppReplicationConfigurationResponse = DeleteAppReplicationConfigurationResponse' {
- httpStatus :: Int
- newDeleteAppReplicationConfigurationResponse :: Int -> DeleteAppReplicationConfigurationResponse
- deleteAppReplicationConfigurationResponse_httpStatus :: Lens' DeleteAppReplicationConfigurationResponse Int
Creating a Request
data DeleteAppReplicationConfiguration Source #
See: newDeleteAppReplicationConfiguration
smart constructor.
Constructors
DeleteAppReplicationConfiguration' | |
Instances
newDeleteAppReplicationConfiguration :: DeleteAppReplicationConfiguration Source #
Create a value of DeleteAppReplicationConfiguration
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:DeleteAppReplicationConfiguration'
, deleteAppReplicationConfiguration_appId
- The ID of the application.
Request Lenses
deleteAppReplicationConfiguration_appId :: Lens' DeleteAppReplicationConfiguration (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data DeleteAppReplicationConfigurationResponse Source #
See: newDeleteAppReplicationConfigurationResponse
smart constructor.
Constructors
DeleteAppReplicationConfigurationResponse' | |
Fields
|
Instances
newDeleteAppReplicationConfigurationResponse Source #
Arguments
:: Int | |
-> DeleteAppReplicationConfigurationResponse |
Create a value of DeleteAppReplicationConfigurationResponse
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:DeleteAppReplicationConfigurationResponse'
, deleteAppReplicationConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAppReplicationConfigurationResponse_httpStatus :: Lens' DeleteAppReplicationConfigurationResponse Int Source #
The response's http status code.