@cloud-copilot/iam-data 0.19.202606091 → 0.19.202606101
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-mantle.json +24 -3
- package/data/actions/bedrock.json +18 -0
- package/data/actions/events.json +10 -2
- package/data/actions/inspector2.json +12 -0
- package/data/actions/secretsmanager.json +1 -1
- package/data/conditionKeys/bedrock-mantle.json +5 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/resourceTypes/inspector2.json +7 -0
- package/package.json +2 -2
|
@@ -184,7 +184,8 @@
|
|
|
184
184
|
],
|
|
185
185
|
"conditionKeys": [
|
|
186
186
|
"aws:RequestTag/${TagKey}",
|
|
187
|
-
"aws:TagKeys"
|
|
187
|
+
"aws:TagKeys",
|
|
188
|
+
"bedrock-mantle:DataRetentionMode"
|
|
188
189
|
],
|
|
189
190
|
"dependentActions": []
|
|
190
191
|
},
|
|
@@ -327,6 +328,14 @@
|
|
|
327
328
|
],
|
|
328
329
|
"dependentActions": []
|
|
329
330
|
},
|
|
331
|
+
"getaccountdataretention": {
|
|
332
|
+
"name": "GetAccountDataRetention",
|
|
333
|
+
"description": "Grants permission to retrieve the account-wide data retention setting",
|
|
334
|
+
"accessLevel": "Read",
|
|
335
|
+
"resourceTypes": [],
|
|
336
|
+
"conditionKeys": [],
|
|
337
|
+
"dependentActions": []
|
|
338
|
+
},
|
|
330
339
|
"getcustomizedmodel": {
|
|
331
340
|
"name": "GetCustomizedModel",
|
|
332
341
|
"description": "Grants permission to get customized model",
|
|
@@ -594,6 +603,16 @@
|
|
|
594
603
|
"conditionKeys": [],
|
|
595
604
|
"dependentActions": []
|
|
596
605
|
},
|
|
606
|
+
"putaccountdataretention": {
|
|
607
|
+
"name": "PutAccountDataRetention",
|
|
608
|
+
"description": "Grants permission to set the account-wide data retention setting",
|
|
609
|
+
"accessLevel": "Write",
|
|
610
|
+
"resourceTypes": [],
|
|
611
|
+
"conditionKeys": [
|
|
612
|
+
"bedrock-mantle:DataRetentionMode"
|
|
613
|
+
],
|
|
614
|
+
"dependentActions": []
|
|
615
|
+
},
|
|
597
616
|
"tagresource": {
|
|
598
617
|
"name": "TagResource",
|
|
599
618
|
"description": "Grants permission to tag a resource",
|
|
@@ -673,12 +692,14 @@
|
|
|
673
692
|
{
|
|
674
693
|
"name": "project",
|
|
675
694
|
"required": true,
|
|
676
|
-
"conditionKeys": [
|
|
695
|
+
"conditionKeys": [
|
|
696
|
+
"aws:ResourceTag/${TagKey}"
|
|
697
|
+
],
|
|
677
698
|
"dependentActions": []
|
|
678
699
|
}
|
|
679
700
|
],
|
|
680
701
|
"conditionKeys": [
|
|
681
|
-
"
|
|
702
|
+
"bedrock-mantle:DataRetentionMode"
|
|
682
703
|
],
|
|
683
704
|
"dependentActions": []
|
|
684
705
|
},
|
|
@@ -1334,6 +1334,14 @@
|
|
|
1334
1334
|
"conditionKeys": [],
|
|
1335
1335
|
"dependentActions": []
|
|
1336
1336
|
},
|
|
1337
|
+
"getaccountdataretention": {
|
|
1338
|
+
"name": "GetAccountDataRetention",
|
|
1339
|
+
"description": "Returns the account-wide data retention mode for Amazon Bedrock",
|
|
1340
|
+
"accessLevel": "Read",
|
|
1341
|
+
"resourceTypes": [],
|
|
1342
|
+
"conditionKeys": [],
|
|
1343
|
+
"dependentActions": []
|
|
1344
|
+
},
|
|
1337
1345
|
"getagent": {
|
|
1338
1346
|
"name": "GetAgent",
|
|
1339
1347
|
"description": "Grants permission to retrieve an existing agent",
|
|
@@ -3356,6 +3364,16 @@
|
|
|
3356
3364
|
"conditionKeys": [],
|
|
3357
3365
|
"dependentActions": []
|
|
3358
3366
|
},
|
|
3367
|
+
"putaccountdataretention": {
|
|
3368
|
+
"name": "PutAccountDataRetention",
|
|
3369
|
+
"description": "Sets the account-wide data retention mode for Amazon Bedrock",
|
|
3370
|
+
"accessLevel": "Write",
|
|
3371
|
+
"resourceTypes": [],
|
|
3372
|
+
"conditionKeys": [
|
|
3373
|
+
"bedrock:DataRetentionMode"
|
|
3374
|
+
],
|
|
3375
|
+
"dependentActions": []
|
|
3376
|
+
},
|
|
3359
3377
|
"putenforcedguardrailconfiguration": {
|
|
3360
3378
|
"name": "PutEnforcedGuardrailConfiguration",
|
|
3361
3379
|
"description": "Grants permission to set account-level enforced guardrail configuration",
|
package/data/actions/events.json
CHANGED
|
@@ -675,7 +675,13 @@
|
|
|
675
675
|
"resourceTypes": [
|
|
676
676
|
{
|
|
677
677
|
"name": "event-bus",
|
|
678
|
-
"required":
|
|
678
|
+
"required": false,
|
|
679
|
+
"conditionKeys": [],
|
|
680
|
+
"dependentActions": []
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "event-busv2",
|
|
684
|
+
"required": false,
|
|
679
685
|
"conditionKeys": [],
|
|
680
686
|
"dependentActions": []
|
|
681
687
|
}
|
|
@@ -683,7 +689,9 @@
|
|
|
683
689
|
"conditionKeys": [
|
|
684
690
|
"events:detail-type",
|
|
685
691
|
"events:source",
|
|
686
|
-
"events:eventBusInvocation"
|
|
692
|
+
"events:eventBusInvocation",
|
|
693
|
+
"events:SystemMetadata/EventGroupId",
|
|
694
|
+
"events:ResourceArn"
|
|
687
695
|
],
|
|
688
696
|
"dependentActions": []
|
|
689
697
|
},
|
|
@@ -605,6 +605,12 @@
|
|
|
605
605
|
"conditionKeys": [],
|
|
606
606
|
"dependentActions": []
|
|
607
607
|
},
|
|
608
|
+
{
|
|
609
|
+
"name": "Connector",
|
|
610
|
+
"required": false,
|
|
611
|
+
"conditionKeys": [],
|
|
612
|
+
"dependentActions": []
|
|
613
|
+
},
|
|
608
614
|
{
|
|
609
615
|
"name": "Filter",
|
|
610
616
|
"required": false,
|
|
@@ -642,6 +648,12 @@
|
|
|
642
648
|
"conditionKeys": [],
|
|
643
649
|
"dependentActions": []
|
|
644
650
|
},
|
|
651
|
+
{
|
|
652
|
+
"name": "Connector",
|
|
653
|
+
"required": false,
|
|
654
|
+
"conditionKeys": [],
|
|
655
|
+
"dependentActions": []
|
|
656
|
+
},
|
|
645
657
|
{
|
|
646
658
|
"name": "Filter",
|
|
647
659
|
"required": false,
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"description": "Filters access by the ARN of the customized model being associated or referenced in cross-resource operations",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
|
+
"bedrock-mantle:dataretentionmode": {
|
|
28
|
+
"key": "bedrock-mantle:DataRetentionMode",
|
|
29
|
+
"description": "Filters access by the data retention mode being set on a project or account",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
27
32
|
"bedrock-mantle:files": {
|
|
28
33
|
"key": "bedrock-mantle:Files",
|
|
29
34
|
"description": "Filters access by the specified file identifiers",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by the Short-term or Long-term bearer tokens",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"bedrock:dataretentionmode": {
|
|
23
|
+
"key": "bedrock:DataRetentionMode",
|
|
24
|
+
"description": "Filters access by the specified Data Retention Mode",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"bedrock:guardrailidentifier": {
|
|
23
28
|
"key": "bedrock:GuardrailIdentifier",
|
|
24
29
|
"description": "Filters access by the GuardrailIdentifier containing the GuardrailArn or the GuardrailArn:NumericVersion",
|
|
@@ -30,5 +30,12 @@
|
|
|
30
30
|
"conditionKeys": [
|
|
31
31
|
"aws:ResourceTag/${TagKey}"
|
|
32
32
|
]
|
|
33
|
+
},
|
|
34
|
+
"connector": {
|
|
35
|
+
"key": "Connector",
|
|
36
|
+
"arn": "arn:${Partition}:inspector2:${Region}:${Account}:connector/${ConnectorId}",
|
|
37
|
+
"conditionKeys": [
|
|
38
|
+
"aws:ResourceTag/${TagKey}"
|
|
39
|
+
]
|
|
33
40
|
}
|
|
34
41
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202606101",
|
|
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-06-
|
|
9
|
+
"updatedAt": "2026-06-10T06:07:09.481Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|