You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/03/11 11:37:37 UTC

(camel) branch regen_bot updated (db232c5af0e -> 699cf33b3f4)

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

github-bot pushed a change to branch regen_bot
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
     add 63bc62f3a8b CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for polling the status of ingestion or more ingestions
     add 7dbad41e30d CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for polling the status of ingestion or more ingestions
     add 699cf33b3f4 CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for polling the status of ingestion or more ingestions

No new revisions were added by this update.

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%)