aws-iam-data 0.0.600 → 0.0.601

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.
@@ -1,4 +1,61 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2026-06-23",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon CloudWatch Application Signals": [
8
+ "application-signals:BatchDeleteInstrumentationConfigurations",
9
+ "application-signals:CreateInstrumentationConfiguration",
10
+ "application-signals:DeleteInstrumentationConfiguration",
11
+ "application-signals:GetInstrumentationConfiguration",
12
+ "application-signals:GetInstrumentationConfigurationStatus",
13
+ "application-signals:ListInstrumentationConfigurations",
14
+ "application-signals:ReportInstrumentationConfigurationStatus"
15
+ ],
16
+ "Amazon CloudWatch Logs": [
17
+ "logs:DeleteSyslogConfiguration",
18
+ "logs:ListSyslogConfigurations",
19
+ "logs:PutSyslogConfiguration"
20
+ ],
21
+ "Amazon GuardDuty": [
22
+ "guardduty:CreateInvestigation",
23
+ "guardduty:GetInvestigation",
24
+ "guardduty:ListInvestigations"
25
+ ],
26
+ "AWS Lambda": [
27
+ "lambda:ConnectMicrovm",
28
+ "lambda:CreateMicrovmAuthToken",
29
+ "lambda:CreateMicrovmImage",
30
+ "lambda:CreateMicrovmShellAuthToken",
31
+ "lambda:CreateNetworkConnector",
32
+ "lambda:DeleteMicrovmImage",
33
+ "lambda:DeleteMicrovmImageVersion",
34
+ "lambda:DeleteNetworkConnector",
35
+ "lambda:GetMicrovm",
36
+ "lambda:GetMicrovmImage",
37
+ "lambda:GetMicrovmImageBuild",
38
+ "lambda:GetMicrovmImageVersion",
39
+ "lambda:GetNetworkConnector",
40
+ "lambda:ListManagedMicrovmImageVersions",
41
+ "lambda:ListManagedMicrovmImages",
42
+ "lambda:ListMicrovmImageBuilds",
43
+ "lambda:ListMicrovmImageVersions",
44
+ "lambda:ListMicrovmImages",
45
+ "lambda:ListMicrovms",
46
+ "lambda:ListNetworkConnectors",
47
+ "lambda:PassNetworkConnector",
48
+ "lambda:ResumeMicrovm",
49
+ "lambda:RunMicrovm",
50
+ "lambda:SuspendMicrovm",
51
+ "lambda:TerminateMicrovm",
52
+ "lambda:UpdateMicrovmImage",
53
+ "lambda:UpdateMicrovmImageVersion",
54
+ "lambda:UpdateNetworkConnector"
55
+ ]
56
+ },
57
+ "removedActions": {}
58
+ },
2
59
  {
3
60
  "dateOfChange": "2026-06-20",
4
61
  "addedServices": [],
@@ -70960,6 +70960,21 @@
70960
70960
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationsignals.html",
70961
70961
  "servicePrefix": "application-signals",
70962
70962
  "actions": [
70963
+ {
70964
+ "name": "BatchDeleteInstrumentationConfigurations",
70965
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_BatchDeleteInstrumentationConfigurations.html",
70966
+ "permissionOnly": false,
70967
+ "description": "Grants permission to batch delete instrumentation configurations",
70968
+ "accessLevel": "Write",
70969
+ "resourceTypes": [
70970
+ {
70971
+ "resourceType": "instrumentationConfig",
70972
+ "required": true,
70973
+ "conditionKeys": [],
70974
+ "dependentActions": []
70975
+ }
70976
+ ]
70977
+ },
70963
70978
  {
70964
70979
  "name": "BatchGetServiceLevelObjectiveBudgetReport",
70965
70980
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_BatchGetServiceLevelObjectiveBudgetReport.html",
@@ -70990,6 +71005,24 @@
70990
71005
  }
70991
71006
  ]
70992
71007
  },
71008
+ {
71009
+ "name": "CreateInstrumentationConfiguration",
71010
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_CreateInstrumentationConfiguration.html",
71011
+ "permissionOnly": false,
71012
+ "description": "Grants permission to create an instrumentation configuration for dynamic instrumentation",
71013
+ "accessLevel": "Write",
71014
+ "resourceTypes": [
71015
+ {
71016
+ "resourceType": "",
71017
+ "required": false,
71018
+ "conditionKeys": [
71019
+ "aws:RequestTag/${TagKey}",
71020
+ "aws:TagKeys"
71021
+ ],
71022
+ "dependentActions": []
71023
+ }
71024
+ ]
71025
+ },
70993
71026
  {
70994
71027
  "name": "CreateServiceLevelObjective",
70995
71028
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_CreateServiceLevelObjective.html",
@@ -71023,6 +71056,21 @@
71023
71056
  }
71024
71057
  ]
71025
71058
  },
71059
+ {
71060
+ "name": "DeleteInstrumentationConfiguration",
71061
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_DeleteInstrumentationConfiguration.html",
71062
+ "permissionOnly": false,
71063
+ "description": "Grants permission to delete an instrumentation configuration",
71064
+ "accessLevel": "Write",
71065
+ "resourceTypes": [
71066
+ {
71067
+ "resourceType": "instrumentationConfig",
71068
+ "required": true,
71069
+ "conditionKeys": [],
71070
+ "dependentActions": []
71071
+ }
71072
+ ]
71073
+ },
71026
71074
  {
71027
71075
  "name": "DeleteServiceLevelObjective",
71028
71076
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_DeleteServiceLevelObjective.html",
@@ -71038,6 +71086,36 @@
71038
71086
  }
71039
71087
  ]
71040
71088
  },
