iamdata 0.1.202507281__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/appstream.json +22 -71
- 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.202507281.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +102 -88
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/iot.json
CHANGED
|
@@ -1055,6 +1055,21 @@
|
|
|
1055
1055
|
"conditionKeys": [],
|
|
1056
1056
|
"dependentActions": []
|
|
1057
1057
|
},
|
|
1058
|
+
"deleteconnection": {
|
|
1059
|
+
"name": "DeleteConnection",
|
|
1060
|
+
"description": "Grants permission to disconnect the specified connection",
|
|
1061
|
+
"accessLevel": "Write",
|
|
1062
|
+
"resourceTypes": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "client",
|
|
1065
|
+
"required": true,
|
|
1066
|
+
"conditionKeys": [],
|
|
1067
|
+
"dependentActions": []
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"conditionKeys": [],
|
|
1071
|
+
"dependentActions": []
|
|
1072
|
+
},
|
|
1058
1073
|
"deletecustommetric": {
|
|
1059
1074
|
"name": "DeleteCustomMetric",
|
|
1060
1075
|
"description": "Grants permission to deletes the specified custom metric from your AWS account",
|
|
@@ -1676,6 +1691,14 @@
|
|
|
1676
1691
|
"conditionKeys": [],
|
|
1677
1692
|
"dependentActions": []
|
|
1678
1693
|
},
|
|
1694
|
+
"describeencryptionconfiguration": {
|
|
1695
|
+
"name": "DescribeEncryptionConfiguration",
|
|
1696
|
+
"description": "Grants permission to describe the encryption configuration for the account",
|
|
1697
|
+
"accessLevel": "Read",
|
|
1698
|
+
"resourceTypes": [],
|
|
1699
|
+
"conditionKeys": [],
|
|
1700
|
+
"dependentActions": []
|
|
1701
|
+
},
|
|
1679
1702
|
"describeendpoint": {
|
|
1680
1703
|
"name": "DescribeEndpoint",
|
|
1681
1704
|
"description": "Grants permission to get a unique endpoint specific to the AWS account making the call",
|
|
@@ -4189,6 +4212,14 @@
|
|
|
4189
4212
|
"conditionKeys": [],
|
|
4190
4213
|
"dependentActions": []
|
|
4191
4214
|
},
|
|
4215
|
+
"updateencryptionconfiguration": {
|
|
4216
|
+
"name": "UpdateEncryptionConfiguration",
|
|
4217
|
+
"description": "Grants permission to update the encryption configuration for the account",
|
|
4218
|
+
"accessLevel": "Write",
|
|
4219
|
+
"resourceTypes": [],
|
|
4220
|
+
"conditionKeys": [],
|
|
4221
|
+
"dependentActions": []
|
|
4222
|
+
},
|
|
4192
4223
|
"updateeventconfigurations": {
|
|
4193
4224
|
"name": "UpdateEventConfigurations",
|
|
4194
4225
|
"description": "Grants permission to update event configurations",
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [
|
|
8
8
|
"aws:RequestTag/${TagKey}",
|
|
9
|
-
"aws:TagKeys"
|
|
9
|
+
"aws:TagKeys",
|
|
10
|
+
"iotmanagedintegrations:connectorDestinationId"
|
|
10
11
|
],
|
|
11
12
|
"dependentActions": []
|
|
12
13
|
},
|
|
@@ -23,7 +24,9 @@
|
|
|
23
24
|
"description": "Grants permission to create a new connector destination",
|
|
24
25
|
"accessLevel": "Write",
|
|
25
26
|
"resourceTypes": [],
|
|
26
|
-
"conditionKeys": [
|
|
27
|
+
"conditionKeys": [
|
|
28
|
+
"iotmanagedintegrations:cloudConnectorId"
|
|
29
|
+
],
|
|
27
30
|
"dependentActions": []
|
|
28
31
|
},
|
|
29
32
|
"createcredentiallocker": {
|
|
@@ -129,7 +132,9 @@
|
|
|
129
132
|
"description": "Grants permission to delete a cloud connector",
|
|
130
133
|
"accessLevel": "Write",
|
|
131
134
|
"resourceTypes": [],
|
|
132
|
-
"conditionKeys": [
|
|
135
|
+
"conditionKeys": [
|
|
136
|
+
"iotmanagedintegrations:cloudConnectorId"
|
|
137
|
+
],
|
|
133
138
|
"dependentActions": []
|
|
134
139
|
},
|
|
135
140
|
"deleteconnectordestination": {
|
|
@@ -906,7 +911,9 @@
|
|
|
906
911
|
"description": "Grants permission to update a cloud connector",
|
|
907
912
|
"accessLevel": "Write",
|
|
908
913
|
"resourceTypes": [],
|
|
909
|
-
"conditionKeys": [
|
|
914
|
+
"conditionKeys": [
|
|
915
|
+
"iotmanagedintegrations:cloudConnectorId"
|
|
916
|
+
],
|
|
910
917
|
"dependentActions": []
|
|
911
918
|
},
|
|
912
919
|
"updateconnectordestination": {
|
|
@@ -225,6 +225,30 @@
|
|
|
225
225
|
"conditionKeys": [],
|
|
226
226
|
"dependentActions": []
|
|
227
227
|
},
|
|
228
|
+
"createcomputationmodel": {
|
|
229
|
+
"name": "CreateComputationModel",
|
|
230
|
+
"description": "Grants permission to create a computation model",
|
|
231
|
+
"accessLevel": "Write",
|
|
232
|
+
"resourceTypes": [
|
|
233
|
+
{
|
|
234
|
+
"name": "asset",
|
|
235
|
+
"required": false,
|
|
236
|
+
"conditionKeys": [],
|
|
237
|
+
"dependentActions": []
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "asset-model",
|
|
241
|
+
"required": false,
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": []
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"conditionKeys": [
|
|
247
|
+
"aws:RequestTag/${TagKey}",
|
|
248
|
+
"aws:TagKeys"
|
|
249
|
+
],
|
|
250
|
+
"dependentActions": []
|
|
251
|
+
},
|
|
228
252
|
"createdashboard": {
|
|
229
253
|
"name": "CreateDashboard",
|
|
230
254
|
"description": "Grants permission to create a dashboard in a project",
|
|
@@ -357,6 +381,36 @@
|
|
|
357
381
|
"conditionKeys": [],
|
|
358
382
|
"dependentActions": []
|
|
359
383
|
},
|
|
384
|
+
"deleteassetmodelinterfacerelationship": {
|
|
385
|
+
"name": "DeleteAssetModelInterfaceRelationship",
|
|
386
|
+
"description": "Grants permission to delete a relationship between asset model and interface",
|
|
387
|
+
"accessLevel": "Write",
|
|
388
|
+
"resourceTypes": [
|
|
389
|
+
{
|
|
390
|
+
"name": "asset-model",
|
|
391
|
+
"required": true,
|
|
392
|
+
"conditionKeys": [],
|
|
393
|
+
"dependentActions": []
|
|
394
|
+
}
|
|
395
|
+
],
|
|
396
|
+
"conditionKeys": [],
|
|
397
|
+
"dependentActions": []
|
|
398
|
+
},
|
|
399
|
+
"deletecomputationmodel": {
|
|
400
|
+
"name": "DeleteComputationModel",
|
|
401
|
+
"description": "Grants permission to delete a computation model",
|
|
402
|
+
"accessLevel": "Write",
|
|
403
|
+
"resourceTypes": [
|
|
404
|
+
{
|
|
405
|
+
"name": "computation-model",
|
|
406
|
+
"required": true,
|
|
407
|
+
"conditionKeys": [],
|
|
408
|
+
"dependentActions": []
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"conditionKeys": [],
|
|
412
|
+
"dependentActions": []
|
|
413
|
+
},
|
|
360
414
|
"deletedashboard": {
|
|
361
415
|
"name": "DeleteDashboard",
|
|
362
416
|
"description": "Grants permission to delete a dashboard",
|
|
@@ -480,6 +534,12 @@
|
|
|
480
534
|
"required": false,
|
|
481
535
|
"conditionKeys": [],
|
|
482
536
|
"dependentActions": []
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "computation-model",
|
|
540
|
+
"required": false,
|
|
541
|
+
"conditionKeys": [],
|
|
542
|
+
"dependentActions": []
|
|
483
543
|
}
|
|
484
544
|
],
|
|
485
545
|
"conditionKeys": [],
|
|
@@ -545,6 +605,21 @@
|
|
|
545
605
|
"conditionKeys": [],
|
|
546
606
|
"dependentActions": []
|
|
547
607
|
},
|
|
608
|
+
"describeassetmodelinterfacerelationship": {
|
|
609
|
+
"name": "DescribeAssetModelInterfaceRelationship",
|
|
610
|
+
"description": "Grants permission to describe a relationship between asset model and interface",
|
|
611
|
+
"accessLevel": "Read",
|
|
612
|
+
"resourceTypes": [
|
|
613
|
+
{
|
|
614
|
+
"name": "asset-model",
|
|
615
|
+
"required": true,
|
|
616
|
+
"conditionKeys": [],
|
|
617
|
+
"dependentActions": []
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"conditionKeys": [],
|
|
621
|
+
"dependentActions": []
|
|
622
|
+
},
|
|
548
623
|
"describeassetproperty": {
|
|
549
624
|
"name": "DescribeAssetProperty",
|
|
550
625
|
"description": "Grants permission to describe an asset property",
|
|
@@ -568,6 +643,42 @@
|
|
|
568
643
|
"conditionKeys": [],
|
|
569
644
|
"dependentActions": []
|
|
570
645
|
},
|
|
646
|
+
"describecomputationmodel": {
|
|
647
|
+
"name": "DescribeComputationModel",
|
|
648
|
+
"description": "Grants permission to describe a computation model",
|
|
649
|
+
"accessLevel": "Read",
|
|
650
|
+
"resourceTypes": [
|
|
651
|
+
{
|
|
652
|
+
"name": "computation-model",
|
|
653
|
+
"required": true,
|
|
654
|
+
"conditionKeys": [],
|
|
655
|
+
"dependentActions": []
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"conditionKeys": [],
|
|
659
|
+
"dependentActions": []
|
|
660
|
+
},
|
|
661
|
+
"describecomputationmodelexecutionsummary": {
|
|
662
|
+
"name": "DescribeComputationModelExecutionSummary",
|
|
663
|
+
"description": "Grants permission to describe computation model execution summary",
|
|
664
|
+
"accessLevel": "Read",
|
|
665
|
+
"resourceTypes": [
|
|
666
|
+
{
|
|
667
|
+
"name": "computation-model",
|
|
668
|
+
"required": true,
|
|
669
|
+
"conditionKeys": [],
|
|
670
|
+
"dependentActions": []
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "asset",
|
|
674
|
+
"required": false,
|
|
675
|
+
"conditionKeys": [],
|
|
676
|
+
"dependentActions": []
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"conditionKeys": [],
|
|
680
|
+
"dependentActions": []
|
|
681
|
+
},
|
|
571
682
|
"describedashboard": {
|
|
572
683
|
"name": "DescribeDashboard",
|
|
573
684
|
"description": "Grants permission to describe a dashboard",
|
|
@@ -606,6 +717,14 @@
|
|
|
606
717
|
"conditionKeys": [],
|
|
607
718
|
"dependentActions": []
|
|
608
719
|
},
|
|
720
|
+
"describeexecution": {
|
|
721
|
+
"name": "DescribeExecution",
|
|
722
|
+
"description": "Grants permission to describe an execution",
|
|
723
|
+
"accessLevel": "Read",
|
|
724
|
+
"resourceTypes": [],
|
|
725
|
+
"conditionKeys": [],
|
|
726
|
+
"dependentActions": []
|
|
727
|
+
},
|
|
609
728
|
"describegateway": {
|
|
610
729
|
"name": "DescribeGateway",
|
|
611
730
|
"description": "Grants permission to describe a gateway",
|
|
@@ -761,6 +880,12 @@
|
|
|
761
880
|
"required": false,
|
|
762
881
|
"conditionKeys": [],
|
|
763
882
|
"dependentActions": []
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "computation-model",
|
|
886
|
+
"required": false,
|
|
887
|
+
"conditionKeys": [],
|
|
888
|
+
"dependentActions": []
|
|
764
889
|
}
|
|
765
890
|
],
|
|
766
891
|
"conditionKeys": [],
|
|
@@ -897,6 +1022,12 @@
|
|
|
897
1022
|
"required": false,
|
|
898
1023
|
"conditionKeys": [],
|
|
899
1024
|
"dependentActions": []
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "computation-model",
|
|
1028
|
+
"required": false,
|
|
1029
|
+
"conditionKeys": [],
|
|
1030
|
+
"dependentActions": []
|
|
900
1031
|
}
|
|
901
1032
|
],
|
|
902
1033
|
"conditionKeys": [],
|
|
@@ -1023,6 +1154,50 @@
|
|
|
1023
1154
|
"conditionKeys": [],
|
|
1024
1155
|
"dependentActions": []
|
|
1025
1156
|
},
|
|
1157
|
+
"listcomputationmodeldatabindingusages": {
|
|
1158
|
+
"name": "ListComputationModelDataBindingUsages",
|
|
1159
|
+
"description": "Grants permission to list computation model data binding usages",
|
|
1160
|
+
"accessLevel": "List",
|
|
1161
|
+
"resourceTypes": [
|
|
1162
|
+
{
|
|
1163
|
+
"name": "asset",
|
|
1164
|
+
"required": false,
|
|
1165
|
+
"conditionKeys": [],
|
|
1166
|
+
"dependentActions": []
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "asset-model",
|
|
1170
|
+
"required": false,
|
|
1171
|
+
"conditionKeys": [],
|
|
1172
|
+
"dependentActions": []
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"conditionKeys": [],
|
|
1176
|
+
"dependentActions": []
|
|
1177
|
+
},
|
|
1178
|
+
"listcomputationmodelresolvetoresources": {
|
|
1179
|
+
"name": "ListComputationModelResolveToResources",
|
|
1180
|
+
"description": "Grants permission to list computation model resolve to resources",
|
|
1181
|
+
"accessLevel": "List",
|
|
1182
|
+
"resourceTypes": [
|
|
1183
|
+
{
|
|
1184
|
+
"name": "computation-model",
|
|
1185
|
+
"required": true,
|
|
1186
|
+
"conditionKeys": [],
|
|
1187
|
+
"dependentActions": []
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"conditionKeys": [],
|
|
1191
|
+
"dependentActions": []
|
|
1192
|
+
},
|
|
1193
|
+
"listcomputationmodels": {
|
|
1194
|
+
"name": "ListComputationModels",
|
|
1195
|
+
"description": "Grants permission to list all computation models",
|
|
1196
|
+
"accessLevel": "List",
|
|
1197
|
+
"resourceTypes": [],
|
|
1198
|
+
"conditionKeys": [],
|
|
1199
|
+
"dependentActions": []
|
|
1200
|
+
},
|
|
1026
1201
|
"listdashboards": {
|
|
1027
1202
|
"name": "ListDashboards",
|
|
1028
1203
|
"description": "Grants permission to list all dashboards in a project",
|
|
@@ -1046,6 +1221,27 @@
|
|
|
1046
1221
|
"conditionKeys": [],
|
|
1047
1222
|
"dependentActions": []
|
|
1048
1223
|
},
|
|
1224
|
+
"listexecutions": {
|
|
1225
|
+
"name": "ListExecutions",
|
|
1226
|
+
"description": "Grants permission to list executions",
|
|
1227
|
+
"accessLevel": "List",
|
|
1228
|
+
"resourceTypes": [
|
|
1229
|
+
{
|
|
1230
|
+
"name": "asset",
|
|
1231
|
+
"required": false,
|
|
1232
|
+
"conditionKeys": [],
|
|
1233
|
+
"dependentActions": []
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "computation-model",
|
|
1237
|
+
"required": false,
|
|
1238
|
+
"conditionKeys": [],
|
|
1239
|
+
"dependentActions": []
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"conditionKeys": [],
|
|
1243
|
+
"dependentActions": []
|
|
1244
|
+
},
|
|
1049
1245
|
"listgateways": {
|
|
1050
1246
|
"name": "ListGateways",
|
|
1051
1247
|
"description": "Grants permission to list all gateways",
|
|
@@ -1054,6 +1250,21 @@
|
|
|
1054
1250
|
"conditionKeys": [],
|
|
1055
1251
|
"dependentActions": []
|
|
1056
1252
|
},
|
|
1253
|
+
"listinterfacerelationships": {
|
|
1254
|
+
"name": "ListInterfaceRelationships",
|
|
1255
|
+
"description": "Grants permission to list all asset models that are enforced by an interface",
|
|
1256
|
+
"accessLevel": "List",
|
|
1257
|
+
"resourceTypes": [
|
|
1258
|
+
{
|
|
1259
|
+
"name": "asset-model",
|
|
1260
|
+
"required": true,
|
|
1261
|
+
"conditionKeys": [],
|
|
1262
|
+
"dependentActions": []
|
|
1263
|
+
}
|
|
1264
|
+
],
|
|
1265
|
+
"conditionKeys": [],
|
|
1266
|
+
"dependentActions": []
|
|
1267
|
+
},
|
|
1057
1268
|
"listportals": {
|
|
1058
1269
|
"name": "ListPortals",
|
|
1059
1270
|
"description": "Grants permission to list all portals",
|
|
@@ -1115,6 +1326,12 @@
|
|
|
1115
1326
|
"conditionKeys": [],
|
|
1116
1327
|
"dependentActions": []
|
|
1117
1328
|
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "computation-model",
|
|
1331
|
+
"required": false,
|
|
1332
|
+
"conditionKeys": [],
|
|
1333
|
+
"dependentActions": []
|
|
1334
|
+
},
|
|
1118
1335
|
{
|
|
1119
1336
|
"name": "dashboard",
|
|
1120
1337
|
"required": false,
|
|
@@ -1172,6 +1389,21 @@
|
|
|
1172
1389
|
"conditionKeys": [],
|
|
1173
1390
|
"dependentActions": []
|
|
1174
1391
|
},
|
|
1392
|
+
"putassetmodelinterfacerelationship": {
|
|
1393
|
+
"name": "PutAssetModelInterfaceRelationship",
|
|
1394
|
+
"description": "Grants permission to create a relationship between asset model and interface",
|
|
1395
|
+
"accessLevel": "Write",
|
|
1396
|
+
"resourceTypes": [
|
|
1397
|
+
{
|
|
1398
|
+
"name": "asset-model",
|
|
1399
|
+
"required": true,
|
|
1400
|
+
"conditionKeys": [],
|
|
1401
|
+
"dependentActions": []
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"conditionKeys": [],
|
|
1405
|
+
"dependentActions": []
|
|
1406
|
+
},
|
|
1175
1407
|
"putdefaultencryptionconfiguration": {
|
|
1176
1408
|
"name": "PutDefaultEncryptionConfiguration",
|
|
1177
1409
|
"description": "Grants permission to set the default encryption configuration for the AWS account",
|
|
@@ -1219,6 +1451,12 @@
|
|
|
1219
1451
|
"conditionKeys": [],
|
|
1220
1452
|
"dependentActions": []
|
|
1221
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "computation-model",
|
|
1456
|
+
"required": false,
|
|
1457
|
+
"conditionKeys": [],
|
|
1458
|
+
"dependentActions": []
|
|
1459
|
+
},
|
|
1222
1460
|
{
|
|
1223
1461
|
"name": "dashboard",
|
|
1224
1462
|
"required": false,
|
|
@@ -1285,6 +1523,12 @@
|
|
|
1285
1523
|
"conditionKeys": [],
|
|
1286
1524
|
"dependentActions": []
|
|
1287
1525
|
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "computation-model",
|
|
1528
|
+
"required": false,
|
|
1529
|
+
"conditionKeys": [],
|
|
1530
|
+
"dependentActions": []
|
|
1531
|
+
},
|
|
1288
1532
|
{
|
|
1289
1533
|
"name": "dashboard",
|
|
1290
1534
|
"required": false,
|
|
@@ -1418,6 +1662,33 @@
|
|
|
1418
1662
|
"conditionKeys": [],
|
|
1419
1663
|
"dependentActions": []
|
|
1420
1664
|
},
|
|
1665
|
+
"updatecomputationmodel": {
|
|
1666
|
+
"name": "UpdateComputationModel",
|
|
1667
|
+
"description": "Grants permission to update a computation model",
|
|
1668
|
+
"accessLevel": "Write",
|
|
1669
|
+
"resourceTypes": [
|
|
1670
|
+
{
|
|
1671
|
+
"name": "computation-model",
|
|
1672
|
+
"required": true,
|
|
1673
|
+
"conditionKeys": [],
|
|
1674
|
+
"dependentActions": []
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "asset",
|
|
1678
|
+
"required": false,
|
|
1679
|
+
"conditionKeys": [],
|
|
1680
|
+
"dependentActions": []
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "asset-model",
|
|
1684
|
+
"required": false,
|
|
1685
|
+
"conditionKeys": [],
|
|
1686
|
+
"dependentActions": []
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"conditionKeys": [],
|
|
1690
|
+
"dependentActions": []
|
|
1691
|
+
},
|
|
1421
1692
|
"updatedashboard": {
|
|
1422
1693
|
"name": "UpdateDashboard",
|
|
1423
1694
|
"description": "Grants permission to update a dashboard",
|
|
@@ -1,4 +1,70 @@
|
|
|
1
1
|
{
|
|
2
|
+
"createtelemetryrule": {
|
|
3
|
+
"name": "CreateTelemetryRule",
|
|
4
|
+
"description": "Grants permission to create a new telemetry rule with the specified name for the account",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "telemetry-rule",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:TagKeys",
|
|
16
|
+
"aws:RequestTag/${TagKey}"
|
|
17
|
+
],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
20
|
+
"createtelemetryrulefororganization": {
|
|
21
|
+
"name": "CreateTelemetryRuleForOrganization",
|
|
22
|
+
"description": "Grants permission to create a new organization telemetry rule with the specified name for the organization",
|
|
23
|
+
"accessLevel": "Write",
|
|
24
|
+
"resourceTypes": [
|
|
25
|
+
{
|
|
26
|
+
"name": "organization-telemetry-rule",
|
|
27
|
+
"required": true,
|
|
28
|
+
"conditionKeys": [],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"conditionKeys": [
|
|
33
|
+
"aws:TagKeys",
|
|
34
|
+
"aws:RequestTag/${TagKey}"
|
|
35
|
+
],
|
|
36
|
+
"dependentActions": []
|
|
37
|
+
},
|
|
38
|
+
"deletetelemetryrule": {
|
|
39
|
+
"name": "DeleteTelemetryRule",
|
|
40
|
+
"description": "Grants permission to delete a telemetry rule with the specified name for the account",
|
|
41
|
+
"accessLevel": "Write",
|
|
42
|
+
"resourceTypes": [
|
|
43
|
+
{
|
|
44
|
+
"name": "telemetry-rule",
|
|
45
|
+
"required": true,
|
|
46
|
+
"conditionKeys": [],
|
|
47
|
+
"dependentActions": []
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"conditionKeys": [],
|
|
51
|
+
"dependentActions": []
|
|
52
|
+
},
|
|
53
|
+
"deletetelemetryrulefororganization": {
|
|
54
|
+
"name": "DeleteTelemetryRuleForOrganization",
|
|
55
|
+
"description": "Grants permission to delete an organization telemetry rule with the specified name for the organization",
|
|
56
|
+
"accessLevel": "Write",
|
|
57
|
+
"resourceTypes": [
|
|
58
|
+
{
|
|
59
|
+
"name": "organization-telemetry-rule",
|
|
60
|
+
"required": true,
|
|
61
|
+
"conditionKeys": [],
|
|
62
|
+
"dependentActions": []
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"conditionKeys": [],
|
|
66
|
+
"dependentActions": []
|
|
67
|
+
},
|
|
2
68
|
"gettelemetryevaluationstatus": {
|
|
3
69
|
"name": "GetTelemetryEvaluationStatus",
|
|
4
70
|
"description": "Grants permission to retrieve the Telemetry Config feature status for the account",
|
|
@@ -15,6 +81,22 @@
|
|
|
15
81
|
"conditionKeys": [],
|
|
16
82
|
"dependentActions": []
|
|
17
83
|
},
|
|
84
|
+
"gettelemetryrule": {
|
|
85
|
+
"name": "GetTelemetryRule",
|
|
86
|
+
"description": "Grants permission to retrieve the specified telemetry rule for the account",
|
|
87
|
+
"accessLevel": "Read",
|
|
88
|
+
"resourceTypes": [],
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
92
|
+
"gettelemetryrulefororganization": {
|
|
93
|
+
"name": "GetTelemetryRuleForOrganization",
|
|
94
|
+
"description": "Grants permission to retrieve the specified organization telemetry rule for the organization",
|
|
95
|
+
"accessLevel": "Read",
|
|
96
|
+
"resourceTypes": [],
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
},
|
|
18
100
|
"listresourcetelemetry": {
|
|
19
101
|
"name": "ListResourceTelemetry",
|
|
20
102
|
"description": "Grants permission to retrieve telemetry configurations for resources associated with the account",
|
|
@@ -31,6 +113,43 @@
|
|
|
31
113
|
"conditionKeys": [],
|
|
32
114
|
"dependentActions": []
|
|
33
115
|
},
|
|
116
|
+
"listtagsforresource": {
|
|
117
|
+
"name": "ListTagsForResource",
|
|
118
|
+
"description": "Grants permission to list the tags for the specified resource",
|
|
119
|
+
"accessLevel": "List",
|
|
120
|
+
"resourceTypes": [
|
|
121
|
+
{
|
|
122
|
+
"name": "organization-telemetry-rule",
|
|
123
|
+
"required": false,
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "telemetry-rule",
|
|
129
|
+
"required": false,
|
|
130
|
+
"conditionKeys": [],
|
|
131
|
+
"dependentActions": []
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"conditionKeys": [],
|
|
135
|
+
"dependentActions": []
|
|
136
|
+
},
|
|
137
|
+
"listtelemetryrules": {
|
|
138
|
+
"name": "ListTelemetryRules",
|
|
139
|
+
"description": "Grants permission to list the telemetry rules for the account",
|
|
140
|
+
"accessLevel": "List",
|
|
141
|
+
"resourceTypes": [],
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
145
|
+
"listtelemetryrulesfororganization": {
|
|
146
|
+
"name": "ListTelemetryRulesForOrganization",
|
|
147
|
+
"description": "Grants permission to list the telemetry rules for the organization",
|
|
148
|
+
"accessLevel": "List",
|
|
149
|
+
"resourceTypes": [],
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": []
|
|
152
|
+
},
|
|
34
153
|
"starttelemetryevaluation": {
|
|
35
154
|
"name": "StartTelemetryEvaluation",
|
|
36
155
|
"description": "Grants permission to start the Telemetry Config feature for the account",
|
|
@@ -62,5 +181,82 @@
|
|
|
62
181
|
"resourceTypes": [],
|
|
63
182
|
"conditionKeys": [],
|
|
64
183
|
"dependentActions": []
|
|
184
|
+
},
|
|
185
|
+
"tagresource": {
|
|
186
|
+
"name": "TagResource",
|
|
187
|
+
"description": "Grants permission to add or update the specified tags for the specified resource",
|
|
188
|
+
"accessLevel": "Tagging",
|
|
189
|
+
"resourceTypes": [
|
|
190
|
+
{
|
|
191
|
+
"name": "organization-telemetry-rule",
|
|
192
|
+
"required": false,
|
|
193
|
+
"conditionKeys": [],
|
|
194
|
+
"dependentActions": []
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "telemetry-rule",
|
|
198
|
+
"required": false,
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"conditionKeys": [
|
|
204
|
+
"aws:TagKeys",
|
|
205
|
+
"aws:RequestTag/${TagKey}"
|
|
206
|
+
],
|
|
207
|
+
"dependentActions": []
|
|
208
|
+
},
|
|
209
|
+
"untagresource": {
|
|
210
|
+
"name": "UntagResource",
|
|
211
|
+
"description": "Grants permission to remove the specified tags from the specified resource",
|
|
212
|
+
"accessLevel": "Tagging",
|
|
213
|
+
"resourceTypes": [
|
|
214
|
+
{
|
|
215
|
+
"name": "organization-telemetry-rule",
|
|
216
|
+
"required": false,
|
|
217
|
+
"conditionKeys": [],
|
|
218
|
+
"dependentActions": []
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "telemetry-rule",
|
|
222
|
+
"required": false,
|
|
223
|
+
"conditionKeys": [],
|
|
224
|
+
"dependentActions": []
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"conditionKeys": [
|
|
228
|
+
"aws:TagKeys"
|
|
229
|
+
],
|
|
230
|
+
"dependentActions": []
|
|
231
|
+
},
|
|
232
|
+
"updatetelemetryrule": {
|
|
233
|
+
"name": "UpdateTelemetryRule",
|
|
234
|
+
"description": "Grants permission to update the specified telemetry rule for the account",
|
|
235
|
+
"accessLevel": "Write",
|
|
236
|
+
"resourceTypes": [
|
|
237
|
+
{
|
|
238
|
+
"name": "telemetry-rule",
|
|
239
|
+
"required": true,
|
|
240
|
+
"conditionKeys": [],
|
|
241
|
+
"dependentActions": []
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"conditionKeys": [],
|
|
245
|
+
"dependentActions": []
|
|
246
|
+
},
|
|
247
|
+
"updatetelemetryrulefororganization": {
|
|
248
|
+
"name": "UpdateTelemetryRuleForOrganization",
|
|
249
|
+
"description": "Grants permission to retrieve the specified organization telemetry rule for the organization",
|
|
250
|
+
"accessLevel": "Write",
|
|
251
|
+
"resourceTypes": [
|
|
252
|
+
{
|
|
253
|
+
"name": "organization-telemetry-rule",
|
|
254
|
+
"required": true,
|
|
255
|
+
"conditionKeys": [],
|
|
256
|
+
"dependentActions": []
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"conditionKeys": [],
|
|
260
|
+
"dependentActions": []
|
|
65
261
|
}
|
|
66
262
|
}
|