aws-iam-managed-policies 0.0.113 → 0.0.114

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",
@@ -504303,8 +504364,8 @@
504303
504364
  },
504304
504365
  "AWSServiceRolePolicyForBackupRestoreTesting": {
504305
504366
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSServiceRolePolicyForBackupRestoreTesting",
504306
- "latestVersionId": "v1",
504307
- "versionsCount": 1,
504367
+ "latestVersionId": "v2",
504368
+ "versionsCount": 2,
504308
504369
  "versions": {
504309
504370
  "v1": {
504310
504371
  "createdDate": "2023-11-10T23:37:45.000Z",
@@ -504406,10 +504467,130 @@
504406
504467
  }
504407
504468
  ]
504408
504469
  }
504470
+ },
504471
+ "v2": {
504472
+ "createdDate": "2023-11-10T23:37:45.000Z",
504473
+ "document": {
504474
+ "Version": "2012-10-17",
504475
+ "Statement": [
504476
+ {
504477
+ "Sid": "BackupActions",
504478
+ "Effect": "Allow",
504479
+ "Action": [
504480
+ "backup:DescribeRecoveryPoint",
504481
+ "backup:DescribeRestoreJob",
504482
+ "backup:DescribeProtectedResource",
504483
+ "backup:GetRecoveryPointRestoreMetadata",
504484
+ "backup:ListBackupVaults",
504485
+ "backup:ListProtectedResources",
504486
+ "backup:ListProtectedResourcesByBackupVault",
504487
+ "backup:ListRecoveryPointsByBackupVault",
504488
+ "backup:ListRecoveryPointsByResource",
504489
+ "backup:ListTags",
504490
+ "backup:StartRestoreJob"
504491
+ ],
504492
+ "Resource": "*"
504493
+ },
504494
+ {
504495
+ "Sid": "IamPassRole",
504496
+ "Effect": "Allow",
504497
+ "Action": "iam:PassRole",
504498
+ "Resource": "*",
504499
+ "Condition": {
504500
+ "StringEquals": {
504501
+ "iam:PassedToService": "backup.amazonaws.com"
504502
+ }
504503
+ }
504504
+ },
504505
+ {
504506
+ "Sid": "DescribeActions",
504507
+ "Effect": "Allow",
504508
+ "Action": [
504509
+ "ec2:DescribeInstances",
504510
+ "ec2:DescribeSnapshotTierStatus",
504511
+ "ec2:DescribeTags",
504512
+ "ec2:DescribeVolumes",
504513
+ "elasticfilesystem:DescribeFileSystems",
504514
+ "elasticfilesystem:DescribeMountTargets",
504515
+ "fsx:DescribeFileSystems",
504516
+ "fsx:DescribeVolumes",
504517
+ "fsx:ListTagsForResource",
504518
+ "rds:DescribeDBInstances",
504519
+ "rds:DescribeDBClusters",
504520
+ "rds:DescribeDBInstanceAutomatedBackups",
504521
+ "rds:DescribeDBClusterAutomatedBackups",
504522
+ "rds:ListTagsForResource",
504523
+ "redshift:DescribeClusters"
504524
+ ],
504525
+ "Resource": "*"
504526
+ },
504527
+ {
504528
+ "Sid": "DeleteActions",
504529
+ "Effect": "Allow",
504530
+ "Action": [
504531
+ "ec2:DeleteVolume",
504532
+ "ec2:TerminateInstances",
504533
+ "elasticfilesystem:DeleteFilesystem",
504534
+ "elasticfilesystem:DeleteMountTarget",
504535
+ "rds:DeleteDBCluster",
504536
+ "rds:DeleteDBInstance",
504537
+ "fsx:DeleteFileSystem",
504538
+ "fsx:DeleteVolume"
504539
+ ],
504540
+ "Resource": "*",
504541
+ "Condition": {
504542
+ "Null": {
504543
+ "aws:ResourceTag/awsbackup-restore-test": "false"
504544
+ }
504545
+ }
504546
+ },
504547
+ {
504548
+ "Sid": "DdbDeleteActions",
504549
+ "Effect": "Allow",
504550
+ "Action": [
504551
+ "dynamodb:DeleteTable",
504552
+ "dynamodb:DescribeTable"
504553
+ ],
504554
+ "Resource": "arn:aws:dynamodb:*:*:table/awsbackup-restore-test-*",
504555
+ "Condition": {
504556
+ "StringEquals": {
504557
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
504558
+ }
504559
+ }
504560
+ },
504561
+ {
504562
+ "Sid": "RedshiftDeleteActions",
504563
+ "Effect": "Allow",
504564
+ "Action": "redshift:DeleteCluster",
504565
+ "Resource": "arn:aws:redshift:*:*:cluster:awsbackup-restore-test-*"
504566
+ },
504567
+ {
504568
+ "Sid": "S3DeleteActions",
504569
+ "Effect": "Allow",
504570
+ "Action": [
504571
+ "s3:DeleteBucket",
504572
+ "s3:GetLifecycleConfiguration",
504573
+ "s3:PutLifecycleConfiguration"
504574
+ ],
504575
+ "Resource": "arn:aws:s3:::awsbackup-restore-test-*",
504576
+ "Condition": {
504577
+ "StringEquals": {
504578
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
504579
+ }
504580
+ }
504581
+ },
504582
+ {
504583
+ "Sid": "TimestreamDeleteActions",
504584
+ "Effect": "Allow",
504585
+ "Action": "timestream:DeleteTable",
504586
+ "Resource": "arn:aws:timestream:*:*:database/*/table/awsbackup-restore-test-*"
504587
+ }
504588
+ ]
504589
+ }
504409
504590
  }
