@cloud-copilot/iam-data 0.19.202605071 → 0.19.202605091
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/aws-external-anthropic.json +645 -26
- package/data/actions/aws-marketplace.json +23 -0
- package/data/actions/bedrock-agentcore.json +477 -1
- package/data/actions/braket.json +69 -20
- package/data/actions/odb.json +6 -0
- package/data/conditionKeys/aws-external-anthropic.json +15 -0
- package/data/resourceTypes/aws-external-anthropic.json +4 -1
- package/data/resourceTypes/aws-marketplace.json +7 -0
- package/data/resourceTypes/bedrock-agentcore.json +14 -0
- package/data/resourceTypes/braket.json +4 -0
- package/package.json +2 -2
package/data/actions/braket.json
CHANGED
|
@@ -42,10 +42,22 @@
|
|
|
42
42
|
"name": "CreateJob",
|
|
43
43
|
"description": "Grants permission to create a job",
|
|
44
44
|
"accessLevel": "Write",
|
|
45
|
-
"resourceTypes": [
|
|
45
|
+
"resourceTypes": [
|
|
46
|
+
{
|
|
47
|
+
"name": "device",
|
|
48
|
+
"required": true,
|
|
49
|
+
"conditionKeys": [],
|
|
50
|
+
"dependentActions": []
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "job",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
46
59
|
"conditionKeys": [
|
|
47
60
|
"aws:RequestTag/${TagKey}",
|
|
48
|
-
"aws:ResourceTag/${TagKey}",
|
|
49
61
|
"aws:TagKeys"
|
|
50
62
|
],
|
|
51
63
|
"dependentActions": []
|
|
@@ -54,10 +66,22 @@
|
|
|
54
66
|
"name": "CreateQuantumTask",
|
|
55
67
|
"description": "Grants permission to create a quantum task",
|
|
56
68
|
"accessLevel": "Write",
|
|
57
|
-
"resourceTypes": [
|
|
69
|
+
"resourceTypes": [
|
|
70
|
+
{
|
|
71
|
+
"name": "device",
|
|
72
|
+
"required": true,
|
|
73
|
+
"conditionKeys": [],
|
|
74
|
+
"dependentActions": []
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "quantum-task",
|
|
78
|
+
"required": true,
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
}
|
|
82
|
+
],
|
|
58
83
|
"conditionKeys": [
|
|
59
84
|
"aws:RequestTag/${TagKey}",
|
|
60
|
-
"aws:ResourceTag/${TagKey}",
|
|
61
85
|
"aws:TagKeys"
|
|
62
86
|
],
|
|
63
87
|
"dependentActions": []
|
|
@@ -66,10 +90,22 @@
|
|
|
66
90
|
"name": "CreateSpendingLimit",
|
|
67
91
|
"description": "Grants permission to create a spending limit",
|
|
68
92
|
"accessLevel": "Write",
|
|
69
|
-
"resourceTypes": [
|
|
93
|
+
"resourceTypes": [
|
|
94
|
+
{
|
|
95
|
+
"name": "device",
|
|
96
|
+
"required": true,
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "spending-limit",
|
|
102
|
+
"required": true,
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
}
|
|
106
|
+
],
|
|
70
107
|
"conditionKeys": [
|
|
71
108
|
"aws:RequestTag/${TagKey}",
|
|
72
|
-
"aws:ResourceTag/${TagKey}",
|
|
73
109
|
"aws:TagKeys"
|
|
74
110
|
],
|
|
75
111
|
"dependentActions": []
|
|
@@ -78,19 +114,29 @@
|
|
|
78
114
|
"name": "DeleteSpendingLimit",
|
|
79
115
|
"description": "Grants permission to delete a spending limit",
|
|
80
116
|
"accessLevel": "Write",
|
|
81
|
-
"resourceTypes": [
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
117
|
+
"resourceTypes": [
|
|
118
|
+
{
|
|
119
|
+
"name": "spending-limit",
|
|
120
|
+
"required": true,
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
}
|
|
86
124
|
],
|
|
125
|
+
"conditionKeys": [],
|
|
87
126
|
"dependentActions": []
|
|
88
127
|
},
|
|
89
128
|
"getdevice": {
|
|
90
129
|
"name": "GetDevice",
|
|
91
130
|
"description": "Grants permission to retrieve information about the devices available in Amazon Braket",
|
|
92
131
|
"accessLevel": "Read",
|
|
93
|
-
"resourceTypes": [
|
|
132
|
+
"resourceTypes": [
|
|
133
|
+
{
|
|
134
|
+
"name": "device",
|
|
135
|
+
"required": true,
|
|
136
|
+
"conditionKeys": [],
|
|
137
|
+
"dependentActions": []
|
|
138
|
+
}
|
|
139
|
+
],
|
|
94
140
|
"conditionKeys": [],
|
|
95
141
|
"dependentActions": []
|
|
96
142
|
},
|
|
@@ -172,7 +218,7 @@
|
|
|
172
218
|
"searchdevices": {
|
|
173
219
|
"name": "SearchDevices",
|
|
174
220
|
"description": "Grants permission to search for devices available in Amazon Braket",
|
|
175
|
-
"accessLevel": "
|
|
221
|
+
"accessLevel": "List",
|
|
176
222
|
"resourceTypes": [],
|
|
177
223
|
"conditionKeys": [],
|
|
178
224
|
"dependentActions": []
|
|
@@ -180,7 +226,7 @@
|
|
|
180
226
|
"searchjobs": {
|
|
181
227
|
"name": "SearchJobs",
|
|
182
228
|
"description": "Grants permission to search for jobs",
|
|
183
|
-
"accessLevel": "
|
|
229
|
+
"accessLevel": "List",
|
|
184
230
|
"resourceTypes": [],
|
|
185
231
|
"conditionKeys": [],
|
|
186
232
|
"dependentActions": []
|
|
@@ -188,7 +234,7 @@
|
|
|
188
234
|
"searchquantumtasks": {
|
|
189
235
|
"name": "SearchQuantumTasks",
|
|
190
236
|
"description": "Grants permission to search for quantum tasks",
|
|
191
|
-
"accessLevel": "
|
|
237
|
+
"accessLevel": "List",
|
|
192
238
|
"resourceTypes": [],
|
|
193
239
|
"conditionKeys": [],
|
|
194
240
|
"dependentActions": []
|
|
@@ -264,12 +310,15 @@
|
|
|
264
310
|
"name": "UpdateSpendingLimit",
|
|
265
311
|
"description": "Grants permission to update a spending limit",
|
|
266
312
|
"accessLevel": "Write",
|
|
267
|
-
"resourceTypes": [
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
313
|
+
"resourceTypes": [
|
|
314
|
+
{
|
|
315
|
+
"name": "spending-limit",
|
|
316
|
+
"required": true,
|
|
317
|
+
"conditionKeys": [],
|
|
318
|
+
"dependentActions": []
|
|
319
|
+
}
|
|
272
320
|
],
|
|
321
|
+
"conditionKeys": [],
|
|
273
322
|
"dependentActions": []
|
|
274
323
|
}
|
|
275
324
|
}
|
package/data/actions/odb.json
CHANGED
|
@@ -8,5 +8,20 @@
|
|
|
8
8
|
"key": "aws-external-anthropic:Capability",
|
|
9
9
|
"description": "Filters access by the Claude Platform role used for the console session",
|
|
10
10
|
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:requesttag/${tagkey}": {
|
|
13
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
14
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
15
|
+
"type": "String"
|
|
16
|
+
},
|
|
17
|
+
"aws:resourcetag/${tagkey}": {
|
|
18
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
19
|
+
"description": "Filters access by the tags associated with the resource",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"aws:tagkeys": {
|
|
23
|
+
"key": "aws:TagKeys",
|
|
24
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
25
|
+
"type": "ArrayOfString"
|
|
11
26
|
}
|
|
12
27
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"workspace": {
|
|
3
3
|
"key": "workspace",
|
|
4
|
-
"arn": "arn:${Partition}:aws-external-anthropic:${Region}:${Account}:workspace/${ResourceId}"
|
|
4
|
+
"arn": "arn:${Partition}:aws-external-anthropic:${Region}:${Account}:workspace/${ResourceId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
}
|
|
6
9
|
}
|
|
@@ -26,6 +26,13 @@
|
|
|
26
26
|
"aws:ResourceTag/${TagKey}"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
+
"issuedtaxinvoice": {
|
|
30
|
+
"key": "IssuedTaxInvoice",
|
|
31
|
+
"arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:catalog/${Catalog}/issued-tax-invoice/${ResourceId}",
|
|
32
|
+
"conditionKeys": [
|
|
33
|
+
"aws:ResourceTag/${TagKey}"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
29
36
|
"deploymentparameter": {
|
|
30
37
|
"key": "DeploymentParameter",
|
|
31
38
|
"arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:DeploymentParameter:catalogs/${CatalogName}/products/${ProductId}/${ResourceId}",
|
|
@@ -147,5 +147,19 @@
|
|
|
147
147
|
"configuration-bundle": {
|
|
148
148
|
"key": "configuration-bundle",
|
|
149
149
|
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:configuration-bundle/${ConfigurationBundleId}"
|
|
150
|
+
},
|
|
151
|
+
"payment-manager": {
|
|
152
|
+
"key": "payment-manager",
|
|
153
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:payment-manager/${PaymentManagerId}",
|
|
154
|
+
"conditionKeys": [
|
|
155
|
+
"aws:ResourceTag/${TagKey}"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"paymentcredentialprovider": {
|
|
159
|
+
"key": "paymentcredentialprovider",
|
|
160
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/paymentcredentialprovider/${Name}",
|
|
161
|
+
"conditionKeys": [
|
|
162
|
+
"aws:ResourceTag/${TagKey}"
|
|
163
|
+
]
|
|
150
164
|
}
|
|
151
165
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605091",
|
|
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-05-
|
|
9
|
+
"updatedAt": "2026-05-09T05:37:37.230Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|