Safe Haskell | None |
---|---|
Language | Haskell2010 |
Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information about network ACLs, see Network ACLs in the AmazonVirtual Private Cloud User Guide.
- data ReplaceNetworkAclAssociation
- replaceNetworkAclAssociation :: Text -> Text -> ReplaceNetworkAclAssociation
- rnaaAssociationId :: Lens' ReplaceNetworkAclAssociation Text
- rnaaDryRun :: Lens' ReplaceNetworkAclAssociation (Maybe Bool)
- rnaaNetworkAclId :: Lens' ReplaceNetworkAclAssociation Text
- data ReplaceNetworkAclAssociationResponse
- replaceNetworkAclAssociationResponse :: ReplaceNetworkAclAssociationResponse
- rnaarNewAssociationId :: Lens' ReplaceNetworkAclAssociationResponse (Maybe Text)
Request
data ReplaceNetworkAclAssociation Source
Request constructor
replaceNetworkAclAssociation Source
ReplaceNetworkAclAssociation
constructor.
The fields accessible through corresponding lenses are:
Request lenses
rnaaAssociationId :: Lens' ReplaceNetworkAclAssociation Text Source
The ID of the current association between the original network ACL and the subnet.
rnaaNetworkAclId :: Lens' ReplaceNetworkAclAssociation Text Source
The ID of the new network ACL to associate with the subnet.
Response
Response constructor
replaceNetworkAclAssociationResponse :: ReplaceNetworkAclAssociationResponse Source
ReplaceNetworkAclAssociationResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
rnaarNewAssociationId :: Lens' ReplaceNetworkAclAssociationResponse (Maybe Text) Source
The ID of the new association.