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 Dec 20, 2024
1 parent fa798ac commit 7ce78fc
Show file tree
Hide file tree
Showing 36 changed files with 17,917 additions and 16,848 deletions.
1 change: 1 addition & 0 deletions aws/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10482,6 +10482,7 @@
"MediaLive.UpdateNetwork": "Change the settings for a Network.",
"MediaLive.UpdateNode": "Change the settings for a Node.",
"MediaLive.UpdateNodeState": "Update the state of a node.",
"MediaLive.ListVersions": "Retrieves an array of all the encoder engine versions that are available in this AWS account.",
"MediaPackage.ConfigureLogs": "Changes the Channel's properities to configure log subscription",
"MediaPackage.CreateChannel": "Creates a new Channel.",
"MediaPackage.CreateHarvestJob": "Creates a new HarvestJob record.",
Expand Down
8 changes: 8 additions & 0 deletions aws/historic_counts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6643,6 +6643,10 @@
{
"count": 16635,
"date": "2024-12-19T14:30:55"
},
{
"count": 16636,
"date": "2024-12-20T14:27:51"
}
],
"iam": [
Expand Down Expand Up @@ -11885,6 +11889,10 @@
{
"count": 18180,
"date": "2024-12-19T14:30:55"
},
{
"count": 18182,
"date": "2024-12-20T14:27:51"
}
]
}
46 changes: 43 additions & 3 deletions aws/iam_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -43394,6 +43394,25 @@
}
]
},
{
"access_level": "List",
"description": "Grants permission to return Hook invocations result information for the specified target",
"privilege": "ListHookResults",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "stack"
},
{
"condition_keys": [
"cloudformation:ChangeSetName"
],
"dependent_actions": [],
"resource_type": ""
}
]
},
{
"access_level": "List",
"description": "Grants permission to list all stacks that are importing an exported output value",
Expand Down Expand Up @@ -43743,7 +43762,8 @@
{
"condition_keys": [
"aws:TagKeys",
"aws:RequestTag/${TagKey}"
"aws:RequestTag/${TagKey}",
"cloudformation:CreateAction"
],
"dependent_actions": [],
"resource_type": ""
Expand Down Expand Up @@ -43784,7 +43804,8 @@
},
{
"condition_keys": [
"aws:TagKeys"
"aws:TagKeys",
"cloudformation:CreateAction"
],
"dependent_actions": [],
"resource_type": ""
Expand Down Expand Up @@ -68153,6 +68174,25 @@
}
]
},
{
"access_level": "Write",
"description": "Grants permission to update and continue authentication for a specific contact",
"privilege": "UpdateParticipantAuthentication",
"resource_types": [
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "instance*"
},
{
"condition_keys": [
"connect:InstanceId"
],
"dependent_actions": [],
"resource_type": ""
}
]
},
{
"access_level": "Write",
"description": "Grants permission to update participant role configurations associated with a contact",
Expand Down Expand Up @@ -184665,7 +184705,7 @@
{
"condition_keys": [],
"dependent_actions": [],
"resource_type": "log-group"
"resource_type": "anomaly-detector"
}
]
},
Expand Down
Loading

0 comments on commit 7ce78fc

Please sign in to comment.