@cloud-copilot/iam-data 0.9.202501181 → 0.9.202501221

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.
@@ -610,6 +610,25 @@
610
610
  ],
611
611
  "dependentActions": []
612
612
  },
613
+ "createemailaddress": {
614
+ "name": "CreateEmailAddress",
615
+ "description": "Grants permission to create an email address resource in an Amazon Connect instance",
616
+ "accessLevel": "Write",
617
+ "resourceTypes": [
618
+ {
619
+ "name": "instance",
620
+ "required": true,
621
+ "conditionKeys": [],
622
+ "dependentActions": []
623
+ }
624
+ ],
625
+ "conditionKeys": [
626
+ "aws:RequestTag/${TagKey}",
627
+ "aws:TagKeys",
628
+ "connect:InstanceId"
629
+ ],
630
+ "dependentActions": []
631
+ },
613
632
  "createevaluationform": {
614
633
  "name": "CreateEvaluationForm",
615
634
  "description": "Grants permission to create an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form",
@@ -1261,6 +1280,24 @@
1261
1280
  ],
1262
1281
  "dependentActions": []
1263
1282
  },
1283
+ "deleteemailaddress": {
1284
+ "name": "DeleteEmailAddress",
1285
+ "description": "Grants permission to delete an email address resource in an Amazon Connect instance",
1286
+ "accessLevel": "Write",
1287
+ "resourceTypes": [
1288
+ {
1289
+ "name": "email-address",
1290
+ "required": true,
1291
+ "conditionKeys": [],
1292
+ "dependentActions": []
1293
+ }
1294
+ ],
1295
+ "conditionKeys": [
1296
+ "aws:ResourceTag/${TagKey}",
1297
+ "connect:InstanceId"
1298
+ ],
1299
+ "dependentActions": []
1300
+ },
1264
1301
  "deleteevaluationform": {
1265
1302
  "name": "DeleteEvaluationForm",
1266
1303
  "description": "Grants permission to delete an evaluation form in the specified Amazon Connect instance. If the version property is provided, only the specified version of the evaluation form is deleted",
@@ -1772,6 +1809,24 @@
1772
1809
  ],
1773
1810
  "dependentActions": []
1774
1811
  },
1812
+ "describeemailaddress": {
1813
+ "name": "DescribeEmailAddress",
1814
+ "description": "Grants permission to describe an email address resource in an Amazon Connect instance",
1815
+ "accessLevel": "Read",
1816
+ "resourceTypes": [
1817
+ {
1818
+ "name": "email-address",
1819
+ "required": true,
1820
+ "conditionKeys": [],
1821
+ "dependentActions": []
1822
+ }
1823
+ ],
1824
+ "conditionKeys": [
1825
+ "aws:ResourceTag/${TagKey}",
1826
+ "connect:InstanceId"
1827
+ ],
1828
+ "dependentActions": []
1829
+ },
1775
1830
  "describeevaluationform": {
1776
1831
  "name": "DescribeEvaluationForm",
1777
1832
  "description": "Grants permission to describe an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described",
@@ -2812,6 +2867,23 @@
2812
2867
  ],
2813
2868
  "dependentActions": []
2814
2869
  },
2870
+ "listassociatedcontacts": {
2871
+ "name": "ListAssociatedContacts",
2872
+ "description": "Grants permission to list the contacts associated with an email address in an Amazon Connect instance",
2873
+ "accessLevel": "List",
2874
+ "resourceTypes": [
2875
+ {
2876
+ "name": "contact",
2877
+ "required": true,
2878
+ "conditionKeys": [],
2879
+ "dependentActions": []
2880
+ }
2881
+ ],
2882
+ "conditionKeys": [
2883
+ "connect:InstanceId"
2884
+ ],
2885
+ "dependentActions": []
2886
+ },
2815
2887
  "listauthenticationprofiles": {
2816
2888
  "name": "ListAuthenticationProfiles",
2817
2889
  "description": "Grants permission to list authentication profile resources in an Amazon Connect instance",
@@ -3971,6 +4043,26 @@
3971
4043
  ],
3972
4044
  "dependentActions": []
3973
4045
  },
4046
+ "searchemailaddresses": {
4047
+ "name": "SearchEmailAddresses",
4048
+ "description": "Grants permission to search email address resources in an Amazon Connect instance",
4049
+ "accessLevel": "Read",
4050
+ "resourceTypes": [
4051
+ {
4052
+ "name": "instance",
4053
+ "required": true,
4054
+ "conditionKeys": [],
4055
+ "dependentActions": [
4056
+ "connect:DescribeEmailAddress"
4057
+ ]
4058
+ }
4059
+ ],
4060
+ "conditionKeys": [
4061
+ "connect:InstanceId",
4062
+ "connect:SearchTag/${TagKey}"
4063
+ ],
4064
+ "dependentActions": []
4065
+ },
3974
4066
  "searchhoursofoperationoverrides": {
3975
4067
  "name": "SearchHoursOfOperationOverrides",
3976
4068
  "description": "Grants permission to search hours of operation override resources in an Amazon Connect instance",
@@ -4429,6 +4521,30 @@
4429
4521
  ],
