aws-iam-managed-policies 0.0.113 → 0.0.115

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.
@@ -233417,8 +233417,8 @@
233417
233417
  },
233418
233418
  "AWSPrivateMarketplaceAdminFullAccess": {
233419
233419
  "arn": "arn:aws:iam::aws:policy/AWSPrivateMarketplaceAdminFullAccess",
233420
- "latestVersionId": "v5",
233421
- "versionsCount": 5,
233420
+ "latestVersionId": "v6",
233421
+ "versionsCount": 6,
233422
233422
  "versions": {
233423
233423
  "v1": {
233424
233424
  "createdDate": "2018-11-27T16:32:32.000Z",
@@ -233593,10 +233593,71 @@
233593
233593
  }
233594
233594
  ]
233595
233595
  }
233596
+ },
233597
+ "v6": {
233598
+ "createdDate": "2018-11-27T16:32:32.000Z",
233599
+ "document": {
233600
+ "Version": "2012-10-17",
233601
+ "Statement": [
233602
+ {
233603
+ "Sid": "PrivateMarketplaceRequestPermissions",
233604
+ "Effect": "Allow",
233605
+ "Action": [
233606
+ "aws-marketplace:AssociateProductsWithPrivateMarketplace",
233607
+ "aws-marketplace:DisassociateProductsFromPrivateMarketplace",
233608
+ "aws-marketplace:ListPrivateMarketplaceRequests",
233609
+ "aws-marketplace:DescribePrivateMarketplaceRequests"
233610
+ ],
233611
+ "Resource": [
233612
+ "*"
233613
+ ]
233614
+ },
233615
+ {
233616
+ "Sid": "PrivateMarketplaceCatalogAPIPermissions",
233617
+ "Effect": "Allow",
233618
+ "Action": [
233619
+ "aws-marketplace:ListEntities",
233620
+ "aws-marketplace:DescribeEntity",
233621
+ "aws-marketplace:StartChangeSet",
233622
+ "aws-marketplace:ListChangeSets",
233623
+ "aws-marketplace:DescribeChangeSet",
233624
+ "aws-marketplace:CancelChangeSet"
233625
+ ],
233626
+ "Resource": "*"
233627
+ },
233628
+ {
233629
+ "Sid": "PrivateMarketplaceCatalogTaggingPermissions",
233630
+ "Effect": "Allow",
233631
+ "Action": [
233632
+ "aws-marketplace:TagResource",
233633
+ "aws-marketplace:UntagResource",
233634
+ "aws-marketplace:ListTagsForResource"
233635
+ ],
233636
+ "Resource": "arn:aws:aws-marketplace:*:*:AWSMarketplace/*"
233637
+ },
233638
+ {
233639
+ "Sid": "PrivateMarketplaceOrganizationPermissions",
233640
+ "Effect": "Allow",
233641
+ "Action": [
233642
+ "organizations:DescribeOrganization",
233643
+ "organizations:DescribeOrganizationalUnit",
233644
+ "organizations:DescribeAccount",
233645
+ "organizations:ListRoots",
233646
+ "organizations:ListParents",
233647
+ "organizations:ListOrganizationalUnitsForParent",
233648
+ "organizations:ListAccountsForParent",
233649
+ "organizations:ListAccounts",
233650
+ "organizations:ListAWSServiceAccessForOrganization",
233651
+ "organizations:ListDelegatedAdministrators"
233652
+ ],
233653
+ "Resource": "*"
233654
+ }
233655
+ ]
233656
+ }
233596
233657
  }
233597
233658
  },
233598
233659
  "createdDate": "2018-11-27T16:32:32.000Z",
233599
- "lastUpdatedDate": "2022-12-07T20:02:37.000Z"
233660
+ "lastUpdatedDate": "2024-02-14T22:05:08.000Z"
233600
233661
  },
233601
233662
  "ComprehendMedicalFullAccess": {
233602
233663
  "arn": "arn:aws:iam::aws:policy/ComprehendMedicalFullAccess",
@@ -256856,8 +256917,8 @@
256856
256917
  },
