@cloud-copilot/iam-data 0.8.202411021 → 0.8.202411071
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/cloudwatch.json +9 -0
- package/data/actions/docdb-elastic.json +44 -0
- package/data/actions/ec2.json +278 -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/qapps.json +60 -0
- package/data/actions/tax.json +24 -0
- package/data/actions/thinclient.json +18 -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/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/serviceNames.json +3 -0
- package/data/services.json +3 -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",
|
|
@@ -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",
|
|
@@ -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",
|
package/data/actions/ec2.json
CHANGED
|
@@ -24,6 +24,41 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependentActions": []
|
|
26
26
|
},
|
|
27
|
+
"acceptcapacityreservationbillingownership": {
|
|
28
|
+
"name": "AcceptCapacityReservationBillingOwnership",
|
|
29
|
+
"description": "Grants permission to accept assign billing of the available capacity of a shared Capacity Reservation to the calling account",
|
|
30
|
+
"accessLevel": "Write",
|
|
31
|
+
"resourceTypes": [
|
|
32
|
+
{
|
|
33
|
+
"name": "capacity-reservation",
|
|
34
|
+
"required": true,
|
|
35
|
+
"conditionKeys": [
|
|
36
|
+
"aws:ResourceTag/${TagKey}",
|
|
37
|
+
"ec2:AvailabilityZone",
|
|
38
|
+
"ec2:CapacityReservationFleet",
|
|
39
|
+
"ec2:CreateDate",
|
|
40
|
+
"ec2:DestinationCapacityReservationId",
|
|
41
|
+
"ec2:EbsOptimized",
|
|
42
|
+
"ec2:EndDate",
|
|
43
|
+
"ec2:EndDateType",
|
|
44
|
+
"ec2:InstanceCount",
|
|
45
|
+
"ec2:InstanceMatchCriteria",
|
|
46
|
+
"ec2:InstancePlatform",
|
|
47
|
+
"ec2:InstanceType",
|
|
48
|
+
"ec2:OutpostArn",
|
|
49
|
+
"ec2:PlacementGroup",
|
|
50
|
+
"ec2:ResourceTag/${TagKey}",
|
|
51
|
+
"ec2:SourceCapacityReservationId",
|
|
52
|
+
"ec2:Tenancy"
|
|
53
|
+
],
|
|
54
|
+
"dependentActions": []
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"conditionKeys": [
|
|
58
|
+
"ec2:Region"
|
|
59
|
+
],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
27
62
|
"acceptreservedinstancesexchangequote": {
|
|
28
63
|
"name": "AcceptReservedInstancesExchangeQuote",
|
|
29
64
|
"description": "Grants permission to accept a Convertible Reserved Instance exchange quote",
|
|
@@ -435,6 +470,41 @@
|
|
|
435
470
|
],
|
|
436
471
|
"dependentActions": []
|
|
437
472
|
},
|
|
473
|
+
"associatecapacityreservationbillingowner": {
|
|
474
|
+
"name": "AssociateCapacityReservationBillingOwner",
|
|
475
|
+
"description": "Grants permission to assign billing of the unused capacity of a shared Capacity Reservation to a consumer account",
|
|
476
|
+
"accessLevel": "Write",
|
|
477
|
+
"resourceTypes": [
|
|
478
|
+
{
|
|
479
|
+
"name": "capacity-reservation",
|
|
480
|
+
"required": true,
|
|
481
|
+
"conditionKeys": [
|
|
482
|
+
"aws:ResourceTag/${TagKey}",
|
|
483
|
+
"ec2:AvailabilityZone",
|
|
484
|
+
"ec2:CapacityReservationFleet",
|
|
485
|
+
"ec2:CreateDate",
|
|
486
|
+
"ec2:DestinationCapacityReservationId",
|
|
487
|
+
"ec2:EbsOptimized",
|
|
488
|
+
"ec2:EndDate",
|
|
489
|
+
"ec2:EndDateType",
|
|
490
|
+
"ec2:InstanceCount",
|
|
491
|
+
"ec2:InstanceMatchCriteria",
|
|
492
|
+
"ec2:InstancePlatform",
|
|
493
|
+
"ec2:InstanceType",
|
|
494
|
+
"ec2:OutpostArn",
|
|
495
|
+
"ec2:PlacementGroup",
|
|
496
|
+
"ec2:ResourceTag/${TagKey}",
|
|
497
|
+
"ec2:SourceCapacityReservationId",
|
|
498
|
+
"ec2:Tenancy"
|
|
499
|
+
],
|
|
500
|
+
"dependentActions": []
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"conditionKeys": [
|
|
504
|
+
"ec2:Region"
|
|
505
|
+
],
|
|
506
|
+
"dependentActions": []
|
|
507
|
+
},
|
|
438
508
|
"associateclientvpntargetnetwork": {
|
|
439
509
|
"name": "AssociateClientVpnTargetNetwork",
|
|
440
510
|
"description": "Grants permission to associate a target network with a Client VPN endpoint",
|
|
@@ -720,6 +790,41 @@
|
|
|
720
790
|
],
|
|
721
791
|
"dependentActions": []
|
|
722
792
|
},
|
|
793
|
+
"associatesecuritygroupvpc": {
|
|
794
|
+
"name": "AssociateSecurityGroupVpc",
|
|
795
|
+
"description": "Grants permission to associate a security group with another VPC in the same Region",
|
|
796
|
+
"accessLevel": "Write",
|
|
797
|
+
"resourceTypes": [
|
|
798
|
+
{
|
|
799
|
+
"name": "security-group",
|
|
800
|
+
"required": true,
|
|
801
|
+
"conditionKeys": [
|
|
802
|
+
"aws:ResourceTag/${TagKey}",
|
|
803
|
+
"ec2:ResourceTag/${TagKey}",
|
|
804
|
+
"ec2:SecurityGroupID",
|
|
805
|
+
"ec2:Vpc"
|
|
806
|
+
],
|
|
807
|
+
"dependentActions": []
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "vpc",
|
|
811
|
+
"required": true,
|
|
812
|
+
"conditionKeys": [
|
|
813
|
+
"aws:ResourceTag/${TagKey}",
|
|
814
|
+
"ec2:Ipv4IpamPoolId",
|
|
815
|
+
"ec2:Ipv6IpamPoolId",
|
|
816
|
+
"ec2:ResourceTag/${TagKey}",
|
|
817
|
+
"ec2:Tenancy",
|
|
818
|
+
"ec2:VpcID"
|
|
819
|
+
],
|
|
820
|
+
"dependentActions": []
|
|
821
|
+
}
|
|
822
|
+
],
|
|
823
|
+
"conditionKeys": [
|
|
824
|
+
"ec2:Region"
|
|
825
|
+
],
|
|
826
|
+
"dependentActions": []
|
|
827
|
+
},
|
|
723
828
|
"associatesubnetcidrblock": {
|
|
724
829
|
"name": "AssociateSubnetCidrBlock",
|
|
725
830
|
"description": "Grants permission to associate a CIDR block with a subnet",
|
|
@@ -8098,6 +8203,16 @@
|
|
|
8098
8203
|
],
|
|
8099
8204
|
"dependentActions": []
|
|
8100
8205
|
},
|
|
8206
|
+
"describecapacityreservationbillingrequests": {
|
|
8207
|
+
"name": "DescribeCapacityReservationBillingRequests",
|
|
8208
|
+
"description": "Grants permission to describe one or more requests to assign the billing of the unused capacity of a Capacity Reservation",
|
|
8209
|
+
"accessLevel": "List",
|
|
8210
|
+
"resourceTypes": [],
|
|
8211
|
+
"conditionKeys": [
|
|
8212
|
+
"ec2:Region"
|
|
8213
|
+
],
|
|
8214
|
+
"dependentActions": []
|
|
8215
|
+
},
|
|
8101
8216
|
"describecapacityreservationfleets": {
|
|
8102
8217
|
"name": "DescribeCapacityReservationFleets",
|
|
8103
8218
|
"description": "Grants permission to describe one or more Capacity Reservation Fleets",
|
|
@@ -8644,6 +8759,16 @@
|
|
|
8644
8759
|
],
|
|
8645
8760
|
"dependentActions": []
|
|
8646
8761
|
},
|
|
8762
|
+
"describeinstanceimagemetadata": {
|
|
8763
|
+
"name": "DescribeInstanceImageMetadata",
|
|
8764
|
+
"description": "Grants permission to describe the AMI that was used to launch an instance",
|
|
8765
|
+
"accessLevel": "List",
|
|
8766
|
+
"resourceTypes": [],
|
|
8767
|
+
"conditionKeys": [
|
|
8768
|
+
"ec2:Region"
|
|
8769
|
+
],
|
|
8770
|
+
"dependentActions": []
|
|
8771
|
+
},
|
|
8647
8772
|
"describeinstancestatus": {
|
|
8648
8773
|
"name": "DescribeInstanceStatus",
|
|
8649
8774
|
"description": "Grants permission to describe the status of one or more instances",
|
|
@@ -9179,6 +9304,16 @@
|
|
|
9179
9304
|
],
|
|
9180
9305
|
"dependentActions": []
|
|
9181
9306
|
},
|
|
9307
|
+
"describesecuritygroupvpcassociations": {
|
|
9308
|
+
"name": "DescribeSecurityGroupVpcAssociations",
|
|
9309
|
+
"description": "Grants permission to describe security group VPC associations",
|
|
9310
|
+
"accessLevel": "List",
|
|
9311
|
+
"resourceTypes": [],
|
|
9312
|
+
"conditionKeys": [
|
|
9313
|
+
"ec2:Region"
|
|
9314
|
+
],
|
|
9315
|
+
"dependentActions": []
|
|
9316
|
+
},
|
|
9182
9317
|
"describesecuritygroups": {
|
|
9183
9318
|
"name": "DescribeSecurityGroups",
|
|
9184
9319
|
"description": "Grants permission to describe one or more security groups",
|
|
@@ -10380,6 +10515,41 @@
|
|
|
10380
10515
|
],
|
|
10381
10516
|
"dependentActions": []
|
|
10382
10517
|
},
|
|
10518
|
+
"disassociatecapacityreservationbillingowner": {
|
|
10519
|
+
"name": "DisassociateCapacityReservationBillingOwner",
|
|
10520
|
+
"description": "Grants permission to cancel a pending request to assign billing of the unused capacity of a Capacity Reservation to a consumer account",
|
|
10521
|
+
"accessLevel": "Write",
|
|
10522
|
+
"resourceTypes": [
|
|
10523
|
+
{
|
|
10524
|
+
"name": "capacity-reservation",
|
|
10525
|
+
"required": true,
|
|
10526
|
+
"conditionKeys": [
|
|
10527
|
+
"aws:ResourceTag/${TagKey}",
|
|
10528
|
+
"ec2:AvailabilityZone",
|
|
10529
|
+
"ec2:CapacityReservationFleet",
|
|
10530
|
+
"ec2:CreateDate",
|
|
10531
|
+
"ec2:DestinationCapacityReservationId",
|
|
10532
|
+
"ec2:EbsOptimized",
|
|
10533
|
+
"ec2:EndDate",
|
|
10534
|
+
"ec2:EndDateType",
|
|
10535
|
+
"ec2:InstanceCount",
|
|
10536
|
+
"ec2:InstanceMatchCriteria",
|
|
10537
|
+
"ec2:InstancePlatform",
|
|
10538
|
+
"ec2:InstanceType",
|
|
10539
|
+
"ec2:OutpostArn",
|
|
10540
|
+
"ec2:PlacementGroup",
|
|
10541
|
+
"ec2:ResourceTag/${TagKey}",
|
|
10542
|
+
"ec2:SourceCapacityReservationId",
|
|
10543
|
+
"ec2:Tenancy"
|
|
10544
|
+
],
|
|
10545
|
+
"dependentActions": []
|
|
10546
|
+
}
|
|
10547
|
+
],
|
|
10548
|
+
"conditionKeys": [
|
|
10549
|
+
"ec2:Region"
|
|
10550
|
+
],
|
|
10551
|
+
"dependentActions": []
|
|
10552
|
+
},
|
|
10383
10553
|
"disassociateclientvpntargetnetwork": {
|
|
10384
10554
|
"name": "DisassociateClientVpnTargetNetwork",
|
|
10385
10555
|
"description": "Grants permission to disassociate a target network from a Client VPN endpoint",
|
|
@@ -10633,6 +10803,41 @@
|
|
|
10633
10803
|
],
|
|
10634
10804
|
"dependentActions": []
|
|
10635
10805
|
},
|
|
10806
|
+
"disassociatesecuritygroupvpc": {
|
|
10807
|
+
"name": "DisassociateSecurityGroupVpc",
|
|
10808
|
+
"description": "Grants permission to disassociate a security group from a VPC",
|
|
10809
|
+
"accessLevel": "Write",
|
|
10810
|
+
"resourceTypes": [
|
|
10811
|
+
{
|
|
10812
|
+
"name": "security-group",
|
|
10813
|
+
"required": true,
|
|
10814
|
+
"conditionKeys": [
|
|
10815
|
+
"aws:ResourceTag/${TagKey}",
|
|
10816
|
+
"ec2:ResourceTag/${TagKey}",
|
|
10817
|
+
"ec2:SecurityGroupID",
|
|
10818
|
+
"ec2:Vpc"
|
|
10819
|
+
],
|
|
10820
|
+
"dependentActions": []
|
|
10821
|
+
},
|
|
10822
|
+
{
|
|
10823
|
+
"name": "vpc",
|
|
10824
|
+
"required": false,
|
|
10825
|
+
"conditionKeys": [
|
|
10826
|
+
"aws:ResourceTag/${TagKey}",
|
|
10827
|
+
"ec2:Ipv4IpamPoolId",
|
|
10828
|
+
"ec2:Ipv6IpamPoolId",
|
|
10829
|
+
"ec2:ResourceTag/${TagKey}",
|
|
10830
|
+
"ec2:Tenancy",
|
|
10831
|
+
"ec2:VpcID"
|
|
10832
|
+
],
|
|
10833
|
+
"dependentActions": []
|
|
10834
|
+
}
|
|
10835
|
+
],
|
|
10836
|
+
"conditionKeys": [
|
|
10837
|
+
"ec2:Region"
|
|
10838
|
+
],
|
|
10839
|
+
"dependentActions": []
|
|
10840
|
+
},
|
|
10636
10841
|
"disassociatesubnetcidrblock": {
|
|
10637
10842
|
"name": "DisassociateSubnetCidrBlock",
|
|
10638
10843
|
"description": "Grants permission to disassociate a CIDR block from a subnet",
|
|
@@ -12995,6 +13200,44 @@
|
|
|
12995
13200
|
],
|
|
12996
13201
|
"dependentActions": []
|
|
12997
13202
|
},
|
|
13203
|
+
"modifyinstancecpuoptions": {
|
|
13204
|
+
"name": "ModifyInstanceCpuOptions",
|
|
13205
|
+
"description": "Grants permission to modify the CPU options on an instance",
|
|
13206
|
+
"accessLevel": "Write",
|
|
13207
|
+
"resourceTypes": [
|
|
13208
|
+
{
|
|
13209
|
+
"name": "instance",
|
|
13210
|
+
"required": true,
|
|
13211
|
+
"conditionKeys": [
|
|
13212
|
+
"aws:ResourceTag/${TagKey}",
|
|
13213
|
+
"ec2:Attribute",
|
|
13214
|
+
"ec2:Attribute/${AttributeName}",
|
|
13215
|
+
"ec2:AvailabilityZone",
|
|
13216
|
+
"ec2:CpuOptionsAmdSevSnp",
|
|
13217
|
+
"ec2:EbsOptimized",
|
|
13218
|
+
"ec2:InstanceAutoRecovery",
|
|
13219
|
+
"ec2:InstanceID",
|
|
13220
|
+
"ec2:InstanceMarketType",
|
|
13221
|
+
"ec2:InstanceMetadataTags",
|
|
13222
|
+
"ec2:InstanceProfile",
|
|
13223
|
+
"ec2:InstanceType",
|
|
13224
|
+
"ec2:MetadataHttpEndpoint",
|
|
13225
|
+
"ec2:MetadataHttpPutResponseHopLimit",
|
|
13226
|
+
"ec2:MetadataHttpTokens",
|
|
13227
|
+
"ec2:PlacementGroup",
|
|
13228
|
+
"ec2:ProductCode",
|
|
13229
|
+
"ec2:ResourceTag/${TagKey}",
|
|
13230
|
+
"ec2:RootDeviceType",
|
|
13231
|
+
"ec2:Tenancy"
|
|
13232
|
+
],
|
|
13233
|
+
"dependentActions": []
|
|
13234
|
+
}
|
|
13235
|
+
],
|
|
13236
|
+
"conditionKeys": [
|
|
13237
|
+
"ec2:Region"
|
|
13238
|
+
],
|
|
13239
|
+
"dependentActions": []
|
|
13240
|
+
},
|
|
12998
13241
|
"modifyinstancecreditspecification": {
|
|
12999
13242
|
"name": "ModifyInstanceCreditSpecification",
|
|
13000
13243
|
"description": "Grants permission to modify the credit option for CPU usage on an instance",
|
|
@@ -15019,6 +15262,41 @@
|
|
|
15019
15262
|
],
|
|
15020
15263
|
"dependentActions": []
|
|
15021
15264
|
},
|
|
15265
|
+
"rejectcapacityreservationbillingownership": {
|
|
15266
|
+
"name": "RejectCapacityReservationBillingOwnership",
|
|
15267
|
+
"description": "Grants permission to reject a request to assign billing of the available capacity of a shared Capacity Reservation to your account",
|
|
15268
|
+
"accessLevel": "Write",
|
|
15269
|
+
"resourceTypes": [
|
|
15270
|
+
{
|
|
15271
|
+
"name": "capacity-reservation",
|
|
15272
|
+
"required": true,
|
|
15273
|
+
"conditionKeys": [
|
|
15274
|
+
"aws:ResourceTag/${TagKey}",
|
|
15275
|
+
"ec2:AvailabilityZone",
|
|
15276
|
+
"ec2:CapacityReservationFleet",
|
|
15277
|
+
"ec2:CreateDate",
|
|
15278
|
+
"ec2:DestinationCapacityReservationId",
|
|
15279
|
+
"ec2:EbsOptimized",
|
|
15280
|
+
"ec2:EndDate",
|
|
15281
|
+
"ec2:EndDateType",
|
|
15282
|
+
"ec2:InstanceCount",
|
|
15283
|
+
"ec2:InstanceMatchCriteria",
|
|
15284
|
+
"ec2:InstancePlatform",
|
|
15285
|
+
"ec2:InstanceType",
|
|
15286
|
+
"ec2:OutpostArn",
|
|
15287
|
+
"ec2:PlacementGroup",
|
|
15288
|
+
"ec2:ResourceTag/${TagKey}",
|
|
15289
|
+
"ec2:SourceCapacityReservationId",
|
|
15290
|
+
"ec2:Tenancy"
|
|
15291
|
+
],
|
|
15292
|
+
"dependentActions": []
|
|
15293
|
+
}
|
|
15294
|
+
],
|
|
15295
|
+
"conditionKeys": [
|
|
15296
|
+
"ec2:Region"
|
|
15297
|
+
],
|
|
15298
|
+
"dependentActions": []
|
|
15299
|
+
},
|
|
15022
15300
|
"rejecttransitgatewaymulticastdomainassociations": {
|
|
15023
15301
|
"name": "RejectTransitGatewayMulticastDomainAssociations",
|
|
15024
15302
|
"description": "Grants permission to reject requests to associate cross-account subnets with a transit gateway multicast domain",
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"getstaticmap": {
|
|
3
|
+
"name": "GetStaticMap",
|
|
4
|
+
"description": "Grants permission to retrieve the static map",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"gettile": {
|
|
18
|
+
"name": "GetTile",
|
|
19
|
+
"description": "Grants permission to retrieve the map tile",
|
|
20
|
+
"accessLevel": "Read",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "provider",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"autocomplete": {
|
|
3
|
+
"name": "Autocomplete",
|
|
4
|
+
"description": "Grants permission to autocomplete text input with potential places and addresses as the user types",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"geocode": {
|
|
18
|
+
"name": "Geocode",
|
|
19
|
+
"description": "Grants permission to geocode a textual address or place into geographic coordinates",
|
|
20
|
+
"accessLevel": "Read",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "provider",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
32
|
+
"getplace": {
|
|
33
|
+
"name": "GetPlace",
|
|
34
|
+
"description": "Grants permission to query a place by it's unqiue place ID",
|
|
35
|
+
"accessLevel": "Read",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "provider",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
47
|
+
"reversegeocode": {
|
|
48
|
+
"name": "ReverseGeocode",
|
|
49
|
+
"description": "Grants permission to convert geographic coordinates into a human-readable address or place",
|
|
50
|
+
"accessLevel": "Read",
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "provider",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
62
|
+
"searchnearby": {
|
|
63
|
+
"name": "SearchNearby",
|
|
64
|
+
"description": "Grants permission to retrieve places near a position which match to a set of user defined restrictions such as category or food type offered by the place",
|
|
65
|
+
"accessLevel": "Read",
|
|
66
|
+
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "provider",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
77
|
+
"searchtext": {
|
|
78
|
+
"name": "SearchText",
|
|
79
|
+
"description": "Grants permission to query for places using a single free-form text input",
|
|
80
|
+
"accessLevel": "Read",
|
|
81
|
+
"resourceTypes": [
|
|
82
|
+
{
|
|
83
|
+
"name": "provider",
|
|
84
|
+
"required": true,
|
|
85
|
+
"conditionKeys": [],
|
|
86
|
+
"dependentActions": []
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
92
|
+
"suggest": {
|
|
93
|
+
"name": "Suggest",
|
|
94
|
+
"description": "Grants permission to suggest potential places based on the user's input",
|
|
95
|
+
"accessLevel": "Read",
|
|
96
|
+
"resourceTypes": [
|
|
97
|
+
{
|
|
98
|
+
"name": "provider",
|
|
99
|
+
"required": true,
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"conditionKeys": [],
|
|
105
|
+
"dependentActions": []
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"calculateisolines": {
|
|
3
|
+
"name": "CalculateIsolines",
|
|
4
|
+
"description": "Grants permission to determine destinations or service areas reachable within a specified time",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"calculateroutematrix": {
|
|
18
|
+
"name": "CalculateRouteMatrix",
|
|
19
|
+
"description": "Grants permission to calculate routing matrice which providing travel time and distances between sets of origins and destinations",
|
|
20
|
+
"accessLevel": "Read",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "provider",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
32
|
+
"calculateroutes": {
|
|
33
|
+
"name": "CalculateRoutes",
|
|
34
|
+
"description": "Grants permission to calculates routes between two or more locations",
|
|
35
|
+
"accessLevel": "Read",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "provider",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
47
|
+
"optimizewaypoints": {
|
|
48
|
+
"name": "OptimizeWaypoints",
|
|
49
|
+
"description": "Grants permission to calculate the most efficient sequence for visiting multiple waypoints or locations along a route",
|
|
50
|
+
"accessLevel": "Read",
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "provider",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
62
|
+
"snaptoroads": {
|
|
63
|
+
"name": "SnapToRoads",
|
|
64
|
+
"description": "Grants permission to enhances the accuracy of geographic positioning by aligning GPS coordinates to the nearest road segments on a digital map",
|
|
65
|
+
"accessLevel": "Read",
|
|
66
|
+
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "provider",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
}
|
|
77
|
+
}
|
package/data/actions/qapps.json
CHANGED
|
@@ -41,6 +41,51 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependentActions": []
|
|
43
43
|
},
|
|
44
|
+
"batchcreatecategory": {
|
|
45
|
+
"name": "BatchCreateCategory",
|
|
46
|
+
"description": "Grants permission to create the categories of a library in the Q Business application environment",
|
|
47
|
+
"accessLevel": "Write",
|
|
48
|
+
"resourceTypes": [
|
|
49
|
+
{
|
|
50
|
+
"name": "application",
|
|
51
|
+
"required": true,
|
|
52
|
+
"conditionKeys": [],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"conditionKeys": [],
|
|
57
|
+
"dependentActions": []
|
|
58
|
+
},
|
|
59
|
+
"batchdeletecategory": {
|
|
60
|
+
"name": "BatchDeleteCategory",
|
|
61
|
+
"description": "Grants permission to delete the categories of a library in the Q Business application environment",
|
|
62
|
+
"accessLevel": "Write",
|
|
63
|
+
"resourceTypes": [
|
|
64
|
+
{
|
|
65
|
+
"name": "application",
|
|
66
|
+
"required": true,
|
|
67
|
+
"conditionKeys": [],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
},
|
|
74
|
+
"batchupdatecategory": {
|
|
75
|
+
"name": "BatchUpdateCategory",
|
|
76
|
+
"description": "Grants permission to update the categories of a library in the Q Business application environment",
|
|
77
|
+
"accessLevel": "Write",
|
|
78
|
+
"resourceTypes": [
|
|
79
|
+
{
|
|
80
|
+
"name": "application",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
},
|
|
44
89
|
"copyqapp": {
|
|
45
90
|
"name": "CopyQApp",
|
|
46
91
|
"isPermissionOnly": true,
|
|
@@ -417,6 +462,21 @@
|
|
|
417
462
|
],
|
|
418
463
|
"dependentActions": []
|
|
419
464
|
},
|
|
465
|
+
"listcategories": {
|
|
466
|
+
"name": "ListCategories",
|
|
467
|
+
"description": "Grants permission to list categories in the Q Business application environment",
|
|
468
|
+
"accessLevel": "List",
|
|
469
|
+
"resourceTypes": [
|
|
470
|
+
{
|
|
471
|
+
"name": "application",
|
|
472
|
+
"required": true,
|
|
473
|
+
"conditionKeys": [],
|
|
474
|
+
"dependentActions": []
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"conditionKeys": [],
|
|
478
|
+
"dependentActions": []
|
|
479
|
+
},
|
|
420
480
|
"listlibraryitems": {
|
|
421
481
|
"name": "ListLibraryItems",
|
|
422
482
|
"description": "Grants permission to list library items in the Q Business application environment",
|
package/data/actions/tax.json
CHANGED
|
@@ -15,6 +15,14 @@
|
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
17
|
},
|
|
18
|
+
"deletesupplementaltaxregistration": {
|
|
19
|
+
"name": "DeleteSupplementalTaxRegistration",
|
|
20
|
+
"description": "Grants permission to delete supplemental tax registration data",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
18
26
|
"deletetaxregistration": {
|
|
19
27
|
"name": "DeleteTaxRegistration",
|
|
20
28
|
"description": "Grants permission to delete tax registration data",
|
|
@@ -75,6 +83,14 @@
|
|
|
75
83
|
"conditionKeys": [],
|
|
76
84
|
"dependentActions": []
|
|
77
85
|
},
|
|
86
|
+
"listsupplementaltaxregistrations": {
|
|
87
|
+
"name": "ListSupplementalTaxRegistrations",
|
|
88
|
+
"description": "Grants permission to view supplemental tax registrations",
|
|
89
|
+
"accessLevel": "Read",
|
|
90
|
+
"resourceTypes": [],
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
},
|
|
78
94
|
"listtaxregistrations": {
|
|
79
95
|
"name": "ListTaxRegistrations",
|
|
80
96
|
"description": "Grants permission to view tax registrations",
|
|
@@ -83,6 +99,14 @@
|
|
|
83
99
|
"conditionKeys": [],
|
|
84
100
|
"dependentActions": []
|
|
85
101
|
},
|
|
102
|
+
"putsupplementaltaxregistration": {
|
|
103
|
+
"name": "PutSupplementalTaxRegistration",
|
|
104
|
+
"description": "Grants permission to update supplemental tax registrations data",
|
|
105
|
+
"accessLevel": "Write",
|
|
106
|
+
"resourceTypes": [],
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
},
|
|
86
110
|
"puttaxinheritance": {
|
|
87
111
|
"name": "PutTaxInheritance",
|
|
88
112
|
"isPermissionOnly": true,
|
|
@@ -68,6 +68,24 @@
|
|
|
68
68
|
},
|
|
69
69
|
"getdevice": {
|
|
70
70
|
"name": "GetDevice",
|
|
71
|
+
"description": "Grants permission to get devices",
|
|
72
|
+
"accessLevel": "Read",
|
|
73
|
+
"resourceTypes": [
|
|
74
|
+
{
|
|
75
|
+
"name": "device",
|
|
76
|
+
"required": true,
|
|
77
|
+
"conditionKeys": [],
|
|
78
|
+
"dependentActions": []
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"conditionKeys": [
|
|
82
|
+
"aws:ResourceTag/${TagKey}"
|
|
83
|
+
],
|
|
84
|
+
"dependentActions": []
|
|
85
|
+
},
|
|
86
|
+
"getdevicedetails": {
|
|
87
|
+
"name": "GetDeviceDetails",
|
|
88
|
+
"isPermissionOnly": true,
|
|
71
89
|
"description": "Grants permission to get details of devices",
|
|
72
90
|
"accessLevel": "Read",
|
|
73
91
|
"resourceTypes": [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -33,5 +33,19 @@
|
|
|
33
33
|
"mergedapiassociation": {
|
|
34
34
|
"key": "mergedApiAssociation",
|
|
35
35
|
"arn": "arn:${Partition}:appsync:${Region}:${Account}:apis/${SourceGraphQLAPIId}/mergedApiAssociations/${Associationid}"
|
|
36
|
+
},
|
|
37
|
+
"api": {
|
|
38
|
+
"key": "api",
|
|
39
|
+
"arn": "arn:${Partition}:appsync:${Region}:${Account}:apis/${ApiId}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"channelnamespace": {
|
|
45
|
+
"key": "channelNamespace",
|
|
46
|
+
"arn": "arn:${Partition}:appsync:${Region}:${Account}:apis/${ApiId}/channelNamespace/${ChannelNamespaceName}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
36
50
|
}
|
|
37
51
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -164,6 +164,9 @@
|
|
|
164
164
|
"fsx": "Amazon FSx",
|
|
165
165
|
"gamelift": "Amazon GameLift",
|
|
166
166
|
"geo": "Amazon Location",
|
|
167
|
+
"geo-maps": "Amazon Location Service Maps",
|
|
168
|
+
"geo-places": "Amazon Location Service Places",
|
|
169
|
+
"geo-routes": "Amazon Location Service Routes",
|
|
167
170
|
"glacier": "Amazon S3 Glacier",
|
|
168
171
|
"globalaccelerator": "AWS Global Accelerator",
|
|
169
172
|
"glue": "AWS Glue",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.202411071",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-07T04:47:34.746Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|