amazonka-kinesis-firehose-2.0: Amazon Kinesis Firehose SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

Description

 
Synopsis

Documentation

data AmazonOpenSearchServerlessDestinationUpdate Source #

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

See: newAmazonOpenSearchServerlessDestinationUpdate smart constructor.

Constructors

AmazonOpenSearchServerlessDestinationUpdate' 

Fields

Instances

Instances details
ToJSON AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

Generic AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

Read AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

Show AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

NFData AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

Eq AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

Hashable AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

type Rep AmazonOpenSearchServerlessDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate

type Rep AmazonOpenSearchServerlessDestinationUpdate = D1 ('MetaData "AmazonOpenSearchServerlessDestinationUpdate" "Amazonka.Firehose.Types.AmazonOpenSearchServerlessDestinationUpdate" "amazonka-kinesis-firehose-2.0-6l1hHmh2UnHBvolxuQFkWB" 'False) (C1 ('MetaCons "AmazonOpenSearchServerlessDestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonOpenSearchServerlessBufferingHints)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "collectionEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonOpenSearchServerlessRetryOptions))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate))))))

newAmazonOpenSearchServerlessDestinationUpdate :: AmazonOpenSearchServerlessDestinationUpdate Source #

Create a value of AmazonOpenSearchServerlessDestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

AmazonOpenSearchServerlessDestinationUpdate, amazonOpenSearchServerlessDestinationUpdate_bufferingHints - The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values are used.

AmazonOpenSearchServerlessDestinationUpdate, amazonOpenSearchServerlessDestinationUpdate_cloudWatchLoggingOptions - Undocumented member.

$sel:collectionEndpoint:AmazonOpenSearchServerlessDestinationUpdate', amazonOpenSearchServerlessDestinationUpdate_collectionEndpoint - The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.

$sel:indexName:AmazonOpenSearchServerlessDestinationUpdate', amazonOpenSearchServerlessDestinationUpdate_indexName - The Serverless offering for Amazon OpenSearch Service index name.

$sel:processingConfiguration:AmazonOpenSearchServerlessDestinationUpdate', amazonOpenSearchServerlessDestinationUpdate_processingConfiguration - Undocumented member.

$sel:retryOptions:AmazonOpenSearchServerlessDestinationUpdate', amazonOpenSearchServerlessDestinationUpdate_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).

AmazonOpenSearchServerlessDestinationUpdate, amazonOpenSearchServerlessDestinationUpdate_roleARN - The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.

$sel:s3Update:AmazonOpenSearchServerlessDestinationUpdate', amazonOpenSearchServerlessDestinationUpdate_s3Update - Undocumented member.

amazonOpenSearchServerlessDestinationUpdate_bufferingHints :: Lens' AmazonOpenSearchServerlessDestinationUpdate (Maybe AmazonOpenSearchServerlessBufferingHints) Source #

The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values are used.

amazonOpenSearchServerlessDestinationUpdate_collectionEndpoint :: Lens' AmazonOpenSearchServerlessDestinationUpdate (Maybe Text) Source #

The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.

amazonOpenSearchServerlessDestinationUpdate_retryOptions :: Lens' AmazonOpenSearchServerlessDestinationUpdate (Maybe AmazonOpenSearchServerlessRetryOptions) Source #

The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).

amazonOpenSearchServerlessDestinationUpdate_roleARN :: Lens' AmazonOpenSearchServerlessDestinationUpdate (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.