aws-iam-managed-policies 0.0.49 → 0.0.51

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.
@@ -274035,8 +274035,8 @@
274035
274035
  },
274036
274036
  "AWSQuickSightSageMakerPolicy": {
274037
274037
  "arn": "arn:aws:iam::aws:policy/service-role/AWSQuickSightSageMakerPolicy",
274038
- "latestVersionId": "v2",
274039
- "versionsCount": 2,
274038
+ "latestVersionId": "v3",
274039
+ "versionsCount": 3,
274040
274040
  "versions": {
274041
274041
  "v1": {
274042
274042
  "createdDate": "2020-01-17T17:18:13.000Z",
@@ -274112,10 +274112,63 @@
274112
274112
  }
274113
274113
  ]
274114
274114
  }
274115
+ },
274116
+ "v3": {
274117
+ "createdDate": "2020-01-17T17:18:13.000Z",
274118
+ "document": {
274119
+ "Version": "2012-10-17",
274120
+ "Statement": [
274121
+ {
274122
+ "Sid": "SageMakerTransformJobAccess",
274123
+ "Effect": "Allow",
274124
+ "Action": [
274125
+ "sagemaker:DescribeTransformJob",
274126
+ "sagemaker:StopTransformJob",
274127
+ "sagemaker:CreateTransformJob"
274128
+ ],
274129
+ "Resource": "arn:aws:sagemaker:*:*:transform-job/quicksight-auto-generated-*"
274130
+ },
274131
+ {
274132
+ "Sid": "SageMakerModelReadAccess",
274133
+ "Effect": "Allow",
274134
+ "Action": [
274135
+ "sagemaker:ListModels",
274136
+ "sagemaker:DescribeModel"
274137
+ ],
274138
+ "Resource": "*"
274139
+ },
274140
+ {
274141
+ "Sid": "S3ObjectReadAccess",
274142
+ "Effect": "Allow",
274143
+ "Action": "s3:GetObject",
274144
+ "Resource": [
274145
+ "arn:aws:s3:::quicksight-ml.*",
274146
+ "arn:aws:s3:::sagemaker*"
274147
+ ]
274148
+ },
274149
+ {
274150
+ "Sid": "S3ObjectUpdateAccess",
274151
+ "Effect": "Allow",
274152
+ "Action": "s3:PutObject",
274153
+ "Resource": "arn:aws:s3:::sagemaker*",
274154
+ "Condition": {
274155
+ "StringEquals": {
274156
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
274157
+ }
274158
+ }
274159
+ },
274160
+ {
274161
+ "Sid": "S3BucketReadAccess",
274162
+ "Effect": "Allow",
274163
+ "Action": "s3:ListBucket",
274164
+ "Resource": "arn:aws:s3:::sagemaker*"
274165
+ }
274166
+ ]
274167
+ }
274115
274168
  }
274116
274169
  },
274117
274170
  "createdDate": "2020-01-17T17:18:13.000Z",
274118
- "lastUpdatedDate": "2023-10-03T23:22:22.000Z"
274171
+ "lastUpdatedDate": "2023-10-30T17:57:43.000Z"
274119
274172
  },
274120
274173
  "AmazonManagedBlockchainServiceRolePolicy": {
274121
274174
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonManagedBlockchainServiceRolePolicy",
@@ -288637,8 +288690,8 @@
288637
288690
  },
288638
288691
  "AWSLakeFormationCrossAccountManager": {
288639
288692
  "arn": "arn:aws:iam::aws:policy/AWSLakeFormationCrossAccountManager",
288640
- "latestVersionId": "v4",
288641
- "versionsCount": 4,
288693
+ "latestVersionId": "v5",
288694
+ "versionsCount": 5,
288642
288695
  "versions": {
288643
288696
  "v1": {
288644
288697
  "createdDate": "2020-08-04T20:59:46.000Z",
@@ -288898,10 +288951,87 @@
288898
288951
  }
288899
288952
  ]
288900
288953
  }
