aws-iam-managed-policies 0.0.21 → 0.0.22

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.
@@ -411180,8 +411180,8 @@
411180
411180
  },
411181
411181
  "AWSElasticDisasterRecoveryReadOnlyAccess": {
411182
411182
  "arn": "arn:aws:iam::aws:policy/AWSElasticDisasterRecoveryReadOnlyAccess",
411183
- "latestVersionId": "v2",
411184
- "versionsCount": 2,
411183
+ "latestVersionId": "v3",
411184
+ "versionsCount": 3,
411185
411185
  "versions": {
411186
411186
  "v1": {
411187
411187
  "createdDate": "2021-11-17T10:50:05.000Z",
@@ -411257,10 +411257,86 @@
411257
411257
  }
411258
411258
  ]
411259
411259
  }
411260
+ },
411261
+ "v3": {
411262
+ "createdDate": "2021-11-17T10:50:05.000Z",
411263
+ "document": {
411264
+ "Version": "2012-10-17",
411265
+ "Statement": [
411266
+ {
411267
+ "Effect": "Allow",
411268
+ "Action": [
411269
+ "drs:DescribeJobLogItems",
411270
+ "drs:DescribeJobs",
411271
+ "drs:DescribeRecoveryInstances",
411272
+ "drs:DescribeRecoverySnapshots",
411273
+ "drs:DescribeReplicationConfigurationTemplates",
411274
+ "drs:DescribeSourceServers",
411275
+ "drs:GetFailbackReplicationConfiguration",
411276
+ "drs:GetLaunchConfiguration",
411277
+ "drs:GetReplicationConfiguration",
411278
+ "drs:ListExtensibleSourceServers",
411279
+ "drs:ListStagingAccounts",
411280
+ "drs:ListTagsForResource",
411281
+ "drs:ListLaunchActions"
411282
+ ],
411283
+ "Resource": "*"
411284
+ },
411285
+ {
411286
+ "Effect": "Allow",
411287
+ "Action": [
411288
+ "ec2:DescribeInstances",
411289
+ "ec2:DescribeLaunchTemplateVersions",
411290
+ "ec2:DescribeSecurityGroups",
411291
+ "ec2:DescribeSubnets"
411292
+ ],
411293
+ "Resource": "*"
411294
+ },
411295
+ {
411296
+ "Effect": "Allow",
411297
+ "Action": "iam:ListRoles",
411298
+ "Resource": "*"
411299
+ },
411300
+ {
411301
+ "Effect": "Allow",
411302
+ "Action": "ssm:ListCommandInvocations",
411303
+ "Resource": "*"
411304
+ },
411305
+ {
411306
+ "Effect": "Allow",
411307
+ "Action": "ssm:GetParameter",
411308
+ "Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecovery-*"
411309
+ },
411310
+ {
411311
+ "Effect": "Allow",
411312
+ "Action": [
411313
+ "ssm:DescribeDocument",
411314
+ "ssm:GetDocument"
411315
+ ],
411316
+ "Resource": [
411317
+ "arn:aws:ssm:*:*:document/AWS-CreateImage",
411318
+ "arn:aws:ssm:*:*:document/AWSMigration-LinuxTimeSyncSetting",
411319
+ "arn:aws:ssm:*:*:document/AWSEC2-ApplicationInsightsCloudwatchAgentInstallAndConfigure"
411320
+ ]
411321
+ },
411322
+ {
411323
+ "Effect": "Allow",
411324
+ "Action": [
411325
+ "ssm:GetAutomationExecution"
411326
+ ],
411327
+ "Resource": "arn:aws:ssm:*:*:automation-execution/*",
411328
+ "Condition": {
411329
+ "Null": {
411330
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
411331
+ }
411332
+ }
411333
+ }
411334
+ ]
411335
+ }
411260
411336
  }
411261
411337
  },
411262
411338
  "createdDate": "2021-11-17T10:50:05.000Z",
411263
- "lastUpdatedDate": "2022-05-29T08:27:37.000Z"
411339
+ "lastUpdatedDate": "2023-09-13T07:42:45.000Z"
411264
411340
  },
