agent-claw: automated task changes

This commit is contained in:
daniel
2026-05-06 18:55:16 -05:00
parent 38905bb1e9
commit 732b00fb66
8494 changed files with 2018127 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
export * from './delivery-stream';
export * from './source';
export * from './destination';
export * from './encryption';
export * from './processor';
export * from './processors/lambda-function-processor';
export * from './processors/decompression-processor';
export * from './processors/cloudwatch-log-processor';
export * from './processors/append-delimiter-to-record-processor';
export * from './processors/metadata-extraction-processor';
export * from './processors/record-deaggregation-processor';
export * from './common';
export * from './s3-bucket';
export * from './logging-config';
export * from './record-format';
export * from './kinesisfirehose.generated';
export * from './kinesisfirehose-grants.generated';