@cloud-copilot/iam-data 0.0.202408250 → 0.0.202408251
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/data/actions/wisdom.json
CHANGED
|
@@ -46,6 +46,30 @@
|
|
|
46
46
|
],
|
|
47
47
|
"dependentActions": []
|
|
48
48
|
},
|
|
49
|
+
"CreateContentAssociation": {
|
|
50
|
+
"name": "CreateContentAssociation",
|
|
51
|
+
"description": "Grants permission to create a content association",
|
|
52
|
+
"accessLevel": "Write",
|
|
53
|
+
"resourceTypes": [
|
|
54
|
+
{
|
|
55
|
+
"name": "Content",
|
|
56
|
+
"required": true,
|
|
57
|
+
"conditionKeys": [],
|
|
58
|
+
"dependentActions": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "KnowledgeBase",
|
|
62
|
+
"required": true,
|
|
63
|
+
"conditionKeys": [],
|
|
64
|
+
"dependentActions": []
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"conditionKeys": [
|
|
68
|
+
"aws:TagKeys",
|
|
69
|
+
"aws:RequestTag/${TagKey}"
|
|
70
|
+
],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
},
|
|
49
73
|
"CreateKnowledgeBase": {
|
|
50
74
|
"name": "CreateKnowledgeBase",
|
|
51
75
|
"description": "Grants permission to create a knowledge base",
|
|
@@ -150,6 +174,33 @@
|
|
|
150
174
|
"conditionKeys": [],
|
|
151
175
|
"dependentActions": []
|
|
152
176
|
},
|
|
177
|
+
"DeleteContentAssociation": {
|
|
178
|
+
"name": "DeleteContentAssociation",
|
|
179
|
+
"description": "Grants permission to delete a content association",
|
|
180
|
+
"accessLevel": "Write",
|
|
181
|
+
"resourceTypes": [
|
|
182
|
+
{
|
|
183
|
+
"name": "Content",
|
|
184
|
+
"required": true,
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "ContentAssociation",
|
|
190
|
+
"required": true,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "KnowledgeBase",
|
|
196
|
+
"required": true,
|
|
197
|
+
"conditionKeys": [],
|
|
198
|
+
"dependentActions": []
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"conditionKeys": [],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
},
|
|
153
204
|
"DeleteImportJob": {
|
|
154
205
|
"name": "DeleteImportJob",
|
|
155
206
|
"description": "Grants permission to delete a import job of a knowledge base",
|
|
@@ -258,6 +309,33 @@
|
|
|
258
309
|
"conditionKeys": [],
|
|
259
310
|
"dependentActions": []
|
|
260
311
|
},
|
|
312
|
+
"GetContentAssociation": {
|
|
313
|
+
"name": "GetContentAssociation",
|
|
314
|
+
"description": "Grants permission to retrieve information about a content association",
|
|
315
|
+
"accessLevel": "Read",
|
|
316
|
+
"resourceTypes": [
|
|
317
|
+
{
|
|
318
|
+
"name": "Content",
|
|
319
|
+
"required": true,
|
|
320
|
+
"conditionKeys": [],
|
|
321
|
+
"dependentActions": []
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "ContentAssociation",
|
|
325
|
+
"required": true,
|
|
326
|
+
"conditionKeys": [],
|
|
327
|
+
"dependentActions": []
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "KnowledgeBase",
|
|
331
|
+
"required": true,
|
|
332
|
+
"conditionKeys": [],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"conditionKeys": [],
|
|
337
|
+
"dependentActions": []
|
|
338
|
+
},
|
|
261
339
|
"GetContentSummary": {
|
|
262
340
|
"name": "GetContentSummary",
|
|
263
341
|
"description": "Grants permission to retrieve summary information about the content",
|
|
@@ -389,6 +467,27 @@
|
|
|
389
467
|
"conditionKeys": [],
|
|
390
468
|
"dependentActions": []
|
|
391
469
|
},
|
|
470
|
+
"ListContentAssociations": {
|
|
471
|
+
"name": "ListContentAssociations",
|
|
472
|
+
"description": "Grants permission to list information about content associations",
|
|
473
|
+
"accessLevel": "List",
|
|
474
|
+
"resourceTypes": [
|
|
475
|
+
{
|
|
476
|
+
"name": "Content",
|
|
477
|
+
"required": true,
|
|
478
|
+
"conditionKeys": [],
|
|
479
|
+
"dependentActions": []
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "KnowledgeBase",
|
|
483
|
+
"required": true,
|
|
484
|
+
"conditionKeys": [],
|
|
485
|
+
"dependentActions": []
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"conditionKeys": [],
|
|
489
|
+
"dependentActions": []
|
|
490
|
+
},
|
|
392
491
|
"ListContents": {
|
|
393
492
|
"name": "ListContents",
|
|
394
493
|
"description": "Grants permission to list the content with a knowledge base",
|
|
@@ -465,6 +564,21 @@
|
|
|
465
564
|
"conditionKeys": [],
|
|
466
565
|
"dependentActions": []
|
|
467
566
|
},
|
|
567
|
+
"PutFeedback": {
|
|
568
|
+
"name": "PutFeedback",
|
|
569
|
+
"description": "Grants permission to submit feedback",
|
|
570
|
+
"accessLevel": "Write",
|
|
571
|
+
"resourceTypes": [
|
|
572
|
+
{
|
|
573
|
+
"name": "Assistant",
|
|
574
|
+
"required": true,
|
|
575
|
+
"conditionKeys": [],
|
|
576
|
+
"dependentActions": []
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"conditionKeys": [],
|
|
580
|
+
"dependentActions": []
|
|
581
|
+
},
|
|
468
582
|
"QueryAssistant": {
|
|
469
583
|
"name": "QueryAssistant",
|
|
470
584
|
"description": "Grants permission to perform a manual search against the specified assistant",
|
|
@@ -743,120 +857,6 @@
|
|
|
743
857
|
"conditionKeys": [],
|
|
744
858
|
"dependentActions": []
|
|
745
859
|
},
|
|
746
|
-
"CreateContentAssociation": {
|
|
747
|
-
"name": "CreateContentAssociation",
|
|
748
|
-
"description": "Grants permission to create a content association",
|
|
749
|
-
"accessLevel": "Write",
|
|
750
|
-
"resourceTypes": [
|
|
751
|
-
{
|
|
752
|
-
"name": "Content",
|
|
753
|
-
"required": true,
|
|
754
|
-
"conditionKeys": [],
|
|
755
|
-
"dependentActions": []
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"name": "KnowledgeBase",
|
|
759
|
-
"required": true,
|
|
760
|
-
"conditionKeys": [],
|
|
761
|
-
"dependentActions": []
|
|
762
|
-
}
|
|
763
|
-
],
|
|
764
|
-
"conditionKeys": [
|
|
765
|
-
"aws:TagKeys",
|
|
766
|
-
"aws:RequestTag/${TagKey}"
|
|
767
|
-
],
|
|
768
|
-
"dependentActions": []
|
|
769
|
-
},
|
|
770
|
-
"DeleteContentAssociation": {
|
|
771
|
-
"name": "DeleteContentAssociation",
|
|
772
|
-
"description": "Grants permission to delete a content association",
|
|
773
|
-
"accessLevel": "Write",
|
|
774
|
-
"resourceTypes": [
|
|
775
|
-
{
|
|
776
|
-
"name": "Content",
|
|
777
|
-
"required": true,
|
|
778
|
-
"conditionKeys": [],
|
|
779
|
-
"dependentActions": []
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"name": "ContentAssociation",
|
|
783
|
-
"required": true,
|
|
784
|
-
"conditionKeys": [],
|
|
785
|
-
"dependentActions": []
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"name": "KnowledgeBase",
|
|
789
|
-
"required": true,
|
|
790
|
-
"conditionKeys": [],
|
|
791
|
-
"dependentActions": []
|
|
792
|
-
}
|
|
793
|
-
],
|
|
794
|
-
"conditionKeys": [],
|
|
795
|
-
"dependentActions": []
|
|
796
|
-
},
|
|
797
|
-
"GetContentAssociation": {
|
|
798
|
-
"name": "GetContentAssociation",
|
|
799
|
-
"description": "Grants permission to retrieve information about a content association",
|
|
800
|
-
"accessLevel": "Read",
|
|
801
|
-
"resourceTypes": [
|
|
802
|
-
{
|
|
803
|
-
"name": "Content",
|
|
804
|
-
"required": true,
|
|
805
|
-
"conditionKeys": [],
|
|
806
|
-
"dependentActions": []
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"name": "ContentAssociation",
|
|
810
|
-
"required": true,
|
|
811
|
-
"conditionKeys": [],
|
|
812
|
-
"dependentActions": []
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"name": "KnowledgeBase",
|
|
816
|
-
"required": true,
|
|
817
|
-
"conditionKeys": [],
|
|
818
|
-
"dependentActions": []
|
|
819
|
-
}
|
|
820
|
-
],
|
|
821
|
-
"conditionKeys": [],
|
|
822
|
-
"dependentActions": []
|
|
823
|
-
},
|
|
824
|
-
"ListContentAssociations": {
|
|
825
|
-
"name": "ListContentAssociations",
|
|
826
|
-
"description": "Grants permission to list information about content associations",
|
|
827
|
-
"accessLevel": "List",
|
|
828
|
-
"resourceTypes": [
|
|
829
|
-
{
|
|
830
|
-
"name": "Content",
|
|
831
|
-
"required": true,
|
|
832
|
-
"conditionKeys": [],
|
|
833
|
-
"dependentActions": []
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "KnowledgeBase",
|
|
837
|
-
"required": true,
|
|
838
|
-
"conditionKeys": [],
|
|
839
|
-
"dependentActions": []
|
|
840
|
-
}
|
|
841
|
-
],
|
|
842
|
-
"conditionKeys": [],
|
|
843
|
-
"dependentActions": []
|
|
844
|
-
},
|
|
845
|
-
"PutFeedback": {
|
|
846
|
-
"name": "PutFeedback",
|
|
847
|
-
"description": "Grants permission to submit feedback",
|
|
848
|
-
"accessLevel": "Write",
|
|
849
|
-
"resourceTypes": [
|
|
850
|
-
{
|
|
851
|
-
"name": "Assistant",
|
|
852
|
-
"required": true,
|
|
853
|
-
"conditionKeys": [],
|
|
854
|
-
"dependentActions": []
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"conditionKeys": [],
|
|
858
|
-
"dependentActions": []
|
|
859
|
-
},
|
|
860
860
|
"UpdateSession": {
|
|
861
861
|
"name": "UpdateSession",
|
|
862
862
|
"description": "Grants permission to update a session",
|
|
@@ -20,6 +20,13 @@
|
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
|
+
"ContentAssociation": {
|
|
24
|
+
"key": "ContentAssociation",
|
|
25
|
+
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:content-association/${KnowledgeBaseId}/${ContentId}/${ContentAssociationId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
23
30
|
"KnowledgeBase": {
|
|
24
31
|
"key": "KnowledgeBase",
|
|
25
32
|
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:knowledge-base/${KnowledgeBaseId}",
|
|
@@ -40,12 +47,5 @@
|
|
|
40
47
|
"conditionKeys": [
|
|
41
48
|
"aws:ResourceTag/${TagKey}"
|
|
42
49
|
]
|
|
43
|
-
},
|
|
44
|
-
"ContentAssociation": {
|
|
45
|
-
"key": "ContentAssociation",
|
|
46
|
-
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:content-association/${KnowledgeBaseId}/${ContentId}/${ContentAssociationId}",
|
|
47
|
-
"conditionKeys": [
|
|
48
|
-
"aws:ResourceTag/${TagKey}"
|
|
49
|
-
]
|
|
50
50
|
}
|
|
51
51
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"bcm-data-exports": "AWS Billing And Cost Management Data Exports",
|
|
29
29
|
"billingconductor": "AWS Billing Conductor",
|
|
30
30
|
"aws-portal": "AWS Billing Console",
|
|
31
|
-
"billing": "AWS Billing
|
|
31
|
+
"billing": "AWS Billing",
|
|
32
32
|
"budgets": "AWS Budget Service",
|
|
33
33
|
"bugbust": "AWS BugBust",
|
|
34
34
|
"acm": "AWS Certificate Manager",
|
|
@@ -255,7 +255,6 @@
|
|
|
255
255
|
"cases": "Amazon Connect Cases",
|
|
256
256
|
"profile": "Amazon Connect Customer Profiles",
|
|
257
257
|
"voiceid": "Amazon Connect Voice ID",
|
|
258
|
-
"wisdom": "Amazon Connect Wisdom",
|
|
259
258
|
"connect": "Amazon Connect",
|
|
260
259
|
"dlm": "Amazon Data Lifecycle Manager",
|
|
261
260
|
"datazone": "Amazon DataZone",
|
|
@@ -343,6 +342,7 @@
|
|
|
343
342
|
"polly": "Amazon Polly",
|
|
344
343
|
"qapps": "Amazon Q Business Q Apps",
|
|
345
344
|
"qbusiness": "Amazon Q Business",
|
|
345
|
+
"wisdom": "Amazon Q in Connect",
|
|
346
346
|
"q": "Amazon Q",
|
|
347
347
|
"qldb": "Amazon QLDB",
|
|
348
348
|
"quicksight": "Amazon QuickSight",
|
package/data/services.json
CHANGED