288954
+ },
288955
+ "v5": {
288956
+ "createdDate": "2020-08-04T20:59:46.000Z",
288957
+ "document": {
288958
+ "Version": "2012-10-17",
288959
+ "Statement": [
288960
+ {
288961
+ "Effect": "Allow",
288962
+ "Action": [
288963
+ "ram:CreateResourceShare"
288964
+ ],
288965
+ "Resource": "*",
288966
+ "Condition": {
288967
+ "StringLikeIfExists": {
288968
+ "ram:RequestedResourceType": [
288969
+ "glue:Table",
288970
+ "glue:Database",
288971
+ "glue:Catalog"
288972
+ ]
288973
+ }
288974
+ }
288975
+ },
288976
+ {
288977
+ "Effect": "Allow",
288978
+ "Action": [
288979
+ "ram:UpdateResourceShare",
288980
+ "ram:DeleteResourceShare",
288981
+ "ram:AssociateResourceShare",
288982
+ "ram:DisassociateResourceShare",
288983
+ "ram:GetResourceShares"
288984
+ ],
288985
+ "Resource": "*",
288986
+ "Condition": {
288987
+ "StringLike": {
288988
+ "ram:ResourceShareName": [
288989
+ "LakeFormation*"
288990
+ ]
288991
+ }
288992
+ }
288993
+ },
288994
+ {
288995
+ "Effect": "Allow",
288996
+ "Action": [
288997
+ "ram:AssociateResourceSharePermission"
288998
+ ],
288999
+ "Resource": "*",
289000
+ "Condition": {
289001
+ "StringLike": {
289002
+ "ram:PermissionArn": [
289003
+ "arn:aws:ram::aws:permission/AWSRAMLFEnabled*"
289004
+ ]
289005
+ }
289006
+ }
289007
+ },
289008
+ {
289009
+ "Effect": "Allow",
289010
+ "Action": [
289011
+ "glue:PutResourcePolicy",
289012
+ "glue:DeleteResourcePolicy",
289013
+ "organizations:DescribeOrganization",
289014
+ "organizations:DescribeAccount",
289015
+ "ram:Get*",
289016
+ "ram:List*"
289017
+ ],
289018
+ "Resource": "*"
289019
+ },
289020
+ {
289021
+ "Effect": "Allow",
289022
+ "Action": [
289023
+ "organizations:ListRoots",
289024
+ "organizations:ListAccountsForParent",
289025
+ "organizations:ListOrganizationalUnitsForParent"
289026
+ ],
289027
+ "Resource": "*"
289028
+ }
289029
+ ]
289030
+ }
288901
289031
  }
288902
289032
  },
288903
289033
  "createdDate": "2020-08-04T20:59:46.000Z",
288904
- "lastUpdatedDate": "2022-05-20T22:19:37.000Z"
289034
+ "lastUpdatedDate": "2023-11-01T00:50:49.000Z"
288905
289035
  },
288906
289036
  "AmazonLaunchWizard_Fullaccess": {
288907
289037
  "arn": "arn:aws:iam::aws:policy/AmazonLaunchWizard_Fullaccess",
@@ -445035,8 +445165,8 @@
445035
445165
  },
445036
445166
  "AWSSSMForSAPServiceLinkedRolePolicy": {
445037
445167
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AWSSSMForSAPServiceLinkedRolePolicy",
445038
- "latestVersionId": "v3",
445039
- "versionsCount": 3,
445168
+ "latestVersionId": "v4",
445169
+ "versionsCount": 4,
445040
445170
  "versions": {
445041
445171
  "v1": {
445042
445172
  "createdDate": "2022-11-16T01:18:21.000Z",
@@ -445403,10 +445533,236 @@
445403
445533
  }
445404
445534
  ]
445405
445535
  }
