tests/testthat/test_fsx.R

svc <- paws::fsx()

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

test_that("describe_backups", {
  expect_error(svc$describe_backups(MaxResults = 20), NA)
})

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

test_that("describe_data_repository_associations", {
  expect_error(svc$describe_data_repository_associations(MaxResults = 20), NA)
})

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

test_that("describe_data_repository_tasks", {
  expect_error(svc$describe_data_repository_tasks(MaxResults = 20), NA)
})

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

test_that("describe_file_caches", {
  expect_error(svc$describe_file_caches(MaxResults = 20), NA)
})

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

test_that("describe_file_systems", {
  expect_error(svc$describe_file_systems(MaxResults = 20), NA)
})

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

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

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

test_that("describe_storage_virtual_machines", {
  expect_error(svc$describe_storage_virtual_machines(MaxResults = 20), NA)
})

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

test_that("describe_volumes", {
  expect_error(svc$describe_volumes(MaxResults = 20), NA)
})

Try the paws.storage package in your browser

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

paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.