@cloud-copilot/iam-data 0.15.202511261 → 0.15.202512061
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/data/actions/aidevops.json +489 -0
- package/data/actions/aws-marketplace.json +48 -0
- package/data/actions/aws-mcp.json +26 -0
- package/data/actions/bedrock-agentcore.json +594 -2
- package/data/actions/bedrock-mantle.json +106 -0
- package/data/actions/connect.json +1081 -8
- package/data/actions/datazone.json +16 -0
- package/data/actions/eks.json +108 -0
- package/data/actions/lambda.json +296 -4
- package/data/actions/logs.json +90 -0
- package/data/actions/mediaconnect.json +748 -91
- package/data/actions/observabilityadmin.json +180 -0
- package/data/actions/opensearch.json +40 -0
- package/data/actions/partnercentral-account-management.json +22 -0
- package/data/actions/partnercentral.json +903 -22
- package/data/actions/route53.json +15 -0
- package/data/actions/route53globalresolver.json +700 -0
- package/data/actions/s3.json +1 -0
- package/data/actions/s3tables.json +243 -3
- package/data/actions/s3vectors.json +147 -22
- package/data/actions/sagemaker.json +110 -0
- package/data/actions/securityagent.json +503 -0
- package/data/actions/transform-custom.json +274 -0
- package/data/actions/transform.json +72 -0
- package/data/conditionKeys/aidevops.json +22 -0
- package/data/conditionKeys/aws-mcp.json +1 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -5
- package/data/conditionKeys/bedrock-mantle.json +17 -0
- package/data/conditionKeys/connect.json +10 -0
- package/data/conditionKeys/observabilityadmin.json +5 -0
- package/data/conditionKeys/partnercentral-account-management.json +12 -1
- package/data/conditionKeys/partnercentral.json +15 -0
- package/data/conditionKeys/route53globalresolver.json +17 -0
- package/data/conditionKeys/s3tables.json +5 -0
- package/data/conditionKeys/s3vectors.json +20 -0
- package/data/conditionKeys/securityagent.json +1 -0
- package/data/conditionKeys/transform-custom.json +17 -0
- package/data/conditionPatterns.json +4 -0
- package/data/resourceTypes/aidevops.json +24 -0
- package/data/resourceTypes/aws-mcp.json +1 -0
- package/data/resourceTypes/bedrock-agentcore.json +20 -0
- package/data/resourceTypes/bedrock-mantle.json +6 -0
- package/data/resourceTypes/connect.json +18 -0
- package/data/resourceTypes/eks.json +7 -0
- package/data/resourceTypes/lambda.json +11 -0
- package/data/resourceTypes/mediaconnect.json +41 -12
- package/data/resourceTypes/observabilityadmin.json +14 -0
- package/data/resourceTypes/partnercentral.json +42 -0
- package/data/resourceTypes/route53globalresolver.json +37 -0
- package/data/resourceTypes/s3vectors.json +10 -2
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/securityagent.json +38 -0
- package/data/resourceTypes/transform-custom.json +18 -0
- package/data/serviceNames.json +6 -0
- package/data/services.json +6 -0
- package/package.json +2 -2
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"callwithbearertoken": {
|
|
3
|
+
"name": "CallWithBearerToken",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to make API calls using bearer token authentication",
|
|
6
|
+
"accessLevel": "List",
|
|
7
|
+
"resourceTypes": [],
|
|
8
|
+
"conditionKeys": [
|
|
9
|
+
"bedrock-mantle:BearerTokenType"
|
|
10
|
+
],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
"cancelinference": {
|
|
14
|
+
"name": "CancelInference",
|
|
15
|
+
"description": "Grants permission to cancel an in-progress inference request",
|
|
16
|
+
"accessLevel": "Write",
|
|
17
|
+
"resourceTypes": [
|
|
18
|
+
{
|
|
19
|
+
"name": "project",
|
|
20
|
+
"required": true,
|
|
21
|
+
"conditionKeys": [],
|
|
22
|
+
"dependentActions": []
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
},
|
|
28
|
+
"createinference": {
|
|
29
|
+
"name": "CreateInference",
|
|
30
|
+
"description": "Grants permission to create a chat completion inference request",
|
|
31
|
+
"accessLevel": "Write",
|
|
32
|
+
"resourceTypes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "project",
|
|
35
|
+
"required": true,
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"bedrock-mantle:ServiceTier",
|
|
42
|
+
"bedrock-mantle:Model"
|
|
43
|
+
],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
},
|
|
46
|
+
"deleteinference": {
|
|
47
|
+
"name": "DeleteInference",
|
|
48
|
+
"description": "Grants permission to delete a specific inference request",
|
|
49
|
+
"accessLevel": "Write",
|
|
50
|
+
"resourceTypes": [
|
|
51
|
+
{
|
|
52
|
+
"name": "project",
|
|
53
|
+
"required": true,
|
|
54
|
+
"conditionKeys": [],
|
|
55
|
+
"dependentActions": []
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"conditionKeys": [],
|
|
59
|
+
"dependentActions": []
|
|
60
|
+
},
|
|
61
|
+
"getinference": {
|
|
62
|
+
"name": "GetInference",
|
|
63
|
+
"description": "Grants permission to retrieve details of a specific inference request",
|
|
64
|
+
"accessLevel": "Read",
|
|
65
|
+
"resourceTypes": [
|
|
66
|
+
{
|
|
67
|
+
"name": "project",
|
|
68
|
+
"required": true,
|
|
69
|
+
"conditionKeys": [],
|
|
70
|
+
"dependentActions": []
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"conditionKeys": [],
|
|
74
|
+
"dependentActions": []
|
|
75
|
+
},
|
|
76
|
+
"getmodel": {
|
|
77
|
+
"name": "GetModel",
|
|
78
|
+
"description": "Grants permission to retrieve information about a specific model",
|
|
79
|
+
"accessLevel": "Read",
|
|
80
|
+
"resourceTypes": [
|
|
81
|
+
{
|
|
82
|
+
"name": "project",
|
|
83
|
+
"required": true,
|
|
84
|
+
"conditionKeys": [],
|
|
85
|
+
"dependentActions": []
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"conditionKeys": [],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
},
|
|
91
|
+
"listmodels": {
|
|
92
|
+
"name": "ListModels",
|
|
93
|
+
"description": "Grants permission to list all available models in a project",
|
|
94
|
+
"accessLevel": "List",
|
|
95
|
+
"resourceTypes": [
|
|
96
|
+
{
|
|
97
|
+
"name": "project",
|
|
98
|
+
"required": true,
|
|
99
|
+
"conditionKeys": [],
|
|
100
|
+
"dependentActions": []
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
}
|
|
106
|
+
}
|