tests/testthat/test_directoryservice.R

svc <- paws::directoryservice()

test_that("describe_directories", {
  expect_error(svc$describe_directories(), NA)
})

test_that("describe_event_topics", {
  expect_error(svc$describe_event_topics(), NA)
})

test_that("describe_snapshots", {
  expect_error(svc$describe_snapshots(), NA)
})

test_that("describe_trusts", {
  expect_error(svc$describe_trusts(), NA)
})

test_that("list_log_subscriptions", {
  expect_error(svc$list_log_subscriptions(), NA)
})

Try the paws.security.identity package in your browser

Any scripts or data that you put into this service are public.

paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.