aws-iam-managed-policies 0.0.489 → 0.0.490
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 +58 -3
- package/package.json +1 -1
|
@@ -691255,8 +691255,8 @@
|
|
|
691255
691255
|
},
|
|
691256
691256
|
"AWSBillingConductorFullAccess": {
|
|
691257
691257
|
"arn": "arn:aws:iam::aws:policy/AWSBillingConductorFullAccess",
|
|
691258
|
-
"latestVersionId": "
|
|
691259
|
-
"versionsCount":
|
|
691258
|
+
"latestVersionId": "v3",
|
|
691259
|
+
"versionsCount": 3,
|
|
691260
691260
|
"versions": {
|
|
691261
691261
|
"v1": {
|
|
691262
691262
|
"createdDate": "2022-04-13T18:02:29.000Z",
|
|
@@ -691297,10 +691297,35 @@
|
|
|
691297
691297
|
}
|
|
691298
691298
|
]
|
|
691299
691299
|
}
|
|
691300
|
+
},
|
|
691301
|
+
"v3": {
|
|
691302
|
+
"createdDate": "2022-04-13T18:02:29.000Z",
|
|
691303
|
+
"document": {
|
|
691304
|
+
"Version": "2012-10-17",
|
|
691305
|
+
"Statement": [
|
|
691306
|
+
{
|
|
691307
|
+
"Effect": "Allow",
|
|
691308
|
+
"Action": [
|
|
691309
|
+
"billingconductor:*",
|
|
691310
|
+
"organizations:ListAccounts",
|
|
691311
|
+
"pricing:DescribeServices",
|
|
691312
|
+
"pricing:GetAttributeValues",
|
|
691313
|
+
"pricing:GetProducts",
|
|
691314
|
+
"organizations:ListRoots",
|
|
691315
|
+
"organizations:ListOrganizationalUnitsForParent",
|
|
691316
|
+
"organizations:ListChildren",
|
|
691317
|
+
"organizations:DescribeAccount",
|
|
691318
|
+
"organizations:DescribeResponsibilityTransfer",
|
|
691319
|
+
"organizations:ListInboundResponsibilityTransfers"
|
|
691320
|
+
],
|
|
691321
|
+
"Resource": "*"
|
|
691322
|
+
}
|
|
691323
|
+
]
|
|
691324
|
+
}
|
|
691300
691325
|
}
|
|
691301
691326
|
},
|
|
691302
691327
|
"createdDate": "2022-04-13T18:02:29.000Z",
|
|
691303
|
-
"lastUpdatedDate": "2025-
|
|
691328
|
+
"lastUpdatedDate": "2025-11-27T01:34:08.000Z"
|
|
691304
691329
|
},
|
|
691305
691330
|
"AWSBillingConductorReadOnlyAccess": {
|
|
691306
691331
|
"arn": "arn:aws:iam::aws:policy/AWSBillingConductorReadOnlyAccess",
|
|
@@ -978069,5 +978094,35 @@
|
|
|
978069
978094
|
},
|
|
978070
978095
|
"createdDate": "2025-11-22T00:34:08.000Z",
|
|
978071
978096
|
"lastUpdatedDate": "2025-11-22T00:34:08.000Z"
|
|
978097
|
+
},
|
|
978098
|
+
"NovaActServiceRolePolicy": {
|
|
978099
|
+
"arn": "arn:aws:iam::aws:policy/aws-service-role/NovaActServiceRolePolicy",
|
|
978100
|
+
"latestVersionId": "v1",
|
|
978101
|
+
"versionsCount": 1,
|
|
978102
|
+
"versions": {
|
|
978103
|
+
"v1": {
|
|
978104
|
+
"createdDate": "2025-11-26T16:19:08.000Z",
|
|
978105
|
+
"document": {
|
|
978106
|
+
"Version": "2012-10-17",
|
|
978107
|
+
"Statement": [
|
|
978108
|
+
{
|
|
978109
|
+
"Sid": "AllowPublishCloudWatchMetrics",
|
|
978110
|
+
"Effect": "Allow",
|
|
978111
|
+
"Action": [
|
|
978112
|
+
"cloudwatch:PutMetricData"
|
|
978113
|
+
],
|
|
978114
|
+
"Resource": "*",
|
|
978115
|
+
"Condition": {
|
|
978116
|
+
"StringEquals": {
|
|
978117
|
+
"cloudwatch:namespace": "AWS/NovaAct"
|
|
978118
|
+
}
|
|
978119
|
+
}
|
|
978120
|
+
}
|
|
978121
|
+
]
|
|
978122
|
+
}
|
|
978123
|
+
}
|
|
978124
|
+
},
|
|
978125
|
+
"createdDate": "2025-11-26T16:19:08.000Z",
|
|
978126
|
+
"lastUpdatedDate": "2025-11-26T16:19:08.000Z"
|
|
978072
978127
|
}
|
|
978073
978128
|
}
|
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.490",
|
|
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",
|