Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DestinationDescription = DestinationDescription' {
- splunkDestinationDescription :: Maybe SplunkDestinationDescription
- amazonopensearchserviceDestinationDescription :: Maybe AmazonopensearchserviceDestinationDescription
- httpEndpointDestinationDescription :: Maybe HttpEndpointDestinationDescription
- s3DestinationDescription :: Maybe S3DestinationDescription
- extendedS3DestinationDescription :: Maybe ExtendedS3DestinationDescription
- elasticsearchDestinationDescription :: Maybe ElasticsearchDestinationDescription
- redshiftDestinationDescription :: Maybe RedshiftDestinationDescription
- destinationId :: Text
- newDestinationDescription :: Text -> DestinationDescription
- destinationDescription_splunkDestinationDescription :: Lens' DestinationDescription (Maybe SplunkDestinationDescription)
- destinationDescription_amazonopensearchserviceDestinationDescription :: Lens' DestinationDescription (Maybe AmazonopensearchserviceDestinationDescription)
- destinationDescription_httpEndpointDestinationDescription :: Lens' DestinationDescription (Maybe HttpEndpointDestinationDescription)
- destinationDescription_s3DestinationDescription :: Lens' DestinationDescription (Maybe S3DestinationDescription)
- destinationDescription_extendedS3DestinationDescription :: Lens' DestinationDescription (Maybe ExtendedS3DestinationDescription)
- destinationDescription_elasticsearchDestinationDescription :: Lens' DestinationDescription (Maybe ElasticsearchDestinationDescription)
- destinationDescription_redshiftDestinationDescription :: Lens' DestinationDescription (Maybe RedshiftDestinationDescription)
- destinationDescription_destinationId :: Lens' DestinationDescription Text
Documentation
data DestinationDescription Source #
Describes the destination for a delivery stream.
See: newDestinationDescription
smart constructor.
DestinationDescription' | |
|
Instances
newDestinationDescription Source #
Create a value of DestinationDescription
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:
$sel:splunkDestinationDescription:DestinationDescription'
, destinationDescription_splunkDestinationDescription
- The destination in Splunk.
$sel:amazonopensearchserviceDestinationDescription:DestinationDescription'
, destinationDescription_amazonopensearchserviceDestinationDescription
- Undocumented member.
$sel:httpEndpointDestinationDescription:DestinationDescription'
, destinationDescription_httpEndpointDestinationDescription
- Describes the specified HTTP endpoint destination.
$sel:s3DestinationDescription:DestinationDescription'
, destinationDescription_s3DestinationDescription
- [Deprecated] The destination in Amazon S3.
$sel:extendedS3DestinationDescription:DestinationDescription'
, destinationDescription_extendedS3DestinationDescription
- The destination in Amazon S3.
$sel:elasticsearchDestinationDescription:DestinationDescription'
, destinationDescription_elasticsearchDestinationDescription
- The destination in Amazon ES.
$sel:redshiftDestinationDescription:DestinationDescription'
, destinationDescription_redshiftDestinationDescription
- The destination in Amazon Redshift.
$sel:destinationId:DestinationDescription'
, destinationDescription_destinationId
- The ID of the destination.
destinationDescription_splunkDestinationDescription :: Lens' DestinationDescription (Maybe SplunkDestinationDescription) Source #
The destination in Splunk.
destinationDescription_amazonopensearchserviceDestinationDescription :: Lens' DestinationDescription (Maybe AmazonopensearchserviceDestinationDescription) Source #
Undocumented member.
destinationDescription_httpEndpointDestinationDescription :: Lens' DestinationDescription (Maybe HttpEndpointDestinationDescription) Source #
Describes the specified HTTP endpoint destination.
destinationDescription_s3DestinationDescription :: Lens' DestinationDescription (Maybe S3DestinationDescription) Source #
- Deprecated
- The destination in Amazon S3.
destinationDescription_extendedS3DestinationDescription :: Lens' DestinationDescription (Maybe ExtendedS3DestinationDescription) Source #
The destination in Amazon S3.
destinationDescription_elasticsearchDestinationDescription :: Lens' DestinationDescription (Maybe ElasticsearchDestinationDescription) Source #
The destination in Amazon ES.
destinationDescription_redshiftDestinationDescription :: Lens' DestinationDescription (Maybe RedshiftDestinationDescription) Source #
The destination in Amazon Redshift.
destinationDescription_destinationId :: Lens' DestinationDescription Text Source #
The ID of the destination.