@cloud-copilot/iam-data 0.9.202411261 → 0.9.202412071
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/aiops.json +384 -0
- package/data/actions/aoss.json +1 -0
- package/data/actions/bedrock.json +576 -2
- package/data/actions/chime.json +95 -1
- package/data/actions/cleanrooms.json +1 -0
- package/data/actions/config.json +146 -14
- package/data/actions/connect-campaigns.json +15 -0
- package/data/actions/connect.json +40 -1
- package/data/actions/datazone.json +0 -5
- package/data/actions/dsql.json +191 -0
- package/data/actions/eks.json +8 -2
- package/data/actions/es.json +99 -3
- package/data/actions/glue.json +75 -0
- package/data/actions/imagebuilder.json +15 -0
- package/data/actions/invoicing.json +136 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/memorydb.json +162 -0
- package/data/actions/networkflowmonitor.json +393 -0
- package/data/actions/observabilityadmin.json +66 -0
- package/data/actions/opensearch.json +60 -0
- package/data/actions/partnercentral.json +256 -0
- package/data/actions/qapps.json +0 -4
- package/data/actions/qbusiness.json +377 -0
- package/data/actions/quicksight.json +79 -0
- package/data/actions/redshift-serverless.json +8 -0
- package/data/actions/redshift.json +16 -0
- package/data/actions/rekognition.json +58 -11
- package/data/actions/s3.json +71 -0
- package/data/actions/s3tables.json +461 -0
- package/data/actions/sagemaker-data-science-assistant.json +11 -0
- package/data/actions/sagemaker.json +371 -9
- package/data/actions/security-ir.json +344 -0
- package/data/actions/transfer.json +127 -0
- package/data/actions/vpc-lattice.json +423 -44
- package/data/actions/vpce.json +11 -0
- package/data/conditionKeys/aiops.json +17 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/conditionKeys/config.json +5 -0
- package/data/conditionKeys/dsql.json +22 -0
- package/data/conditionKeys/eks.json +15 -0
- package/data/conditionKeys/invoicing.json +17 -1
- package/data/conditionKeys/networkflowmonitor.json +17 -0
- package/data/conditionKeys/observabilityadmin.json +1 -0
- package/data/conditionKeys/s3express.json +5 -0
- package/data/conditionKeys/s3tables.json +12 -0
- package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
- package/data/conditionKeys/security-ir.json +17 -0
- package/data/conditionKeys/vpc-lattice.json +10 -0
- package/data/conditionKeys/vpce.json +1 -0
- package/data/resourceTypes/aiops.json +9 -0
- package/data/resourceTypes/bedrock.json +27 -0
- package/data/resourceTypes/config.json +7 -0
- package/data/resourceTypes/dsql.json +9 -0
- package/data/resourceTypes/es.json +7 -0
- package/data/resourceTypes/invoicing.json +9 -1
- package/data/resourceTypes/memorydb.json +12 -0
- package/data/resourceTypes/networkflowmonitor.json +16 -0
- package/data/resourceTypes/observabilityadmin.json +1 -0
- package/data/resourceTypes/opensearch.json +4 -0
- package/data/resourceTypes/partnercentral.json +12 -0
- package/data/resourceTypes/personalize.json +3 -3
- package/data/resourceTypes/qbusiness.json +14 -0
- package/data/resourceTypes/rekognition.json +8 -2
- package/data/resourceTypes/s3tables.json +14 -0
- package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
- package/data/resourceTypes/sagemaker.json +32 -0
- package/data/resourceTypes/security-ir.json +16 -0
- package/data/resourceTypes/transfer.json +7 -0
- package/data/resourceTypes/vpc-lattice.json +76 -35
- package/data/resourceTypes/vpce.json +1 -0
- package/data/serviceNames.json +8 -0
- package/data/services.json +8 -0
- package/package.json +2 -2
|
@@ -25,6 +25,23 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependentActions": []
|
|
27
27
|
},
|
|
28
|
+
"associatepermission": {
|
|
29
|
+
"name": "AssociatePermission",
|
|
30
|
+
"description": "Associate resource based policy statement to the application",
|
|
31
|
+
"accessLevel": "Write",
|
|
32
|
+
"resourceTypes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "application",
|
|
35
|
+
"required": true,
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": [
|
|
42
|
+
"qbusiness:PutResourcePolicy"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
28
45
|
"batchdeletedocument": {
|
|
29
46
|
"name": "BatchDeleteDocument",
|
|
30
47
|
"description": "Grants permission to batch delete document",
|
|
@@ -129,6 +146,21 @@
|
|
|
129
146
|
],
|
|
130
147
|
"dependentActions": []
|
|
131
148
|
},
|
|
149
|
+
"createdataaccessor": {
|
|
150
|
+
"name": "CreateDataAccessor",
|
|
151
|
+
"description": "Create DataAccessor to the application",
|
|
152
|
+
"accessLevel": "Write",
|
|
153
|
+
"resourceTypes": [
|
|
154
|
+
{
|
|
155
|
+
"name": "application",
|
|
156
|
+
"required": true,
|
|
157
|
+
"conditionKeys": [],
|
|
158
|
+
"dependentActions": []
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"conditionKeys": [],
|
|
162
|
+
"dependentActions": []
|
|
163
|
+
},
|
|
132
164
|
"createdatasource": {
|
|
133
165
|
"name": "CreateDataSource",
|
|
134
166
|
"description": "Grants permission to create a data source for a given application and index",
|
|
@@ -171,6 +203,24 @@
|
|
|
171
203
|
],
|
|
172
204
|
"dependentActions": []
|
|
173
205
|
},
|
|
206
|
+
"createintegration": {
|
|
207
|
+
"name": "CreateIntegration",
|
|
208
|
+
"description": "Grants permission to create a new integration for a Q Business application",
|
|
209
|
+
"accessLevel": "Write",
|
|
210
|
+
"resourceTypes": [
|
|
211
|
+
{
|
|
212
|
+
"name": "application",
|
|
213
|
+
"required": true,
|
|
214
|
+
"conditionKeys": [],
|
|
215
|
+
"dependentActions": []
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"conditionKeys": [
|
|
219
|
+
"aws:RequestTag/${TagKey}",
|
|
220
|
+
"aws:TagKeys"
|
|
221
|
+
],
|
|
222
|
+
"dependentActions": []
|
|
223
|
+
},
|
|
174
224
|
"createlicense": {
|
|
175
225
|
"name": "CreateLicense",
|
|
176
226
|
"description": "Grants permission to create a license",
|
|
@@ -311,6 +361,27 @@
|
|
|
311
361
|
"conditionKeys": [],
|
|
312
362
|
"dependentActions": []
|
|
313
363
|
},
|
|
364
|
+
"deletedataaccessor": {
|
|
365
|
+
"name": "DeleteDataAccessor",
|
|
366
|
+
"description": "Delete DataAccessor",
|
|
367
|
+
"accessLevel": "Write",
|
|
368
|
+
"resourceTypes": [
|
|
369
|
+
{
|
|
370
|
+
"name": "application",
|
|
371
|
+
"required": true,
|
|
372
|
+
"conditionKeys": [],
|
|
373
|
+
"dependentActions": []
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "data-accessor",
|
|
377
|
+
"required": true,
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"conditionKeys": [],
|
|
383
|
+
"dependentActions": []
|
|
384
|
+
},
|
|
314
385
|
"deletedatasource": {
|
|
315
386
|
"name": "DeleteDataSource",
|
|
316
387
|
"description": "Grants permission to delete a DataSource",
|
|
@@ -380,6 +451,27 @@
|
|
|
380
451
|
"conditionKeys": [],
|
|
381
452
|
"dependentActions": []
|
|
382
453
|
},
|
|
454
|
+
"deleteintegration": {
|
|
455
|
+
"name": "DeleteIntegration",
|
|
456
|
+
"description": "Grants permission to delete an integration for a Q Business application",
|
|
457
|
+
"accessLevel": "Write",
|
|
458
|
+
"resourceTypes": [
|
|
459
|
+
{
|
|
460
|
+
"name": "application",
|
|
461
|
+
"required": true,
|
|
462
|
+
"conditionKeys": [],
|
|
463
|
+
"dependentActions": []
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "integration",
|
|
467
|
+
"required": true,
|
|
468
|
+
"conditionKeys": [],
|
|
469
|
+
"dependentActions": []
|
|
470
|
+
}
|
|
471
|
+
],
|
|
472
|
+
"conditionKeys": [],
|
|
473
|
+
"dependentActions": []
|
|
474
|
+
},
|
|
383
475
|
"deleteplugin": {
|
|
384
476
|
"name": "DeletePlugin",
|
|
385
477
|
"description": "Grants permission to delete a plugin",
|
|
@@ -474,6 +566,23 @@
|
|
|
474
566
|
"conditionKeys": [],
|
|
475
567
|
"dependentActions": []
|
|
476
568
|
},
|
|
569
|
+
"disassociatepermission": {
|
|
570
|
+
"name": "DisassociatePermission",
|
|
571
|
+
"description": "Disassociate resource based policy statement to the application",
|
|
572
|
+
"accessLevel": "Write",
|
|
573
|
+
"resourceTypes": [
|
|
574
|
+
{
|
|
575
|
+
"name": "application",
|
|
576
|
+
"required": true,
|
|
577
|
+
"conditionKeys": [],
|
|
578
|
+
"dependentActions": []
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"conditionKeys": [],
|
|
582
|
+
"dependentActions": [
|
|
583
|
+
"qbusiness:PutResourcePolicy"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
477
586
|
"getapplication": {
|
|
478
587
|
"name": "GetApplication",
|
|
479
588
|
"description": "Grants permission to get an application",
|
|
@@ -504,6 +613,27 @@
|
|
|
504
613
|
"conditionKeys": [],
|
|
505
614
|
"dependentActions": []
|
|
506
615
|
},
|
|
616
|
+
"getdataaccessor": {
|
|
617
|
+
"name": "GetDataAccessor",
|
|
618
|
+
"description": "Get DataAccessor",
|
|
619
|
+
"accessLevel": "Read",
|
|
620
|
+
"resourceTypes": [
|
|
621
|
+
{
|
|
622
|
+
"name": "application",
|
|
623
|
+
"required": true,
|
|
624
|
+
"conditionKeys": [],
|
|
625
|
+
"dependentActions": []
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "data-accessor",
|
|
629
|
+
"required": true,
|
|
630
|
+
"conditionKeys": [],
|
|
631
|
+
"dependentActions": []
|
|
632
|
+
}
|
|
633
|
+
],
|
|
634
|
+
"conditionKeys": [],
|
|
635
|
+
"dependentActions": []
|
|
636
|
+
},
|
|
507
637
|
"getdatasource": {
|
|
508
638
|
"name": "GetDataSource",
|
|
509
639
|
"description": "Grants permission to get a data source",
|
|
@@ -573,6 +703,27 @@
|
|
|
573
703
|
"conditionKeys": [],
|
|
574
704
|
"dependentActions": []
|
|
575
705
|
},
|
|
706
|
+
"getintegration": {
|
|
707
|
+
"name": "GetIntegration",
|
|
708
|
+
"description": "Grants permission to get an integration for a Q Business application",
|
|
709
|
+
"accessLevel": "Read",
|
|
710
|
+
"resourceTypes": [
|
|
711
|
+
{
|
|
712
|
+
"name": "application",
|
|
713
|
+
"required": true,
|
|
714
|
+
"conditionKeys": [],
|
|
715
|
+
"dependentActions": []
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "integration",
|
|
719
|
+
"required": true,
|
|
720
|
+
"conditionKeys": [],
|
|
721
|
+
"dependentActions": []
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
"conditionKeys": [],
|
|
725
|
+
"dependentActions": []
|
|
726
|
+
},
|
|
576
727
|
"getlicense": {
|
|
577
728
|
"name": "GetLicense",
|
|
578
729
|
"description": "Grants permission to get a license",
|
|
@@ -588,6 +739,21 @@
|
|
|
588
739
|
"conditionKeys": [],
|
|
589
740
|
"dependentActions": []
|
|
590
741
|
},
|
|
742
|
+
"getmedia": {
|
|
743
|
+
"name": "GetMedia",
|
|
744
|
+
"description": "Grants permission to get the media associated to a system message",
|
|
745
|
+
"accessLevel": "Read",
|
|
746
|
+
"resourceTypes": [
|
|
747
|
+
{
|
|
748
|
+
"name": "application",
|
|
749
|
+
"required": true,
|
|
750
|
+
"conditionKeys": [],
|
|
751
|
+
"dependentActions": []
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"conditionKeys": [],
|
|
755
|
+
"dependentActions": []
|
|
756
|
+
},
|
|
591
757
|
"getplugin": {
|
|
592
758
|
"name": "GetPlugin",
|
|
593
759
|
"description": "Grants permission to get a plugin",
|
|
@@ -609,6 +775,21 @@
|
|
|
609
775
|
"conditionKeys": [],
|
|
610
776
|
"dependentActions": []
|
|
611
777
|
},
|
|
778
|
+
"getpolicy": {
|
|
779
|
+
"name": "GetPolicy",
|
|
780
|
+
"description": "Get resource based policy of the application",
|
|
781
|
+
"accessLevel": "Read",
|
|
782
|
+
"resourceTypes": [
|
|
783
|
+
{
|
|
784
|
+
"name": "application",
|
|
785
|
+
"required": true,
|
|
786
|
+
"conditionKeys": [],
|
|
787
|
+
"dependentActions": []
|
|
788
|
+
}
|
|
789
|
+
],
|
|
790
|
+
"conditionKeys": [],
|
|
791
|
+
"dependentActions": []
|
|
792
|
+
},
|
|
612
793
|
"getretriever": {
|
|
613
794
|
"name": "GetRetriever",
|
|
614
795
|
"description": "Grants permission to get a retriever",
|
|
@@ -704,6 +885,21 @@
|
|
|
704
885
|
"conditionKeys": [],
|
|
705
886
|
"dependentActions": []
|
|
706
887
|
},
|
|
888
|
+
"listdataaccessors": {
|
|
889
|
+
"name": "ListDataAccessors",
|
|
890
|
+
"description": "List DataAccessor for the application",
|
|
891
|
+
"accessLevel": "List",
|
|
892
|
+
"resourceTypes": [
|
|
893
|
+
{
|
|
894
|
+
"name": "application",
|
|
895
|
+
"required": true,
|
|
896
|
+
"conditionKeys": [],
|
|
897
|
+
"dependentActions": []
|
|
898
|
+
}
|
|
899
|
+
],
|
|
900
|
+
"conditionKeys": [],
|
|
901
|
+
"dependentActions": []
|
|
902
|
+
},
|
|
707
903
|
"listdatasourcesyncjobs": {
|
|
708
904
|
"name": "ListDataSourceSyncJobs",
|
|
709
905
|
"description": "Grants permission to get Data Source sync job history",
|
|
@@ -809,6 +1005,21 @@
|
|
|
809
1005
|
"conditionKeys": [],
|
|
810
1006
|
"dependentActions": []
|
|
811
1007
|
},
|
|
1008
|
+
"listintegrations": {
|
|
1009
|
+
"name": "ListIntegrations",
|
|
1010
|
+
"description": "Grants permission to list all integrations for a Q Business application",
|
|
1011
|
+
"accessLevel": "List",
|
|
1012
|
+
"resourceTypes": [
|
|
1013
|
+
{
|
|
1014
|
+
"name": "application",
|
|
1015
|
+
"required": true,
|
|
1016
|
+
"conditionKeys": [],
|
|
1017
|
+
"dependentActions": []
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"conditionKeys": [],
|
|
1021
|
+
"dependentActions": []
|
|
1022
|
+
},
|
|
812
1023
|
"listmessages": {
|
|
813
1024
|
"name": "ListMessages",
|
|
814
1025
|
"description": "Grants permission to list all messages",
|
|
@@ -824,6 +1035,43 @@
|
|
|
824
1035
|
"conditionKeys": [],
|
|
825
1036
|
"dependentActions": []
|
|
826
1037
|
},
|
|
1038
|
+
"listpluginactions": {
|
|
1039
|
+
"name": "ListPluginActions",
|
|
1040
|
+
"description": "Grants permission to list the plugins actions of a plugin within application",
|
|
1041
|
+
"accessLevel": "Read",
|
|
1042
|
+
"resourceTypes": [
|
|
1043
|
+
{
|
|
1044
|
+
"name": "application",
|
|
1045
|
+
"required": true,
|
|
1046
|
+
"conditionKeys": [],
|
|
1047
|
+
"dependentActions": []
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "plugin",
|
|
1051
|
+
"required": true,
|
|
1052
|
+
"conditionKeys": [],
|
|
1053
|
+
"dependentActions": []
|
|
1054
|
+
}
|
|
1055
|
+
],
|
|
1056
|
+
"conditionKeys": [],
|
|
1057
|
+
"dependentActions": []
|
|
1058
|
+
},
|
|
1059
|
+
"listplugintypeactions": {
|
|
1060
|
+
"name": "ListPluginTypeActions",
|
|
1061
|
+
"description": "Grants permission to list all the actions for a plugin type",
|
|
1062
|
+
"accessLevel": "Read",
|
|
1063
|
+
"resourceTypes": [],
|
|
1064
|
+
"conditionKeys": [],
|
|
1065
|
+
"dependentActions": []
|
|
1066
|
+
},
|
|
1067
|
+
"listplugintypemetadata": {
|
|
1068
|
+
"name": "ListPluginTypeMetadata",
|
|
1069
|
+
"description": "Grants permission to list all the plugin type metadata",
|
|
1070
|
+
"accessLevel": "Read",
|
|
1071
|
+
"resourceTypes": [],
|
|
1072
|
+
"conditionKeys": [],
|
|
1073
|
+
"dependentActions": []
|
|
1074
|
+
},
|
|
827
1075
|
"listplugins": {
|
|
828
1076
|
"name": "ListPlugins",
|
|
829
1077
|
"description": "Grants permission to list the plugins of an application",
|
|
@@ -880,6 +1128,12 @@
|
|
|
880
1128
|
"conditionKeys": [],
|
|
881
1129
|
"dependentActions": []
|
|
882
1130
|
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "data-accessor",
|
|
1133
|
+
"required": false,
|
|
1134
|
+
"conditionKeys": [],
|
|
1135
|
+
"dependentActions": []
|
|
1136
|
+
},
|
|
883
1137
|
{
|
|
884
1138
|
"name": "data-source",
|
|
885
1139
|
"required": false,
|
|
@@ -892,6 +1146,12 @@
|
|
|
892
1146
|
"conditionKeys": [],
|
|
893
1147
|
"dependentActions": []
|
|
894
1148
|
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "integration",
|
|
1151
|
+
"required": false,
|
|
1152
|
+
"conditionKeys": [],
|
|
1153
|
+
"dependentActions": []
|
|
1154
|
+
},
|
|
895
1155
|
{
|
|
896
1156
|
"name": "plugin",
|
|
897
1157
|
"required": false,
|
|
@@ -973,6 +1233,21 @@
|
|
|
973
1233
|
"conditionKeys": [],
|
|
974
1234
|
"dependentActions": []
|
|
975
1235
|
},
|
|
1236
|
+
"putresourcepolicy": {
|
|
1237
|
+
"name": "PutResourcePolicy",
|
|
1238
|
+
"description": "Put resource based policy statement to the application",
|
|
1239
|
+
"accessLevel": "Write",
|
|
1240
|
+
"resourceTypes": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "application",
|
|
1243
|
+
"required": true,
|
|
1244
|
+
"conditionKeys": [],
|
|
1245
|
+
"dependentActions": []
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"conditionKeys": [],
|
|
1249
|
+
"dependentActions": []
|
|
1250
|
+
},
|
|
976
1251
|
"removeuserlicenses": {
|
|
977
1252
|
"name": "RemoveUserLicenses",
|
|
978
1253
|
"description": "Grants permission to remove licenses for one or more users",
|
|
@@ -981,6 +1256,21 @@
|
|
|
981
1256
|
"conditionKeys": [],
|
|
982
1257
|
"dependentActions": []
|
|
983
1258
|
},
|
|
1259
|
+
"searchrelevantcontent": {
|
|
1260
|
+
"name": "SearchRelevantContent",
|
|
1261
|
+
"description": "Search relevant content from the Amazon Q Business Application",
|
|
1262
|
+
"accessLevel": "Read",
|
|
1263
|
+
"resourceTypes": [
|
|
1264
|
+
{
|
|
1265
|
+
"name": "application",
|
|
1266
|
+
"required": true,
|
|
1267
|
+
"conditionKeys": [],
|
|
1268
|
+
"dependentActions": []
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"conditionKeys": [],
|
|
1272
|
+
"dependentActions": []
|
|
1273
|
+
},
|
|
984
1274
|
"startdatasourcesyncjob": {
|
|
985
1275
|
"name": "StartDataSourceSyncJob",
|
|
986
1276
|
"description": "Grants permission to start Data Source sync job",
|
|
@@ -1008,6 +1298,27 @@
|
|
|
1008
1298
|
"conditionKeys": [],
|
|
1009
1299
|
"dependentActions": []
|
|
1010
1300
|
},
|
|
1301
|
+
"startdeployment": {
|
|
1302
|
+
"name": "StartDeployment",
|
|
1303
|
+
"description": "Grants permission to start deployment for an integration",
|
|
1304
|
+
"accessLevel": "Write",
|
|
1305
|
+
"resourceTypes": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "application",
|
|
1308
|
+
"required": true,
|
|
1309
|
+
"conditionKeys": [],
|
|
1310
|
+
"dependentActions": []
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "integration",
|
|
1314
|
+
"required": true,
|
|
1315
|
+
"conditionKeys": [],
|
|
1316
|
+
"dependentActions": []
|
|
1317
|
+
}
|
|
1318
|
+
],
|
|
1319
|
+
"conditionKeys": [],
|
|
1320
|
+
"dependentActions": []
|
|
1321
|
+
},
|
|
1011
1322
|
"stopdatasourcesyncjob": {
|
|
1012
1323
|
"name": "StopDataSourceSyncJob",
|
|
1013
1324
|
"description": "Grants permission to stop Data Source sync job",
|
|
@@ -1046,6 +1357,12 @@
|
|
|
1046
1357
|
"conditionKeys": [],
|
|
1047
1358
|
"dependentActions": []
|
|
1048
1359
|
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "data-accessor",
|
|
1362
|
+
"required": false,
|
|
1363
|
+
"conditionKeys": [],
|
|
1364
|
+
"dependentActions": []
|
|
1365
|
+
},
|
|
1049
1366
|
{
|
|
1050
1367
|
"name": "data-source",
|
|
1051
1368
|
"required": false,
|
|
@@ -1058,6 +1375,12 @@
|
|
|
1058
1375
|
"conditionKeys": [],
|
|
1059
1376
|
"dependentActions": []
|
|
1060
1377
|
},
|
|
1378
|
+
{
|
|
1379
|
+
"name": "integration",
|
|
1380
|
+
"required": false,
|
|
1381
|
+
"conditionKeys": [],
|
|
1382
|
+
"dependentActions": []
|
|
1383
|
+
},
|
|
1061
1384
|
{
|
|
1062
1385
|
"name": "plugin",
|
|
1063
1386
|
"required": false,
|
|
@@ -1094,6 +1417,12 @@
|
|
|
1094
1417
|
"conditionKeys": [],
|
|
1095
1418
|
"dependentActions": []
|
|
1096
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "data-accessor",
|
|
1422
|
+
"required": false,
|
|
1423
|
+
"conditionKeys": [],
|
|
1424
|
+
"dependentActions": []
|
|
1425
|
+
},
|
|
1097
1426
|
{
|
|
1098
1427
|
"name": "data-source",
|
|
1099
1428
|
"required": false,
|
|
@@ -1106,6 +1435,12 @@
|
|
|
1106
1435
|
"conditionKeys": [],
|
|
1107
1436
|
"dependentActions": []
|
|
1108
1437
|
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "integration",
|
|
1440
|
+
"required": false,
|
|
1441
|
+
"conditionKeys": [],
|
|
1442
|
+
"dependentActions": []
|
|
1443
|
+
},
|
|
1109
1444
|
{
|
|
1110
1445
|
"name": "plugin",
|
|
1111
1446
|
"required": false,
|
|
@@ -1160,6 +1495,27 @@
|
|
|
1160
1495
|
"conditionKeys": [],
|
|
1161
1496
|
"dependentActions": []
|
|
1162
1497
|
},
|
|
1498
|
+
"updatedataaccessor": {
|
|
1499
|
+
"name": "UpdateDataAccessor",
|
|
1500
|
+
"description": "Update DataAccessor",
|
|
1501
|
+
"accessLevel": "Write",
|
|
1502
|
+
"resourceTypes": [
|
|
1503
|
+
{
|
|
1504
|
+
"name": "application",
|
|
1505
|
+
"required": true,
|
|
1506
|
+
"conditionKeys": [],
|
|
1507
|
+
"dependentActions": []
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "data-accessor",
|
|
1511
|
+
"required": true,
|
|
1512
|
+
"conditionKeys": [],
|
|
1513
|
+
"dependentActions": []
|
|
1514
|
+
}
|
|
1515
|
+
],
|
|
1516
|
+
"conditionKeys": [],
|
|
1517
|
+
"dependentActions": []
|
|
1518
|
+
},
|
|
1163
1519
|
"updatedatasource": {
|
|
1164
1520
|
"name": "UpdateDataSource",
|
|
1165
1521
|
"description": "Grants permission to update a DataSource",
|
|
@@ -1208,6 +1564,27 @@
|
|
|
1208
1564
|
"conditionKeys": [],
|
|
1209
1565
|
"dependentActions": []
|
|
1210
1566
|
},
|
|
1567
|
+
"updateintegration": {
|
|
1568
|
+
"name": "UpdateIntegration",
|
|
1569
|
+
"description": "Grants permission to update an integration for a Q Business application",
|
|
1570
|
+
"accessLevel": "Write",
|
|
1571
|
+
"resourceTypes": [
|
|
1572
|
+
{
|
|
1573
|
+
"name": "application",
|
|
1574
|
+
"required": true,
|
|
1575
|
+
"conditionKeys": [],
|
|
1576
|
+
"dependentActions": []
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "integration",
|
|
1580
|
+
"required": true,
|
|
1581
|
+
"conditionKeys": [],
|
|
1582
|
+
"dependentActions": []
|
|
1583
|
+
}
|
|
1584
|
+
],
|
|
1585
|
+
"conditionKeys": [],
|
|
1586
|
+
"dependentActions": []
|
|
1587
|
+
},
|
|
1211
1588
|
"updateplugin": {
|
|
1212
1589
|
"name": "UpdatePlugin",
|
|
1213
1590
|
"description": "Grants permission to update a plugin",
|
|
@@ -677,6 +677,14 @@
|
|
|
677
677
|
],
|
|
678
678
|
"dependentActions": []
|
|
679
679
|
},
|
|
680
|
+
"deletedefaultqbusinessapplication": {
|
|
681
|
+
"name": "DeleteDefaultQBusinessApplication",
|
|
682
|
+
"description": "Grants permission to delete linked QBusiness application for QuickSight account",
|
|
683
|
+
"accessLevel": "Write",
|
|
684
|
+
"resourceTypes": [],
|
|
685
|
+
"conditionKeys": [],
|
|
686
|
+
"dependentActions": []
|
|
687
|
+
},
|
|
680
688
|
"deleteemailcustomizationtemplate": {
|
|
681
689
|
"name": "DeleteEmailCustomizationTemplate",
|
|
682
690
|
"isPermissionOnly": true,
|
|
@@ -1309,6 +1317,14 @@
|
|
|
1309
1317
|
],
|
|
1310
1318
|
"dependentActions": []
|
|
1311
1319
|
},
|
|
1320
|
+
"describedefaultqbusinessapplication": {
|
|
1321
|
+
"name": "DescribeDefaultQBusinessApplication",
|
|
1322
|
+
"description": "Grants permission to describe linked QBusiness application Id for QuickSight account",
|
|
1323
|
+
"accessLevel": "Read",
|
|
1324
|
+
"resourceTypes": [],
|
|
1325
|
+
"conditionKeys": [],
|
|
1326
|
+
"dependentActions": []
|
|
1327
|
+
},
|
|
1312
1328
|
"describeemailcustomizationtemplate": {
|
|
1313
1329
|
"name": "DescribeEmailCustomizationTemplate",
|
|
1314
1330
|
"isPermissionOnly": true,
|
|
@@ -1474,6 +1490,14 @@
|
|
|
1474
1490
|
"conditionKeys": [],
|
|
1475
1491
|
"dependentActions": []
|
|
1476
1492
|
},
|
|
1493
|
+
"describequicksightqsearchconfiguration": {
|
|
1494
|
+
"name": "DescribeQuickSightQSearchConfiguration",
|
|
1495
|
+
"description": "Grants permission to describe QuickSight Q Search configuration",
|
|
1496
|
+
"accessLevel": "Read",
|
|
1497
|
+
"resourceTypes": [],
|
|
1498
|
+
"conditionKeys": [],
|
|
1499
|
+
"dependentActions": []
|
|
1500
|
+
},
|
|
1477
1501
|
"describerefreshschedule": {
|
|
1478
1502
|
"name": "DescribeRefreshSchedule",
|
|
1479
1503
|
"description": "Grants permission to describe a refresh schedule for a dataset",
|
|
@@ -1743,6 +1767,16 @@
|
|
|
1743
1767
|
],
|
|
1744
1768
|
"dependentActions": []
|
|
1745
1769
|
},
|
|
1770
|
+
"generateembedurlforregistereduserwithidentity": {
|
|
1771
|
+
"name": "GenerateEmbedUrlForRegisteredUserWithIdentity",
|
|
1772
|
+
"description": "Grants permission to generate a URL used to embed a QuickSight Experience for a user registered with QuickSight using Identity-enhanced role session",
|
|
1773
|
+
"accessLevel": "Write",
|
|
1774
|
+
"resourceTypes": [],
|
|
1775
|
+
"conditionKeys": [
|
|
1776
|
+
"quicksight:AllowedEmbeddingDomains"
|
|
1777
|
+
],
|
|
1778
|
+
"dependentActions": []
|
|
1779
|
+
},
|
|
1746
1780
|
"getanonymoususerembedurl": {
|
|
1747
1781
|
"name": "GetAnonymousUserEmbedUrl",
|
|
1748
1782
|
"isPermissionOnly": true,
|
|
@@ -2347,6 +2381,27 @@
|
|
|
2347
2381
|
],
|
|
2348
2382
|
"dependentActions": []
|
|
2349
2383
|
},
|
|
2384
|
+
"predictqaresults": {
|
|
2385
|
+
"name": "PredictQAResults",
|
|
2386
|
+
"description": "Grants permission to predict QA results",
|
|
2387
|
+
"accessLevel": "Read",
|
|
2388
|
+
"resourceTypes": [
|
|
2389
|
+
{
|
|
2390
|
+
"name": "dashboard",
|
|
2391
|
+
"required": false,
|
|
2392
|
+
"conditionKeys": [],
|
|
2393
|
+
"dependentActions": []
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "topic",
|
|
2397
|
+
"required": false,
|
|
2398
|
+
"conditionKeys": [],
|
|
2399
|
+
"dependentActions": []
|
|
2400
|
+
}
|
|
2401
|
+
],
|
|
2402
|
+
"conditionKeys": [],
|
|
2403
|
+
"dependentActions": []
|
|
2404
|
+
},
|
|
2350
2405
|
"putdatasetrefreshproperties": {
|
|
2351
2406
|
"name": "PutDataSetRefreshProperties",
|
|
2352
2407
|
"description": "Grants permission to put dataset refresh properties for a dataset",
|
|
@@ -2867,6 +2922,14 @@
|
|
|
2867
2922
|
"conditionKeys": [],
|
|
2868
2923
|
"dependentActions": []
|
|
2869
2924
|
},
|
|
2925
|
+
"updateapplicationwithtokenexchangegrant": {
|
|
2926
|
+
"name": "UpdateApplicationWithTokenExchangeGrant",
|
|
2927
|
+
"description": "Grants permission to update QuickSight IAM Identity Center application with Token Exchange grant",
|
|
2928
|
+
"accessLevel": "Write",
|
|
2929
|
+
"resourceTypes": [],
|
|
2930
|
+
"conditionKeys": [],
|
|
2931
|
+
"dependentActions": []
|
|
2932
|
+
},
|
|
2870
2933
|
"updatebrand": {
|
|
2871
2934
|
"name": "UpdateBrand",
|
|
2872
2935
|
"description": "Grants permission to update a brand",
|
|
@@ -3070,6 +3133,14 @@
|
|
|
3070
3133
|
],
|
|
3071
3134
|
"dependentActions": []
|
|
3072
3135
|
},
|
|
3136
|
+
"updatedefaultqbusinessapplication": {
|
|
3137
|
+
"name": "UpdateDefaultQBusinessApplication",
|
|
3138
|
+
"description": "Grants permission to update linked QBusiness application Id for QuickSight account",
|
|
3139
|
+
"accessLevel": "Write",
|
|
3140
|
+
"resourceTypes": [],
|
|
3141
|
+
"conditionKeys": [],
|
|
3142
|
+
"dependentActions": []
|
|
3143
|
+
},
|
|
3073
3144
|
"updateemailcustomizationtemplate": {
|
|
3074
3145
|
"name": "UpdateEmailCustomizationTemplate",
|
|
3075
3146
|
"isPermissionOnly": true,
|
|
@@ -3186,6 +3257,14 @@
|
|
|
3186
3257
|
"conditionKeys": [],
|
|
3187
3258
|
"dependentActions": []
|
|
3188
3259
|
},
|
|
3260
|
+
"updatequicksightqsearchconfiguration": {
|
|
3261
|
+
"name": "UpdateQuickSightQSearchConfiguration",
|
|
3262
|
+
"description": "Grants permission to update QuickSight Q Search configuration",
|
|
3263
|
+
"accessLevel": "Write",
|
|
3264
|
+
"resourceTypes": [],
|
|
3265
|
+
"conditionKeys": [],
|
|
3266
|
+
"dependentActions": []
|
|
3267
|
+
},
|
|
3189
3268
|
"updaterefreshschedule": {
|
|
3190
3269
|
"name": "UpdateRefreshSchedule",
|
|
3191
3270
|
"description": "Grants permission to update a refresh schedule for a dataset",
|
|
@@ -456,6 +456,14 @@
|
|
|
456
456
|
"conditionKeys": [],
|
|
457
457
|
"dependentActions": []
|
|
458
458
|
},
|
|
459
|
+
"listmanagedworkgroups": {
|
|
460
|
+
"name": "ListManagedWorkgroups",
|
|
461
|
+
"description": "Grants permission to list managed workgroups in Amazon Redshift Serverless",
|
|
462
|
+
"accessLevel": "List",
|
|
463
|
+
"resourceTypes": [],
|
|
464
|
+
"conditionKeys": [],
|
|
465
|
+
"dependentActions": []
|
|
466
|
+
},
|
|
459
467
|
"listnamespaces": {
|
|
460
468
|
"name": "ListNamespaces",
|
|
461
469
|
"description": "Grants permission to list namespaces in Amazon Redshift Serverless",
|