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.ModifyReplicationSubnetGroup
Description
Modifies the settings for the specified replication subnet group.
Synopsis
- data ModifyReplicationSubnetGroup = ModifyReplicationSubnetGroup' {}
- newModifyReplicationSubnetGroup :: Text -> ModifyReplicationSubnetGroup
- modifyReplicationSubnetGroup_replicationSubnetGroupDescription :: Lens' ModifyReplicationSubnetGroup (Maybe Text)
- modifyReplicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' ModifyReplicationSubnetGroup Text
- modifyReplicationSubnetGroup_subnetIds :: Lens' ModifyReplicationSubnetGroup [Text]
- data ModifyReplicationSubnetGroupResponse = ModifyReplicationSubnetGroupResponse' {}
- newModifyReplicationSubnetGroupResponse :: Int -> ModifyReplicationSubnetGroupResponse
- modifyReplicationSubnetGroupResponse_replicationSubnetGroup :: Lens' ModifyReplicationSubnetGroupResponse (Maybe ReplicationSubnetGroup)
- modifyReplicationSubnetGroupResponse_httpStatus :: Lens' ModifyReplicationSubnetGroupResponse Int
Creating a Request
data ModifyReplicationSubnetGroup Source #
See: newModifyReplicationSubnetGroup
smart constructor.
Constructors
ModifyReplicationSubnetGroup' | |
Fields
|
Instances
newModifyReplicationSubnetGroup Source #
Arguments
:: Text |
|
-> ModifyReplicationSubnetGroup |
Create a value of ModifyReplicationSubnetGroup
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:replicationSubnetGroupDescription:ModifyReplicationSubnetGroup'
, modifyReplicationSubnetGroup_replicationSubnetGroupDescription
- A description for the replication instance subnet group.
$sel:replicationSubnetGroupIdentifier:ModifyReplicationSubnetGroup'
, modifyReplicationSubnetGroup_replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.
$sel:subnetIds:ModifyReplicationSubnetGroup'
, modifyReplicationSubnetGroup_subnetIds
- A list of subnet IDs.
Request Lenses
modifyReplicationSubnetGroup_replicationSubnetGroupDescription :: Lens' ModifyReplicationSubnetGroup (Maybe Text) Source #
A description for the replication instance subnet group.
modifyReplicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' ModifyReplicationSubnetGroup Text Source #
The name of the replication instance subnet group.
modifyReplicationSubnetGroup_subnetIds :: Lens' ModifyReplicationSubnetGroup [Text] Source #
A list of subnet IDs.
Destructuring the Response
data ModifyReplicationSubnetGroupResponse Source #
See: newModifyReplicationSubnetGroupResponse
smart constructor.
Constructors
ModifyReplicationSubnetGroupResponse' | |
Fields
|
Instances
newModifyReplicationSubnetGroupResponse Source #
Arguments
:: Int | |
-> ModifyReplicationSubnetGroupResponse |
Create a value of ModifyReplicationSubnetGroupResponse
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:replicationSubnetGroup:ModifyReplicationSubnetGroupResponse'
, modifyReplicationSubnetGroupResponse_replicationSubnetGroup
- The modified replication subnet group.
$sel:httpStatus:ModifyReplicationSubnetGroupResponse'
, modifyReplicationSubnetGroupResponse_httpStatus
- The response's http status code.
Response Lenses
modifyReplicationSubnetGroupResponse_replicationSubnetGroup :: Lens' ModifyReplicationSubnetGroupResponse (Maybe ReplicationSubnetGroup) Source #
The modified replication subnet group.
modifyReplicationSubnetGroupResponse_httpStatus :: Lens' ModifyReplicationSubnetGroupResponse Int Source #
The response's http status code.