Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Sep 25, 2024
1 parent 89b1baf commit 3c9a54c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 10 deletions.
5 changes: 3 additions & 2 deletions policies/AWSAuditManagerServiceRolePolicy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-06-10T20:28:09Z",
"VersionId": "v9",
"CreateDate": "2024-09-24T23:22:25Z",
"VersionId": "v10",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -18,6 +18,7 @@
"bedrock:GetModelInvocationLoggingConfiguration",
"bedrock:ListCustomModels",
"bedrock:ListFoundationModels",
"bedrock:ListGuardrails",
"bedrock:ListModelCustomizationJobs",
"cloudfront:GetDistribution",
"cloudfront:GetDistributionConfig",
Expand Down
31 changes: 27 additions & 4 deletions policies/AmazonSNSFullAccess
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
{
"PolicyVersion": {
"CreateDate": "2015-02-06T18:41:05Z",
"VersionId": "v1",
"CreateDate": "2024-09-24T22:32:05Z",
"VersionId": "v2",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": "sns:*",
"Resource": "*",
"Effect": "Allow",
"Sid": "SNSFullAccess"
},
{
"Action": [
"sns:*"
"sms-voice:DescribeVerifiedDestinationNumbers",
"sms-voice:CreateVerifiedDestinationNumber",
"sms-voice:SendDestinationNumberVerificationCode",
"sms-voice:SendTextMessage",
"sms-voice:DeleteVerifiedDestinationNumber",
"sms-voice:VerifyDestinationNumber",
"sms-voice:DescribeAccountAttributes",
"sms-voice:DescribeSpendLimits",
"sms-voice:DescribePhoneNumbers",
"sms-voice:SetTextMessageSpendLimitOverride",
"sms-voice:DescribeOptedOutNumbers",
"sms-voice:DeleteOptedOutNumber"
],
"Resource": "*",
"Effect": "Allow"
"Effect": "Allow",
"Condition": {
"StringEquals": {
"aws:CalledViaLast": "sns.amazonaws.com"
}
},
"Sid": "SMSAccessViaSNS"
}
]
},
Expand Down
33 changes: 29 additions & 4 deletions policies/AmazonSNSReadOnlyAccess
Original file line number Diff line number Diff line change
@@ -1,17 +1,42 @@
{
"PolicyVersion": {
"CreateDate": "2015-02-06T18:41:06Z",
"VersionId": "v1",
"CreateDate": "2024-09-24T22:13:12Z",
"VersionId": "v2",
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"sns:GetTopicAttributes",
"sns:List*"
"sns:List*",
"sns:CheckIfPhoneNumberIsOptedOut",
"sns:GetEndpointAttributes",
"sns:GetDataProtectionPolicy",
"sns:GetPlatformApplicationAttributes",
"sns:GetSMSAttributes",
"sns:GetSMSSandboxAccountStatus",
"sns:GetSubscriptionAttributes"
],
"Resource": "*",
"Effect": "Allow"
"Effect": "Allow",
"Sid": "SNSReadOnlyAccess"
},
{
"Action": [
"sms-voice:DescribeVerifiedDestinationNumbers",
"sms-voice:DescribeAccountAttributes",
"sms-voice:DescribeSpendLimits",
"sms-voice:DescribePhoneNumbers",
"sms-voice:DescribeOptedOutNumbers"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"aws:CalledViaLast": "sns.amazonaws.com"
}
},
"Sid": "SMSAccessViaSNS"
}
]
},
Expand Down

0 comments on commit 3c9a54c

Please sign in to comment.