Versions in this module Expand all Collapse all v0 v0.0.1 Feb 24, 2020 Changes in this version + func ConvertAttrValueMap(image map[string]events.DynamoDBAttributeValue) (map[string]*dynamodb.AttributeValue, error) + type NACLClient interface + DenyByNACL func(cidr string, protocolNumber int64, networkACLID string, ruleNumber int64, ...) error + ReleaseDenyingByNACL func(networkACLID string, ruleNumber int64, ingressMode bool) error + RetrieveNACLEntries func(networkACLID string) (*ec2.DescribeNetworkAclsOutput, error) + type NACLClientImpl struct + EC2Srv *ec2.EC2 + func NewNACLClientImpl(ec2Srv *ec2.EC2) *NACLClientImpl + func (n *NACLClientImpl) DenyByNACL(cidr string, protocolNumber int64, networkACLID string, ruleNumber int64, ...) error + func (n *NACLClientImpl) ReleaseDenyingByNACL(networkACLID string, ruleNumber int64, ingressMode bool) error + func (n *NACLClientImpl) RetrieveNACLEntries(networkACLID string) (*ec2.DescribeNetworkAclsOutput, error)