@cloud-copilot/iam-data 0.15.202511261 → 0.15.202512061

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 (56) hide show
  1. package/data/actions/aidevops.json +489 -0
  2. package/data/actions/aws-marketplace.json +48 -0
  3. package/data/actions/aws-mcp.json +26 -0
  4. package/data/actions/bedrock-agentcore.json +594 -2
  5. package/data/actions/bedrock-mantle.json +106 -0
  6. package/data/actions/connect.json +1081 -8
  7. package/data/actions/datazone.json +16 -0
  8. package/data/actions/eks.json +108 -0
  9. package/data/actions/lambda.json +296 -4
  10. package/data/actions/logs.json +90 -0
  11. package/data/actions/mediaconnect.json +748 -91
  12. package/data/actions/observabilityadmin.json +180 -0
  13. package/data/actions/opensearch.json +40 -0
  14. package/data/actions/partnercentral-account-management.json +22 -0
  15. package/data/actions/partnercentral.json +903 -22
  16. package/data/actions/route53.json +15 -0
  17. package/data/actions/route53globalresolver.json +700 -0
  18. package/data/actions/s3.json +1 -0
  19. package/data/actions/s3tables.json +243 -3
  20. package/data/actions/s3vectors.json +147 -22
  21. package/data/actions/sagemaker.json +110 -0
  22. package/data/actions/securityagent.json +503 -0
  23. package/data/actions/transform-custom.json +274 -0
  24. package/data/actions/transform.json +72 -0
  25. package/data/conditionKeys/aidevops.json +22 -0
  26. package/data/conditionKeys/aws-mcp.json +1 -0
  27. package/data/conditionKeys/bedrock-agentcore.json +0 -5
  28. package/data/conditionKeys/bedrock-mantle.json +17 -0
  29. package/data/conditionKeys/connect.json +10 -0
  30. package/data/conditionKeys/observabilityadmin.json +5 -0
  31. package/data/conditionKeys/partnercentral-account-management.json +12 -1
  32. package/data/conditionKeys/partnercentral.json +15 -0
  33. package/data/conditionKeys/route53globalresolver.json +17 -0
  34. package/data/conditionKeys/s3tables.json +5 -0
  35. package/data/conditionKeys/s3vectors.json +20 -0
  36. package/data/conditionKeys/securityagent.json +1 -0
  37. package/data/conditionKeys/transform-custom.json +17 -0
  38. package/data/conditionPatterns.json +4 -0
  39. package/data/resourceTypes/aidevops.json +24 -0
  40. package/data/resourceTypes/aws-mcp.json +1 -0
  41. package/data/resourceTypes/bedrock-agentcore.json +20 -0
  42. package/data/resourceTypes/bedrock-mantle.json +6 -0
  43. package/data/resourceTypes/connect.json +18 -0
  44. package/data/resourceTypes/eks.json +7 -0
  45. package/data/resourceTypes/lambda.json +11 -0
  46. package/data/resourceTypes/mediaconnect.json +41 -12
  47. package/data/resourceTypes/observabilityadmin.json +14 -0
  48. package/data/resourceTypes/partnercentral.json +42 -0
  49. package/data/resourceTypes/route53globalresolver.json +37 -0
  50. package/data/resourceTypes/s3vectors.json +10 -2
  51. package/data/resourceTypes/sagemaker.json +8 -0
  52. package/data/resourceTypes/securityagent.json +38 -0
  53. package/data/resourceTypes/transform-custom.json +18 -0
  54. package/data/serviceNames.json +6 -0
  55. package/data/services.json +6 -0
  56. package/package.json +2 -2
@@ -722,6 +722,14 @@
722
722
  "conditionKeys": [],
723
723
  "dependentActions": []
724
724
  },
