aws-iam-data 0.0.481 → 0.0.482
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 +92 -0
- package/dist/data/json/iam.json +982 -487
- package/dist/data/json/metadata.json +91 -48
- package/dist/data/json/reports.json +5 -5
- package/package.json +1 -1
|
@@ -1,4 +1,96 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-12-09",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS Compute Optimizer Automation",
|
|
6
|
+
"AWS service to manage AI agents for UI workflows"
|
|
7
|
+
],
|
|
8
|
+
"removedServices": [
|
|
9
|
+
"AWS DeepComposer"
|
|
10
|
+
],
|
|
11
|
+
"addedActions": {
|
|
12
|
+
"Amazon Bedrock": [
|
|
13
|
+
"bedrock:DeleteEnforcedGuardrailConfiguration",
|
|
14
|
+
"bedrock:ListEnforcedGuardrailsConfiguration",
|
|
15
|
+
"bedrock:PutEnforcedGuardrailConfiguration",
|
|
16
|
+
"bedrock:UpdateCustomModelDeployment"
|
|
17
|
+
],
|
|
18
|
+
"AWS Cost Explorer Service": [
|
|
19
|
+
"ce:ListCostCategoryResourceAssociations"
|
|
20
|
+
],
|
|
21
|
+
"AWS Identity Store": [
|
|
22
|
+
"identitystore:ReserveUser"
|
|
23
|
+
],
|
|
24
|
+
"AWS Compute Optimizer Automation": [
|
|
25
|
+
"aco-automation:AssociateAccounts",
|
|
26
|
+
"aco-automation:CreateAutomationRule",
|
|
27
|
+
"aco-automation:DeleteAutomationRule",
|
|
28
|
+
"aco-automation:DisassociateAccounts",
|
|
29
|
+
"aco-automation:GetAutomationEvent",
|
|
30
|
+
"aco-automation:GetAutomationRule",
|
|
31
|
+
"aco-automation:GetEnrollmentConfiguration",
|
|
32
|
+
"aco-automation:ListAccounts",
|
|
33
|
+
"aco-automation:ListAutomationEventSteps",
|
|
34
|
+
"aco-automation:ListAutomationEventSummaries",
|
|
35
|
+
"aco-automation:ListAutomationEvents",
|
|
36
|
+
"aco-automation:ListAutomationRulePreview",
|
|
37
|
+
"aco-automation:ListAutomationRulePreviewSummaries",
|
|
38
|
+
"aco-automation:ListAutomationRules",
|
|
39
|
+
"aco-automation:ListRecommendedActionSummaries",
|
|
40
|
+
"aco-automation:ListRecommendedActions",
|
|
41
|
+
"aco-automation:ListTagsForResource",
|
|
42
|
+
"aco-automation:RollbackAutomationEvent",
|
|
43
|
+
"aco-automation:StartAutomationEvent",
|
|
44
|
+
"aco-automation:TagResource",
|
|
45
|
+
"aco-automation:UntagResource",
|
|
46
|
+
"aco-automation:UpdateAutomationRule",
|
|
47
|
+
"aco-automation:UpdateEnrollmentConfiguration"
|
|
48
|
+
],
|
|
49
|
+
"AWS service to manage AI agents for UI workflows": [
|
|
50
|
+
"nova-act:CreateAct",
|
|
51
|
+
"nova-act:CreateSession",
|
|
52
|
+
"nova-act:CreateWorkflowDefinition",
|
|
53
|
+
"nova-act:CreateWorkflowRun",
|
|
54
|
+
"nova-act:DeleteWorkflowDefinition",
|
|
55
|
+
"nova-act:DeleteWorkflowRun",
|
|
56
|
+
"nova-act:GetWorkflowDefinition",
|
|
57
|
+
"nova-act:GetWorkflowRun",
|
|
58
|
+
"nova-act:InvokeActStep",
|
|
59
|
+
"nova-act:ListActs",
|
|
60
|
+
"nova-act:ListModels",
|
|
61
|
+
"nova-act:ListSessions",
|
|
62
|
+
"nova-act:ListWorkflowDefinitions",
|
|
63
|
+
"nova-act:ListWorkflowRuns",
|
|
64
|
+
"nova-act:UpdateAct",
|
|
65
|
+
"nova-act:UpdateWorkflowRun"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"removedActions": {
|
|
69
|
+
"AWS DevOps Agent Service": [
|
|
70
|
+
"aidevops:InvokeAgent"
|
|
71
|
+
],
|
|
72
|
+
"AWS DeepComposer": [
|
|
73
|
+
"deepcomposer:AssociateCoupon",
|
|
74
|
+
"deepcomposer:CreateAudio",
|
|
75
|
+
"deepcomposer:CreateComposition",
|
|
76
|
+
"deepcomposer:CreateModel",
|
|
77
|
+
"deepcomposer:DeleteComposition",
|
|
78
|
+
"deepcomposer:DeleteModel",
|
|
79
|
+
"deepcomposer:GetComposition",
|
|
80
|
+
"deepcomposer:GetModel",
|
|
81
|
+
"deepcomposer:GetSampleModel",
|
|
82
|
+
"deepcomposer:ListCompositions",
|
|
83
|
+
"deepcomposer:ListModels",
|
|
84
|
+
"deepcomposer:ListSampleModels",
|
|
85
|
+
"deepcomposer:ListTagsForResource",
|
|
86
|
+
"deepcomposer:ListTrainingTopics",
|
|
87
|
+
"deepcomposer:TagResource",
|
|
88
|
+
"deepcomposer:UntagResource",
|
|
89
|
+
"deepcomposer:UpdateComposition",
|
|
90
|
+
"deepcomposer:UpdateModel"
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
},
|
|
2
94
|
{
|
|
3
95
|
"dateOfChange": "2025-12-06",
|
|
4
96
|
"addedServices": [
|