@cloud-copilot/iam-data 0.9.202411261 → 0.9.202412101

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.
Files changed (77) hide show
  1. package/data/actions/aiops.json +384 -0
  2. package/data/actions/aoss.json +1 -0
  3. package/data/actions/bedrock.json +576 -2
  4. package/data/actions/chime.json +95 -1
  5. package/data/actions/cleanrooms.json +1 -0
  6. package/data/actions/config.json +146 -14
  7. package/data/actions/connect-campaigns.json +15 -0
  8. package/data/actions/connect.json +40 -1
  9. package/data/actions/datazone.json +0 -5
  10. package/data/actions/dsql.json +191 -0
  11. package/data/actions/ec2.json +446 -13
  12. package/data/actions/eks.json +8 -2
  13. package/data/actions/es.json +99 -3
  14. package/data/actions/glue.json +75 -0
  15. package/data/actions/imagebuilder.json +15 -0
  16. package/data/actions/invoicing.json +136 -0
  17. package/data/actions/logs.json +32 -0
  18. package/data/actions/memorydb.json +162 -0
  19. package/data/actions/networkflowmonitor.json +393 -0
  20. package/data/actions/observabilityadmin.json +66 -0
  21. package/data/actions/opensearch.json +60 -0
  22. package/data/actions/partnercentral.json +256 -0
  23. package/data/actions/qapps.json +0 -4
  24. package/data/actions/qbusiness.json +377 -0
  25. package/data/actions/quicksight.json +79 -0
  26. package/data/actions/redshift-serverless.json +8 -0
  27. package/data/actions/redshift.json +16 -0
  28. package/data/actions/rekognition.json +58 -11
  29. package/data/actions/s3.json +71 -0
  30. package/data/actions/s3tables.json +461 -0
  31. package/data/actions/sagemaker-data-science-assistant.json +11 -0
  32. package/data/actions/sagemaker.json +371 -9
  33. package/data/actions/security-ir.json +344 -0
  34. package/data/actions/tax.json +0 -4
  35. package/data/actions/transfer.json +127 -0
  36. package/data/actions/vpc-lattice.json +423 -44
  37. package/data/actions/vpce.json +11 -0
  38. package/data/conditionKeys/aiops.json +17 -0
  39. package/data/conditionKeys/bedrock.json +5 -0
  40. package/data/conditionKeys/config.json +5 -0
  41. package/data/conditionKeys/dsql.json +22 -0
  42. package/data/conditionKeys/ec2.json +15 -0
  43. package/data/conditionKeys/eks.json +15 -0
  44. package/data/conditionKeys/invoicing.json +17 -1
  45. package/data/conditionKeys/networkflowmonitor.json +17 -0
  46. package/data/conditionKeys/observabilityadmin.json +1 -0
  47. package/data/conditionKeys/s3express.json +5 -0
  48. package/data/conditionKeys/s3tables.json +12 -0
  49. package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
  50. package/data/conditionKeys/security-ir.json +17 -0
  51. package/data/conditionKeys/vpc-lattice.json +10 -0
  52. package/data/conditionKeys/vpce.json +1 -0
  53. package/data/resourceTypes/aiops.json +9 -0
  54. package/data/resourceTypes/bedrock.json +27 -0
  55. package/data/resourceTypes/config.json +7 -0
  56. package/data/resourceTypes/dsql.json +9 -0
  57. package/data/resourceTypes/ec2.json +37 -1
  58. package/data/resourceTypes/es.json +7 -0
  59. package/data/resourceTypes/invoicing.json +9 -1
  60. package/data/resourceTypes/memorydb.json +12 -0
  61. package/data/resourceTypes/networkflowmonitor.json +16 -0
  62. package/data/resourceTypes/observabilityadmin.json +1 -0
  63. package/data/resourceTypes/opensearch.json +4 -0
  64. package/data/resourceTypes/partnercentral.json +12 -0
  65. package/data/resourceTypes/personalize.json +3 -3
  66. package/data/resourceTypes/qbusiness.json +14 -0
  67. package/data/resourceTypes/rekognition.json +8 -2
  68. package/data/resourceTypes/s3tables.json +14 -0
  69. package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
  70. package/data/resourceTypes/sagemaker.json +32 -0
  71. package/data/resourceTypes/security-ir.json +16 -0
  72. package/data/resourceTypes/transfer.json +7 -0
  73. package/data/resourceTypes/vpc-lattice.json +76 -35
  74. package/data/resourceTypes/vpce.json +1 -0
  75. package/data/serviceNames.json +8 -0
  76. package/data/services.json +8 -0
  77. package/package.json +2 -2