256857
256918
  "AWSDataSyncFullAccess": {
256858
256919
  "arn": "arn:aws:iam::aws:policy/AWSDataSyncFullAccess",
256859
- "latestVersionId": "v4",
256860
- "versionsCount": 4,
256920
+ "latestVersionId": "v5",
256921
+ "versionsCount": 5,
256861
256922
  "versions": {
256862
256923
  "v2": {
256863
256924
  "createdDate": "2020-01-24T17:59:16.000Z",
@@ -257046,10 +257107,66 @@
257046
257107
  }
257047
257108
  ]
257048
257109
  }
257110
+ },
257111
+ "v5": {
257112
+ "createdDate": "2019-01-18T19:40:36.000Z",
257113
+ "document": {
257114
+ "Version": "2012-10-17",
257115
+ "Statement": [
257116
+ {
257117
+ "Sid": "DataSyncFullAccessPermissions",
257118
+ "Effect": "Allow",
257119
+ "Action": [
257120
+ "datasync:*",
257121
+ "ec2:CreateNetworkInterface",
257122
+ "ec2:CreateNetworkInterfacePermission",
257123
+ "ec2:DeleteNetworkInterface",
257124
+ "ec2:DescribeNetworkInterfaces",
257125
+ "ec2:DescribeSecurityGroups",
257126
+ "ec2:DescribeSubnets",
257127
+ "ec2:DescribeVpcEndpoints",
257128
+ "ec2:ModifyNetworkInterfaceAttribute",
257129
+ "fsx:DescribeFileSystems",
257130
+ "fsx:DescribeStorageVirtualMachines",
257131
+ "elasticfilesystem:DescribeAccessPoints",
257132
+ "elasticfilesystem:DescribeFileSystems",
257133
+ "elasticfilesystem:DescribeMountTargets",
257134
+ "iam:GetRole",
257135
+ "iam:ListRoles",
257136
+ "logs:CreateLogGroup",
257137
+ "logs:DescribeLogGroups",
257138
+ "logs:DescribeResourcePolicies",
257139
+ "outposts:ListOutposts",
257140
+ "s3:GetBucketLocation",
257141
+ "s3:ListAllMyBuckets",
257142
+ "s3:ListBucket",
257143
+ "s3:ListBucketVersions",
257144
+ "s3-outposts:ListAccessPoints",
257145
+ "s3-outposts:ListRegionalBuckets"
257146
+ ],
257147
+ "Resource": "*"
257148
+ },
257149
+ {
257150
+ "Sid": "DataSyncPassRolePermissions",
257151
+ "Effect": "Allow",
257152
+ "Action": [
257153
+ "iam:PassRole"
257154
+ ],
257155
+ "Resource": "*",
257156
+ "Condition": {
257157
+ "StringEquals": {
257158
+ "iam:PassedToService": [
257159
+ "datasync.amazonaws.com"
257160
+ ]
257161
+ }
257162
+ }
257163
+ }
257164
+ ]
257165
+ }
257049
257166
  }
257050
257167
  },
257051
257168
  "createdDate": "2019-01-18T19:40:36.000Z",
257052
- "lastUpdatedDate": "2023-05-02T16:37:43.000Z"
257169
+ "lastUpdatedDate": "2024-02-16T17:19:28.000Z"
257053
257170
  },
257054
257171
  "WorkLinkServiceRolePolicy": {
257055
257172
  "arn": "arn:aws:iam::aws:policy/WorkLinkServiceRolePolicy",
@@ -504303,8 +504420,8 @@
504303
504420
  },
504304
504421
  "AWSServiceRolePolicyForBackupRestoreTesting": {
504305
504422
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSServiceRolePolicyForBackupRestoreTesting",
504306
- "latestVersionId": "v1",
504307
- "versionsCount": 1,
504423
+ "latestVersionId": "v2",
504424
+ "versionsCount": 2,
504308
504425
  "versions": {
504309
504426
  "v1": {
504310
504427
  "createdDate": "2023-11-10T23:37:45.000Z",
@@ -504406,10 +504523,130 @@
504406
504523
  }
504407
504524
  ]
504408
504525
  }
