Nothing
svc <- paws::codepipeline()
test_that("list_action_types", {
expect_error(svc$list_action_types(), NA)
})
test_that("list_pipelines", {
expect_error(svc$list_pipelines(), NA)
})
test_that("list_rule_types", {
expect_error(svc$list_rule_types(), NA)
})
test_that("list_webhooks", {
expect_error(svc$list_webhooks(), NA)
})
test_that("list_webhooks", {
expect_error(svc$list_webhooks(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.