@@ -85,6 +85,12 @@
85
85
  "conditionKeys": [],
86
86
  "dependentActions": []
87
87
  },
88
+ {
89
+ "name": "cluster-scheduler-config",
90
+ "required": false,
91
+ "conditionKeys": [],
92
+ "dependentActions": []
93
+ },
88
94
  {
89
95
  "name": "code-repository",
90
96
  "required": false,
@@ -97,6 +103,12 @@
97
103
  "conditionKeys": [],
98
104
  "dependentActions": []
99
105
  },
106
+ {
107
+ "name": "compute-quota",
108
+ "required": false,
109
+ "conditionKeys": [],
110
+ "dependentActions": []
111
+ },
100
112
  {
101
113
  "name": "context",
102
114
  "required": false,
@@ -319,6 +331,12 @@
319
331
  "conditionKeys": [],
320
332
  "dependentActions": []
321
333
  },
334
+ {
335
+ "name": "reserved-capacity",
336
+ "required": false,
337
+ "conditionKeys": [],
338
+ "dependentActions": []
339
+ },
322
340
  {
323
341
  "name": "space",
324
342
  "required": false,
@@ -337,6 +355,12 @@
337
355
  "conditionKeys": [],
338
356
  "dependentActions": []
339
357
  },
358
+ {
359
+ "name": "training-plan",
360
+ "required": false,
361
+ "conditionKeys": [],
362
+ "dependentActions": []
363
+ },
340
364
  {
341
365
  "name": "transform-job",
342
366
  "required": false,
@@ -473,6 +497,21 @@
473
497
  "conditionKeys": [],
474
498
  "dependentActions": []
475
499
  },
500
+ "callpartnerappapi": {
501
+ "name": "CallPartnerAppApi",
502
+ "description": "Grants permission for Partner App SDK to access the Partner App for reading or writing data use cases",
503
+ "accessLevel": "Write",
504
+ "resourceTypes": [
505
+ {
506
+ "name": "partner-app",
507
+ "required": true,
508
+ "conditionKeys": [],
509
+ "dependentActions": []
510
+ }
511
+ ],
512
+ "conditionKeys": [],
513
+ "dependentActions": []
514
+ },
476
515
  "createaction": {
477
516
  "name": "CreateAction",
478
517
  "description": "Grants permission to create an action",
@@ -649,6 +688,48 @@
649
688
  "iam:PassRole",
650
689
  "sagemaker:AddTags"
651
690
  ]
691
+ },
692
+ {
693
+ "name": "reserved-capacity",
694
+ "required": false,
695
+ "conditionKeys": [],
696
+ "dependentActions": []
697
+ },
698
+ {
699
+ "name": "training-plan",
700
+ "required": false,
701
+ "conditionKeys": [],
702
+ "dependentActions": []
703
+ }
704
+ ],
705
+ "conditionKeys": [
706
+ "aws:RequestTag/${TagKey}",
707
+ "aws:TagKeys"
708
+ ],
709
+ "dependentActions": []
710
+ },
711
+ "createclusterschedulerconfig": {
712
+ "name": "CreateClusterSchedulerConfig",
713
+ "description": "Grants permission to create a cluster scheduler config",
714
+ "accessLevel": "Write",
715
+ "resourceTypes": [
716
+ {
717
+ "name": "cluster",
718
+ "required": true,
719
+ "conditionKeys": [],
720
+ "dependentActions": [
721
+ "eks:AssociateAccessPolicy",
722
+ "eks:DescribeCluster",
723
+ "eks:ListAssociatedAccessPolicies",
724
+ "sagemaker:AddTags",
725
+ "sagemaker:DescribeCluster"
726
+ ]
727
+ },
728
+ {
729
+ "name": "cluster-scheduler-config",
730
+ "required": true,
731
+ "conditionKeys": [],
732
+ "dependentActions": []
652
733
  }
653
734
  ],
654
735
  "conditionKeys": [
@@ -698,6 +779,36 @@
698
779
  ],
699
780
  "dependentActions": []
700
781
  },