445536
+ },
445537
+ "v4": {
445538
+ "createdDate": "2022-11-16T01:18:21.000Z",
445539
+ "document": {
445540
+ "Version": "2012-10-17",
445541
+ "Statement": [
445542
+ {
445543
+ "Sid": "DescribeInstanceActions",
445544
+ "Effect": "Allow",
445545
+ "Action": [
445546
+ "ec2:DescribeInstances",
445547
+ "ssm:GetCommandInvocation",
445548
+ "ssm:DescribeInstanceInformation"
445549
+ ],
445550
+ "Resource": "*"
445551
+ },
445552
+ {
445553
+ "Sid": "DescribeInstanceStatus",
445554
+ "Effect": "Allow",
445555
+ "Action": "ec2:DescribeInstanceStatus",
445556
+ "Resource": "*"
445557
+ },
445558
+ {
445559
+ "Sid": "TargetRuleActions",
445560
+ "Effect": "Allow",
445561
+ "Action": [
445562
+ "events:DeleteRule",
445563
+ "events:PutTargets",
445564
+ "events:DescribeRule",
445565
+ "events:PutRule",
445566
+ "events:RemoveTargets"
445567
+ ],
445568
+ "Resource": [
445569
+ "arn:*:events:*:*:rule/SSMSAPManagedRule*",
445570
+ "arn:*:events:*:*:event-bus/default"
445571
+ ]
445572
+ },
445573
+ {
445574
+ "Sid": "DocumentActions",
445575
+ "Effect": "Allow",
445576
+ "Action": [
445577
+ "ssm:DescribeDocument",
445578
+ "ssm:SendCommand"
445579
+ ],
445580
+ "Resource": [
445581
+ "arn:*:ssm:*:*:document/AWSSystemsManagerSAP-*",
445582
+ "arn:*:ssm:*:*:document/AWSSSMSAP*",
445583
+ "arn:*:ssm:*:*:document/AWSSAP*"
445584
+ ]
445585
+ },
445586
+ {
445587
+ "Sid": "CustomerSendCommand",
445588
+ "Effect": "Allow",
445589
+ "Action": "ssm:SendCommand",
445590
+ "Resource": "arn:*:ec2:*:*:instance/*",
445591
+ "Condition": {
445592
+ "StringEqualsIgnoreCase": {
445593
+ "ssm:resourceTag/SSMForSAPManaged": "True"
445594
+ }
445595
+ }
445596
+ },
445597
+ {
445598
+ "Sid": "InstanceTagActions",
445599
+ "Effect": "Allow",
445600
+ "Action": [
445601
+ "ec2:CreateTags",
445602
+ "ec2:DeleteTags"
445603
+ ],
445604
+ "Resource": "arn:*:ec2:*:*:instance/*",
445605
+ "Condition": {
445606
+ "Null": {
445607
+ "aws:RequestTag/awsApplication": "false"
445608
+ },
445609
+ "StringEqualsIgnoreCase": {
445610
+ "ec2:ResourceTag/SSMForSAPManaged": "True"
445611
+ }
445612
+ }
445613
+ },
445614
+ {
445615
+ "Sid": "DescribeTag",
445616
+ "Effect": "Allow",
445617
+ "Action": "ec2:DescribeTags",
445618
+ "Resource": "*"
445619
+ },
445620
+ {
445621
+ "Sid": "GetApplication",
445622
+ "Effect": "Allow",
445623
+ "Action": "servicecatalog:GetApplication",
445624
+ "Resource": "arn:*:servicecatalog:*:*:*"
445625
+ },
445626
+ {
445627
+ "Sid": "DeleteApplication",
445628
+ "Effect": "Allow",
445629
+ "Action": "servicecatalog:DeleteApplication",
445630
+ "Resource": "arn:*:servicecatalog:*:*:*",
445631
+ "Condition": {
445632
+ "StringEquals": {
445633
+ "aws:ResourceTag/SSMForSAPCreated": "True"
445634
+ }
445635
+ }
445636
+ },
445637
+ {
445638
+ "Sid": "CreateApplication",
445639
+ "Effect": "Allow",
445640
+ "Action": [
445641
+ "servicecatalog:TagResource",
445642
+ "servicecatalog:CreateApplication"
445643
+ ],
445644
+ "Resource": "arn:*:servicecatalog:*:*:*",
445645
+ "Condition": {
445646
+ "StringEquals": {
445647
+ "aws:RequestTag/SSMForSAPCreated": "True"
445648
+ }
445649
+ }
445650
+ },
445651
+ {
445652
+ "Sid": "CreateServiceLinkedRole",
445653
+ "Effect": "Allow",
445654
+ "Action": "iam:CreateServiceLinkedRole",
445655
+ "Resource": "arn:*:iam::*:role/aws-service-role/servicecatalog-appregistry.amazonaws.com/AWSServiceRoleForAWSServiceCatalogAppRegistry",
445656
+ "Condition": {
445657
+ "StringEquals": {
445658
+ "iam:AWSServiceName": "servicecatalog-appregistry.amazonaws.com"
445659
+ }
445660
+ }
445661
+ },
445662
+ {
445663
+ "Sid": "PutMetricData",
445664
+ "Effect": "Allow",
445665
+ "Action": "cloudwatch:PutMetricData",
445666
+ "Resource": "*",
445667
+ "Condition": {
445668
+ "StringEquals": {
445669
+ "cloudwatch:namespace": [
445670
+ "AWS/Usage",
445671
+ "AWS/SSMForSAP"
445672
+ ]
445673
+ }
445674
+ }
445675
+ },
445676
+ {
445677
+ "Sid": "CreateAttributeGroup",
445678
+ "Effect": "Allow",
445679
+ "Action": "servicecatalog:CreateAttributeGroup",
445680
+ "Resource": "arn:*:servicecatalog:*:*:/attribute-groups/*",
445681
+ "Condition": {
445682
+ "StringEquals": {
445683
+ "aws:RequestTag/SSMForSAPCreated": "True"
445684
+ }
445685
+ }
445686
+ },
445687
+ {
445688
+ "Sid": "GetAttributeGroup",
445689
+ "Effect": "Allow",
445690
+ "Action": "servicecatalog:GetAttributeGroup",
445691
+ "Resource": "arn:*:servicecatalog:*:*:/attribute-groups/*"
445692
+ },
445693
+ {
445694
+ "Sid": "DeleteAttributeGroup",
445695
+ "Effect": "Allow",
445696
+ "Action": "servicecatalog:DeleteAttributeGroup",
445697
+ "Resource": "arn:*:servicecatalog:*:*:/attribute-groups/*",
445698
+ "Condition": {
445699
+ "StringEquals": {
445700
+ "aws:ResourceTag/SSMForSAPCreated": "True"
445701
+ }
445702
+ }
445703
+ },
445704
+ {
445705
+ "Sid": "AttributeGroupActions",
445706
+ "Effect": "Allow",
445707
+ "Action": [
445708
+ "servicecatalog:AssociateAttributeGroup",
445709
+ "servicecatalog:DisassociateAttributeGroup"
445710
+ ],
445711
+ "Resource": "arn:*:servicecatalog:*:*:*",
445712
+ "Condition": {
445713
+ "StringEquals": {
445714
+ "aws:ResourceTag/SSMForSAPCreated": "True"
445715
+ }
445716
+ }
445717
+ },
445718
+ {
445719
+ "Sid": "ListAssociatedAttributeGroups",
445720
+ "Effect": "Allow",
445721
+ "Action": "servicecatalog:ListAssociatedAttributeGroups",
445722
+ "Resource": "arn:*:servicecatalog:*:*:*"
445723
+ },
445724
+ {
445725
+ "Sid": "CreateGroup",
445726
+ "Effect": "Allow",
445727
+ "Action": [
445728
+ "resource-groups:CreateGroup",
445729
+ "resource-groups:Tag"
445730
+ ],
445731
+ "Resource": "arn:*:resource-groups:*:*:group/SystemsManagerForSAP-*",
445732
+ "Condition": {
445733
+ "StringEquals": {
445734
+ "aws:ResourceTag/SSMForSAPCreated": "True"
445735
+ },
445736
+ "ForAllValues:StringEquals": {
445737
+ "aws:TagKeys": [
445738
+ "SSMForSAPCreated"
445739
+ ]
445740
+ }
445741
+ }
445742
+ },
445743
+ {
445744
+ "Sid": "GetGroup",
445745
+ "Effect": "Allow",
445746
+ "Action": "resource-groups:GetGroup",
445747
+ "Resource": "arn:*:resource-groups:*:*:group/SystemsManagerForSAP-*"
445748
+ },
445749
+ {
445750
+ "Sid": "DeleteGroup",
445751
+ "Effect": "Allow",
445752
+ "Action": "resource-groups:DeleteGroup",
445753
+ "Resource": "arn:*:resource-groups:*:*:group/SystemsManagerForSAP-*",
445754
+ "Condition": {
445755
+ "StringEquals": {
445756
+ "aws:ResourceTag/SSMForSAPCreated": "True"
445757
+ }
445758
+ }
445759
+ }
445760
+ ]
445761
+ }
445406
445762
  }