71089
+ {
71090
+ "name": "GetInstrumentationConfiguration",
71091
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_GetInstrumentationConfiguration.html",
71092
+ "permissionOnly": false,
71093
+ "description": "Grants permission to retrieve an instrumentation configuration",
71094
+ "accessLevel": "Read",
71095
+ "resourceTypes": [
71096
+ {
71097
+ "resourceType": "instrumentationConfig",
71098
+ "required": true,
71099
+ "conditionKeys": [],
71100
+ "dependentActions": []
71101
+ }
71102
+ ]
71103
+ },
71104
+ {
71105
+ "name": "GetInstrumentationConfigurationStatus",
71106
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_GetInstrumentationConfigurationStatus.html",
71107
+ "permissionOnly": false,
71108
+ "description": "Grants permission to retrieve the status history of an instrumentation configuration",
71109
+ "accessLevel": "Read",
71110
+ "resourceTypes": [
71111
+ {
71112
+ "resourceType": "instrumentationConfig",
71113
+ "required": true,
71114
+ "conditionKeys": [],
71115
+ "dependentActions": []
71116
+ }
71117
+ ]
71118
+ },
71041
71119
  {
71042
71120
  "name": "GetService",
71043
71121
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_GetService.html",
@@ -71128,6 +71206,21 @@
71128
71206
  }
71129
71207
  ]
71130
71208
  },
71209
+ {
71210
+ "name": "ListInstrumentationConfigurations",
71211
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListInstrumentationConfigurations.html",
71212
+ "permissionOnly": false,
71213
+ "description": "Grants permission to list instrumentation configurations",
71214
+ "accessLevel": "List",
71215
+ "resourceTypes": [
71216
+ {
71217
+ "resourceType": "",
71218
+ "required": false,
71219
+ "conditionKeys": [],
71220
+ "dependentActions": []
71221
+ }
71222
+ ]
71223
+ },
71131
71224
  {
71132
71225
  "name": "ListObservedEntities",
71133
71226
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Application_Signals_Permissions.html",
@@ -71252,12 +71345,18 @@
71252
71345
  "name": "ListTagsForResource",
71253
71346
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ListTagsForResource.html",
71254
71347
  "permissionOnly": false,
71255
- "description": "Grants permission to list tags for an Amazon CloudWatch SLO",
71348
+ "description": "Grants permission to list tags for an Amazon CloudWatch Application Signals resource",
71256
71349
  "accessLevel": "Read",
71257
71350
  "resourceTypes": [
71351
+ {
71352
+ "resourceType": "instrumentationConfig",
71353
+ "required": false,
71354
+ "conditionKeys": [],
71355
+ "dependentActions": []
71356
+ },
71258
71357
  {
71259
71358
  "resourceType": "slo",
71260
- "required": true,
71359
+ "required": false,
71261
71360
  "conditionKeys": [],
71262
71361
  "dependentActions": []
71263
71362
  }
@@ -71278,6 +71377,21 @@
71278
71377
  }
71279
71378
  ]
71280
71379
  },
71380
+ {
71381
+ "name": "ReportInstrumentationConfigurationStatus",
71382
+ "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_ReportInstrumentationConfigurationStatus.html",
71383
+ "permissionOnly": false,
71384
+ "description": "Grants permission to report the status of instrumentation configurations",
71385
+ "accessLevel": "Write",
71386
+ "resourceTypes": [
71387
+ {
71388
+ "resourceType": "instrumentationConfig",
71389
+ "required": true,
71390
+ "conditionKeys": [],
71391
+ "dependentActions": []
71392
+ }
71393
+ ]
71394
+ },
71281
71395
  {
71282
71396
  "name": "StartDiscovery",
71283
71397
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_StartDiscovery.html",
@@ -71297,12 +71411,18 @@
71297
71411
  "name": "TagResource",
71298
71412
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_TagResource.html",
71299
71413
  "permissionOnly": false,
71300
- "description": "Grants permission to add tags to an Amazon CloudWatch SLO",
71414
+ "description": "Grants permission to add tags to an Amazon CloudWatch Application Signals resource",
71301
71415
  "accessLevel": "Tagging",
71302
71416
  "resourceTypes": [
71417
+ {
71418
+ "resourceType": "instrumentationConfig",
71419
+ "required": false,
71420
+ "conditionKeys": [],
71421
+ "dependentActions": []
71422
+ },
71303
71423
  {
71304
71424
  "resourceType": "slo",
71305
- "required": true,
71425
+ "required": false,
71306
71426
  "conditionKeys": [],
71307
71427
  "dependentActions": []
71308
71428
  },
@@ -71321,12 +71441,18 @@
71321
71441
  "name": "UntagResource",
71322
71442
  "apiReferenceUrl": "https://docs.aws.amazon.com/applicationsignals/latest/APIReference/API_UntagResource.html",
71323
71443
  "permissionOnly": false,
71324
- "description": "Grants permission to untag to an Amazon CloudWatch SLO",
71444
+ "description": "Grants permission to remove tags from an Amazon CloudWatch Application Signals resource",
71325
71445
  "accessLevel": "Tagging",
71326
71446
  "resourceTypes": [
71447
+ {
71448
+ "resourceType": "instrumentationConfig",
71449
+ "required": false,
71450
+ "conditionKeys": [],
71451
+ "dependentActions": []
71452
+ },
71327
71453
  {
71328
71454
  "resourceType": "slo",
71329
- "required": true,
71455
+ "required": false,
71330
71456
  "conditionKeys": [],
71331
71457
  "dependentActions": []
71332
71458
  },
@@ -71364,6 +71490,14 @@
71364
71490
  "conditionKeys": [
71365
71491
  "aws:ResourceTag/${TagKey}"
71366
71492
  ]
71493
+ },
71494
+ {
71495
+ "name": "instrumentationConfig",
71496
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/API_CreateInstrumentationConfiguration.html",
71497
+ "arnPattern": "arn:${Partition}:application-signals:${Region}:${Account}:instrumentationConfig/${Service}/${Environment}/${SignalType}/${LocationHash}",
71498
+ "conditionKeys": [
71499
+ "aws:ResourceTag/${TagKey}"
71500
+ ]
71367
71501
  }
71368
71502
  ],
71369
71503
  "conditionKeys": [
@@ -73086,6 +73220,21 @@
73086
73220
  }
73087
73221
  ]
73088
73222
  },
73223
+ {
73224
+ "name": "DeleteSyslogConfiguration",
73225
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DeleteSyslogConfiguration.html",
73226
+ "permissionOnly": false,
73227
+ "description": "Grants permission to delete syslog configuration for the specified log group",
73228
+ "accessLevel": "Write",
73229
+ "resourceTypes": [
73230
+ {
73231
+ "resourceType": "log-group",
73232
+ "required": true,
73233
+ "conditionKeys": [],
73234
+ "dependentActions": []
73235
+ }
73236
+ ]
73237
+ },
73089
73238
  {
73090
73239
  "name": "DeleteTransformer",
73091
73240
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DeleteTransformer.html",
@@ -73890,6 +74039,21 @@
73890
74039
  }
