R/dhcp.R

Defines functions create_dhcp_opts delete_dhcp_opts describe_dhcp_opts associate_dhcp_opts

# @references
# \url{http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html}

# http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateDhcpOptions.html
create_dhcp_opts <- function() {}

# http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteDhcpOptions.html
delete_dhcp_opts <- function() {}

# http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeDhcpOptions.html
describe_dhcp_opts <- function() {}

# http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateDhcpOptions.html
associate_dhcp_opts <- function() {}
cloudyr/aws.ec2 documentation built on Jan. 14, 2020, 4:55 a.m.