782
+ "createcomputequota": {
783
+ "name": "CreateComputeQuota",
784
+ "description": "Grants permission to create a compute quota",
785
+ "accessLevel": "Write",
786
+ "resourceTypes": [
787
+ {
788
+ "name": "cluster",
789
+ "required": true,
790
+ "conditionKeys": [],
791
+ "dependentActions": [
792
+ "eks:AssociateAccessPolicy",
793
+ "eks:DescribeCluster",
794
+ "eks:ListAssociatedAccessPolicies",
795
+ "sagemaker:AddTags",
796
+ "sagemaker:DescribeCluster"
797
+ ]
798
+ },
799
+ {
800
+ "name": "compute-quota",
801
+ "required": true,
802
+ "conditionKeys": [],
803
+ "dependentActions": []
804
+ }
805
+ ],
806
+ "conditionKeys": [
807
+ "aws:RequestTag/${TagKey}",
808
+ "aws:TagKeys"
809
+ ],
810
+ "dependentActions": []
811
+ },
701
812
  "createcontext": {
702
813
  "name": "CreateContext",
703
814
  "description": "Grants permission to create a context",
@@ -1683,6 +1794,27 @@
1683
1794
  ],
1684
1795
  "dependentActions": []
1685
1796
  },
1797
+ "createreservedcapacity": {
1798
+ "name": "CreateReservedCapacity",
1799
+ "isPermissionOnly": true,
1800
+ "description": "Grants permission to create a reserved capacity",
1801
+ "accessLevel": "Write",
1802
+ "resourceTypes": [
1803
+ {
1804
+ "name": "reserved-capacity",
1805
+ "required": true,
1806
+ "conditionKeys": [],
1807
+ "dependentActions": [
1808
+ "sagemaker:AddTags"
1809
+ ]
1810
+ }
1811
+ ],
1812
+ "conditionKeys": [
1813
+ "aws:RequestTag/${TagKey}",
1814
+ "aws:TagKeys"
1815
+ ],
1816
+ "dependentActions": []
1817
+ },
1686
1818
  "createsharedmodel": {
1687
1819
  "name": "CreateSharedModel",
1688
1820
  "isPermissionOnly": true,
@@ -1757,6 +1889,18 @@
1757
1889
  "iam:PassRole",
1758
1890
  "sagemaker:AddTags"
1759
1891
  ]
1892
+ },
1893
+ {
1894
+ "name": "reserved-capacity",
1895
+ "required": false,
1896
+ "conditionKeys": [],
1897
+ "dependentActions": []
1898
+ },
1899
+ {
1900
+ "name": "training-plan",
1901
+ "required": false,
1902
+ "conditionKeys": [],
1903
+ "dependentActions": []
1760
1904
  }
1761
1905
  ],
1762
1906
  "conditionKeys": [
@@ -1779,6 +1923,27 @@
1779
1923
  ],
1780
1924
  "dependentActions": []
1781
1925
  },
1926
+ "createtrainingplan": {
1927
+ "name": "CreateTrainingPlan",
1928
+ "description": "Grants permission to create a training plan that allocates resources for scheduling workloads within a specified time range",
1929
+ "accessLevel": "Write",
1930
+ "resourceTypes": [
1931
+ {
1932
+ "name": "training-plan",
1933
+ "required": true,
1934
+ "conditionKeys": [],
1935
+ "dependentActions": [
1936
+ "sagemaker:AddTags",
1937
+ "sagemaker:CreateReservedCapacity"
1938
+ ]
1939
+ }
1940
+ ],
1941
+ "conditionKeys": [
1942
+ "aws:RequestTag/${TagKey}",
1943
+ "aws:TagKeys"
1944
+ ],
1945
+ "dependentActions": []
1946
+ },
1782
1947
  "createtransformjob": {
1783
1948
  "name": "CreateTransformJob",
1784
1949
  "description": "Grants permission to start a transform job. After the results are obtained, Amazon SageMaker saves them to an Amazon S3 location that you specify",
@@ -2049,6 +2214,21 @@
2049
2214
  "eks:DeleteAccessEntry"
2050
2215
  ]
2051
2216
  },
