@cloud-copilot/iam-data 0.21.202609091 → 0.21.202609111
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/bedrock-agentcore.json +71 -0
- package/data/actions/connect.json +17 -0
- package/data/actions/ecs.json +3 -1
- package/data/actions/vpc-lattice-svcs.json +6 -2
- package/data/conditionKeys/vpc-lattice-svcs.json +5 -0
- package/data/resourceTypes/bedrock-agentcore.json +7 -0
- package/data/resourceTypes/vpc-lattice-svcs.json +8 -2
- package/package.json +2 -2
|
@@ -471,6 +471,24 @@
|
|
|
471
471
|
"conditionKeys": [],
|
|
472
472
|
"dependentActions": []
|
|
473
473
|
},
|
|
474
|
+
"createconsentportal": {
|
|
475
|
+
"name": "CreateConsentPortal",
|
|
476
|
+
"description": "Grants permission to create a new consent portal",
|
|
477
|
+
"accessLevel": "Write",
|
|
478
|
+
"resourceTypes": [
|
|
479
|
+
{
|
|
480
|
+
"name": "consent-portal",
|
|
481
|
+
"required": true,
|
|
482
|
+
"conditionKeys": [],
|
|
483
|
+
"dependentActions": []
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"conditionKeys": [
|
|
487
|
+
"aws:RequestTag/${TagKey}",
|
|
488
|
+
"aws:TagKeys"
|
|
489
|
+
],
|
|
490
|
+
"dependentActions": []
|
|
491
|
+
},
|
|
474
492
|
"createdataset": {
|
|
475
493
|
"name": "CreateDataset",
|
|
476
494
|
"description": "Grants permission to create a new dataset",
|
|
@@ -992,6 +1010,21 @@
|
|
|
992
1010
|
"conditionKeys": [],
|
|
993
1011
|
"dependentActions": []
|
|
994
1012
|
},
|
|
1013
|
+
"deleteconsentportal": {
|
|
1014
|
+
"name": "DeleteConsentPortal",
|
|
1015
|
+
"description": "Grants permission to delete a consent portal",
|
|
1016
|
+
"accessLevel": "Write",
|
|
1017
|
+
"resourceTypes": [
|
|
1018
|
+
{
|
|
1019
|
+
"name": "consent-portal",
|
|
1020
|
+
"required": true,
|
|
1021
|
+
"conditionKeys": [],
|
|
1022
|
+
"dependentActions": []
|
|
1023
|
+
}
|
|
1024
|
+
],
|
|
1025
|
+
"conditionKeys": [],
|
|
1026
|
+
"dependentActions": []
|
|
1027
|
+
},
|
|
995
1028
|
"deletedataset": {
|
|
996
1029
|
"name": "DeleteDataset",
|
|
997
1030
|
"description": "Grants permission to delete a dataset",
|
|
@@ -1682,6 +1715,21 @@
|
|
|
1682
1715
|
"conditionKeys": [],
|
|
1683
1716
|
"dependentActions": []
|
|
1684
1717
|
},
|
|
1718
|
+
"getconsentportal": {
|
|
1719
|
+
"name": "GetConsentPortal",
|
|
1720
|
+
"description": "Grants permission to retrieve information about a consent portal",
|
|
1721
|
+
"accessLevel": "Read",
|
|
1722
|
+
"resourceTypes": [
|
|
1723
|
+
{
|
|
1724
|
+
"name": "consent-portal",
|
|
1725
|
+
"required": true,
|
|
1726
|
+
"conditionKeys": [],
|
|
1727
|
+
"dependentActions": []
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"conditionKeys": [],
|
|
1731
|
+
"dependentActions": []
|
|
1732
|
+
},
|
|
1685
1733
|
"getdataset": {
|
|
1686
1734
|
"name": "GetDataset",
|
|
1687
1735
|
"description": "Grants permission to get details of a dataset",
|
|
@@ -2731,6 +2779,14 @@
|
|
|
2731
2779
|
"conditionKeys": [],
|
|
2732
2780
|
"dependentActions": []
|
|
2733
2781
|
},
|
|
2782
|
+
"listconsentportals": {
|
|
2783
|
+
"name": "ListConsentPortals",
|
|
2784
|
+
"description": "Grants permission to list all of the consent portals in your account",
|
|
2785
|
+
"accessLevel": "List",
|
|
2786
|
+
"resourceTypes": [],
|
|
2787
|
+
"conditionKeys": [],
|
|
2788
|
+
"dependentActions": []
|
|
2789
|
+
},
|
|
2734
2790
|
"listdatasetexamples": {
|
|
2735
2791
|
"name": "ListDatasetExamples",
|
|
2736
2792
|
"description": "Grants permission to list examples in a dataset",
|
|
@@ -3991,6 +4047,21 @@
|
|
|
3991
4047
|
"conditionKeys": [],
|
|
3992
4048
|
"dependentActions": []
|
|
3993
4049
|
},
|
|
4050
|
+
"updateconsentportal": {
|
|
4051
|
+
"name": "UpdateConsentPortal",
|
|
4052
|
+
"description": "Grants permission to update an existing consent portal",
|
|
4053
|
+
"accessLevel": "Write",
|
|
4054
|
+
"resourceTypes": [
|
|
4055
|
+
{
|
|
4056
|
+
"name": "consent-portal",
|
|
4057
|
+
"required": true,
|
|
4058
|
+
"conditionKeys": [],
|
|
4059
|
+
"dependentActions": []
|
|
4060
|
+
}
|
|
4061
|
+
],
|
|
4062
|
+
"conditionKeys": [],
|
|
4063
|
+
"dependentActions": []
|
|
4064
|
+
},
|
|
3994
4065
|
"updatedataset": {
|
|
3995
4066
|
"name": "UpdateDataset",
|
|
3996
4067
|
"description": "Grants permission to update a dataset",
|
|
@@ -4134,6 +4134,23 @@
|
|
|
4134
4134
|
],
|
|
4135
4135
|
"dependentActions": []
|
|
4136
4136
|
},
|
|
4137
|
+
"listevaluationformaiversions": {
|
|
4138
|
+
"name": "ListEvaluationFormAIVersions",
|
|
4139
|
+
"description": "Grants permission to list the AI versions for evaluation forms in the specified Amazon Connect instance",
|
|
4140
|
+
"accessLevel": "List",
|
|
4141
|
+
"resourceTypes": [
|
|
4142
|
+
{
|
|
4143
|
+
"name": "instance",
|
|
4144
|
+
"required": true,
|
|
4145
|
+
"conditionKeys": [],
|
|
4146
|
+
"dependentActions": []
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4149
|
+
"conditionKeys": [
|
|
4150
|
+
"connect:InstanceId"
|
|
4151
|
+
],
|
|
4152
|
+
"dependentActions": []
|
|
4153
|
+
},
|
|
4137
4154
|
"listevaluationformversions": {
|
|
4138
4155
|
"name": "ListEvaluationFormVersions",
|
|
4139
4156
|
"description": "Grants permission to list versions of an evaluation form in the specified Amazon Connect instance",
|
package/data/actions/ecs.json
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
{
|
|
8
8
|
"name": "TCP Service",
|
|
9
9
|
"required": true,
|
|
10
|
-
"conditionKeys": [
|
|
10
|
+
"conditionKeys": [
|
|
11
|
+
"aws:ResourceTag/${TagKey}"
|
|
12
|
+
],
|
|
11
13
|
"dependentActions": []
|
|
12
14
|
}
|
|
13
15
|
],
|
|
@@ -28,7 +30,9 @@
|
|
|
28
30
|
{
|
|
29
31
|
"name": "Service",
|
|
30
32
|
"required": true,
|
|
31
|
-
"conditionKeys": [
|
|
33
|
+
"conditionKeys": [
|
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
|
35
|
+
],
|
|
32
36
|
"dependentActions": []
|
|
33
37
|
}
|
|
34
38
|
],
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:resourcetag/${tagkey}": {
|
|
3
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by tag key-value pairs attached to the resource",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
2
7
|
"vpc-lattice-svcs:port": {
|
|
3
8
|
"key": "vpc-lattice-svcs:Port",
|
|
4
9
|
"description": "Filters access by the destination port the request is made to",
|
|
@@ -63,6 +63,13 @@
|
|
|
63
63
|
"aws:ResourceTag/${TagKey}"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
|
+
"consent-portal": {
|
|
67
|
+
"key": "consent-portal",
|
|
68
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:consent-portal/${ConsentPortalId}",
|
|
69
|
+
"conditionKeys": [
|
|
70
|
+
"aws:ResourceTag/${TagKey}"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
66
73
|
"dataset": {
|
|
67
74
|
"key": "dataset",
|
|
68
75
|
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:dataset/${DatasetId}",
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"service": {
|
|
3
3
|
"key": "Service",
|
|
4
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}/${RequestPath}"
|
|
4
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}/${RequestPath}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"tcp service": {
|
|
7
10
|
"key": "TCP Service",
|
|
8
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}"
|
|
11
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
9
15
|
}
|
|
10
16
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202609111",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/act-security-labs/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-09-
|
|
9
|
+
"updatedAt": "2026-09-11T04:45:45.798Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|