Skip to content

Commit

Permalink
Update SAR data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Mckay [bot] committed Sep 7, 2024
1 parent 91287df commit b209126
Show file tree
Hide file tree
Showing 28 changed files with 15,301 additions and 14,122 deletions.
2 changes: 1 addition & 1 deletion aws/docs.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions aws/historic_counts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6231,6 +6231,10 @@
{
"count": 15535,
"date": "2024-09-06T14:16:39"
},
{
"count": 15536,
"date": "2024-09-07T13:49:29"
}
],
"iam": [
Expand Down Expand Up @@ -11057,6 +11061,10 @@
{
"count": 17145,
"date": "2024-09-06T14:16:39"
},
{
"count": 17159,
"date": "2024-09-07T13:49:29"
}
]
}
283 changes: 283 additions & 0 deletions aws/iam_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -289086,6 +289086,16 @@
"description": "Filters access by the tag keys that are passed in the request",
"type": "ArrayOfString"
},
{
"condition": "wisdom:MessageTemplate/RoutingProfileArn",
"description": "Filters access by the connect routing profile arns associated with the resource",
"type": "ArrayOfARN"
},
{
"condition": "wisdom:SearchFilter/Qualifier",
"description": "Filters access by the qualifiers that are passed in the request",
"type": "ArrayOfString"
},
{
"condition": "wisdom:SearchFilter/RoutingProfileArn",
"description": "Filters access by the connect routing profile arn that is passed in the request",
Expand All @@ -289094,6 +289104,23 @@
],
"prefix": "wisdom",
"privileges": [
{
"access_level": "Write",
"description": "Grants permission to activate a message template",
"privilege": "ActivateMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to create an assistant",
Expand Down Expand Up @@ -289189,6 +289216,60 @@
}
]
},
{
"access_level": "Write",
"description": "Grants permission to create a message template",
"privilege": "CreateMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [
"aws:TagKeys",
"aws:RequestTag/${TagKey}"
],
"dependent_actions": [],
"resource_type": ""
}
]
},
{
"access_level": "Write",
"description": "Grants permission to create an attachment to a message template",
"privilege": "CreateMessageTemplateAttachment",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to create a version of a message template",
"privilege": "CreateMessageTemplateVersion",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to create quick response",
Expand Down Expand Up @@ -289229,6 +289310,23 @@
}
]
},
{
"access_level": "Write",
"description": "Grants permission to deactivate a message template",
"privilege": "DeactivateMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to delete an assistant",
Expand Down Expand Up @@ -289321,6 +289419,40 @@
}
]
},
{
"access_level": "Write",
"description": "Grants permission to delete a message template",
"privilege": "DeleteMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to delete an attachment from a message template",
"privilege": "DeleteMessageTemplateAttachment",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to delete quick response",
Expand Down Expand Up @@ -289447,6 +289579,30 @@
}
]
},
{
"access_level": "Read",
"description": "Grants permission to retrieve a message template",
"privilege": "GetMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
},
{
"condition_keys": [
"wisdom:MessageTemplate/RoutingProfileArn"
],
"dependent_actions": [],
"resource_type": ""
}
]
},
{
"access_level": "Read",
"description": "Grants permission to retrieve content",
Expand Down Expand Up @@ -289570,6 +289726,35 @@
}
]
},
{
"access_level": "List",
"description": "Grants permission to list message template versions for the specified message template",
"privilege": "ListMessageTemplateVersions",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "List",
"description": "Grants permission to list the message templates for a knowledge base",
"privilege": "ListMessageTemplates",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
}
]
},
{
"access_level": "List",
"description": "Grants permission to list the quick response with a knowledge base",
Expand Down Expand Up @@ -289642,6 +289827,32 @@
}
]
},
{
"access_level": "Read",
"description": "Grants permission to render a message template",
"privilege": "RenderMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [
"wisdom:GetMessageTemplate"
],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
},
{
"condition_keys": [
"wisdom:MessageTemplate/RoutingProfileArn"
],
"dependent_actions": [],
"resource_type": ""
}
]
},
{
"access_level": "Read",
"description": "Grants permission to search for content referencing a specified knowledge base. Can be used to get a specific content resource by its name",
Expand All @@ -289654,6 +289865,26 @@
}
]
},
{
"access_level": "Read",
"description": "Grants permission to search for message templates referencing a specified knowledge base",
"privilege": "SearchMessageTemplates",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [
"wisdom:SearchFilter/RoutingProfileArn",
"wisdom:SearchFilter/Qualifier"
],
"dependent_actions": [],
"resource_type": ""
}
]
},
{
"access_level": "Read",
"description": "Grants permission to search for quick response referencing a specified knowledge base",
Expand Down Expand Up @@ -289749,6 +289980,11 @@
"dependent_actions": [],
"resource_type": "KnowledgeBase"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate"
},
{
"condition_keys": [],
"dependent_actions": [],
Expand Down Expand Up @@ -289800,6 +290036,11 @@
"dependent_actions": [],
"resource_type": "KnowledgeBase"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate"
},
{
"condition_keys": [],
"dependent_actions": [],
Expand Down Expand Up @@ -289849,6 +290090,40 @@
}
]
},
{
"access_level": "Write",
"description": "Grants permission to update content of the message template",
"privilege": "UpdateMessageTemplate",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to update metadata of the message template",
"privilege": "UpdateMessageTemplateMetadata",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "KnowledgeBase*"
},
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "MessageTemplate*"
}
]
},
{
"access_level": "Write",
"description": "Grants permission to update information or content of the quick response",
Expand Down Expand Up @@ -289920,6 +290195,14 @@
],
"resource": "KnowledgeBase"
},
{
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:message-template/${KnowledgeBaseId}/${MessageTemplateId}",
"condition_keys": [
"aws:ResourceTag/${TagKey}",
"wisdom:MessageTemplate/RoutingProfileArn"
],
"resource": "MessageTemplate"
},
{
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:session/${AssistantId}/${SessionId}",
"condition_keys": [
Expand Down
Loading

0 comments on commit b209126

Please sign in to comment.