2217
+ "deleteclusterschedulerconfig": {
2218
+ "name": "DeleteClusterSchedulerConfig",
2219
+ "description": "Grants permission to delete a cluster scheduler config",
2220
+ "accessLevel": "Write",
2221
+ "resourceTypes": [
2222
+ {
2223
+ "name": "cluster-scheduler-config",
2224
+ "required": true,
2225
+ "conditionKeys": [],
2226
+ "dependentActions": []
2227
+ }
2228
+ ],
2229
+ "conditionKeys": [],
2230
+ "dependentActions": []
2231
+ },
2052
2232
  "deletecoderepository": {
2053
2233
  "name": "DeleteCodeRepository",
2054
2234
  "description": "Grants permission to delete a CodeRepository",
@@ -2079,6 +2259,21 @@
2079
2259
  "conditionKeys": [],
2080
2260
  "dependentActions": []
2081
2261
  },
2262
+ "deletecomputequota": {
2263
+ "name": "DeleteComputeQuota",
2264
+ "description": "Grants permission to delete a compute quota",
2265
+ "accessLevel": "Write",
2266
+ "resourceTypes": [
2267
+ {
2268
+ "name": "compute-quota",
2269
+ "required": true,
2270
+ "conditionKeys": [],
2271
+ "dependentActions": []
2272
+ }
2273
+ ],
2274
+ "conditionKeys": [],
2275
+ "dependentActions": []
2276
+ },
2082
2277
  "deletecontext": {
2083
2278
  "name": "DeleteContext",
2084
2279
  "description": "Grants permission to delete a context",
@@ -2760,6 +2955,12 @@
2760
2955
  "conditionKeys": [],
2761
2956
  "dependentActions": []
2762
2957
  },
2958
+ {
2959
+ "name": "cluster-scheduler-config",
2960
+ "required": false,
2961
+ "conditionKeys": [],
2962
+ "dependentActions": []
2963
+ },
2763
2964
  {
2764
2965
  "name": "code-repository",
2765
2966
  "required": false,
@@ -2772,6 +2973,12 @@
2772
2973
  "conditionKeys": [],
2773
2974
  "dependentActions": []
2774
2975
  },
2976
+ {
2977
+ "name": "compute-quota",
2978
+ "required": false,
2979
+ "conditionKeys": [],
2980
+ "dependentActions": []
2981
+ },
2775
2982
  {
2776
2983
  "name": "context",
2777
2984
  "required": false,
@@ -2994,6 +3201,12 @@
2994
3201
  "conditionKeys": [],
2995
3202
  "dependentActions": []
2996
3203
  },
3204
+ {
3205
+ "name": "reserved-capacity",
3206
+ "required": false,
3207
+ "conditionKeys": [],
3208
+ "dependentActions": []
3209
+ },
2997
3210
  {
2998
3211
  "name": "space",
2999
3212
  "required": false,
@@ -3012,6 +3225,12 @@
3012
3225
  "conditionKeys": [],
3013
3226
  "dependentActions": []
3014
3227
  },
3228
+ {
3229
+ "name": "training-plan",
3230
+ "required": false,
3231
+ "conditionKeys": [],
3232
+ "dependentActions": []
3233
+ },
3015
3234
  {
3016
3235
  "name": "transform-job",
3017
3236
  "required": false,
@@ -3282,6 +3501,21 @@
3282
3501
  "conditionKeys": [],
3283
3502
  "dependentActions": []
3284
3503
  },
3504
+ "describeclusterschedulerconfig": {
3505
+ "name": "DescribeClusterSchedulerConfig",
3506
+ "description": "Grants permission to get information about a cluster scheduler config",
3507
+ "accessLevel": "Read",
3508
+ "resourceTypes": [
3509
+ {
3510
+ "name": "cluster-scheduler-config",
3511
+ "required": true,
3512
+ "conditionKeys": [],
3513
+ "dependentActions": []
3514
+ }
3515
+ ],
3516
+ "conditionKeys": [],
3517
+ "dependentActions": []
3518
+ },
3285
3519
  "describecoderepository": {
3286
3520
  "name": "DescribeCodeRepository",
3287
3521
  "description": "Grants permission to describe a CodeRepository",
@@ -3312,6 +3546,21 @@
3312
3546
  "conditionKeys": [],
3313
3547
  "dependentActions": []
3314
3548
  },
