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

ServiceSummary

import type { ServiceSummary } from "https://aws-api.deno.dev/v0.4/services/migrationhubrefactorspaces.ts?docs=full";

A summary for the service as a response to ListServices.

interface ServiceSummary {
ApplicationId?: string | null;
Arn?: string | null;
CreatedByAccountId?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
EndpointType?: ServiceEndpointType | null;
EnvironmentId?: string | null;
Error?: ErrorResponse | null;
LambdaEndpoint?: LambdaEndpointSummary | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
OwnerAccountId?: string | null;
ServiceId?: string | null;
State?: ServiceState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UrlEndpoint?: UrlEndpointSummary | null;
VpcId?: string | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The unique identifier of the application.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the service.

§
CreatedByAccountId?: string | null
[src]

The Amazon Web Services account ID of the service creator.

§
CreatedTime?: Date | number | null
[src]

A timestamp that indicates when the service is created.

§
Description?: string | null
[src]

A description of the service.

§
EndpointType?: ServiceEndpointType | null
[src]

The endpoint type of the service.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
Error?: ErrorResponse | null
[src]

Any error associated with the service resource.

§
LambdaEndpoint?: LambdaEndpointSummary | null
[src]

A summary of the configuration for the Lambda endpoint type.

§
LastUpdatedTime?: Date | number | null
[src]

A timestamp that indicates when the service was last updated.

§
Name?: string | null
[src]

The name of the service.

§
OwnerAccountId?: string | null
[src]

The Amazon Web Services account ID of the service owner.

§
ServiceId?: string | null
[src]

The unique identifier of the service.

§
State?: ServiceState | null
[src]

The current state of the service.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the service.

§
UrlEndpoint?: UrlEndpointSummary | null
[src]

The summary of the configuration for the URL endpoint type.

§
VpcId?: string | null
[src]

The ID of the virtual private cloud (VPC).