725
+ "getdataexportconfiguration": {
726
+ "name": "GetDataExportConfiguration",
727
+ "description": "Grants permission to retrieve DataZone catalog data export configuration",
728
+ "accessLevel": "Read",
729
+ "resourceTypes": [],
730
+ "conditionKeys": [],
731
+ "dependentActions": []
732
+ },
725
733
  "getdataproduct": {
726
734
  "name": "GetDataProduct",
727
735
  "description": "Grants permission to get data product",
@@ -1407,6 +1415,14 @@
1407
1415
  "conditionKeys": [],
1408
1416
  "dependentActions": []
1409
1417
  },
1418
+ "putdataexportconfiguration": {
1419
+ "name": "PutDataExportConfiguration",
1420
+ "description": "Grants permission to create and update DataZone catalog data export configuration",
1421
+ "accessLevel": "Write",
1422
+ "resourceTypes": [],
1423
+ "conditionKeys": [],
1424
+ "dependentActions": []
1425
+ },
1410
1426
  "putdomainsharingpolicy": {
1411
1427
  "name": "PutDomainSharingPolicy",
1412
1428
  "isPermissionOnly": true,
@@ -115,6 +115,24 @@
115
115
  ],
116
116
  "dependentActions": []
117
117
  },
118
+ "createcapability": {
119
+ "name": "CreateCapability",
120
+ "description": "Grants permission to create a capability for an Amazon EKS cluster",
121
+ "accessLevel": "Write",
122
+ "resourceTypes": [
123
+ {
124
+ "name": "cluster",
125
+ "required": true,
126
+ "conditionKeys": [],
127
+ "dependentActions": []
128
+ }
129
+ ],
130
+ "conditionKeys": [
131
+ "aws:RequestTag/${TagKey}",
132
+ "aws:TagKeys"
133
+ ],
134
+ "dependentActions": []
135
+ },
118
136
  "createcluster": {
119
137
  "name": "CreateCluster",
120
138
  "description": "Grants permission to create an Amazon EKS cluster",
@@ -235,6 +253,21 @@
235
253
  "conditionKeys": [],
236
254
  "dependentActions": []
237
255
  },
256
+ "deletecapability": {
257
+ "name": "DeleteCapability",
258
+ "description": "Grants permission to delete a capability from an Amazon EKS cluster",
259
+ "accessLevel": "Write",
260
+ "resourceTypes": [
261
+ {
262
+ "name": "capability",
263
+ "required": true,
264
+ "conditionKeys": [],
265
+ "dependentActions": []
266
+ }
267
+ ],
268
+ "conditionKeys": [],
269
+ "dependentActions": []
270
+ },
238
271
  "deletecluster": {
239
272
  "name": "DeleteCluster",
240
273
  "description": "Grants permission to delete an Amazon EKS cluster",
@@ -371,6 +404,21 @@
371
404
  "conditionKeys": [],
372
405
  "dependentActions": []
373
406
  },
407
+ "describecapability": {
408
+ "name": "DescribeCapability",
409
+ "description": "Grants permission to describe a capability for an Amazon EKS cluster",
410
+ "accessLevel": "Read",
411
+ "resourceTypes": [
412
+ {
413
+ "name": "capability",
414
+ "required": true,
415
+ "conditionKeys": [],
416
+ "dependentActions": []
417
+ }
418
+ ],
419
+ "conditionKeys": [],
420
+ "dependentActions": []
421
+ },
374
422
  "describecluster": {
375
423
  "name": "DescribeCluster",
376
424
  "description": "Grants permission to retrieve descriptive information about an Amazon EKS cluster",
@@ -516,6 +564,12 @@
516
564
  "conditionKeys": [],
517
565
  "dependentActions": []
518
566
  },
567
+ {
568
+ "name": "capability",
569
+ "required": false,
570
+ "conditionKeys": [],
571
+ "dependentActions": []
572
+ },
519
573
  {
520
574
  "name": "nodegroup",
521
575
  "required": false,
@@ -613,6 +667,21 @@
613
667
  "conditionKeys": [],
614
668
  "dependentActions": []
615
669
  },