3549
+ "describecomputequota": {
3550
+ "name": "DescribeComputeQuota",
3551
+ "description": "Grants permission to get information about a compute quota",
3552
+ "accessLevel": "Read",
3553
+ "resourceTypes": [
3554
+ {
3555
+ "name": "compute-quota",
3556
+ "required": true,
3557
+ "conditionKeys": [],
3558
+ "dependentActions": []
3559
+ }
3560
+ ],
3561
+ "conditionKeys": [],
3562
+ "dependentActions": []
3563
+ },
3315
3564
  "describecontext": {
3316
3565
  "name": "DescribeContext",
3317
3566
  "description": "Grants permission to get information about a context",
@@ -4047,6 +4296,21 @@
4047
4296
  "conditionKeys": [],
4048
4297
  "dependentActions": []
4049
4298
  },
4299
+ "describetrainingplan": {
4300
+ "name": "DescribeTrainingPlan",
4301
+ "description": "Grants permission to return information about a specified training plan",
4302
+ "accessLevel": "Read",
4303
+ "resourceTypes": [
4304
+ {
4305
+ "name": "training-plan",
4306
+ "required": true,
4307
+ "conditionKeys": [],
4308
+ "dependentActions": []
4309
+ }
4310
+ ],
4311
+ "conditionKeys": [],
4312
+ "dependentActions": []
4313
+ },
4050
4314
  "describetransformjob": {
4051
4315
  "name": "DescribeTransformJob",
4052
4316
  "description": "Grants permission to return information about a transform job",
@@ -4488,6 +4752,14 @@
4488
4752
  "conditionKeys": [],
4489
4753
  "dependentActions": []
4490
4754
  },
4755
+ "listclusterschedulerconfigs": {
4756
+ "name": "ListClusterSchedulerConfigs",
4757
+ "description": "Grants permission to list cluster scheduler configs",
4758
+ "accessLevel": "List",
4759
+ "resourceTypes": [],
4760
+ "conditionKeys": [],
4761
+ "dependentActions": []
4762
+ },
4491
4763
  "listclusters": {
4492
4764
  "name": "ListClusters",
4493
4765
  "description": "Grants permission to list SageMaker HyperPod clusters",
@@ -4512,6 +4784,14 @@
4512
4784
  "conditionKeys": [],
4513
4785
  "dependentActions": []
4514
4786
  },
4787
+ "listcomputequotas": {
4788
+ "name": "ListComputeQuotas",
4789
+ "description": "Grants permission to list compute quotas",
4790
+ "accessLevel": "List",
4791
+ "resourceTypes": [],
4792
+ "conditionKeys": [],
4793
+ "dependentActions": []
4794
+ },
4515
4795
  "listcontexts": {
4516
4796
  "name": "ListContexts",
4517
4797
  "description": "Grants permission to list contexts",
@@ -5125,6 +5405,12 @@
5125
5405
  "conditionKeys": [],
5126
5406
  "dependentActions": []
5127
5407
  },
5408
+ {
5409
+ "name": "cluster-scheduler-config",
5410
+ "required": false,
5411
+ "conditionKeys": [],
5412
+ "dependentActions": []
5413
+ },
5128
5414
  {
5129
5415
  "name": "code-repository",
5130
5416
  "required": false,
@@ -5137,6 +5423,12 @@
5137
5423
  "conditionKeys": [],
5138
5424
  "dependentActions": []
5139
5425
  },
5426
+ {
5427
+ "name": "compute-quota",
5428
+ "required": false,
5429
+ "conditionKeys": [],
5430
+ "dependentActions": []
5431
+ },
5140
5432
  {
5141
5433
  "name": "context",
5142
5434
  "required": false,
@@ -5359,6 +5651,12 @@
5359
5651
  "conditionKeys": [],
5360
5652
  "dependentActions": []
5361
5653
  },
5654
+ {
5655
+ "name": "reserved-capacity",
5656
+ "required": false,
5657
+ "conditionKeys": [],
5658
+ "dependentActions": []
5659
+ },
5362
5660
  {
5363
5661
  "name": "space",
5364
5662
  "required": false,
@@ -5377,6 +5675,12 @@
5377
5675
  "conditionKeys": [],
5378
5676
  "dependentActions": []
5379
5677
  },
5678
+ {
5679
+ "name": "training-plan",
5680
+ "required": false,
5681
+ "conditionKeys": [],
5682
+ "dependentActions": []
5683
+ },
5380
5684
  {
5381
5685
  "name": "transform-job",
5382
5686
  "required": false,
@@ -5422,6 +5726,14 @@
5422
5726
  "conditionKeys": [],
5423
5727
  "dependentActions": []
5424
5728
  },
