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 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.
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.
DeleteAppReplicationConfigurationResponse' | |
|
Instances
Eq DeleteAppReplicationConfigurationResponse Source # | |
Read DeleteAppReplicationConfigurationResponse Source # | |
Show DeleteAppReplicationConfigurationResponse Source # | |
Generic DeleteAppReplicationConfigurationResponse Source # | |
Defined in Amazonka.SMS.DeleteAppReplicationConfiguration type Rep DeleteAppReplicationConfigurationResponse :: Type -> Type # | |
NFData DeleteAppReplicationConfigurationResponse Source # | |
type Rep DeleteAppReplicationConfigurationResponse Source # | |
Defined in Amazonka.SMS.DeleteAppReplicationConfiguration type Rep DeleteAppReplicationConfigurationResponse = D1 ('MetaData "DeleteAppReplicationConfigurationResponse" "Amazonka.SMS.DeleteAppReplicationConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "DeleteAppReplicationConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteAppReplicationConfigurationResponse Source #
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.