@cloud-copilot/iam-data 0.4.202409071 → 0.4.202409131
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/README.md +1 -1
- package/data/actions/ivs.json +89 -0
- package/data/actions/profile.json +246 -0
- package/data/actions/qapps.json +17 -0
- package/data/actions/rds.json +68 -27
- package/data/actions/sagemaker.json +17 -2
- package/data/actions/supportplans.json +9 -0
- package/data/conditionKeys/rds.json +1 -1
- package/data/resourceTypes/ivs.json +7 -0
- package/data/resourceTypes/profile.json +7 -0
- package/data/serviceNames.json +0 -1
- package/data/services.json +0 -1
- package/package.json +2 -2
- package/data/actions/iotroborunner.json +0 -290
- package/data/conditionKeys/iotroborunner.json +0 -22
- package/data/resourceTypes/iotroborunner.json +0 -30
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ for(const serviceKey of serviceKeys) {
|
|
|
52
52
|
* `iamConditionKeyExists(serviceKey: string, conditionKey: string)` - Returns true if the condition key exists.
|
|
53
53
|
|
|
54
54
|
### Version Info
|
|
55
|
-
The version is
|
|
55
|
+
The version is number is formatted as `major.minor.updatedAt`. The updatedAt is the date the data was last updated in the format `YYYYMMDDX` where `X` is a counter to enable deploying more than once per day if necessary. For example version `0.1.202408291` has data updated on August 29th, 2024.
|
|
56
56
|
|
|
57
57
|
The version can be accessed using the `iamDataVersion()` method.
|
|
58
58
|
|
package/data/actions/ivs.json
CHANGED
|
@@ -86,6 +86,24 @@
|
|
|
86
86
|
],
|
|
87
87
|
"dependentActions": []
|
|
88
88
|
},
|
|
89
|
+
"createingestconfiguration": {
|
|
90
|
+
"name": "CreateIngestConfiguration",
|
|
91
|
+
"description": "Grants permission to create a new ingest configuration",
|
|
92
|
+
"accessLevel": "Write",
|
|
93
|
+
"resourceTypes": [
|
|
94
|
+
{
|
|
95
|
+
"name": "Ingest-Configuration",
|
|
96
|
+
"required": true,
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"conditionKeys": [
|
|
102
|
+
"aws:TagKeys",
|
|
103
|
+
"aws:RequestTag/${TagKey}"
|
|
104
|
+
],
|
|
105
|
+
"dependentActions": []
|
|
106
|
+
},
|
|
89
107
|
"createparticipanttoken": {
|
|
90
108
|
"name": "CreateParticipantToken",
|
|
91
109
|
"description": "Grants permission to create a participant token",
|
|
@@ -230,6 +248,21 @@
|
|
|
230
248
|
"conditionKeys": [],
|
|
231
249
|
"dependentActions": []
|
|
232
250
|
},
|
|
251
|
+
"deleteingestconfiguration": {
|
|
252
|
+
"name": "DeleteIngestConfiguration",
|
|
253
|
+
"description": "Grants permission to delete an ingest configuration for the specified ARN",
|
|
254
|
+
"accessLevel": "Write",
|
|
255
|
+
"resourceTypes": [
|
|
256
|
+
{
|
|
257
|
+
"name": "Ingest-Configuration",
|
|
258
|
+
"required": true,
|
|
259
|
+
"conditionKeys": [],
|
|
260
|
+
"dependentActions": []
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"conditionKeys": [],
|
|
264
|
+
"dependentActions": []
|
|
265
|
+
},
|
|
233
266
|
"deleteplaybackkeypair": {
|
|
234
267
|
"name": "DeletePlaybackKeyPair",
|
|
235
268
|
"description": "Grants permission to delete the playback key pair for a specified ARN",
|
|
@@ -395,6 +428,21 @@
|
|
|
395
428
|
"conditionKeys": [],
|
|
396
429
|
"dependentActions": []
|
|
397
430
|
},
|
|
431
|
+
"getingestconfiguration": {
|
|
432
|
+
"name": "GetIngestConfiguration",
|
|
433
|
+
"description": "Grants permission to get the ingest configuration for the specified ARN",
|
|
434
|
+
"accessLevel": "Read",
|
|
435
|
+
"resourceTypes": [
|
|
436
|
+
{
|
|
437
|
+
"name": "Ingest-Configuration",
|
|
438
|
+
"required": true,
|
|
439
|
+
"conditionKeys": [],
|
|
440
|
+
"dependentActions": []
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"conditionKeys": [],
|
|
444
|
+
"dependentActions": []
|
|
445
|
+
},
|
|
398
446
|
"getparticipant": {
|
|
399
447
|
"name": "GetParticipant",
|
|
400
448
|
"description": "Grants permission to get participant information for a specified stage ARN, session, and participant",
|
|
@@ -640,6 +688,14 @@
|
|
|
640
688
|
"conditionKeys": [],
|
|
641
689
|
"dependentActions": []
|
|
642
690
|
},
|
|
691
|
+
"listingestconfigurations": {
|
|
692
|
+
"name": "ListIngestConfigurations",
|
|
693
|
+
"description": "Grants permission to get summary information about ingest configurations",
|
|
694
|
+
"accessLevel": "List",
|
|
695
|
+
"resourceTypes": [],
|
|
696
|
+
"conditionKeys": [],
|
|
697
|
+
"dependentActions": []
|
|
698
|
+
},
|
|
643
699
|
"listparticipantevents": {
|
|
644
700
|
"name": "ListParticipantEvents",
|
|
645
701
|
"description": "Grants permission to list participant events for a specified stage ARN, session, and participant",
|
|
@@ -828,6 +884,12 @@
|
|
|
828
884
|
"conditionKeys": [],
|
|
829
885
|
"dependentActions": []
|
|
830
886
|
},
|
|
887
|
+
{
|
|
888
|
+
"name": "Ingest-Configuration",
|
|
889
|
+
"required": false,
|
|
890
|
+
"conditionKeys": [],
|
|
891
|
+
"dependentActions": []
|
|
892
|
+
},
|
|
831
893
|
{
|
|
832
894
|
"name": "Playback-Key-Pair",
|
|
833
895
|
"required": false,
|
|
@@ -996,6 +1058,12 @@
|
|
|
996
1058
|
"conditionKeys": [],
|
|
997
1059
|
"dependentActions": []
|
|
998
1060
|
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "Ingest-Configuration",
|
|
1063
|
+
"required": false,
|
|
1064
|
+
"conditionKeys": [],
|
|
1065
|
+
"dependentActions": []
|
|
1066
|
+
},
|
|
999
1067
|
{
|
|
1000
1068
|
"name": "Playback-Key-Pair",
|
|
1001
1069
|
"required": false,
|
|
@@ -1068,6 +1136,12 @@
|
|
|
1068
1136
|
"conditionKeys": [],
|
|
1069
1137
|
"dependentActions": []
|
|
1070
1138
|
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "Ingest-Configuration",
|
|
1141
|
+
"required": false,
|
|
1142
|
+
"conditionKeys": [],
|
|
1143
|
+
"dependentActions": []
|
|
1144
|
+
},
|
|
1071
1145
|
{
|
|
1072
1146
|
"name": "Playback-Key-Pair",
|
|
1073
1147
|
"required": false,
|
|
@@ -1131,6 +1205,21 @@
|
|
|
1131
1205
|
"conditionKeys": [],
|
|
1132
1206
|
"dependentActions": []
|
|
1133
1207
|
},
|
|
1208
|
+
"updateingestconfiguration": {
|
|
1209
|
+
"name": "UpdateIngestConfiguration",
|
|
1210
|
+
"description": "Grants permission to update ingest configuration for a specified ARN",
|
|
1211
|
+
"accessLevel": "Write",
|
|
1212
|
+
"resourceTypes": [
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Ingest-Configuration",
|
|
1215
|
+
"required": true,
|
|
1216
|
+
"conditionKeys": [],
|
|
1217
|
+
"dependentActions": []
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"conditionKeys": [],
|
|
1221
|
+
"dependentActions": []
|
|
1222
|
+
},
|
|
1134
1223
|
"updateplaybackrestrictionpolicy": {
|
|
1135
1224
|
"name": "UpdatePlaybackRestrictionPolicy",
|
|
1136
1225
|
"description": "Grants permission to update a playback restriction policy for a specified ARN",
|
|
@@ -14,6 +14,42 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"batchgetcalculatedattributeforprofile": {
|
|
18
|
+
"name": "BatchGetCalculatedAttributeForProfile",
|
|
19
|
+
"description": "Grants permission to retrieve a calculated attribute for the specific profiles in the domain",
|
|
20
|
+
"accessLevel": "Read",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "calculated-attributes",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "domains",
|
|
30
|
+
"required": true,
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"conditionKeys": [],
|
|
36
|
+
"dependentActions": []
|
|
37
|
+
},
|
|
38
|
+
"batchgetprofile": {
|
|
39
|
+
"name": "BatchGetProfile",
|
|
40
|
+
"description": "Grants permission to get profiles in the domain",
|
|
41
|
+
"accessLevel": "Read",
|
|
42
|
+
"resourceTypes": [
|
|
43
|
+
{
|
|
44
|
+
"name": "domains",
|
|
45
|
+
"required": true,
|
|
46
|
+
"conditionKeys": [],
|
|
47
|
+
"dependentActions": []
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"conditionKeys": [],
|
|
51
|
+
"dependentActions": []
|
|
52
|
+
},
|
|
17
53
|
"createcalculatedattributedefinition": {
|
|
18
54
|
"name": "CreateCalculatedAttributeDefinition",
|
|
19
55
|
"description": "Grants permission to create a calculated attribute definition in the domain",
|
|
@@ -124,6 +160,66 @@
|
|
|
124
160
|
"conditionKeys": [],
|
|
125
161
|
"dependentActions": []
|
|
126
162
|
},
|
|
163
|
+
"createsegmentdefinition": {
|
|
164
|
+
"name": "CreateSegmentDefinition",
|
|
165
|
+
"description": "Grants permission to create a segment definition in the domain",
|
|
166
|
+
"accessLevel": "Write",
|
|
167
|
+
"resourceTypes": [
|
|
168
|
+
{
|
|
169
|
+
"name": "domains",
|
|
170
|
+
"required": true,
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "segment-definitions",
|
|
176
|
+
"required": true,
|
|
177
|
+
"conditionKeys": [
|
|
178
|
+
"aws:RequestTag/${TagKey}",
|
|
179
|
+
"aws:TagKeys"
|
|
180
|
+
],
|
|
181
|
+
"dependentActions": []
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"conditionKeys": [],
|
|
185
|
+
"dependentActions": []
|
|
186
|
+
},
|
|
187
|
+
"createsegmentestimate": {
|
|
188
|
+
"name": "CreateSegmentEstimate",
|
|
189
|
+
"description": "Grants permission to create a segment estimate in the domain",
|
|
190
|
+
"accessLevel": "Write",
|
|
191
|
+
"resourceTypes": [
|
|
192
|
+
{
|
|
193
|
+
"name": "domains",
|
|
194
|
+
"required": true,
|
|
195
|
+
"conditionKeys": [],
|
|
196
|
+
"dependentActions": []
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
201
|
+
},
|
|
202
|
+
"createsegmentsnapshot": {
|
|
203
|
+
"name": "CreateSegmentSnapshot",
|
|
204
|
+
"description": "Grants permission to create a segment snapshot in the domain",
|
|
205
|
+
"accessLevel": "Write",
|
|
206
|
+
"resourceTypes": [
|
|
207
|
+
{
|
|
208
|
+
"name": "domains",
|
|
209
|
+
"required": true,
|
|
210
|
+
"conditionKeys": [],
|
|
211
|
+
"dependentActions": []
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "segment-definitions",
|
|
215
|
+
"required": true,
|
|
216
|
+
"conditionKeys": [],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"conditionKeys": [],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
},
|
|
127
223
|
"createsnapshot": {
|
|
128
224
|
"name": "CreateSnapshot",
|
|
129
225
|
"isPermissionOnly": true,
|
|
@@ -292,6 +388,27 @@
|
|
|
292
388
|
"conditionKeys": [],
|
|
293
389
|
"dependentActions": []
|
|
294
390
|
},
|
|
391
|
+
"deletesegmentdefinition": {
|
|
392
|
+
"name": "DeleteSegmentDefinition",
|
|
393
|
+
"description": "Grants permission to delete a segment definition in the domain",
|
|
394
|
+
"accessLevel": "Write",
|
|
395
|
+
"resourceTypes": [
|
|
396
|
+
{
|
|
397
|
+
"name": "domains",
|
|
398
|
+
"required": true,
|
|
399
|
+
"conditionKeys": [],
|
|
400
|
+
"dependentActions": []
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "segment-definitions",
|
|
404
|
+
"required": true,
|
|
405
|
+
"conditionKeys": [],
|
|
406
|
+
"dependentActions": []
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"conditionKeys": [],
|
|
410
|
+
"dependentActions": []
|
|
411
|
+
},
|
|
295
412
|
"deleteworkflow": {
|
|
296
413
|
"name": "DeleteWorkflow",
|
|
297
414
|
"description": "Grants permission to delete a workflow in a domain",
|
|
@@ -497,6 +614,84 @@
|
|
|
497
614
|
"conditionKeys": [],
|
|
498
615
|
"dependentActions": []
|
|
499
616
|
},
|
|
617
|
+
"getsegmentdefinition": {
|
|
618
|
+
"name": "GetSegmentDefinition",
|
|
619
|
+
"description": "Grants permission to get a segment definition in the domain",
|
|
620
|
+
"accessLevel": "Read",
|
|
621
|
+
"resourceTypes": [
|
|
622
|
+
{
|
|
623
|
+
"name": "domains",
|
|
624
|
+
"required": true,
|
|
625
|
+
"conditionKeys": [],
|
|
626
|
+
"dependentActions": []
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "segment-definitions",
|
|
630
|
+
"required": true,
|
|
631
|
+
"conditionKeys": [],
|
|
632
|
+
"dependentActions": []
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"conditionKeys": [],
|
|
636
|
+
"dependentActions": []
|
|
637
|
+
},
|
|
638
|
+
"getsegmentestimate": {
|
|
639
|
+
"name": "GetSegmentEstimate",
|
|
640
|
+
"description": "Grants permission to get a segment estimate in the domain",
|
|
641
|
+
"accessLevel": "Read",
|
|
642
|
+
"resourceTypes": [
|
|
643
|
+
{
|
|
644
|
+
"name": "domains",
|
|
645
|
+
"required": true,
|
|
646
|
+
"conditionKeys": [],
|
|
647
|
+
"dependentActions": []
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"conditionKeys": [],
|
|
651
|
+
"dependentActions": []
|
|
652
|
+
},
|
|
653
|
+
"getsegmentmembership": {
|
|
654
|
+
"name": "GetSegmentMembership",
|
|
655
|
+
"description": "Grants permission to determine if the given profiles are part of a segment in the domain",
|
|
656
|
+
"accessLevel": "Read",
|
|
657
|
+
"resourceTypes": [
|
|
658
|
+
{
|
|
659
|
+
"name": "domains",
|
|
660
|
+
"required": true,
|
|
661
|
+
"conditionKeys": [],
|
|
662
|
+
"dependentActions": []
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "segment-definitions",
|
|
666
|
+
"required": true,
|
|
667
|
+
"conditionKeys": [],
|
|
668
|
+
"dependentActions": []
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"conditionKeys": [],
|
|
672
|
+
"dependentActions": []
|
|
673
|
+
},
|
|
674
|
+
"getsegmentsnapshot": {
|
|
675
|
+
"name": "GetSegmentSnapshot",
|
|
676
|
+
"description": "Grants permission to get a segment snapshot in the domain",
|
|
677
|
+
"accessLevel": "Read",
|
|
678
|
+
"resourceTypes": [
|
|
679
|
+
{
|
|
680
|
+
"name": "domains",
|
|
681
|
+
"required": true,
|
|
682
|
+
"conditionKeys": [],
|
|
683
|
+
"dependentActions": []
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "segment-definitions",
|
|
687
|
+
"required": true,
|
|
688
|
+
"conditionKeys": [],
|
|
689
|
+
"dependentActions": []
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"conditionKeys": [],
|
|
693
|
+
"dependentActions": []
|
|
694
|
+
},
|
|
500
695
|
"getsimilarprofiles": {
|
|
501
696
|
"name": "GetSimilarProfiles",
|
|
502
697
|
"description": "Grants permission to get all the similar profiles in the domain",
|
|
@@ -649,6 +844,42 @@
|
|
|
649
844
|
"conditionKeys": [],
|
|
650
845
|
"dependentActions": []
|
|
651
846
|
},
|
|
847
|
+
"listobjecttypeattributes": {
|
|
848
|
+
"name": "ListObjectTypeAttributes",
|
|
849
|
+
"description": "Grants permission to list all the attributes of a specific object type in the domain",
|
|
850
|
+
"accessLevel": "List",
|
|
851
|
+
"resourceTypes": [
|
|
852
|
+
{
|
|
853
|
+
"name": "domains",
|
|
854
|
+
"required": true,
|
|
855
|
+
"conditionKeys": [],
|
|
856
|
+
"dependentActions": []
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "object-types",
|
|
860
|
+
"required": true,
|
|
861
|
+
"conditionKeys": [],
|
|
862
|
+
"dependentActions": []
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"conditionKeys": [],
|
|
866
|
+
"dependentActions": []
|
|
867
|
+
},
|
|
868
|
+
"listprofileattributevalues": {
|
|
869
|
+
"name": "ListProfileAttributeValues",
|
|
870
|
+
"description": "Grants permission to list all the values of a profile attribute in the domain",
|
|
871
|
+
"accessLevel": "List",
|
|
872
|
+
"resourceTypes": [
|
|
873
|
+
{
|
|
874
|
+
"name": "domains",
|
|
875
|
+
"required": true,
|
|
876
|
+
"conditionKeys": [],
|
|
877
|
+
"dependentActions": []
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"conditionKeys": [],
|
|
881
|
+
"dependentActions": []
|
|
882
|
+
},
|
|
652
883
|
"listprofileobjecttypetemplates": {
|
|
653
884
|
"name": "ListProfileObjectTypeTemplates",
|
|
654
885
|
"description": "Grants permission to list all the profile object type templates in the account",
|
|
@@ -708,6 +939,21 @@
|
|
|
708
939
|
"conditionKeys": [],
|
|
709
940
|
"dependentActions": []
|
|
710
941
|
},
|
|
942
|
+
"listsegmentdefinitions": {
|
|
943
|
+
"name": "ListSegmentDefinitions",
|
|
944
|
+
"description": "Grants permission to list all the segment definitions in the domain",
|
|
945
|
+
"accessLevel": "List",
|
|
946
|
+
"resourceTypes": [
|
|
947
|
+
{
|
|
948
|
+
"name": "domains",
|
|
949
|
+
"required": true,
|
|
950
|
+
"conditionKeys": [],
|
|
951
|
+
"dependentActions": []
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
"conditionKeys": [],
|
|
955
|
+
"dependentActions": []
|
|
956
|
+
},
|
|
711
957
|
"listtagsforresource": {
|
|
712
958
|
"name": "ListTagsForResource",
|
|
713
959
|
"description": "Grants permission to list tags for a resource",
|
package/data/actions/qapps.json
CHANGED
|
@@ -622,6 +622,23 @@
|
|
|
622
622
|
],
|
|
623
623
|
"dependentActions": []
|
|
624
624
|
},
|
|
625
|
+
"updatelibraryitemmetadata": {
|
|
626
|
+
"name": "UpdateLibraryItemMetadata",
|
|
627
|
+
"description": "Grants permission to update the metadata of a library item in Q Business application",
|
|
628
|
+
"accessLevel": "Write",
|
|
629
|
+
"resourceTypes": [
|
|
630
|
+
{
|
|
631
|
+
"name": "qapp",
|
|
632
|
+
"required": true,
|
|
633
|
+
"conditionKeys": [],
|
|
634
|
+
"dependentActions": []
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"conditionKeys": [
|
|
638
|
+
"qapps:AppIsPublished"
|
|
639
|
+
],
|
|
640
|
+
"dependentActions": []
|
|
641
|
+
},
|
|
625
642
|
"updateqapp": {
|
|
626
643
|
"name": "UpdateQApp",
|
|
627
644
|
"description": "Grants permission to update Q App in Q Business application",
|
package/data/actions/rds.json
CHANGED
|
@@ -240,6 +240,22 @@
|
|
|
240
240
|
"conditionKeys": [],
|
|
241
241
|
"dependentActions": []
|
|
242
242
|
},
|
|
243
|
+
"copycustomdbengineversion": {
|
|
244
|
+
"name": "CopyCustomDBEngineVersion",
|
|
245
|
+
"isPermissionOnly": true,
|
|
246
|
+
"description": "Grants permission to copy a custom engine version",
|
|
247
|
+
"accessLevel": "Write",
|
|
248
|
+
"resourceTypes": [
|
|
249
|
+
{
|
|
250
|
+
"name": "cev",
|
|
251
|
+
"required": true,
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"conditionKeys": [],
|
|
257
|
+
"dependentActions": []
|
|
258
|
+
},
|
|
243
259
|
"copydbclusterparametergroup": {
|
|
244
260
|
"name": "CopyDBClusterParameterGroup",
|
|
245
261
|
"description": "Grants permission to copy the specified DB cluster parameter group",
|
|
@@ -310,7 +326,8 @@
|
|
|
310
326
|
"required": true,
|
|
311
327
|
"conditionKeys": [],
|
|
312
328
|
"dependentActions": [
|
|
313
|
-
"rds:AddTagsToResource"
|
|
329
|
+
"rds:AddTagsToResource",
|
|
330
|
+
"rds:CopyCustomDBEngineVersion"
|
|
314
331
|
]
|
|
315
332
|
}
|
|
316
333
|
],
|
|
@@ -968,7 +985,9 @@
|
|
|
968
985
|
"dependentActions": [
|
|
969
986
|
"rds:DeleteDBCluster",
|
|
970
987
|
"rds:DeleteDBClusterEndpoint",
|
|
971
|
-
"rds:DeleteDBInstance"
|
|
988
|
+
"rds:DeleteDBInstance",
|
|
989
|
+
"rds:PromoteReadReplica",
|
|
990
|
+
"rds:PromoteReadReplicaDBCluster"
|
|
972
991
|
]
|
|
973
992
|
}
|
|
974
993
|
],
|
|
@@ -1002,6 +1021,8 @@
|
|
|
1002
1021
|
"required": true,
|
|
1003
1022
|
"conditionKeys": [],
|
|
1004
1023
|
"dependentActions": [
|
|
1024
|
+
"rds:AddTagsToResource",
|
|
1025
|
+
"rds:CreateDBClusterSnapshot",
|
|
1005
1026
|
"rds:DeleteDBInstance"
|
|
1006
1027
|
]
|
|
1007
1028
|
},
|
|
@@ -1089,6 +1110,8 @@
|
|
|
1089
1110
|
],
|
|
1090
1111
|
"conditionKeys": [],
|
|
1091
1112
|
"dependentActions": [
|
|
1113
|
+
"rds:AddTagsToResource",
|
|
1114
|
+
"rds:CreateDBSnapshot",
|
|
1092
1115
|
"rds:DeleteTenantDatabase"
|
|
1093
1116
|
]
|
|
1094
1117
|
},
|
|
@@ -1281,7 +1304,10 @@
|
|
|
1281
1304
|
"name": "db",
|
|
1282
1305
|
"required": true,
|
|
1283
1306
|
"conditionKeys": [],
|
|
1284
|
-
"dependentActions": [
|
|
1307
|
+
"dependentActions": [
|
|
1308
|
+
"rds:AddTagsToResource",
|
|
1309
|
+
"rds:CreateDBSnapshot"
|
|
1310
|
+
]
|
|
1285
1311
|
},
|
|
1286
1312
|
{
|
|
1287
1313
|
"name": "tenant-database",
|
|
@@ -1709,11 +1735,17 @@
|
|
|
1709
1735
|
"conditionKeys": [],
|
|
1710
1736
|
"dependentActions": []
|
|
1711
1737
|
},
|
|
1712
|
-
"
|
|
1713
|
-
"name": "
|
|
1714
|
-
"description": "Grants permission to return information about DB snapshots",
|
|
1738
|
+
"describedbsnapshottenantdatabases": {
|
|
1739
|
+
"name": "DescribeDBSnapshotTenantDatabases",
|
|
1740
|
+
"description": "Grants permission to return information about tenant databases in DB snapshots. You can filter by Region or snapshot",
|
|
1715
1741
|
"accessLevel": "List",
|
|
1716
1742
|
"resourceTypes": [
|
|
1743
|
+
{
|
|
1744
|
+
"name": "snapshot-tenant-database",
|
|
1745
|
+
"required": true,
|
|
1746
|
+
"conditionKeys": [],
|
|
1747
|
+
"dependentActions": []
|
|
1748
|
+
},
|
|
1717
1749
|
{
|
|
1718
1750
|
"name": "db",
|
|
1719
1751
|
"required": false,
|
|
@@ -1730,14 +1762,20 @@
|
|
|
1730
1762
|
"conditionKeys": [],
|
|
1731
1763
|
"dependentActions": []
|
|
1732
1764
|
},
|
|
1733
|
-
"
|
|
1734
|
-
"name": "
|
|
1735
|
-
"description": "Grants permission to return
|
|
1765
|
+
"describedbsnapshots": {
|
|
1766
|
+
"name": "DescribeDBSnapshots",
|
|
1767
|
+
"description": "Grants permission to return information about DB snapshots",
|
|
1736
1768
|
"accessLevel": "List",
|
|
1737
1769
|
"resourceTypes": [
|
|
1738
1770
|
{
|
|
1739
|
-
"name": "
|
|
1740
|
-
"required":
|
|
1771
|
+
"name": "db",
|
|
1772
|
+
"required": false,
|
|
1773
|
+
"conditionKeys": [],
|
|
1774
|
+
"dependentActions": []
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "snapshot",
|
|
1778
|
+
"required": false,
|
|
1741
1779
|
"conditionKeys": [],
|
|
1742
1780
|
"dependentActions": []
|
|
1743
1781
|
}
|
|
@@ -1745,28 +1783,16 @@
|
|
|
1745
1783
|
"conditionKeys": [],
|
|
1746
1784
|
"dependentActions": []
|
|
1747
1785
|
},
|
|
1748
|
-
"
|
|
1749
|
-
"name": "
|
|
1750
|
-
"description": "Grants permission to return
|
|
1786
|
+
"describedbsubnetgroups": {
|
|
1787
|
+
"name": "DescribeDBSubnetGroups",
|
|
1788
|
+
"description": "Grants permission to return a list of DBSubnetGroup descriptions",
|
|
1751
1789
|
"accessLevel": "List",
|
|
1752
1790
|
"resourceTypes": [
|
|
1753
1791
|
{
|
|
1754
|
-
"name": "
|
|
1792
|
+
"name": "subgrp",
|
|
1755
1793
|
"required": true,
|
|
1756
1794
|
"conditionKeys": [],
|
|
1757
1795
|
"dependentActions": []
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "db",
|
|
1761
|
-
"required": false,
|
|
1762
|
-
"conditionKeys": [],
|
|
1763
|
-
"dependentActions": []
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"name": "snapshot",
|
|
1767
|
-
"required": false,
|
|
1768
|
-
"conditionKeys": [],
|
|
1769
|
-
"dependentActions": []
|
|
1770
1796
|
}
|
|
1771
1797
|
],
|
|
1772
1798
|
"conditionKeys": [],
|
|
@@ -2319,6 +2345,12 @@
|
|
|
2319
2345
|
"required": false,
|
|
2320
2346
|
"conditionKeys": [],
|
|
2321
2347
|
"dependentActions": []
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"name": "pg",
|
|
2351
|
+
"required": false,
|
|
2352
|
+
"conditionKeys": [],
|
|
2353
|
+
"dependentActions": []
|
|
2322
2354
|
}
|
|
2323
2355
|
],
|
|
2324
2356
|
"conditionKeys": [
|
|
@@ -3471,6 +3503,15 @@
|
|
|
3471
3503
|
"name": "db",
|
|
3472
3504
|
"required": true,
|
|
3473
3505
|
"conditionKeys": [],
|
|
3506
|
+
"dependentActions": [
|
|
3507
|
+
"rds:AddTagsToResource",
|
|
3508
|
+
"rds:CreateDBSnapshot"
|
|
3509
|
+
]
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "snapshot",
|
|
3513
|
+
"required": false,
|
|
3514
|
+
"conditionKeys": [],
|
|
3474
3515
|
"dependentActions": []
|
|
3475
3516
|
}
|
|
3476
3517
|
],
|
|
@@ -618,6 +618,12 @@
|
|
|
618
618
|
"required": true,
|
|
619
619
|
"conditionKeys": [],
|
|
620
620
|
"dependentActions": [
|
|
621
|
+
"eks:AssociateAccessPolicy",
|
|
622
|
+
"eks:CreateAccessEntry",
|
|
623
|
+
"eks:DeleteAccessEntry",
|
|
624
|
+
"eks:DescribeAccessEntry",
|
|
625
|
+
"eks:DescribeCluster",
|
|
626
|
+
"iam:CreateServiceLinkedRole",
|
|
621
627
|
"iam:PassRole",
|
|
622
628
|
"sagemaker:AddTags"
|
|
623
629
|
]
|
|
@@ -1982,7 +1988,9 @@
|
|
|
1982
1988
|
}
|
|
1983
1989
|
],
|
|
1984
1990
|
"conditionKeys": [],
|
|
1985
|
-
"dependentActions": [
|
|
1991
|
+
"dependentActions": [
|
|
1992
|
+
"eks:DeleteAccessEntry"
|
|
1993
|
+
]
|
|
1986
1994
|
},
|
|
1987
1995
|
"deletecoderepository": {
|
|
1988
1996
|
"name": "DeleteCodeRepository",
|
|
@@ -5950,6 +5958,11 @@
|
|
|
5950
5958
|
],
|
|
5951
5959
|
"conditionKeys": [],
|
|
5952
5960
|
"dependentActions": [
|
|
5961
|
+
"eks:AssociateAccessPolicy",
|
|
5962
|
+
"eks:CreateAccessEntry",
|
|
5963
|
+
"eks:DeleteAccessEntry",
|
|
5964
|
+
"eks:DescribeAccessEntry",
|
|
5965
|
+
"eks:DescribeCluster",
|
|
5953
5966
|
"iam:PassRole"
|
|
5954
5967
|
]
|
|
5955
5968
|
},
|
|
@@ -5966,7 +5979,9 @@
|
|
|
5966
5979
|
}
|
|
5967
5980
|
],
|
|
5968
5981
|
"conditionKeys": [],
|
|
5969
|
-
"dependentActions": [
|
|
5982
|
+
"dependentActions": [
|
|
5983
|
+
"eks:DescribeCluster"
|
|
5984
|
+
]
|
|
5970
5985
|
},
|
|
5971
5986
|
"updatecoderepository": {
|
|
5972
5987
|
"name": "UpdateCodeRepository",
|
|
@@ -26,6 +26,15 @@
|
|
|
26
26
|
"conditionKeys": [],
|
|
27
27
|
"dependentActions": []
|
|
28
28
|
},
|
|
29
|
+
"listsupportplanmodifiers": {
|
|
30
|
+
"name": "ListSupportPlanModifiers",
|
|
31
|
+
"isPermissionOnly": true,
|
|
32
|
+
"description": "Grants permission to view a list of all support plan modifiers for this AWS account",
|
|
33
|
+
"accessLevel": "List",
|
|
34
|
+
"resourceTypes": [],
|
|
35
|
+
"conditionKeys": [],
|
|
36
|
+
"dependentActions": []
|
|
37
|
+
},
|
|
29
38
|
"startsupportplanupdate": {
|
|
30
39
|
"name": "StartSupportPlanUpdate",
|
|
31
40
|
"isPermissionOnly": true,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"rds:backuptarget": {
|
|
18
18
|
"key": "rds:BackupTarget",
|
|
19
|
-
"description": "Filters access by the type of backup target. One of:
|
|
19
|
+
"description": "Filters access by the type of backup target. One of: region, outposts",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
22
|
"rds:copyoptiongroup": {
|
|
@@ -68,5 +68,12 @@
|
|
|
68
68
|
"conditionKeys": [
|
|
69
69
|
"aws:ResourceTag/${TagKey}"
|
|
70
70
|
]
|
|
71
|
+
},
|
|
72
|
+
"ingest-configuration": {
|
|
73
|
+
"key": "Ingest-Configuration",
|
|
74
|
+
"arn": "arn:${Partition}:ivs:${Region}:${Account}:ingest-configuration/${ResourceId}",
|
|
75
|
+
"conditionKeys": [
|
|
76
|
+
"aws:ResourceTag/${TagKey}"
|
|
77
|
+
]
|
|
71
78
|
}
|
|
72
79
|
}
|
|
@@ -33,5 +33,12 @@
|
|
|
33
33
|
"conditionKeys": [
|
|
34
34
|
"aws:ResourceTag/${TagKey}"
|
|
35
35
|
]
|
|
36
|
+
},
|
|
37
|
+
"segment-definitions": {
|
|
38
|
+
"key": "segment-definitions",
|
|
39
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/segment-definitions/${SegmentDefinitionName}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
36
43
|
}
|
|
37
44
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -194,7 +194,6 @@
|
|
|
194
194
|
"iotfleethub": "AWS IoT Fleet Hub for Device Management",
|
|
195
195
|
"iotfleetwise": "AWS IoT FleetWise",
|
|
196
196
|
"iotjobsdata": "AWS IoT Jobs DataPlane",
|
|
197
|
-
"iotroborunner": "AWS IoT RoboRunner",
|
|
198
197
|
"iotsitewise": "AWS IoT SiteWise",
|
|
199
198
|
"iottwinmaker": "AWS IoT TwinMaker",
|
|
200
199
|
"iotwireless": "AWS IoT Wireless",
|
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.4.
|
|
3
|
+
"version": "0.4.202409131",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-09-
|
|
6
|
+
"updatedAt": "2024-09-13T04:46:27.303Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"createdestination": {
|
|
3
|
-
"name": "CreateDestination",
|
|
4
|
-
"description": "Grants permission to create a destination",
|
|
5
|
-
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
7
|
-
{
|
|
8
|
-
"name": "SiteResource",
|
|
9
|
-
"required": true,
|
|
10
|
-
"conditionKeys": [],
|
|
11
|
-
"dependentActions": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"conditionKeys": [],
|
|
15
|
-
"dependentActions": []
|
|
16
|
-
},
|
|
17
|
-
"createsite": {
|
|
18
|
-
"name": "CreateSite",
|
|
19
|
-
"description": "Grants permission to create a site",
|
|
20
|
-
"accessLevel": "Write",
|
|
21
|
-
"resourceTypes": [],
|
|
22
|
-
"conditionKeys": [],
|
|
23
|
-
"dependentActions": [
|
|
24
|
-
"iam:CreateServiceLinkedRole"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"createworker": {
|
|
28
|
-
"name": "CreateWorker",
|
|
29
|
-
"description": "Grants permission to create a worker",
|
|
30
|
-
"accessLevel": "Write",
|
|
31
|
-
"resourceTypes": [
|
|
32
|
-
{
|
|
33
|
-
"name": "WorkerFleetResource",
|
|
34
|
-
"required": true,
|
|
35
|
-
"conditionKeys": [],
|
|
36
|
-
"dependentActions": []
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"conditionKeys": [],
|
|
40
|
-
"dependentActions": []
|
|
41
|
-
},
|
|
42
|
-
"createworkerfleet": {
|
|
43
|
-
"name": "CreateWorkerFleet",
|
|
44
|
-
"description": "Grants permission to create a worker fleet",
|
|
45
|
-
"accessLevel": "Write",
|
|
46
|
-
"resourceTypes": [
|
|
47
|
-
{
|
|
48
|
-
"name": "SiteResource",
|
|
49
|
-
"required": true,
|
|
50
|
-
"conditionKeys": [],
|
|
51
|
-
"dependentActions": []
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"conditionKeys": [],
|
|
55
|
-
"dependentActions": []
|
|
56
|
-
},
|
|
57
|
-
"deletedestination": {
|
|
58
|
-
"name": "DeleteDestination",
|
|
59
|
-
"description": "Grants permission to delete a destination",
|
|
60
|
-
"accessLevel": "Write",
|
|
61
|
-
"resourceTypes": [
|
|
62
|
-
{
|
|
63
|
-
"name": "DestinationResource",
|
|
64
|
-
"required": true,
|
|
65
|
-
"conditionKeys": [],
|
|
66
|
-
"dependentActions": []
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
"conditionKeys": [],
|
|
70
|
-
"dependentActions": []
|
|
71
|
-
},
|
|
72
|
-
"deletesite": {
|
|
73
|
-
"name": "DeleteSite",
|
|
74
|
-
"description": "Grants permission to delete a site",
|
|
75
|
-
"accessLevel": "Write",
|
|
76
|
-
"resourceTypes": [
|
|
77
|
-
{
|
|
78
|
-
"name": "SiteResource",
|
|
79
|
-
"required": true,
|
|
80
|
-
"conditionKeys": [],
|
|
81
|
-
"dependentActions": []
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"conditionKeys": [],
|
|
85
|
-
"dependentActions": []
|
|
86
|
-
},
|
|
87
|
-
"deleteworker": {
|
|
88
|
-
"name": "DeleteWorker",
|
|
89
|
-
"description": "Grants permission to delete a worker",
|
|
90
|
-
"accessLevel": "Write",
|
|
91
|
-
"resourceTypes": [
|
|
92
|
-
{
|
|
93
|
-
"name": "WorkerResource",
|
|
94
|
-
"required": true,
|
|
95
|
-
"conditionKeys": [],
|
|
96
|
-
"dependentActions": []
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"conditionKeys": [],
|
|
100
|
-
"dependentActions": []
|
|
101
|
-
},
|
|
102
|
-
"deleteworkerfleet": {
|
|
103
|
-
"name": "DeleteWorkerFleet",
|
|
104
|
-
"description": "Grants permission to delete a worker fleet",
|
|
105
|
-
"accessLevel": "Write",
|
|
106
|
-
"resourceTypes": [
|
|
107
|
-
{
|
|
108
|
-
"name": "WorkerFleetResource",
|
|
109
|
-
"required": true,
|
|
110
|
-
"conditionKeys": [],
|
|
111
|
-
"dependentActions": []
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"conditionKeys": [],
|
|
115
|
-
"dependentActions": []
|
|
116
|
-
},
|
|
117
|
-
"getdestination": {
|
|
118
|
-
"name": "GetDestination",
|
|
119
|
-
"description": "Grants permission to get a destination",
|
|
120
|
-
"accessLevel": "Read",
|
|
121
|
-
"resourceTypes": [
|
|
122
|
-
{
|
|
123
|
-
"name": "DestinationResource",
|
|
124
|
-
"required": true,
|
|
125
|
-
"conditionKeys": [],
|
|
126
|
-
"dependentActions": []
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"conditionKeys": [],
|
|
130
|
-
"dependentActions": []
|
|
131
|
-
},
|
|
132
|
-
"getsite": {
|
|
133
|
-
"name": "GetSite",
|
|
134
|
-
"description": "Grants permission to get a site",
|
|
135
|
-
"accessLevel": "Read",
|
|
136
|
-
"resourceTypes": [
|
|
137
|
-
{
|
|
138
|
-
"name": "SiteResource",
|
|
139
|
-
"required": true,
|
|
140
|
-
"conditionKeys": [],
|
|
141
|
-
"dependentActions": []
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"conditionKeys": [],
|
|
145
|
-
"dependentActions": []
|
|
146
|
-
},
|
|
147
|
-
"getworker": {
|
|
148
|
-
"name": "GetWorker",
|
|
149
|
-
"description": "Grants permission to get a worker",
|
|
150
|
-
"accessLevel": "Read",
|
|
151
|
-
"resourceTypes": [
|
|
152
|
-
{
|
|
153
|
-
"name": "WorkerResource",
|
|
154
|
-
"required": true,
|
|
155
|
-
"conditionKeys": [],
|
|
156
|
-
"dependentActions": []
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"conditionKeys": [],
|
|
160
|
-
"dependentActions": []
|
|
161
|
-
},
|
|
162
|
-
"getworkerfleet": {
|
|
163
|
-
"name": "GetWorkerFleet",
|
|
164
|
-
"description": "Grants permission to get a worker fleet",
|
|
165
|
-
"accessLevel": "Read",
|
|
166
|
-
"resourceTypes": [
|
|
167
|
-
{
|
|
168
|
-
"name": "WorkerFleetResource",
|
|
169
|
-
"required": true,
|
|
170
|
-
"conditionKeys": [],
|
|
171
|
-
"dependentActions": []
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
"conditionKeys": [],
|
|
175
|
-
"dependentActions": []
|
|
176
|
-
},
|
|
177
|
-
"listdestinations": {
|
|
178
|
-
"name": "ListDestinations",
|
|
179
|
-
"description": "Grants permission to list destinations",
|
|
180
|
-
"accessLevel": "Read",
|
|
181
|
-
"resourceTypes": [
|
|
182
|
-
{
|
|
183
|
-
"name": "SiteResource",
|
|
184
|
-
"required": true,
|
|
185
|
-
"conditionKeys": [],
|
|
186
|
-
"dependentActions": []
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"conditionKeys": [],
|
|
190
|
-
"dependentActions": []
|
|
191
|
-
},
|
|
192
|
-
"listsites": {
|
|
193
|
-
"name": "ListSites",
|
|
194
|
-
"description": "Grants permission to list sites",
|
|
195
|
-
"accessLevel": "Read",
|
|
196
|
-
"resourceTypes": [],
|
|
197
|
-
"conditionKeys": [],
|
|
198
|
-
"dependentActions": []
|
|
199
|
-
},
|
|
200
|
-
"listworkerfleets": {
|
|
201
|
-
"name": "ListWorkerFleets",
|
|
202
|
-
"description": "Grants permission to list worker fleets",
|
|
203
|
-
"accessLevel": "Read",
|
|
204
|
-
"resourceTypes": [
|
|
205
|
-
{
|
|
206
|
-
"name": "SiteResource",
|
|
207
|
-
"required": true,
|
|
208
|
-
"conditionKeys": [],
|
|
209
|
-
"dependentActions": []
|
|
210
|
-
}
|
|
211
|
-
],
|
|
212
|
-
"conditionKeys": [],
|
|
213
|
-
"dependentActions": []
|
|
214
|
-
},
|
|
215
|
-
"listworkers": {
|
|
216
|
-
"name": "ListWorkers",
|
|
217
|
-
"description": "Grants permission to list workers",
|
|
218
|
-
"accessLevel": "Read",
|
|
219
|
-
"resourceTypes": [
|
|
220
|
-
{
|
|
221
|
-
"name": "SiteResource",
|
|
222
|
-
"required": true,
|
|
223
|
-
"conditionKeys": [],
|
|
224
|
-
"dependentActions": []
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"conditionKeys": [],
|
|
228
|
-
"dependentActions": []
|
|
229
|
-
},
|
|
230
|
-
"updatedestination": {
|
|
231
|
-
"name": "UpdateDestination",
|
|
232
|
-
"description": "Grants permission to update a destination",
|
|
233
|
-
"accessLevel": "Write",
|
|
234
|
-
"resourceTypes": [
|
|
235
|
-
{
|
|
236
|
-
"name": "DestinationResource",
|
|
237
|
-
"required": true,
|
|
238
|
-
"conditionKeys": [],
|
|
239
|
-
"dependentActions": []
|
|
240
|
-
}
|
|
241
|
-
],
|
|
242
|
-
"conditionKeys": [],
|
|
243
|
-
"dependentActions": []
|
|
244
|
-
},
|
|
245
|
-
"updatesite": {
|
|
246
|
-
"name": "UpdateSite",
|
|
247
|
-
"description": "Grants permission to update a site",
|
|
248
|
-
"accessLevel": "Write",
|
|
249
|
-
"resourceTypes": [
|
|
250
|
-
{
|
|
251
|
-
"name": "SiteResource",
|
|
252
|
-
"required": true,
|
|
253
|
-
"conditionKeys": [],
|
|
254
|
-
"dependentActions": []
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
"conditionKeys": [],
|
|
258
|
-
"dependentActions": []
|
|
259
|
-
},
|
|
260
|
-
"updateworker": {
|
|
261
|
-
"name": "UpdateWorker",
|
|
262
|
-
"description": "Grants permission to update a worker",
|
|
263
|
-
"accessLevel": "Write",
|
|
264
|
-
"resourceTypes": [
|
|
265
|
-
{
|
|
266
|
-
"name": "WorkerResource",
|
|
267
|
-
"required": true,
|
|
268
|
-
"conditionKeys": [],
|
|
269
|
-
"dependentActions": []
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"conditionKeys": [],
|
|
273
|
-
"dependentActions": []
|
|
274
|
-
},
|
|
275
|
-
"updateworkerfleet": {
|
|
276
|
-
"name": "UpdateWorkerFleet",
|
|
277
|
-
"description": "Grants permission to update a worker fleet",
|
|
278
|
-
"accessLevel": "Write",
|
|
279
|
-
"resourceTypes": [
|
|
280
|
-
{
|
|
281
|
-
"name": "WorkerFleetResource",
|
|
282
|
-
"required": true,
|
|
283
|
-
"conditionKeys": [],
|
|
284
|
-
"dependentActions": []
|
|
285
|
-
}
|
|
286
|
-
],
|
|
287
|
-
"conditionKeys": [],
|
|
288
|
-
"dependentActions": []
|
|
289
|
-
}
|
|
290
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"iotroborunner:destinationresourceid": {
|
|
3
|
-
"key": "iotroborunner:DestinationResourceId",
|
|
4
|
-
"description": "Filters access by the destination's identifier",
|
|
5
|
-
"type": "String"
|
|
6
|
-
},
|
|
7
|
-
"iotroborunner:siteresourceid": {
|
|
8
|
-
"key": "iotroborunner:SiteResourceId",
|
|
9
|
-
"description": "Filters access by the site's identifier",
|
|
10
|
-
"type": "String"
|
|
11
|
-
},
|
|
12
|
-
"iotroborunner:workerfleetresourceid": {
|
|
13
|
-
"key": "iotroborunner:WorkerFleetResourceId",
|
|
14
|
-
"description": "Filters access by the worker fleet's identifier",
|
|
15
|
-
"type": "String"
|
|
16
|
-
},
|
|
17
|
-
"iotroborunner:workerresourceid": {
|
|
18
|
-
"key": "iotroborunner:WorkerResourceId",
|
|
19
|
-
"description": "Filters access by the workers identifier",
|
|
20
|
-
"type": "String"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"destinationresource": {
|
|
3
|
-
"key": "DestinationResource",
|
|
4
|
-
"arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/destination/${DestinationId}",
|
|
5
|
-
"conditionKeys": [
|
|
6
|
-
"iotroborunner:DestinationResourceId"
|
|
7
|
-
]
|
|
8
|
-
},
|
|
9
|
-
"siteresource": {
|
|
10
|
-
"key": "SiteResource",
|
|
11
|
-
"arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}",
|
|
12
|
-
"conditionKeys": [
|
|
13
|
-
"iotroborunner:SiteResourceId"
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
"workerfleetresource": {
|
|
17
|
-
"key": "WorkerFleetResource",
|
|
18
|
-
"arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/worker-fleet/${WorkerFleetId}",
|
|
19
|
-
"conditionKeys": [
|
|
20
|
-
"iotroborunner:WorkerFleetResourceId"
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"workerresource": {
|
|
24
|
-
"key": "WorkerResource",
|
|
25
|
-
"arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/worker-fleet/${WorkerFleetId}/worker/${WorkerId}",
|
|
26
|
-
"conditionKeys": [
|
|
27
|
-
"iotroborunner:WorkerResourceId"
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
}
|