aws-iam-data 0.0.592 → 0.0.593
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.
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-06-10",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Bedrock": [
|
|
8
|
+
"bedrock:GetAccountDataRetention",
|
|
9
|
+
"bedrock:PutAccountDataRetention"
|
|
10
|
+
],
|
|
11
|
+
"Amazon Bedrock Powered by AWS Mantle": [
|
|
12
|
+
"bedrock-mantle:GetAccountDataRetention",
|
|
13
|
+
"bedrock-mantle:PutAccountDataRetention"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"removedActions": {}
|
|
17
|
+
},
|
|
2
18
|
{
|
|
3
19
|
"dateOfChange": "2026-06-09",
|
|
4
20
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -33623,6 +33623,21 @@
|
|
|
33623
33623
|
}
|
|
33624
33624
|
]
|
|
33625
33625
|
},
|
|
33626
|
+
{
|
|
33627
|
+
"name": "GetAccountDataRetention",
|
|
33628
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetAccountDataRetention.html",
|
|
33629
|
+
"permissionOnly": false,
|
|
33630
|
+
"description": "Returns the account-wide data retention mode for Amazon Bedrock",
|
|
33631
|
+
"accessLevel": "Read",
|
|
33632
|
+
"resourceTypes": [
|
|
33633
|
+
{
|
|
33634
|
+
"resourceType": "",
|
|
33635
|
+
"required": false,
|
|
33636
|
+
"conditionKeys": [],
|
|
33637
|
+
"dependentActions": []
|
|
33638
|
+
}
|
|
33639
|
+
]
|
|
33640
|
+
},
|
|
33626
33641
|
{
|
|
33627
33642
|
"name": "GetAgent",
|
|
33628
33643
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetAgent.html",
|
|
@@ -35866,6 +35881,23 @@
|
|
|
35866
35881
|
}
|
|
35867
35882
|
]
|
|
35868
35883
|
},
|
|
35884
|
+
{
|
|
35885
|
+
"name": "PutAccountDataRetention",
|
|
35886
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_PutAccountDataRetention.html",
|
|
35887
|
+
"permissionOnly": false,
|
|
35888
|
+
"description": "Sets the account-wide data retention mode for Amazon Bedrock",
|
|
35889
|
+
"accessLevel": "Write",
|
|
35890
|
+
"resourceTypes": [
|
|
35891
|
+
{
|
|
35892
|
+
"resourceType": "",
|
|
35893
|
+
"required": false,
|
|
35894
|
+
"conditionKeys": [
|
|
35895
|
+
"bedrock:DataRetentionMode"
|
|
35896
|
+
],
|
|
35897
|
+
"dependentActions": []
|
|
35898
|
+
}
|
|
35899
|
+
]
|
|
35900
|
+
},
|
|
35869
35901
|
{
|
|
35870
35902
|
"name": "PutEnforcedGuardrailConfiguration",
|
|
35871
35903
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_PutEnforcedGuardrailConfiguration.html",
|
|
@@ -37306,6 +37338,12 @@
|
|
|
37306
37338
|
"description": "Filters access by the Short-term or Long-term bearer tokens",
|
|
37307
37339
|
"type": "String"
|
|
37308
37340
|
},
|
|
37341
|
+
{
|
|
37342
|
+
"name": "bedrock:DataRetentionMode",
|
|
37343
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html#amazonbedrock-policy-keys",
|
|
37344
|
+
"description": "Filters access by the specified Data Retention Mode",
|
|
37345
|
+
"type": "String"
|
|
37346
|
+
},
|
|
37309
37347
|
{
|
|
37310
37348
|
"name": "bedrock:GuardrailIdentifier",
|
|
37311
37349
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html#amazonbedrock-policy-keys",
|
|
@@ -42116,7 +42154,8 @@
|
|
|
42116
42154
|
"required": false,
|
|
42117
42155
|
"conditionKeys": [
|
|
42118
42156
|
"aws:RequestTag/${TagKey}",
|
|
42119
|
-
"aws:TagKeys"
|
|
42157
|
+
"aws:TagKeys",
|
|
42158
|
+
"bedrock-mantle:DataRetentionMode"
|
|
42120
42159
|
],
|
|
42121
42160
|
"dependentActions": []
|
|
42122
42161
|
}
|
|
@@ -42285,6 +42324,21 @@
|
|
|
42285
42324
|
}
|
|
42286
42325
|
]
|
|
42287
42326
|
},
|
|
42327
|
+
{
|
|
42328
|
+
"name": "GetAccountDataRetention",
|
|
42329
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
|
|
42330
|
+
"permissionOnly": false,
|
|
42331
|
+
"description": "Grants permission to retrieve the account-wide data retention setting",
|
|
42332
|
+
"accessLevel": "Read",
|
|
42333
|
+
"resourceTypes": [
|
|
42334
|
+
{
|
|
42335
|
+
"resourceType": "",
|
|
42336
|
+
"required": false,
|
|
42337
|
+
"conditionKeys": [],
|
|
42338
|
+
"dependentActions": []
|
|
42339
|
+
}
|
|
42340
|
+
]
|
|
42341
|
+
},
|
|
42288
42342
|
{
|
|
42289
42343
|
"name": "GetCustomizedModel",
|
|
42290
42344
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
|
|
@@ -42564,6 +42618,23 @@
|
|
|
42564
42618
|
}
|
|
42565
42619
|
]
|
|
42566
42620
|
},
|
|
42621
|
+
{
|
|
42622
|
+
"name": "PutAccountDataRetention",
|
|
42623
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
|
|
42624
|
+
"permissionOnly": false,
|
|
42625
|
+
"description": "Grants permission to set the account-wide data retention setting",
|
|
42626
|
+
"accessLevel": "Write",
|
|
42627
|
+
"resourceTypes": [
|
|
42628
|
+
{
|
|
42629
|
+
"resourceType": "",
|
|
42630
|
+
"required": false,
|
|
42631
|
+
"conditionKeys": [
|
|
42632
|
+
"bedrock-mantle:DataRetentionMode"
|
|
42633
|
+
],
|
|
42634
|
+
"dependentActions": []
|
|
42635
|
+
}
|
|
42636
|
+
]
|
|
42637
|
+
},
|
|
42567
42638
|
{
|
|
42568
42639
|
"name": "TagResource",
|
|
42569
42640
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
|
|
@@ -42661,6 +42732,14 @@
|
|
|
42661
42732
|
"aws:ResourceTag/${TagKey}"
|
|
42662
42733
|
],
|
|
42663
42734
|
"dependentActions": []
|
|
42735
|
+
},
|
|
42736
|
+
{
|
|
42737
|
+
"resourceType": "",
|
|
42738
|
+
"required": false,
|
|
42739
|
+
"conditionKeys": [
|
|
42740
|
+
"bedrock-mantle:DataRetentionMode"
|
|
42741
|
+
],
|
|
42742
|
+
"dependentActions": []
|
|
42664
42743
|
}
|
|
42665
42744
|
]
|
|
42666
42745
|
},
|
|
@@ -42756,6 +42835,12 @@
|
|
|
42756
42835
|
"description": "Filters access by the ARN of the customized model being associated or referenced in cross-resource operations",
|
|
42757
42836
|
"type": "String"
|
|
42758
42837
|
},
|
|
42838
|
+
{
|
|
42839
|
+
"name": "bedrock-mantle:DataRetentionMode",
|
|
42840
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockmantle.html#amazonbedrockmantle-policy-keys",
|
|
42841
|
+
"description": "Filters access by the data retention mode being set on a project or account",
|
|
42842
|
+
"type": "String"
|
|
42843
|
+
},
|
|
42759
42844
|
{
|
|
42760
42845
|
"name": "bedrock-mantle:Files",
|
|
42761
42846
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockmantle.html#amazonbedrockmantle-policy-keys",
|
|
@@ -198821,7 +198906,13 @@
|
|
|
198821
198906
|
"resourceTypes": [
|
|
198822
198907
|
{
|
|
198823
198908
|
"resourceType": "event-bus",
|
|
198824
|
-
"required":
|
|
198909
|
+
"required": false,
|
|
198910
|
+
"conditionKeys": [],
|
|
198911
|
+
"dependentActions": []
|
|
198912
|
+
},
|
|
198913
|
+
{
|
|
198914
|
+
"resourceType": "event-busv2",
|
|
198915
|
+
"required": false,
|
|
198825
198916
|
"conditionKeys": [],
|
|
198826
198917
|
"dependentActions": []
|
|
198827
198918
|
},
|
|
@@ -198831,7 +198922,9 @@
|
|
|
198831
198922
|
"conditionKeys": [
|
|
198832
198923
|
"events:detail-type",
|
|
198833
198924
|
"events:source",
|
|
198834
|
-
"events:eventBusInvocation"
|
|
198925
|
+
"events:eventBusInvocation",
|
|
198926
|
+
"events:SystemMetadata/EventGroupId",
|
|
198927
|
+
"events:ResourceArn"
|
|
198835
198928
|
],
|
|
198836
198929
|
"dependentActions": []
|
|
198837
198930
|
}
|
|
@@ -239640,6 +239733,12 @@
|
|
|
239640
239733
|
"conditionKeys": [],
|
|
239641
239734
|
"dependentActions": []
|
|
239642
239735
|
},
|
|
239736
|
+
{
|
|
239737
|
+
"resourceType": "Connector",
|
|
239738
|
+
"required": false,
|
|
239739
|
+
"conditionKeys": [],
|
|
239740
|
+
"dependentActions": []
|
|
239741
|
+
},
|
|
239643
239742
|
{
|
|
239644
239743
|
"resourceType": "Filter",
|
|
239645
239744
|
"required": false,
|
|
@@ -239683,6 +239782,12 @@
|
|
|
239683
239782
|
"conditionKeys": [],
|
|
239684
239783
|
"dependentActions": []
|
|
239685
239784
|
},
|
|
239785
|
+
{
|
|
239786
|
+
"resourceType": "Connector",
|
|
239787
|
+
"required": false,
|
|
239788
|
+
"conditionKeys": [],
|
|
239789
|
+
"dependentActions": []
|
|
239790
|
+
},
|
|
239686
239791
|
{
|
|
239687
239792
|
"resourceType": "Filter",
|
|
239688
239793
|
"required": false,
|
|
@@ -239907,6 +240012,14 @@
|
|
|
239907
240012
|
"conditionKeys": [
|
|
239908
240013
|
"aws:ResourceTag/${TagKey}"
|
|
239909
240014
|
]
|
|
240015
|
+
},
|
|
240016
|
+
{
|
|
240017
|
+
"name": "Connector",
|
|
240018
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
|
|
240019
|
+
"arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:connector/${ConnectorId}",
|
|
240020
|
+
"conditionKeys": [
|
|
240021
|
+
"aws:ResourceTag/${TagKey}"
|
|
240022
|
+
]
|
|
239910
240023
|
}
|
|
239911
240024
|
],
|
|
239912
240025
|
"conditionKeys": [
|
|
@@ -392575,7 +392688,7 @@
|
|
|
392575
392688
|
"apiReferenceUrl": "https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_BatchGetSecretValue.html",
|
|
392576
392689
|
"permissionOnly": false,
|
|
392577
392690
|
"description": "Grants permission to retrieve and decrypt a list of secrets",
|
|
392578
|
-
"accessLevel": "
|
|
392691
|
+
"accessLevel": "Read",
|
|
392579
392692
|
"resourceTypes": [
|
|
392580
392693
|
{
|
|
392581
392694
|
"resourceType": "",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
"name": "Amazon Bedrock",
|
|
2478
2478
|
"servicePrefix": "bedrock",
|
|
2479
2479
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2480
|
-
"actionsCount":
|
|
2480
|
+
"actionsCount": 247,
|
|
2481
2481
|
"actions": [
|
|
2482
2482
|
"AllowVendedLogDeliveryForResource",
|
|
2483
2483
|
"ApplyGuardrail",
|
|
@@ -2562,6 +2562,7 @@
|
|
|
2562
2562
|
"EndSession",
|
|
2563
2563
|
"ExportAutomatedReasoningPolicyVersion",
|
|
2564
2564
|
"GenerateQuery",
|
|
2565
|
+
"GetAccountDataRetention",
|
|
2565
2566
|
"GetAgent",
|
|
2566
2567
|
"GetAgentActionGroup",
|
|
2567
2568
|
"GetAgentAlias",
|
|
@@ -2680,6 +2681,7 @@
|
|
|
2680
2681
|
"OptimizePrompt",
|
|
2681
2682
|
"PrepareAgent",
|
|
2682
2683
|
"PrepareFlow",
|
|
2684
|
+
"PutAccountDataRetention",
|
|
2683
2685
|
"PutEnforcedGuardrailConfiguration",
|
|
2684
2686
|
"PutFoundationModelEntitlement",
|
|
2685
2687
|
"PutInvocationStep",
|
|
@@ -2766,12 +2768,13 @@
|
|
|
2766
2768
|
"session",
|
|
2767
2769
|
"custom-model-deployment"
|
|
2768
2770
|
],
|
|
2769
|
-
"conditionKeysCount":
|
|
2771
|
+
"conditionKeysCount": 11,
|
|
2770
2772
|
"conditionKeys": [
|
|
2771
2773
|
"aws:RequestTag/${TagKey}",
|
|
2772
2774
|
"aws:ResourceTag/${TagKey}",
|
|
2773
2775
|
"aws:TagKeys",
|
|
2774
2776
|
"bedrock:BearerTokenType",
|
|
2777
|
+
"bedrock:DataRetentionMode",
|
|
2775
2778
|
"bedrock:GuardrailIdentifier",
|
|
2776
2779
|
"bedrock:InferenceProfileArn",
|
|
2777
2780
|
"bedrock:InlineAgentName",
|
|
@@ -3057,7 +3060,7 @@
|
|
|
3057
3060
|
"name": "Amazon Bedrock Powered by AWS Mantle",
|
|
3058
3061
|
"servicePrefix": "bedrock-mantle",
|
|
3059
3062
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockpoweredbyawsmantle.html",
|
|
3060
|
-
"actionsCount":
|
|
3063
|
+
"actionsCount": 37,
|
|
3061
3064
|
"actions": [
|
|
3062
3065
|
"ArchiveProject",
|
|
3063
3066
|
"AssociateCustomizedModel",
|
|
@@ -3075,6 +3078,7 @@
|
|
|
3075
3078
|
"DeleteInference",
|
|
3076
3079
|
"DeleteReservation",
|
|
3077
3080
|
"DisassociateCustomizedModel",
|
|
3081
|
+
"GetAccountDataRetention",
|
|
3078
3082
|
"GetCustomizedModel",
|
|
3079
3083
|
"GetFile",
|
|
3080
3084
|
"GetFineTuningJob",
|
|
@@ -3090,6 +3094,7 @@
|
|
|
3090
3094
|
"ListProjects",
|
|
3091
3095
|
"ListReservations",
|
|
3092
3096
|
"ListTagsForResource",
|
|
3097
|
+
"PutAccountDataRetention",
|
|
3093
3098
|
"TagResource",
|
|
3094
3099
|
"UntagResource",
|
|
3095
3100
|
"UpdateProject",
|
|
@@ -3101,13 +3106,14 @@
|
|
|
3101
3106
|
"customized-model",
|
|
3102
3107
|
"reservation"
|
|
3103
3108
|
],
|
|
3104
|
-
"conditionKeysCount":
|
|
3109
|
+
"conditionKeysCount": 12,
|
|
3105
3110
|
"conditionKeys": [
|
|
3106
3111
|
"aws:RequestTag/${TagKey}",
|
|
3107
3112
|
"aws:ResourceTag/${TagKey}",
|
|
3108
3113
|
"aws:TagKeys",
|
|
3109
3114
|
"bedrock-mantle:BearerTokenType",
|
|
3110
3115
|
"bedrock-mantle:CustomizedModelArn",
|
|
3116
|
+
"bedrock-mantle:DataRetentionMode",
|
|
3111
3117
|
"bedrock-mantle:Files",
|
|
3112
3118
|
"bedrock-mantle:FineTuningJob",
|
|
3113
3119
|
"bedrock-mantle:Model",
|
|
@@ -16282,13 +16288,14 @@
|
|
|
16282
16288
|
"UpdateOrgEc2DeepInspectionConfiguration",
|
|
16283
16289
|
"UpdateOrganizationConfiguration"
|
|
16284
16290
|
],
|
|
16285
|
-
"resourceTypesCount":
|
|
16291
|
+
"resourceTypesCount": 6,
|
|
16286
16292
|
"resourceTypes": [
|
|
16287
16293
|
"Filter",
|
|
16288
16294
|
"Finding",
|
|
16289
16295
|
"CIS Scan Configuration",
|
|
16290
16296
|
"Code Security Scan Configuration",
|
|
16291
|
-
"Code Security Integration"
|
|
16297
|
+
"Code Security Integration",
|
|
16298
|
+
"Connector"
|
|
16292
16299
|
],
|
|
16293
16300
|
"conditionKeysCount": 3,
|
|
16294
16301
|
"conditionKeys": [
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 11634
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5625
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3544
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"key": "Amazon Bedrock",
|
|
261
|
-
"value":
|
|
261
|
+
"value": 247
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 2123
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1428
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.593",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|