504410
504591
  },
504411
504592
  "createdDate": "2023-11-10T23:37:45.000Z",
504412
- "lastUpdatedDate": "2023-11-10T23:37:45.000Z"
504593
+ "lastUpdatedDate": "2024-02-14T22:42:37.000Z"
504413
504594
  },
504414
504595
  "AWSIncidentManagerIncidentAccessServiceRolePolicy": {
504415
504596
  "arn": "arn:aws:iam::aws:policy/AWSIncidentManagerIncidentAccessServiceRolePolicy",
@@ -507197,5 +507378,84 @@
507197
507378
  },
507198
507379
  "createdDate": "2024-02-02T18:37:25.000Z",
507199
507380
  "lastUpdatedDate": "2024-02-02T18:37:25.000Z"
507381
+ },
507382
+ "AWSServiceRoleForPrivateMarketplaceAdminPolicy": {
507383
+ "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSServiceRoleForPrivateMarketplaceAdminPolicy",
507384
+ "latestVersionId": "v1",
507385
+ "versionsCount": 1,
507386
+ "versions": {
507387
+ "v1": {
507388
+ "createdDate": "2024-02-14T22:28:01.000Z",
507389
+ "document": {
507390
+ "Version": "2012-10-17",
507391
+ "Statement": [
507392
+ {
507393
+ "Sid": "PrivateMarketplaceCatalogDescribePermissions",
507394
+ "Effect": "Allow",
507395
+ "Action": [
507396
+ "aws-marketplace:DescribeEntity"
507397
+ ],
507398
+ "Resource": [
507399
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/Experience/*",
507400
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/Audience/*",
507401
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/ProcurementPolicy/*",
507402
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/BrandingSettings/*"
507403
+ ]
507404
+ },
507405
+ {
507406
+ "Sid": "PrivateMarketplaceCatalogDescribeChangeSetPermissions",
507407
+ "Effect": "Allow",
507408
+ "Action": [
507409
+ "aws-marketplace:DescribeChangeSet"
507410
+ ],
507411
+ "Resource": "*"
507412
+ },
507413
+ {
507414
+ "Sid": "PrivateMarketplaceCatalogListPermissions",
507415
+ "Effect": "Allow",
507416
+ "Action": [
507417
+ "aws-marketplace:ListEntities",
507418
+ "aws-marketplace:ListChangeSets"
507419
+ ],
507420
+ "Resource": "*"
507421
+ },
507422
+ {
507423
+ "Sid": "PrivateMarketplaceStartChangeSetPermissions",
507424
+ "Effect": "Allow",
507425
+ "Action": [
507426
+ "aws-marketplace:StartChangeSet"
507427
+ ],
507428
+ "Condition": {
507429
+ "StringEquals": {
507430
+ "catalog:ChangeType": [
507431
+ "AssociateAudience",
507432
+ "DisassociateAudience"
507433
+ ]
507434
+ }
507435
+ },
507436
+ "Resource": [
507437
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/Experience/*",
507438
+ "arn:aws:aws-marketplace:*:*:AWSMarketplace/ChangeSet/*"
507439
+ ]
507440
+ },
507441
+ {
507442
+ "Sid": "PrivateMarketplaceOrganizationPermissions",
507443
+ "Effect": "Allow",
507444
+ "Action": [
507445
+ "organizations:DescribeAccount",
507446
+ "organizations:DescribeOrganizationalUnit",
507447
+ "organizations:ListDelegatedAdministrators",
507448
+ "organizations:ListChildren"
507449
+ ],
507450
+ "Resource": [
507451
+ "*"
507452
+ ]
507453
+ }
507454
+ ]
507455
+ }
507456
+ }
507457
+ },
507458
+ "createdDate": "2024-02-14T22:28:01.000Z",
507459
+ "lastUpdatedDate": "2024-02-14T22:28:01.000Z"
507200
507460
  }
507201
507461
  }
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.114",
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",