5729
+ "listtrainingplans": {
5730
+ "name": "ListTrainingPlans",
5731
+ "description": "Grants permission to list all the training plans that have been created in a specified account",
5732
+ "accessLevel": "List",
5733
+ "resourceTypes": [],
5734
+ "conditionKeys": [],
5735
+ "dependentActions": []
5736
+ },
5425
5737
  "listtransformjobs": {
5426
5738
  "name": "ListTransformJobs",
5427
5739
  "description": "Grants permission to list transform jobs",
@@ -5578,6 +5890,14 @@
5578
5890
  ],
5579
5891
  "dependentActions": []
5580
5892
  },
5893
+ "searchtrainingplanofferings": {
5894
+ "name": "SearchTrainingPlanOfferings",
5895
+ "description": "Grants permissions to search for the available training plan offerings that best match specified capacity requirements",
5896
+ "accessLevel": "Read",
5897
+ "resourceTypes": [],
5898
+ "conditionKeys": [],
5899
+ "dependentActions": []
5900
+ },
5581
5901
  "sendheartbeat": {
5582
5902
  "name": "SendHeartbeat",
5583
5903
  "description": "Grants permission to publish heartbeat data from devices. After you deploy a model onto edge devices this api is used to report device status",
@@ -6053,19 +6373,46 @@
6053
6373
  "name": "cluster",
6054
6374
  "required": true,
6055
6375
  "conditionKeys": [],
6376
+ "dependentActions": [
6377
+ "eks:AssociateAccessPolicy",
6378
+ "eks:CreateAccessEntry",
6379
+ "eks:DeleteAccessEntry",
6380
+ "eks:DescribeAccessEntry",
6381
+ "eks:DescribeCluster",
6382
+ "iam:PassRole",
6383
+ "sagemaker:BatchDeleteClusterNodes"
6384
+ ]
6385
+ },
6386
+ {
6387
+ "name": "reserved-capacity",
6388
+ "required": false,
6389
+ "conditionKeys": [],
6390
+ "dependentActions": []
6391
+ },
6392
+ {
6393
+ "name": "training-plan",
6394
+ "required": false,
6395
+ "conditionKeys": [],
6056
6396
  "dependentActions": []
6057
6397
  }
6058
6398
  ],
6059
6399
  "conditionKeys": [],
6060
- "dependentActions": [
6061
- "eks:AssociateAccessPolicy",
6062
- "eks:CreateAccessEntry",
6063
- "eks:DeleteAccessEntry",
6064
- "eks:DescribeAccessEntry",
6065
- "eks:DescribeCluster",
6066
- "iam:PassRole",
6067
- "sagemaker:BatchDeleteClusterNodes"
6068
- ]
6400
+ "dependentActions": []
6401
+ },
6402
+ "updateclusterschedulerconfig": {
6403
+ "name": "UpdateClusterSchedulerConfig",
6404
+ "description": "Grants permission to update a cluster scheduler config",
6405
+ "accessLevel": "Write",
6406
+ "resourceTypes": [
6407
+ {
6408
+ "name": "cluster-scheduler-config",
6409
+ "required": true,
6410
+ "conditionKeys": [],
6411
+ "dependentActions": []
6412
+ }
6413
+ ],
6414
+ "conditionKeys": [],
6415
+ "dependentActions": []
6069
6416
  },
6070
6417
  "updateclustersoftware": {
6071
6418
  "name": "UpdateClusterSoftware",
@@ -6099,6 +6446,21 @@
6099
6446
  "conditionKeys": [],
6100
6447
  "dependentActions": []
6101
6448
  },
6449
+ "updatecomputequota": {
6450
+ "name": "UpdateComputeQuota",
6451
+ "description": "Grants permission to update a compute quota",
6452
+ "accessLevel": "Write",
6453
+ "resourceTypes": [
6454
+ {
6455
+ "name": "compute-quota",
6456
+ "required": true,
6457
+ "conditionKeys": [],
6458
+ "dependentActions": []
6459
+ }
6460
+ ],
6461
+ "conditionKeys": [],
6462
+ "dependentActions": []
6463
+ },
6102
6464
  "updatecontext": {
6103
6465
  "name": "UpdateContext",
6104
6466
  "description": "Grants permission to update a context",