aws-iam-managed-policies 0.0.430 → 0.0.432
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 +382 -9
- package/package.json +1 -1
|
@@ -861412,8 +861412,8 @@
|
|
|
861412
861412
|
},
|
|
861413
861413
|
"AmazonAuroraDSQLConsoleFullAccess": {
|
|
861414
861414
|
"arn": "arn:aws:iam::aws:policy/AmazonAuroraDSQLConsoleFullAccess",
|
|
861415
|
-
"latestVersionId": "
|
|
861416
|
-
"versionsCount":
|
|
861415
|
+
"latestVersionId": "v4",
|
|
861416
|
+
"versionsCount": 4,
|
|
861417
861417
|
"versions": {
|
|
861418
861418
|
"v1": {
|
|
861419
861419
|
"createdDate": "2024-12-03T15:36:07.000Z",
|
|
@@ -861597,15 +861597,98 @@
|
|
|
861597
861597
|
}
|
|
861598
861598
|
]
|
|
861599
861599
|
}
|
|
861600
|
+
},
|
|
861601
|
+
"v4": {
|
|
861602
|
+
"createdDate": "2024-12-03T15:36:07.000Z",
|
|
861603
|
+
"document": {
|
|
861604
|
+
"Version": "2012-10-17",
|
|
861605
|
+
"Statement": [
|
|
861606
|
+
{
|
|
861607
|
+
"Sid": "DsqlAllPermissions",
|
|
861608
|
+
"Effect": "Allow",
|
|
861609
|
+
"Action": [
|
|
861610
|
+
"dsql:CreateCluster",
|
|
861611
|
+
"dsql:GetCluster",
|
|
861612
|
+
"dsql:UpdateCluster",
|
|
861613
|
+
"dsql:DeleteCluster",
|
|
861614
|
+
"dsql:ListClusters",
|
|
861615
|
+
"dsql:TagResource",
|
|
861616
|
+
"dsql:UntagResource",
|
|
861617
|
+
"dsql:ListTagsForResource",
|
|
861618
|
+
"dsql:DbConnectAdmin",
|
|
861619
|
+
"dsql:DbConnect",
|
|
861620
|
+
"dsql:PutMultiRegionProperties",
|
|
861621
|
+
"dsql:PutWitnessRegion",
|
|
861622
|
+
"dsql:AddPeerCluster",
|
|
861623
|
+
"dsql:RemovePeerCluster",
|
|
861624
|
+
"dsql:GetVpcEndpointServiceName",
|
|
861625
|
+
"dsql:StartBackupJob",
|
|
861626
|
+
"dsql:GetBackupJob",
|
|
861627
|
+
"dsql:StopBackupJob",
|
|
861628
|
+
"dsql:StartRestoreJob",
|
|
861629
|
+
"dsql:GetRestoreJob",
|
|
861630
|
+
"dsql:StopRestoreJob",
|
|
861631
|
+
"dsql:InjectError"
|
|
861632
|
+
],
|
|
861633
|
+
"Resource": "*"
|
|
861634
|
+
},
|
|
861635
|
+
{
|
|
861636
|
+
"Sid": "DsqlConsolePermissions",
|
|
861637
|
+
"Effect": "Allow",
|
|
861638
|
+
"Action": [
|
|
861639
|
+
"tag:GetTagKeys",
|
|
861640
|
+
"tag:GetTagValues",
|
|
861641
|
+
"cloudwatch:GetMetricData",
|
|
861642
|
+
"ec2:DescribeVpcEndpoints",
|
|
861643
|
+
"kms:ListAliases",
|
|
861644
|
+
"kms:DescribeKey"
|
|
861645
|
+
],
|
|
861646
|
+
"Resource": "*"
|
|
861647
|
+
},
|
|
861648
|
+
{
|
|
861649
|
+
"Sid": "KMSCryptographicPermissions",
|
|
861650
|
+
"Effect": "Allow",
|
|
861651
|
+
"Action": [
|
|
861652
|
+
"kms:Decrypt",
|
|
861653
|
+
"kms:Encrypt",
|
|
861654
|
+
"kms:GenerateDataKey",
|
|
861655
|
+
"kms:ReEncryptTo",
|
|
861656
|
+
"kms:ReEncryptFrom"
|
|
861657
|
+
],
|
|
861658
|
+
"Resource": "*",
|
|
861659
|
+
"Condition": {
|
|
861660
|
+
"StringLike": {
|
|
861661
|
+
"kms:ViaService": [
|
|
861662
|
+
"dsql.*.amazonaws.com"
|
|
861663
|
+
]
|
|
861664
|
+
},
|
|
861665
|
+
"ForAnyValue:StringEquals": {
|
|
861666
|
+
"kms:EncryptionContextKeys": "aws:dsql:ClusterId"
|
|
861667
|
+
}
|
|
861668
|
+
}
|
|
861669
|
+
},
|
|
861670
|
+
{
|
|
861671
|
+
"Sid": "CreateDsqlServiceLinkedRole",
|
|
861672
|
+
"Effect": "Allow",
|
|
861673
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
861674
|
+
"Resource": "*",
|
|
861675
|
+
"Condition": {
|
|
861676
|
+
"StringEquals": {
|
|
861677
|
+
"iam:AWSServiceName": "dsql.amazonaws.com"
|
|
861678
|
+
}
|
|
861679
|
+
}
|
|
861680
|
+
}
|
|
861681
|
+
]
|
|
861682
|
+
}
|
|
861600
861683
|
}
|
|
861601
861684
|
},
|
|
861602
861685
|
"createdDate": "2024-12-03T15:36:07.000Z",
|
|
861603
|
-
"lastUpdatedDate": "2025-
|
|
861686
|
+
"lastUpdatedDate": "2025-08-22T19:19:07.000Z"
|
|
861604
861687
|
},
|
|
861605
861688
|
"AmazonAuroraDSQLFullAccess": {
|
|
861606
861689
|
"arn": "arn:aws:iam::aws:policy/AmazonAuroraDSQLFullAccess",
|
|
861607
|
-
"latestVersionId": "
|
|
861608
|
-
"versionsCount":
|
|
861690
|
+
"latestVersionId": "v4",
|
|
861691
|
+
"versionsCount": 4,
|
|
861609
861692
|
"versions": {
|
|
861610
861693
|
"v1": {
|
|
861611
861694
|
"createdDate": "2024-12-03T15:36:07.000Z",
|
|
@@ -861795,10 +861878,103 @@
|
|
|
861795
861878
|
}
|
|
861796
861879
|
]
|
|
861797
861880
|
}
|
|
861881
|
+
},
|
|
861882
|
+
"v4": {
|
|
861883
|
+
"createdDate": "2024-12-03T15:36:07.000Z",
|
|
861884
|
+
"document": {
|
|
861885
|
+
"Version": "2012-10-17",
|
|
861886
|
+
"Statement": [
|
|
861887
|
+
{
|
|
861888
|
+
"Sid": "DsqlAllPermissions",
|
|
861889
|
+
"Effect": "Allow",
|
|
861890
|
+
"Action": [
|
|
861891
|
+
"dsql:CreateCluster",
|
|
861892
|
+
"dsql:GetCluster",
|
|
861893
|
+
"dsql:UpdateCluster",
|
|
861894
|
+
"dsql:DeleteCluster",
|
|
861895
|
+
"dsql:ListClusters",
|
|
861896
|
+
"dsql:TagResource",
|
|
861897
|
+
"dsql:UntagResource",
|
|
861898
|
+
"dsql:ListTagsForResource",
|
|
861899
|
+
"dsql:DbConnectAdmin",
|
|
861900
|
+
"dsql:DbConnect",
|
|
861901
|
+
"dsql:PutMultiRegionProperties",
|
|
861902
|
+
"dsql:PutWitnessRegion",
|
|
861903
|
+
"dsql:AddPeerCluster",
|
|
861904
|
+
"dsql:RemovePeerCluster",
|
|
861905
|
+
"dsql:GetVpcEndpointServiceName",
|
|
861906
|
+
"dsql:StartBackupJob",
|
|
861907
|
+
"dsql:GetBackupJob",
|
|
861908
|
+
"dsql:StopBackupJob",
|
|
861909
|
+
"dsql:StartRestoreJob",
|
|
861910
|
+
"dsql:GetRestoreJob",
|
|
861911
|
+
"dsql:StopRestoreJob",
|
|
861912
|
+
"dsql:InjectError"
|
|
861913
|
+
],
|
|
861914
|
+
"Resource": "*"
|
|
861915
|
+
},
|
|
861916
|
+
{
|
|
861917
|
+
"Sid": "RelatedServicesPermissions",
|
|
861918
|
+
"Effect": "Allow",
|
|
861919
|
+
"Action": [
|
|
861920
|
+
"cloudwatch:GetMetricData"
|
|
861921
|
+
],
|
|
861922
|
+
"Resource": "*"
|
|
861923
|
+
},
|
|
861924
|
+
{
|
|
861925
|
+
"Sid": "CreateDsqlServiceLinkedRole",
|
|
861926
|
+
"Effect": "Allow",
|
|
861927
|
+
"Action": "iam:CreateServiceLinkedRole",
|
|
861928
|
+
"Resource": "*",
|
|
861929
|
+
"Condition": {
|
|
861930
|
+
"StringEquals": {
|
|
861931
|
+
"iam:AWSServiceName": "dsql.amazonaws.com"
|
|
861932
|
+
}
|
|
861933
|
+
}
|
|
861934
|
+
},
|
|
861935
|
+
{
|
|
861936
|
+
"Sid": "KMSDescribePermission",
|
|
861937
|
+
"Effect": "Allow",
|
|
861938
|
+
"Action": [
|
|
861939
|
+
"kms:DescribeKey"
|
|
861940
|
+
],
|
|
861941
|
+
"Resource": "*",
|
|
861942
|
+
"Condition": {
|
|
861943
|
+
"StringLike": {
|
|
861944
|
+
"kms:ViaService": [
|
|
861945
|
+
"dsql.*.amazonaws.com"
|
|
861946
|
+
]
|
|
861947
|
+
}
|
|
861948
|
+
}
|
|
861949
|
+
},
|
|
861950
|
+
{
|
|
861951
|
+
"Sid": "KMSCryptographicPermissions",
|
|
861952
|
+
"Effect": "Allow",
|
|
861953
|
+
"Action": [
|
|
861954
|
+
"kms:Decrypt",
|
|
861955
|
+
"kms:Encrypt",
|
|
861956
|
+
"kms:GenerateDataKey",
|
|
861957
|
+
"kms:ReEncryptTo",
|
|
861958
|
+
"kms:ReEncryptFrom"
|
|
861959
|
+
],
|
|
861960
|
+
"Resource": "*",
|
|
861961
|
+
"Condition": {
|
|
861962
|
+
"StringLike": {
|
|
861963
|
+
"kms:ViaService": [
|
|
861964
|
+
"dsql.*.amazonaws.com"
|
|
861965
|
+
]
|
|
861966
|
+
},
|
|
861967
|
+
"ForAnyValue:StringEquals": {
|
|
861968
|
+
"kms:EncryptionContextKeys": "aws:dsql:ClusterId"
|
|
861969
|
+
}
|
|
861970
|
+
}
|
|
861971
|
+
}
|
|
861972
|
+
]
|
|
861973
|
+
}
|
|
861798
861974
|
}
|
|
861799
861975
|
},
|
|
861800
861976
|
"createdDate": "2024-12-03T15:36:07.000Z",
|
|
861801
|
-
"lastUpdatedDate": "2025-
|
|
861977
|
+
"lastUpdatedDate": "2025-08-22T19:04:07.000Z"
|
|
861802
861978
|
},
|
|
861803
861979
|
"AmazonSageMakerTrainingPlanCreateAccess": {
|
|
861804
861980
|
"arn": "arn:aws:iam::aws:policy/AmazonSageMakerTrainingPlanCreateAccess",
|
|
@@ -865759,8 +865935,8 @@
|
|
|
865759
865935
|
},
|
|
865760
865936
|
"AWSSystemsManagerJustInTimeAccessServicePolicy": {
|
|
865761
865937
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/AWSSystemsManagerJustInTimeAccessServicePolicy",
|
|
865762
|
-
"latestVersionId": "
|
|
865763
|
-
"versionsCount":
|
|
865938
|
+
"latestVersionId": "v2",
|
|
865939
|
+
"versionsCount": 2,
|
|
865764
865940
|
"versions": {
|
|
865765
865941
|
"v1": {
|
|
865766
865942
|
"createdDate": "2025-04-21T20:07:07.000Z",
|
|
@@ -865938,10 +866114,207 @@
|
|
|
865938
866114
|
}
|
|
865939
866115
|
]
|
|
865940
866116
|
}
|
|
866117
|
+
},
|
|
866118
|
+
"v2": {
|
|
866119
|
+
"createdDate": "2025-04-21T20:07:07.000Z",
|
|
866120
|
+
"document": {
|
|
866121
|
+
"Version": "2012-10-17",
|
|
866122
|
+
"Statement": [
|
|
866123
|
+
{
|
|
866124
|
+
"Sid": "AllowOpsItemReplication",
|
|
866125
|
+
"Effect": "Allow",
|
|
866126
|
+
"Action": [
|
|
866127
|
+
"ssm:CreateOpsItem"
|
|
866128
|
+
],
|
|
866129
|
+
"Resource": [
|
|
866130
|
+
"arn:aws:ssm:*:*:opsitem/*"
|
|
866131
|
+
],
|
|
866132
|
+
"Condition": {
|
|
866133
|
+
"StringEquals": {
|
|
866134
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}",
|
|
866135
|
+
"aws:RequestTag/SystemsManagerJustInTimeNodeAccessManaged": "Replica"
|
|
866136
|
+
},
|
|
866137
|
+
"ForAllValues:StringEquals": {
|
|
866138
|
+
"aws:TagKeys": [
|
|
866139
|
+
"SystemsManagerJustInTimeNodeAccessManaged"
|
|
866140
|
+
]
|
|
866141
|
+
}
|
|
866142
|
+
}
|
|
866143
|
+
},
|
|
866144
|
+
{
|
|
866145
|
+
"Sid": "AllowOpsItemReplicationTagging",
|
|
866146
|
+
"Effect": "Allow",
|
|
866147
|
+
"Action": [
|
|
866148
|
+
"ssm:AddTagsToResource"
|
|
866149
|
+
],
|
|
866150
|
+
"Resource": [
|
|
866151
|
+
"arn:aws:ssm:*:*:opsitem/*"
|
|
866152
|
+
],
|
|
866153
|
+
"Condition": {
|
|
866154
|
+
"StringEquals": {
|
|
866155
|
+
"aws:RequestTag/SystemsManagerJustInTimeNodeAccessManaged": "Replica"
|
|
866156
|
+
},
|
|
866157
|
+
"ForAllValues:StringEquals": {
|
|
866158
|
+
"aws:TagKeys": [
|
|
866159
|
+
"SystemsManagerJustInTimeNodeAccessManaged"
|
|
866160
|
+
]
|
|
866161
|
+
}
|
|
866162
|
+
}
|
|
866163
|
+
},
|
|
866164
|
+
{
|
|
866165
|
+
"Sid": "AllowAutomationExecutionTagging",
|
|
866166
|
+
"Effect": "Allow",
|
|
866167
|
+
"Action": [
|
|
866168
|
+
"ssm:AddTagsToResource"
|
|
866169
|
+
],
|
|
866170
|
+
"Resource": [
|
|
866171
|
+
"arn:aws:ssm:*:*:automation-execution/*"
|
|
866172
|
+
],
|
|
866173
|
+
"Condition": {
|
|
866174
|
+
"StringEquals": {
|
|
866175
|
+
"aws:RequestTag/SystemsManagerJustInTimeNodeAccessManaged": "true"
|
|
866176
|
+
},
|
|
866177
|
+
"ForAllValues:StringEquals": {
|
|
866178
|
+
"aws:TagKeys": [
|
|
866179
|
+
"SystemsManagerJustInTimeNodeAccessManaged"
|
|
866180
|
+
]
|
|
866181
|
+
}
|
|
866182
|
+
}
|
|
866183
|
+
},
|
|
866184
|
+
{
|
|
866185
|
+
"Sid": "AllowOpsItemManagement",
|
|
866186
|
+
"Effect": "Allow",
|
|
866187
|
+
"Action": [
|
|
866188
|
+
"ssm:GetOpsItem",
|
|
866189
|
+
"ssm:UpdateOpsItem"
|
|
866190
|
+
],
|
|
866191
|
+
"Resource": [
|
|
866192
|
+
"arn:aws:ssm:*:*:opsitem/*"
|
|
866193
|
+
],
|
|
866194
|
+
"Condition": {
|
|
866195
|
+
"StringEquals": {
|
|
866196
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
866197
|
+
}
|
|
866198
|
+
}
|
|
866199
|
+
},
|
|
866200
|
+
{
|
|
866201
|
+
"Sid": "AllowRetrieveDocument",
|
|
866202
|
+
"Effect": "Allow",
|
|
866203
|
+
"Action": [
|
|
866204
|
+
"ssm:GetDocument",
|
|
866205
|
+
"ssm:DescribeDocument"
|
|
866206
|
+
],
|
|
866207
|
+
"Resource": [
|
|
866208
|
+
"arn:aws:ssm:*:*:document/*"
|
|
866209
|
+
],
|
|
866210
|
+
"Condition": {
|
|
866211
|
+
"StringEquals": {
|
|
866212
|
+
"ssm:DocumentType": [
|
|
866213
|
+
"ManualApprovalPolicy",
|
|
866214
|
+
"AutoApprovalPolicy"
|
|
866215
|
+
]
|
|
866216
|
+
}
|
|
866217
|
+
}
|
|
866218
|
+
},
|
|
866219
|
+
{
|
|
866220
|
+
"Sid": "AllowDescriptions",
|
|
866221
|
+
"Effect": "Allow",
|
|
866222
|
+
"Action": [
|
|
866223
|
+
"ssm:DescribeOpsItems",
|
|
866224
|
+
"ssm:DescribeSessions",
|
|
866225
|
+
"ssm:ListDocuments"
|
|
866226
|
+
],
|
|
866227
|
+
"Resource": [
|
|
866228
|
+
"*"
|
|
866229
|
+
]
|
|
866230
|
+
},
|
|
866231
|
+
{
|
|
866232
|
+
"Sid": "AllowListTagsForManagedInstances",
|
|
866233
|
+
"Effect": "Allow",
|
|
866234
|
+
"Action": [
|
|
866235
|
+
"ssm:ListTagsForResource"
|
|
866236
|
+
],
|
|
866237
|
+
"Resource": [
|
|
866238
|
+
"arn:aws:ssm:*:*:managed-instance/*"
|
|
866239
|
+
]
|
|
866240
|
+
},
|
|
866241
|
+
{
|
|
866242
|
+
"Sid": "AllowListSSMGUIConnections",
|
|
866243
|
+
"Effect": "Allow",
|
|
866244
|
+
"Action": [
|
|
866245
|
+
"ssm-guiconnect:ListConnections"
|
|
866246
|
+
],
|
|
866247
|
+
"Resource": [
|
|
866248
|
+
"*"
|
|
866249
|
+
]
|
|
866250
|
+
},
|
|
866251
|
+
{
|
|
866252
|
+
"Sid": "AllowIdentityStoreActions",
|
|
866253
|
+
"Effect": "Allow",
|
|
866254
|
+
"Action": [
|
|
866255
|
+
"identitystore:ListGroupMembershipsForMember",
|
|
866256
|
+
"identitystore:DescribeUser",
|
|
866257
|
+
"identitystore:GetGroupId",
|
|
866258
|
+
"identitystore:GetUserId"
|
|
866259
|
+
],
|
|
866260
|
+
"Resource": [
|
|
866261
|
+
"*"
|
|
866262
|
+
]
|
|
866263
|
+
},
|
|
866264
|
+
{
|
|
866265
|
+
"Sid": "AllowSSODirectoryActions",
|
|
866266
|
+
"Effect": "Allow",
|
|
866267
|
+
"Action": [
|
|
866268
|
+
"sso-directory:DescribeUsers",
|
|
866269
|
+
"sso-directory:IsMemberInGroup"
|
|
866270
|
+
],
|
|
866271
|
+
"Resource": [
|
|
866272
|
+
"*"
|
|
866273
|
+
]
|
|
866274
|
+
},
|
|
866275
|
+
{
|
|
866276
|
+
"Sid": "AllowSSOInstanceActions",
|
|
866277
|
+
"Effect": "Allow",
|
|
866278
|
+
"Action": [
|
|
866279
|
+
"sso:ListInstances",
|
|
866280
|
+
"sso:DescribeRegisteredRegions",
|
|
866281
|
+
"sso:ListDirectoryAssociations"
|
|
866282
|
+
],
|
|
866283
|
+
"Resource": [
|
|
866284
|
+
"*"
|
|
866285
|
+
]
|
|
866286
|
+
},
|
|
866287
|
+
{
|
|
866288
|
+
"Sid": "AllowDescribingEC2Tags",
|
|
866289
|
+
"Effect": "Allow",
|
|
866290
|
+
"Action": [
|
|
866291
|
+
"ec2:DescribeTags"
|
|
866292
|
+
],
|
|
866293
|
+
"Resource": [
|
|
866294
|
+
"*"
|
|
866295
|
+
]
|
|
866296
|
+
},
|
|
866297
|
+
{
|
|
866298
|
+
"Sid": "AllowPublishingCloudWatchMetrics",
|
|
866299
|
+
"Effect": "Allow",
|
|
866300
|
+
"Action": [
|
|
866301
|
+
"cloudwatch:PutMetricData"
|
|
866302
|
+
],
|
|
866303
|
+
"Resource": [
|
|
866304
|
+
"*"
|
|
866305
|
+
],
|
|
866306
|
+
"Condition": {
|
|
866307
|
+
"StringEquals": {
|
|
866308
|
+
"cloudwatch:namespace": "AWS/SSM/JustInTimeAccess"
|
|
866309
|
+
}
|
|
866310
|
+
}
|
|
866311
|
+
}
|
|
866312
|
+
]
|
|
866313
|
+
}
|
|
865941
866314
|
}
|
|
865942
866315
|
},
|
|
865943
866316
|
"createdDate": "2025-04-21T20:07:07.000Z",
|
|
865944
|
-
"lastUpdatedDate": "2025-
|
|
866317
|
+
"lastUpdatedDate": "2025-08-25T20:49:06.000Z"
|
|
865945
866318
|
},
|
|
865946
866319
|
"AWSSystemsManagerJustInTimeNodeAccessRolePropagationPolicy": {
|
|
865947
866320
|
"arn": "arn:aws:iam::aws:policy/AWSSystemsManagerJustInTimeNodeAccessRolePropagationPolicy",
|
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.432",
|
|
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",
|