Struct aws_sdk_firehose::input::UpdateDestinationInput
source ·
[−]#[non_exhaustive]pub struct UpdateDestinationInput {
pub delivery_stream_name: Option<String>,
pub current_delivery_stream_version_id: Option<String>,
pub destination_id: Option<String>,
pub s3_destination_update: Option<S3DestinationUpdate>,
pub extended_s3_destination_update: Option<ExtendedS3DestinationUpdate>,
pub redshift_destination_update: Option<RedshiftDestinationUpdate>,
pub elasticsearch_destination_update: Option<ElasticsearchDestinationUpdate>,
pub amazonopensearchservice_destination_update: Option<AmazonopensearchserviceDestinationUpdate>,
pub splunk_destination_update: Option<SplunkDestinationUpdate>,
pub http_endpoint_destination_update: Option<HttpEndpointDestinationUpdate>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.delivery_stream_name: Option<String>
The name of the delivery stream.
current_delivery_stream_version_id: Option<String>
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.
destination_id: Option<String>
The ID of the destination.
s3_destination_update: Option<S3DestinationUpdate>
[Deprecated] Describes an update for a destination in Amazon S3.
extended_s3_destination_update: Option<ExtendedS3DestinationUpdate>
Describes an update for a destination in Amazon S3.
redshift_destination_update: Option<RedshiftDestinationUpdate>
Describes an update for a destination in Amazon Redshift.
elasticsearch_destination_update: Option<ElasticsearchDestinationUpdate>
Describes an update for a destination in Amazon ES.
amazonopensearchservice_destination_update: Option<AmazonopensearchserviceDestinationUpdate>
splunk_destination_update: Option<SplunkDestinationUpdate>
Describes an update for a destination in Splunk.
http_endpoint_destination_update: Option<HttpEndpointDestinationUpdate>
Describes an update to the specified HTTP endpoint destination.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDestination, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDestination, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDestination
>
Creates a new builder-style object to manufacture UpdateDestinationInput
The name of the delivery stream.
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.
The ID of the destination.
[Deprecated] Describes an update for a destination in Amazon S3.
Describes an update for a destination in Amazon S3.
Describes an update for a destination in Amazon Redshift.
Describes an update for a destination in Amazon ES.
pub fn amazonopensearchservice_destination_update(
&self
) -> Option<&AmazonopensearchserviceDestinationUpdate>
Describes an update for a destination in Splunk.
Describes an update to the specified HTTP endpoint destination.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateDestinationInput
impl Send for UpdateDestinationInput
impl Sync for UpdateDestinationInput
impl Unpin for UpdateDestinationInput
impl UnwindSafe for UpdateDestinationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more