445407
445763
  },
445408
445764
  "createdDate": "2022-11-16T01:18:21.000Z",
445409
- "lastUpdatedDate": "2023-07-31T22:33:25.000Z"
445765
+ "lastUpdatedDate": "2023-10-31T23:39:16.000Z"
445410
445766
  },
445411
445767
  "AWSSystemsManagerForSAPFullAccess": {
445412
445768
  "arn": "arn:aws:iam::aws:policy/AWSSystemsManagerForSAPFullAccess",
@@ -462175,5 +462531,71 @@
462175
462531
  },
462176
462532
  "createdDate": "2023-10-27T22:56:13.000Z",
462177
462533
  "lastUpdatedDate": "2023-10-27T22:56:13.000Z"
462534
+ },
462535
+ "AWSDataLifecycleManagerSSMFullAccess": {
462536
+ "arn": "arn:aws:iam::aws:policy/service-role/AWSDataLifecycleManagerSSMFullAccess",
462537
+ "latestVersionId": "v1",
462538
+ "versionsCount": 1,
462539
+ "versions": {
462540
+ "v1": {
462541
+ "createdDate": "2023-10-31T20:29:44.000Z",
462542
+ "document": {
462543
+ "Version": "2012-10-17",
462544
+ "Statement": [
462545
+ {
462546
+ "Sid": "AllowSSMReadOnlyAccess",
462547
+ "Effect": "Allow",
462548
+ "Action": [
462549
+ "ssm:GetCommandInvocation",
462550
+ "ssm:ListCommands",
462551
+ "ssm:DescribeInstanceInformation"
462552
+ ],
462553
+ "Resource": "*"
462554
+ },
462555
+ {
462556
+ "Sid": "AllowTaggedSSMDocumentsOnly",
462557
+ "Effect": "Allow",
462558
+ "Action": [
462559
+ "ssm:SendCommand",
462560
+ "ssm:DescribeDocument",
462561
+ "ssm:GetDocument"
462562
+ ],
462563
+ "Resource": [
462564
+ "arn:aws:ssm:*:*:document/*"
462565
+ ],
462566
+ "Condition": {
462567
+ "StringEquals": {
462568
+ "aws:ResourceTag/DLMScriptsAccess": "true"
462569
+ }
462570
+ }
462571
+ },
462572
+ {
462573
+ "Sid": "AllowSpecificAWSOwnedSSMDocuments",
462574
+ "Effect": "Allow",
462575
+ "Action": [
462576
+ "ssm:SendCommand",
462577
+ "ssm:DescribeDocument",
462578
+ "ssm:GetDocument"
462579
+ ],
462580
+ "Resource": [
462581
+ "arn:aws:ssm:*:*:document/AWSEC2-CreateVssSnapshot"
462582
+ ]
462583
+ },
462584
+ {
462585
+ "Sid": "AllowAllEC2Instances",
462586
+ "Effect": "Allow",
462587
+ "Action": [
462588
+ "ssm:SendCommand"
462589
+ ],
462590
+ "Resource": [
462591
+ "arn:aws:ec2:*:*:instance/*"
462592
+ ]
462593
+ }
462594
+ ]
462595
+ }
462596
+ }
462597
+ },
462598
+ "createdDate": "2023-10-31T20:29:44.000Z",
462599
+ "lastUpdatedDate": "2023-10-31T20:29:44.000Z"
462178
462600
  }
462179
462601
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
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",