411265
411341
  "AWSElasticDisasterRecoveryServiceRolePolicy": {
411266
411342
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSElasticDisasterRecoveryServiceRolePolicy",
@@ -440382,5 +440458,239 @@
440382
440458
  },
440383
440459
  "createdDate": "2023-09-12T17:01:45.000Z",
440384
440460
  "lastUpdatedDate": "2023-09-12T17:01:45.000Z"
440461
+ },
440462
+ "AWSElasticDisasterRecoveryLaunchActionsPolicy": {
440463
+ "arn": "arn:aws:iam::aws:policy/AWSElasticDisasterRecoveryLaunchActionsPolicy",
440464
+ "latestVersionId": "v1",
440465
+ "versionsCount": 1,
440466
+ "versions": {
440467
+ "v1": {
440468
+ "createdDate": "2023-09-13T07:38:26.000Z",
440469
+ "document": {
440470
+ "Version": "2012-10-17",
440471
+ "Statement": [
440472
+ {
440473
+ "Effect": "Allow",
440474
+ "Action": [
440475
+ "ssm:DescribeInstanceInformation"
440476
+ ],
440477
+ "Resource": [
440478
+ "*"
440479
+ ],
440480
+ "Condition": {
440481
+ "ForAnyValue:StringEquals": {
440482
+ "aws:CalledVia": [
440483
+ "drs.amazonaws.com"
440484
+ ]
440485
+ }
440486
+ }
440487
+ },
440488
+ {
440489
+ "Effect": "Allow",
440490
+ "Action": [
440491
+ "ssm:SendCommand",
440492
+ "ssm:StartAutomationExecution"
440493
+ ],
440494
+ "Resource": [
440495
+ "arn:aws:ssm:*:*:document/*",
440496
+ "arn:aws:ssm:*:*:automation-definition/*:*"
440497
+ ],
440498
+ "Condition": {
440499
+ "ForAnyValue:StringEquals": {
440500
+ "aws:CalledVia": [
440501
+ "drs.amazonaws.com"
440502
+ ]
440503
+ },
440504
+ "StringEquals": {
440505
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
440506
+ }
440507
+ }
440508
+ },
440509
+ {
440510
+ "Effect": "Allow",
440511
+ "Action": [
440512
+ "ssm:SendCommand",
440513
+ "ssm:StartAutomationExecution"
440514
+ ],
440515
+ "Resource": [
440516
+ "arn:aws:ssm:*::document/AWS-*",
440517
+ "arn:aws:ssm:*::document/AWSCodeDeployAgent-*",
440518
+ "arn:aws:ssm:*::document/AWSConfigRemediation-*",
440519
+ "arn:aws:ssm:*::document/AWSConformancePacks-*",
440520
+ "arn:aws:ssm:*::document/AWSDisasterRecovery-*",
440521
+ "arn:aws:ssm:*::document/AWSDistroOTel-*",
440522
+ "arn:aws:ssm:*::document/AWSDocs-*",
440523
+ "arn:aws:ssm:*::document/AWSEC2-*",
440524
+ "arn:aws:ssm:*::document/AWSEC2Launch-*",
440525
+ "arn:aws:ssm:*::document/AWSFIS-*",
440526
+ "arn:aws:ssm:*::document/AWSFleetManager-*",
440527
+ "arn:aws:ssm:*::document/AWSIncidents-*",
440528
+ "arn:aws:ssm:*::document/AWSKinesisTap-*",
440529
+ "arn:aws:ssm:*::document/AWSMigration-*",
440530
+ "arn:aws:ssm:*::document/AWSNVMe-*",
440531
+ "arn:aws:ssm:*::document/AWSNitroEnclavesWindows-*",
440532
+ "arn:aws:ssm:*::document/AWSObservabilityExporter-*",
440533
+ "arn:aws:ssm:*::document/AWSPVDriver-*",
440534
+ "arn:aws:ssm:*::document/AWSQuickSetupType-*",
440535
+ "arn:aws:ssm:*::document/AWSQuickStarts-*",
440536
+ "arn:aws:ssm:*::document/AWSRefactorSpaces-*",
440537
+ "arn:aws:ssm:*::document/AWSResilienceHub-*",
440538
+ "arn:aws:ssm:*::document/AWSSAP-*",
440539
+ "arn:aws:ssm:*::document/AWSSAPTools-*",
440540
+ "arn:aws:ssm:*::document/AWSSQLServer-*",
440541
+ "arn:aws:ssm:*::document/AWSSSO-*",
440542
+ "arn:aws:ssm:*::document/AWSSupport-*",
440543
+ "arn:aws:ssm:*::document/AWSSystemsManagerSAP-*",
440544
+ "arn:aws:ssm:*::document/AmazonCloudWatch-*",
440545
+ "arn:aws:ssm:*::document/AmazonCloudWatchAgent-*",
440546
+ "arn:aws:ssm:*::document/AmazonECS-*",
440547
+ "arn:aws:ssm:*::document/AmazonEFSUtils-*",
440548
+ "arn:aws:ssm:*::document/AmazonEKS-*",
440549
+ "arn:aws:ssm:*::document/AmazonInspector-*",
440550
+ "arn:aws:ssm:*::document/AmazonInspector2-*",
440551
+ "arn:aws:ssm:*::document/AmazonInternal-*",
440552
+ "arn:aws:ssm:*::document/AwsEnaNetworkDriver-*",
440553
+ "arn:aws:ssm:*::document/AwsVssComponents-*",
440554
+ "arn:aws:ssm:*::automation-definition/AWS-*:*",
440555
+ "arn:aws:ssm:*::automation-definition/AWSCodeDeployAgent-*:*",
440556
+ "arn:aws:ssm:*::automation-definition/AWSConfigRemediation-*:*",
440557
+ "arn:aws:ssm:*::automation-definition/AWSConformancePacks-*:*",
440558
+ "arn:aws:ssm:*::automation-definition/AWSDisasterRecovery-*:*",
440559
+ "arn:aws:ssm:*::automation-definition/AWSDistroOTel-*:*",
440560
+ "arn:aws:ssm:*::automation-definition/AWSDocs-*:*",
440561
+ "arn:aws:ssm:*::automation-definition/AWSEC2-*:*",
440562
+ "arn:aws:ssm:*::automation-definition/AWSEC2Launch-*:*",
440563
+ "arn:aws:ssm:*::automation-definition/AWSFIS-*:*",
440564
+ "arn:aws:ssm:*::automation-definition/AWSFleetManager-*:*",
440565
+ "arn:aws:ssm:*::automation-definition/AWSIncidents-*:*",
440566
+ "arn:aws:ssm:*::automation-definition/AWSKinesisTap-*:*",
440567
+ "arn:aws:ssm:*::automation-definition/AWSMigration-*:*",
440568
+ "arn:aws:ssm:*::automation-definition/AWSNVMe-*:*",
440569
+ "arn:aws:ssm:*::automation-definition/AWSNitroEnclavesWindows-*:*",
440570
+ "arn:aws:ssm:*::automation-definition/AWSObservabilityExporter-*:*",
440571
+ "arn:aws:ssm:*::automation-definition/AWSPVDriver-*:*",
440572
+ "arn:aws:ssm:*::automation-definition/AWSQuickSetupType-*:*",
440573
+ "arn:aws:ssm:*::automation-definition/AWSQuickStarts-*:*",
440574
+ "arn:aws:ssm:*::automation-definition/AWSRefactorSpaces-*:*",
440575
+ "arn:aws:ssm:*::automation-definition/AWSResilienceHub-*:*",
440576
+ "arn:aws:ssm:*::automation-definition/AWSSAP-*:*",
440577
+ "arn:aws:ssm:*::automation-definition/AWSSAPTools-*:*",
440578
+ "arn:aws:ssm:*::automation-definition/AWSSQLServer-*:*",
440579
+ "arn:aws:ssm:*::automation-definition/AWSSSO-*:*",
440580
+ "arn:aws:ssm:*::automation-definition/AWSSupport-*:*",
440581
+ "arn:aws:ssm:*::automation-definition/AWSSystemsManagerSAP-*:*",
440582
+ "arn:aws:ssm:*::automation-definition/AmazonCloudWatch-*:*",
440583
+ "arn:aws:ssm:*::automation-definition/AmazonCloudWatchAgent-*:*",
440584
+ "arn:aws:ssm:*::automation-definition/AmazonECS-*:*",
440585
+ "arn:aws:ssm:*::automation-definition/AmazonEFSUtils-*:*",
440586
+ "arn:aws:ssm:*::automation-definition/AmazonEKS-*:*",
440587
+ "arn:aws:ssm:*::automation-definition/AmazonInspector-*:*",
440588
+ "arn:aws:ssm:*::automation-definition/AmazonInspector2-*:*",
440589
+ "arn:aws:ssm:*::automation-definition/AmazonInternal-*:*",
440590
+ "arn:aws:ssm:*::automation-definition/AwsEnaNetworkDriver-*:*",
440591
+ "arn:aws:ssm:*::automation-definition/AwsVssComponents-*:*"
440592
+ ],
440593
+ "Condition": {
440594
+ "ForAnyValue:StringEquals": {
440595
+ "aws:CalledVia": [
440596
+ "drs.amazonaws.com"
440597
+ ]
440598
+ }
440599
+ }
440600
+ },
440601
+ {
440602
+ "Effect": "Allow",
440603
+ "Action": [
440604
+ "ssm:SendCommand"
440605
+ ],
440606
+ "Resource": [
440607
+ "arn:aws:ec2:*:*:instance/*"
440608
+ ],
440609
+ "Condition": {
440610
+ "ForAnyValue:StringEquals": {
440611
+ "aws:CalledVia": [
440612
+ "drs.amazonaws.com"
440613
+ ]
440614
+ },
440615
+ "Null": {
440616
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
440617
+ }
440618
+ }
440619
+ },
440620
+ {
440621
+ "Effect": "Allow",
440622
+ "Action": [
440623
+ "ssm:ListDocuments",
440624
+ "ssm:ListCommandInvocations"
440625
+ ],
440626
+ "Resource": "*"
440627
+ },
440628
+ {
440629
+ "Effect": "Allow",
440630
+ "Action": [
440631
+ "ssm:ListDocumentVersions",
440632
+ "ssm:GetDocument",
440633
+ "ssm:DescribeDocument"
440634
+ ],
440635
+ "Resource": "arn:aws:ssm:*:*:document/*"
440636
+ },
440637
+ {
440638
+ "Effect": "Allow",
440639
+ "Action": [
440640
+ "ssm:GetAutomationExecution"
440641
+ ],
440642
+ "Resource": "arn:aws:ssm:*:*:automation-execution/*",
440643
+ "Condition": {
440644
+ "Null": {
440645
+ "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false"
440646
+ }
440647
+ }
440648
+ },
440649
+ {
440650
+ "Effect": "Allow",
440651
+ "Action": [
440652
+ "ssm:GetParameters"
440653
+ ],
440654
+ "Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecoveryService-*",
440655
+ "Condition": {
440656
+ "ForAnyValue:StringEquals": {
440657
+ "aws:CalledVia": "ssm.amazonaws.com"
440658
+ }
440659
+ }
440660
+ },
440661
+ {
440662
+ "Effect": "Allow",
440663
+ "Action": [
440664
+ "ssm:GetParameter",
440665
+ "ssm:PutParameter"
440666
+ ],
440667
+ "Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSElasticDisasterRecoveryService-*",
440668
+ "Condition": {
440669
+ "StringEquals": {
440670
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
440671
+ }
440672
+ }
440673
+ },
440674
+ {
440675
+ "Effect": "Allow",
440676
+ "Action": "iam:PassRole",
440677
+ "Resource": [
440678
+ "arn:aws:iam::*:role/service-role/AWSElasticDisasterRecoveryRecoveryInstanceWithLaunchActionsRole"
440679
+ ],
440680
+ "Condition": {
440681
+ "StringEquals": {
440682
+ "iam:PassedToService": "ec2.amazonaws.com"
440683
+ },
440684
+ "ForAnyValue:StringEquals": {
440685
+ "aws:CalledVia": "drs.amazonaws.com"
440686
+ }
440687
+ }
440688
+ }
440689
+ ]
440690
+ }
440691
+ }
440692
+ },
440693
+ "createdDate": "2023-09-13T07:38:26.000Z",
440694
+ "lastUpdatedDate": "2023-09-13T07:38:26.000Z"
440385
440695
  }
440386
440696
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
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",