tests/testthat/test_securitylake.R

svc <- paws::securitylake()

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

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

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

test_that("list_subscribers", {
  expect_error(svc$list_subscribers(), 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, 2024, 6:30 a.m.