73891
74040
  ]
73892
74041
  },
74042
+ {
74043
+ "name": "ListSyslogConfigurations",
74044
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListSyslogConfigurations.html",
74045
+ "permissionOnly": false,
74046
+ "description": "Grants permission to return all syslog configurations associated with the AWS account making the request",
74047
+ "accessLevel": "List",
74048
+ "resourceTypes": [
74049
+ {
74050
+ "resourceType": "",
74051
+ "required": false,
74052
+ "conditionKeys": [],
74053
+ "dependentActions": []
74054
+ }
74055
+ ]
74056
+ },
73893
74057
  {
73894
74058
  "name": "ListTagsForResource",
73895
74059
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListTagsForResource.html",
@@ -74289,6 +74453,21 @@
74289
74453
  }
74290
74454
  ]
74291
74455
  },
74456
+ {
74457
+ "name": "PutSyslogConfiguration",
74458
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutSyslogConfiguration.html",
74459
+ "permissionOnly": false,
74460
+ "description": "Grants permission to add syslog configuration for the specified log group",
74461
+ "accessLevel": "Write",
74462
+ "resourceTypes": [
74463
+ {
74464
+ "resourceType": "log-group",
74465
+ "required": true,
74466
+ "conditionKeys": [],
74467
+ "dependentActions": []
74468
+ }
74469
+ ]
74470
+ },
74292
74471
  {
74293
74472
  "name": "PutTransformer",
74294
74473
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutTransformer.html",
@@ -223301,6 +223480,21 @@
223301
223480
  }
223302
223481
  ]
223303
223482
  },
223483
+ {
223484
+ "name": "CreateInvestigation",
223485
+ "apiReferenceUrl": "https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateInvestigation.html",
223486
+ "permissionOnly": false,
223487
+ "description": "Grants permission to create a GuardDuty investigation",
223488
+ "accessLevel": "Write",
223489
+ "resourceTypes": [
223490
+ {
223491
+ "resourceType": "",
223492
+ "required": false,
223493
+ "conditionKeys": [],
223494
+ "dependentActions": []
223495
+ }
223496
+ ]
223497
+ },
223304
223498
  {
223305
223499
  "name": "CreateMalwareProtectionPlan",
223306
223500
  "apiReferenceUrl": "https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMalwareProtectionPlan.html",
@@ -223821,6 +224015,21 @@
223821
224015
  }
223822
224016
  ]
223823
224017
  },
224018
+ {
224019
+ "name": "GetInvestigation",
224020
+ "apiReferenceUrl": "https://docs.aws.amazon.com/guardduty/latest/APIReference/API_GetInvestigation.html",
224021
+ "permissionOnly": false,
224022
+ "description": "Grants permission to retrieve a GuardDuty investigation",
224023
+ "accessLevel": "Read",
224024
+ "resourceTypes": [
224025
+ {
224026
+ "resourceType": "",
224027
+ "required": false,
224028
+ "conditionKeys": [],
224029
+ "dependentActions": []
224030
+ }
224031
+ ]
224032
+ },
223824
224033
  {
223825
224034
  "name": "GetInvitationsCount",
223826
224035
  "apiReferenceUrl": "https://docs.aws.amazon.com/guardduty/latest/APIReference/API_GetInvitationsCount.html",
@@ -224106,6 +224315,21 @@
224106
224315
  }
224107
224316
  ]
224108
224317
  },
224318
+ {
224319
+ "name": "ListInvestigations",
224320
+ "apiReferenceUrl": "https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListInvestigations.html",
224321
+ "permissionOnly": false,
224322
+ "description": "Grants permission to retrieve a list of GuardDuty investigations",
224323
+ "accessLevel": "List",
224324
+ "resourceTypes": [
224325
+ {
224326
+ "resourceType": "",
224327
+ "required": false,
224328
+ "conditionKeys": [],
224329
+ "dependentActions": []
224330
+ }
224331
+ ]
224332
+ },
224109
224333
  {
224110
224334
  "name": "ListInvitations",
224111
224335
  "apiReferenceUrl": "https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListInvitations.html",
@@ -271697,6 +271921,21 @@
271697
271921
  }
271698
271922
  ]
271699
271923
  },
271924
+ {
271925
+ "name": "ConnectMicrovm",
271926
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html",
271927
+ "permissionOnly": true,
271928
+ "description": "Grants permission to connect to a Lambda MicroVM via HTTP (VPC Endpoint only)",
271929
+ "accessLevel": "Write",
271930
+ "resourceTypes": [
271931
+ {
271932
+ "resourceType": "",
271933
+ "required": false,
271934
+ "conditionKeys": [],
271935
+ "dependentActions": []
271936
+ }
271937
+ ]
271938
+ },
271700
271939
  {
271701
271940
  "name": "CreateAlias",
271702
271941
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_CreateAlias.html",
@@ -271835,6 +272074,86 @@
271835
272074
  }
271836
272075
  ]
271837
272076
  },
