This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from db232c5af0e CAMEL-16557: add a free form key value map on components, 
dataformats, languages, etc
     new 63bc62f3a8b CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions
     new 7dbad41e30d CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions
     new 699cf33b3f4 CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../catalog/components/aws-bedrock-agent.json      |  124 +-
 .../agent/BedrockAgentComponentConfigurer.java     |   12 +
 .../agent/BedrockAgentEndpointConfigurer.java      |  120 ++
 .../agent/BedrockAgentEndpointUriFactory.java      |   26 +-
 .../aws2/bedrock/agent/aws-bedrock-agent.json      |  124 +-
 .../src/main/docs/aws-bedrock-agent-component.adoc |    2 +-
 .../bedrock/agent/BedrockAgentConfiguration.java   |   14 +
 .../aws2/bedrock/agent/BedrockAgentConstants.java  |    4 +
 .../aws2/bedrock/agent/BedrockAgentEndpoint.java   |    6 +-
 .../agent/BedrockAgentIngestionJobConsumer.java    |   75 +
 .../integration/BedrockAgentConsumerIT.java}       |   20 +-
 .../AwsBedrockAgentComponentBuilderFactory.java    |  118 +-
 .../src/generated/resources/metadata.json          |    2 +-
 .../dsl/BedrockAgentEndpointBuilderFactory.java    | 1873 +++++++++++++++++++-
 .../kotlin/components/AwsBedrockAgentUriDsl.kt     |  124 ++
 15 files changed, 2415 insertions(+), 229 deletions(-)
 create mode 100644 
components/camel-aws/camel-aws-bedrock/src/main/java/org/apache/camel/component/aws2/bedrock/agent/BedrockAgentIngestionJobConsumer.java
 copy 
components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/{agentruntime/integration/BedrockAgentRuntimeProducerIT.java
 => agent/integration/BedrockAgentConsumerIT.java} (68%)

Reply via email to