aws-iam-managed-policies 0.0.413 → 0.0.415

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.
@@ -317583,8 +317583,8 @@
317583
317583
  },
317584
317584
  "AmazonConnectServiceLinkedRolePolicy": {
317585
317585
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonConnectServiceLinkedRolePolicy",
317586
- "latestVersionId": "v27",
317587
- "versionsCount": 27,
317586
+ "latestVersionId": "v28",
317587
+ "versionsCount": 28,
317588
317588
  "versions": {
317589
317589
  "v1": {
317590
317590
  "createdDate": "2018-09-07T00:21:43.000Z",
@@ -323860,10 +323860,477 @@
323860
323860
  }
323861
323861
  ]
323862
323862
  }
323863
+ },
323864
+ "v28": {
323865
+ "createdDate": "2018-09-07T00:21:43.000Z",
323866
+ "document": {
323867
+ "Version": "2012-10-17",
323868
+ "Statement": [
323869
+ {
323870
+ "Sid": "AllowConnectActions",
323871
+ "Effect": "Allow",
323872
+ "Action": [
323873
+ "connect:*"
323874
+ ],
323875
+ "Resource": [
323876
+ "*"
323877
+ ]
323878
+ },
323879
+ {
323880
+ "Sid": "AllowDeleteSLR",
323881
+ "Effect": "Allow",
323882
+ "Action": [
323883
+ "iam:DeleteRole"
323884
+ ],
323885
+ "Resource": "arn:aws:iam::*:role/aws-service-role/connect.amazonaws.com/AWSServiceRoleForAmazonConnect_*"
323886
+ },
323887
+ {
323888
+ "Sid": "AllowS3ObjectForConnectBucket",
323889
+ "Effect": "Allow",
323890
+ "Action": [
323891
+ "s3:GetObject",
323892
+ "s3:GetObjectAcl",
323893
+ "s3:PutObject",
323894
+ "s3:PutObjectAcl",
323895
+ "s3:DeleteObject"
323896
+ ],
323897
+ "Resource": [
323898
+ "arn:aws:s3:::amazon-connect-*/*"
323899
+ ]
323900
+ },
323901
+ {
323902
+ "Sid": "AllowGetBucketMetadataForConnectBucket",
323903
+ "Effect": "Allow",
323904
+ "Action": [
323905
+ "s3:GetBucketLocation",
323906
+ "s3:GetBucketAcl"
323907
+ ],
323908
+ "Resource": [
323909
+ "arn:aws:s3:::amazon-connect-*"
323910
+ ]
323911
+ },
323912
+ {
323913
+ "Sid": "AllowConnectLogGroupAccess",
323914
+ "Effect": "Allow",
323915
+ "Action": [
323916
+ "logs:CreateLogStream",
323917
+ "logs:DescribeLogStreams",
323918
+ "logs:PutLogEvents"
323919
+ ],
323920
+ "Resource": [
323921
+ "arn:aws:logs:*:*:log-group:/aws/connect/*:*"
323922
+ ]
323923
+ },
323924
+ {
323925
+ "Sid": "AllowListLexBotAccess",
323926
+ "Effect": "Allow",
323927
+ "Action": [
323928
+ "lex:ListBots",
323929
+ "lex:ListBotAliases"
323930
+ ],
323931
+ "Resource": "*"
323932
+ },
323933
+ {
323934
+ "Sid": "AllowCustomerProfilesForConnectDomain",
323935
+ "Effect": "Allow",
323936
+ "Action": [
323937
+ "profile:SearchProfiles",
323938
+ "profile:CreateProfile",
323939
+ "profile:UpdateProfile",
323940
+ "profile:AddProfileKey",
323941
+ "profile:ListProfileObjectTypes",
323942
+ "profile:ListCalculatedAttributeDefinitions",
323943
+ "profile:ListCalculatedAttributesForProfile",
323944
+ "profile:GetDomain",
323945
+ "profile:ListIntegrations",
323946
+ "profile:GetIntegration",
323947
+ "profile:PutIntegration",
323948
+ "profile:DeleteIntegration",
323949
+ "profile:ListEventTriggers",
323950
+ "profile:ListSegmentDefinitions",
323951
+ "profile:ListProfileAttributeValues",
323952
+ "profile:CreateSegmentEstimate",
323953
+ "profile:GetSegmentEstimate",
323954
+ "profile:BatchGetProfile",
323955
+ "profile:BatchGetCalculatedAttributeForProfile",
323956
+ "profile:GetSegmentMembership",
323957
+ "profile:ListDomainLayouts",
323958
+ "profile:CreateUploadJob",
323959
+ "profile:ListUploadJobs",
323960
+ "profile:DetectProfileObjectType",
323961
+ "profile:GetSimilarProfiles",
323962
+ "profile:GetUploadJob",
323963
+ "profile:GetUploadJobPath",
323964
+ "profile:StartUploadJob",
323965
+ "profile:StopUploadJob"
323966
+ ],
323967
+ "Resource": "arn:aws:profile:*:*:domains/amazon-connect-*"
323968
+ },
323969
+ {
323970
+ "Sid": "AllowCustomerProfilesEventTriggerForConnectDomain",
323971
+ "Effect": "Allow",
323972
+ "Action": [
323973
+ "profile:CreateEventTrigger",
323974
+ "profile:GetEventTrigger",
323975
+ "profile:UpdateEventTrigger",
323976
+ "profile:DeleteEventTrigger"
323977
+ ],
323978
+ "Resource": [
323979
+ "arn:aws:profile:*:*:domains/amazon-connect-*/event-triggers/*"
323980
+ ]
323981
+ },
323982
+ {
323983
+ "Sid": "AllowCustomerProfilesDomainLayoutsForConnectDomain",
323984
+ "Effect": "Allow",
323985
+ "Action": [
323986
+ "profile:CreateDomainLayout",
323987
+ "profile:UpdateDomainLayout",
323988
+ "profile:DeleteDomainLayout",
323989
+ "profile:GetDomainLayout"
323990
+ ],
323991
+ "Resource": [
323992
+ "arn:aws:profile:*:*:domains/amazon-connect-*/layouts/*"
323993
+ ]
323994
+ },
323995
+ {
323996
+ "Sid": "AllowCustomerProfilesSegmentationImportForConnectDomain",
323997
+ "Effect": "Allow",
323998
+ "Action": [
323999
+ "profile:GetUploadJob",
324000
+ "profile:GetUploadJobPath",
324001
+ "profile:StartUploadJob",
324002
+ "profile:StopUploadJob"
324003
+ ],
324004
+ "Resource": [
324005
+ "arn:aws:profile:*:*:domains/amazon-connect-*/upload-jobs/*"
324006
+ ]
324007
+ },
324008
+ {
324009
+ "Sid": "AllowReadPermissionForCustomerProfileObjects",
324010
+ "Effect": "Allow",
324011
+ "Action": [
324012
+ "profile:ListProfileObjects",
324013
+ "profile:GetProfileObjectType",
324014
+ "profile:ListObjectTypeAttributes"
324015
+ ],
324016
+ "Resource": [
324017
+ "arn:aws:profile:*:*:domains/amazon-connect-*/object-types/*"
324018
+ ]
324019
+ },
324020
+ {
324021
+ "Sid": "AllowListIntegrationForCustomerProfile",
324022
+ "Effect": "Allow",
324023
+ "Action": [
324024
+ "profile:ListAccountIntegrations"
324025
+ ],
324026
+ "Resource": "*"
324027
+ },
324028
+ {
324029
+ "Sid": "AllowReadForCustomerProfileObjectTemplates",
324030
+ "Effect": "Allow",
324031
+ "Action": [
324032
+ "profile:ListProfileObjectTypeTemplates",
324033
+ "profile:GetProfileObjectTypeTemplate"
324034
+ ],
324035
+ "Resource": "arn:aws:profile:*:*:/templates*"
324036
+ },
324037
+ {
324038
+ "Sid": "AllowWisdomForConnectEnabledTaggedResources",
324039
+ "Effect": "Allow",
324040
+ "Action": [
324041
+ "wisdom:CreateContent",
324042
+ "wisdom:DeleteContent",
324043
+ "wisdom:CreateKnowledgeBase",
324044
+ "wisdom:GetAssistant",
324045
+ "wisdom:GetKnowledgeBase",
324046
+ "wisdom:GetContent",
324047
+ "wisdom:GetRecommendations",
324048
+ "wisdom:GetSession",
324049
+ "wisdom:NotifyRecommendationsReceived",
324050
+ "wisdom:QueryAssistant",
324051
+ "wisdom:StartContentUpload",
324052
+ "wisdom:UpdateContent",
324053
+ "wisdom:UntagResource",
324054
+ "wisdom:TagResource",
324055
+ "wisdom:CreateSession",
324056
+ "wisdom:CreateQuickResponse",
324057
+ "wisdom:GetQuickResponse",
324058
+ "wisdom:SearchQuickResponses",
324059
+ "wisdom:StartImportJob",
324060
+ "wisdom:GetImportJob",
324061
+ "wisdom:ListImportJobs",
324062
+ "wisdom:ListQuickResponses",
324063
+ "wisdom:UpdateQuickResponse",
324064
+ "wisdom:DeleteQuickResponse",
324065
+ "wisdom:PutFeedback",
324066
+ "wisdom:ListContentAssociations",
324067
+ "wisdom:CreateMessageTemplate",
324068
+ "wisdom:UpdateMessageTemplate",
324069
+ "wisdom:UpdateMessageTemplateMetadata",
324070
+ "wisdom:GetMessageTemplate",
324071
+ "wisdom:DeleteMessageTemplate",
324072
+ "wisdom:ListMessageTemplates",
324073
+ "wisdom:SearchMessageTemplates",
324074
+ "wisdom:ActivateMessageTemplate",
324075
+ "wisdom:DeactivateMessageTemplate",
324076
+ "wisdom:CreateMessageTemplateVersion",
324077
+ "wisdom:ListMessageTemplateVersions",
324078
+ "wisdom:CreateMessageTemplateAttachment",
324079
+ "wisdom:DeleteMessageTemplateAttachment",
324080
+ "wisdom:RenderMessageTemplate",
324081
+ "wisdom:CreateAIAgent",
324082
+ "wisdom:CreateAIAgentVersion",
324083
+ "wisdom:DeleteAIAgent",
324084
+ "wisdom:DeleteAIAgentVersion",
324085
+ "wisdom:UpdateAIAgent",
324086
+ "wisdom:UpdateAssistantAIAgent",
324087
+ "wisdom:RemoveAssistantAIAgent",
324088
+ "wisdom:GetAIAgent",
324089
+ "wisdom:ListAIAgents",
324090
+ "wisdom:ListAIAgentVersions",
324091
+ "wisdom:CreateAIPrompt",
324092
+ "wisdom:CreateAIPromptVersion",
324093
+ "wisdom:DeleteAIPrompt",
324094
+ "wisdom:DeleteAIPromptVersion",
324095
+ "wisdom:UpdateAIPrompt",
324096
+ "wisdom:GetAIPrompt",
324097
+ "wisdom:ListAIPrompts",
324098
+ "wisdom:ListAIPromptVersions",
324099
+ "wisdom:CreateAIGuardrail",
324100
+ "wisdom:CreateAIGuardrailVersion",
324101
+ "wisdom:DeleteAIGuardrail",
324102
+ "wisdom:DeleteAIGuardrailVersion",
324103
+ "wisdom:UpdateAIGuardrail",
324104
+ "wisdom:GetAIGuardrail",
324105
+ "wisdom:ListAIGuardrails",
324106
+ "wisdom:ListAIGuardrailVersions",
324107
+ "wisdom:CreateAssistant",
324108
+ "wisdom:ListTagsForResource",
324109
+ "wisdom:SendMessage",
324110
+ "wisdom:GetNextMessage",
324111
+ "wisdom:ListMessages"
324112
+ ],
324113
+ "Resource": "*",
324114
+ "Condition": {
324115
+ "StringEquals": {
324116
+ "aws:ResourceTag/AmazonConnectEnabled": "True"
324117
+ }
324118
+ }
324119
+ },
324120
+ {
324121
+ "Sid": "AllowListOperationForWisdom",
324122
+ "Effect": "Allow",
324123
+ "Action": [
324124
+ "wisdom:ListAssistants",
324125
+ "wisdom:ListKnowledgeBases"
324126
+ ],
324127
+ "Resource": "*"
324128
+ },
324129
+ {
324130
+ "Sid": "AllowCustomerProfilesCalculatedAttributesForConnectDomain",
324131
+ "Effect": "Allow",
324132
+ "Action": [
324133
+ "profile:GetCalculatedAttributeForProfile",
324134
+ "profile:CreateCalculatedAttributeDefinition",
324135
+ "profile:DeleteCalculatedAttributeDefinition",
324136
+ "profile:GetCalculatedAttributeDefinition",
324137
+ "profile:UpdateCalculatedAttributeDefinition"
324138
+ ],
324139
+ "Resource": [
324140
+ "arn:aws:profile:*:*:domains/amazon-connect-*/calculated-attributes/*"
324141
+ ]
324142
+ },
324143
+ {
324144
+ "Sid": "AllowCustomerProfilesSegmentationForConnectDomain",
324145
+ "Effect": "Allow",
324146
+ "Action": [
324147
+ "profile:CreateSegmentDefinition",
324148
+ "profile:GetSegmentDefinition",
324149
+ "profile:DeleteSegmentDefinition",
324150
+ "profile:CreateSegmentSnapshot",
324151
+ "profile:GetSegmentSnapshot"
324152
+ ],
324153
+ "Resource": [
324154
+ "arn:aws:profile:*:*:domains/amazon-connect-*/segment-definitions/*"
324155
+ ]
324156
+ },
324157
+ {
324158
+ "Sid": "AllowPutMetricsForConnectNamespace",
324159
+ "Effect": "Allow",
324160
+ "Action": "cloudwatch:PutMetricData",
324161
+ "Resource": "*",
324162
+ "Condition": {
324163
+ "StringEquals": {
324164
+ "cloudwatch:namespace": "AWS/Connect"
324165
+ }
324166
+ }
324167
+ },
324168
+ {
324169
+ "Sid": "AllowSMSVoiceOperationsForConnect",
324170
+ "Effect": "Allow",
324171
+ "Action": [
324172
+ "sms-voice:SendTextMessage",
324173
+ "sms-voice:DescribePhoneNumbers"
324174
+ ],
324175
+ "Resource": "arn:aws:sms-voice:*:*:phone-number/*",
324176
+ "Condition": {
324177
+ "StringEquals": {
324178
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324179
+ }
324180
+ }
324181
+ },
324182
+ {
324183
+ "Sid": "AllowCognitoForConnectEnabledTaggedResources",
324184
+ "Effect": "Allow",
324185
+ "Action": [
324186
+ "cognito-idp:DescribeUserPool",
324187
+ "cognito-idp:ListUserPoolClients"
324188
+ ],
324189
+ "Resource": "arn:aws:cognito-idp:*:*:userpool/*",
324190
+ "Condition": {
324191
+ "StringEquals": {
324192
+ "aws:ResourceTag/AmazonConnectEnabled": "True"
324193
+ }
324194
+ }
324195
+ },
324196
+ {
324197
+ "Sid": "AllowWritePermissionForCustomerProfileObjects",
324198
+ "Effect": "Allow",
324199
+ "Action": [
324200
+ "profile:PutProfileObject"
324201
+ ],
324202
+ "Resource": [
324203
+ "arn:aws:profile:*:*:domains/amazon-connect-*/object-types/*"
324204
+ ]
324205
+ },
324206
+ {
324207
+ "Sid": "AllowChimeSDKVoiceConnectorGetOperationForConnect",
324208
+ "Effect": "Allow",
324209
+ "Action": [
324210
+ "chime:GetVoiceConnector"
324211
+ ],
324212
+ "Resource": "arn:aws:chime:*:*:vc/*",
324213
+ "Condition": {
324214
+ "StringEquals": {
324215
+ "aws:ResourceTag/AmazonConnectEnabled": "True",
324216
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324217
+ }
324218
+ }
324219
+ },
324220
+ {
324221
+ "Sid": "AllowChimeSDKVoiceConnectorListOperationForConnect",
324222
+ "Effect": "Allow",
324223
+ "Action": [
324224
+ "chime:ListVoiceConnectors"
324225
+ ],
324226
+ "Resource": "arn:aws:chime:*:*:vc/*",
324227
+ "Condition": {
324228
+ "StringEquals": {
324229
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324230
+ }
324231
+ }
324232
+ },
324233
+ {
324234
+ "Sid": "SESPermissionsForManagingReceiptRules",
324235
+ "Effect": "Allow",
324236
+ "Action": [
324237
+ "ses:DescribeReceiptRule",
324238
+ "ses:UpdateReceiptRule"
324239
+ ],
324240
+ "Resource": "*",
324241
+ "Condition": {
324242
+ "StringEquals": {
324243
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324244
+ }
324245
+ }
324246
+ },
324247
+ {
324248
+ "Sid": "SESPermissionForManagingConnectProvidedSESIdentity",
324249
+ "Effect": "Allow",
324250
+ "Action": [
324251
+ "ses:DeleteEmailIdentity"
324252
+ ],
324253
+ "Resource": "arn:aws:ses:*:*:identity/*.email.connect.aws*",
324254
+ "Condition": {
324255
+ "StringEquals": {
324256
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324257
+ }
324258
+ }
324259
+ },
324260
+ {
324261
+ "Sid": "SESConfigurationSetPermissionsForSendingEmail",
324262
+ "Effect": "Allow",
324263
+ "Action": [
324264
+ "ses:SendRawEmail"
324265
+ ],
324266
+ "Resource": "arn:aws:ses:*:*:configuration-set/configuration-set-for-connect-DO-NOT-DELETE",
324267
+ "Condition": {
324268
+ "StringEquals": {
324269
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324270
+ }
324271
+ }
324272
+ },
324273
+ {
324274
+ "Sid": "PassRoleToSESForReceiptRuleManagement",
324275
+ "Effect": "Allow",
324276
+ "Action": [
324277
+ "iam:PassRole"
324278
+ ],
324279
+ "Resource": [
324280
+ "arn:aws:iam::*:role/service-role/AmazonConnectEmailSESAccessRole"
324281
+ ],
324282
+ "Condition": {
324283
+ "StringLike": {
324284
+ "iam:PassedToService": "ses.amazonaws.com"
324285
+ }
324286
+ }
324287
+ },
324288
+ {
324289
+ "Sid": "AllowSocialMessagingOperations",
324290
+ "Effect": "Allow",
324291
+ "Action": [
324292
+ "social-messaging:SendWhatsAppMessage",
324293
+ "social-messaging:PostWhatsAppMessageMedia",
324294
+ "social-messaging:GetWhatsAppMessageMedia",
324295
+ "social-messaging:GetLinkedWhatsAppBusinessAccountPhoneNumber"
324296
+ ],
324297
+ "Resource": "arn:aws:social-messaging:*:*:phone-number-id/*",
324298
+ "Condition": {
324299
+ "StringEquals": {
324300
+ "aws:ResourceTag/AmazonConnectEnabled": "True",
324301
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324302
+ }
324303
+ }
324304
+ },
324305
+ {
324306
+ "Sid": "AllowMobileTargetingOperationsForConnect",
324307
+ "Effect": "Allow",
324308
+ "Action": "mobiletargeting:SendMessages",
324309
+ "Resource": "arn:aws:mobiletargeting:*:*:apps/*",
324310
+ "Condition": {
324311
+ "StringEquals": {
324312
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
324313
+ }
324314
+ }
324315
+ },
324316
+ {
324317
+ "Sid": "AllowPollyActions",
324318
+ "Effect": "Allow",
324319
+ "Action": [
324320
+ "polly:ListLexicons",
324321
+ "polly:DescribeVoices",
324322
+ "polly:SynthesizeSpeech"
324323
+ ],
324324
+ "Resource": [
324325
+ "*"
324326
+ ]
324327
+ }
324328
+ ]
324329
+ }
323863
324330
  }
