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

UpdateEndpointResponse

import type { UpdateEndpointResponse } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
interface UpdateEndpointResponse {
Arn?: string | null;
EndpointId?: string | null;
EndpointUrl?: string | null;
EventBuses?: EndpointEventBus[] | null;
Name?: string | null;
ReplicationConfig?: ReplicationConfig | null;
RoleArn?: string | null;
RoutingConfig?: RoutingConfig | null;
State?: EndpointState | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the endpoint you updated in this request.

§
EndpointId?: string | null
[src]

The ID of the endpoint you updated in this request.

§
EndpointUrl?: string | null
[src]

The URL of the endpoint you updated in this request.

§
EventBuses?: EndpointEventBus[] | null
[src]

The event buses used for replication for the endpoint you updated in this request.

§
Name?: string | null
[src]

The name of the endpoint you updated in this request.

§
ReplicationConfig?: ReplicationConfig | null
[src]

Whether event replication was enabled or disabled for the endpoint you updated in this request.

§
RoleArn?: string | null
[src]

The ARN of the role used by event replication for the endpoint you updated in this request.

§
RoutingConfig?: RoutingConfig | null
[src]

The routing configuration you updated in this request.

§
State?: EndpointState | null
[src]

The state of the endpoint you updated in this request.