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

GetServiceResponse

import type { GetServiceResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface GetServiceResponse {
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?: LambdaEndpointConfig | 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?: UrlEndpointConfig | null;
VpcId?: string | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The ID 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]

The timestamp of when the service is created.

§
Description?: string | null
[src]

The 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?: LambdaEndpointConfig | null
[src]

The configuration for the Lambda endpoint type.

The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.

§
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. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

§
UrlEndpoint?: UrlEndpointConfig | null
[src]

The configuration for the URL endpoint type.

The Url isthe URL of the endpoint type.

The HealthUrl is the health check URL of the endpoint type.

§
VpcId?: string | null
[src]

The ID of the virtual private cloud (VPC).