Service Reference
Firehose — Amazon Data Firehose
Amazon Data Firehose uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix Firehose_20150804..
Firehose — Amazon Data Firehose
AWS docs: https://docs.aws.amazon.com/firehose/latest/APIReference/
Amazon Data Firehose uses the application/x-amz-json-1.1 protocol.
Operations are identified by the X-Amz-Target header with the prefix
Firehose_20150804..
Notes
- Target dispatch header:
X-Amz-Target: Firehose_20150804.<Operation>. - Unrecognized operations return a JSON
501 Not Implementederror response. - Records are accepted and acknowledged but silently discarded — no actual S3 or other destination delivery is performed.
Summary
| Category | ✅ Supported |
|---|---|
| Delivery Streams | 4 |
| Records | 2 |
| Tags | 3 |
Endpoints
Delivery Streams
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateDeliveryStream | ✅ Supported | Creates a delivery stream | docs |
DescribeDeliveryStream | ✅ Supported | Returns delivery stream details | docs |
ListDeliveryStreams | ✅ Supported | Lists all delivery streams | docs |
DeleteDeliveryStream | ✅ Supported | Deletes a delivery stream | docs |
Records
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
PutRecord | ✅ Supported | Writes a single record to the stream | docs |
PutRecordBatch | ✅ Supported | Writes multiple records to the stream | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
TagDeliveryStream | ✅ Supported | Adds or overwrites tags on a delivery stream | docs |
UntagDeliveryStream | ✅ Supported | Removes tags by key from a delivery stream | docs |
ListTagsForDeliveryStream | ✅ Supported | Returns tags for a delivery stream | docs |