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 8b6763be88a Regen
8b6763be88a is described below

commit 8b6763be88a5b5137bae914b5bb5e835301e9ad6
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Aug 11 06:35:22 2023 +0200

    Regen
---
 .../catalog/components/aws2-step-functions.json    | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-step-functions.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-step-functions.json
index b4c71cd5302..c6c04debb21 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-step-functions.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-step-functions.json
@@ -44,24 +44,24 @@
     "secretKey": { "index": 19, "kind": "property", "displayName": "Secret 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Secret Key" }
   },
   "headers": {
-    "CamelAwsStateMachineOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The operation we want to perform", 
"constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#OPERATION"
 },
+    "CamelAwsStepFunctionsOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The operation we want to perform", 
"constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#OPERATION"
 },
     "CamelAwsStepFunctionsStateMachineName": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the state machine", 
"constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_NAME"
 },
     "CamelAwsStepFunctionsStateMachineDefinition": { "index": 2, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The Amazon States Language 
definition of the state machine", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_DEFINITION"
 },
     "CamelAwsStepFunctionsStateMachineType": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Determines whether a Standard or 
Express state machine is created", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_TYPE"
 },
     "CamelAwsStepFunctionsStateMachineRoleArn": { "index": 4, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The Amazon Resource Name 
(ARN) of the IAM role to use for this state machine.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_ROLE_ARN"
 },
     "CamelAwsStepFunctionsStateMachineArn": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Amazon Resource Name (ARN) of state 
machine.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_ARN"
 },
-    "CamelAwsStateMachinesMaxResults": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The limit number of results while 
listing state machines", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINES_MAX_RESULTS"
 },
-    "CamelAwsStepFunctionsStateMachineActivityName": { "index": 7, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The name of the state 
machine activity", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITY_NAME"
 },
-    "CamelAwsStepFunctionsStateMachineActivityArn": { "index": 8, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The ARN of the state 
machine activity", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITY_ARN"
 },
-    "CamelAwsStateMachineActivitiesMaxResults": { "index": 9, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing state machines", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITIES_MAX_RESULTS"
 },
-    "CamelAwsStateMachineExecutionArn": { "index": 10, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Amazon Resource Name (ARN) of the 
execution.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_ARN"
 },
-    "CamelAwsStateMachineExecutionName": { "index": 11, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Optional name of the execution.", 
"constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_NAME"
 },
-    "CamelAwsStateMachineExecutionInput": { "index": 12, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The string that contains the JSON input 
data for the execution.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_INPUT"
 },
-    "CamelAwsStateMachineExecutionTraceHeader": { "index": 13, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Passes the X-Ray trace 
header.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_TRACE_HEADER"
 },
-    "CamelAwsStateMachineExecutionHistoryMaxResults": { "index": 14, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing execution history", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_MAX_RESULTS"
 },
-    "CamelAwsStateMachineExecutionHistoryIncludeExecutionData": { "index": 15, 
"kind": "header", "displayName": "", "group": "producer", "label": "", 
"required": false, "javaType": "Boolean", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "You 
can select whether execution data (input or output of a history event) is 
returned.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_INCLUDE_
 [...]
-    "CamelAwsStateMachineExecutionHistoryReverseOrder": { "index": 16, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Lists events in descending 
order of their timeStamp.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_REVERSE_ORDER"
 },
-    "CamelAwsStateMachineExecutionMaxResults": { "index": 17, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing executions", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTIONS_MAX_RESULTS"
 }
+    "CamelAwsStepFunctionsStateMachinesMaxResults": { "index": 6, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing state machines", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINES_MAX_RESULTS"
 },
+    "CamelAwsStepFunctionsActivityName": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the state machine 
activity", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITY_NAME"
 },
+    "CamelAwsStepFunctionsActivityArn": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The ARN of the state machine activity", 
"constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITY_ARN"
 },
+    "CamelAwsStepFunctionsActivitiesMaxResults": { "index": 9, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing state machines", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITIES_MAX_RESULTS"
 },
+    "CamelAwsStepFunctionsExecutionArn": { "index": 10, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Amazon Resource Name (ARN) of the 
execution.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_ARN"
 },
+    "CamelAwsStepFunctionsExecutionName": { "index": 11, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Optional name of the execution.", 
"constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_NAME"
 },
+    "CamelAwsStepFunctionsExecutionInput": { "index": 12, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The string that contains the JSON input 
data for the execution.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_INPUT"
 },
+    "CamelAwsStepFunctionsExecutionTraceHeader": { "index": 13, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Passes the X-Ray trace 
header.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_TRACE_HEADER"
 },
+    "CamelAwsStepFunctionsExecutionHistoryMaxResults": { "index": 14, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing execution history", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_MAX_RESULTS"
 },
+    "CamelAwsStepFunctionsExecutionHistoryIncludeExecutionData": { "index": 
15, "kind": "header", "displayName": "", "group": "producer", "label": "", 
"required": false, "javaType": "Boolean", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "You 
can select whether execution data (input or output of a history event) is 
returned.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_INCLUDE
 [...]
+    "CamelAwsStepFunctionsExecutionHistoryReverseOrder": { "index": 16, 
"kind": "header", "displayName": "", "group": "producer", "label": "", 
"required": false, "javaType": "Boolean", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Lists events in descending order of their timeStamp.", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_REVERSE_ORDER"
 },
+    "CamelAwsStepFunctionsExecutionMaxResults": { "index": 17, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The limit number of 
results while listing executions", "constantName": 
"org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTIONS_MAX_RESULTS"
 }
   },
   "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.stepfunctions.StepFunctions2Configuration", 
"configurationField": "configuration", "description": "Logical name" },

Reply via email to