Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
adam.gloyne committed Jun 26, 2024
1 parent 2feba21 commit 3723ae9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions bindings/sns/0.1.0/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
]
},
"principal": {
"description": "The AWS account or resource ARN that this statement applies to.",
"description": "The AWS account(s) or resource ARN(s) that this statement applies to.",
"oneOf": [
{
"type": "string"
Expand Down Expand Up @@ -130,7 +130,7 @@
]
},
"action": {
"description": "The SNS permission being allowed or denied e.g. sns:Publish",
"description": "The SNS permission(s) being allowed or denied e.g. sns:Publish",
"oneOf": [
{
"type": "string"
Expand All @@ -144,7 +144,7 @@
]
},
"resource": {
"description": "The resource that this policy applies to.",
"description": "The resource(s) that this policy applies to.",
"oneOf": [
{
"type": "string"
Expand All @@ -158,6 +158,7 @@
]
},
"condition": {
"description": "Specific circumstances under which the policy grants permission",
"type": "object",
"patternProperties": {
".*": {
Expand Down
7 changes: 4 additions & 3 deletions bindings/sqs/0.2.0/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
]
},
"principal": {
"description": "The AWS account or resource ARN that this statement applies to.",
"description": "The AWS account(s) or resource ARN(s) that this statement applies to.",
"oneOf": [
{
"type": "string"
Expand Down Expand Up @@ -215,7 +215,7 @@
]
},
"action": {
"description": "The SQS permission being allowed or denied e.g. sqs:ReceiveMessage",
"description": "The SQS permission(s) being allowed or denied e.g. sqs:ReceiveMessage",
"oneOf": [
{
"type": "string"
Expand All @@ -229,7 +229,7 @@
]
},
"resource": {
"description": "The resource that this policy applies to.",
"description": "The resource(s) that this policy applies to.",
"oneOf": [
{
"type": "string"
Expand All @@ -243,6 +243,7 @@
]
},
"condition": {
"description": "Specific circumstances under which the policy grants permission",
"type": "object",
"patternProperties": {
".*": {
Expand Down
7 changes: 4 additions & 3 deletions bindings/sqs/0.2.0/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
]
},
"principal": {
"description": "The AWS account or resource ARN that this statement applies to.",
"description": "The AWS account(s) or resource ARN(s) that this statement applies to.",
"oneOf": [
{
"type": "string"
Expand Down Expand Up @@ -217,7 +217,7 @@
]
},
"action": {
"description": "The SQS permission being allowed or denied e.g. sqs:ReceiveMessage",
"description": "The SQS permission(s) being allowed or denied e.g. sqs:ReceiveMessage",
"oneOf": [
{
"type": "string"
Expand All @@ -231,7 +231,7 @@
]
},
"resource": {
"description": "The resource that this policy applies to.",
"description": "The resource(s) that this policy applies to.",
"oneOf": [
{
"type": "string"
Expand All @@ -245,6 +245,7 @@
]
},
"condition": {
"description": "Specific circumstances under which the policy grants permission",
"type": "object",
"patternProperties": {
".*": {
Expand Down

0 comments on commit 3723ae9

Please sign in to comment.