272077
+ {
272078
+ "name": "CreateMicrovmAuthToken",
272079
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_CreateMicrovmAuthToken.html",
272080
+ "permissionOnly": false,
272081
+ "description": "Grants permission to create an auth token for an AWS Lambda MicroVM",
272082
+ "accessLevel": "Write",
272083
+ "resourceTypes": [
272084
+ {
272085
+ "resourceType": "microvmImage",
272086
+ "required": true,
272087
+ "conditionKeys": [],
272088
+ "dependentActions": []
272089
+ }
272090
+ ]
272091
+ },
272092
+ {
272093
+ "name": "CreateMicrovmImage",
272094
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_CreateMicrovmImage.html",
272095
+ "permissionOnly": false,
272096
+ "description": "Grants permission to create an AWS Lambda MicroVM image",
272097
+ "accessLevel": "Write",
272098
+ "resourceTypes": [
272099
+ {
272100
+ "resourceType": "",
272101
+ "required": false,
272102
+ "conditionKeys": [
272103
+ "aws:RequestTag/${TagKey}",
272104
+ "aws:TagKeys"
272105
+ ],
272106
+ "dependentActions": [
272107
+ "iam:PassRole",
272108
+ "lambda:PassNetworkConnector"
272109
+ ]
272110
+ }
272111
+ ]
272112
+ },
272113
+ {
272114
+ "name": "CreateMicrovmShellAuthToken",
272115
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_CreateMicrovmShellAuthToken.html",
272116
+ "permissionOnly": false,
272117
+ "description": "Grants permission to create a shell auth token for an AWS Lambda MicroVM",
272118
+ "accessLevel": "Write",
272119
+ "resourceTypes": [
272120
+ {
272121
+ "resourceType": "microvmImage",
272122
+ "required": true,
272123
+ "conditionKeys": [],
272124
+ "dependentActions": []
272125
+ }
272126
+ ]
272127
+ },
272128
+ {
272129
+ "name": "CreateNetworkConnector",
272130
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_CreateNetworkConnector.html",
272131
+ "permissionOnly": false,
272132
+ "description": "Grants permission to create an AWS Lambda network connector",
272133
+ "accessLevel": "Write",
272134
+ "resourceTypes": [
272135
+ {
272136
+ "resourceType": "networkConnector",
272137
+ "required": true,
272138
+ "conditionKeys": [],
272139
+ "dependentActions": [
272140
+ "iam:CreateServiceLinkedRole",
272141
+ "iam:PassRole"
272142
+ ]
272143
+ },
272144
+ {
272145
+ "resourceType": "",
272146
+ "required": false,
272147
+ "conditionKeys": [
272148
+ "aws:RequestTag/${TagKey}",
272149
+ "aws:TagKeys",
272150
+ "lambda:SecurityGroupIds",
272151
+ "lambda:SubnetIds"
272152
+ ],
272153
+ "dependentActions": []
272154
+ }
272155
+ ]
272156
+ },
271838
272157
  {
271839
272158
  "name": "DeleteAlias",
271840
272159
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteAlias.html",
@@ -272002,6 +272321,51 @@
272002
272321
  }
272003
272322
  ]
272004
272323
  },
272324
+ {
272325
+ "name": "DeleteMicrovmImage",
272326
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_DeleteMicrovmImage.html",
272327
+ "permissionOnly": false,
272328
+ "description": "Grants permission to delete an AWS Lambda MicroVM image",
272329
+ "accessLevel": "Write",
272330
+ "resourceTypes": [
272331
+ {
272332
+ "resourceType": "microvmImage",
272333
+ "required": true,
272334
+ "conditionKeys": [],
272335
+ "dependentActions": []
272336
+ }
272337
+ ]
272338
+ },
272339
+ {
272340
+ "name": "DeleteMicrovmImageVersion",
272341
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_DeleteMicrovmImageVersion.html",
272342
+ "permissionOnly": false,
272343
+ "description": "Grants permission to delete a version of an AWS Lambda MicroVM image",
272344
+ "accessLevel": "Write",
272345
+ "resourceTypes": [
272346
+ {
272347
+ "resourceType": "microvmImage",
272348
+ "required": true,
272349
+ "conditionKeys": [],
272350
+ "dependentActions": []
272351
+ }
272352
+ ]
272353
+ },
272354
+ {
272355
+ "name": "DeleteNetworkConnector",
272356
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteNetworkConnector.html",
272357
+ "permissionOnly": false,
272358
+ "description": "Grants permission to delete an AWS Lambda network connector",
272359
+ "accessLevel": "Write",
272360
+ "resourceTypes": [
272361
+ {
272362
+ "resourceType": "networkConnector",
272363
+ "required": true,
272364
+ "conditionKeys": [],
272365
+ "dependentActions": []
272366
+ }
272367
+ ]
272368
+ },
272005
272369
  {
272006
272370
  "name": "DeleteProvisionedConcurrencyConfig",
272007
272371
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteProvisionedConcurrencyConfig.html",
@@ -272340,6 +272704,81 @@
272340
272704
  }
272341
272705
  ]
272342
272706
  },
272707
+ {
272708
+ "name": "GetMicrovm",
272709
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_GetMicrovm.html",
272710
+ "permissionOnly": false,
272711
+ "description": "Grants permission to view information about an AWS Lambda MicroVM",
272712
+ "accessLevel": "Read",
272713
+ "resourceTypes": [
272714
+ {
272715
+ "resourceType": "microvmImage",
272716
+ "required": true,
272717
+ "conditionKeys": [],
272718
+ "dependentActions": []
272719
+ }
272720
+ ]
272721
+ },
272722
+ {
272723
+ "name": "GetMicrovmImage",
272724
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_GetMicrovmImage.html",
272725
+ "permissionOnly": false,
272726
+ "description": "Grants permission to view information about an AWS Lambda MicroVM image",
272727
+ "accessLevel": "Read",
272728
+ "resourceTypes": [
272729
+ {
272730
+ "resourceType": "microvmImage",
272731
+ "required": true,
272732
+ "conditionKeys": [],
272733
+ "dependentActions": []
272734
+ }
272735
+ ]
272736
+ },
272737
+ {
272738
+ "name": "GetMicrovmImageBuild",
272739
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_GetMicrovmImageBuild.html",
272740
+ "permissionOnly": false,
272741
+ "description": "Grants permission to view information about a build of an AWS Lambda MicroVM image version",
272742
+ "accessLevel": "Read",
272743
+ "resourceTypes": [
272744
+ {
272745
+ "resourceType": "microvmImage",
272746
+ "required": true,
272747
+ "conditionKeys": [],
272748
+ "dependentActions": []
272749
+ }
272750
+ ]
272751
+ },
272752
+ {
272753
+ "name": "GetMicrovmImageVersion",
272754
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_GetMicrovmImageVersion.html",
272755
+ "permissionOnly": false,
272756
+ "description": "Grants permission to view information about a version of an AWS Lambda MicroVM image",
272757
+ "accessLevel": "Read",
272758
+ "resourceTypes": [
272759
+ {
272760
+ "resourceType": "microvmImage",
272761
+ "required": true,
272762
+ "conditionKeys": [],
272763
+ "dependentActions": []
272764
+ }
272765
+ ]
272766
+ },
272767
+ {
272768
+ "name": "GetNetworkConnector",
272769
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_GetNetworkConnector.html",
272770
+ "permissionOnly": false,
272771
+ "description": "Grants permission to view details about an AWS Lambda network connector",
272772
+ "accessLevel": "Read",
272773
+ "resourceTypes": [
272774
+ {
272775
+ "resourceType": "networkConnector",
272776
+ "required": true,
272777
+ "conditionKeys": [],
272778
+ "dependentActions": []
272779
+ }
272780
+ ]
272781
+ },
272343
272782
  {
272344
272783
  "name": "GetPolicy",
272345
272784
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_GetPolicy.html",
@@ -272643,6 +273082,111 @@
272643
273082
  }
