aws-iam-managed-policies 0.0.310 → 0.0.311

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.
@@ -230040,8 +230040,8 @@
230040
230040
  },
230041
230041
  "AWSCloud9User": {
230042
230042
  "arn": "arn:aws:iam::aws:policy/AWSCloud9User",
230043
- "latestVersionId": "v6",
230044
- "versionsCount": 6,
230043
+ "latestVersionId": "v7",
230044
+ "versionsCount": 7,
230045
230045
  "versions": {
230046
230046
  "v1": {
230047
230047
  "createdDate": "2017-11-30T16:16:17.000Z",
@@ -230507,10 +230507,110 @@
230507
230507
  }
230508
230508
  ]
230509
230509
  }
230510
+ },
230511
+ "v7": {
230512
+ "createdDate": "2017-11-30T16:16:17.000Z",
230513
+ "document": {
230514
+ "Version": "2012-10-17",
230515
+ "Statement": [
230516
+ {
230517
+ "Effect": "Allow",
230518
+ "Action": [
230519
+ "cloud9:UpdateUserSettings",
230520
+ "cloud9:GetUserSettings",
230521
+ "cloud9:GetMigrationExperiences",
230522
+ "iam:GetUser",
230523
+ "iam:ListUsers",
230524
+ "ec2:DescribeVpcs",
230525
+ "ec2:DescribeSubnets",
230526
+ "ec2:DescribeInstanceTypeOfferings",
230527
+ "ec2:DescribeRouteTables"
230528
+ ],
230529
+ "Resource": "*"
230530
+ },
230531
+ {
230532
+ "Effect": "Allow",
230533
+ "Action": [
230534
+ "cloud9:CreateEnvironmentEC2",
230535
+ "cloud9:CreateEnvironmentSSH"
230536
+ ],
230537
+ "Resource": "*",
230538
+ "Condition": {
230539
+ "Null": {
230540
+ "cloud9:OwnerArn": "true"
230541
+ }
230542
+ }
230543
+ },
230544
+ {
230545
+ "Effect": "Allow",
230546
+ "Action": [
230547
+ "cloud9:GetUserPublicKey"
230548
+ ],
230549
+ "Resource": "*",
230550
+ "Condition": {
230551
+ "Null": {
230552
+ "cloud9:UserArn": "true"
230553
+ }
230554
+ }
230555
+ },
230556
+ {
230557
+ "Effect": "Allow",
230558
+ "Action": [
230559
+ "cloud9:DescribeEnvironmentMemberships"
230560
+ ],
230561
+ "Resource": [
230562
+ "*"
230563
+ ],
230564
+ "Condition": {
230565
+ "Null": {
230566
+ "cloud9:UserArn": "true",
230567
+ "cloud9:EnvironmentId": "true"
230568
+ }
230569
+ }
230570
+ },
230571
+ {
230572
+ "Effect": "Allow",
230573
+ "Action": [
230574
+ "iam:CreateServiceLinkedRole"
230575
+ ],
230576
+ "Resource": "*",
230577
+ "Condition": {
230578
+ "StringLike": {
230579
+ "iam:AWSServiceName": "cloud9.amazonaws.com"
230580
+ }
230581
+ }
230582
+ },
230583
+ {
230584
+ "Effect": "Allow",
230585
+ "Action": [
230586
+ "ssm:StartSession",
230587
+ "ssm:GetConnectionStatus"
230588
+ ],
230589
+ "Resource": "arn:aws:ec2:*:*:instance/*",
230590
+ "Condition": {
230591
+ "StringLike": {
230592
+ "ssm:resourceTag/aws:cloud9:environment": "*"
230593
+ },
230594
+ "StringEquals": {
230595
+ "aws:CalledViaFirst": "cloud9.amazonaws.com"
230596
+ }
230597
+ }
230598
+ },
230599
+ {
230600
+ "Effect": "Allow",
230601
+ "Action": [
230602
+ "ssm:StartSession"
230603
+ ],
230604
+ "Resource": [
230605
+ "arn:aws:ssm:*:*:document/*"
230606
+ ]
230607
+ }
230608
+ ]
230609
+ }
230510
230610
  }
230511
230611
  },
230512
230612
  "createdDate": "2017-11-30T16:16:17.000Z",
230513
- "lastUpdatedDate": "2023-10-11T13:24:10.000Z"
230613
+ "lastUpdatedDate": "2025-01-27T10:07:06.000Z"
230514
230614
  },
230515
230615
  "AWSCloud9Administrator": {
230516
230616
  "arn": "arn:aws:iam::aws:policy/AWSCloud9Administrator",
@@ -230720,8 +230820,8 @@
230720
230820
  },
230721
230821
  "AWSCloud9EnvironmentMember": {
230722
230822
  "arn": "arn:aws:iam::aws:policy/AWSCloud9EnvironmentMember",
230723
- "latestVersionId": "v3",
230724
- "versionsCount": 3,
230823
+ "latestVersionId": "v4",
230824
+ "versionsCount": 4,
230725
230825
  "versions": {
230726
230826
  "v1": {
230727
230827
  "createdDate": "2017-11-30T16:18:28.000Z",
@@ -230868,10 +230968,69 @@
230868
230968
  }
230869
230969
  ]
230870
230970
  }
