Package: paws.application.integration
Title: Amazon Web Services Application Integration APIs
Version: 0.1.0
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
Suggests: testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: '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: 2019-04-30 23:43:38 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: 2019-05-03 13:10:03 UTC
