Package: aws.ecx
Title: Communicating with AWS EC2 and ECS using AWS REST APIs
Version: 1.0.5
Authors@R: c(
    person(
        "Jiefei", "Wang",
        email = "szwjf08@gmail.com",
        role = c("aut", "cre")
    ),
    person("Martin", "Morgan", role = "aut"))
Description: 
    Providing the functions for communicating with Amazon Web Services(AWS)
    Elastic Compute Cloud(EC2) and Elastic Container Service(ECS).
    The functions will have the prefix 'ecs_' or 'ec2_' depending on the class 
    of the API. The request will be sent via the REST API and the parameters are
    given by the function argument. The credentials can be set via 'aws_set_credentials'.
    The EC2 documentation can be found at <https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html>
    and ECS can be found at <https://docs.aws.amazon.com/AmazonECS/latest/APIReference/Welcome.html>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: methods, rjson, aws.signature, httr, xml2, utils
URL: https://github.com/Jiefei-Wang/aws.ecx
BugReports: https://github.com/Jiefei-Wang/aws.ecx/issues
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-01-26 03:58:41 UTC; jiefei
Author: Jiefei Wang [aut, cre],
  Martin Morgan [aut]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-26 13:02:45 UTC
Built: R 4.4.3; ; 2025-10-21 13:30:42 UTC; windows