272644
273083
  ]
272645
273084
  },
273085
+ {
273086
+ "name": "ListManagedMicrovmImageVersions",
273087
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ListManagedMicrovmImageVersions.html",
273088
+ "permissionOnly": false,
273089
+ "description": "Grants permission to retrieve a list of versions for a managed AWS Lambda MicroVM image",
273090
+ "accessLevel": "List",
273091
+ "resourceTypes": [
273092
+ {
273093
+ "resourceType": "microvmImage",
273094
+ "required": true,
273095
+ "conditionKeys": [],
273096
+ "dependentActions": []
273097
+ }
273098
+ ]
273099
+ },
273100
+ {
273101
+ "name": "ListManagedMicrovmImages",
273102
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ListManagedMicrovmImages.html",
273103
+ "permissionOnly": false,
273104
+ "description": "Grants permission to retrieve a list of managed AWS Lambda MicroVM images",
273105
+ "accessLevel": "List",
273106
+ "resourceTypes": [
273107
+ {
273108
+ "resourceType": "",
273109
+ "required": false,
273110
+ "conditionKeys": [],
273111
+ "dependentActions": []
273112
+ }
273113
+ ]
273114
+ },
273115
+ {
273116
+ "name": "ListMicrovmImageBuilds",
273117
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ListMicrovmImageBuilds.html",
273118
+ "permissionOnly": false,
273119
+ "description": "Grants permission to retrieve a list of builds for an AWS Lambda MicroVM image version",
273120
+ "accessLevel": "List",
273121
+ "resourceTypes": [
273122
+ {
273123
+ "resourceType": "microvmImage",
273124
+ "required": true,
273125
+ "conditionKeys": [],
273126
+ "dependentActions": []
273127
+ }
273128
+ ]
273129
+ },
273130
+ {
273131
+ "name": "ListMicrovmImageVersions",
273132
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ListMicrovmImageVersions.html",
273133
+ "permissionOnly": false,
273134
+ "description": "Grants permission to retrieve a list of versions for an AWS Lambda MicroVM image",
273135
+ "accessLevel": "List",
273136
+ "resourceTypes": [
273137
+ {
273138
+ "resourceType": "microvmImage",
273139
+ "required": true,
273140
+ "conditionKeys": [],
273141
+ "dependentActions": []
273142
+ }
273143
+ ]
273144
+ },
273145
+ {
273146
+ "name": "ListMicrovmImages",
273147
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ListMicrovmImages.html",
273148
+ "permissionOnly": false,
273149
+ "description": "Grants permission to retrieve a list of AWS Lambda MicroVM images",
273150
+ "accessLevel": "List",
273151
+ "resourceTypes": [
273152
+ {
273153
+ "resourceType": "",
273154
+ "required": false,
273155
+ "conditionKeys": [],
273156
+ "dependentActions": []
273157
+ }
273158
+ ]
273159
+ },
273160
+ {
273161
+ "name": "ListMicrovms",
273162
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ListMicrovms.html",
273163
+ "permissionOnly": false,
273164
+ "description": "Grants permission to retrieve a list of AWS Lambda MicroVMs",
273165
+ "accessLevel": "List",
273166
+ "resourceTypes": [
273167
+ {
273168
+ "resourceType": "",
273169
+ "required": false,
273170
+ "conditionKeys": [],
273171
+ "dependentActions": []
273172
+ }
273173
+ ]
273174
+ },
273175
+ {
273176
+ "name": "ListNetworkConnectors",
273177
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_ListNetworkConnectors.html",
273178
+ "permissionOnly": false,
273179
+ "description": "Grants permission to retrieve a list of AWS Lambda network connectors",
273180
+ "accessLevel": "List",
273181
+ "resourceTypes": [
273182
+ {
273183
+ "resourceType": "",
273184
+ "required": false,
273185
+ "conditionKeys": [],
273186
+ "dependentActions": []
273187
+ }
273188
+ ]
273189
+ },
272646
273190
  {
272647
273191
  "name": "ListProvisionedConcurrencyConfigs",
272648
273192
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_ListProvisionedConcurrencyConfigs.html",
@@ -272662,7 +273206,7 @@
272662
273206
  "name": "ListTags",
272663
273207
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_ListTags.html",
272664
273208
  "permissionOnly": false,
272665
- "description": "Grants permission to retrieve a list of tags for an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
273209
+ "description": "Grants permission to retrieve a list of tags for an AWS Lambda function, event source mapping, capacity provider, code signing configuration, network connector or MicroVM image resource",
272666
273210
  "accessLevel": "Read",
272667
273211
  "resourceTypes": [
272668
273212
  {
@@ -272688,6 +273232,18 @@
272688
273232
  "required": false,
272689
273233
  "conditionKeys": [],
272690
273234
  "dependentActions": []
273235
+ },
273236
+ {
273237
+ "resourceType": "microvmImage",
273238
+ "required": false,
273239
+ "conditionKeys": [],
273240
+ "dependentActions": []
273241
+ },
273242
+ {
273243
+ "resourceType": "networkConnector",
273244
+ "required": false,
273245
+ "conditionKeys": [],
273246
+ "dependentActions": []
272691
273247
  }
272692
273248
  ]
272693
273249
  },
@@ -272721,6 +273277,21 @@
272721
273277
  }
272722
273278
  ]
272723
273279
  },