4430
4522
  "dependentActions": []
4431
4523
  },
4524
+ "startoutboundemailcontact": {
4525
+ "name": "StartOutboundEmailContact",
4526
+ "description": "Grants permission to initiate an outbound email using the Amazon Connect API",
4527
+ "accessLevel": "Write",
4528
+ "resourceTypes": [
4529
+ {
4530
+ "name": "instance",
4531
+ "required": true,
4532
+ "conditionKeys": [],
4533
+ "dependentActions": []
4534
+ },
4535
+ {
4536
+ "name": "contact-flow",
4537
+ "required": false,
4538
+ "conditionKeys": [],
4539
+ "dependentActions": []
4540
+ }
4541
+ ],
4542
+ "conditionKeys": [
4543
+ "aws:ResourceTag/${TagKey}",
4544
+ "connect:InstanceId"
4545
+ ],
4546
+ "dependentActions": []
4547
+ },
4432
4548
  "startoutboundvoicecontact": {
4433
4549
  "name": "StartOutboundVoiceContact",
4434
4550
  "description": "Grants permission to initiate outbound calls using the Amazon Connect API",
@@ -5193,6 +5309,24 @@
5193
5309
  ],
5194
5310
  "dependentActions": []
5195
5311
  },
5312
+ "updateemailaddressmetadata": {
5313
+ "name": "UpdateEmailAddressMetadata",
5314
+ "description": "Grants permission to update the metadata of an email address resource in an Amazon Connect instance",
5315
+ "accessLevel": "Write",
5316
+ "resourceTypes": [
5317
+ {
5318
+ "name": "email-address",
5319
+ "required": true,
5320
+ "conditionKeys": [],
5321
+ "dependentActions": []
5322
+ }
5323
+ ],
5324
+ "conditionKeys": [
5325
+ "aws:ResourceTag/${TagKey}",
5326
+ "connect:InstanceId"
5327
+ ],
5328
+ "dependentActions": []
5329
+ },
5196
5330
  "updateevaluationform": {
5197
5331
  "name": "UpdateEvaluationForm",
5198
5332
  "description": "Grants permission to update details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form",
@@ -5520,6 +5654,24 @@
5520
5654
  ],
5521
5655
  "dependentActions": []
5522
5656
  },
5657
+ "updatequeueoutboundemailconfig": {
5658
+ "name": "UpdateQueueOutboundEmailConfig",
5659
+ "description": "Grants permission to update the outbound email configuration for a queue in an Amazon Connect instance",
5660
+ "accessLevel": "Write",
5661
+ "resourceTypes": [
5662
+ {
5663
+ "name": "queue",
5664
+ "required": true,
5665
+ "conditionKeys": [],
5666
+ "dependentActions": []
5667
+ }
5668
+ ],
5669
+ "conditionKeys": [
5670
+ "aws:ResourceTag/${TagKey}",
5671
+ "connect:InstanceId"
5672
+ ],
5673
+ "dependentActions": []
5674
+ },
5523
5675
  "updatequeuestatus": {
5524
5676
  "name": "UpdateQueueStatus",
5525
5677
  "description": "Grants permission to update queue status in an Amazon Connect instance",
@@ -13,5 +13,15 @@
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by actions based on the presence of tag keys in the request",
15
15
  "type": "ArrayOfString"
16
+ },
17
+ "codebuild:buildarn": {
18
+ "key": "codebuild:buildArn",
19
+ "description": "Filters access by the ARN of the AWS CodeBuild build from which the request originated",
20
+ "type": "ARN"
21
+ },
22
+ "codebuild:projectarn": {
23
+ "key": "codebuild:projectArn",
24
+ "description": "Filters access by the ARN of the AWS CodeBuild project from which the request originated",
25
+ "type": "ARN"
16
26
  }
17
27
  }
@@ -12,6 +12,6 @@
12
12
  "aws:tagkeys": {
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by actions based on the presence of tag keys in the request",
15
- "type": "String"
15
+ "type": "ArrayOfString"
16
16
  }
17
17
  }
@@ -220,5 +220,12 @@
220
220
  "conditionKeys": [
221
221
  "aws:ResourceTag/${TagKey}"
222
222
  ]
223
+ },
224
+ "email-address": {
225
+ "key": "email-address",
226
+ "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/email-address/${EmailAddressId}",
227
+ "conditionKeys": [
228
+ "aws:ResourceTag/${TagKey}"
229
+ ]
223
230
  }
224
231
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501181",
3
+ "version": "0.9.202501221",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-18T04:42:22.749Z",
6
+ "updatedAt": "2025-01-22T04:44:28.235Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",