504526
+ },
504527
+ "v2": {
504528
+ "createdDate": "2023-11-10T23:37:45.000Z",
504529
+ "document": {
504530
+ "Version": "2012-10-17",
504531
+ "Statement": [
504532
+ {
504533
+ "Sid": "BackupActions",
504534
+ "Effect": "Allow",
504535
+ "Action": [
504536
+ "backup:DescribeRecoveryPoint",
504537
+ "backup:DescribeRestoreJob",
504538
+ "backup:DescribeProtectedResource",
504539
+ "backup:GetRecoveryPointRestoreMetadata",
504540
+ "backup:ListBackupVaults",
504541
+ "backup:ListProtectedResources",
504542
+ "backup:ListProtectedResourcesByBackupVault",
504543
+ "backup:ListRecoveryPointsByBackupVault",
504544
+ "backup:ListRecoveryPointsByResource",
504545
+ "backup:ListTags",
504546
+ "backup:StartRestoreJob"
504547
+ ],
504548
+ "Resource": "*"
504549
+ },
504550
+ {
504551
+ "Sid": "IamPassRole",
504552
+ "Effect": "Allow",
504553
+ "Action": "iam:PassRole",
504554
+ "Resource": "*",
504555
+ "Condition": {
504556
+ "StringEquals": {
504557
+ "iam:PassedToService": "backup.amazonaws.com"
504558
+ }
504559
+ }
504560
+ },
504561
+ {
504562
+ "Sid": "DescribeActions",
504563
+ "Effect": "Allow",
504564
+ "Action": [
504565
+ "ec2:DescribeInstances",
504566
+ "ec2:DescribeSnapshotTierStatus",
504567
+ "ec2:DescribeTags",
504568
+ "ec2:DescribeVolumes",
504569
+ "elasticfilesystem:DescribeFileSystems",
504570
+ "elasticfilesystem:DescribeMountTargets",
504571
+ "fsx:DescribeFileSystems",
504572
+ "fsx:DescribeVolumes",
504573
+ "fsx:ListTagsForResource",
504574
+ "rds:DescribeDBInstances",
504575
+ "rds:DescribeDBClusters",
504576
+ "rds:DescribeDBInstanceAutomatedBackups",
504577
+ "rds:DescribeDBClusterAutomatedBackups",
504578
+ "rds:ListTagsForResource",
504579
+ "redshift:DescribeClusters"
504580
+ ],
504581
+ "Resource": "*"
504582
+ },
504583
+ {
504584
+ "Sid": "DeleteActions",
504585
+ "Effect": "Allow",
504586
+ "Action": [
504587
+ "ec2:DeleteVolume",
504588
+ "ec2:TerminateInstances",
504589
+ "elasticfilesystem:DeleteFilesystem",
504590
+ "elasticfilesystem:DeleteMountTarget",
504591
+ "rds:DeleteDBCluster",
504592
+ "rds:DeleteDBInstance",
504593
+ "fsx:DeleteFileSystem",
504594
+ "fsx:DeleteVolume"
504595
+ ],
504596
+ "Resource": "*",
504597
+ "Condition": {
504598
+ "Null": {
504599
+ "aws:ResourceTag/awsbackup-restore-test": "false"
504600
+ }
504601
+ }
504602
+ },
504603
+ {
504604
+ "Sid": "DdbDeleteActions",
504605
+ "Effect": "Allow",
504606
+ "Action": [
504607
+ "dynamodb:DeleteTable",
504608
+ "dynamodb:DescribeTable"
504609
+ ],
504610
+ "Resource": "arn:aws:dynamodb:*:*:table/awsbackup-restore-test-*",
504611
+ "Condition": {
504612
+ "StringEquals": {
504613
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
504614
+ }
504615
+ }
504616
+ },
504617
+ {
504618
+ "Sid": "RedshiftDeleteActions",
504619
+ "Effect": "Allow",
504620
+ "Action": "redshift:DeleteCluster",
504621
+ "Resource": "arn:aws:redshift:*:*:cluster:awsbackup-restore-test-*"
504622
+ },
504623
+ {
504624
+ "Sid": "S3DeleteActions",
504625
+ "Effect": "Allow",
504626
+ "Action": [
504627
+ "s3:DeleteBucket",
504628
+ "s3:GetLifecycleConfiguration",
504629
+ "s3:PutLifecycleConfiguration"
504630
+ ],
504631
+ "Resource": "arn:aws:s3:::awsbackup-restore-test-*",
504632
+ "Condition": {
504633
+ "StringEquals": {
504634
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
504635
+ }
504636
+ }
504637
+ },
504638
+ {
504639
+ "Sid": "TimestreamDeleteActions",
504640
+ "Effect": "Allow",
504641
+ "Action": "timestream:DeleteTable",
504642
+ "Resource": "arn:aws:timestream:*:*:database/*/table/awsbackup-restore-test-*"
504643
+ }
504644
+ ]
504645
+ }
504409
504646
  }
