Package: paws.application.integration
Title: Amazon Web Services Application Integration APIs
Version: 0.1.8
Authors@R: 
    c(person(given = "David",
             family = "Kretch",
             role = c("aut", "cre"),
             email = "david.kretch@gmail.com"),
      person(given = "Adam",
             family = "Banker",
             role = "aut",
             email = "adam.banker39@gmail.com"),
      person(given = "Amazon.com, Inc.",
             role = "cph"))
Description: Interface to Amazon Web Services application integration
    APIs, including 'Simple Queue Service' ('SQS') message queue, 'Simple
    Notification Service' ('SNS') publish/subscribe messaging, and more
    <https://aws.amazon.com/>.
License: Apache License (>= 2.0)
Imports: paws.common (>= 0.3.0)
Suggests: testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Collate: 'eventbridge_service.R' 'eventbridge_interfaces.R'
        'eventbridge_operations.R' 'mq_service.R' 'mq_interfaces.R'
        'mq_operations.R' 'sfn_service.R' 'sfn_interfaces.R'
        'sfn_operations.R' 'sns_service.R' 'sns_interfaces.R'
        'sns_operations.R' 'sqs_service.R' 'sqs_interfaces.R'
        'sqs_operations.R' 'swf_service.R' 'swf_interfaces.R'
        'swf_operations.R'
NeedsCompilation: no
Packaged: 2020-04-26 14:52:53 UTC; david.kretch
Author: David Kretch [aut, cre],
  Adam Banker [aut],
  Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-26 15:20:02 UTC
