aws-iam-managed-policies 0.0.493 → 0.0.495
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/dist/managedPolicies.json +587 -9
- package/package.json +1 -1
|
@@ -768203,8 +768203,8 @@
|
|
|
768203
768203
|
},
|
|
768204
768204
|
"AmazonBedrockFullAccess": {
|
|
768205
768205
|
"arn": "arn:aws:iam::aws:policy/AmazonBedrockFullAccess",
|
|
768206
|
-
"latestVersionId": "
|
|
768207
|
-
"versionsCount":
|
|
768206
|
+
"latestVersionId": "v4",
|
|
768207
|
+
"versionsCount": 4,
|
|
768208
768208
|
"versions": {
|
|
768209
768209
|
"v1": {
|
|
768210
768210
|
"createdDate": "2023-12-06T15:47:17.000Z",
|
|
@@ -768668,10 +768668,233 @@
|
|
|
768668
768668
|
}
|
|
768669
768669
|
]
|
|
768670
768670
|
}
|
|
768671
|
+
},
|
|
768672
|
+
"v4": {
|
|
768673
|
+
"createdDate": "2023-12-06T15:47:17.000Z",
|
|
768674
|
+
"document": {
|
|
768675
|
+
"Version": "2012-10-17",
|
|
768676
|
+
"Statement": [
|
|
768677
|
+
{
|
|
768678
|
+
"Sid": "BedrockAll",
|
|
768679
|
+
"Effect": "Allow",
|
|
768680
|
+
"Action": [
|
|
768681
|
+
"bedrock:*"
|
|
768682
|
+
],
|
|
768683
|
+
"Resource": "*"
|
|
768684
|
+
},
|
|
768685
|
+
{
|
|
768686
|
+
"Sid": "BedrockMantleAll",
|
|
768687
|
+
"Effect": "Allow",
|
|
768688
|
+
"Action": [
|
|
768689
|
+
"bedrock-mantle:*"
|
|
768690
|
+
],
|
|
768691
|
+
"Resource": "*"
|
|
768692
|
+
},
|
|
768693
|
+
{
|
|
768694
|
+
"Sid": "DescribeKey",
|
|
768695
|
+
"Effect": "Allow",
|
|
768696
|
+
"Action": [
|
|
768697
|
+
"kms:DescribeKey"
|
|
768698
|
+
],
|
|
768699
|
+
"Resource": "arn:*:kms:*:::*"
|
|
768700
|
+
},
|
|
768701
|
+
{
|
|
768702
|
+
"Sid": "APIsWithAllResourceAccess",
|
|
768703
|
+
"Effect": "Allow",
|
|
768704
|
+
"Action": [
|
|
768705
|
+
"iam:ListRoles",
|
|
768706
|
+
"ec2:DescribeVpcs",
|
|
768707
|
+
"ec2:DescribeSubnets",
|
|
768708
|
+
"ec2:DescribeSecurityGroups"
|
|
768709
|
+
],
|
|
768710
|
+
"Resource": "*"
|
|
768711
|
+
},
|
|
768712
|
+
{
|
|
768713
|
+
"Sid": "MarketplaceModelEndpointMutatingAPIs",
|
|
768714
|
+
"Effect": "Allow",
|
|
768715
|
+
"Action": [
|
|
768716
|
+
"sagemaker:CreateEndpoint",
|
|
768717
|
+
"sagemaker:CreateEndpointConfig",
|
|
768718
|
+
"sagemaker:CreateModel",
|
|
768719
|
+
"sagemaker:DeleteEndpoint",
|
|
768720
|
+
"sagemaker:UpdateEndpoint"
|
|
768721
|
+
],
|
|
768722
|
+
"Resource": [
|
|
768723
|
+
"arn:aws:sagemaker:*:*:endpoint/*",
|
|
768724
|
+
"arn:aws:sagemaker:*:*:endpoint-config/*",
|
|
768725
|
+
"arn:aws:sagemaker:*:*:model/*"
|
|
768726
|
+
],
|
|
768727
|
+
"Condition": {
|
|
768728
|
+
"StringEquals": {
|
|
768729
|
+
"aws:CalledViaLast": "bedrock.amazonaws.com",
|
|
768730
|
+
"aws:ResourceTag/sagemaker-sdk:bedrock": "compatible"
|
|
768731
|
+
}
|
|
768732
|
+
}
|
|
768733
|
+
},
|
|
768734
|
+
{
|
|
768735
|
+
"Sid": "MarketplaceModelEndpointAddTagsOperations",
|
|
768736
|
+
"Effect": "Allow",
|
|
768737
|
+
"Action": [
|
|
768738
|
+
"sagemaker:AddTags"
|
|
768739
|
+
],
|
|
768740
|
+
"Resource": [
|
|
768741
|
+
"arn:aws:sagemaker:*:*:endpoint/*",
|
|
768742
|
+
"arn:aws:sagemaker:*:*:endpoint-config/*",
|
|
768743
|
+
"arn:aws:sagemaker:*:*:model/*"
|
|
768744
|
+
],
|
|
768745
|
+
"Condition": {
|
|
768746
|
+
"ForAllValues:StringEquals": {
|
|
768747
|
+
"aws:TagKeys": [
|
|
768748
|
+
"sagemaker-sdk:bedrock",
|
|
768749
|
+
"bedrock:marketplace-registration-status",
|
|
768750
|
+
"sagemaker-studio:hub-content-arn"
|
|
768751
|
+
]
|
|
768752
|
+
},
|
|
768753
|
+
"StringLike": {
|
|
768754
|
+
"aws:RequestTag/sagemaker-sdk:bedrock": "compatible",
|
|
768755
|
+
"aws:RequestTag/bedrock:marketplace-registration-status": "registered",
|
|
768756
|
+
"aws:RequestTag/sagemaker-studio:hub-content-arn": "arn:aws:sagemaker:*:aws:hub-content/SageMakerPublicHub/Model/*"
|
|
768757
|
+
}
|
|
768758
|
+
}
|
|
768759
|
+
},
|
|
768760
|
+
{
|
|
768761
|
+
"Sid": "MarketplaceModelEndpointDeleteTagsOperations",
|
|
768762
|
+
"Effect": "Allow",
|
|
768763
|
+
"Action": [
|
|
768764
|
+
"sagemaker:DeleteTags"
|
|
768765
|
+
],
|
|
768766
|
+
"Resource": [
|
|
768767
|
+
"arn:aws:sagemaker:*:*:endpoint/*",
|
|
768768
|
+
"arn:aws:sagemaker:*:*:endpoint-config/*",
|
|
768769
|
+
"arn:aws:sagemaker:*:*:model/*"
|
|
768770
|
+
],
|
|
768771
|
+
"Condition": {
|
|
768772
|
+
"ForAllValues:StringEquals": {
|
|
768773
|
+
"aws:TagKeys": [
|
|
768774
|
+
"sagemaker-sdk:bedrock",
|
|
768775
|
+
"bedrock:marketplace-registration-status",
|
|
768776
|
+
"sagemaker-studio:hub-content-arn"
|
|
768777
|
+
]
|
|
768778
|
+
},
|
|
768779
|
+
"StringLike": {
|
|
768780
|
+
"aws:ResourceTag/sagemaker-sdk:bedrock": "compatible",
|
|
768781
|
+
"aws:ResourceTag/bedrock:marketplace-registration-status": "registered",
|
|
768782
|
+
"aws:ResourceTag/sagemaker-studio:hub-content-arn": "arn:aws:sagemaker:*:aws:hub-content/SageMakerPublicHub/Model/*"
|
|
768783
|
+
}
|
|
768784
|
+
}
|
|
768785
|
+
},
|
|
768786
|
+
{
|
|
768787
|
+
"Sid": "MarketplaceModelEndpointNonMutatingAPIs",
|
|
768788
|
+
"Effect": "Allow",
|
|
768789
|
+
"Action": [
|
|
768790
|
+
"sagemaker:DescribeEndpoint",
|
|
768791
|
+
"sagemaker:DescribeEndpointConfig",
|
|
768792
|
+
"sagemaker:DescribeModel",
|
|
768793
|
+
"sagemaker:DescribeInferenceComponent",
|
|
768794
|
+
"sagemaker:ListEndpoints",
|
|
768795
|
+
"sagemaker:ListTags"
|
|
768796
|
+
],
|
|
768797
|
+
"Resource": [
|
|
768798
|
+
"arn:aws:sagemaker:*:*:endpoint/*",
|
|
768799
|
+
"arn:aws:sagemaker:*:*:endpoint-config/*",
|
|
768800
|
+
"arn:aws:sagemaker:*:*:model/*"
|
|
768801
|
+
],
|
|
768802
|
+
"Condition": {
|
|
768803
|
+
"StringEquals": {
|
|
768804
|
+
"aws:CalledViaLast": "bedrock.amazonaws.com"
|
|
768805
|
+
}
|
|
768806
|
+
}
|
|
768807
|
+
},
|
|
768808
|
+
{
|
|
768809
|
+
"Sid": "MarketplaceModelEndpointInvokingOperations",
|
|
768810
|
+
"Effect": "Allow",
|
|
768811
|
+
"Action": [
|
|
768812
|
+
"sagemaker:InvokeEndpoint",
|
|
768813
|
+
"sagemaker:InvokeEndpointWithResponseStream"
|
|
768814
|
+
],
|
|
768815
|
+
"Resource": [
|
|
768816
|
+
"arn:aws:sagemaker:*:*:endpoint/*"
|
|
768817
|
+
],
|
|
768818
|
+
"Condition": {
|
|
768819
|
+
"StringEquals": {
|
|
768820
|
+
"aws:CalledViaLast": "bedrock.amazonaws.com",
|
|
768821
|
+
"aws:ResourceTag/sagemaker-sdk:bedrock": "compatible"
|
|
768822
|
+
}
|
|
768823
|
+
}
|
|
768824
|
+
},
|
|
768825
|
+
{
|
|
768826
|
+
"Sid": "DiscoveringMarketplaceModel",
|
|
768827
|
+
"Effect": "Allow",
|
|
768828
|
+
"Action": [
|
|
768829
|
+
"sagemaker:DescribeHubContent"
|
|
768830
|
+
],
|
|
768831
|
+
"Resource": [
|
|
768832
|
+
"arn:aws:sagemaker:*:aws:hub-content/SageMakerPublicHub/Model/*",
|
|
768833
|
+
"arn:aws:sagemaker:*:aws:hub/SageMakerPublicHub"
|
|
768834
|
+
]
|
|
768835
|
+
},
|
|
768836
|
+
{
|
|
768837
|
+
"Sid": "AllowMarketplaceModelsListing",
|
|
768838
|
+
"Effect": "Allow",
|
|
768839
|
+
"Action": [
|
|
768840
|
+
"sagemaker:ListHubContents"
|
|
768841
|
+
],
|
|
768842
|
+
"Resource": "arn:aws:sagemaker:*:aws:hub/SageMakerPublicHub"
|
|
768843
|
+
},
|
|
768844
|
+
{
|
|
768845
|
+
"Sid": "PassRoleToSageMaker",
|
|
768846
|
+
"Effect": "Allow",
|
|
768847
|
+
"Action": [
|
|
768848
|
+
"iam:PassRole"
|
|
768849
|
+
],
|
|
768850
|
+
"Resource": [
|
|
768851
|
+
"arn:aws:iam::*:role/*SageMaker*ForBedrock*"
|
|
768852
|
+
],
|
|
768853
|
+
"Condition": {
|
|
768854
|
+
"StringEquals": {
|
|
768855
|
+
"iam:PassedToService": [
|
|
768856
|
+
"sagemaker.amazonaws.com",
|
|
768857
|
+
"bedrock.amazonaws.com"
|
|
768858
|
+
]
|
|
768859
|
+
}
|
|
768860
|
+
}
|
|
768861
|
+
},
|
|
768862
|
+
{
|
|
768863
|
+
"Sid": "PassRoleToBedrock",
|
|
768864
|
+
"Effect": "Allow",
|
|
768865
|
+
"Action": [
|
|
768866
|
+
"iam:PassRole"
|
|
768867
|
+
],
|
|
768868
|
+
"Resource": "arn:aws:iam::*:role/*AmazonBedrock*",
|
|
768869
|
+
"Condition": {
|
|
768870
|
+
"StringEquals": {
|
|
768871
|
+
"iam:PassedToService": [
|
|
768872
|
+
"bedrock.amazonaws.com"
|
|
768873
|
+
]
|
|
768874
|
+
}
|
|
768875
|
+
}
|
|
768876
|
+
},
|
|
768877
|
+
{
|
|
768878
|
+
"Sid": "MarketplaceOperationsFromBedrockFor3pModels",
|
|
768879
|
+
"Effect": "Allow",
|
|
768880
|
+
"Action": [
|
|
768881
|
+
"aws-marketplace:Subscribe",
|
|
768882
|
+
"aws-marketplace:ViewSubscriptions",
|
|
768883
|
+
"aws-marketplace:Unsubscribe"
|
|
768884
|
+
],
|
|
768885
|
+
"Resource": "*",
|
|
768886
|
+
"Condition": {
|
|
768887
|
+
"StringEquals": {
|
|
768888
|
+
"aws:CalledViaLast": "bedrock.amazonaws.com"
|
|
768889
|
+
}
|
|
768890
|
+
}
|
|
768891
|
+
}
|
|
768892
|
+
]
|
|
768893
|
+
}
|
|
768671
768894
|
}
|
|
768672
768895
|
},
|
|
768673
768896
|
"createdDate": "2023-12-06T15:47:17.000Z",
|
|
768674
|
-
"lastUpdatedDate": "2025-
|
|
768897
|
+
"lastUpdatedDate": "2025-12-05T05:34:09.000Z"
|
|
768675
768898
|
},
|
|
768676
768899
|
"AmazonBedrockReadOnly": {
|
|
768677
768900
|
"arn": "arn:aws:iam::aws:policy/AmazonBedrockReadOnly",
|
|
@@ -957715,8 +957938,8 @@
|
|
|
957715
957938
|
},
|
|
957716
957939
|
"AmazonBedrockLimitedAccess": {
|
|
957717
957940
|
"arn": "arn:aws:iam::aws:policy/AmazonBedrockLimitedAccess",
|
|
957718
|
-
"latestVersionId": "
|
|
957719
|
-
"versionsCount":
|
|
957941
|
+
"latestVersionId": "v2",
|
|
957942
|
+
"versionsCount": 2,
|
|
957720
957943
|
"versions": {
|
|
957721
957944
|
"v1": {
|
|
957722
957945
|
"createdDate": "2025-06-29T22:22:06.000Z",
|
|
@@ -957796,10 +958019,100 @@
|
|
|
957796
958019
|
}
|
|
957797
958020
|
]
|
|
957798
958021
|
}
|
|
958022
|
+
},
|
|
958023
|
+
"v2": {
|
|
958024
|
+
"createdDate": "2025-06-29T22:22:06.000Z",
|
|
958025
|
+
"document": {
|
|
958026
|
+
"Version": "2012-10-17",
|
|
958027
|
+
"Statement": [
|
|
958028
|
+
{
|
|
958029
|
+
"Sid": "BedrockAPIs",
|
|
958030
|
+
"Effect": "Allow",
|
|
958031
|
+
"Action": [
|
|
958032
|
+
"bedrock:Get*",
|
|
958033
|
+
"bedrock:List*",
|
|
958034
|
+
"bedrock:CallWithBearerToken",
|
|
958035
|
+
"bedrock:BatchDeleteEvaluationJob",
|
|
958036
|
+
"bedrock:CreateEvaluationJob",
|
|
958037
|
+
"bedrock:CreateGuardrail",
|
|
958038
|
+
"bedrock:CreateGuardrailVersion",
|
|
958039
|
+
"bedrock:CreateInferenceProfile",
|
|
958040
|
+
"bedrock:CreateModelCopyJob",
|
|
958041
|
+
"bedrock:CreateModelCustomizationJob",
|
|
958042
|
+
"bedrock:CreateModelImportJob",
|
|
958043
|
+
"bedrock:CreateModelInvocationJob",
|
|
958044
|
+
"bedrock:CreatePromptRouter",
|
|
958045
|
+
"bedrock:CreateProvisionedModelThroughput",
|
|
958046
|
+
"bedrock:DeleteCustomModel",
|
|
958047
|
+
"bedrock:DeleteGuardrail",
|
|
958048
|
+
"bedrock:DeleteImportedModel",
|
|
958049
|
+
"bedrock:DeleteInferenceProfile",
|
|
958050
|
+
"bedrock:DeletePromptRouter",
|
|
958051
|
+
"bedrock:DeleteProvisionedModelThroughput",
|
|
958052
|
+
"bedrock:StopEvaluationJob",
|
|
958053
|
+
"bedrock:StopModelCustomizationJob",
|
|
958054
|
+
"bedrock:StopModelInvocationJob",
|
|
958055
|
+
"bedrock:TagResource",
|
|
958056
|
+
"bedrock:UntagResource",
|
|
958057
|
+
"bedrock:UpdateGuardrail",
|
|
958058
|
+
"bedrock:UpdateProvisionedModelThroughput",
|
|
958059
|
+
"bedrock:ApplyGuardrail",
|
|
958060
|
+
"bedrock:InvokeModel",
|
|
958061
|
+
"bedrock:InvokeModelWithResponseStream"
|
|
958062
|
+
],
|
|
958063
|
+
"Resource": "*"
|
|
958064
|
+
},
|
|
958065
|
+
{
|
|
958066
|
+
"Sid": "DescribeKey",
|
|
958067
|
+
"Effect": "Allow",
|
|
958068
|
+
"Action": [
|
|
958069
|
+
"kms:DescribeKey"
|
|
958070
|
+
],
|
|
958071
|
+
"Resource": "arn:*:kms:*:::*"
|
|
958072
|
+
},
|
|
958073
|
+
{
|
|
958074
|
+
"Sid": "APIsWithAllResourceAccess",
|
|
958075
|
+
"Effect": "Allow",
|
|
958076
|
+
"Action": [
|
|
958077
|
+
"iam:ListRoles",
|
|
958078
|
+
"ec2:DescribeVpcs",
|
|
958079
|
+
"ec2:DescribeSubnets",
|
|
958080
|
+
"ec2:DescribeSecurityGroups"
|
|
958081
|
+
],
|
|
958082
|
+
"Resource": "*"
|
|
958083
|
+
},
|
|
958084
|
+
{
|
|
958085
|
+
"Sid": "BedrockMantleAPIs",
|
|
958086
|
+
"Effect": "Allow",
|
|
958087
|
+
"Action": [
|
|
958088
|
+
"bedrock-mantle:CallWithBearerToken",
|
|
958089
|
+
"bedrock-mantle:Get*",
|
|
958090
|
+
"bedrock-mantle:List*",
|
|
958091
|
+
"bedrock-mantle:CreateInference"
|
|
958092
|
+
],
|
|
958093
|
+
"Resource": "*"
|
|
958094
|
+
},
|
|
958095
|
+
{
|
|
958096
|
+
"Sid": "MarketplaceOperationsFromBedrockFor3pModels",
|
|
958097
|
+
"Effect": "Allow",
|
|
958098
|
+
"Action": [
|
|
958099
|
+
"aws-marketplace:Subscribe",
|
|
958100
|
+
"aws-marketplace:ViewSubscriptions",
|
|
958101
|
+
"aws-marketplace:Unsubscribe"
|
|
958102
|
+
],
|
|
958103
|
+
"Resource": "*",
|
|
958104
|
+
"Condition": {
|
|
958105
|
+
"StringEquals": {
|
|
958106
|
+
"aws:CalledViaLast": "bedrock.amazonaws.com"
|
|
958107
|
+
}
|
|
958108
|
+
}
|
|
958109
|
+
}
|
|
958110
|
+
]
|
|
958111
|
+
}
|
|
957799
958112
|
}
|
|
957800
958113
|
},
|
|
957801
958114
|
"createdDate": "2025-06-29T22:22:06.000Z",
|
|
957802
|
-
"lastUpdatedDate": "2025-
|
|
958115
|
+
"lastUpdatedDate": "2025-12-05T05:34:09.000Z"
|
|
957803
958116
|
},
|
|
957804
958117
|
"AmazonBedrockMarketplaceAccess": {
|
|
957805
958118
|
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMarketplaceAccess",
|
|
@@ -980228,8 +980541,8 @@
|
|
|
980228
980541
|
},
|
|
980229
980542
|
"AWSIdentityCenterExternalManagementPolicy": {
|
|
980230
980543
|
"arn": "arn:aws:iam::aws:policy/service-role/AWSIdentityCenterExternalManagementPolicy",
|
|
980231
|
-
"latestVersionId": "
|
|
980232
|
-
"versionsCount":
|
|
980544
|
+
"latestVersionId": "v2",
|
|
980545
|
+
"versionsCount": 2,
|
|
980233
980546
|
"versions": {
|
|
980234
980547
|
"v1": {
|
|
980235
980548
|
"createdDate": "2025-11-22T00:34:08.000Z",
|
|
@@ -980299,10 +980612,79 @@
|
|
|
980299
980612
|
}
|
|
980300
980613
|
]
|
|
980301
980614
|
}
|
|
980615
|
+
},
|
|
980616
|
+
"v2": {
|
|
980617
|
+
"createdDate": "2025-11-22T00:34:08.000Z",
|
|
980618
|
+
"document": {
|
|
980619
|
+
"Version": "2012-10-17",
|
|
980620
|
+
"Statement": [
|
|
980621
|
+
{
|
|
980622
|
+
"Sid": "IdentityStoreUserCreation",
|
|
980623
|
+
"Effect": "Allow",
|
|
980624
|
+
"Action": [
|
|
980625
|
+
"identitystore:CreateUser"
|
|
980626
|
+
],
|
|
980627
|
+
"Resource": [
|
|
980628
|
+
"arn:aws:identitystore::*:identitystore/${aws:PrincipalTag/IdentityStoreId}",
|
|
980629
|
+
"arn:aws:identitystore:::user/*"
|
|
980630
|
+
],
|
|
980631
|
+
"Condition": {
|
|
980632
|
+
"ForAllValues:ArnEquals": {
|
|
980633
|
+
"identitystore:UserExternalIdIssuers": [
|
|
980634
|
+
"arn:aws:identitystore::*:identitystore/${aws:PrincipalTag/IdentityStoreId}/provisioningtenant/${aws:PrincipalTag/IdentityStoreExternalIdIssuer}"
|
|
980635
|
+
]
|
|
980636
|
+
},
|
|
980637
|
+
"Null": {
|
|
980638
|
+
"identitystore:UserExternalIdIssuers": "false",
|
|
980639
|
+
"identitystore:ReservedUserId": "false"
|
|
980640
|
+
}
|
|
980641
|
+
}
|
|
980642
|
+
},
|
|
980643
|
+
{
|
|
980644
|
+
"Sid": "IdentityStoreUserManagement",
|
|
980645
|
+
"Effect": "Allow",
|
|
980646
|
+
"Action": [
|
|
980647
|
+
"identitystore:UpdateUser",
|
|
980648
|
+
"identitystore:DeleteUser",
|
|
980649
|
+
"identitystore:DescribeUser"
|
|
980650
|
+
],
|
|
980651
|
+
"Resource": [
|
|
980652
|
+
"arn:aws:identitystore::*:identitystore/${aws:PrincipalTag/IdentityStoreId}",
|
|
980653
|
+
"arn:aws:identitystore:::user/*"
|
|
980654
|
+
],
|
|
980655
|
+
"Condition": {
|
|
980656
|
+
"ForAllValues:ArnEquals": {
|
|
980657
|
+
"identitystore:UserExternalIdIssuers": [
|
|
980658
|
+
"arn:aws:identitystore::*:identitystore/${aws:PrincipalTag/IdentityStoreId}/provisioningtenant/${aws:PrincipalTag/IdentityStoreExternalIdIssuer}"
|
|
980659
|
+
]
|
|
980660
|
+
},
|
|
980661
|
+
"Null": {
|
|
980662
|
+
"identitystore:UserExternalIdIssuers": "false"
|
|
980663
|
+
}
|
|
980664
|
+
}
|
|
980665
|
+
},
|
|
980666
|
+
{
|
|
980667
|
+
"Sid": "IdentityStoreCMKAccess",
|
|
980668
|
+
"Effect": "Allow",
|
|
980669
|
+
"Action": "kms:Decrypt",
|
|
980670
|
+
"Resource": "*",
|
|
980671
|
+
"Condition": {
|
|
980672
|
+
"StringEquals": {
|
|
980673
|
+
"kms:EncryptionContext:aws:identitystore:identitystore-arn": [
|
|
980674
|
+
"arn:aws:identitystore::${aws:PrincipalAccount}:identitystore/${aws:PrincipalTag/IdentityStoreId}"
|
|
980675
|
+
]
|
|
980676
|
+
},
|
|
980677
|
+
"StringLike": {
|
|
980678
|
+
"kms:ViaService": "identitystore.*.amazonaws.com"
|
|
980679
|
+
}
|
|
980680
|
+
}
|
|
980681
|
+
}
|
|
980682
|
+
]
|
|
980683
|
+
}
|
|
980302
980684
|
}
|
|
980303
980685
|
},
|
|
980304
980686
|
"createdDate": "2025-11-22T00:34:08.000Z",
|
|
980305
|
-
"lastUpdatedDate": "2025-
|
|
980687
|
+
"lastUpdatedDate": "2025-12-05T20:34:07.000Z"
|
|
980306
980688
|
},
|
|
980307
980689
|
"NovaActServiceRolePolicy": {
|
|
980308
980690
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/NovaActServiceRolePolicy",
|
|
@@ -980651,5 +981033,201 @@
|
|
|
980651
981033
|
},
|
|
980652
981034
|
"createdDate": "2025-12-02T15:04:12.000Z",
|
|
980653
981035
|
"lastUpdatedDate": "2025-12-02T15:04:12.000Z"
|
|
981036
|
+
},
|
|
981037
|
+
"AmazonBedrockMantleInferenceAccess": {
|
|
981038
|
+
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMantleInferenceAccess",
|
|
981039
|
+
"latestVersionId": "v1",
|
|
981040
|
+
"versionsCount": 1,
|
|
981041
|
+
"versions": {
|
|
981042
|
+
"v1": {
|
|
981043
|
+
"createdDate": "2025-12-04T07:19:08.000Z",
|
|
981044
|
+
"document": {
|
|
981045
|
+
"Version": "2012-10-17",
|
|
981046
|
+
"Statement": [
|
|
981047
|
+
{
|
|
981048
|
+
"Sid": "BedrockMantleInference",
|
|
981049
|
+
"Effect": "Allow",
|
|
981050
|
+
"Action": [
|
|
981051
|
+
"bedrock-mantle:Get*",
|
|
981052
|
+
"bedrock-mantle:List*",
|
|
981053
|
+
"bedrock-mantle:CreateInference"
|
|
981054
|
+
],
|
|
981055
|
+
"Resource": "arn:aws:bedrock-mantle:*:*:project/*"
|
|
981056
|
+
},
|
|
981057
|
+
{
|
|
981058
|
+
"Sid": "BedrockMantleCallWithBearerToken",
|
|
981059
|
+
"Effect": "Allow",
|
|
981060
|
+
"Action": [
|
|
981061
|
+
"bedrock-mantle:CallWithBearerToken"
|
|
981062
|
+
],
|
|
981063
|
+
"Resource": "*"
|
|
981064
|
+
}
|
|
981065
|
+
]
|
|
981066
|
+
}
|
|
981067
|
+
}
|
|
981068
|
+
},
|
|
981069
|
+
"createdDate": "2025-12-04T07:19:08.000Z",
|
|
981070
|
+
"lastUpdatedDate": "2025-12-04T07:19:08.000Z"
|
|
981071
|
+
},
|
|
981072
|
+
"AmazonBedrockMantleFullAccess": {
|
|
981073
|
+
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMantleFullAccess",
|
|
981074
|
+
"latestVersionId": "v1",
|
|
981075
|
+
"versionsCount": 1,
|
|
981076
|
+
"versions": {
|
|
981077
|
+
"v1": {
|
|
981078
|
+
"createdDate": "2025-12-04T07:19:09.000Z",
|
|
981079
|
+
"document": {
|
|
981080
|
+
"Version": "2012-10-17",
|
|
981081
|
+
"Statement": [
|
|
981082
|
+
{
|
|
981083
|
+
"Sid": "BedrockMantleAll",
|
|
981084
|
+
"Effect": "Allow",
|
|
981085
|
+
"Action": [
|
|
981086
|
+
"bedrock-mantle:*"
|
|
981087
|
+
],
|
|
981088
|
+
"Resource": "*"
|
|
981089
|
+
}
|
|
981090
|
+
]
|
|
981091
|
+
}
|
|
981092
|
+
}
|
|
981093
|
+
},
|
|
981094
|
+
"createdDate": "2025-12-04T07:19:09.000Z",
|
|
981095
|
+
"lastUpdatedDate": "2025-12-04T07:19:09.000Z"
|
|
981096
|
+
},
|
|
981097
|
+
"AmazonBedrockMantleReadOnly": {
|
|
981098
|
+
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMantleReadOnly",
|
|
981099
|
+
"latestVersionId": "v1",
|
|
981100
|
+
"versionsCount": 1,
|
|
981101
|
+
"versions": {
|
|
981102
|
+
"v1": {
|
|
981103
|
+
"createdDate": "2025-12-04T07:19:12.000Z",
|
|
981104
|
+
"document": {
|
|
981105
|
+
"Version": "2012-10-17",
|
|
981106
|
+
"Statement": [
|
|
981107
|
+
{
|
|
981108
|
+
"Sid": "BedrockMantleReadOnly",
|
|
981109
|
+
"Effect": "Allow",
|
|
981110
|
+
"Action": [
|
|
981111
|
+
"bedrock-mantle:Get*",
|
|
981112
|
+
"bedrock-mantle:List*"
|
|
981113
|
+
],
|
|
981114
|
+
"Resource": "arn:aws:bedrock-mantle:*:*:project/*"
|
|
981115
|
+
},
|
|
981116
|
+
{
|
|
981117
|
+
"Sid": "BedrockMantleCallWithBearerToken",
|
|
981118
|
+
"Effect": "Allow",
|
|
981119
|
+
"Action": [
|
|
981120
|
+
"bedrock-mantle:CallWithBearerToken"
|
|
981121
|
+
],
|
|
981122
|
+
"Resource": "*"
|
|
981123
|
+
}
|
|
981124
|
+
]
|
|
981125
|
+
}
|
|
981126
|
+
}
|
|
981127
|
+
},
|
|
981128
|
+
"createdDate": "2025-12-04T07:19:12.000Z",
|
|
981129
|
+
"lastUpdatedDate": "2025-12-04T07:19:12.000Z"
|
|
981130
|
+
},
|
|
981131
|
+
"AWSTransformCustomFullAccess": {
|
|
981132
|
+
"arn": "arn:aws:iam::aws:policy/AWSTransformCustomFullAccess",
|
|
981133
|
+
"latestVersionId": "v1",
|
|
981134
|
+
"versionsCount": 1,
|
|
981135
|
+
"versions": {
|
|
981136
|
+
"v1": {
|
|
981137
|
+
"createdDate": "2025-12-05T15:19:07.000Z",
|
|
981138
|
+
"document": {
|
|
981139
|
+
"Version": "2012-10-17",
|
|
981140
|
+
"Statement": [
|
|
981141
|
+
{
|
|
981142
|
+
"Sid": "AWSTransformCustomAllActions",
|
|
981143
|
+
"Effect": "Allow",
|
|
981144
|
+
"Action": [
|
|
981145
|
+
"transform-custom:*"
|
|
981146
|
+
],
|
|
981147
|
+
"Resource": [
|
|
981148
|
+
"*"
|
|
981149
|
+
]
|
|
981150
|
+
}
|
|
981151
|
+
]
|
|
981152
|
+
}
|
|
981153
|
+
}
|
|
981154
|
+
},
|
|
981155
|
+
"createdDate": "2025-12-05T15:19:07.000Z",
|
|
981156
|
+
"lastUpdatedDate": "2025-12-05T15:19:07.000Z"
|
|
981157
|
+
},
|
|
981158
|
+
"AWSTransformCustomExecuteTransformations": {
|
|
981159
|
+
"arn": "arn:aws:iam::aws:policy/AWSTransformCustomExecuteTransformations",
|
|
981160
|
+
"latestVersionId": "v1",
|
|
981161
|
+
"versionsCount": 1,
|
|
981162
|
+
"versions": {
|
|
981163
|
+
"v1": {
|
|
981164
|
+
"createdDate": "2025-12-05T15:34:10.000Z",
|
|
981165
|
+
"document": {
|
|
981166
|
+
"Version": "2012-10-17",
|
|
981167
|
+
"Statement": [
|
|
981168
|
+
{
|
|
981169
|
+
"Sid": "AWSTransformCustomExecuteTransformations",
|
|
981170
|
+
"Effect": "Allow",
|
|
981171
|
+
"Action": [
|
|
981172
|
+
"transform-custom:ConverseStream",
|
|
981173
|
+
"transform-custom:ExecuteTransformation",
|
|
981174
|
+
"transform-custom:GetCampaign",
|
|
981175
|
+
"transform-custom:UpdateCampaignRepositoryStatus",
|
|
981176
|
+
"transform-custom:UpdateCampaign"
|
|
981177
|
+
],
|
|
981178
|
+
"Resource": [
|
|
981179
|
+
"*"
|
|
981180
|
+
]
|
|
981181
|
+
}
|
|
981182
|
+
]
|
|
981183
|
+
}
|
|
981184
|
+
}
|
|
981185
|
+
},
|
|
981186
|
+
"createdDate": "2025-12-05T15:34:10.000Z",
|
|
981187
|
+
"lastUpdatedDate": "2025-12-05T15:34:10.000Z"
|
|
981188
|
+
},
|
|
981189
|
+
"AWSTransformCustomManageTransformations": {
|
|
981190
|
+
"arn": "arn:aws:iam::aws:policy/AWSTransformCustomManageTransformations",
|
|
981191
|
+
"latestVersionId": "v1",
|
|
981192
|
+
"versionsCount": 1,
|
|
981193
|
+
"versions": {
|
|
981194
|
+
"v1": {
|
|
981195
|
+
"createdDate": "2025-12-05T15:49:07.000Z",
|
|
981196
|
+
"document": {
|
|
981197
|
+
"Version": "2012-10-17",
|
|
981198
|
+
"Statement": [
|
|
981199
|
+
{
|
|
981200
|
+
"Sid": "AWSTransformCustomManageTransformations",
|
|
981201
|
+
"Effect": "Allow",
|
|
981202
|
+
"Action": [
|
|
981203
|
+
"transform-custom:ConverseStream",
|
|
981204
|
+
"transform-custom:CreateTransformationPackageUrl",
|
|
981205
|
+
"transform-custom:CompleteTransformationPackageUpload",
|
|
981206
|
+
"transform-custom:DeleteTransformationPackage",
|
|
981207
|
+
"transform-custom:GetTransformationPackageUrl",
|
|
981208
|
+
"transform-custom:ListTransformationPackageMetadata",
|
|
981209
|
+
"transform-custom:ExecuteTransformation",
|
|
981210
|
+
"transform-custom:ListKnowledgeItems",
|
|
981211
|
+
"transform-custom:GetKnowledgeItem",
|
|
981212
|
+
"transform-custom:DeleteKnowledgeItem",
|
|
981213
|
+
"transform-custom:UpdateKnowledgeItemConfiguration",
|
|
981214
|
+
"transform-custom:UpdateKnowledgeItemStatus",
|
|
981215
|
+
"transform-custom:GetCampaign",
|
|
981216
|
+
"transform-custom:UpdateCampaignRepositoryStatus",
|
|
981217
|
+
"transform-custom:UpdateCampaign",
|
|
981218
|
+
"transform-custom:ListTagsForResource",
|
|
981219
|
+
"transform-custom:TagResource",
|
|
981220
|
+
"transform-custom:UntagResource"
|
|
981221
|
+
],
|
|
981222
|
+
"Resource": [
|
|
981223
|
+
"*"
|
|
981224
|
+
]
|
|
981225
|
+
}
|
|
981226
|
+
]
|
|
981227
|
+
}
|
|
981228
|
+
}
|
|
981229
|
+
},
|
|
981230
|
+
"createdDate": "2025-12-05T15:49:07.000Z",
|
|
981231
|
+
"lastUpdatedDate": "2025-12-05T15:49:07.000Z"
|
|
980654
981232
|
}
|
|
980655
981233
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-managed-policies",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.495",
|
|
4
4
|
"description": "Provides AWS IAM Managed Policies historical data 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",
|