323864
324331
  },
323865
324332
  "createdDate": "2018-09-07T00:21:43.000Z",
323866
- "lastUpdatedDate": "2025-07-16T19:52:07.000Z"
324333
+ "lastUpdatedDate": "2025-07-29T21:22:06.000Z"
323867
324334
  },
323868
324335
  "ElasticLoadBalancingReadOnly": {
323869
324336
  "arn": "arn:aws:iam::aws:policy/ElasticLoadBalancingReadOnly",
@@ -862103,5 +862570,29 @@
862103
862570
  },
862104
862571
  "createdDate": "2025-07-17T16:37:07.000Z",
862105
862572
  "lastUpdatedDate": "2025-07-25T20:22:06.000Z"
862573
+ },
862574
+ "BudgetsServiceRolePolicy": {
862575
+ "arn": "arn:aws:iam::aws:policy/aws-service-role/BudgetsServiceRolePolicy",
862576
+ "latestVersionId": "v1",
862577
+ "versionsCount": 1,
862578
+ "versions": {
862579
+ "v1": {
862580
+ "createdDate": "2025-07-30T21:07:06.000Z",
862581
+ "document": {
862582
+ "Version": "2012-10-17",
862583
+ "Statement": [
862584
+ {
862585
+ "Effect": "Allow",
862586
+ "Action": [
862587
+ "billing:GetBillingViewData"
862588
+ ],
862589
+ "Resource": "*"
862590
+ }
862591
+ ]
862592
+ }
862593
+ }
862594
+ },
862595
+ "createdDate": "2025-07-30T21:07:06.000Z",
862596
+ "lastUpdatedDate": "2025-07-30T21:07:06.000Z"
862106
862597
  }
862107
862598
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.413",
3
+ "version": "0.0.415",
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",