504410
504647
  },
504411
504648
  "createdDate": "2023-11-10T23:37:45.000Z",
504412
- "lastUpdatedDate": "2023-11-10T23:37:45.000Z"
504649
+ "lastUpdatedDate": "2024-02-14T22:42:37.000Z"
504413
504650
  },
504414
504651
  "AWSIncidentManagerIncidentAccessServiceRolePolicy": {
504415
504652
  "arn": "arn:aws:iam::aws:policy/AWSIncidentManagerIncidentAccessServiceRolePolicy",
@@ -506264,8 +506501,8 @@
506264
506501
  },
506265
506502
  "IVSReadOnlyAccess": {
506266
506503
  "arn": "arn:aws:iam::aws:policy/IVSReadOnlyAccess",
506267
- "latestVersionId": "v1",
506268
- "versionsCount": 1,
506504
+ "latestVersionId": "v2",
506505
+ "versionsCount": 2,
506269
506506
  "versions": {
506270
506507
  "v1": {
506271
506508
  "createdDate": "2023-12-05T18:00:37.000Z",
@@ -506301,10 +506538,53 @@
506301
506538
  }
506302
506539
  ]
506303
506540
  }
506541
+ },
506542
+ "v2": {
506543
+ "createdDate": "2023-12-05T18:00:37.000Z",
506544
+ "document": {
506545
+ "Version": "2012-10-17",
506546
+ "Statement": [
506547
+ {
506548
+ "Sid": "IVSReadOnlyAccess",
506549
+ "Effect": "Allow",
506550
+ "Action": [
506551
+ "ivs:BatchGetChannel",
506552
+ "ivs:GetChannel",
506553
+ "ivs:GetComposition",
506554
+ "ivs:GetEncoderConfiguration",
506555
+ "ivs:GetParticipant",
506556
+ "ivs:GetPlaybackKeyPair",
506557
+ "ivs:GetPlaybackRestrictionPolicy",
506558
+ "ivs:GetRecordingConfiguration",
506559
+ "ivs:GetStage",
506560
+ "ivs:GetStageSession",
506561
+ "ivs:GetStorageConfiguration",
506562
+ "ivs:GetStream",
506563
+ "ivs:GetStreamSession",
506564
+ "ivs:ListChannels",
506565
+ "ivs:ListCompositions",
506566
+ "ivs:ListEncoderConfigurations",
506567
+ "ivs:ListParticipants",
506568
+ "ivs:ListParticipantEvents",
506569
+ "ivs:ListPlaybackKeyPairs",
506570
+ "ivs:ListPlaybackRestrictionPolicies",
506571
+ "ivs:ListRecordingConfigurations",
506572
+ "ivs:ListStages",
506573
+ "ivs:ListStageSessions",
506574
+ "ivs:ListStorageConfigurations",
506575
+ "ivs:ListStreamKeys",
506576
+ "ivs:ListStreams",
506577
+ "ivs:ListStreamSessions",
506578
+ "ivs:ListTagsForResource"
506579
+ ],
506580
+ "Resource": "*"
506581
+ }
506582
+ ]
506583
+ }
506304
506584
  }
