tests/testthat/test_cognitosync.R

svc <- paws::cognitosync()

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

test_that("list_identity_pool_usage", {
  expect_error(svc$list_identity_pool_usage(MaxResults = 20), 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.