aws-iam-managed-policies 0.0.87 → 0.0.89
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 +91 -0
- package/package.json +1 -1
|
@@ -493486,5 +493486,96 @@
|
|
|
493486
493486
|
},
|
|
493487
493487
|
"createdDate": "2023-12-19T00:03:51.000Z",
|
|
493488
493488
|
"lastUpdatedDate": "2023-12-19T00:03:51.000Z"
|
|
493489
|
+
},
|
|
493490
|
+
"CloudWatchNetworkMonitorServiceRolePolicy": {
|
|
493491
|
+
"arn": "arn:aws:iam::aws:policy/aws-service-role/CloudWatchNetworkMonitorServiceRolePolicy",
|
|
493492
|
+
"latestVersionId": "v1",
|
|
493493
|
+
"versionsCount": 1,
|
|
493494
|
+
"versions": {
|
|
493495
|
+
"v1": {
|
|
493496
|
+
"createdDate": "2023-12-21T18:53:19.000Z",
|
|
493497
|
+
"document": {
|
|
493498
|
+
"Version": "2012-10-17",
|
|
493499
|
+
"Statement": [
|
|
493500
|
+
{
|
|
493501
|
+
"Sid": "PublishCw",
|
|
493502
|
+
"Effect": "Allow",
|
|
493503
|
+
"Action": "cloudwatch:PutMetricData",
|
|
493504
|
+
"Resource": "*",
|
|
493505
|
+
"Condition": {
|
|
493506
|
+
"StringEquals": {
|
|
493507
|
+
"cloudwatch:namespace": "AWS/NetworkMonitor"
|
|
493508
|
+
}
|
|
493509
|
+
}
|
|
493510
|
+
},
|
|
493511
|
+
{
|
|
493512
|
+
"Sid": "DescribeAny",
|
|
493513
|
+
"Effect": "Allow",
|
|
493514
|
+
"Action": [
|
|
493515
|
+
"ec2:DescribeNetworkInterfaces",
|
|
493516
|
+
"ec2:DescribeNetworkInterfaceAttribute",
|
|
493517
|
+
"ec2:DescribeVpcs",
|
|
493518
|
+
"ec2:DescribeNetworkInterfacePermissions",
|
|
493519
|
+
"ec2:DescribeSubnets",
|
|
493520
|
+
"ec2:DescribeSecurityGroups"
|
|
493521
|
+
],
|
|
493522
|
+
"Resource": "*"
|
|
493523
|
+
},
|
|
493524
|
+
{
|
|
493525
|
+
"Sid": "DeleteModifyEc2Resources",
|
|
493526
|
+
"Effect": "Allow",
|
|
493527
|
+
"Action": [
|
|
493528
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
493529
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
493530
|
+
"ec2:DeleteNetworkInterfacePermission",
|
|
493531
|
+
"ec2:RevokeSecurityGroupEgress",
|
|
493532
|
+
"ec2:ModifyNetworkInterfaceAttribute",
|
|
493533
|
+
"ec2:DeleteNetworkInterface",
|
|
493534
|
+
"ec2:DeleteSecurityGroup"
|
|
493535
|
+
],
|
|
493536
|
+
"Resource": [
|
|
493537
|
+
"arn:aws:ec2:*:*:network-interface/*",
|
|
493538
|
+
"arn:aws:ec2:*:*:security-group/*"
|
|
493539
|
+
],
|
|
493540
|
+
"Condition": {
|
|
493541
|
+
"StringEquals": {
|
|
493542
|
+
"aws:ResourceTag/ManagedByCloudWatchNetworkMonitor": "true"
|
|
493543
|
+
}
|
|
493544
|
+
}
|
|
493545
|
+
}
|
|
493546
|
+
]
|
|
493547
|
+
}
|
|
493548
|
+
}
|
|
493549
|
+
},
|
|
493550
|
+
"createdDate": "2023-12-21T18:53:19.000Z",
|
|
493551
|
+
"lastUpdatedDate": "2023-12-21T18:53:19.000Z"
|
|
493552
|
+
},
|
|
493553
|
+
"AmazonOpenSearchDashboardsServiceRolePolicy": {
|
|
493554
|
+
"arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonOpenSearchDashboardsServiceRolePolicy",
|
|
493555
|
+
"latestVersionId": "v1",
|
|
493556
|
+
"versionsCount": 1,
|
|
493557
|
+
"versions": {
|
|
493558
|
+
"v1": {
|
|
493559
|
+
"createdDate": "2023-12-22T19:38:16.000Z",
|
|
493560
|
+
"document": {
|
|
493561
|
+
"Version": "2012-10-17",
|
|
493562
|
+
"Statement": [
|
|
493563
|
+
{
|
|
493564
|
+
"Sid": "AmazonOpenSearchDashboardsServiceRoleAllowedActions",
|
|
493565
|
+
"Effect": "Allow",
|
|
493566
|
+
"Action": "cloudwatch:PutMetricData",
|
|
493567
|
+
"Resource": "*",
|
|
493568
|
+
"Condition": {
|
|
493569
|
+
"StringEquals": {
|
|
493570
|
+
"cloudwatch:namespace": "AWS/AOSD"
|
|
493571
|
+
}
|
|
493572
|
+
}
|
|
493573
|
+
}
|
|
493574
|
+
]
|
|
493575
|
+
}
|
|
493576
|
+
}
|
|
493577
|
+
},
|
|
493578
|
+
"createdDate": "2023-12-22T19:38:16.000Z",
|
|
493579
|
+
"lastUpdatedDate": "2023-12-22T19:38:16.000Z"
|
|
493489
493580
|
}
|
|
493490
493581
|
}
|
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.89",
|
|
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",
|