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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new d0d86b82324 Regen
d0d86b82324 is described below

commit d0d86b8232409955552ba725f269941f1795a372
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 1 09:03:29 2026 +0100

    Regen
---
 .../apache/camel/springboot/catalog/components/aws2-iam.json   | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
index 4d040dd80d5..436f6ea3275 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
@@ -53,7 +53,15 @@
     "CamelAwsIAMAccessKeyID": { "index": 2, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The accessKey you want to manage", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#ACCESS_KEY_ID" },
     "CamelAwsIAMAccessKeyStatus": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Status of the AccessKey you want to 
set, possible value are active and inactive", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#ACCESS_KEY_STATUS" },
     "CamelAwsIAMGroupName": { "index": 4, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of an AWS IAM Group", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_NAME" },
-    "CamelAwsIAMGroupPath": { "index": 5, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The path of an AWS IAM Group", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_PATH" }
+    "CamelAwsIAMGroupPath": { "index": 5, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The path of an AWS IAM Group", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_PATH" },
+    "CamelAwsIAMMarker": { "index": 6, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The marker to use for pagination in list operations", 
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#MARKER" },
+    "CamelAwsIAMMaxItems": { "index": 7, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The maximum number of items to return in list 
operations", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#MAX_ITEMS" },
+    "CamelAwsIAMIsTruncated": { "index": 8, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "Boolean", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Whether the list response is truncated (has more 
results)", "constantName": 
"org.apache.camel.component.aws2.iam.IAM2Constants#IS_TRUNCATED" },
+    "CamelAwsIAMNextMarker": { "index": 9, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The marker to use for the next page of results", 
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#NEXT_MARKER" 
},
+    "CamelAwsIAMUserArn": { "index": 10, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The ARN of the created or retrieved user", 
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#USER_ARN" },
+    "CamelAwsIAMUserId": { "index": 11, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The ID of the created or retrieved user", 
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#USER_ID" },
+    "CamelAwsIAMGroupArn": { "index": 12, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The ARN of the created or retrieved group", 
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_ARN" },
+    "CamelAwsIAMGroupId": { "index": 13, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The ID of the created or retrieved group", 
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_ID" }
   },
   "properties": {
     "label": { "index": 0, "kind": "path", "displayName": "Label", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.iam.IAM2Configuration", "configurationField": 
"configuration", "description": "Logical name" },

Reply via email to