273280
+ {
273281
+ "name": "PassNetworkConnector",
273282
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html",
273283
+ "permissionOnly": true,
273284
+ "description": "Grants permission to pass an AWS Lambda network connector to a service",
273285
+ "accessLevel": "Write",
273286
+ "resourceTypes": [
273287
+ {
273288
+ "resourceType": "",
273289
+ "required": false,
273290
+ "conditionKeys": [],
273291
+ "dependentActions": []
273292
+ }
273293
+ ]
273294
+ },
272724
273295
  {
272725
273296
  "name": "PublishLayerVersion",
272726
273297
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html",
@@ -272915,6 +273486,39 @@
272915
273486
  }
272916
273487
  ]
272917
273488
  },
273489
+ {
273490
+ "name": "ResumeMicrovm",
273491
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_ResumeMicrovm.html",
273492
+ "permissionOnly": false,
273493
+ "description": "Grants permission to resume a suspended AWS Lambda MicroVM",
273494
+ "accessLevel": "Write",
273495
+ "resourceTypes": [
273496
+ {
273497
+ "resourceType": "microvmImage",
273498
+ "required": true,
273499
+ "conditionKeys": [],
273500
+ "dependentActions": []
273501
+ }
273502
+ ]
273503
+ },
273504
+ {
273505
+ "name": "RunMicrovm",
273506
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_RunMicrovm.html",
273507
+ "permissionOnly": false,
273508
+ "description": "Grants permission to run an AWS Lambda MicroVM from a MicroVM image",
273509
+ "accessLevel": "Write",
273510
+ "resourceTypes": [
273511
+ {
273512
+ "resourceType": "microvmImage",
273513
+ "required": true,
273514
+ "conditionKeys": [],
273515
+ "dependentActions": [
273516
+ "iam:PassRole",
273517
+ "lambda:PassNetworkConnector"
273518
+ ]
273519
+ }
273520
+ ]
273521
+ },
272918
273522
  {
272919
273523
  "name": "SendDurableExecutionCallbackFailure",
272920
273524
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_SendDurableExecutionCallbackFailure.html",
@@ -272975,11 +273579,26 @@
272975
273579
  }
272976
273580
  ]
272977
273581
  },
273582
+ {
273583
+ "name": "SuspendMicrovm",
273584
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_SuspendMicrovm.html",
273585
+ "permissionOnly": false,
273586
+ "description": "Grants permission to suspend an AWS Lambda MicroVM",
273587
+ "accessLevel": "Write",
273588
+ "resourceTypes": [
273589
+ {
273590
+ "resourceType": "microvmImage",
273591
+ "required": true,
273592
+ "conditionKeys": [],
273593
+ "dependentActions": []
273594
+ }
273595
+ ]
273596
+ },
272978
273597
  {
272979
273598
  "name": "TagResource",
272980
273599
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_TagResources.html",
272981
273600
  "permissionOnly": false,
272982
- "description": "Grants permission to add tags to an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
273601
+ "description": "Grants permission to add tags to an AWS Lambda function, event source mapping, capacity provider, code signing configuration, network connector or MicroVM image resource",
272983
273602
  "accessLevel": "Tagging",
272984
273603
  "resourceTypes": [
272985
273604
  {
@@ -273006,6 +273625,18 @@
273006
273625
  "conditionKeys": [],
273007
273626
  "dependentActions": []
273008
273627
  },
273628
+ {
273629
+ "resourceType": "microvmImage",
273630
+ "required": false,
273631
+ "conditionKeys": [],
273632
+ "dependentActions": []
273633
+ },
273634
+ {
273635
+ "resourceType": "networkConnector",
273636
+ "required": false,
273637
+ "conditionKeys": [],
273638
+ "dependentActions": []
273639
+ },
273009
273640
  {
273010
273641
  "resourceType": "",
273011
273642
  "required": false,
@@ -273017,11 +273648,26 @@
273017
273648
  }
273018
273649
  ]
273019
273650
  },
273651
+ {
273652
+ "name": "TerminateMicrovm",
273653
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_TerminateMicrovm.html",
273654
+ "permissionOnly": false,
273655
+ "description": "Grants permission to terminate an AWS Lambda MicroVM",
273656
+ "accessLevel": "Write",
273657
+ "resourceTypes": [
273658
+ {
273659
+ "resourceType": "microvmImage",
273660
+ "required": true,
273661
+ "conditionKeys": [],
273662
+ "dependentActions": []
273663
+ }
273664
+ ]
273665
+ },
273020
273666
  {
273021
273667
  "name": "UntagResource",
273022
273668
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_UntagResource.html",
273023
273669
  "permissionOnly": false,
273024
- "description": "Grants permission to remove tags from an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
273670
+ "description": "Grants permission to remove tags from an AWS Lambda function, event source mapping, capacity provider, code signing configuration, network connector or MicroVM image resource",
273025
273671
  "accessLevel": "Tagging",
273026
273672
  "resourceTypes": [
273027
273673
  {
@@ -273048,6 +273694,18 @@
273048
273694
  "conditionKeys": [],
273049
273695
  "dependentActions": []
273050
273696
  },
273697
+ {
273698
+ "resourceType": "microvmImage",
273699
+ "required": false,
273700
+ "conditionKeys": [],
273701
+ "dependentActions": []
273702
+ },
273703
+ {
273704
+ "resourceType": "networkConnector",
273705
+ "required": false,
273706
+ "conditionKeys": [],
273707
+ "dependentActions": []
273708
+ },
273051
273709
  {
273052
273710
  "resourceType": "",
273053
273711
  "required": false,
@@ -273226,6 +273884,54 @@
273226
273884
  "dependentActions": []
273227
273885
  }
273228
273886
  ]
273887
+ },
273888
+ {
273889
+ "name": "UpdateMicrovmImage",
273890
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_UpdateMicrovmImage.html",
273891
+ "permissionOnly": false,
273892
+ "description": "Grants permission to update an AWS Lambda MicroVM image",
273893
+ "accessLevel": "Write",
273894
+ "resourceTypes": [
273895
+ {
273896
+ "resourceType": "microvmImage",
273897
+ "required": true,
273898
+ "conditionKeys": [],
273899
+ "dependentActions": [
273900
+ "iam:PassRole",
273901
+ "lambda:PassNetworkConnector"
273902
+ ]
273903
+ }
273904
+ ]
273905
+ },
273906
+ {
273907
+ "name": "UpdateMicrovmImageVersion",
273908
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/microvm-api/API_UpdateMicrovmImageVersion.html",
273909
+ "permissionOnly": false,
273910
+ "description": "Grants permission to update a version of an AWS Lambda MicroVM image",
273911
+ "accessLevel": "Write",
273912
+ "resourceTypes": [
273913
+ {
273914
+ "resourceType": "microvmImage",
273915
+ "required": true,
273916
+ "conditionKeys": [],
273917
+ "dependentActions": []
273918
+ }
273919
+ ]
273920
+ },
273921
+ {
273922
+ "name": "UpdateNetworkConnector",
273923
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_UpdateNetworkConnector.html",
273924
+ "permissionOnly": false,
273925
+ "description": "Grants permission to update an AWS Lambda network connector",
273926
+ "accessLevel": "Write",
273927
+ "resourceTypes": [
273928
+ {
273929
+ "resourceType": "networkConnector",
273930
+ "required": true,
273931
+ "conditionKeys": [],
273932
+ "dependentActions": []
273933
+ }
273934
+ ]
273229
273935
  }
