@cloud-copilot/iam-data 0.15.202602111 → 0.15.202602121
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.
|
@@ -19,7 +19,10 @@
|
|
|
19
19
|
"description": "Grants permission to create a new bill scenario",
|
|
20
20
|
"accessLevel": "Write",
|
|
21
21
|
"resourceTypes": [],
|
|
22
|
-
"conditionKeys": [
|
|
22
|
+
"conditionKeys": [
|
|
23
|
+
"aws:RequestTag/${TagKey}",
|
|
24
|
+
"aws:TagKeys"
|
|
25
|
+
],
|
|
23
26
|
"dependentActions": []
|
|
24
27
|
},
|
|
25
28
|
"createbillscenariocommitmentmodification": {
|
|
@@ -57,7 +60,10 @@
|
|
|
57
60
|
"description": "Grants permission to create a new Workload estimate",
|
|
58
61
|
"accessLevel": "Write",
|
|
59
62
|
"resourceTypes": [],
|
|
60
|
-
"conditionKeys": [
|
|
63
|
+
"conditionKeys": [
|
|
64
|
+
"aws:RequestTag/${TagKey}",
|
|
65
|
+
"aws:TagKeys"
|
|
66
|
+
],
|
|
61
67
|
"dependentActions": []
|
|
62
68
|
},
|
|
63
69
|
"createworkloadestimateusage": {
|
|
@@ -359,7 +365,24 @@
|
|
|
359
365
|
"name": "TagResource",
|
|
360
366
|
"description": "Grants permission to add a tag to a resource",
|
|
361
367
|
"accessLevel": "Tagging",
|
|
362
|
-
"resourceTypes": [
|
|
368
|
+
"resourceTypes": [
|
|
369
|
+
{
|
|
370
|
+
"name": "bill-scenario",
|
|
371
|
+
"required": false,
|
|
372
|
+
"conditionKeys": [
|
|
373
|
+
"aws:ResourceTag/${TagKey}"
|
|
374
|
+
],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "workload-estimate",
|
|
379
|
+
"required": false,
|
|
380
|
+
"conditionKeys": [
|
|
381
|
+
"aws:ResourceTag/${TagKey}"
|
|
382
|
+
],
|
|
383
|
+
"dependentActions": []
|
|
384
|
+
}
|
|
385
|
+
],
|
|
363
386
|
"conditionKeys": [
|
|
364
387
|
"aws:RequestTag/${TagKey}",
|
|
365
388
|
"aws:TagKeys"
|
|
@@ -370,7 +393,24 @@
|
|
|
370
393
|
"name": "UntagResource",
|
|
371
394
|
"description": "Grants permission to remove a tag from a resource",
|
|
372
395
|
"accessLevel": "Tagging",
|
|
373
|
-
"resourceTypes": [
|
|
396
|
+
"resourceTypes": [
|
|
397
|
+
{
|
|
398
|
+
"name": "bill-scenario",
|
|
399
|
+
"required": false,
|
|
400
|
+
"conditionKeys": [
|
|
401
|
+
"aws:ResourceTag/${TagKey}"
|
|
402
|
+
],
|
|
403
|
+
"dependentActions": []
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "workload-estimate",
|
|
407
|
+
"required": false,
|
|
408
|
+
"conditionKeys": [
|
|
409
|
+
"aws:ResourceTag/${TagKey}"
|
|
410
|
+
],
|
|
411
|
+
"dependentActions": []
|
|
412
|
+
}
|
|
413
|
+
],
|
|
374
414
|
"conditionKeys": [
|
|
375
415
|
"aws:TagKeys"
|
|
376
416
|
],
|
package/data/actions/signin.json
CHANGED
|
@@ -3,7 +3,20 @@
|
|
|
3
3
|
"name": "AuthorizeOAuth2Access",
|
|
4
4
|
"description": "Grants permission to authenticate through a browser and obtain an OAuth 2.0 authorization code for credential exchange",
|
|
5
5
|
"accessLevel": "Read",
|
|
6
|
-
"resourceTypes": [
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "oauth2-public-client-localhost",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "oauth2-public-client-remote",
|
|
15
|
+
"required": true,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
}
|
|
19
|
+
],
|
|
7
20
|
"conditionKeys": [],
|
|
8
21
|
"dependentActions": []
|
|
9
22
|
},
|
|
@@ -11,7 +24,20 @@
|
|
|
11
24
|
"name": "CreateOAuth2Token",
|
|
12
25
|
"description": "Grants permission to exchange an authorization code for OAuth 2.0 access token and refresh token that can be used to access AWS services from developer tools and applications",
|
|
13
26
|
"accessLevel": "Read",
|
|
14
|
-
"resourceTypes": [
|
|
27
|
+
"resourceTypes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "oauth2-public-client-localhost",
|
|
30
|
+
"required": true,
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "oauth2-public-client-remote",
|
|
36
|
+
"required": true,
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
}
|
|
40
|
+
],
|
|
15
41
|
"conditionKeys": [],
|
|
16
42
|
"dependentActions": []
|
|
17
43
|
},
|
|
@@ -275,19 +275,26 @@
|
|
|
275
275
|
{
|
|
276
276
|
"name": "directoryid",
|
|
277
277
|
"required": true,
|
|
278
|
-
"conditionKeys": [
|
|
278
|
+
"conditionKeys": [
|
|
279
|
+
"aws:ResourceTag/${TagKey}"
|
|
280
|
+
],
|
|
279
281
|
"dependentActions": []
|
|
280
282
|
},
|
|
281
283
|
{
|
|
282
284
|
"name": "workspacebundle",
|
|
283
285
|
"required": true,
|
|
284
|
-
"conditionKeys": [
|
|
286
|
+
"conditionKeys": [
|
|
287
|
+
"aws:ResourceTag/${TagKey}"
|
|
288
|
+
],
|
|
285
289
|
"dependentActions": []
|
|
286
290
|
},
|
|
287
291
|
{
|
|
288
292
|
"name": "workspaceid",
|
|
289
293
|
"required": true,
|
|
290
|
-
"conditionKeys": [
|
|
294
|
+
"conditionKeys": [
|
|
295
|
+
"aws:RequestTag/${TagKey}",
|
|
296
|
+
"aws:TagKeys"
|
|
297
|
+
],
|
|
291
298
|
"dependentActions": []
|
|
292
299
|
}
|
|
293
300
|
],
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bill-estimate": {
|
|
3
3
|
"key": "bill-estimate",
|
|
4
|
-
"arn": "arn:${Partition}:bcm-pricing-calculator
|
|
4
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator::${Account}:bill-estimate/${BillEstimateId}"
|
|
5
5
|
},
|
|
6
6
|
"bill-scenario": {
|
|
7
7
|
"key": "bill-scenario",
|
|
8
|
-
"arn": "arn:${Partition}:bcm-pricing-calculator
|
|
8
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator::${Account}:bill-scenario/${BillScenarioId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
},
|
|
10
13
|
"workload-estimate": {
|
|
11
14
|
"key": "workload-estimate",
|
|
12
|
-
"arn": "arn:${Partition}:bcm-pricing-calculator
|
|
15
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator::${Account}:workload-estimate/${WorkloadEstimateId}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
}
|
|
14
20
|
}
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"oauth2-public-client-localhost": {
|
|
3
|
+
"key": "oauth2-public-client-localhost",
|
|
4
|
+
"arn": "arn:${Partition}:signin:${Region}:${Account}:oauth2/public-client/localhost"
|
|
5
|
+
},
|
|
6
|
+
"oauth2-public-client-remote": {
|
|
7
|
+
"key": "oauth2-public-client-remote",
|
|
8
|
+
"arn": "arn:${Partition}:signin:${Region}:${Account}:oauth2/public-client/remote"
|
|
9
|
+
}
|
|
10
|
+
}
|
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.202602121",
|
|
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-12T05:50:30.429Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|