Skip to content

Commit

Permalink
fix(element-template): Adjust Description for Inbound Operations (#1185)
Browse files Browse the repository at this point in the history
* fix(element-template): Adjust Description for Inbound Operations

* fix(element-template): Adjust Description for Inbound Operations

---------

Co-authored-by: Igor Petrov <[email protected]>
  • Loading branch information
ManuelDittmar and igpetrov authored Sep 27, 2023
1 parent fb31b9b commit f0d5676
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"label": "Access key",
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -76,7 +76,7 @@
},
{
"label": "Secret key",
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -89,7 +89,7 @@
},
{
"label": "Queue URL",
"description": "Specify the URL of the SQS queue where you would like to send message to",
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
"group": "queueProperties",
"type": "String",
"binding": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
{
"label": "Access key",
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -77,7 +77,7 @@
},
{
"label": "Secret key",
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -90,7 +90,7 @@
},
{
"label": "Queue URL",
"description": "Specify the URL of the SQS queue where you would like to send message to",
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
"group": "queueProperties",
"type": "String",
"binding": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
{
"label": "Access key",
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -65,7 +65,7 @@
},
{
"label": "Secret key",
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -78,7 +78,7 @@
},
{
"label": "Queue URL",
"description": "Specify the URL of the SQS queue where you would like to send message to",
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
"group": "queueProperties",
"type": "String",
"binding": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"label": "Access key",
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -76,7 +76,7 @@
},
{
"label": "Secret key",
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
"group": "authentication",
"type": "String",
"binding": {
Expand All @@ -89,7 +89,7 @@
},
{
"label": "Queue URL",
"description": "Specify the URL of the SQS queue where you would like to send message to",
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
"group": "queueProperties",
"type": "String",
"binding": {
Expand Down

0 comments on commit f0d5676

Please sign in to comment.