670
+ "listcapabilities": {
671
+ "name": "ListCapabilities",
672
+ "description": "Grants permission to list capabilities for an Amazon EKS cluster",
673
+ "accessLevel": "List",
674
+ "resourceTypes": [
675
+ {
676
+ "name": "cluster",
677
+ "required": true,
678
+ "conditionKeys": [],
679
+ "dependentActions": []
680
+ }
681
+ ],
682
+ "conditionKeys": [],
683
+ "dependentActions": []
684
+ },
616
685
  "listclusters": {
617
686
  "name": "ListClusters",
618
687
  "description": "Grants permission to list the Amazon EKS clusters in your AWS account (in the specified or default region)",
@@ -745,6 +814,12 @@
745
814
  "conditionKeys": [],
746
815
  "dependentActions": []
747
816
  },
817
+ {
818
+ "name": "capability",
819
+ "required": false,
820
+ "conditionKeys": [],
821
+ "dependentActions": []
822
+ },
748
823
  {
749
824
  "name": "cluster",
750
825
  "required": false,
@@ -802,6 +877,12 @@
802
877
  "conditionKeys": [],
803
878
  "dependentActions": []
804
879
  },
880
+ {
881
+ "name": "capability",
882
+ "required": false,
883
+ "conditionKeys": [],
884
+ "dependentActions": []
885
+ },
805
886
  {
806
887
  "name": "nodegroup",
807
888
  "required": false,
@@ -873,6 +954,12 @@
873
954
  "conditionKeys": [],
874
955
  "dependentActions": []
875
956
  },
957
+ {
958
+ "name": "capability",
959
+ "required": false,
960
+ "conditionKeys": [],
961
+ "dependentActions": []
962
+ },
876
963
  {
877
964
  "name": "cluster",
878
965
  "required": false,
@@ -939,6 +1026,12 @@
939
1026
  "conditionKeys": [],
940
1027
  "dependentActions": []
941
1028
  },
1029
+ {
1030
+ "name": "capability",
1031
+ "required": false,
1032
+ "conditionKeys": [],
1033
+ "dependentActions": []
1034
+ },
942
1035
  {
943
1036
  "name": "cluster",
944
1037
  "required": false,
@@ -1023,6 +1116,21 @@
1023
1116
  "conditionKeys": [],
1024
1117
  "dependentActions": []
1025
1118
  },
1119
+ "updatecapability": {
1120
+ "name": "UpdateCapability",
1121
+ "description": "Grants permission to update a capability for an Amazon EKS cluster",
1122
+ "accessLevel": "Write",
1123
+ "resourceTypes": [
1124
+ {
1125
+ "name": "capability",
1126
+ "required": true,
1127
+ "conditionKeys": [],
1128
+ "dependentActions": []
1129
+ }
1130
+ ],
1131
+ "conditionKeys": [],
1132
+ "dependentActions": []
1133
+ },
1026
1134
  "updateclusterconfig": {
1027
1135
  "name": "UpdateClusterConfig",
1028
1136
  "description": "Grants permission to update Amazon EKS cluster configurations (eg: API server endpoint access)",
@@ -33,6 +33,21 @@
33
33
  ],
34
34
  "dependentActions": []
35
35
  },
36
+ "checkpointdurableexecution": {
37
+ "name": "CheckpointDurableExecution",
38
+ "description": "Grants permission to save the progress of an AWS Lambda durable execution",
39
+ "accessLevel": "Write",
40
+ "resourceTypes": [
41
+ {
42
+ "name": "durable execution",
43
+ "required": true,
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ }
47
+ ],
48
+ "conditionKeys": [],
49
+ "dependentActions": []
50
+ },
36
51
  "createalias": {
37
52
  "name": "CreateAlias",
38
53
  "description": "Grants permission to create an alias for a Lambda function version",
@@ -48,6 +63,30 @@
48
63
  "conditionKeys": [],
49
64
  "dependentActions": []
50
65
  },
