@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",
|
package/data/actions/sns.json
CHANGED
package/data/actions/sqs.json
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.9.202502131",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-02-
|
|
6
|
+
"updatedAt": "2025-02-13T04:44:21.587Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|