Package: paws.database
Title: Amazon Web Services Database Services
Version: 0.1.9
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 services, including
    'Relational Database Service' ('RDS'), 'DynamoDB' 'NoSQL' database,
    and more <https://aws.amazon.com/>.
License: Apache License (>= 2.0)
URL: https://github.com/paws-r/paws
BugReports: https://github.com/paws-r/paws/issues
Imports: paws.common (>= 0.3.0)
Suggests: testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
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_operations.R' 'rds_custom.R' 'rds_interfaces.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: 2020-08-02 23:32:42 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-08-03 09:10:10 UTC
