@cloud-copilot/iam-data 0.8.202411021 → 0.8.202411091
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/application-signals.json +8 -0
- package/data/actions/appsync.json +271 -1
- package/data/actions/aps.json +26 -0
- package/data/actions/bedrock.json +30 -0
- package/data/actions/cloudwatch.json +9 -0
- package/data/actions/connect.json +110 -2
- package/data/actions/docdb-elastic.json +44 -0
- package/data/actions/ec2.json +278 -0
- package/data/actions/elasticfilesystem.json +32 -0
- package/data/actions/geo-maps.json +32 -0
- package/data/actions/geo-places.json +107 -0
- package/data/actions/geo-routes.json +77 -0
- package/data/actions/mediapackagev2.json +318 -0
- package/data/actions/opensearch.json +18 -0
- package/data/actions/qapps.json +60 -0
- package/data/actions/s3express.json +4 -4
- package/data/actions/sagemaker-mlflow.json +105 -0
- package/data/actions/tax.json +24 -0
- package/data/actions/thinclient.json +18 -0
- package/data/conditionKeys/connect.json +5 -0
- package/data/conditionKeys/geo-maps.json +1 -0
- package/data/conditionKeys/geo-places.json +1 -0
- package/data/conditionKeys/geo-routes.json +1 -0
- package/data/conditionKeys/opensearch.json +1 -0
- package/data/conditionKeys/sagemaker-mlflow.json +12 -1
- package/data/resourceTypes/appsync.json +14 -0
- package/data/resourceTypes/geo-maps.json +6 -0
- package/data/resourceTypes/geo-places.json +6 -0
- package/data/resourceTypes/geo-routes.json +6 -0
- package/data/resourceTypes/mediapackagev2.json +15 -0
- package/data/resourceTypes/opensearch.json +6 -0
- package/data/resourceTypes/sagemaker-mlflow.json +5 -1
- package/data/serviceNames.json +4 -0
- package/data/services.json +4 -0
- package/package.json +2 -2
|
@@ -63,6 +63,14 @@
|
|
|
63
63
|
"conditionKeys": [],
|
|
64
64
|
"dependentActions": []
|
|
65
65
|
},
|
|
66
|
+
"listobservedentities": {
|
|
67
|
+
"name": "ListObservedEntities",
|
|
68
|
+
"description": "Grants permission to list entities associated with other entities",
|
|
69
|
+
"accessLevel": "List",
|
|
70
|
+
"resourceTypes": [],
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
},
|
|
66
74
|
"listservicedependencies": {
|
|
67
75
|
"name": "ListServiceDependencies",
|
|
68
76
|
"description": "Grants permission to list service dependencies",
|
|
@@ -44,6 +44,20 @@
|
|
|
44
44
|
"conditionKeys": [],
|
|
45
45
|
"dependentActions": []
|
|
46
46
|
},
|
|
47
|
+
"createapi": {
|
|
48
|
+
"name": "CreateApi",
|
|
49
|
+
"description": "Grants permission to create an API",
|
|
50
|
+
"accessLevel": "Write",
|
|
51
|
+
"resourceTypes": [],
|
|
52
|
+
"conditionKeys": [
|
|
53
|
+
"aws:ResourceTag/${TagKey}",
|
|
54
|
+
"aws:RequestTag/${TagKey}",
|
|
55
|
+
"aws:TagKeys"
|
|
56
|
+
],
|
|
57
|
+
"dependentActions": [
|
|
58
|
+
"iam:CreateServiceLinkedRole"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
47
61
|
"createapicache": {
|
|
48
62
|
"name": "CreateApiCache",
|
|
49
63
|
"description": "Grants permission to create an API cache in AppSync",
|
|
@@ -60,6 +74,25 @@
|
|
|
60
74
|
"conditionKeys": [],
|
|
61
75
|
"dependentActions": []
|
|
62
76
|
},
|
|
77
|
+
"createchannelnamespace": {
|
|
78
|
+
"name": "CreateChannelNamespace",
|
|
79
|
+
"description": "Grants permission to create a channel namespace",
|
|
80
|
+
"accessLevel": "Write",
|
|
81
|
+
"resourceTypes": [
|
|
82
|
+
{
|
|
83
|
+
"name": "channelNamespace",
|
|
84
|
+
"required": true,
|
|
85
|
+
"conditionKeys": [],
|
|
86
|
+
"dependentActions": []
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"conditionKeys": [
|
|
90
|
+
"aws:ResourceTag/${TagKey}",
|
|
91
|
+
"aws:RequestTag/${TagKey}",
|
|
92
|
+
"aws:TagKeys"
|
|
93
|
+
],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
},
|
|
63
96
|
"createdatasource": {
|
|
64
97
|
"name": "CreateDataSource",
|
|
65
98
|
"description": "Grants permission to create a data source",
|
|
@@ -114,6 +147,23 @@
|
|
|
114
147
|
"conditionKeys": [],
|
|
115
148
|
"dependentActions": []
|
|
116
149
|
},
|
|
150
|
+
"deleteapi": {
|
|
151
|
+
"name": "DeleteApi",
|
|
152
|
+
"description": "Grants permission to delete a API. This will also clean up every AppSync resource below that API",
|
|
153
|
+
"accessLevel": "Write",
|
|
154
|
+
"resourceTypes": [
|
|
155
|
+
{
|
|
156
|
+
"name": "api",
|
|
157
|
+
"required": true,
|
|
158
|
+
"conditionKeys": [],
|
|
159
|
+
"dependentActions": []
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"conditionKeys": [
|
|
163
|
+
"aws:ResourceTag/${TagKey}"
|
|
164
|
+
],
|
|
165
|
+
"dependentActions": []
|
|
166
|
+
},
|
|
117
167
|
"deleteapicache": {
|
|
118
168
|
"name": "DeleteApiCache",
|
|
119
169
|
"description": "Grants permission to delete an API cache in AppSync",
|
|
@@ -130,6 +180,23 @@
|
|
|
130
180
|
"conditionKeys": [],
|
|
131
181
|
"dependentActions": []
|
|
132
182
|
},
|
|
183
|
+
"deletechannelnamespace": {
|
|
184
|
+
"name": "DeleteChannelNamespace",
|
|
185
|
+
"description": "Grants permission to delete a channel namespace",
|
|
186
|
+
"accessLevel": "Write",
|
|
187
|
+
"resourceTypes": [
|
|
188
|
+
{
|
|
189
|
+
"name": "channelNamespace",
|
|
190
|
+
"required": true,
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"conditionKeys": [
|
|
196
|
+
"aws:ResourceTag/${TagKey}"
|
|
197
|
+
],
|
|
198
|
+
"dependentActions": []
|
|
199
|
+
},
|
|
133
200
|
"deletedatasource": {
|
|
134
201
|
"name": "DeleteDataSource",
|
|
135
202
|
"description": "Grants permission to delete a data source",
|
|
@@ -264,6 +331,51 @@
|
|
|
264
331
|
"conditionKeys": [],
|
|
265
332
|
"dependentActions": []
|
|
266
333
|
},
|
|
334
|
+
"eventconnect": {
|
|
335
|
+
"name": "EventConnect",
|
|
336
|
+
"description": "Grants permission to connect to an Event API",
|
|
337
|
+
"accessLevel": "Write",
|
|
338
|
+
"resourceTypes": [
|
|
339
|
+
{
|
|
340
|
+
"name": "api",
|
|
341
|
+
"required": true,
|
|
342
|
+
"conditionKeys": [],
|
|
343
|
+
"dependentActions": []
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"conditionKeys": [],
|
|
347
|
+
"dependentActions": []
|
|
348
|
+
},
|
|
349
|
+
"eventpublish": {
|
|
350
|
+
"name": "EventPublish",
|
|
351
|
+
"description": "Grants permission to publish events to a channel namespace",
|
|
352
|
+
"accessLevel": "Write",
|
|
353
|
+
"resourceTypes": [
|
|
354
|
+
{
|
|
355
|
+
"name": "channelNamespace",
|
|
356
|
+
"required": true,
|
|
357
|
+
"conditionKeys": [],
|
|
358
|
+
"dependentActions": []
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"conditionKeys": [],
|
|
362
|
+
"dependentActions": []
|
|
363
|
+
},
|
|
364
|
+
"eventsubscribe": {
|
|
365
|
+
"name": "EventSubscribe",
|
|
366
|
+
"description": "Grants permission to subscribe to a channel namespace",
|
|
367
|
+
"accessLevel": "Write",
|
|
368
|
+
"resourceTypes": [
|
|
369
|
+
{
|
|
370
|
+
"name": "channelNamespace",
|
|
371
|
+
"required": true,
|
|
372
|
+
"conditionKeys": [],
|
|
373
|
+
"dependentActions": []
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"conditionKeys": [],
|
|
377
|
+
"dependentActions": []
|
|
378
|
+
},
|
|
267
379
|
"flushapicache": {
|
|
268
380
|
"name": "FlushApiCache",
|
|
269
381
|
"description": "Grants permission to flush an API cache in AppSync",
|
|
@@ -272,6 +384,23 @@
|
|
|
272
384
|
"conditionKeys": [],
|
|
273
385
|
"dependentActions": []
|
|
274
386
|
},
|
|
387
|
+
"getapi": {
|
|
388
|
+
"name": "GetApi",
|
|
389
|
+
"description": "Grants permission to retrieve an API",
|
|
390
|
+
"accessLevel": "Read",
|
|
391
|
+
"resourceTypes": [
|
|
392
|
+
{
|
|
393
|
+
"name": "api",
|
|
394
|
+
"required": true,
|
|
395
|
+
"conditionKeys": [],
|
|
396
|
+
"dependentActions": []
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"conditionKeys": [
|
|
400
|
+
"aws:ResourceTag/${TagKey}"
|
|
401
|
+
],
|
|
402
|
+
"dependentActions": []
|
|
403
|
+
},
|
|
275
404
|
"getapiassociation": {
|
|
276
405
|
"name": "GetApiAssociation",
|
|
277
406
|
"description": "Grants permission to read custom domain name - GraphQL API association details in AppSync",
|
|
@@ -295,6 +424,23 @@
|
|
|
295
424
|
"conditionKeys": [],
|
|
296
425
|
"dependentActions": []
|
|
297
426
|
},
|
|
427
|
+
"getchannelnamespace": {
|
|
428
|
+
"name": "GetChannelNamespace",
|
|
429
|
+
"description": "Grants permission to retrieve a channel namespace",
|
|
430
|
+
"accessLevel": "Read",
|
|
431
|
+
"resourceTypes": [
|
|
432
|
+
{
|
|
433
|
+
"name": "channelNamespace",
|
|
434
|
+
"required": true,
|
|
435
|
+
"conditionKeys": [],
|
|
436
|
+
"dependentActions": []
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"conditionKeys": [
|
|
440
|
+
"aws:ResourceTag/${TagKey}"
|
|
441
|
+
],
|
|
442
|
+
"dependentActions": []
|
|
443
|
+
},
|
|
298
444
|
"getdatasource": {
|
|
299
445
|
"name": "GetDataSource",
|
|
300
446
|
"description": "Grants permission to retrieve a data source",
|
|
@@ -444,6 +590,33 @@
|
|
|
444
590
|
"conditionKeys": [],
|
|
445
591
|
"dependentActions": []
|
|
446
592
|
},
|
|
593
|
+
"listapis": {
|
|
594
|
+
"name": "ListApis",
|
|
595
|
+
"description": "Grants permission to list APIs",
|
|
596
|
+
"accessLevel": "List",
|
|
597
|
+
"resourceTypes": [],
|
|
598
|
+
"conditionKeys": [
|
|
599
|
+
"aws:ResourceTag/${TagKey}"
|
|
600
|
+
],
|
|
601
|
+
"dependentActions": []
|
|
602
|
+
},
|
|
603
|
+
"listchannelnamespaces": {
|
|
604
|
+
"name": "ListChannelNamespaces",
|
|
605
|
+
"description": "Grants permission to list channel namespace",
|
|
606
|
+
"accessLevel": "List",
|
|
607
|
+
"resourceTypes": [
|
|
608
|
+
{
|
|
609
|
+
"name": "api",
|
|
610
|
+
"required": true,
|
|
611
|
+
"conditionKeys": [],
|
|
612
|
+
"dependentActions": []
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"conditionKeys": [
|
|
616
|
+
"aws:ResourceTag/${TagKey}"
|
|
617
|
+
],
|
|
618
|
+
"dependentActions": []
|
|
619
|
+
},
|
|
447
620
|
"listdatasources": {
|
|
448
621
|
"name": "ListDataSources",
|
|
449
622
|
"description": "Grants permission to list the data sources for a given API",
|
|
@@ -505,6 +678,18 @@
|
|
|
505
678
|
"description": "Grants permission to list the tags for a resource",
|
|
506
679
|
"accessLevel": "Read",
|
|
507
680
|
"resourceTypes": [
|
|
681
|
+
{
|
|
682
|
+
"name": "api",
|
|
683
|
+
"required": false,
|
|
684
|
+
"conditionKeys": [],
|
|
685
|
+
"dependentActions": []
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "channelNamespace",
|
|
689
|
+
"required": false,
|
|
690
|
+
"conditionKeys": [],
|
|
691
|
+
"dependentActions": []
|
|
692
|
+
},
|
|
508
693
|
{
|
|
509
694
|
"name": "graphqlapi",
|
|
510
695
|
"required": false,
|
|
@@ -616,12 +801,36 @@
|
|
|
616
801
|
"description": "Grants permission to tag a resource",
|
|
617
802
|
"accessLevel": "Tagging",
|
|
618
803
|
"resourceTypes": [
|
|
804
|
+
{
|
|
805
|
+
"name": "api",
|
|
806
|
+
"required": true,
|
|
807
|
+
"conditionKeys": [],
|
|
808
|
+
"dependentActions": []
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "channelNamespace",
|
|
812
|
+
"required": true,
|
|
813
|
+
"conditionKeys": [],
|
|
814
|
+
"dependentActions": []
|
|
815
|
+
},
|
|
619
816
|
{
|
|
620
817
|
"name": "graphqlapi",
|
|
621
818
|
"required": true,
|
|
622
819
|
"conditionKeys": [],
|
|
623
820
|
"dependentActions": []
|
|
624
821
|
},
|
|
822
|
+
{
|
|
823
|
+
"name": "api",
|
|
824
|
+
"required": false,
|
|
825
|
+
"conditionKeys": [],
|
|
826
|
+
"dependentActions": []
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "channelNamespace",
|
|
830
|
+
"required": false,
|
|
831
|
+
"conditionKeys": [],
|
|
832
|
+
"dependentActions": []
|
|
833
|
+
},
|
|
625
834
|
{
|
|
626
835
|
"name": "graphqlapi",
|
|
627
836
|
"required": false,
|
|
@@ -641,12 +850,36 @@
|
|
|
641
850
|
"description": "Grants permission to untag a resource",
|
|
642
851
|
"accessLevel": "Tagging",
|
|
643
852
|
"resourceTypes": [
|
|
853
|
+
{
|
|
854
|
+
"name": "api",
|
|
855
|
+
"required": true,
|
|
856
|
+
"conditionKeys": [],
|
|
857
|
+
"dependentActions": []
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "channelNamespace",
|
|
861
|
+
"required": true,
|
|
862
|
+
"conditionKeys": [],
|
|
863
|
+
"dependentActions": []
|
|
864
|
+
},
|
|
644
865
|
{
|
|
645
866
|
"name": "graphqlapi",
|
|
646
867
|
"required": true,
|
|
647
868
|
"conditionKeys": [],
|
|
648
869
|
"dependentActions": []
|
|
649
870
|
},
|
|
871
|
+
{
|
|
872
|
+
"name": "api",
|
|
873
|
+
"required": false,
|
|
874
|
+
"conditionKeys": [],
|
|
875
|
+
"dependentActions": []
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "channelNamespace",
|
|
879
|
+
"required": false,
|
|
880
|
+
"conditionKeys": [],
|
|
881
|
+
"dependentActions": []
|
|
882
|
+
},
|
|
650
883
|
{
|
|
651
884
|
"name": "graphqlapi",
|
|
652
885
|
"required": false,
|
|
@@ -655,7 +888,27 @@
|
|
|
655
888
|
}
|
|
656
889
|
],
|
|
657
890
|
"conditionKeys": [
|
|
658
|
-
"aws:TagKeys"
|
|
891
|
+
"aws:TagKeys",
|
|
892
|
+
"aws:ResourceTag/${TagKey}"
|
|
893
|
+
],
|
|
894
|
+
"dependentActions": []
|
|
895
|
+
},
|
|
896
|
+
"updateapi": {
|
|
897
|
+
"name": "UpdateApi",
|
|
898
|
+
"description": "Grants permission to update an API",
|
|
899
|
+
"accessLevel": "Write",
|
|
900
|
+
"resourceTypes": [
|
|
901
|
+
{
|
|
902
|
+
"name": "api",
|
|
903
|
+
"required": true,
|
|
904
|
+
"conditionKeys": [],
|
|
905
|
+
"dependentActions": [
|
|
906
|
+
"iam:CreateServiceLinkedRole"
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"conditionKeys": [
|
|
911
|
+
"aws:ResourceTag/${TagKey}"
|
|
659
912
|
],
|
|
660
913
|
"dependentActions": []
|
|
661
914
|
},
|
|
@@ -675,6 +928,23 @@
|
|
|
675
928
|
"conditionKeys": [],
|
|
676
929
|
"dependentActions": []
|
|
677
930
|
},
|
|
931
|
+
"updatechannelnamespace": {
|
|
932
|
+
"name": "UpdateChannelNamespace",
|
|
933
|
+
"description": "Grants permission to update a channel namespace",
|
|
934
|
+
"accessLevel": "Write",
|
|
935
|
+
"resourceTypes": [
|
|
936
|
+
{
|
|
937
|
+
"name": "channelNamespace",
|
|
938
|
+
"required": true,
|
|
939
|
+
"conditionKeys": [],
|
|
940
|
+
"dependentActions": []
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"conditionKeys": [
|
|
944
|
+
"aws:ResourceTag/${TagKey}"
|
|
945
|
+
],
|
|
946
|
+
"dependentActions": []
|
|
947
|
+
},
|
|
678
948
|
"updatedatasource": {
|
|
679
949
|
"name": "UpdateDataSource",
|
|
680
950
|
"description": "Grants permission to update a data source",
|
package/data/actions/aps.json
CHANGED
|
@@ -716,6 +716,32 @@
|
|
|
716
716
|
],
|
|
717
717
|
"dependentActions": []
|
|
718
718
|
},
|
|
719
|
+
"updatescraper": {
|
|
720
|
+
"name": "UpdateScraper",
|
|
721
|
+
"description": "Grants permission to update a scraper",
|
|
722
|
+
"accessLevel": "Write",
|
|
723
|
+
"resourceTypes": [
|
|
724
|
+
{
|
|
725
|
+
"name": "scraper",
|
|
726
|
+
"required": true,
|
|
727
|
+
"conditionKeys": [],
|
|
728
|
+
"dependentActions": [
|
|
729
|
+
"aps:CreateScraper",
|
|
730
|
+
"aps:TagResource"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "workspace",
|
|
735
|
+
"required": false,
|
|
736
|
+
"conditionKeys": [],
|
|
737
|
+
"dependentActions": []
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"conditionKeys": [
|
|
741
|
+
"aws:ResourceTag/${TagKey}"
|
|
742
|
+
],
|
|
743
|
+
"dependentActions": []
|
|
744
|
+
},
|
|
719
745
|
"updateworkspacealias": {
|
|
720
746
|
"name": "UpdateWorkspaceAlias",
|
|
721
747
|
"description": "Grants permission to modify the alias of existing AMP workspace",
|
|
@@ -1770,6 +1770,28 @@
|
|
|
1770
1770
|
"conditionKeys": [],
|
|
1771
1771
|
"dependentActions": []
|
|
1772
1772
|
},
|
|
1773
|
+
"renderprompt": {
|
|
1774
|
+
"name": "RenderPrompt",
|
|
1775
|
+
"isPermissionOnly": true,
|
|
1776
|
+
"description": "Grants permission to render an existing prompt or its version",
|
|
1777
|
+
"accessLevel": "Read",
|
|
1778
|
+
"resourceTypes": [
|
|
1779
|
+
{
|
|
1780
|
+
"name": "prompt",
|
|
1781
|
+
"required": true,
|
|
1782
|
+
"conditionKeys": [],
|
|
1783
|
+
"dependentActions": []
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "prompt-version",
|
|
1787
|
+
"required": true,
|
|
1788
|
+
"conditionKeys": [],
|
|
1789
|
+
"dependentActions": []
|
|
1790
|
+
}
|
|
1791
|
+
],
|
|
1792
|
+
"conditionKeys": [],
|
|
1793
|
+
"dependentActions": []
|
|
1794
|
+
},
|
|
1773
1795
|
"retrieve": {
|
|
1774
1796
|
"name": "Retrieve",
|
|
1775
1797
|
"description": "Grants permission to retrieve ingested data from a knowledge base",
|
|
@@ -2289,5 +2311,13 @@
|
|
|
2289
2311
|
],
|
|
2290
2312
|
"conditionKeys": [],
|
|
2291
2313
|
"dependentActions": []
|
|
2314
|
+
},
|
|
2315
|
+
"validateflowdefinition": {
|
|
2316
|
+
"name": "ValidateFlowDefinition",
|
|
2317
|
+
"description": "Grants permission to validate prompt flow definitions",
|
|
2318
|
+
"accessLevel": "Read",
|
|
2319
|
+
"resourceTypes": [],
|
|
2320
|
+
"conditionKeys": [],
|
|
2321
|
+
"dependentActions": []
|
|
2292
2322
|
}
|
|
2293
2323
|
}
|
|
@@ -395,6 +395,15 @@
|
|
|
395
395
|
"conditionKeys": [],
|
|
396
396
|
"dependentActions": []
|
|
397
397
|
},
|
|
398
|
+
"listentitiesformetric": {
|
|
399
|
+
"name": "ListEntitiesForMetric",
|
|
400
|
+
"isPermissionOnly": true,
|
|
401
|
+
"description": "Grants permission to retrieve all the entities that are emitting a given metric",
|
|
402
|
+
"accessLevel": "List",
|
|
403
|
+
"resourceTypes": [],
|
|
404
|
+
"conditionKeys": [],
|
|
405
|
+
"dependentActions": []
|
|
406
|
+
},
|
|
398
407
|
"listmanagedinsightrules": {
|
|
399
408
|
"name": "ListManagedInsightRules",
|
|
400
409
|
"description": "Grants permission to list available managed Insight Rules for a given Resource ARN",
|
|
@@ -35,6 +35,23 @@
|
|
|
35
35
|
"ds:DescribeDirectories"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
+
"associateanalyticsdataset": {
|
|
39
|
+
"name": "AssociateAnalyticsDataSet",
|
|
40
|
+
"description": "Grants permission to grant access and to associate a dataset with the specified AWS account",
|
|
41
|
+
"accessLevel": "Write",
|
|
42
|
+
"resourceTypes": [
|
|
43
|
+
{
|
|
44
|
+
"name": "instance",
|
|
45
|
+
"required": true,
|
|
46
|
+
"conditionKeys": [],
|
|
47
|
+
"dependentActions": []
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"conditionKeys": [
|
|
51
|
+
"connect:InstanceId"
|
|
52
|
+
],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
},
|
|
38
55
|
"associateapprovedorigin": {
|
|
39
56
|
"name": "AssociateApprovedOrigin",
|
|
40
57
|
"description": "Grants permission to associate approved origin for an existing Amazon Connect instance",
|
|
@@ -357,7 +374,6 @@
|
|
|
357
374
|
},
|
|
358
375
|
"batchassociateanalyticsdataset": {
|
|
359
376
|
"name": "BatchAssociateAnalyticsDataSet",
|
|
360
|
-
"isPermissionOnly": true,
|
|
361
377
|
"description": "Grants permission to grant access and to associate the datasets with the specified AWS account",
|
|
362
378
|
"accessLevel": "Write",
|
|
363
379
|
"resourceTypes": [
|
|
@@ -375,7 +391,6 @@
|
|
|
375
391
|
},
|
|
376
392
|
"batchdisassociateanalyticsdataset": {
|
|
377
393
|
"name": "BatchDisassociateAnalyticsDataSet",
|
|
378
|
-
"isPermissionOnly": true,
|
|
379
394
|
"description": "Grants permission to revoke access and to disassociate the datasets with the specified AWS account",
|
|
380
395
|
"accessLevel": "Write",
|
|
381
396
|
"resourceTypes": [
|
|
@@ -2095,6 +2110,23 @@
|
|
|
2095
2110
|
],
|
|
2096
2111
|
"dependentActions": []
|
|
2097
2112
|
},
|
|
2113
|
+
"disassociateanalyticsdataset": {
|
|
2114
|
+
"name": "DisassociateAnalyticsDataSet",
|
|
2115
|
+
"description": "Grants permission to revoke access and to disassociate a dataset with the specified AWS account",
|
|
2116
|
+
"accessLevel": "Write",
|
|
2117
|
+
"resourceTypes": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "instance",
|
|
2120
|
+
"required": true,
|
|
2121
|
+
"conditionKeys": [],
|
|
2122
|
+
"dependentActions": []
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2125
|
+
"conditionKeys": [
|
|
2126
|
+
"connect:InstanceId"
|
|
2127
|
+
],
|
|
2128
|
+
"dependentActions": []
|
|
2129
|
+
},
|
|
2098
2130
|
"disassociateapprovedorigin": {
|
|
2099
2131
|
"name": "DisassociateApprovedOrigin",
|
|
2100
2132
|
"description": "Grants permission to disassociate approved origin for an existing Amazon Connect instance",
|
|
@@ -2684,6 +2716,23 @@
|
|
|
2684
2716
|
"conditionKeys": [],
|
|
2685
2717
|
"dependentActions": []
|
|
2686
2718
|
},
|
|
2719
|
+
"listanalyticsdataassociations": {
|
|
2720
|
+
"name": "ListAnalyticsDataAssociations",
|
|
2721
|
+
"description": "Grants permission to list the association status of a dataset for a given Amazon Connect instance",
|
|
2722
|
+
"accessLevel": "List",
|
|
2723
|
+
"resourceTypes": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "instance",
|
|
2726
|
+
"required": true,
|
|
2727
|
+
"conditionKeys": [],
|
|
2728
|
+
"dependentActions": []
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"conditionKeys": [
|
|
2732
|
+
"connect:InstanceId"
|
|
2733
|
+
],
|
|
2734
|
+
"dependentActions": []
|
|
2735
|
+
},
|
|
2687
2736
|
"listapprovedorigins": {
|
|
2688
2737
|
"name": "ListApprovedOrigins",
|
|
2689
2738
|
"description": "Grants permission to view approved origins of an existing Amazon Connect instance",
|
|
@@ -4227,6 +4276,42 @@
|
|
|
4227
4276
|
],
|
|
4228
4277
|
"dependentActions": []
|
|
4229
4278
|
},
|
|
4279
|
+
"startoutboundchatcontact": {
|
|
4280
|
+
"name": "StartOutboundChatContact",
|
|
4281
|
+
"description": "Grants permission to initiate an outbound chat using the Amazon Connect API",
|
|
4282
|
+
"accessLevel": "Write",
|
|
4283
|
+
"resourceTypes": [
|
|
4284
|
+
{
|
|
4285
|
+
"name": "contact-flow",
|
|
4286
|
+
"required": true,
|
|
4287
|
+
"conditionKeys": [],
|
|
4288
|
+
"dependentActions": []
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"name": "instance",
|
|
4292
|
+
"required": true,
|
|
4293
|
+
"conditionKeys": [],
|
|
4294
|
+
"dependentActions": []
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "contact",
|
|
4298
|
+
"required": false,
|
|
4299
|
+
"conditionKeys": [],
|
|
4300
|
+
"dependentActions": []
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"name": "phone-number",
|
|
4304
|
+
"required": false,
|
|
4305
|
+
"conditionKeys": [],
|
|
4306
|
+
"dependentActions": []
|
|
4307
|
+
}
|
|
4308
|
+
],
|
|
4309
|
+
"conditionKeys": [
|
|
4310
|
+
"connect:InstanceId",
|
|
4311
|
+
"connect:Subtype"
|
|
4312
|
+
],
|
|
4313
|
+
"dependentActions": []
|
|
4314
|
+
},
|
|
4230
4315
|
"startoutboundvoicecontact": {
|
|
4231
4316
|
"name": "StartOutboundVoiceContact",
|
|
4232
4317
|
"description": "Grants permission to initiate outbound calls using the Amazon Connect API",
|
|
@@ -4242,6 +4327,29 @@
|
|
|
4242
4327
|
"conditionKeys": [],
|
|
4243
4328
|
"dependentActions": []
|
|
4244
4329
|
},
|
|
4330
|
+
"startscreensharing": {
|
|
4331
|
+
"name": "StartScreenSharing",
|
|
4332
|
+
"description": "Grants permission to start screen sharing for contact",
|
|
4333
|
+
"accessLevel": "Write",
|
|
4334
|
+
"resourceTypes": [
|
|
4335
|
+
{
|
|
4336
|
+
"name": "contact",
|
|
4337
|
+
"required": true,
|
|
4338
|
+
"conditionKeys": [],
|
|
4339
|
+
"dependentActions": []
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"name": "instance",
|
|
4343
|
+
"required": true,
|
|
4344
|
+
"conditionKeys": [],
|
|
4345
|
+
"dependentActions": []
|
|
4346
|
+
}
|
|
4347
|
+
],
|
|
4348
|
+
"conditionKeys": [
|
|
4349
|
+
"connect:InstanceId"
|
|
4350
|
+
],
|
|
4351
|
+
"dependentActions": []
|
|
4352
|
+
},
|
|
4245
4353
|
"starttaskcontact": {
|
|
4246
4354
|
"name": "StartTaskContact",
|
|
4247
4355
|
"description": "Grants permission to initiate a task using the Amazon Connect API",
|
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
+
"applypendingmaintenanceaction": {
|
|
3
|
+
"name": "ApplyPendingMaintenanceAction",
|
|
4
|
+
"description": "Grants permission to apply pending maintenance actions on Amazon DocDB-Elastic cluster",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "cluster",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:ResourceTag/${TagKey}"
|
|
16
|
+
],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
},
|
|
2
19
|
"copyclustersnapshot": {
|
|
3
20
|
"name": "CopyClusterSnapshot",
|
|
4
21
|
"description": "Grants permission to copy a new Amazon DocDB-Elastic cluster snapshot",
|
|
@@ -186,6 +203,23 @@
|
|
|
186
203
|
],
|
|
187
204
|
"dependentActions": []
|
|
188
205
|
},
|
|
206
|
+
"getpendingmaintenanceaction": {
|
|
207
|
+
"name": "GetPendingMaintenanceAction",
|
|
208
|
+
"description": "Grants permission to view details about pending maintenance actions on Amazon DocDB-Elastic cluster",
|
|
209
|
+
"accessLevel": "Read",
|
|
210
|
+
"resourceTypes": [
|
|
211
|
+
{
|
|
212
|
+
"name": "cluster",
|
|
213
|
+
"required": true,
|
|
214
|
+
"conditionKeys": [],
|
|
215
|
+
"dependentActions": []
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"conditionKeys": [
|
|
219
|
+
"aws:ResourceTag/${TagKey}"
|
|
220
|
+
],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
},
|
|
189
223
|
"listclustersnapshots": {
|
|
190
224
|
"name": "ListClusterSnapshots",
|
|
191
225
|
"description": "Grants permission to list the cluster snapshots in your account",
|
|
@@ -202,6 +236,16 @@
|
|
|
202
236
|
"conditionKeys": [],
|
|
203
237
|
"dependentActions": []
|
|
204
238
|
},
|
|
239
|
+
"listpendingmaintenanceactions": {
|
|
240
|
+
"name": "ListPendingMaintenanceActions",
|
|
241
|
+
"description": "Grants permission to list details about pending maintenance actions on any Amazon DocDB-Elastic cluster",
|
|
242
|
+
"accessLevel": "List",
|
|
243
|
+
"resourceTypes": [],
|
|
244
|
+
"conditionKeys": [
|
|
245
|
+
"aws:ResourceTag/${TagKey}"
|
|
246
|
+
],
|
|
247
|
+
"dependentActions": []
|
|
248
|
+
},
|
|
205
249
|
"listtagsforresource": {
|
|
206
250
|
"name": "ListTagsForResource",
|
|
207
251
|
"description": "Grants permission to lists tag for an DocumentDB Elastic resource",
|