Nothing
svc <- paws::vpclattice()
test_that("list_service_network_service_associations", {
expect_error(svc$list_service_network_service_associations(), NA)
})
test_that("list_service_network_vpc_associations", {
expect_error(svc$list_service_network_vpc_associations(), NA)
})
test_that("list_service_networks", {
expect_error(svc$list_service_networks(), NA)
})
test_that("list_services", {
expect_error(svc$list_services(), NA)
})
test_that("list_target_groups", {
expect_error(svc$list_target_groups(), 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.