@cloud-copilot/iam-data 0.15.202602141 → 0.15.202602181
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/auditmanager.json +6 -0
- package/data/actions/bedrock-mantle.json +131 -0
- package/data/actions/payment-cryptography.json +23 -0
- package/data/actions/workmail.json +3 -1
- package/data/conditionKeys/bedrock-mantle.json +10 -0
- package/data/conditionKeys/payment-cryptography.json +1 -1
- package/data/conditionKeys/sts.json +1 -1
- package/data/conditionKeys/workmail.json +5 -0
- package/package.json +2 -2
|
@@ -118,6 +118,12 @@
|
|
|
118
118
|
"description": "Grants permission to create a framework for use in AWS Audit Manager",
|
|
119
119
|
"accessLevel": "Write",
|
|
120
120
|
"resourceTypes": [
|
|
121
|
+
{
|
|
122
|
+
"name": "assessmentFramework",
|
|
123
|
+
"required": true,
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
121
127
|
{
|
|
122
128
|
"name": "control",
|
|
123
129
|
"required": true,
|
|
@@ -10,6 +10,23 @@
|
|
|
10
10
|
],
|
|
11
11
|
"dependentActions": []
|
|
12
12
|
},
|
|
13
|
+
"cancelfinetuningjob": {
|
|
14
|
+
"name": "CancelFineTuningJob",
|
|
15
|
+
"description": "Grants permission to cancel an in-progress fine tuning job",
|
|
16
|
+
"accessLevel": "Write",
|
|
17
|
+
"resourceTypes": [
|
|
18
|
+
{
|
|
19
|
+
"name": "project",
|
|
20
|
+
"required": true,
|
|
21
|
+
"conditionKeys": [],
|
|
22
|
+
"dependentActions": []
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"bedrock-mantle:FineTuningJob"
|
|
27
|
+
],
|
|
28
|
+
"dependentActions": []
|
|
29
|
+
},
|
|
13
30
|
"cancelinference": {
|
|
14
31
|
"name": "CancelInference",
|
|
15
32
|
"description": "Grants permission to cancel an in-progress inference request",
|
|
@@ -25,6 +42,39 @@
|
|
|
25
42
|
"conditionKeys": [],
|
|
26
43
|
"dependentActions": []
|
|
27
44
|
},
|
|
45
|
+
"createfile": {
|
|
46
|
+
"name": "CreateFile",
|
|
47
|
+
"description": "Grants permission to create a file in a project",
|
|
48
|
+
"accessLevel": "Write",
|
|
49
|
+
"resourceTypes": [
|
|
50
|
+
{
|
|
51
|
+
"name": "project",
|
|
52
|
+
"required": true,
|
|
53
|
+
"conditionKeys": [],
|
|
54
|
+
"dependentActions": []
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"conditionKeys": [],
|
|
58
|
+
"dependentActions": []
|
|
59
|
+
},
|
|
60
|
+
"createfinetuningjob": {
|
|
61
|
+
"name": "CreateFineTuningJob",
|
|
62
|
+
"description": "Grants permission to create a fine tuning job",
|
|
63
|
+
"accessLevel": "Write",
|
|
64
|
+
"resourceTypes": [
|
|
65
|
+
{
|
|
66
|
+
"name": "project",
|
|
67
|
+
"required": true,
|
|
68
|
+
"conditionKeys": [],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"conditionKeys": [
|
|
73
|
+
"bedrock-mantle:Model",
|
|
74
|
+
"bedrock-mantle:Files"
|
|
75
|
+
],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
28
78
|
"createinference": {
|
|
29
79
|
"name": "CreateInference",
|
|
30
80
|
"description": "Grants permission to create a chat completion inference request",
|
|
@@ -43,6 +93,23 @@
|
|
|
43
93
|
],
|
|
44
94
|
"dependentActions": []
|
|
45
95
|
},
|
|
96
|
+
"deletefile": {
|
|
97
|
+
"name": "DeleteFile",
|
|
98
|
+
"description": "Grants permission to delete a specific file",
|
|
99
|
+
"accessLevel": "Write",
|
|
100
|
+
"resourceTypes": [
|
|
101
|
+
{
|
|
102
|
+
"name": "project",
|
|
103
|
+
"required": true,
|
|
104
|
+
"conditionKeys": [],
|
|
105
|
+
"dependentActions": []
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"conditionKeys": [
|
|
109
|
+
"bedrock-mantle:Files"
|
|
110
|
+
],
|
|
111
|
+
"dependentActions": []
|
|
112
|
+
},
|
|
46
113
|
"deleteinference": {
|
|
47
114
|
"name": "DeleteInference",
|
|
48
115
|
"description": "Grants permission to delete a specific inference request",
|
|
@@ -58,6 +125,40 @@
|
|
|
58
125
|
"conditionKeys": [],
|
|
59
126
|
"dependentActions": []
|
|
60
127
|
},
|
|
128
|
+
"getfile": {
|
|
129
|
+
"name": "GetFile",
|
|
130
|
+
"description": "Grants permission to retrieve information about a specific file",
|
|
131
|
+
"accessLevel": "Read",
|
|
132
|
+
"resourceTypes": [
|
|
133
|
+
{
|
|
134
|
+
"name": "project",
|
|
135
|
+
"required": true,
|
|
136
|
+
"conditionKeys": [],
|
|
137
|
+
"dependentActions": []
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"conditionKeys": [
|
|
141
|
+
"bedrock-mantle:Files"
|
|
142
|
+
],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
145
|
+
"getfinetuningjob": {
|
|
146
|
+
"name": "GetFineTuningJob",
|
|
147
|
+
"description": "Grants permission to retrieve details of a specific fine tuning job",
|
|
148
|
+
"accessLevel": "Read",
|
|
149
|
+
"resourceTypes": [
|
|
150
|
+
{
|
|
151
|
+
"name": "project",
|
|
152
|
+
"required": true,
|
|
153
|
+
"conditionKeys": [],
|
|
154
|
+
"dependentActions": []
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"conditionKeys": [
|
|
158
|
+
"bedrock-mantle:FineTuningJob"
|
|
159
|
+
],
|
|
160
|
+
"dependentActions": []
|
|
161
|
+
},
|
|
61
162
|
"getinference": {
|
|
62
163
|
"name": "GetInference",
|
|
63
164
|
"description": "Grants permission to retrieve details of a specific inference request",
|
|
@@ -88,6 +189,36 @@
|
|
|
88
189
|
"conditionKeys": [],
|
|
89
190
|
"dependentActions": []
|
|
90
191
|
},
|
|
192
|
+
"listfiles": {
|
|
193
|
+
"name": "ListFiles",
|
|
194
|
+
"description": "Grants permission to list all available files in a project",
|
|
195
|
+
"accessLevel": "List",
|
|
196
|
+
"resourceTypes": [
|
|
197
|
+
{
|
|
198
|
+
"name": "project",
|
|
199
|
+
"required": true,
|
|
200
|
+
"conditionKeys": [],
|
|
201
|
+
"dependentActions": []
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
},
|
|
207
|
+
"listfinetuningjobs": {
|
|
208
|
+
"name": "ListFineTuningJobs",
|
|
209
|
+
"description": "Grants permission to list all available fine tuning jobs in a project",
|
|
210
|
+
"accessLevel": "List",
|
|
211
|
+
"resourceTypes": [
|
|
212
|
+
{
|
|
213
|
+
"name": "project",
|
|
214
|
+
"required": true,
|
|
215
|
+
"conditionKeys": [],
|
|
216
|
+
"dependentActions": []
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"conditionKeys": [],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
},
|
|
91
222
|
"listmodels": {
|
|
92
223
|
"name": "ListModels",
|
|
93
224
|
"description": "Grants permission to list all available models in a project",
|
|
@@ -175,6 +175,29 @@
|
|
|
175
175
|
],
|
|
176
176
|
"dependentActions": []
|
|
177
177
|
},
|
|
178
|
+
"generateas2805kekvalidation": {
|
|
179
|
+
"name": "GenerateAs2805KekValidation",
|
|
180
|
+
"description": "Grants permission to generate a KekValidationRequest or a KekValidationResponse for node-to-node initialization between payment processing nodes using Australian Standard 2805 (AS2805)",
|
|
181
|
+
"accessLevel": "Write",
|
|
182
|
+
"resourceTypes": [
|
|
183
|
+
{
|
|
184
|
+
"name": "alias",
|
|
185
|
+
"required": true,
|
|
186
|
+
"conditionKeys": [],
|
|
187
|
+
"dependentActions": []
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "key",
|
|
191
|
+
"required": true,
|
|
192
|
+
"conditionKeys": [],
|
|
193
|
+
"dependentActions": []
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"conditionKeys": [
|
|
197
|
+
"payment-cryptography:RequestAlias"
|
|
198
|
+
],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
},
|
|
178
201
|
"generatecardvalidationdata": {
|
|
179
202
|
"name": "GenerateCardValidationData",
|
|
180
203
|
"description": "Grants permission to generate card-related data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) or Card Security Codes (CSC) that check the validity of a magnetic stripe card",
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
"description": "Filters access by the Short-term or Long-term bearer tokens",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"bedrock-mantle:files": {
|
|
8
|
+
"key": "bedrock-mantle:Files",
|
|
9
|
+
"description": "Filters access by the specified file identifiers",
|
|
10
|
+
"type": "ArrayOfString"
|
|
11
|
+
},
|
|
12
|
+
"bedrock-mantle:finetuningjob": {
|
|
13
|
+
"key": "bedrock-mantle:FineTuningJob",
|
|
14
|
+
"description": "Filters access by the specified fine-tuning job identifier",
|
|
15
|
+
"type": "String"
|
|
16
|
+
},
|
|
7
17
|
"bedrock-mantle:model": {
|
|
8
18
|
"key": "bedrock-mantle:Model",
|
|
9
19
|
"description": "Filters access by the specified Model",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"payment-cryptography:importkeymaterial": {
|
|
23
23
|
"key": "payment-cryptography:ImportKeyMaterial",
|
|
24
|
-
"description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock] for the ImportKey operation",
|
|
24
|
+
"description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock, DiffieHellmanTr31KeyBlock, As2805KeyCryptogram] for the ImportKey operation",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
27
|
"payment-cryptography:keyalgorithm": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"sts:identitytokenaudience": {
|
|
238
238
|
"key": "sts:IdentityTokenAudience",
|
|
239
239
|
"description": "Filters access by the audience that is passed in the request",
|
|
240
|
-
"type": "
|
|
240
|
+
"type": "ArrayOfString"
|
|
241
241
|
},
|
|
242
242
|
"sts:requestcontext/${contextkey}": {
|
|
243
243
|
"key": "sts:RequestContext/${ContextKey}",
|
|
@@ -13,5 +13,10 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"workmail:impersonationroleid": {
|
|
18
|
+
"key": "workmail:ImpersonationRoleId",
|
|
19
|
+
"description": "Filters access by the ImpersonationRoleId that is passed in the request",
|
|
20
|
+
"type": "String"
|
|
16
21
|
}
|
|
17
22
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202602181",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-02-
|
|
9
|
+
"updatedAt": "2026-02-18T05:47:14.298Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|