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

CreateServiceResponse

import type { CreateServiceResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface CreateServiceResponse {
ApplicationId?: string | null;
Arn?: string | null;
CreatedByAccountId?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
EndpointType?: ServiceEndpointType | null;
EnvironmentId?: string | null;
LambdaEndpoint?: LambdaEndpointInput | 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?: UrlEndpointInput | null;
VpcId?: string | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The ID of the application that the created service belongs to.

§
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]

The description of the created service.

§
EndpointType?: ServiceEndpointType | null
[src]

The endpoint type of the service.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
LambdaEndpoint?: LambdaEndpointInput | null
[src]

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

§
UrlEndpoint?: UrlEndpointInput | null
[src]

The configuration for the URL endpoint type.

§
VpcId?: string | null
[src]

The ID of the VPC.