Nothing
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_shared_vpc_configuration", {
expect_error(svc$describe_shared_vpc_configuration(), 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)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.