aws-iam-managed-policies 0.0.493 → 0.0.494
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 +94 -0
- package/package.json +1 -1
|
@@ -980651,5 +980651,99 @@
|
|
|
980651
980651
|
},
|
|
980652
980652
|
"createdDate": "2025-12-02T15:04:12.000Z",
|
|
980653
980653
|
"lastUpdatedDate": "2025-12-02T15:04:12.000Z"
|
|
980654
|
+
},
|
|
980655
|
+
"AmazonBedrockMantleInferenceAccess": {
|
|
980656
|
+
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMantleInferenceAccess",
|
|
980657
|
+
"latestVersionId": "v1",
|
|
980658
|
+
"versionsCount": 1,
|
|
980659
|
+
"versions": {
|
|
980660
|
+
"v1": {
|
|
980661
|
+
"createdDate": "2025-12-04T07:19:08.000Z",
|
|
980662
|
+
"document": {
|
|
980663
|
+
"Version": "2012-10-17",
|
|
980664
|
+
"Statement": [
|
|
980665
|
+
{
|
|
980666
|
+
"Sid": "BedrockMantleInference",
|
|
980667
|
+
"Effect": "Allow",
|
|
980668
|
+
"Action": [
|
|
980669
|
+
"bedrock-mantle:Get*",
|
|
980670
|
+
"bedrock-mantle:List*",
|
|
980671
|
+
"bedrock-mantle:CreateInference"
|
|
980672
|
+
],
|
|
980673
|
+
"Resource": "arn:aws:bedrock-mantle:*:*:project/*"
|
|
980674
|
+
},
|
|
980675
|
+
{
|
|
980676
|
+
"Sid": "BedrockMantleCallWithBearerToken",
|
|
980677
|
+
"Effect": "Allow",
|
|
980678
|
+
"Action": [
|
|
980679
|
+
"bedrock-mantle:CallWithBearerToken"
|
|
980680
|
+
],
|
|
980681
|
+
"Resource": "*"
|
|
980682
|
+
}
|
|
980683
|
+
]
|
|
980684
|
+
}
|
|
980685
|
+
}
|
|
980686
|
+
},
|
|
980687
|
+
"createdDate": "2025-12-04T07:19:08.000Z",
|
|
980688
|
+
"lastUpdatedDate": "2025-12-04T07:19:08.000Z"
|
|
980689
|
+
},
|
|
980690
|
+
"AmazonBedrockMantleFullAccess": {
|
|
980691
|
+
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMantleFullAccess",
|
|
980692
|
+
"latestVersionId": "v1",
|
|
980693
|
+
"versionsCount": 1,
|
|
980694
|
+
"versions": {
|
|
980695
|
+
"v1": {
|
|
980696
|
+
"createdDate": "2025-12-04T07:19:09.000Z",
|
|
980697
|
+
"document": {
|
|
980698
|
+
"Version": "2012-10-17",
|
|
980699
|
+
"Statement": [
|
|
980700
|
+
{
|
|
980701
|
+
"Sid": "BedrockMantleAll",
|
|
980702
|
+
"Effect": "Allow",
|
|
980703
|
+
"Action": [
|
|
980704
|
+
"bedrock-mantle:*"
|
|
980705
|
+
],
|
|
980706
|
+
"Resource": "*"
|
|
980707
|
+
}
|
|
980708
|
+
]
|
|
980709
|
+
}
|
|
980710
|
+
}
|
|
980711
|
+
},
|
|
980712
|
+
"createdDate": "2025-12-04T07:19:09.000Z",
|
|
980713
|
+
"lastUpdatedDate": "2025-12-04T07:19:09.000Z"
|
|
980714
|
+
},
|
|
980715
|
+
"AmazonBedrockMantleReadOnly": {
|
|
980716
|
+
"arn": "arn:aws:iam::aws:policy/AmazonBedrockMantleReadOnly",
|
|
980717
|
+
"latestVersionId": "v1",
|
|
980718
|
+
"versionsCount": 1,
|
|
980719
|
+
"versions": {
|
|
980720
|
+
"v1": {
|
|
980721
|
+
"createdDate": "2025-12-04T07:19:12.000Z",
|
|
980722
|
+
"document": {
|
|
980723
|
+
"Version": "2012-10-17",
|
|
980724
|
+
"Statement": [
|
|
980725
|
+
{
|
|
980726
|
+
"Sid": "BedrockMantleReadOnly",
|
|
980727
|
+
"Effect": "Allow",
|
|
980728
|
+
"Action": [
|
|
980729
|
+
"bedrock-mantle:Get*",
|
|
980730
|
+
"bedrock-mantle:List*"
|
|
980731
|
+
],
|
|
980732
|
+
"Resource": "arn:aws:bedrock-mantle:*:*:project/*"
|
|
980733
|
+
},
|
|
980734
|
+
{
|
|
980735
|
+
"Sid": "BedrockMantleCallWithBearerToken",
|
|
980736
|
+
"Effect": "Allow",
|
|
980737
|
+
"Action": [
|
|
980738
|
+
"bedrock-mantle:CallWithBearerToken"
|
|
980739
|
+
],
|
|
980740
|
+
"Resource": "*"
|
|
980741
|
+
}
|
|
980742
|
+
]
|
|
980743
|
+
}
|
|
980744
|
+
}
|
|
980745
|
+
},
|
|
980746
|
+
"createdDate": "2025-12-04T07:19:12.000Z",
|
|
980747
|
+
"lastUpdatedDate": "2025-12-04T07:19:12.000Z"
|
|
980654
980748
|
}
|
|
980655
980749
|
}
|
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.494",
|
|
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",
|