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.deno.dev/v0.4/services/firehose.ts?docs=full";
interface UpdateDestinationInput {
AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate | null;
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate | null;
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

§
AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate | null
[src]

Describes an update for a destination in the Serverless offering for Amazon OpenSearch Service.

§
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate | null
[src]

Describes an update for a destination in Amazon OpenSearch Service.

§
CurrentDeliveryStreamVersionId: string
[src]

Obtain this value from the VersionId result of "DeliveryStreamDescription". This value is required, and helps the service perform conditional operations. For example, if there is an interleaving update and this value is null, then the update destination fails. After the update is successful, the VersionId value is updated. The service then performs a merge of the old configuration with the new configuration.

§
DeliveryStreamName: string
[src]

The name of the delivery stream.

§
DestinationId: string
[src]

The ID of the destination.

§
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate | null
[src]

Describes an update for a destination in Amazon ES.

§
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate | null
[src]

Describes an update for a destination in Amazon S3.

§
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate | null
[src]

Describes an update to the specified HTTP endpoint destination.

§
RedshiftDestinationUpdate?: RedshiftDestinationUpdate | null
[src]

Describes an update for a destination in Amazon Redshift.

§
S3DestinationUpdate?: S3DestinationUpdate | null
[src]

[Deprecated] Describes an update for a destination in Amazon S3.

§
SplunkDestinationUpdate?: SplunkDestinationUpdate | null
[src]

Describes an update for a destination in Splunk.