Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteServiceRequest

import type { DeleteServiceRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface DeleteServiceRequest {
ApplicationIdentifier: string;
EnvironmentIdentifier: string;
ServiceIdentifier: string;
}

§Properties

§
ApplicationIdentifier: string
[src]

Deletes a Refactor Spaces service.

Note: The RefactorSpacesSecurityGroup security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.

§
EnvironmentIdentifier: string
[src]

The ID of the environment that the service is in.

§
ServiceIdentifier: string
[src]

The ID of the service to delete.