paws.analytics (version 0.1.0)

firehose_delete_delivery_stream: Deletes a delivery stream and its data

Description

Deletes a delivery stream and its data.

Usage

firehose_delete_delivery_stream(DeliveryStreamName)

Arguments

DeliveryStreamName

[required] The name of the delivery stream.

Request syntax

svc$delete_delivery_stream(
  DeliveryStreamName = "string"
)

Details

You can delete a delivery stream only if it is in ACTIVE or DELETING state, and not in the CREATING state. While the deletion request is in process, the delivery stream is in the DELETING state.

To check the state of a delivery stream, use DescribeDeliveryStream.

While the delivery stream is DELETING state, the service might continue to accept the records, but it doesn't make any guarantees with respect to delivering the data. Therefore, as a best practice, you should first stop any applications that are sending records before deleting a delivery stream.