506305
506585
  },
506306
506586
  "createdDate": "2023-12-05T18:00:37.000Z",
506307
- "lastUpdatedDate": "2023-12-05T18:00:37.000Z"
506587
+ "lastUpdatedDate": "2024-02-16T18:03:24.000Z"
506308
506588
  },
506309
506589
  "AWSMSKReplicatorExecutionRole": {
506310
506590
  "arn": "arn:aws:iam::aws:policy/service-role/AWSMSKReplicatorExecutionRole",
@@ -507197,5 +507477,84 @@
507197
507477
  },
507198
507478
  "createdDate": "2024-02-02T18:37:25.000Z",
507199
507479
  "lastUpdatedDate": "2024-02-02T18:37:25.000Z"
507480
+ },
507481
+ "AWSServiceRoleForPrivateMarketplaceAdminPolicy": {
507482
+ "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSServiceRoleForPrivateMarketplaceAdminPolicy",
507483
+ "latestVersionId": "v1",
507484
+ "versionsCount": 1,
507485
+ "versions": {
507486
+ "v1": {
507487
+ "createdDate": "2024-02-14T22:28:01.000Z",
507488
+ "document": {
507489
+ "Version": "2012-10-17",
507490
+ "Statement": [
507491
+ {
507492
+ "Sid": "PrivateMarketplaceCatalogDescribePermissions",
507493
+ "Effect": "Allow",
507494
+ "Action": [
507495
+ "aws-marketplace:DescribeEntity"
507496
+ ],
507497
+ "Resource": [
507498
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/Experience/*",
507499
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/Audience/*",
507500
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/ProcurementPolicy/*",
507501
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/BrandingSettings/*"
507502
+ ]
507503
+ },
507504
+ {
507505
+ "Sid": "PrivateMarketplaceCatalogDescribeChangeSetPermissions",
507506
+ "Effect": "Allow",
507507
+ "Action": [
507508
+ "aws-marketplace:DescribeChangeSet"
507509
+ ],
507510
+ "Resource": "*"
507511
+ },
507512
+ {
507513
+ "Sid": "PrivateMarketplaceCatalogListPermissions",
507514
+ "Effect": "Allow",
507515
+ "Action": [
507516
+ "aws-marketplace:ListEntities",
507517
+ "aws-marketplace:ListChangeSets"
507518
+ ],
507519
+ "Resource": "*"
507520
+ },
507521
+ {
507522
+ "Sid": "PrivateMarketplaceStartChangeSetPermissions",
507523
+ "Effect": "Allow",
507524
+ "Action": [
507525
+ "aws-marketplace:StartChangeSet"
507526
+ ],
507527
+ "Condition": {
507528
+ "StringEquals": {
507529
+ "catalog:ChangeType": [
507530
+ "AssociateAudience",
507531
+ "DisassociateAudience"
507532
+ ]
507533
+ }
507534
+ },
507535
+ "Resource": [
507536
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/Experience/*",
507537
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/ChangeSet/*"
507538
+ ]
507539
+ },
507540
+ {
507541
+ "Sid": "PrivateMarketplaceOrganizationPermissions",
507542
+ "Effect": "Allow",
507543
+ "Action": [
507544
+ "organizations:DescribeAccount",
507545
+ "organizations:DescribeOrganizationalUnit",
507546
+ "organizations:ListDelegatedAdministrators",
507547
+ "organizations:ListChildren"
507548
+ ],
507549
+ "Resource": [
507550
+ "*"
507551
+ ]
507552
+ }
507553
+ ]
507554
+ }
507555
+ }
507556
+ },
507557
+ "createdDate": "2024-02-14T22:28:01.000Z",
507558
+ "lastUpdatedDate": "2024-02-14T22:28:01.000Z"
507200
507559
  }
507201
507560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.113",
3
+ "version": "0.0.115",
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",