@cloud-copilot/iam-data 0.15.202601301 → 0.15.202602031
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 +18 -9
- package/data/actions/cloudfront.json +1 -8
- package/data/actions/dynamodb.json +64 -0
- package/data/actions/identitystore.json +44 -0
- package/data/actions/redshift-serverless.json +15 -0
- package/data/actions/redshift.json +15 -0
- package/data/actions/securityagent.json +631 -77
- package/data/actions/servicequotas.json +46 -19
- package/data/actions/sso.json +70 -0
- package/data/actions/wafv2.json +4 -0
- package/data/conditionKeys/bedrock-agentcore.json +10 -0
- package/package.json +2 -2
|
@@ -149,7 +149,9 @@
|
|
|
149
149
|
"resourceTypes": [],
|
|
150
150
|
"conditionKeys": [
|
|
151
151
|
"aws:RequestTag/${TagKey}",
|
|
152
|
-
"aws:TagKeys"
|
|
152
|
+
"aws:TagKeys",
|
|
153
|
+
"bedrock-agentcore:subnets",
|
|
154
|
+
"bedrock-agentcore:securityGroups"
|
|
153
155
|
],
|
|
154
156
|
"dependentActions": [
|
|
155
157
|
"iam:PassRole"
|
|
@@ -204,7 +206,9 @@
|
|
|
204
206
|
"resourceTypes": [],
|
|
205
207
|
"conditionKeys": [
|
|
206
208
|
"aws:RequestTag/${TagKey}",
|
|
207
|
-
"aws:TagKeys"
|
|
209
|
+
"aws:TagKeys",
|
|
210
|
+
"bedrock-agentcore:subnets",
|
|
211
|
+
"bedrock-agentcore:securityGroups"
|
|
208
212
|
],
|
|
209
213
|
"dependentActions": []
|
|
210
214
|
},
|
|
@@ -215,7 +219,9 @@
|
|
|
215
219
|
"resourceTypes": [],
|
|
216
220
|
"conditionKeys": [
|
|
217
221
|
"aws:RequestTag/${TagKey}",
|
|
218
|
-
"aws:TagKeys"
|
|
222
|
+
"aws:TagKeys",
|
|
223
|
+
"bedrock-agentcore:subnets",
|
|
224
|
+
"bedrock-agentcore:securityGroups"
|
|
219
225
|
],
|
|
220
226
|
"dependentActions": []
|
|
221
227
|
},
|
|
@@ -1844,7 +1850,7 @@
|
|
|
1844
1850
|
},
|
|
1845
1851
|
"startbrowsersession": {
|
|
1846
1852
|
"name": "StartBrowserSession",
|
|
1847
|
-
"description": "Grants permission to
|
|
1853
|
+
"description": "Grants permission to start a new browser session",
|
|
1848
1854
|
"accessLevel": "Write",
|
|
1849
1855
|
"resourceTypes": [
|
|
1850
1856
|
{
|
|
@@ -2161,13 +2167,16 @@
|
|
|
2161
2167
|
"name": "runtime",
|
|
2162
2168
|
"required": true,
|
|
2163
2169
|
"conditionKeys": [],
|
|
2164
|
-
"dependentActions": [
|
|
2170
|
+
"dependentActions": [
|
|
2171
|
+
"iam:PassRole"
|
|
2172
|
+
]
|
|
2165
2173
|
}
|
|
2166
2174
|
],
|
|
2167
|
-
"conditionKeys": [
|
|
2168
|
-
|
|
2169
|
-
"
|
|
2170
|
-
]
|
|
2175
|
+
"conditionKeys": [
|
|
2176
|
+
"bedrock-agentcore:subnets",
|
|
2177
|
+
"bedrock-agentcore:securityGroups"
|
|
2178
|
+
],
|
|
2179
|
+
"dependentActions": []
|
|
2171
2180
|
},
|
|
2172
2181
|
"updateagentruntimeendpoint": {
|
|
2173
2182
|
"name": "UpdateAgentRuntimeEndpoint",
|
|
@@ -223,14 +223,7 @@
|
|
|
223
223
|
"name": "CreateKeyValueStore",
|
|
224
224
|
"description": "Grants permission to create a CloudFront KeyValueStore",
|
|
225
225
|
"accessLevel": "Write",
|
|
226
|
-
"resourceTypes": [
|
|
227
|
-
{
|
|
228
|
-
"name": "key-value-store",
|
|
229
|
-
"required": true,
|
|
230
|
-
"conditionKeys": [],
|
|
231
|
-
"dependentActions": []
|
|
232
|
-
}
|
|
233
|
-
],
|
|
226
|
+
"resourceTypes": [],
|
|
234
227
|
"conditionKeys": [],
|
|
235
228
|
"dependentActions": []
|
|
236
229
|
},
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"associatetablereplica": {
|
|
3
|
+
"name": "AssociateTableReplica",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to create multi account global table replica",
|
|
6
|
+
"accessLevel": "Write",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "table",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"batchgetitem": {
|
|
3
19
|
"name": "BatchGetItem",
|
|
4
20
|
"description": "Grants permission to return the attributes of one or more items from one or more tables",
|
|
@@ -860,6 +876,38 @@
|
|
|
860
876
|
],
|
|
861
877
|
"dependentActions": []
|
|
862
878
|
},
|
|
879
|
+
"readdataforreplication": {
|
|
880
|
+
"name": "ReadDataForReplication",
|
|
881
|
+
"isPermissionOnly": true,
|
|
882
|
+
"description": "Grants permission to read data from a multi account global table replica",
|
|
883
|
+
"accessLevel": "Read",
|
|
884
|
+
"resourceTypes": [
|
|
885
|
+
{
|
|
886
|
+
"name": "table",
|
|
887
|
+
"required": true,
|
|
888
|
+
"conditionKeys": [],
|
|
889
|
+
"dependentActions": []
|
|
890
|
+
}
|
|
891
|
+
],
|
|
892
|
+
"conditionKeys": [],
|
|
893
|
+
"dependentActions": []
|
|
894
|
+
},
|
|
895
|
+
"replicatesettings": {
|
|
896
|
+
"name": "ReplicateSettings",
|
|
897
|
+
"isPermissionOnly": true,
|
|
898
|
+
"description": "Grants permission to configure settings for a multi account global table replica",
|
|
899
|
+
"accessLevel": "Write",
|
|
900
|
+
"resourceTypes": [
|
|
901
|
+
{
|
|
902
|
+
"name": "table",
|
|
903
|
+
"required": true,
|
|
904
|
+
"conditionKeys": [],
|
|
905
|
+
"dependentActions": []
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"conditionKeys": [],
|
|
909
|
+
"dependentActions": []
|
|
910
|
+
},
|
|
863
911
|
"restoretablefromawsbackup": {
|
|
864
912
|
"name": "RestoreTableFromAwsBackup",
|
|
865
913
|
"isPermissionOnly": true,
|
|
@@ -1194,5 +1242,21 @@
|
|
|
1194
1242
|
],
|
|
1195
1243
|
"conditionKeys": [],
|
|
1196
1244
|
"dependentActions": []
|
|
1245
|
+
},
|
|
1246
|
+
"writedataforreplication": {
|
|
1247
|
+
"name": "WriteDataForReplication",
|
|
1248
|
+
"isPermissionOnly": true,
|
|
1249
|
+
"description": "Grants permission to write data to a multi account global table replica",
|
|
1250
|
+
"accessLevel": "Write",
|
|
1251
|
+
"resourceTypes": [
|
|
1252
|
+
{
|
|
1253
|
+
"name": "table",
|
|
1254
|
+
"required": true,
|
|
1255
|
+
"conditionKeys": [],
|
|
1256
|
+
"dependentActions": []
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"conditionKeys": [],
|
|
1260
|
+
"dependentActions": []
|
|
1197
1261
|
}
|
|
1198
1262
|
}
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addregion": {
|
|
3
|
+
"name": "AddRegion",
|
|
4
|
+
"description": "Grants permission to add a region to an IdentityStore",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": [
|
|
9
|
+
"kms:Decrypt"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
2
12
|
"creategroup": {
|
|
3
13
|
"name": "CreateGroup",
|
|
4
14
|
"description": "Grants permission to create a group in the specified IdentityStore",
|
|
@@ -244,6 +254,18 @@
|
|
|
244
254
|
],
|
|
245
255
|
"dependentActions": []
|
|
246
256
|
},
|
|
257
|
+
"describeregion": {
|
|
258
|
+
"name": "DescribeRegion",
|
|
259
|
+
"description": "Grants permission to retrieve configuration details for a specific IdentityStore region",
|
|
260
|
+
"accessLevel": "Read",
|
|
261
|
+
"resourceTypes": [],
|
|
262
|
+
"conditionKeys": [
|
|
263
|
+
"identitystore:PrimaryRegion"
|
|
264
|
+
],
|
|
265
|
+
"dependentActions": [
|
|
266
|
+
"kms:Decrypt"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
247
269
|
"describeuser": {
|
|
248
270
|
"name": "DescribeUser",
|
|
249
271
|
"description": "Grants permission to retrieve information about user in the specified IdentityStore",
|
|
@@ -482,6 +504,18 @@
|
|
|
482
504
|
],
|
|
483
505
|
"dependentActions": []
|
|
484
506
|
},
|
|
507
|
+
"listregions": {
|
|
508
|
+
"name": "ListRegions",
|
|
509
|
+
"description": "Grants permission to list all regions configured for an IdentityStore",
|
|
510
|
+
"accessLevel": "List",
|
|
511
|
+
"resourceTypes": [],
|
|
512
|
+
"conditionKeys": [
|
|
513
|
+
"identitystore:PrimaryRegion"
|
|
514
|
+
],
|
|
515
|
+
"dependentActions": [
|
|
516
|
+
"kms:Decrypt"
|
|
517
|
+
]
|
|
518
|
+
},
|
|
485
519
|
"listusers": {
|
|
486
520
|
"name": "ListUsers",
|
|
487
521
|
"description": "Grants permission to search for users in the specified IdentityStore",
|
|
@@ -508,6 +542,16 @@
|
|
|
508
542
|
],
|
|
509
543
|
"dependentActions": []
|
|
510
544
|
},
|
|
545
|
+
"removeregion": {
|
|
546
|
+
"name": "RemoveRegion",
|
|
547
|
+
"description": "Grants permission to remove a region from an IdentityStore",
|
|
548
|
+
"accessLevel": "Write",
|
|
549
|
+
"resourceTypes": [],
|
|
550
|
+
"conditionKeys": [],
|
|
551
|
+
"dependentActions": [
|
|
552
|
+
"kms:Decrypt"
|
|
553
|
+
]
|
|
554
|
+
},
|
|
511
555
|
"reserveuser": {
|
|
512
556
|
"name": "ReserveUser",
|
|
513
557
|
"description": "Grants permission to reserve a user by getting a userId",
|
|
@@ -334,6 +334,21 @@
|
|
|
334
334
|
"conditionKeys": [],
|
|
335
335
|
"dependentActions": []
|
|
336
336
|
},
|
|
337
|
+
"getidentitycenterauthtoken": {
|
|
338
|
+
"name": "GetIdentityCenterAuthToken",
|
|
339
|
+
"description": "Grants permission to get an authorized token for Identity Center users to access Redshift Serverless workgroups",
|
|
340
|
+
"accessLevel": "Read",
|
|
341
|
+
"resourceTypes": [
|
|
342
|
+
{
|
|
343
|
+
"name": "workgroup",
|
|
344
|
+
"required": true,
|
|
345
|
+
"conditionKeys": [],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"conditionKeys": [],
|
|
350
|
+
"dependentActions": []
|
|
351
|
+
},
|
|
337
352
|
"getmanagedworkgroup": {
|
|
338
353
|
"name": "GetManagedWorkgroup",
|
|
339
354
|
"description": "Grants permission to create a Amazon Redshift Managed Serverless workgroup with the specified configuration settings",
|
|
@@ -1707,6 +1707,21 @@
|
|
|
1707
1707
|
],
|
|
1708
1708
|
"dependentActions": []
|
|
1709
1709
|
},
|
|
1710
|
+
"getidentitycenterauthtoken": {
|
|
1711
|
+
"name": "GetIdentityCenterAuthToken",
|
|
1712
|
+
"description": "Grants permission to get an authorized token for Identity Center users to access Redshift clusters",
|
|
1713
|
+
"accessLevel": "Read",
|
|
1714
|
+
"resourceTypes": [
|
|
1715
|
+
{
|
|
1716
|
+
"name": "cluster",
|
|
1717
|
+
"required": true,
|
|
1718
|
+
"conditionKeys": [],
|
|
1719
|
+
"dependentActions": []
|
|
1720
|
+
}
|
|
1721
|
+
],
|
|
1722
|
+
"conditionKeys": [],
|
|
1723
|
+
"dependentActions": []
|
|
1724
|
+
},
|
|
1710
1725
|
"getreservednodeexchangeconfigurationoptions": {
|
|
1711
1726
|
"name": "GetReservedNodeExchangeConfigurationOptions",
|
|
1712
1727
|
"description": "Grants permission to get the configuration options for the reserved-node exchange",
|