aws-iam-managed-policies 0.0.77 → 0.0.78
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.
- package/dist/managedPolicies.json +404 -6
- package/package.json +1 -1
|
@@ -395184,8 +395184,8 @@
|
|
|
395184
395184
|
},
|
|
395185
395185
|
"AWSServiceCatalogAppRegistryFullAccess": {
|
|
395186
395186
|
"arn": "arn:aws:iam::aws:policy/AWSServiceCatalogAppRegistryFullAccess",
|
|
395187
|
-
"latestVersionId": "
|
|
395188
|
-
"versionsCount":
|
|
395187
|
+
"latestVersionId": "v6",
|
|
395188
|
+
"versionsCount": 6,
|
|
395189
395189
|
"versions": {
|
|
395190
395190
|
"v1": {
|
|
395191
395191
|
"createdDate": "2020-11-12T22:25:58.000Z",
|
|
@@ -395523,10 +395523,103 @@
|
|
|
395523
395523
|
}
|
|
395524
395524
|
]
|
|
395525
395525
|
}
|
|
395526
|
+
},
|
|
395527
|
+
"v6": {
|
|
395528
|
+
"createdDate": "2020-11-12T22:25:58.000Z",
|
|
395529
|
+
"document": {
|
|
395530
|
+
"Version": "2012-10-17",
|
|
395531
|
+
"Statement": [
|
|
395532
|
+
{
|
|
395533
|
+
"Sid": "AppRegistryUpdateStackAndResourceGroupTagging",
|
|
395534
|
+
"Effect": "Allow",
|
|
395535
|
+
"Action": [
|
|
395536
|
+
"cloudformation:UpdateStack",
|
|
395537
|
+
"tag:GetResources"
|
|
395538
|
+
],
|
|
395539
|
+
"Resource": "*",
|
|
395540
|
+
"Condition": {
|
|
395541
|
+
"ForAnyValue:StringEquals": {
|
|
395542
|
+
"aws:CalledVia": "servicecatalog-appregistry.amazonaws.com"
|
|
395543
|
+
}
|
|
395544
|
+
}
|
|
395545
|
+
},
|
|
395546
|
+
{
|
|
395547
|
+
"Sid": "AppRegistryResourceGroupsIntegration",
|
|
395548
|
+
"Effect": "Allow",
|
|
395549
|
+
"Action": [
|
|
395550
|
+
"resource-groups:CreateGroup",
|
|
395551
|
+
"resource-groups:DeleteGroup",
|
|
395552
|
+
"resource-groups:GetGroup",
|
|
395553
|
+
"resource-groups:GetTags",
|
|
395554
|
+
"resource-groups:Tag",
|
|
395555
|
+
"resource-groups:Untag",
|
|
395556
|
+
"resource-groups:GetGroupConfiguration",
|
|
395557
|
+
"resource-groups:AssociateResource",
|
|
395558
|
+
"resource-groups:DisassociateResource"
|
|
395559
|
+
],
|
|
395560
|
+
"Resource": "arn:aws:resource-groups:*:*:group/AWS_*",
|
|
395561
|
+
"Condition": {
|
|
395562
|
+
"ForAnyValue:StringEquals": {
|
|
395563
|
+
"aws:CalledVia": "servicecatalog-appregistry.amazonaws.com"
|
|
395564
|
+
}
|
|
395565
|
+
}
|
|
395566
|
+
},
|
|
395567
|
+
{
|
|
395568
|
+
"Sid": "AppRegistryServiceLinkedRole",
|
|
395569
|
+
"Effect": "Allow",
|
|
395570
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
395571
|
+
"Resource": "arn:aws:iam::*:role/aws-service-role/servicecatalog-appregistry.amazonaws.com/AWSServiceRoleForAWSServiceCatalogAppRegistry*",
|
|
395572
|
+
"Condition": {
|
|
395573
|
+
"StringEquals": {
|
|
395574
|
+
"iam:AWSServiceName": "servicecatalog-appregistry.amazonaws.com"
|
|
395575
|
+
}
|
|
395576
|
+
}
|
|
395577
|
+
},
|
|
395578
|
+
{
|
|
395579
|
+
"Sid": "AppRegistryOperations",
|
|
395580
|
+
"Effect": "Allow",
|
|
395581
|
+
"Action": [
|
|
395582
|
+
"cloudformation:DescribeStacks",
|
|
395583
|
+
"servicecatalog:CreateApplication",
|
|
395584
|
+
"servicecatalog:GetApplication",
|
|
395585
|
+
"servicecatalog:UpdateApplication",
|
|
395586
|
+
"servicecatalog:DeleteApplication",
|
|
395587
|
+
"servicecatalog:ListApplications",
|
|
395588
|
+
"servicecatalog:AssociateResource",
|
|
395589
|
+
"servicecatalog:DisassociateResource",
|
|
395590
|
+
"servicecatalog:GetAssociatedResource",
|
|
395591
|
+
"servicecatalog:ListAssociatedResources",
|
|
395592
|
+
"servicecatalog:AssociateAttributeGroup",
|
|
395593
|
+
"servicecatalog:DisassociateAttributeGroup",
|
|
395594
|
+
"servicecatalog:ListAssociatedAttributeGroups",
|
|
395595
|
+
"servicecatalog:CreateAttributeGroup",
|
|
395596
|
+
"servicecatalog:UpdateAttributeGroup",
|
|
395597
|
+
"servicecatalog:DeleteAttributeGroup",
|
|
395598
|
+
"servicecatalog:GetAttributeGroup",
|
|
395599
|
+
"servicecatalog:ListAttributeGroups",
|
|
395600
|
+
"servicecatalog:SyncResource",
|
|
395601
|
+
"servicecatalog:ListAttributeGroupsForApplication",
|
|
395602
|
+
"servicecatalog:GetConfiguration",
|
|
395603
|
+
"servicecatalog:PutConfiguration"
|
|
395604
|
+
],
|
|
395605
|
+
"Resource": "*"
|
|
395606
|
+
},
|
|
395607
|
+
{
|
|
395608
|
+
"Sid": "AppRegistryResourceTagging",
|
|
395609
|
+
"Effect": "Allow",
|
|
395610
|
+
"Action": [
|
|
395611
|
+
"servicecatalog:ListTagsForResource",
|
|
395612
|
+
"servicecatalog:UntagResource",
|
|
395613
|
+
"servicecatalog:TagResource"
|
|
395614
|
+
],
|
|
395615
|
+
"Resource": "arn:aws:servicecatalog:*:*:*"
|
|
395616
|
+
}
|
|
395617
|
+
]
|
|
395618
|
+
}
|
|
395526
395619
|
}
|
|
395527
395620
|
},
|
|
395528
395621
|
"createdDate": "2020-11-12T22:25:58.000Z",
|
|
395529
|
-
"lastUpdatedDate": "2023-
|
|
395622
|
+
"lastUpdatedDate": "2023-12-07T21:50:00.000Z"
|
|
395530
395623
|
},
|
|
395531
395624
|
"AWSServiceCatalogAppRegistryReadOnlyAccess": {
|
|
395532
395625
|
"arn": "arn:aws:iam::aws:policy/AWSServiceCatalogAppRegistryReadOnlyAccess",
|
|
@@ -484355,8 +484448,8 @@
|
|
|
484355
484448
|
},
|
|
484356
484449
|
"AmazonSageMakerCanvasDataPrepFullAccess": {
|
|
484357
484450
|
"arn": "arn:aws:iam::aws:policy/AmazonSageMakerCanvasDataPrepFullAccess",
|
|
484358
|
-
"latestVersionId": "
|
|
484359
|
-
"versionsCount":
|
|
484451
|
+
"latestVersionId": "v2",
|
|
484452
|
+
"versionsCount": 2,
|
|
484360
484453
|
"versions": {
|
|
484361
484454
|
"v1": {
|
|
484362
484455
|
"createdDate": "2023-10-27T22:56:13.000Z",
|
|
@@ -484648,10 +484741,315 @@
|
|
|
484648
484741
|
}
|
|
484649
484742
|
]
|
|
484650
484743
|
}
|
|
484744
|
+
},
|
|
484745
|
+
"v2": {
|
|
484746
|
+
"createdDate": "2023-10-27T22:56:13.000Z",
|
|
484747
|
+
"document": {
|
|
484748
|
+
"Version": "2012-10-17",
|
|
484749
|
+
"Statement": [
|
|
484750
|
+
{
|
|
484751
|
+
"Sid": "SageMakerListFeatureGroupOperation",
|
|
484752
|
+
"Effect": "Allow",
|
|
484753
|
+
"Action": "sagemaker:ListFeatureGroups",
|
|
484754
|
+
"Resource": "*"
|
|
484755
|
+
},
|
|
484756
|
+
{
|
|
484757
|
+
"Sid": "SageMakerFeatureGroupOperations",
|
|
484758
|
+
"Effect": "Allow",
|
|
484759
|
+
"Action": [
|
|
484760
|
+
"sagemaker:CreateFeatureGroup",
|
|
484761
|
+
"sagemaker:DescribeFeatureGroup"
|
|
484762
|
+
],
|
|
484763
|
+
"Resource": "arn:aws:sagemaker:*:*:feature-group/*"
|
|
484764
|
+
},
|
|
484765
|
+
{
|
|
484766
|
+
"Sid": "SageMakerProcessingJobOperations",
|
|
484767
|
+
"Effect": "Allow",
|
|
484768
|
+
"Action": [
|
|
484769
|
+
"sagemaker:CreateProcessingJob",
|
|
484770
|
+
"sagemaker:DescribeProcessingJob",
|
|
484771
|
+
"sagemaker:AddTags"
|
|
484772
|
+
],
|
|
484773
|
+
"Resource": "arn:aws:sagemaker:*:*:processing-job/*canvas-data-prep*"
|
|
484774
|
+
},
|
|
484775
|
+
{
|
|
484776
|
+
"Sid": "SageMakerProcessingJobListOperation",
|
|
484777
|
+
"Effect": "Allow",
|
|
484778
|
+
"Action": "sagemaker:ListProcessingJobs",
|
|
484779
|
+
"Resource": "*"
|
|
484780
|
+
},
|
|
484781
|
+
{
|
|
484782
|
+
"Sid": "SageMakerPipelineOperations",
|
|
484783
|
+
"Effect": "Allow",
|
|
484784
|
+
"Action": [
|
|
484785
|
+
"sagemaker:DescribePipeline",
|
|
484786
|
+
"sagemaker:CreatePipeline",
|
|
484787
|
+
"sagemaker:UpdatePipeline",
|
|
484788
|
+
"sagemaker:DeletePipeline",
|
|
484789
|
+
"sagemaker:StartPipelineExecution",
|
|
484790
|
+
"sagemaker:ListPipelineExecutionSteps",
|
|
484791
|
+
"sagemaker:DescribePipelineExecution"
|
|
484792
|
+
],
|
|
484793
|
+
"Resource": "arn:aws:sagemaker:*:*:pipeline/*canvas-data-prep*"
|
|
484794
|
+
},
|
|
484795
|
+
{
|
|
484796
|
+
"Sid": "KMSListOperations",
|
|
484797
|
+
"Effect": "Allow",
|
|
484798
|
+
"Action": "kms:ListAliases",
|
|
484799
|
+
"Resource": "*"
|
|
484800
|
+
},
|
|
484801
|
+
{
|
|
484802
|
+
"Sid": "KMSOperations",
|
|
484803
|
+
"Effect": "Allow",
|
|
484804
|
+
"Action": "kms:DescribeKey",
|
|
484805
|
+
"Resource": "arn:aws:kms:*:*:key/*"
|
|
484806
|
+
},
|
|
484807
|
+
{
|
|
484808
|
+
"Sid": "S3Operations",
|
|
484809
|
+
"Effect": "Allow",
|
|
484810
|
+
"Action": [
|
|
484811
|
+
"s3:GetObject",
|
|
484812
|
+
"s3:PutObject",
|
|
484813
|
+
"s3:DeleteObject",
|
|
484814
|
+
"s3:GetBucketCors",
|
|
484815
|
+
"s3:GetBucketLocation",
|
|
484816
|
+
"s3:AbortMultipartUpload"
|
|
484817
|
+
],
|
|
484818
|
+
"Resource": [
|
|
484819
|
+
"arn:aws:s3:::*SageMaker*",
|
|
484820
|
+
"arn:aws:s3:::*Sagemaker*",
|
|
484821
|
+
"arn:aws:s3:::*sagemaker*"
|
|
484822
|
+
],
|
|
484823
|
+
"Condition": {
|
|
484824
|
+
"StringEquals": {
|
|
484825
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
484826
|
+
}
|
|
484827
|
+
}
|
|
484828
|
+
},
|
|
484829
|
+
{
|
|
484830
|
+
"Sid": "S3GetObjectOperation",
|
|
484831
|
+
"Effect": "Allow",
|
|
484832
|
+
"Action": "s3:GetObject",
|
|
484833
|
+
"Resource": "arn:aws:s3:::*",
|
|
484834
|
+
"Condition": {
|
|
484835
|
+
"StringEqualsIgnoreCase": {
|
|
484836
|
+
"s3:ExistingObjectTag/SageMaker": "true"
|
|
484837
|
+
},
|
|
484838
|
+
"StringEquals": {
|
|
484839
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
484840
|
+
}
|
|
484841
|
+
}
|
|
484842
|
+
},
|
|
484843
|
+
{
|
|
484844
|
+
"Sid": "S3ListOperations",
|
|
484845
|
+
"Effect": "Allow",
|
|
484846
|
+
"Action": [
|
|
484847
|
+
"s3:ListBucket",
|
|
484848
|
+
"s3:ListAllMyBuckets"
|
|
484849
|
+
],
|
|
484850
|
+
"Resource": "*"
|
|
484851
|
+
},
|
|
484852
|
+
{
|
|
484853
|
+
"Sid": "IAMListOperations",
|
|
484854
|
+
"Effect": "Allow",
|
|
484855
|
+
"Action": "iam:ListRoles",
|
|
484856
|
+
"Resource": "*"
|
|
484857
|
+
},
|
|
484858
|
+
{
|
|
484859
|
+
"Sid": "IAMGetOperations",
|
|
484860
|
+
"Effect": "Allow",
|
|
484861
|
+
"Action": "iam:GetRole",
|
|
484862
|
+
"Resource": "arn:aws:iam::*:role/*"
|
|
484863
|
+
},
|
|
484864
|
+
{
|
|
484865
|
+
"Sid": "IAMPassOperation",
|
|
484866
|
+
"Effect": "Allow",
|
|
484867
|
+
"Action": "iam:PassRole",
|
|
484868
|
+
"Resource": "arn:aws:iam::*:role/*",
|
|
484869
|
+
"Condition": {
|
|
484870
|
+
"StringEquals": {
|
|
484871
|
+
"iam:PassedToService": [
|
|
484872
|
+
"sagemaker.amazonaws.com",
|
|
484873
|
+
"events.amazonaws.com"
|
|
484874
|
+
]
|
|
484875
|
+
}
|
|
484876
|
+
}
|
|
484877
|
+
},
|
|
484878
|
+
{
|
|
484879
|
+
"Sid": "EventBridgePutOperation",
|
|
484880
|
+
"Effect": "Allow",
|
|
484881
|
+
"Action": [
|
|
484882
|
+
"events:PutRule"
|
|
484883
|
+
],
|
|
484884
|
+
"Resource": "arn:aws:events:*:*:rule/*",
|
|
484885
|
+
"Condition": {
|
|
484886
|
+
"StringEquals": {
|
|
484887
|
+
"aws:RequestTag/sagemaker:is-canvas-data-prep-job": "true"
|
|
484888
|
+
}
|
|
484889
|
+
}
|
|
484890
|
+
},
|
|
484891
|
+
{
|
|
484892
|
+
"Sid": "EventBridgeOperations",
|
|
484893
|
+
"Effect": "Allow",
|
|
484894
|
+
"Action": [
|
|
484895
|
+
"events:DescribeRule",
|
|
484896
|
+
"events:PutTargets"
|
|
484897
|
+
],
|
|
484898
|
+
"Resource": "arn:aws:events:*:*:rule/*",
|
|
484899
|
+
"Condition": {
|
|
484900
|
+
"StringEquals": {
|
|
484901
|
+
"aws:ResourceTag/sagemaker:is-canvas-data-prep-job": "true"
|
|
484902
|
+
}
|
|
484903
|
+
}
|
|
484904
|
+
},
|
|
484905
|
+
{
|
|
484906
|
+
"Sid": "EventBridgeTagBasedOperations",
|
|
484907
|
+
"Effect": "Allow",
|
|
484908
|
+
"Action": [
|
|
484909
|
+
"events:TagResource"
|
|
484910
|
+
],
|
|
484911
|
+
"Resource": "arn:aws:events:*:*:rule/*",
|
|
484912
|
+
"Condition": {
|
|
484913
|
+
"StringEquals": {
|
|
484914
|
+
"aws:RequestTag/sagemaker:is-canvas-data-prep-job": "true",
|
|
484915
|
+
"aws:ResourceTag/sagemaker:is-canvas-data-prep-job": "true"
|
|
484916
|
+
}
|
|
484917
|
+
}
|
|
484918
|
+
},
|
|
484919
|
+
{
|
|
484920
|
+
"Sid": "EventBridgeListTagOperation",
|
|
484921
|
+
"Effect": "Allow",
|
|
484922
|
+
"Action": "events:ListTagsForResource",
|
|
484923
|
+
"Resource": "*"
|
|
484924
|
+
},
|
|
484925
|
+
{
|
|
484926
|
+
"Sid": "GlueOperations",
|
|
484927
|
+
"Effect": "Allow",
|
|
484928
|
+
"Action": [
|
|
484929
|
+
"glue:GetDatabases",
|
|
484930
|
+
"glue:GetTable",
|
|
484931
|
+
"glue:GetTables",
|
|
484932
|
+
"glue:SearchTables"
|
|
484933
|
+
],
|
|
484934
|
+
"Resource": [
|
|
484935
|
+
"arn:aws:glue:*:*:table/*",
|
|
484936
|
+
"arn:aws:glue:*:*:catalog",
|
|
484937
|
+
"arn:aws:glue:*:*:database/*"
|
|
484938
|
+
]
|
|
484939
|
+
},
|
|
484940
|
+
{
|
|
484941
|
+
"Sid": "EMROperations",
|
|
484942
|
+
"Effect": "Allow",
|
|
484943
|
+
"Action": [
|
|
484944
|
+
"elasticmapreduce:DescribeCluster",
|
|
484945
|
+
"elasticmapreduce:ListInstanceGroups"
|
|
484946
|
+
],
|
|
484947
|
+
"Resource": "arn:aws:elasticmapreduce:*:*:cluster/*"
|
|
484948
|
+
},
|
|
484949
|
+
{
|
|
484950
|
+
"Sid": "EMRListOperation",
|
|
484951
|
+
"Effect": "Allow",
|
|
484952
|
+
"Action": "elasticmapreduce:ListClusters",
|
|
484953
|
+
"Resource": "*"
|
|
484954
|
+
},
|
|
484955
|
+
{
|
|
484956
|
+
"Sid": "AthenaListDataCatalogOperation",
|
|
484957
|
+
"Effect": "Allow",
|
|
484958
|
+
"Action": "athena:ListDataCatalogs",
|
|
484959
|
+
"Resource": "*"
|
|
484960
|
+
},
|
|
484961
|
+
{
|
|
484962
|
+
"Sid": "AthenaQueryExecutionOperations",
|
|
484963
|
+
"Effect": "Allow",
|
|
484964
|
+
"Action": [
|
|
484965
|
+
"athena:GetQueryExecution",
|
|
484966
|
+
"athena:GetQueryResults",
|
|
484967
|
+
"athena:StartQueryExecution",
|
|
484968
|
+
"athena:StopQueryExecution"
|
|
484969
|
+
],
|
|
484970
|
+
"Resource": "arn:aws:athena:*:*:workgroup/*"
|
|
484971
|
+
},
|
|
484972
|
+
{
|
|
484973
|
+
"Sid": "AthenaDataCatalogOperations",
|
|
484974
|
+
"Effect": "Allow",
|
|
484975
|
+
"Action": [
|
|
484976
|
+
"athena:ListDatabases",
|
|
484977
|
+
"athena:ListTableMetadata"
|
|
484978
|
+
],
|
|
484979
|
+
"Resource": "arn:aws:athena:*:*:datacatalog/*"
|
|
484980
|
+
},
|
|
484981
|
+
{
|
|
484982
|
+
"Sid": "RedshiftOperations",
|
|
484983
|
+
"Effect": "Allow",
|
|
484984
|
+
"Action": [
|
|
484985
|
+
"redshift-data:DescribeStatement",
|
|
484986
|
+
"redshift-data:CancelStatement",
|
|
484987
|
+
"redshift-data:GetStatementResult"
|
|
484988
|
+
],
|
|
484989
|
+
"Resource": "*"
|
|
484990
|
+
},
|
|
484991
|
+
{
|
|
484992
|
+
"Sid": "RedshiftArnBasedOperations",
|
|
484993
|
+
"Effect": "Allow",
|
|
484994
|
+
"Action": [
|
|
484995
|
+
"redshift-data:ExecuteStatement",
|
|
484996
|
+
"redshift-data:ListSchemas",
|
|
484997
|
+
"redshift-data:ListTables"
|
|
484998
|
+
],
|
|
484999
|
+
"Resource": "arn:aws:redshift:*:*:cluster:*"
|
|
485000
|
+
},
|
|
485001
|
+
{
|
|
485002
|
+
"Sid": "RedshiftGetCredentialsOperation",
|
|
485003
|
+
"Effect": "Allow",
|
|
485004
|
+
"Action": "redshift:GetClusterCredentials",
|
|
485005
|
+
"Resource": [
|
|
485006
|
+
"arn:aws:redshift:*:*:dbuser:*/sagemaker_access*",
|
|
485007
|
+
"arn:aws:redshift:*:*:dbname:*"
|
|
485008
|
+
]
|
|
485009
|
+
},
|
|
485010
|
+
{
|
|
485011
|
+
"Sid": "SecretsManagerARNBasedOperation",
|
|
485012
|
+
"Effect": "Allow",
|
|
485013
|
+
"Action": "secretsmanager:CreateSecret",
|
|
485014
|
+
"Resource": "arn:aws:secretsmanager:*:*:secret:AmazonSageMaker-*"
|
|
485015
|
+
},
|
|
485016
|
+
{
|
|
485017
|
+
"Sid": "SecretManagerTagBasedOperation",
|
|
485018
|
+
"Effect": "Allow",
|
|
485019
|
+
"Action": [
|
|
485020
|
+
"secretsmanager:DescribeSecret",
|
|
485021
|
+
"secretsmanager:GetSecretValue"
|
|
485022
|
+
],
|
|
485023
|
+
"Resource": "arn:aws:secretsmanager:*:*:secret:AmazonSageMaker-*",
|
|
485024
|
+
"Condition": {
|
|
485025
|
+
"StringEquals": {
|
|
485026
|
+
"aws:ResourceTag/SageMaker": "true",
|
|
485027
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
485028
|
+
}
|
|
485029
|
+
}
|
|
485030
|
+
},
|
|
485031
|
+
{
|
|
485032
|
+
"Sid": "RDSOperation",
|
|
485033
|
+
"Effect": "Allow",
|
|
485034
|
+
"Action": "rds:DescribeDBInstances",
|
|
485035
|
+
"Resource": "*"
|
|
485036
|
+
},
|
|
485037
|
+
{
|
|
485038
|
+
"Sid": "LoggingOperation",
|
|
485039
|
+
"Effect": "Allow",
|
|
485040
|
+
"Action": [
|
|
485041
|
+
"logs:CreateLogGroup",
|
|
485042
|
+
"logs:CreateLogStream",
|
|
485043
|
+
"logs:PutLogEvents"
|
|
485044
|
+
],
|
|
485045
|
+
"Resource": "arn:aws:logs:*:*:log-group:/aws/sagemaker/studio:*"
|
|
485046
|
+
}
|
|
485047
|
+
]
|
|
485048
|
+
}
|
|
484651
485049
|
}
|
|
484652
485050
|
},
|
|
484653
485051
|
"createdDate": "2023-10-27T22:56:13.000Z",
|
|
484654
|
-
"lastUpdatedDate": "2023-
|
|
485052
|
+
"lastUpdatedDate": "2023-12-08T02:53:24.000Z"
|
|
484655
485053
|
},
|
|
484656
485054
|
"AWSDataLifecycleManagerSSMFullAccess": {
|
|
484657
485055
|
"arn": "arn:aws:iam::aws:policy/service-role/AWSDataLifecycleManagerSSMFullAccess",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-managed-policies",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.78",
|
|
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",
|