230971
+ },
230972
+ "v4": {
230973
+ "createdDate": "2017-11-30T16:18:28.000Z",
230974
+ "document": {
230975
+ "Version": "2012-10-17",
230976
+ "Statement": [
230977
+ {
230978
+ "Effect": "Allow",
230979
+ "Action": [
230980
+ "cloud9:GetUserSettings",
230981
+ "cloud9:UpdateUserSettings",
230982
+ "cloud9:GetMigrationExperiences",
230983
+ "iam:GetUser",
230984
+ "iam:ListUsers"
230985
+ ],
230986
+ "Resource": "*"
230987
+ },
230988
+ {
230989
+ "Effect": "Allow",
230990
+ "Action": [
230991
+ "cloud9:DescribeEnvironmentMemberships"
230992
+ ],
230993
+ "Resource": [
230994
+ "*"
230995
+ ],
230996
+ "Condition": {
230997
+ "Null": {
230998
+ "cloud9:UserArn": "true",
230999
+ "cloud9:EnvironmentId": "true"
231000
+ }
231001
+ }
231002
+ },
231003
+ {
231004
+ "Effect": "Allow",
231005
+ "Action": [
231006
+ "ssm:StartSession",
231007
+ "ssm:GetConnectionStatus"
231008
+ ],
231009
+ "Resource": "arn:aws:ec2:*:*:instance/*",
231010
+ "Condition": {
231011
+ "StringLike": {
231012
+ "ssm:resourceTag/aws:cloud9:environment": "*"
231013
+ },
231014
+ "StringEquals": {
231015
+ "aws:CalledViaFirst": "cloud9.amazonaws.com"
231016
+ }
231017
+ }
231018
+ },
231019
+ {
231020
+ "Effect": "Allow",
231021
+ "Action": [
231022
+ "ssm:StartSession"
231023
+ ],
231024
+ "Resource": [
231025
+ "arn:aws:ssm:*:*:document/*"
231026
+ ]
231027
+ }
231028
+ ]
231029
+ }
230871
231030
  }
230872
231031
  },
230873
231032
  "createdDate": "2017-11-30T16:18:28.000Z",
230874
- "lastUpdatedDate": "2023-10-11T12:13:40.000Z"
231033
+ "lastUpdatedDate": "2025-01-27T10:07:07.000Z"
230875
231034
  },
230876
231035
  "AlexaForBusinessFullAccess": {
230877
231036
  "arn": "arn:aws:iam::aws:policy/AlexaForBusinessFullAccess",
@@ -548415,8 +548574,8 @@
548415
548574
  },
548416
548575
  "AWSIncidentManagerServiceRolePolicy": {
548417
548576
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSIncidentManagerServiceRolePolicy",
548418
- "latestVersionId": "v2",
548419
- "versionsCount": 2,
548577
+ "latestVersionId": "v3",
548578
+ "versionsCount": 3,
548420
548579
  "versions": {
548421
548580
  "v1": {
548422
548581
  "createdDate": "2021-05-10T03:34:45.000Z",
@@ -548494,10 +548653,58 @@
548494
548653
  }
548495
548654
  ]
548496
548655
  }
548656
+ },
548657
+ "v3": {
548658
+ "createdDate": "2021-05-10T03:34:45.000Z",
548659
+ "document": {
548660
+ "Version": "2012-10-17",
548661
+ "Statement": [
548662
+ {
548663
+ "Sid": "UpdateIncidentRecordPermissions",
548664
+ "Effect": "Allow",
548665
+ "Action": [
548666
+ "ssm-incidents:ListIncidentRecords",
548667
+ "ssm-incidents:CreateTimelineEvent"
548668
+ ],
548669
+ "Resource": "*"
548670
+ },
548671
+ {
548672
+ "Sid": "RelatedOpsItemPermissions",
548673
+ "Effect": "Allow",
548674
+ "Action": [
548675
+ "ssm:CreateOpsItem",
548676
+ "ssm:AssociateOpsItemRelatedItem"
548677
+ ],
548678
+ "Resource": "*"
548679
+ },
548680
+ {
548681
+ "Sid": "IncidentEngagementPermissions",
548682
+ "Effect": "Allow",
548683
+ "Action": "ssm-contacts:StartEngagement",
548684
+ "Resource": "*"
548685
+ },
548686
+ {
548687
+ "Sid": "PutMetricDataPermission",
548688
+ "Effect": "Allow",
548689
+ "Action": [
548690
+ "cloudwatch:PutMetricData"
548691
+ ],
548692
+ "Resource": "*",
548693
+ "Condition": {
548694
+ "StringEquals": {
548695
+ "cloudwatch:namespace": [
548696
+ "AWS/IncidentManager",
548697
+ "AWS/Usage"
548698
+ ]
548699
+ }
548700
+ }
548701
+ }
548702
+ ]
548703
+ }
548497
548704
  }
548498
548705
  },
548499
548706
  "createdDate": "2021-05-10T03:34:45.000Z",
548500
- "lastUpdatedDate": "2022-12-05T02:11:58.000Z"
548707
+ "lastUpdatedDate": "2025-01-28T02:52:06.000Z"
548501
548708
  },
548502
548709
  "AWSIncidentManagerResolverAccess": {
548503
548710
  "arn": "arn:aws:iam::aws:policy/AWSIncidentManagerResolverAccess",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.310",
3
+ "version": "0.0.311",
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",