66
+ "createcapacityprovider": {
67
+ "name": "CreateCapacityProvider",
68
+ "description": "Grants permission to create an AWS Lambda capacity provider",
69
+ "accessLevel": "Write",
70
+ "resourceTypes": [
71
+ {
72
+ "name": "capacityProvider",
73
+ "required": true,
74
+ "conditionKeys": [],
75
+ "dependentActions": [
76
+ "iam:CreateServiceLinkedRole",
77
+ "iam:PassRole",
78
+ "kms:DescribeKey"
79
+ ]
80
+ }
81
+ ],
82
+ "conditionKeys": [
83
+ "aws:RequestTag/${TagKey}",
84
+ "aws:TagKeys",
85
+ "lambda:SecurityGroupIds",
86
+ "lambda:SubnetIds"
87
+ ],
88
+ "dependentActions": []
89
+ },
51
90
  "createcodesigningconfig": {
52
91
  "name": "CreateCodeSigningConfig",
53
92
  "description": "Grants permission to create an AWS Lambda code signing config",
@@ -81,7 +120,8 @@
81
120
  "required": true,
82
121
  "conditionKeys": [],
83
122
  "dependentActions": [
84
- "iam:PassRole"
123
+ "iam:PassRole",
124
+ "lambda:PassCapacityProvider"
85
125
  ]
86
126
  }
87
127
  ],
@@ -129,6 +169,21 @@
129
169
  "conditionKeys": [],
130
170
  "dependentActions": []
131
171
  },
172
+ "deletecapacityprovider": {
173
+ "name": "DeleteCapacityProvider",
174
+ "description": "Grants permission to delete an AWS Lambda capacity provider",
175
+ "accessLevel": "Write",
176
+ "resourceTypes": [
177
+ {
178
+ "name": "capacityProvider",
179
+ "required": true,
180
+ "conditionKeys": [],
181
+ "dependentActions": []
182
+ }
183
+ ],
184
+ "conditionKeys": [],
185
+ "dependentActions": []
186
+ },
132
187
  "deletecodesigningconfig": {
133
188
  "name": "DeleteCodeSigningConfig",
134
189
  "description": "Grants permission to delete an AWS Lambda code signing config",
@@ -330,6 +385,21 @@
330
385
  "conditionKeys": [],
331
386
  "dependentActions": []
332
387
  },
388
+ "getcapacityprovider": {
389
+ "name": "GetCapacityProvider",
390
+ "description": "Grants permission to view details about an AWS Lambda capacity provider",
391
+ "accessLevel": "Read",
392
+ "resourceTypes": [
393
+ {
394
+ "name": "capacityProvider",
395
+ "required": true,
396
+ "conditionKeys": [],
397
+ "dependentActions": []
398
+ }
399
+ ],
400
+ "conditionKeys": [],
401
+ "dependentActions": []
402
+ },
333
403
  "getcodesigningconfig": {
334
404
  "name": "GetCodeSigningConfig",
335
405
  "description": "Grants permission to view details about an AWS Lambda code signing config",
@@ -345,6 +415,51 @@
345
415
  "conditionKeys": [],
346
416
  "dependentActions": []
347
417
  },
