This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 806dfa4 Regen
806dfa4 is described below
commit 806dfa49808e84ddaee46d8a4e73b5f20932c247
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 5 12:43:16 2020 +0200
Regen
---
.../springboot/catalog/components/aws2-sts.json | 22 +++++++++++-----------
components-starter/README.adoc | 2 +-
.../src/main/docs/aws2-sts-starter.adoc | 12 +++++-------
.../sts/springboot/STS2ComponentConfiguration.java | 14 +++++++-------
components-starter/camel-corda-starter/pom.xml | 12 ------------
components-starter/camel-iota-starter/pom.xml | 12 ------------
docs/modules/ROOT/pages/aws2-sts-starter.adoc | 12 +++++-------
docs/modules/ROOT/pages/list.adoc | 2 +-
8 files changed, 30 insertions(+), 58 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sts.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sts.json
index 57607e5..7db374c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sts.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sts.json
@@ -3,7 +3,7 @@
"kind": "component",
"name": "aws2-sts",
"title": "AWS 2 Security Token Service (STS)",
- "description": "Manage AWS STS cluster instances using AWS SDK version
2.x.",
+ "description": "Manage AWS ECS cluster instances using AWS SDK version
2.x.",
"deprecated": false,
"firstVersion": "3.5.0",
"label": "cloud,management",
@@ -26,11 +26,11 @@
"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the r [...]
"operation": { "kind": "property", "displayName": "Operation", "group":
"producer", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.aws2.sts.STS2Operations", "enum": [ "assumeRole" ],
"deprecated": false, "deprecationNote": "", "secret": false, "defaultValue":
"assumeRole", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "The operation to perform" },
"pojoRequest": { "kind": "property", "displayName": "Pojo Request",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "If we want to use a POJO request as body or
not" },
- "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To define a proxy host when instantiating the
STS client" },
- "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "secret": false,
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy port
when instantiating the STS client" },
- "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol",
"group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS"
], "deprecated": false, "secret": false, "defaultValue": "HTTPS",
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy
protocol when instantiating the STS client" },
- "region": { "kind": "property", "displayName": "Region", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "defaultValue":
"aws-global", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "The region in which STS client needs to work.
When using this parameter, the configuration will expect the lowercase name of
t [...]
- "stsClient": { "kind": "property", "displayName": "Sts Client", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"software.amazon.awssdk.services.sts.StsClient", "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To use a existing configured AWS STS as
client" },
+ "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To define a proxy host when instantiating the
ECS client" },
+ "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "secret": false,
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy port
when instantiating the ECS client" },
+ "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol",
"group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS"
], "deprecated": false, "secret": false, "defaultValue": "HTTPS",
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy
protocol when instantiating the ECS client" },
+ "region": { "kind": "property", "displayName": "Region", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "The region in which ECS client needs to work.
When using this parameter, the configuration will expect the lowercase name of
the region (for example ap-east [...]
+ "stsClient": { "kind": "property", "displayName": "Sts Client", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"software.amazon.awssdk.services.sts.StsClient", "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To use a existing configured AWS ECS as
client" },
"trustAllCertificates": { "kind": "property", "displayName": "Trust All
Certificates", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": "false", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "If we want to trust all certificates in case
of overriding the endpoint" },
"basicPropertyBinding": { "kind": "property", "displayName": "Basic
Property Binding", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the component should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities" },
"accessKey": { "kind": "property", "displayName": "Access Key", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
@@ -42,11 +42,11 @@
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the [...]
"operation": { "kind": "parameter", "displayName": "Operation", "group":
"producer", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.aws2.sts.STS2Operations", "enum": [ "assumeRole" ],
"deprecated": false, "deprecationNote": "", "secret": false, "defaultValue":
"assumeRole", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "The operation to perform" },
"pojoRequest": { "kind": "parameter", "displayName": "Pojo Request",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "If we want to use a POJO request as body or
not" },
- "proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To define a proxy host when instantiating the
STS client" },
- "proxyPort": { "kind": "parameter", "displayName": "Proxy Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "secret": false,
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy port
when instantiating the STS client" },
- "proxyProtocol": { "kind": "parameter", "displayName": "Proxy Protocol",
"group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS"
], "deprecated": false, "secret": false, "defaultValue": "HTTPS",
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy
protocol when instantiating the STS client" },
- "region": { "kind": "parameter", "displayName": "Region", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "defaultValue":
"aws-global", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "The region in which STS client needs to work.
When using this parameter, the configuration will expect the lowercase name of
[...]
- "stsClient": { "kind": "parameter", "displayName": "Sts Client", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"software.amazon.awssdk.services.sts.StsClient", "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To use a existing configured AWS STS as
client" },
+ "proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To define a proxy host when instantiating the
ECS client" },
+ "proxyPort": { "kind": "parameter", "displayName": "Proxy Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "secret": false,
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy port
when instantiating the ECS client" },
+ "proxyProtocol": { "kind": "parameter", "displayName": "Proxy Protocol",
"group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS"
], "deprecated": false, "secret": false, "defaultValue": "HTTPS",
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration",
"configurationField": "configuration", "description": "To define a proxy
protocol when instantiating the ECS client" },
+ "region": { "kind": "parameter", "displayName": "Region", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "The region in which ECS client needs to work.
When using this parameter, the configuration will expect the lowercase name of
the region (for example ap-eas [...]
+ "stsClient": { "kind": "parameter", "displayName": "Sts Client", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"software.amazon.awssdk.services.sts.StsClient", "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "To use a existing configured AWS ECS as
client" },
"trustAllCertificates": { "kind": "parameter", "displayName": "Trust All
Certificates", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": "false", "configurationClass":
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField":
"configuration", "description": "If we want to trust all certificates in case
of overriding the endpoint" },
"basicPropertyBinding": { "kind": "parameter", "displayName": "Basic
Property Binding", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the endpoint should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities" },
"synchronous": { "kind": "parameter", "displayName": "Synchronous",
"group": "advanced", "label": "advanced", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "description": "Sets whether synchronous processing should be strictly
used, or Camel is allowed to use asynchronous processing (if supported)." },
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 0af20ff..505b395 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -111,7 +111,7 @@ Number of Camel components: 336 in 269 JAR artifacts (3
deprecated)
`aws2-s3://bucketNameOrArn` | 3.2 | Store and retrieve objects from AWS S3
Storage Service using AWS SDK version 2.x.
| link:https://camel.apache.org/components/latest/aws2-sts-component.html[AWS
2 Security Token Service (STS)] (camel-aws2-sts-starter) +
-`aws2-sts:label` | 3.5 | Manage AWS STS cluster instances using AWS SDK
version 2.x.
+`aws2-sts:label` | 3.5 | Manage AWS ECS cluster instances using AWS SDK
version 2.x.
| link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS
2 Simple Email Service (SES)] (camel-aws2-ses-starter) +
`aws2-ses:from` | 3.1 | Send e-mails through AWS SES service using AWS SDK
version 2.x.
diff --git
a/components-starter/camel-aws2-sts-starter/src/main/docs/aws2-sts-starter.adoc
b/components-starter/camel-aws2-sts-starter/src/main/docs/aws2-sts-starter.adoc
index a3830a0..9b08e7f 100644
---
a/components-starter/camel-aws2-sts-starter/src/main/docs/aws2-sts-starter.adoc
+++
b/components-starter/camel-aws2-sts-starter/src/main/docs/aws2-sts-starter.adoc
@@ -32,14 +32,12 @@ The component supports 15 options, which are listed below.
| *camel.component.aws2-sts.lazy-start-producer* | Whether the producer should
be started lazy (on the first message). By starting lazy you can use this to
allow CamelContext and routes to startup in situations where a producer may
otherwise fail during starting and cause the route to fail being started. By
deferring this startup to be lazy then the startup failure can be handled
during routing messages via Camel's routing error handlers. Beware that when
the first message is processed t [...]
| *camel.component.aws2-sts.operation* | The operation to perform | |
STS2Operations
| *camel.component.aws2-sts.pojo-request* | If we want to use a POJO request
as body or not | false | Boolean
-| *camel.component.aws2-sts.proxy-host* | To define a proxy host when
instantiating the STS client | | String
-| *camel.component.aws2-sts.proxy-port* | To define a proxy port when
instantiating the STS client | | Integer
-| *camel.component.aws2-sts.proxy-protocol* | To define a proxy protocol when
instantiating the STS client | | Protocol
-| *camel.component.aws2-sts.region* | The region in which STS client needs to
work. When using this parameter, the configuration will expect the lowercase
name of the region (for example ap-east-1) You'll need to use the name
Region.EU_WEST_1.id() | aws-global | String
+| *camel.component.aws2-sts.proxy-host* | To define a proxy host when
instantiating the ECS client | | String
+| *camel.component.aws2-sts.proxy-port* | To define a proxy port when
instantiating the ECS client | | Integer
+| *camel.component.aws2-sts.proxy-protocol* | To define a proxy protocol when
instantiating the ECS client | | Protocol
+| *camel.component.aws2-sts.region* | The region in which ECS client needs to
work. When using this parameter, the configuration will expect the lowercase
name of the region (for example ap-east-1) You'll need to use the name
Region.EU_WEST_1.id() | | String
| *camel.component.aws2-sts.secret-key* | Amazon AWS Secret Key | | String
-| *camel.component.aws2-sts.sts-client* | To use a existing configured AWS STS
as client. The option is a software.amazon.awssdk.services.sts.StsClient type.
| | String
+| *camel.component.aws2-sts.sts-client* | To use a existing configured AWS ECS
as client. The option is a software.amazon.awssdk.services.sts.StsClient type.
| | String
| *camel.component.aws2-sts.trust-all-certificates* | If we want to trust all
certificates in case of overriding the endpoint | false | Boolean
|===
-
-
// spring-boot-auto-configure options: END
diff --git
a/components-starter/camel-aws2-sts-starter/src/main/java/org/apache/camel/component/aws2/sts/springboot/STS2ComponentConfiguration.java
b/components-starter/camel-aws2-sts-starter/src/main/java/org/apache/camel/component/aws2/sts/springboot/STS2ComponentConfiguration.java
index cbb167e..828dd79 100644
---
a/components-starter/camel-aws2-sts-starter/src/main/java/org/apache/camel/component/aws2/sts/springboot/STS2ComponentConfiguration.java
+++
b/components-starter/camel-aws2-sts-starter/src/main/java/org/apache/camel/component/aws2/sts/springboot/STS2ComponentConfiguration.java
@@ -24,7 +24,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
import software.amazon.awssdk.core.Protocol;
/**
- * Manage AWS STS cluster instances using AWS SDK version 2.x.
+ * Manage AWS ECS cluster instances using AWS SDK version 2.x.
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@@ -70,25 +70,25 @@ public class STS2ComponentConfiguration
*/
private Boolean pojoRequest = false;
/**
- * To define a proxy host when instantiating the STS client
+ * To define a proxy host when instantiating the ECS client
*/
private String proxyHost;
/**
- * To define a proxy port when instantiating the STS client
+ * To define a proxy port when instantiating the ECS client
*/
private Integer proxyPort;
/**
- * To define a proxy protocol when instantiating the STS client
+ * To define a proxy protocol when instantiating the ECS client
*/
private Protocol proxyProtocol = Protocol.HTTPS;
/**
- * The region in which STS client needs to work. When using this parameter,
+ * The region in which ECS client needs to work. When using this parameter,
* the configuration will expect the lowercase name of the region (for
* example ap-east-1) You'll need to use the name Region.EU_WEST_1.id()
*/
- private String region = "aws-global";
+ private String region;
/**
- * To use a existing configured AWS STS as client. The option is a
+ * To use a existing configured AWS ECS as client. The option is a
* software.amazon.awssdk.services.sts.StsClient type.
*/
private String stsClient;
diff --git a/components-starter/camel-corda-starter/pom.xml
b/components-starter/camel-corda-starter/pom.xml
index 7f14a21..254cb1b 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,18 +38,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-corda</artifactId>
<version>${camel-version}</version>
- <!--START OF GENERATED CODE-->
- <exclusions>
- <exclusion>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- </exclusion>
- <exclusion>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- </exclusion>
- </exclusions>
- <!--END OF GENERATED CODE-->
</dependency>
<!--START OF GENERATED CODE-->
<dependency>
diff --git a/components-starter/camel-iota-starter/pom.xml
b/components-starter/camel-iota-starter/pom.xml
index 1cb0cae..9427c49 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-iota</artifactId>
<version>${camel-version}</version>
- <!--START OF GENERATED CODE-->
- <exclusions>
- <exclusion>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- </exclusion>
- <exclusion>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- </exclusion>
- </exclusions>
- <!--END OF GENERATED CODE-->
</dependency>
<!--START OF GENERATED CODE-->
<dependency>
diff --git a/docs/modules/ROOT/pages/aws2-sts-starter.adoc
b/docs/modules/ROOT/pages/aws2-sts-starter.adoc
index a3830a0..9b08e7f 100644
--- a/docs/modules/ROOT/pages/aws2-sts-starter.adoc
+++ b/docs/modules/ROOT/pages/aws2-sts-starter.adoc
@@ -32,14 +32,12 @@ The component supports 15 options, which are listed below.
| *camel.component.aws2-sts.lazy-start-producer* | Whether the producer should
be started lazy (on the first message). By starting lazy you can use this to
allow CamelContext and routes to startup in situations where a producer may
otherwise fail during starting and cause the route to fail being started. By
deferring this startup to be lazy then the startup failure can be handled
during routing messages via Camel's routing error handlers. Beware that when
the first message is processed t [...]
| *camel.component.aws2-sts.operation* | The operation to perform | |
STS2Operations
| *camel.component.aws2-sts.pojo-request* | If we want to use a POJO request
as body or not | false | Boolean
-| *camel.component.aws2-sts.proxy-host* | To define a proxy host when
instantiating the STS client | | String
-| *camel.component.aws2-sts.proxy-port* | To define a proxy port when
instantiating the STS client | | Integer
-| *camel.component.aws2-sts.proxy-protocol* | To define a proxy protocol when
instantiating the STS client | | Protocol
-| *camel.component.aws2-sts.region* | The region in which STS client needs to
work. When using this parameter, the configuration will expect the lowercase
name of the region (for example ap-east-1) You'll need to use the name
Region.EU_WEST_1.id() | aws-global | String
+| *camel.component.aws2-sts.proxy-host* | To define a proxy host when
instantiating the ECS client | | String
+| *camel.component.aws2-sts.proxy-port* | To define a proxy port when
instantiating the ECS client | | Integer
+| *camel.component.aws2-sts.proxy-protocol* | To define a proxy protocol when
instantiating the ECS client | | Protocol
+| *camel.component.aws2-sts.region* | The region in which ECS client needs to
work. When using this parameter, the configuration will expect the lowercase
name of the region (for example ap-east-1) You'll need to use the name
Region.EU_WEST_1.id() | | String
| *camel.component.aws2-sts.secret-key* | Amazon AWS Secret Key | | String
-| *camel.component.aws2-sts.sts-client* | To use a existing configured AWS STS
as client. The option is a software.amazon.awssdk.services.sts.StsClient type.
| | String
+| *camel.component.aws2-sts.sts-client* | To use a existing configured AWS ECS
as client. The option is a software.amazon.awssdk.services.sts.StsClient type.
| | String
| *camel.component.aws2-sts.trust-all-certificates* | If we want to trust all
certificates in case of overriding the endpoint | false | Boolean
|===
-
-
// spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/list.adoc
b/docs/modules/ROOT/pages/list.adoc
index 0af20ff..505b395 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -111,7 +111,7 @@ Number of Camel components: 336 in 269 JAR artifacts (3
deprecated)
`aws2-s3://bucketNameOrArn` | 3.2 | Store and retrieve objects from AWS S3
Storage Service using AWS SDK version 2.x.
| link:https://camel.apache.org/components/latest/aws2-sts-component.html[AWS
2 Security Token Service (STS)] (camel-aws2-sts-starter) +
-`aws2-sts:label` | 3.5 | Manage AWS STS cluster instances using AWS SDK
version 2.x.
+`aws2-sts:label` | 3.5 | Manage AWS ECS cluster instances using AWS SDK
version 2.x.
| link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS
2 Simple Email Service (SES)] (camel-aws2-ses-starter) +
`aws2-ses:from` | 3.1 | Send e-mails through AWS SES service using AWS SDK
version 2.x.