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.DMS.DeleteReplicationSubnetGroup
Description
Deletes a subnet group.
Synopsis
- data DeleteReplicationSubnetGroup = DeleteReplicationSubnetGroup' {}
- newDeleteReplicationSubnetGroup :: Text -> DeleteReplicationSubnetGroup
- deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text
- data DeleteReplicationSubnetGroupResponse = DeleteReplicationSubnetGroupResponse' {
- httpStatus :: Int
- newDeleteReplicationSubnetGroupResponse :: Int -> DeleteReplicationSubnetGroupResponse
- deleteReplicationSubnetGroupResponse_httpStatus :: Lens' DeleteReplicationSubnetGroupResponse Int
Creating a Request
data DeleteReplicationSubnetGroup Source #
See: newDeleteReplicationSubnetGroup
smart constructor.
Constructors
DeleteReplicationSubnetGroup' | |
Fields
|
Instances
newDeleteReplicationSubnetGroup Source #
Arguments
:: Text |
|
-> DeleteReplicationSubnetGroup |
Create a value of DeleteReplicationSubnetGroup
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:replicationSubnetGroupIdentifier:DeleteReplicationSubnetGroup'
, deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier
- The subnet group name of the replication instance.
Request Lenses
deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text Source #
The subnet group name of the replication instance.
Destructuring the Response
data DeleteReplicationSubnetGroupResponse Source #
See: newDeleteReplicationSubnetGroupResponse
smart constructor.
Constructors
DeleteReplicationSubnetGroupResponse' | |
Fields
|
Instances
newDeleteReplicationSubnetGroupResponse Source #
Arguments
:: Int | |
-> DeleteReplicationSubnetGroupResponse |
Create a value of DeleteReplicationSubnetGroupResponse
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:DeleteReplicationSubnetGroupResponse'
, deleteReplicationSubnetGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deleteReplicationSubnetGroupResponse_httpStatus :: Lens' DeleteReplicationSubnetGroupResponse Int Source #
The response's http status code.