418
+ "getdurableexecution": {
419
+ "name": "GetDurableExecution",
420
+ "description": "Grants permission to view details of an AWS Lambda durable execution",
421
+ "accessLevel": "Read",
422
+ "resourceTypes": [
423
+ {
424
+ "name": "durable execution",
425
+ "required": true,
426
+ "conditionKeys": [],
427
+ "dependentActions": []
428
+ }
429
+ ],
430
+ "conditionKeys": [],
431
+ "dependentActions": []
432
+ },
433
+ "getdurableexecutionhistory": {
434
+ "name": "GetDurableExecutionHistory",
435
+ "description": "Grants permission to view execution history of an AWS Lambda durable execution",
436
+ "accessLevel": "Read",
437
+ "resourceTypes": [
438
+ {
439
+ "name": "durable execution",
440
+ "required": true,
441
+ "conditionKeys": [],
442
+ "dependentActions": []
443
+ }
444
+ ],
445
+ "conditionKeys": [],
446
+ "dependentActions": []
447
+ },
448
+ "getdurableexecutionstate": {
449
+ "name": "GetDurableExecutionState",
450
+ "description": "Grants permission to view current state of an AWS Lambda durable execution",
451
+ "accessLevel": "Read",
452
+ "resourceTypes": [
453
+ {
454
+ "name": "durable execution",
455
+ "required": true,
456
+ "conditionKeys": [],
457
+ "dependentActions": []
458
+ }
459
+ ],
460
+ "conditionKeys": [],
461
+ "dependentActions": []
462
+ },
348
463
  "geteventsourcemapping": {
349
464
  "name": "GetEventSourceMapping",
350
465
  "description": "Grants permission to view details about an AWS Lambda event source mapping",
@@ -452,6 +567,21 @@
452
567
  "conditionKeys": [],
453
568
  "dependentActions": []
454
569
  },
570
+ "getfunctionscalingconfig": {
571
+ "name": "GetFunctionScalingConfig",
572
+ "description": "Grants permission to view the scaling configuration of an AWS Lambda function running on a capacity provider",
573
+ "accessLevel": "Read",
574
+ "resourceTypes": [
575
+ {
576
+ "name": "function",
577
+ "required": true,
578
+ "conditionKeys": [],
579
+ "dependentActions": []
580
+ }
581
+ ],
582
+ "conditionKeys": [],
583
+ "dependentActions": []
584
+ },
455
585
  "getfunctionurlconfig": {
456
586
  "name": "GetFunctionUrlConfig",
457
587
  "description": "Grants permission to read function url configuration for a Lambda function",
@@ -619,6 +749,14 @@
619
749
  "conditionKeys": [],
620
750
  "dependentActions": []
621
751
  },
752
+ "listcapacityproviders": {
753
+ "name": "ListCapacityProviders",
754
+ "description": "Grants permission to retrieve a list of AWS Lambda capacity providers",
755
+ "accessLevel": "List",
756
+ "resourceTypes": [],
757
+ "conditionKeys": [],
758
+ "dependentActions": []
759
+ },
622
760
  "listcodesigningconfigs": {
623
761
  "name": "ListCodeSigningConfigs",
624
762
  "description": "Grants permission to retrieve a list of AWS Lambda code signing configs",
@@ -627,6 +765,21 @@
627
765
  "conditionKeys": [],
628
766
  "dependentActions": []
629
767
  },
768
+ "listdurableexecutionsbyfunction": {
769
+ "name": "ListDurableExecutionsByFunction",
770
+ "description": "Grants permission to retrieve a list of AWS Lambda durable executions of an AWS Lambda function",
771
+ "accessLevel": "List",
772
+ "resourceTypes": [
773
+ {
774
+ "name": "function",
775
+ "required": true,
776
+ "conditionKeys": [],
777
+ "dependentActions": []
778
+ }
779
+ ],
780
+ "conditionKeys": [],
781
+ "dependentActions": []
782
+ },
630
783
  "listeventsourcemappings": {
631
784
  "name": "ListEventSourceMappings",
632
785
  "description": "Grants permission to retrieve a list of AWS Lambda event source mappings",
@@ -667,6 +820,21 @@
667
820
  ],
668
821
  "dependentActions": []
669
822
  },
