iamdata 0.1.202507291__py3-none-any.whl → 0.1.202508241__py3-none-any.whl
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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/aoss.json +32 -0
- iamdata/data/actions/aps.json +51 -0
- iamdata/data/actions/arc-region-switch.json +334 -0
- iamdata/data/actions/arc-zonal-shift.json +50 -0
- iamdata/data/actions/auditmanager.json +14 -1
- iamdata/data/actions/batch.json +162 -6
- iamdata/data/actions/bcm-dashboards.json +74 -0
- iamdata/data/actions/bcm-recommended-actions.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +328 -30
- iamdata/data/actions/bedrock.json +459 -0
- iamdata/data/actions/budgets.json +6 -2
- iamdata/data/actions/cases.json +22 -2
- iamdata/data/actions/chatbot.json +87 -20
- iamdata/data/actions/cleanrooms-ml.json +11 -0
- iamdata/data/actions/cleanrooms.json +44 -0
- iamdata/data/actions/connect.json +23 -0
- iamdata/data/actions/datazone.json +64 -0
- iamdata/data/actions/deadline.json +32 -10
- iamdata/data/actions/dms.json +1 -8
- iamdata/data/actions/ds.json +122 -0
- iamdata/data/actions/events.json +16 -0
- iamdata/data/actions/glue.json +32 -0
- iamdata/data/actions/groundtruthlabeling.json +7 -7
- iamdata/data/actions/guardduty.json +173 -0
- iamdata/data/actions/imagebuilder.json +185 -237
- iamdata/data/actions/iot.json +31 -0
- iamdata/data/actions/iotmanagedintegrations.json +11 -4
- iamdata/data/actions/iotsitewise.json +271 -0
- iamdata/data/actions/observabilityadmin.json +196 -0
- iamdata/data/actions/odb.json +4 -4
- iamdata/data/actions/outposts.json +15 -0
- iamdata/data/actions/partnercentral.json +96 -32
- iamdata/data/actions/qbusiness.json +20 -46
- iamdata/data/actions/quicksight.json +2 -6
- iamdata/data/actions/rds.json +12 -6
- iamdata/data/actions/repostspace.json +90 -0
- iamdata/data/actions/s3.json +261 -125
- iamdata/data/actions/s3express.json +24 -4
- iamdata/data/actions/sagemaker.json +128 -0
- iamdata/data/actions/security-ir.json +23 -8
- iamdata/data/actions/securityhub.json +12 -0
- iamdata/data/actions/servicediscovery.json +140 -14
- iamdata/data/actions/ses.json +286 -2
- iamdata/data/actions/social-messaging.json +64 -0
- iamdata/data/actions/sso.json +34 -50
- iamdata/data/actions/transcribe.json +12 -0
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/actions/workspaces-web.json +112 -0
- iamdata/data/actions/workspaces.json +114 -0
- iamdata/data/actions/xray.json +9 -3
- iamdata/data/conditionKeys/arc-region-switch.json +17 -0
- iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
- iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
- iamdata/data/conditionKeys/chatbot.json +17 -1
- iamdata/data/conditionKeys/ebs.json +2 -2
- iamdata/data/conditionKeys/imagebuilder.json +2 -2
- iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
- iamdata/data/conditionKeys/observabilityadmin.json +17 -1
- iamdata/data/conditionKeys/quicksight.json +0 -5
- iamdata/data/conditionKeys/rds.json +5 -0
- iamdata/data/conditionKeys/s3.json +5 -0
- iamdata/data/conditionKeys/s3express.json +5 -0
- iamdata/data/conditionKeys/savingsplans.json +1 -1
- iamdata/data/conditionKeys/secretsmanager.json +1 -1
- iamdata/data/conditionKeys/servicediscovery.json +5 -0
- iamdata/data/conditionKeys/ses.json +5 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/conditionKeys/xray.json +10 -0
- iamdata/data/conditionPatterns.json +128 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -3
- iamdata/data/resourceTypes/arc-region-switch.json +9 -0
- iamdata/data/resourceTypes/batch.json +14 -0
- iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
- iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
- iamdata/data/resourceTypes/bedrock.json +14 -0
- iamdata/data/resourceTypes/chatbot.json +8 -2
- iamdata/data/resourceTypes/deadline.json +4 -1
- iamdata/data/resourceTypes/execute-api.json +1 -1
- iamdata/data/resourceTypes/guardduty.json +14 -0
- iamdata/data/resourceTypes/imagebuilder.json +12 -18
- iamdata/data/resourceTypes/iotsitewise.json +7 -0
- iamdata/data/resourceTypes/mpa.json +3 -3
- iamdata/data/resourceTypes/observabilityadmin.json +16 -1
- iamdata/data/resourceTypes/partnercentral.json +8 -2
- iamdata/data/resourceTypes/qbusiness.json +0 -4
- iamdata/data/resourceTypes/s3.json +19 -1
- iamdata/data/resourceTypes/s3express.json +5 -1
- iamdata/data/resourceTypes/securityhub.json +12 -3
- iamdata/data/resourceTypes/ses.json +11 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/resourceTypes/workspaces-web.json +7 -0
- iamdata/data/resourceTypes/workspaces.json +4 -0
- iamdata/data/serviceNames.json +4 -0
- iamdata/data/services.json +4 -0
- iamdata/data/unassociatedConditions.json +20 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +101 -87
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
"dependentActions": []
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"conditionKeys": [
|
|
20
|
+
"conditionKeys": [
|
|
21
|
+
"aws:ResourceTag/${TagKey}"
|
|
22
|
+
],
|
|
21
23
|
"dependentActions": []
|
|
22
24
|
},
|
|
23
25
|
"createchimewebhookconfiguration": {
|
|
@@ -25,7 +27,10 @@
|
|
|
25
27
|
"description": "Grants permission to create an AWS Chatbot Chime Webhook Configuration",
|
|
26
28
|
"accessLevel": "Write",
|
|
27
29
|
"resourceTypes": [],
|
|
28
|
-
"conditionKeys": [
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:TagKeys",
|
|
32
|
+
"aws:RequestTag/${TagKey}"
|
|
33
|
+
],
|
|
29
34
|
"dependentActions": []
|
|
30
35
|
},
|
|
31
36
|
"createcustomaction": {
|
|
@@ -33,7 +38,10 @@
|
|
|
33
38
|
"description": "Grants permission to create a custom action",
|
|
34
39
|
"accessLevel": "Write",
|
|
35
40
|
"resourceTypes": [],
|
|
36
|
-
"conditionKeys": [
|
|
41
|
+
"conditionKeys": [
|
|
42
|
+
"aws:TagKeys",
|
|
43
|
+
"aws:RequestTag/${TagKey}"
|
|
44
|
+
],
|
|
37
45
|
"dependentActions": []
|
|
38
46
|
},
|
|
39
47
|
"createmicrosoftteamschannelconfiguration": {
|
|
@@ -41,7 +49,10 @@
|
|
|
41
49
|
"description": "Grants permission to create an AWS Chatbot Microsoft Teams Channel Configuration",
|
|
42
50
|
"accessLevel": "Write",
|
|
43
51
|
"resourceTypes": [],
|
|
44
|
-
"conditionKeys": [
|
|
52
|
+
"conditionKeys": [
|
|
53
|
+
"aws:TagKeys",
|
|
54
|
+
"aws:RequestTag/${TagKey}"
|
|
55
|
+
],
|
|
45
56
|
"dependentActions": []
|
|
46
57
|
},
|
|
47
58
|
"createslackchannelconfiguration": {
|
|
@@ -49,7 +60,10 @@
|
|
|
49
60
|
"description": "Grants permission to create an AWS Chatbot Slack Channel Configuration",
|
|
50
61
|
"accessLevel": "Write",
|
|
51
62
|
"resourceTypes": [],
|
|
52
|
-
"conditionKeys": [
|
|
63
|
+
"conditionKeys": [
|
|
64
|
+
"aws:TagKeys",
|
|
65
|
+
"aws:RequestTag/${TagKey}"
|
|
66
|
+
],
|
|
53
67
|
"dependentActions": []
|
|
54
68
|
},
|
|
55
69
|
"deletechimewebhookconfiguration": {
|
|
@@ -64,7 +78,9 @@
|
|
|
64
78
|
"dependentActions": []
|
|
65
79
|
}
|
|
66
80
|
],
|
|
67
|
-
"conditionKeys": [
|
|
81
|
+
"conditionKeys": [
|
|
82
|
+
"aws:ResourceTag/${TagKey}"
|
|
83
|
+
],
|
|
68
84
|
"dependentActions": []
|
|
69
85
|
},
|
|
70
86
|
"deletecustomaction": {
|
|
@@ -79,7 +95,9 @@
|
|
|
79
95
|
"dependentActions": []
|
|
80
96
|
}
|
|
81
97
|
],
|
|
82
|
-
"conditionKeys": [
|
|
98
|
+
"conditionKeys": [
|
|
99
|
+
"aws:ResourceTag/${TagKey}"
|
|
100
|
+
],
|
|
83
101
|
"dependentActions": []
|
|
84
102
|
},
|
|
85
103
|
"deletemicrosoftteamschannelconfiguration": {
|
|
@@ -94,7 +112,9 @@
|
|
|
94
112
|
"dependentActions": []
|
|
95
113
|
}
|
|
96
114
|
],
|
|
97
|
-
"conditionKeys": [
|
|
115
|
+
"conditionKeys": [
|
|
116
|
+
"aws:ResourceTag/${TagKey}"
|
|
117
|
+
],
|
|
98
118
|
"dependentActions": []
|
|
99
119
|
},
|
|
100
120
|
"deletemicrosoftteamsconfiguredteam": {
|
|
@@ -125,7 +145,9 @@
|
|
|
125
145
|
"dependentActions": []
|
|
126
146
|
}
|
|
127
147
|
],
|
|
128
|
-
"conditionKeys": [
|
|
148
|
+
"conditionKeys": [
|
|
149
|
+
"aws:ResourceTag/${TagKey}"
|
|
150
|
+
],
|
|
129
151
|
"dependentActions": []
|
|
130
152
|
},
|
|
131
153
|
"deleteslackuseridentity": {
|
|
@@ -202,7 +224,9 @@
|
|
|
202
224
|
"dependentActions": []
|
|
203
225
|
}
|
|
204
226
|
],
|
|
205
|
-
"conditionKeys": [
|
|
227
|
+
"conditionKeys": [
|
|
228
|
+
"aws:ResourceTag/${TagKey}"
|
|
229
|
+
],
|
|
206
230
|
"dependentActions": []
|
|
207
231
|
},
|
|
208
232
|
"getaccountpreferences": {
|
|
@@ -225,7 +249,9 @@
|
|
|
225
249
|
"dependentActions": []
|
|
226
250
|
}
|
|
227
251
|
],
|
|
228
|
-
"conditionKeys": [
|
|
252
|
+
"conditionKeys": [
|
|
253
|
+
"aws:ResourceTag/${TagKey}"
|
|
254
|
+
],
|
|
229
255
|
"dependentActions": []
|
|
230
256
|
},
|
|
231
257
|
"getmicrosoftteamschannelconfiguration": {
|
|
@@ -233,7 +259,9 @@
|
|
|
233
259
|
"description": "Grants permission to get a single AWS Chatbot Microsoft Teams Channel Configurations in an AWS account",
|
|
234
260
|
"accessLevel": "Read",
|
|
235
261
|
"resourceTypes": [],
|
|
236
|
-
"conditionKeys": [
|
|
262
|
+
"conditionKeys": [
|
|
263
|
+
"aws:ResourceTag/${TagKey}"
|
|
264
|
+
],
|
|
237
265
|
"dependentActions": []
|
|
238
266
|
},
|
|
239
267
|
"getmicrosoftteamsoauthparameters": {
|
|
@@ -327,16 +355,47 @@
|
|
|
327
355
|
"name": "TagResource",
|
|
328
356
|
"description": "Grants permission to create tags on AWS Chatbot Channel Configuration",
|
|
329
357
|
"accessLevel": "Tagging",
|
|
330
|
-
"resourceTypes": [
|
|
331
|
-
|
|
358
|
+
"resourceTypes": [
|
|
359
|
+
{
|
|
360
|
+
"name": "ChatbotConfiguration",
|
|
361
|
+
"required": false,
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": []
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "custom-action",
|
|
367
|
+
"required": false,
|
|
368
|
+
"conditionKeys": [],
|
|
369
|
+
"dependentActions": []
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"conditionKeys": [
|
|
373
|
+
"aws:TagKeys",
|
|
374
|
+
"aws:RequestTag/${TagKey}"
|
|
375
|
+
],
|
|
332
376
|
"dependentActions": []
|
|
333
377
|
},
|
|
334
378
|
"untagresource": {
|
|
335
379
|
"name": "UntagResource",
|
|
336
380
|
"description": "Grants permission to remove tags on AWS Chatbot Channel Configuration",
|
|
337
381
|
"accessLevel": "Tagging",
|
|
338
|
-
"resourceTypes": [
|
|
339
|
-
|
|
382
|
+
"resourceTypes": [
|
|
383
|
+
{
|
|
384
|
+
"name": "ChatbotConfiguration",
|
|
385
|
+
"required": false,
|
|
386
|
+
"conditionKeys": [],
|
|
387
|
+
"dependentActions": []
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "custom-action",
|
|
391
|
+
"required": false,
|
|
392
|
+
"conditionKeys": [],
|
|
393
|
+
"dependentActions": []
|
|
394
|
+
}
|
|
395
|
+
],
|
|
396
|
+
"conditionKeys": [
|
|
397
|
+
"aws:TagKeys"
|
|
398
|
+
],
|
|
340
399
|
"dependentActions": []
|
|
341
400
|
},
|
|
342
401
|
"updateaccountpreferences": {
|
|
@@ -359,7 +418,9 @@
|
|
|
359
418
|
"dependentActions": []
|
|
360
419
|
}
|
|
361
420
|
],
|
|
362
|
-
"conditionKeys": [
|
|
421
|
+
"conditionKeys": [
|
|
422
|
+
"aws:ResourceTag/${TagKey}"
|
|
423
|
+
],
|
|
363
424
|
"dependentActions": []
|
|
364
425
|
},
|
|
365
426
|
"updatecustomaction": {
|
|
@@ -374,7 +435,9 @@
|
|
|
374
435
|
"dependentActions": []
|
|
375
436
|
}
|
|
376
437
|
],
|
|
377
|
-
"conditionKeys": [
|
|
438
|
+
"conditionKeys": [
|
|
439
|
+
"aws:ResourceTag/${TagKey}"
|
|
440
|
+
],
|
|
378
441
|
"dependentActions": []
|
|
379
442
|
},
|
|
380
443
|
"updatemicrosoftteamschannelconfiguration": {
|
|
@@ -389,7 +452,9 @@
|
|
|
389
452
|
"dependentActions": []
|
|
390
453
|
}
|
|
391
454
|
],
|
|
392
|
-
"conditionKeys": [
|
|
455
|
+
"conditionKeys": [
|
|
456
|
+
"aws:ResourceTag/${TagKey}"
|
|
457
|
+
],
|
|
393
458
|
"dependentActions": []
|
|
394
459
|
},
|
|
395
460
|
"updateslackchannelconfiguration": {
|
|
@@ -404,7 +469,9 @@
|
|
|
404
469
|
"dependentActions": []
|
|
405
470
|
}
|
|
406
471
|
],
|
|
407
|
-
"conditionKeys": [
|
|
472
|
+
"conditionKeys": [
|
|
473
|
+
"aws:ResourceTag/${TagKey}"
|
|
474
|
+
],
|
|
408
475
|
"dependentActions": []
|
|
409
476
|
}
|
|
410
477
|
}
|
|
@@ -767,6 +767,17 @@
|
|
|
767
767
|
],
|
|
768
768
|
"dependentActions": []
|
|
769
769
|
},
|
|
770
|
+
"listtrainedmodelversions": {
|
|
771
|
+
"name": "ListTrainedModelVersions",
|
|
772
|
+
"description": "Grants permission to return a list of trained model versions",
|
|
773
|
+
"accessLevel": "List",
|
|
774
|
+
"resourceTypes": [],
|
|
775
|
+
"conditionKeys": [
|
|
776
|
+
"aws:RequestTag/${TagKey}",
|
|
777
|
+
"aws:TagKeys"
|
|
778
|
+
],
|
|
779
|
+
"dependentActions": []
|
|
780
|
+
},
|
|
770
781
|
"listtrainedmodels": {
|
|
771
782
|
"name": "ListTrainedModels",
|
|
772
783
|
"description": "Grants permission to return a list of trained models",
|
|
@@ -1623,6 +1623,34 @@
|
|
|
1623
1623
|
}
|
|
1624
1624
|
],
|
|
1625
1625
|
"conditionKeys": [],
|
|
1626
|
+
"dependentActions": [
|
|
1627
|
+
"athena:GetTableMetadata",
|
|
1628
|
+
"cleanrooms:UpdateConfiguredTableAllowedColumns",
|
|
1629
|
+
"cleanrooms:UpdateConfiguredTableReference",
|
|
1630
|
+
"glue:BatchGetPartition",
|
|
1631
|
+
"glue:GetDatabase",
|
|
1632
|
+
"glue:GetDatabases",
|
|
1633
|
+
"glue:GetPartition",
|
|
1634
|
+
"glue:GetPartitions",
|
|
1635
|
+
"glue:GetSchemaVersion",
|
|
1636
|
+
"glue:GetTable",
|
|
1637
|
+
"glue:GetTables"
|
|
1638
|
+
]
|
|
1639
|
+
},
|
|
1640
|
+
"updateconfiguredtableallowedcolumns": {
|
|
1641
|
+
"name": "UpdateConfiguredTableAllowedColumns",
|
|
1642
|
+
"isPermissionOnly": true,
|
|
1643
|
+
"description": "Grants permission to update the allowed columns of an existing configured table",
|
|
1644
|
+
"accessLevel": "Write",
|
|
1645
|
+
"resourceTypes": [
|
|
1646
|
+
{
|
|
1647
|
+
"name": "configuredtable",
|
|
1648
|
+
"required": true,
|
|
1649
|
+
"conditionKeys": [],
|
|
1650
|
+
"dependentActions": []
|
|
1651
|
+
}
|
|
1652
|
+
],
|
|
1653
|
+
"conditionKeys": [],
|
|
1626
1654
|
"dependentActions": []
|
|
1627
1655
|
},
|
|
1628
1656
|
"updateconfiguredtableanalysisrule": {
|
|
@@ -1672,6 +1700,22 @@
|
|
|
1672
1700
|
"conditionKeys": [],
|
|
1673
1701
|
"dependentActions": []
|
|
1674
1702
|
},
|
|
1703
|
+
"updateconfiguredtablereference": {
|
|
1704
|
+
"name": "UpdateConfiguredTableReference",
|
|
1705
|
+
"isPermissionOnly": true,
|
|
1706
|
+
"description": "Grants permission to update the table reference of an existing configured table",
|
|
1707
|
+
"accessLevel": "Write",
|
|
1708
|
+
"resourceTypes": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "configuredtable",
|
|
1711
|
+
"required": true,
|
|
1712
|
+
"conditionKeys": [],
|
|
1713
|
+
"dependentActions": []
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"conditionKeys": [],
|
|
1717
|
+
"dependentActions": []
|
|
1718
|
+
},
|
|
1675
1719
|
"updateidmappingtable": {
|
|
1676
1720
|
"name": "UpdateIdMappingTable",
|
|
1677
1721
|
"description": "Grants permission to update an id mapping table",
|
|
@@ -2625,6 +2625,29 @@
|
|
|
2625
2625
|
],
|
|
2626
2626
|
"dependentActions": []
|
|
2627
2627
|
},
|
|
2628
|
+
"getcontactmetrics": {
|
|
2629
|
+
"name": "GetContactMetrics",
|
|
2630
|
+
"description": "Grants permission to get contact metrics in an Amazon Connect instance",
|
|
2631
|
+
"accessLevel": "Read",
|
|
2632
|
+
"resourceTypes": [
|
|
2633
|
+
{
|
|
2634
|
+
"name": "contact",
|
|
2635
|
+
"required": true,
|
|
2636
|
+
"conditionKeys": [],
|
|
2637
|
+
"dependentActions": []
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"name": "instance",
|
|
2641
|
+
"required": true,
|
|
2642
|
+
"conditionKeys": [],
|
|
2643
|
+
"dependentActions": []
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"conditionKeys": [
|
|
2647
|
+
"connect:InstanceId"
|
|
2648
|
+
],
|
|
2649
|
+
"dependentActions": []
|
|
2650
|
+
},
|
|
2628
2651
|
"getcurrentmetricdata": {
|
|
2629
2652
|
"name": "GetCurrentMetricData",
|
|
2630
2653
|
"description": "Grants permission to retrieve current metric data for queues and routing profiles in an Amazon Connect instance",
|
|
@@ -39,6 +39,14 @@
|
|
|
39
39
|
"conditionKeys": [],
|
|
40
40
|
"dependentActions": []
|
|
41
41
|
},
|
|
42
|
+
"associategovernedterms": {
|
|
43
|
+
"name": "AssociateGovernedTerms",
|
|
44
|
+
"description": "Grants permission to associate governed terms to an asset",
|
|
45
|
+
"accessLevel": "Write",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
42
50
|
"batchdeletelinkedtypes": {
|
|
43
51
|
"name": "BatchDeleteLinkedTypes",
|
|
44
52
|
"isPermissionOnly": true,
|
|
@@ -87,6 +95,14 @@
|
|
|
87
95
|
"conditionKeys": [],
|
|
88
96
|
"dependentActions": []
|
|
89
97
|
},
|
|
98
|
+
"createaccountpool": {
|
|
99
|
+
"name": "CreateAccountPool",
|
|
100
|
+
"description": "Grants permission to create an account pool",
|
|
101
|
+
"accessLevel": "Write",
|
|
102
|
+
"resourceTypes": [],
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
},
|
|
90
106
|
"createasset": {
|
|
91
107
|
"name": "CreateAsset",
|
|
92
108
|
"description": "Grants permission to create asset",
|
|
@@ -307,6 +323,14 @@
|
|
|
307
323
|
"conditionKeys": [],
|
|
308
324
|
"dependentActions": []
|
|
309
325
|
},
|
|
326
|
+
"deleteaccountpool": {
|
|
327
|
+
"name": "DeleteAccountPool",
|
|
328
|
+
"description": "Grants permission to delete an account pool",
|
|
329
|
+
"accessLevel": "Write",
|
|
330
|
+
"resourceTypes": [],
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
},
|
|
310
334
|
"deleteasset": {
|
|
311
335
|
"name": "DeleteAsset",
|
|
312
336
|
"description": "Grants permission to delete an asset",
|
|
@@ -532,6 +556,22 @@
|
|
|
532
556
|
"conditionKeys": [],
|
|
533
557
|
"dependentActions": []
|
|
534
558
|
},
|
|
559
|
+
"disassociategovernedterms": {
|
|
560
|
+
"name": "DisassociateGovernedTerms",
|
|
561
|
+
"description": "Grants permission to disassociate governed terms to an asset",
|
|
562
|
+
"accessLevel": "Write",
|
|
563
|
+
"resourceTypes": [],
|
|
564
|
+
"conditionKeys": [],
|
|
565
|
+
"dependentActions": []
|
|
566
|
+
},
|
|
567
|
+
"getaccountpool": {
|
|
568
|
+
"name": "GetAccountPool",
|
|
569
|
+
"description": "Grants permission to get account pool details",
|
|
570
|
+
"accessLevel": "Read",
|
|
571
|
+
"resourceTypes": [],
|
|
572
|
+
"conditionKeys": [],
|
|
573
|
+
"dependentActions": []
|
|
574
|
+
},
|
|
535
575
|
"getasset": {
|
|
536
576
|
"name": "GetAsset",
|
|
537
577
|
"description": "Grants permission to retrieve an asset",
|
|
@@ -863,6 +903,22 @@
|
|
|
863
903
|
"conditionKeys": [],
|
|
864
904
|
"dependentActions": []
|
|
865
905
|
},
|
|
906
|
+
"listaccountpools": {
|
|
907
|
+
"name": "ListAccountPools",
|
|
908
|
+
"description": "Grants permission to list account pools",
|
|
909
|
+
"accessLevel": "List",
|
|
910
|
+
"resourceTypes": [],
|
|
911
|
+
"conditionKeys": [],
|
|
912
|
+
"dependentActions": []
|
|
913
|
+
},
|
|
914
|
+
"listaccountsinaccountpool": {
|
|
915
|
+
"name": "ListAccountsInAccountPool",
|
|
916
|
+
"description": "Grants permission to list accounts in an account pool",
|
|
917
|
+
"accessLevel": "List",
|
|
918
|
+
"resourceTypes": [],
|
|
919
|
+
"conditionKeys": [],
|
|
920
|
+
"dependentActions": []
|
|
921
|
+
},
|
|
866
922
|
"listassetfilters": {
|
|
867
923
|
"name": "ListAssetFilters",
|
|
868
924
|
"description": "Grants permission to list asset filters",
|
|
@@ -1386,6 +1442,14 @@
|
|
|
1386
1442
|
],
|
|
1387
1443
|
"dependentActions": []
|
|
1388
1444
|
},
|
|
1445
|
+
"updateaccountpool": {
|
|
1446
|
+
"name": "UpdateAccountPool",
|
|
1447
|
+
"description": "Grants permission to update an account pool",
|
|
1448
|
+
"accessLevel": "Write",
|
|
1449
|
+
"resourceTypes": [],
|
|
1450
|
+
"conditionKeys": [],
|
|
1451
|
+
"dependentActions": []
|
|
1452
|
+
},
|
|
1389
1453
|
"updateassetfilter": {
|
|
1390
1454
|
"name": "UpdateAssetFilter",
|
|
1391
1455
|
"description": "Grants permission to update asset filter",
|
|
@@ -337,18 +337,22 @@
|
|
|
337
337
|
"name": "monitor",
|
|
338
338
|
"required": true,
|
|
339
339
|
"conditionKeys": [],
|
|
340
|
-
"dependentActions": [
|
|
340
|
+
"dependentActions": [
|
|
341
|
+
"deadline:TagResource",
|
|
342
|
+
"iam:PassRole",
|
|
343
|
+
"sso:CreateApplication",
|
|
344
|
+
"sso:DeleteApplication",
|
|
345
|
+
"sso:PutApplicationAssignmentConfiguration",
|
|
346
|
+
"sso:PutApplicationAuthenticationMethod",
|
|
347
|
+
"sso:PutApplicationGrant"
|
|
348
|
+
]
|
|
341
349
|
}
|
|
342
350
|
],
|
|
343
|
-
"conditionKeys": [
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
"sso:PutApplicationAssignmentConfiguration",
|
|
349
|
-
"sso:PutApplicationAuthenticationMethod",
|
|
350
|
-
"sso:PutApplicationGrant"
|
|
351
|
-
]
|
|
351
|
+
"conditionKeys": [
|
|
352
|
+
"aws:RequestTag/${TagKey}",
|
|
353
|
+
"aws:TagKeys"
|
|
354
|
+
],
|
|
355
|
+
"dependentActions": []
|
|
352
356
|
},
|
|
353
357
|
"createqueue": {
|
|
354
358
|
"name": "CreateQueue",
|
|
@@ -1643,6 +1647,12 @@
|
|
|
1643
1647
|
"conditionKeys": [],
|
|
1644
1648
|
"dependentActions": []
|
|
1645
1649
|
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "monitor",
|
|
1652
|
+
"required": false,
|
|
1653
|
+
"conditionKeys": [],
|
|
1654
|
+
"dependentActions": []
|
|
1655
|
+
},
|
|
1646
1656
|
{
|
|
1647
1657
|
"name": "queue",
|
|
1648
1658
|
"required": false,
|
|
@@ -1836,6 +1846,12 @@
|
|
|
1836
1846
|
"conditionKeys": [],
|
|
1837
1847
|
"dependentActions": []
|
|
1838
1848
|
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "monitor",
|
|
1851
|
+
"required": false,
|
|
1852
|
+
"conditionKeys": [],
|
|
1853
|
+
"dependentActions": []
|
|
1854
|
+
},
|
|
1839
1855
|
{
|
|
1840
1856
|
"name": "queue",
|
|
1841
1857
|
"required": false,
|
|
@@ -1879,6 +1895,12 @@
|
|
|
1879
1895
|
"conditionKeys": [],
|
|
1880
1896
|
"dependentActions": []
|
|
1881
1897
|
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "monitor",
|
|
1900
|
+
"required": false,
|
|
1901
|
+
"conditionKeys": [],
|
|
1902
|
+
"dependentActions": []
|
|
1903
|
+
},
|
|
1882
1904
|
{
|
|
1883
1905
|
"name": "queue",
|
|
1884
1906
|
"required": false,
|
iamdata/data/actions/dms.json
CHANGED
|
@@ -976,14 +976,7 @@
|
|
|
976
976
|
"name": "ListDataProviders",
|
|
977
977
|
"description": "Grants permission to list the AWS DMS attributes for a data providers",
|
|
978
978
|
"accessLevel": "Read",
|
|
979
|
-
"resourceTypes": [
|
|
980
|
-
{
|
|
981
|
-
"name": "DataProvider",
|
|
982
|
-
"required": false,
|
|
983
|
-
"conditionKeys": [],
|
|
984
|
-
"dependentActions": []
|
|
985
|
-
}
|
|
986
|
-
],
|
|
979
|
+
"resourceTypes": [],
|
|
987
980
|
"conditionKeys": [],
|
|
988
981
|
"dependentActions": []
|
|
989
982
|
},
|
iamdata/data/actions/ds.json
CHANGED
|
@@ -218,6 +218,35 @@
|
|
|
218
218
|
"ec2:DescribeVpcs"
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
|
+
"createhybridad": {
|
|
222
|
+
"name": "CreateHybridAD",
|
|
223
|
+
"description": "Grants permission to create a Hybrid Managed AD directory",
|
|
224
|
+
"accessLevel": "Write",
|
|
225
|
+
"resourceTypes": [],
|
|
226
|
+
"conditionKeys": [
|
|
227
|
+
"aws:RequestTag/${TagKey}",
|
|
228
|
+
"aws:TagKeys"
|
|
229
|
+
],
|
|
230
|
+
"dependentActions": [
|
|
231
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
232
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
233
|
+
"ec2:CreateNetworkInterface",
|
|
234
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
235
|
+
"ec2:CreateSecurityGroup",
|
|
236
|
+
"ec2:CreateTags",
|
|
237
|
+
"ec2:DescribeNetworkInterfaces",
|
|
238
|
+
"ec2:DescribeSubnets",
|
|
239
|
+
"ec2:DescribeVpcs",
|
|
240
|
+
"iam:CreateServiceLinkedRole",
|
|
241
|
+
"iam:GetRole",
|
|
242
|
+
"secretsmanager:DescribeSecret",
|
|
243
|
+
"secretsmanager:GetSecretValue",
|
|
244
|
+
"ssm:GetCommandInvocation",
|
|
245
|
+
"ssm:GetConnectionStatus",
|
|
246
|
+
"ssm:ListCommands",
|
|
247
|
+
"ssm:SendCommand"
|
|
248
|
+
]
|
|
249
|
+
},
|
|
221
250
|
"createidentitypooldirectory": {
|
|
222
251
|
"name": "CreateIdentityPoolDirectory",
|
|
223
252
|
"isPermissionOnly": true,
|
|
@@ -295,6 +324,14 @@
|
|
|
295
324
|
"conditionKeys": [],
|
|
296
325
|
"dependentActions": []
|
|
297
326
|
},
|
|
327
|
+
"deleteadassessment": {
|
|
328
|
+
"name": "DeleteADAssessment",
|
|
329
|
+
"description": "Grants permission to delete a directory assessment",
|
|
330
|
+
"accessLevel": "Write",
|
|
331
|
+
"resourceTypes": [],
|
|
332
|
+
"conditionKeys": [],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
},
|
|
298
335
|
"deleteconditionalforwarder": {
|
|
299
336
|
"name": "DeleteConditionalForwarder",
|
|
300
337
|
"description": "Grants permission to delete a conditional forwarder that has been set up for your AWS directory",
|
|
@@ -406,6 +443,14 @@
|
|
|
406
443
|
"conditionKeys": [],
|
|
407
444
|
"dependentActions": []
|
|
408
445
|
},
|
|
446
|
+
"describeadassessment": {
|
|
447
|
+
"name": "DescribeADAssessment",
|
|
448
|
+
"description": "Grants permission to describe a directory assessment",
|
|
449
|
+
"accessLevel": "Read",
|
|
450
|
+
"resourceTypes": [],
|
|
451
|
+
"conditionKeys": [],
|
|
452
|
+
"dependentActions": []
|
|
453
|
+
},
|
|
409
454
|
"describecertificate": {
|
|
410
455
|
"name": "DescribeCertificate",
|
|
411
456
|
"description": "Grants permission to display information about the certificate registered for a secured LDAP connection",
|
|
@@ -504,6 +549,21 @@
|
|
|
504
549
|
"conditionKeys": [],
|
|
505
550
|
"dependentActions": []
|
|
506
551
|
},
|
|
552
|
+
"describehybridadupdate": {
|
|
553
|
+
"name": "DescribeHybridADUpdate",
|
|
554
|
+
"description": "Grants permission to describe the updates of a specified hybrid directory",
|
|
555
|
+
"accessLevel": "Read",
|
|
556
|
+
"resourceTypes": [
|
|
557
|
+
{
|
|
558
|
+
"name": "directory",
|
|
559
|
+
"required": true,
|
|
560
|
+
"conditionKeys": [],
|
|
561
|
+
"dependentActions": []
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"conditionKeys": [],
|
|
565
|
+
"dependentActions": []
|
|
566
|
+
},
|
|
507
567
|
"describeldapssettings": {
|
|
508
568
|
"name": "DescribeLDAPSSettings",
|
|
509
569
|
"description": "Grants permission to describe the status of LDAP security for the specified directory",
|
|
@@ -818,6 +878,14 @@
|
|
|
818
878
|
"conditionKeys": [],
|
|
819
879
|
"dependentActions": []
|
|
820
880
|
},
|
|
881
|
+
"listadassessments": {
|
|
882
|
+
"name": "ListADAssessments",
|
|
883
|
+
"description": "Grants permission to list directory assessments",
|
|
884
|
+
"accessLevel": "List",
|
|
885
|
+
"resourceTypes": [],
|
|
886
|
+
"conditionKeys": [],
|
|
887
|
+
"dependentActions": []
|
|
888
|
+
},
|
|
821
889
|
"listauthorizedapplications": {
|
|
822
890
|
"name": "ListAuthorizedApplications",
|
|
823
891
|
"isPermissionOnly": true,
|
|
@@ -1044,6 +1112,29 @@
|
|
|
1044
1112
|
"conditionKeys": [],
|
|
1045
1113
|
"dependentActions": []
|
|
1046
1114
|
},
|
|
1115
|
+
"startadassessment": {
|
|
1116
|
+
"name": "StartADAssessment",
|
|
1117
|
+
"description": "Grants permission to start a directory assessment",
|
|
1118
|
+
"accessLevel": "Write",
|
|
1119
|
+
"resourceTypes": [],
|
|
1120
|
+
"conditionKeys": [],
|
|
1121
|
+
"dependentActions": [
|
|
1122
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
1123
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
1124
|
+
"ec2:CreateNetworkInterface",
|
|
1125
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
1126
|
+
"ec2:CreateSecurityGroup",
|
|
1127
|
+
"ec2:DeleteNetworkInterface",
|
|
1128
|
+
"ec2:DeleteSecurityGroup",
|
|
1129
|
+
"ec2:DescribeNetworkInterfaces",
|
|
1130
|
+
"ec2:DescribeSubnets",
|
|
1131
|
+
"ec2:DescribeVpcs",
|
|
1132
|
+
"ssm:GetCommandInvocation",
|
|
1133
|
+
"ssm:GetConnectionStatus",
|
|
1134
|
+
"ssm:ListCommands",
|
|
1135
|
+
"ssm:SendCommand"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1047
1138
|
"startschemaextension": {
|
|
1048
1139
|
"name": "StartSchemaExtension",
|
|
1049
1140
|
"description": "Grants permission to apply a schema extension to a Microsoft AD directory",
|
|
@@ -1152,6 +1243,37 @@
|
|
|
1152
1243
|
"conditionKeys": [],
|
|
1153
1244
|
"dependentActions": []
|
|
1154
1245
|
},
|
|
1246
|
+
"updatehybridad": {
|
|
1247
|
+
"name": "UpdateHybridAD",
|
|
1248
|
+
"description": "Grants permission to update configurations for a specified hybrid directory",
|
|
1249
|
+
"accessLevel": "Write",
|
|
1250
|
+
"resourceTypes": [
|
|
1251
|
+
{
|
|
1252
|
+
"name": "directory",
|
|
1253
|
+
"required": true,
|
|
1254
|
+
"conditionKeys": [],
|
|
1255
|
+
"dependentActions": []
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"conditionKeys": [],
|
|
1259
|
+
"dependentActions": [
|
|
1260
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
1261
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
1262
|
+
"ec2:CreateNetworkInterface",
|
|
1263
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
1264
|
+
"ec2:CreateSecurityGroup",
|
|
1265
|
+
"ec2:CreateTags",
|
|
1266
|
+
"ec2:DescribeNetworkInterfaces",
|
|
1267
|
+
"ec2:DescribeSubnets",
|
|
1268
|
+
"ec2:DescribeVpcs",
|
|
1269
|
+
"secretsmanager:DescribeSecret",
|
|
1270
|
+
"secretsmanager:GetSecretValue",
|
|
1271
|
+
"ssm:GetCommandInvocation",
|
|
1272
|
+
"ssm:GetConnectionStatus",
|
|
1273
|
+
"ssm:ListCommands",
|
|
1274
|
+
"ssm:SendCommand"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1155
1277
|
"updatenumberofdomaincontrollers": {
|
|
1156
1278
|
"name": "UpdateNumberOfDomainControllers",
|
|
1157
1279
|
"description": "Grants permission to add or remove domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request",
|