aws-iam-data 0.0.425 → 0.0.427
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/json/changelog.json +80 -0
- package/dist/data/json/iam.json +1081 -124
- package/dist/data/json/metadata.json +64 -18
- package/dist/data/json/reports.json +7 -7
- package/package.json +1 -1
|
@@ -1,4 +1,84 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-08-07",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Batch": [
|
|
8
|
+
"batch:CreateServiceEnvironment",
|
|
9
|
+
"batch:DeleteServiceEnvironment",
|
|
10
|
+
"batch:DescribeServiceEnvironments",
|
|
11
|
+
"batch:DescribeServiceJob",
|
|
12
|
+
"batch:ListServiceJobs",
|
|
13
|
+
"batch:SubmitServiceJob",
|
|
14
|
+
"batch:TerminateServiceJob",
|
|
15
|
+
"batch:UpdateServiceEnvironment"
|
|
16
|
+
],
|
|
17
|
+
"AWS rePost Private": [
|
|
18
|
+
"repostspace:BatchAddChannelRoleToAccessors",
|
|
19
|
+
"repostspace:BatchRemoveChannelRoleFromAccessors",
|
|
20
|
+
"repostspace:CreateChannel",
|
|
21
|
+
"repostspace:GetChannel",
|
|
22
|
+
"repostspace:ListChannels",
|
|
23
|
+
"repostspace:UpdateChannel"
|
|
24
|
+
],
|
|
25
|
+
"Amazon SageMaker": [
|
|
26
|
+
"sagemaker:AttachClusterNodeVolume",
|
|
27
|
+
"sagemaker:BatchAddClusterNodes",
|
|
28
|
+
"sagemaker:DescribeClusterEvent",
|
|
29
|
+
"sagemaker:DetachClusterNodeVolume",
|
|
30
|
+
"sagemaker:ListClusterEvents"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"removedActions": {}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"dateOfChange": "2025-08-06",
|
|
37
|
+
"addedServices": [],
|
|
38
|
+
"removedServices": [],
|
|
39
|
+
"addedActions": {
|
|
40
|
+
"Amazon Bedrock": [
|
|
41
|
+
"bedrock:CancelAutomatedReasoningPolicyBuildWorkflow",
|
|
42
|
+
"bedrock:CreateAutomatedReasoningPolicy",
|
|
43
|
+
"bedrock:CreateAutomatedReasoningPolicyTestCase",
|
|
44
|
+
"bedrock:CreateAutomatedReasoningPolicyVersion",
|
|
45
|
+
"bedrock:DeleteAutomatedReasoningPolicy",
|
|
46
|
+
"bedrock:DeleteAutomatedReasoningPolicyBuildWorkflow",
|
|
47
|
+
"bedrock:DeleteAutomatedReasoningPolicyTestCase",
|
|
48
|
+
"bedrock:ExportAutomatedReasoningPolicyVersion",
|
|
49
|
+
"bedrock:GetAutomatedReasoningPolicy",
|
|
50
|
+
"bedrock:GetAutomatedReasoningPolicyAnnotations",
|
|
51
|
+
"bedrock:GetAutomatedReasoningPolicyBuildWorkflow",
|
|
52
|
+
"bedrock:GetAutomatedReasoningPolicyBuildWorkflowResultAssets",
|
|
53
|
+
"bedrock:GetAutomatedReasoningPolicyNextScenario",
|
|
54
|
+
"bedrock:GetAutomatedReasoningPolicyTestCase",
|
|
55
|
+
"bedrock:GetAutomatedReasoningPolicyTestResult",
|
|
56
|
+
"bedrock:InvokeAutomatedReasoningPolicy",
|
|
57
|
+
"bedrock:ListAutomatedReasoningPolicies",
|
|
58
|
+
"bedrock:ListAutomatedReasoningPolicyBuildWorkflows",
|
|
59
|
+
"bedrock:ListAutomatedReasoningPolicyTestCases",
|
|
60
|
+
"bedrock:ListAutomatedReasoningPolicyTestResults",
|
|
61
|
+
"bedrock:StartAutomatedReasoningPolicyBuildWorkflow",
|
|
62
|
+
"bedrock:StartAutomatedReasoningPolicyTestWorkflow",
|
|
63
|
+
"bedrock:UpdateAutomatedReasoningPolicy",
|
|
64
|
+
"bedrock:UpdateAutomatedReasoningPolicyAnnotations",
|
|
65
|
+
"bedrock:UpdateAutomatedReasoningPolicyTestCase"
|
|
66
|
+
],
|
|
67
|
+
"Amazon Q Business": [
|
|
68
|
+
"qbusiness:GetDocumentContent"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"removedActions": {
|
|
72
|
+
"Amazon Q Business": [
|
|
73
|
+
"qbusiness:AddUserLicenses",
|
|
74
|
+
"qbusiness:AllowVendedLogDeliveryForResource",
|
|
75
|
+
"qbusiness:CreateLicense",
|
|
76
|
+
"qbusiness:GetLicense",
|
|
77
|
+
"qbusiness:ListUserLicenses",
|
|
78
|
+
"qbusiness:RemoveUserLicenses"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
2
82
|
{
|
|
3
83
|
"dateOfChange": "2025-08-05",
|
|
4
84
|
"addedServices": [],
|