{ "opencollection": "1.0.0", "info": { "name": "Amazon VPC Internet Gateways Network ACLs API", "version": "2016-11-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Network ACLs", "type": "folder" }, "items": [ { "info": { "name": "Amazon VPC Create a Network ACL", "type": "http" }, "http": { "method": "GET", "url": "https://ec2.{region}.amazonaws.com/?Action=CreateNetworkAcl", "params": [ { "name": "VpcId", "value": "example-id", "type": "query", "description": "The ID of the VPC" } ] }, "docs": "Creates a network ACL in a VPC. Network ACLs provide an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets." }, { "info": { "name": "Amazon VPC Describe Network ACLs", "type": "http" }, "http": { "method": "GET", "url": "https://ec2.{region}.amazonaws.com/?Action=DescribeNetworkAcls", "params": [ { "name": "NetworkAclId", "value": "example-id", "type": "query", "description": "The IDs of the network ACLs to describe" }, { "name": "Filter", "value": "example", "type": "query", "description": "Filters to apply to the results" }, { "name": "MaxResults", "value": "1", "type": "query", "description": "Maximum number of results to return" }, { "name": "NextToken", "value": "example", "type": "query", "description": "Token for the next page of results" } ] }, "docs": "Describes one or more of your network ACLs. A network ACL is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets." } ] } ], "bundled": true }