@cloud-copilot/iam-data 0.9.202502111 → 0.9.202502131

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.
@@ -552,6 +552,37 @@
552
552
  ],
553
553
  "dependentActions": []
554
554
  },
555
+ "createcontact": {
556
+ "name": "CreateContact",
557
+ "description": "Grants permission to create a new contact using the Amazon Connect API",
558
+ "accessLevel": "Write",
559
+ "resourceTypes": [
560
+ {
561
+ "name": "instance",
562
+ "required": true,
563
+ "conditionKeys": [],
564
+ "dependentActions": []
565
+ },
566
+ {
567
+ "name": "contact",
568
+ "required": false,
569
+ "conditionKeys": [],
570
+ "dependentActions": []
571
+ },
572
+ {
573
+ "name": "user",
574
+ "required": false,
575
+ "conditionKeys": [],
576
+ "dependentActions": []
577
+ }
578
+ ],
579
+ "conditionKeys": [
580
+ "aws:ResourceTag/${TagKey}",
581
+ "connect:InstanceId",
582
+ "connect:ContactInitiationMethod"
583
+ ],
584
+ "dependentActions": []
585
+ },
555
586
  "createcontactflow": {
556
587
  "name": "CreateContactFlow",
557
588
  "description": "Grants permission to create a contact flow in an Amazon Connect instance",
@@ -516,7 +516,9 @@
516
516
  "dependentActions": []
517
517
  }
518
518
  ],
519
- "conditionKeys": [],
519
+ "conditionKeys": [
520
+ "elasticmapreduce:ExecutionRoleArn"
521
+ ],
520
522
  "dependentActions": []
521
523
  },
522
524
  "getstudiosessionmapping": {
@@ -439,7 +439,6 @@
439
439
  }
440
440
  ],
441
441
  "conditionKeys": [
442
- "aws:RequestTag/${TagKey}",
443
442
  "aws:TagKeys"
444
443
  ],
445
444
  "dependentActions": []
@@ -296,7 +296,6 @@
296
296
  }
297
297
  ],
298
298
  "conditionKeys": [
299
- "aws:RequestTag/${TagKey}",
300
299
  "aws:TagKeys"
301
300
  ],
302
301
  "dependentActions": []
@@ -24,6 +24,11 @@
24
24
  "description": "Filters access by the attribute type of the Amazon Connect instance",
25
25
  "type": "String"
26
26
  },
27
+ "connect:contactinitiationmethod": {
28
+ "key": "connect:ContactInitiationMethod",
29
+ "description": "Filters access by restricting access to create contacts based on the initiation method of the contact",
30
+ "type": "String"
31
+ },
27
32
  "connect:flowtype": {
28
33
  "key": "connect:FlowType",
29
34
  "description": "Filters access by Flow type",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202502111",
3
+ "version": "0.9.202502131",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-02-11T04:43:54.035Z",
6
+ "updatedAt": "2025-02-13T04:44:21.587Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",