Nothing
svc <- paws::fis()
test_that("list_actions", {
expect_error(svc$list_actions(), NA)
})
test_that("list_experiment_templates", {
expect_error(svc$list_experiment_templates(), NA)
})
test_that("list_experiments", {
expect_error(svc$list_experiments(), NA)
})
test_that("list_target_resource_types", {
expect_error(svc$list_target_resource_types(), 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.