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 |
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.
ModifyReplicationSubnetGroup' | |
|
Instances
newModifyReplicationSubnetGroup Source #
:: 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.
ModifyReplicationSubnetGroupResponse' | |
|
Instances
Eq ModifyReplicationSubnetGroupResponse Source # | |
Read ModifyReplicationSubnetGroupResponse Source # | |
Show ModifyReplicationSubnetGroupResponse Source # | |
Generic ModifyReplicationSubnetGroupResponse Source # | |
NFData ModifyReplicationSubnetGroupResponse Source # | |
Defined in Amazonka.DMS.ModifyReplicationSubnetGroup rnf :: ModifyReplicationSubnetGroupResponse -> () # | |
type Rep ModifyReplicationSubnetGroupResponse Source # | |
Defined in Amazonka.DMS.ModifyReplicationSubnetGroup type Rep ModifyReplicationSubnetGroupResponse = D1 ('MetaData "ModifyReplicationSubnetGroupResponse" "Amazonka.DMS.ModifyReplicationSubnetGroup" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ModifyReplicationSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationSubnetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newModifyReplicationSubnetGroupResponse Source #
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.