Module Values.DescribeDeliveryStreamOutputSource

Describes the specified Firehose stream and its status. For example, after your Firehose stream is created, call DescribeDeliveryStream to see whether the Firehose stream is ACTIVE and therefore ready for data to be sent to it. If the status of a Firehose stream is CREATING_FAILED, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it. If the status is DELETING_FAILED, you can force deletion by invoking DeleteDeliveryStream again but with DeleteDeliveryStreamInput$AllowForceDelete set to true.

Sourcetype nonrec t = {
  1. deliveryStreamDescription : DeliveryStreamDescription.t option;
    (*

    Information about the Firehose stream.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFoundException of ResourceNotFoundException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deliveryStreamDescription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `List of [> `Structure of (string * [> `String of DestinationId.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of HECAcknowledgmentTimeoutInSeconds.t | `List of [> `Structure of (string * [> `List of [> `String of NonEmptyStringWithoutWhitespace.t ] list | `String of StringWithLettersDigitsUnderscoresDots.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of NonEmptyStringWithoutWhitespace.t ]) list ] list ]) list ]) list ] list | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `List of [> `String of NonEmptyStringWithoutWhitespace.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ProcessorParameterValue.t ]) list ] list | `String of HttpEndpointAttributeName.t ]) list ] list | `String of LogGroupName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `String of AWSKMSKeyARN.t | `Structure of (string * [> `String of AWSKMSKeyARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of Proportion.t | `Enum of string | `Integer of BlockSizeBytes.t | `List of [> `String of NonEmptyString.t ] list | `Map of ([> `String of NonEmptyStringWithoutWhitespace.t ] * [> `String of NonEmptyString.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of DeliveryStreamName.t | `Structure of (string * [> `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `Integer of ThroughputHintInMBs.t | `List of [> `String of DatabaseColumnName.t | `Structure of (string * [> `Enum of string | `String of NonEmptyStringWithoutWhitespace.t | `Structure of (string * [> `Enum of string | `String of NonEmptyString.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `List of [> `String of DatabaseName.t ] list | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of SecretARN.t ]) list ]) list | `Timestamp of DeliveryStartTimestamp.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t