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() {}
HanjoStudy/awsR documentation built on May 6, 2019, 9:06 a.m.