@cloud-copilot/iam-data 0.18.202603211 → 0.18.202603241

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.
@@ -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,
@@ -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",
@@ -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
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603211",
3
+ "version": "0.18.202603241",
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-21T05:01:26.499Z",
9
+ "updatedAt": "2026-03-24T05:13:12.495Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",