@cloud-copilot/iam-data 0.18.202603211 → 0.18.202603251
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 +105 -0
- package/data/actions/appsync.json +8 -1
- package/data/actions/gamelift.json +8 -0
- package/data/actions/partnercentral-account-management.json +11 -0
- package/data/actions/polly.json +15 -0
- package/data/actions/route53profiles.json +25 -5
- package/data/conditionKeys/partnercentral-account-management.json +5 -0
- package/data/conditionKeys/route53profiles.json +30 -0
- package/package.json +2 -2
|
@@ -78,6 +78,21 @@
|
|
|
78
78
|
"conditionKeys": [],
|
|
79
79
|
"dependentActions": []
|
|
80
80
|
},
|
|
81
|
+
"createknowledgeitem": {
|
|
82
|
+
"name": "CreateKnowledgeItem",
|
|
83
|
+
"description": "Grants permission to create a new knowledge item",
|
|
84
|
+
"accessLevel": "Write",
|
|
85
|
+
"resourceTypes": [
|
|
86
|
+
{
|
|
87
|
+
"name": "agentspace",
|
|
88
|
+
"required": true,
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
},
|
|
81
96
|
"deleteagentspace": {
|
|
82
97
|
"name": "DeleteAgentSpace",
|
|
83
98
|
"description": "Grants permission to delete agentspace",
|
|
@@ -95,6 +110,21 @@
|
|
|
95
110
|
],
|
|
96
111
|
"dependentActions": []
|
|
97
112
|
},
|
|
113
|
+
"deleteknowledgeitem": {
|
|
114
|
+
"name": "DeleteKnowledgeItem",
|
|
115
|
+
"description": "Grants permission to delete a knowledge item",
|
|
116
|
+
"accessLevel": "Write",
|
|
117
|
+
"resourceTypes": [
|
|
118
|
+
{
|
|
119
|
+
"name": "agentspace",
|
|
120
|
+
"required": true,
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"conditionKeys": [],
|
|
126
|
+
"dependentActions": []
|
|
127
|
+
},
|
|
98
128
|
"deregisterservice": {
|
|
99
129
|
"name": "DeregisterService",
|
|
100
130
|
"description": "Grants permission to deregister a service",
|
|
@@ -163,6 +193,21 @@
|
|
|
163
193
|
"conditionKeys": [],
|
|
164
194
|
"dependentActions": []
|
|
165
195
|
},
|
|
196
|
+
"discovertopology": {
|
|
197
|
+
"name": "DiscoverTopology",
|
|
198
|
+
"description": "Grants permission to discover topology information",
|
|
199
|
+
"accessLevel": "Write",
|
|
200
|
+
"resourceTypes": [
|
|
201
|
+
{
|
|
202
|
+
"name": "agentspace",
|
|
203
|
+
"required": true,
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
},
|
|
166
211
|
"enableoperatorapp": {
|
|
167
212
|
"name": "EnableOperatorApp",
|
|
168
213
|
"description": "Grants permission to enable the Operator App to access the given AgentSpace",
|
|
@@ -254,6 +299,21 @@
|
|
|
254
299
|
"conditionKeys": [],
|
|
255
300
|
"dependentActions": []
|
|
256
301
|
},
|
|
302
|
+
"getknowledgeitem": {
|
|
303
|
+
"name": "GetKnowledgeItem",
|
|
304
|
+
"description": "Grants permission to get a knowledge item",
|
|
305
|
+
"accessLevel": "Read",
|
|
306
|
+
"resourceTypes": [
|
|
307
|
+
{
|
|
308
|
+
"name": "agentspace",
|
|
309
|
+
"required": true,
|
|
310
|
+
"conditionKeys": [],
|
|
311
|
+
"dependentActions": []
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"conditionKeys": [],
|
|
315
|
+
"dependentActions": []
|
|
316
|
+
},
|
|
257
317
|
"getoperatorapp": {
|
|
258
318
|
"name": "GetOperatorApp",
|
|
259
319
|
"description": "Grants permission to get operator auth config for any enabled auth flow",
|
|
@@ -414,6 +474,36 @@
|
|
|
414
474
|
"conditionKeys": [],
|
|
415
475
|
"dependentActions": []
|
|
416
476
|
},
|
|
477
|
+
"listknowledgeitemversions": {
|
|
478
|
+
"name": "ListKnowledgeItemVersions",
|
|
479
|
+
"description": "Grants permission to list knowledge item versions",
|
|
480
|
+
"accessLevel": "List",
|
|
481
|
+
"resourceTypes": [
|
|
482
|
+
{
|
|
483
|
+
"name": "agentspace",
|
|
484
|
+
"required": true,
|
|
485
|
+
"conditionKeys": [],
|
|
486
|
+
"dependentActions": []
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"conditionKeys": [],
|
|
490
|
+
"dependentActions": []
|
|
491
|
+
},
|
|
492
|
+
"listknowledgeitems": {
|
|
493
|
+
"name": "ListKnowledgeItems",
|
|
494
|
+
"description": "Grants permission to list knowledge items",
|
|
495
|
+
"accessLevel": "List",
|
|
496
|
+
"resourceTypes": [
|
|
497
|
+
{
|
|
498
|
+
"name": "agentspace",
|
|
499
|
+
"required": true,
|
|
500
|
+
"conditionKeys": [],
|
|
501
|
+
"dependentActions": []
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"conditionKeys": [],
|
|
505
|
+
"dependentActions": []
|
|
506
|
+
},
|
|
417
507
|
"listpendingmessages": {
|
|
418
508
|
"name": "ListPendingMessages",
|
|
419
509
|
"description": "Grants permission to list pending messages",
|
|
@@ -677,6 +767,21 @@
|
|
|
677
767
|
"conditionKeys": [],
|
|
678
768
|
"dependentActions": []
|
|
679
769
|
},
|
|
770
|
+
"updateknowledgeitem": {
|
|
771
|
+
"name": "UpdateKnowledgeItem",
|
|
772
|
+
"description": "Grants permission to update a knowledge item",
|
|
773
|
+
"accessLevel": "Write",
|
|
774
|
+
"resourceTypes": [
|
|
775
|
+
{
|
|
776
|
+
"name": "agentspace",
|
|
777
|
+
"required": true,
|
|
778
|
+
"conditionKeys": [],
|
|
779
|
+
"dependentActions": []
|
|
780
|
+
}
|
|
781
|
+
],
|
|
782
|
+
"conditionKeys": [],
|
|
783
|
+
"dependentActions": []
|
|
784
|
+
},
|
|
680
785
|
"updateoperatorappidpconfig": {
|
|
681
786
|
"name": "UpdateOperatorAppIdpConfig",
|
|
682
787
|
"description": "Grants permission to update the external Identity Provider configuration for the Operator App",
|
|
@@ -127,7 +127,14 @@
|
|
|
127
127
|
"name": "CreateDomainName",
|
|
128
128
|
"description": "Grants permission to create a custom domain name in AppSync",
|
|
129
129
|
"accessLevel": "Write",
|
|
130
|
-
"resourceTypes": [
|
|
130
|
+
"resourceTypes": [
|
|
131
|
+
{
|
|
132
|
+
"name": "domain",
|
|
133
|
+
"required": true,
|
|
134
|
+
"conditionKeys": [],
|
|
135
|
+
"dependentActions": []
|
|
136
|
+
}
|
|
137
|
+
],
|
|
131
138
|
"conditionKeys": [
|
|
132
139
|
"aws:ResourceTag/${TagKey}",
|
|
133
140
|
"aws:RequestTag/${TagKey}",
|
|
@@ -1005,6 +1005,14 @@
|
|
|
1005
1005
|
"conditionKeys": [],
|
|
1006
1006
|
"dependentActions": []
|
|
1007
1007
|
},
|
|
1008
|
+
"getplayerconnectiondetails": {
|
|
1009
|
+
"name": "GetPlayerConnectionDetails",
|
|
1010
|
+
"description": "Grants permission to retrieve player connection endpoints and player gateway tokens for a game session",
|
|
1011
|
+
"accessLevel": "Read",
|
|
1012
|
+
"resourceTypes": [],
|
|
1013
|
+
"conditionKeys": [],
|
|
1014
|
+
"dependentActions": []
|
|
1015
|
+
},
|
|
1008
1016
|
"listaliases": {
|
|
1009
1017
|
"name": "ListAliases",
|
|
1010
1018
|
"description": "Grants permission to retrieve all aliases that are defined in the current Region",
|
|
@@ -21,6 +21,17 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependentActions": []
|
|
23
23
|
},
|
|
24
|
+
"accessproservetools": {
|
|
25
|
+
"name": "AccessProServeTools",
|
|
26
|
+
"isPermissionOnly": true,
|
|
27
|
+
"description": "Grants permission to Single Sign-On from AWS Partner Central into ProServe Tools",
|
|
28
|
+
"accessLevel": "Write",
|
|
29
|
+
"resourceTypes": [],
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"partnercentral-account-management:ProServeRole"
|
|
32
|
+
],
|
|
33
|
+
"dependentActions": []
|
|
34
|
+
},
|
|
24
35
|
"associatepartneraccount": {
|
|
25
36
|
"name": "AssociatePartnerAccount",
|
|
26
37
|
"isPermissionOnly": true,
|
package/data/actions/polly.json
CHANGED
|
@@ -76,6 +76,21 @@
|
|
|
76
76
|
"conditionKeys": [],
|
|
77
77
|
"dependentActions": []
|
|
78
78
|
},
|
|
79
|
+
"startspeechsynthesisstream": {
|
|
80
|
+
"name": "StartSpeechSynthesisStream",
|
|
81
|
+
"description": "Grants permission to perform synthesis with bidirectional streaming",
|
|
82
|
+
"accessLevel": "Read",
|
|
83
|
+
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "lexicon",
|
|
86
|
+
"required": false,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
},
|
|
79
94
|
"startspeechsynthesistask": {
|
|
80
95
|
"name": "StartSpeechSynthesisTask",
|
|
81
96
|
"description": "Grants permission to synthesize long inputs to the provided S3 location",
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [
|
|
8
8
|
"aws:RequestTag/${TagKey}",
|
|
9
|
-
"aws:TagKeys"
|
|
9
|
+
"aws:TagKeys",
|
|
10
|
+
"route53profiles:ResourceIds"
|
|
10
11
|
],
|
|
11
12
|
"dependentActions": [
|
|
12
13
|
"ec2:DescribeVpcs"
|
|
@@ -17,7 +18,13 @@
|
|
|
17
18
|
"description": "Grants permission to associates a resource, such as DNS Firewall rule group, private hosted zone, resolver rule, etc. to a specified Profile",
|
|
18
19
|
"accessLevel": "Write",
|
|
19
20
|
"resourceTypes": [],
|
|
20
|
-
"conditionKeys": [
|
|
21
|
+
"conditionKeys": [
|
|
22
|
+
"route53profiles:ResourceTypes",
|
|
23
|
+
"route53profiles:HostedZoneDomains",
|
|
24
|
+
"route53profiles:ResolverRuleDomains",
|
|
25
|
+
"route53profiles:FirewallRuleGroupPriority",
|
|
26
|
+
"route53profiles:ResourceArns"
|
|
27
|
+
],
|
|
21
28
|
"dependentActions": []
|
|
22
29
|
},
|
|
23
30
|
"createprofile": {
|
|
@@ -44,7 +51,9 @@
|
|
|
44
51
|
"description": "Grants permission to delete an association between a customer VPC and the specified Profile",
|
|
45
52
|
"accessLevel": "Write",
|
|
46
53
|
"resourceTypes": [],
|
|
47
|
-
"conditionKeys": [
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"route53profiles:ResourceIds"
|
|
56
|
+
],
|
|
48
57
|
"dependentActions": []
|
|
49
58
|
},
|
|
50
59
|
"disassociateresourcefromprofile": {
|
|
@@ -52,7 +61,13 @@
|
|
|
52
61
|
"description": "Grants permission to delete the asoociation between the resource. such as DNS Firewall rule group, private hosted zone, resolver rule, etc. and the specified Profile",
|
|
53
62
|
"accessLevel": "Write",
|
|
54
63
|
"resourceTypes": [],
|
|
55
|
-
"conditionKeys": [
|
|
64
|
+
"conditionKeys": [
|
|
65
|
+
"route53profiles:ResourceTypes",
|
|
66
|
+
"route53profiles:HostedZoneDomains",
|
|
67
|
+
"route53profiles:ResolverRuleDomains",
|
|
68
|
+
"route53profiles:FirewallRuleGroupPriority",
|
|
69
|
+
"route53profiles:ResourceArns"
|
|
70
|
+
],
|
|
56
71
|
"dependentActions": []
|
|
57
72
|
},
|
|
58
73
|
"getprofile": {
|
|
@@ -195,7 +210,12 @@
|
|
|
195
210
|
"description": "Grants permission to update the Profile resource association name or the resource properties or both, if both name and resource properties are null, the api returns the existing Profile resource association",
|
|
196
211
|
"accessLevel": "Write",
|
|
197
212
|
"resourceTypes": [],
|
|
198
|
-
"conditionKeys": [
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"route53profiles:ResourceTypes",
|
|
215
|
+
"route53profiles:HostedZoneDomains",
|
|
216
|
+
"route53profiles:ResolverRuleDomains",
|
|
217
|
+
"route53profiles:FirewallRuleGroupPriority"
|
|
218
|
+
],
|
|
199
219
|
"dependentActions": []
|
|
200
220
|
}
|
|
201
221
|
}
|
|
@@ -8,5 +8,10 @@
|
|
|
8
8
|
"key": "partnercentral-account-management:MarketingCentralRole",
|
|
9
9
|
"description": "Filters access by Marketing Central role",
|
|
10
10
|
"type": "ArrayOfString"
|
|
11
|
+
},
|
|
12
|
+
"partnercentral-account-management:proserverole": {
|
|
13
|
+
"key": "partnercentral-account-management:ProServeRole",
|
|
14
|
+
"description": "Filters access by ProServe Tools role",
|
|
15
|
+
"type": "ArrayOfString"
|
|
11
16
|
}
|
|
12
17
|
}
|
|
@@ -13,5 +13,35 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the presence of tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"route53profiles:firewallrulegrouppriority": {
|
|
18
|
+
"key": "route53profiles:FirewallRuleGroupPriority",
|
|
19
|
+
"description": "Filters access by priority range of a Firewall Rule Group",
|
|
20
|
+
"type": "Numeric"
|
|
21
|
+
},
|
|
22
|
+
"route53profiles:hostedzonedomains": {
|
|
23
|
+
"key": "route53profiles:HostedZoneDomains",
|
|
24
|
+
"description": "Filters access by Hosted Zone domains",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"route53profiles:resolverruledomains": {
|
|
28
|
+
"key": "route53profiles:ResolverRuleDomains",
|
|
29
|
+
"description": "Filters access by Resolver Rule domains",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"route53profiles:resourcearns": {
|
|
33
|
+
"key": "route53profiles:ResourceArns",
|
|
34
|
+
"description": "Filters access by specific resource ARNs",
|
|
35
|
+
"type": "ARN"
|
|
36
|
+
},
|
|
37
|
+
"route53profiles:resourceids": {
|
|
38
|
+
"key": "route53profiles:ResourceIds",
|
|
39
|
+
"description": "Filters access by given VPCs",
|
|
40
|
+
"type": "String"
|
|
41
|
+
},
|
|
42
|
+
"route53profiles:resourcetypes": {
|
|
43
|
+
"key": "route53profiles:ResourceTypes",
|
|
44
|
+
"description": "Filters access by specific resource type. Possible options include 'HostedZone', 'FirewallRuleGroup', 'ResolverQueryLoggingConfig', 'ResolverRule', and 'VpcEndpoint'",
|
|
45
|
+
"type": "String"
|
|
16
46
|
}
|
|
17
47
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.202603251",
|
|
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-03-
|
|
9
|
+
"updatedAt": "2026-03-25T05:13:15.124Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|