Package: paws.database
Title: Amazon Web Services Database 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 database APIs, including
    'Relational Database Service' ('RDS'), 'DynamoDB' 'NoSQL' database,
    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: 'dax_service.R' 'dax_interfaces.R' 'dax_operations.R'
        'docdb_service.R' 'docdb_interfaces.R' 'docdb_operations.R'
        'dynamodb_service.R' 'dynamodb_interfaces.R'
        'dynamodb_operations.R' 'dynamodbstreams_service.R'
        'dynamodbstreams_interfaces.R' 'dynamodbstreams_operations.R'
        'elasticache_service.R' 'elasticache_interfaces.R'
        'elasticache_operations.R' 'neptune_service.R'
        'neptune_interfaces.R' 'neptune_operations.R' 'rds_service.R'
        'rds_interfaces.R' 'rds_operations.R'
        'rdsdataservice_service.R' 'rdsdataservice_interfaces.R'
        'rdsdataservice_operations.R' 'redshift_service.R'
        'redshift_interfaces.R' 'redshift_operations.R'
        'simpledb_service.R' 'simpledb_interfaces.R'
        'simpledb_operations.R'
NeedsCompilation: no
Packaged: 2019-04-30 23:41:20 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 12:50:15 UTC