273230
273936
  ],
273231
273937
  "resourceTypes": [
@@ -273294,6 +274000,22 @@
273294
274000
  "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/lambda-api-permissions-ref.html",
273295
274001
  "arnPattern": "arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}:${LayerVersion}",
273296
274002
  "conditionKeys": []
274003
+ },
274004
+ {
274005
+ "name": "networkConnector",
274006
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/lambda-api-permissions-ref.html",
274007
+ "arnPattern": "arn:${Partition}:lambda:${Region}:${Account}:network-connector:${NetworkConnectorId}",
274008
+ "conditionKeys": [
274009
+ "aws:ResourceTag/${TagKey}"
274010
+ ]
274011
+ },
274012
+ {
274013
+ "name": "microvmImage",
274014
+ "apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/lambda-api-permissions-ref.html",
274015
+ "arnPattern": "arn:${Partition}:lambda:${Region}:${Account}:microvm-image:${MicrovmImageName}",
274016
+ "conditionKeys": [
274017
+ "aws:ResourceTag/${TagKey}"
274018
+ ]
273297
274019
  }
273298
274020
  ],
273299
274021
  "conditionKeys": [
@@ -5193,19 +5193,25 @@
5193
5193
  "name": "Amazon CloudWatch Application Signals",
5194
5194
  "servicePrefix": "application-signals",
5195
5195
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationsignals.html",
5196
- "actionsCount": 25,
5196
+ "actionsCount": 32,
5197
5197
  "actions": [
5198
+ "BatchDeleteInstrumentationConfigurations",
5198
5199
  "BatchGetServiceLevelObjectiveBudgetReport",
5199
5200
  "BatchUpdateExclusionWindows",
5201
+ "CreateInstrumentationConfiguration",
5200
5202
  "CreateServiceLevelObjective",
5201
5203
  "DeleteGroupingConfiguration",
5204
+ "DeleteInstrumentationConfiguration",
5202
5205
  "DeleteServiceLevelObjective",
5206
+ "GetInstrumentationConfiguration",
5207
+ "GetInstrumentationConfigurationStatus",
5203
5208
  "GetService",
5204
5209
  "GetServiceLevelObjective",
5205
5210
  "Link",
5206
5211
  "ListAuditFindings",
5207
5212
  "ListEntityEvents",
5208
5213
  "ListGroupingAttributeDefinitions",
5214
+ "ListInstrumentationConfigurations",
5209
5215
  "ListObservedEntities",
5210
5216
  "ListServiceDependencies",
5211
5217
  "ListServiceDependents",
@@ -5216,14 +5222,16 @@
5216
5222
  "ListServices",
5217
5223
  "ListTagsForResource",
5218
5224
  "PutGroupingConfiguration",
5225
+ "ReportInstrumentationConfigurationStatus",
5219
5226
  "StartDiscovery",
5220
5227
  "TagResource",
5221
5228
  "UntagResource",
5222
5229
  "UpdateServiceLevelObjective"
5223
5230
  ],
5224
- "resourceTypesCount": 1,
5231
+ "resourceTypesCount": 2,
5225
5232
  "resourceTypes": [
5226
- "slo"
5233
+ "slo",
5234
+ "instrumentationConfig"
5227
5235
  ],
5228
5236
  "conditionKeysCount": 3,
5229
5237
  "conditionKeys": [
@@ -5351,7 +5359,7 @@
5351
5359
  "name": "Amazon CloudWatch Logs",
5352
5360
  "servicePrefix": "logs",
5353
5361
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchlogs.html",
5354
- "actionsCount": 127,
5362
+ "actionsCount": 130,
5355
5363
  "actions": [
5356
5364
  "AssociateKmsKey",
5357
5365
  "AssociateSourceToS3TableIntegration",
@@ -5388,6 +5396,7 @@
5388
5396
  "DeleteRetentionPolicy",
5389
5397
  "DeleteScheduledQuery",
5390
5398
  "DeleteSubscriptionFilter",
5399
+ "DeleteSyslogConfiguration",
5391
5400
  "DeleteTransformer",
5392
5401
  "DescribeAccountPolicies",
5393
5402
  "DescribeConfigurationTemplates",
@@ -5441,6 +5450,7 @@
5441
5450
  "ListLogGroupsForQuery",
5442
5451
  "ListScheduledQueries",
5443
5452
  "ListSourcesForS3TableIntegration",
5453
+ "ListSyslogConfigurations",
5444
5454
  "ListTagsForResource",
5445
5455
  "ListTagsLogGroup",
5446
5456
  "ProcessWithPipeline",
@@ -5462,6 +5472,7 @@
5462
5472
  "PutResourcePolicy",
5463
5473
  "PutRetentionPolicy",
5464
5474
  "PutSubscriptionFilter",
5475
+ "PutSyslogConfiguration",
5465
5476
  "PutTransformer",
5466
5477
  "StartLiveTail",
5467
5478
  "StartQuery",
@@ -15066,7 +15077,7 @@
15066
15077
  "name": "Amazon GuardDuty",
15067
15078
  "servicePrefix": "guardduty",
15068
15079
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonguardduty.html",
15069
- "actionsCount": 88,
15080
+ "actionsCount": 91,
15070
15081
  "actions": [
15071
15082
  "AcceptAdministratorInvitation",
15072
15083
  "AcceptInvitation",
@@ -15074,6 +15085,7 @@
15074
15085
  "CreateDetector",
15075
15086
  "CreateFilter",
15076
15087
  "CreateIPSet",
15088
+ "CreateInvestigation",
15077
15089
  "CreateMalwareProtectionPlan",
15078
15090
  "CreateMembers",
15079
15091
  "CreatePublishingDestination",
@@ -15107,6 +15119,7 @@
15107
15119
  "GetFindings",
15108
15120
  "GetFindingsStatistics",
15109
15121
  "GetIPSet",
15122
+ "GetInvestigation",
15110
15123
  "GetInvitationsCount",
15111
15124
  "GetMalwareProtectionPlan",
15112
15125
  "GetMalwareScan",
@@ -15126,6 +15139,7 @@
15126
15139
  "ListFilters",
15127
15140
  "ListFindings",
15128
15141
  "ListIPSets",
15142
+ "ListInvestigations",
15129
15143
  "ListInvitations",
15130
15144
  "ListMalwareProtectionPlans",
15131
15145
  "ListMalwareScans",
@@ -18655,17 +18669,22 @@
18655
18669
  "name": "AWS Lambda",
18656
18670
  "servicePrefix": "lambda",
18657
18671
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslambda.html",
18658
- "actionsCount": 88,
18672
+ "actionsCount": 116,
18659
18673
  "actions": [
18660
18674
  "AddLayerVersionPermission",
18661
18675
  "AddPermission",
18662
18676
  "CheckpointDurableExecution",
18677
+ "ConnectMicrovm",
18663
18678
  "CreateAlias",
18664
18679
  "CreateCapacityProvider",
18665
18680
  "CreateCodeSigningConfig",
18666
18681
  "CreateEventSourceMapping",
18667
18682
  "CreateFunction",
18668
18683
  "CreateFunctionUrlConfig",
18684
+ "CreateMicrovmAuthToken",
18685
+ "CreateMicrovmImage",
18686
+ "CreateMicrovmShellAuthToken",
18687
+ "CreateNetworkConnector",
18669
18688
  "DeleteAlias",
18670
18689
  "DeleteCapacityProvider",
18671
18690
  "DeleteCodeSigningConfig",
@@ -18676,6 +18695,9 @@
18676
18695
  "DeleteFunctionEventInvokeConfig",
18677
18696
  "DeleteFunctionUrlConfig",
18678
18697
  "DeleteLayerVersion",
18698
+ "DeleteMicrovmImage",
18699
+ "DeleteMicrovmImageVersion",
18700
+ "DeleteNetworkConnector",
18679
18701
  "DeleteProvisionedConcurrencyConfig",
18680
18702
  "DisableReplication",
18681
18703
  "EnableReplication",
@@ -18697,6 +18719,11 @@
18697
18719
  "GetFunctionUrlConfig",
18698
18720
  "GetLayerVersion",
18699
18721
  "GetLayerVersionPolicy",
18722
+ "GetMicrovm",
18723
+ "GetMicrovmImage",
18724
+ "GetMicrovmImageBuild",
18725
+ "GetMicrovmImageVersion",
18726
+ "GetNetworkConnector",
18700
18727
  "GetPolicy",
18701
18728
  "GetProvisionedConcurrencyConfig",
18702
18729
  "GetRuntimeManagementConfig",
@@ -18715,10 +18742,18 @@
18715
18742
  "ListFunctionsByCodeSigningConfig",
18716
18743
  "ListLayerVersions",
18717
18744
  "ListLayers",
18745
+ "ListManagedMicrovmImageVersions",
18746
+ "ListManagedMicrovmImages",
18747
+ "ListMicrovmImageBuilds",
18748
+ "ListMicrovmImageVersions",
18749
+ "ListMicrovmImages",
18750
+ "ListMicrovms",
18751
+ "ListNetworkConnectors",
18718
18752
  "ListProvisionedConcurrencyConfigs",
18719
18753
  "ListTags",
18720
18754
  "ListVersionsByFunction",
18721
18755
  "PassCapacityProvider",
18756
+ "PassNetworkConnector",
18722
18757
  "PublishLayerVersion",
18723
18758
  "PublishVersion",
18724
18759
  "PutFunctionCodeSigningConfig",
@@ -18730,11 +18765,15 @@
18730
18765
  "PutRuntimeManagementConfig",
18731
18766
  "RemoveLayerVersionPermission",
18732
18767
  "RemovePermission",
18768
+ "ResumeMicrovm",
18769
+ "RunMicrovm",
18733
18770
  "SendDurableExecutionCallbackFailure",
18734
18771
  "SendDurableExecutionCallbackHeartbeat",
18735
18772
  "SendDurableExecutionCallbackSuccess",
18736
18773
  "StopDurableExecution",
18774
+ "SuspendMicrovm",
18737
18775
  "TagResource",
18776
+ "TerminateMicrovm",
18738
18777
  "UntagResource",
18739
18778
  "UpdateAlias",
18740
18779
  "UpdateCapacityProvider",
@@ -18744,9 +18783,12 @@
18744
18783
  "UpdateFunctionCodeSigningConfig",
18745
18784
  "UpdateFunctionConfiguration",
18746
18785
  "UpdateFunctionEventInvokeConfig",
18747
- "UpdateFunctionUrlConfig"
18786
+ "UpdateFunctionUrlConfig",
18787
+ "UpdateMicrovmImage",
18788
+ "UpdateMicrovmImageVersion",
18789
+ "UpdateNetworkConnector"
18748
18790
  ],
18749
- "resourceTypesCount": 9,
18791
+ "resourceTypesCount": 11,
18750
18792
  "resourceTypes": [
18751
18793
  "capacityProvider",
18752
18794
  "code signing config",
@@ -18756,7 +18798,9 @@
18756
18798
  "function alias",
18757
18799
  "function version",
18758
18800
  "layer",
18759
- "layerVersion"
18801
+ "layerVersion",
18802
+ "networkConnector",
18803
+ "microvmImage"
18760
18804
  ],
18761
18805
  "conditionKeysCount": 14,
18762
18806
  "conditionKeys": [
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11709
5
+ "value": 11732
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5666
9
+ "value": 5674
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3567
13
+ "value": 3577
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 2133
413
+ "value": 2136
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",