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

UpdateDestinationInput

import type { UpdateDestinationInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";
interface UpdateDestinationInput {
CurrentDeliveryStreamVersionId: string;
DeliveryStreamName: string;
DestinationId: string;
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate | null;
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate | null;
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate | null;
RedshiftDestinationUpdate?: RedshiftDestinationUpdate | null;
S3DestinationUpdate?: S3DestinationUpdate | null;
SplunkDestinationUpdate?: SplunkDestinationUpdate | null;
}

§Properties

§
CurrentDeliveryStreamVersionId: string
[src]
§
DeliveryStreamName: string
[src]
§
DestinationId: string
[src]
§
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate | null
[src]
§
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate | null
[src]
§
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate | null
[src]
§
RedshiftDestinationUpdate?: RedshiftDestinationUpdate | null
[src]
§
S3DestinationUpdate?: S3DestinationUpdate | null
[src]
§
SplunkDestinationUpdate?: SplunkDestinationUpdate | null
[src]