823
+ "listfunctionversionsbycapacityprovider": {
824
+ "name": "ListFunctionVersionsByCapacityProvider",
825
+ "description": "Grants permission to retrieve a list of AWS Lambda function versions by the capacity provider assigned",
826
+ "accessLevel": "List",
827
+ "resourceTypes": [
828
+ {
829
+ "name": "capacityProvider",
830
+ "required": true,
831
+ "conditionKeys": [],
832
+ "dependentActions": []
833
+ }
834
+ ],
835
+ "conditionKeys": [],
836
+ "dependentActions": []
837
+ },
670
838
  "listfunctions": {
671
839
  "name": "ListFunctions",
672
840
  "description": "Grants permission to retrieve a list of AWS Lambda functions, with the version-specific configuration of each function",
@@ -723,9 +891,15 @@
723
891
  },
724
892
  "listtags": {
725
893
  "name": "ListTags",
726
- "description": "Grants permission to retrieve a list of tags for an AWS Lambda function, event source mapping or code signing configuration resource",
894
+ "description": "Grants permission to retrieve a list of tags for an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
727
895
  "accessLevel": "Read",
728
896
  "resourceTypes": [
897
+ {
898
+ "name": "capacityProvider",
899
+ "required": false,
900
+ "conditionKeys": [],
901
+ "dependentActions": []
902
+ },
729
903
  {
730
904
  "name": "code signing config",
731
905
  "required": false,
@@ -763,6 +937,22 @@
763
937
  "conditionKeys": [],
764
938
  "dependentActions": []
765
939
  },
940
+ "passcapacityprovider": {
941
+ "name": "PassCapacityProvider",
942
+ "isPermissionOnly": true,
943
+ "description": "Grants permission to pass an AWS Lambda capacity provider to a service",
944
+ "accessLevel": "Write",
945
+ "resourceTypes": [
946
+ {
947
+ "name": "capacityProvider",
948
+ "required": true,
949
+ "conditionKeys": [],
950
+ "dependentActions": []
951
+ }
952
+ ],
953
+ "conditionKeys": [],
954
+ "dependentActions": []
955
+ },
766
956
  "publishlayerversion": {
767
957
  "name": "PublishLayerVersion",
768
958
  "description": "Grants permission to create an AWS Lambda layer",
@@ -861,6 +1051,21 @@
861
1051
  "conditionKeys": [],
862
1052
  "dependentActions": []
863
1053
  },
1054
+ "putfunctionscalingconfig": {
1055
+ "name": "PutFunctionScalingConfig",
1056
+ "description": "Grants permission to update the scaling configuration of an AWS Lambda function running on a capacity provider",
1057
+ "accessLevel": "Write",
1058
+ "resourceTypes": [
1059
+ {
1060
+ "name": "function",
1061
+ "required": true,
1062
+ "conditionKeys": [],
1063
+ "dependentActions": []
1064
+ }
1065
+ ],
1066
+ "conditionKeys": [],
1067
+ "dependentActions": []
1068
+ },
864
1069
  "putprovisionedconcurrencyconfig": {
865
1070
  "name": "PutProvisionedConcurrencyConfig",
866
1071
  "description": "Grants permission to configure provisioned concurrency for an AWS Lambda function's alias or version",
@@ -930,11 +1135,77 @@
930
1135
  ],
931
1136
  "dependentActions": []
932
1137
  },
1138
+ "senddurableexecutioncallbackfailure": {
1139
+ "name": "SendDurableExecutionCallbackFailure",
1140
+ "description": "Grants permission to send a failure response for a callback operation in an AWS Lambda durable execution",
1141
+ "accessLevel": "Write",
1142
+ "resourceTypes": [
1143
+ {
1144
+ "name": "durable execution",
1145
+ "required": true,
1146
+ "conditionKeys": [],
1147
+ "dependentActions": []
1148
+ }
1149
+ ],
1150
+ "conditionKeys": [],
1151
+ "dependentActions": []
1152
+ },
1153
+ "senddurableexecutioncallbackheartbeat": {
1154
+ "name": "SendDurableExecutionCallbackHeartbeat",
1155
+ "description": "Grants permission to send a heartbeat for a callback operation in an AWS Lambda durable execution",
1156
+ "accessLevel": "Write",
1157
+ "resourceTypes": [
1158
+ {
1159
+ "name": "durable execution",
1160
+ "required": true,
1161
+ "conditionKeys": [],
1162
+ "dependentActions": []
1163
+ }
1164
+ ],
1165
+ "conditionKeys": [],
1166
+ "dependentActions": []
1167
+ },
1168
+ "senddurableexecutioncallbacksuccess": {
1169
+ "name": "SendDurableExecutionCallbackSuccess",
1170
+ "description": "Grants permission to send a successful response for a callback operation in an AWS Lambda durable execution",
1171
+ "accessLevel": "Write",
1172
+ "resourceTypes": [
1173
+ {
1174
+ "name": "durable execution",
1175
+ "required": true,
1176
+ "conditionKeys": [],
1177
+ "dependentActions": []
1178
+ }
1179
+ ],
1180
+ "conditionKeys": [],
1181
+ "dependentActions": []
1182
+ },
1183
+ "stopdurableexecution": {
1184
+ "name": "StopDurableExecution",
1185
+ "description": "Grants permission to stop an AWS Lambda durable execution",
1186
+ "accessLevel": "Write",
1187
+ "resourceTypes": [
1188
+ {
1189
+ "name": "durable execution",
1190
+ "required": true,
1191
+ "conditionKeys": [],
1192
+ "dependentActions": []
1193
+ }
1194
+ ],
1195
+ "conditionKeys": [],
1196
+ "dependentActions": []
1197
+ },
933
1198
  "tagresource": {
934
1199
  "name": "TagResource",
935
- "description": "Grants permission to add tags to an AWS Lambda function, event source mapping or code signing configuration resource",
1200
+ "description": "Grants permission to add tags to an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
936
1201
  "accessLevel": "Tagging",
937
1202
  "resourceTypes": [
1203
+ {
1204
+ "name": "capacityProvider",
1205
+ "required": false,
1206
+ "conditionKeys": [],
1207
+ "dependentActions": []
1208
+ },
938
1209
  {
939
1210
  "name": "code signing config",
940
1211
  "required": false,
@@ -962,9 +1233,15 @@
962
1233
  },
963
1234
  "untagresource": {
964
1235
  "name": "UntagResource",
965
- "description": "Grants permission to remove tags from an AWS Lambda function, event source mapping or code signing configuration resource",
1236
+ "description": "Grants permission to remove tags from an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
966
1237
  "accessLevel": "Tagging",
967
1238
  "resourceTypes": [
1239
+ {
1240
+ "name": "capacityProvider",
1241
+ "required": false,
1242
+ "conditionKeys": [],
1243
+ "dependentActions": []
1244
+ },
968
1245
  {
969
1246
  "name": "code signing config",
970
1247
  "required": false,
@@ -1004,6 +1281,21 @@
1004
1281
  "conditionKeys": [],
1005
1282
  "dependentActions": []
1006
1283
  },
1284
+ "updatecapacityprovider": {
1285
+ "name": "UpdateCapacityProvider",
1286
+ "description": "Grants permission to update an AWS Lambda capacity provider",
1287
+ "accessLevel": "Write",
1288
+ "resourceTypes": [
1289
+ {
1290
+ "name": "capacityProvider",
1291
+ "required": true,
1292
+ "conditionKeys": [],
1293
+ "dependentActions": []
1294
+ }
1295
+ ],
1296
+ "conditionKeys": [],
1297
+ "dependentActions": []
1298
+ },
1007
1299
  "updatecodesigningconfig": {
1008
1300
  "name": "UpdateCodeSigningConfig",
1009
1301
  "description": "Grants permission to update an AWS Lambda code signing config",