aws-iam-data 0.0.355 → 0.0.356

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,23 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-04-08",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS CodeBuild": [
8
+ "codebuild:BatchGetCommandExecutions",
9
+ "codebuild:BatchGetSandboxes",
10
+ "codebuild:ListCommandExecutionsForSandbox",
11
+ "codebuild:ListSandboxes",
12
+ "codebuild:ListSandboxesForProject",
13
+ "codebuild:StartCommandExecution",
14
+ "codebuild:StartSandbox",
15
+ "codebuild:StartSandboxConnection",
16
+ "codebuild:StopSandbox"
17
+ ]
18
+ },
19
+ "removedActions": {}
20
+ },
2
21
  {
3
22
  "dateOfChange": "2025-04-01",
4
23
  "addedServices": [],
@@ -62422,6 +62422,21 @@
62422
62422
  }
62423
62423
  ]
62424
62424
  },
62425
+ {
62426
+ "name": "BatchGetCommandExecutions",
62427
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetCommandExecutions.html",
62428
+ "permissionOnly": false,
62429
+ "description": "Grants permission to get information about one or more command executions",
62430
+ "accessLevel": "Read",
62431
+ "resourceTypes": [
62432
+ {
62433
+ "resourceType": "sandbox",
62434
+ "required": true,
62435
+ "conditionKeys": [],
62436
+ "dependentActions": []
62437
+ }
62438
+ ]
62439
+ },
62425
62440
  {
62426
62441
  "name": "BatchGetFleets",
62427
62442
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetFleets.html",
@@ -62482,6 +62497,21 @@
62482
62497
  }
62483
62498
  ]
62484
62499
  },
62500
+ {
62501
+ "name": "BatchGetSandboxes",
62502
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetSandboxes.html",
62503
+ "permissionOnly": false,
62504
+ "description": "Grants permission to get information about one or more sandboxes",
62505
+ "accessLevel": "Read",
62506
+ "resourceTypes": [
62507
+ {
62508
+ "resourceType": "project",
62509
+ "required": true,
62510
+ "conditionKeys": [],
62511
+ "dependentActions": []
62512
+ }
62513
+ ]
62514
+ },
62485
62515
  {
62486
62516
  "name": "BatchPutCodeCoverages",
62487
62517
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#console-policies",
@@ -62911,6 +62941,21 @@
62911
62941
  }
62912
62942
  ]
62913
62943
  },
62944
+ {
62945
+ "name": "ListCommandExecutionsForSandbox",
62946
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListCommandExecutionsForSandbox.html",
62947
+ "permissionOnly": false,
62948
+ "description": "Grants permission to get a list of command execution IDs for the specified sandbox, with each command execution ID representing a single command execution",
62949
+ "accessLevel": "List",
62950
+ "resourceTypes": [
62951
+ {
62952
+ "resourceType": "sandbox",
62953
+ "required": true,
62954
+ "conditionKeys": [],
62955
+ "dependentActions": []
62956
+ }
62957
+ ]
62958
+ },
62914
62959
  {
62915
62960
  "name": "ListConnectedOAuthAccounts",
62916
62961
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#console-policies",
@@ -63031,6 +63076,36 @@
63031
63076
  }
63032
63077
  ]
63033
63078
  },
63079
+ {
63080
+ "name": "ListSandboxes",
63081
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListSandboxes.html",
63082
+ "permissionOnly": false,
63083
+ "description": "Grants permission to get a list of sandbox IDs, with each sandbox ID representing a single sandbox",
63084
+ "accessLevel": "List",
63085
+ "resourceTypes": [
63086
+ {
63087
+ "resourceType": "",
63088
+ "required": false,
63089
+ "conditionKeys": [],
63090
+ "dependentActions": []
63091
+ }
63092
+ ]
63093
+ },
63094
+ {
63095
+ "name": "ListSandboxesForProject",
63096
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListSandboxesForProject.html",
63097
+ "permissionOnly": false,
63098
+ "description": "Grants permission to get a list of sandbox IDs for the specified sandbox project, with each sandbox ID representing a single sandbox",
63099
+ "accessLevel": "List",
63100
+ "resourceTypes": [
63101
+ {
63102
+ "resourceType": "project",
63103
+ "required": true,
63104
+ "conditionKeys": [],
63105
+ "dependentActions": []
63106
+ }
63107
+ ]
63108
+ },
63034
63109
  {
63035
63110
  "name": "ListSharedProjects",
63036
63111
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListSharedProjects.html",
@@ -63172,6 +63247,51 @@
63172
63247
  }
63173
63248
  ]
63174
63249
  },
63250
+ {
63251
+ "name": "StartCommandExecution",
63252
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StartCommandExecution.html",
63253
+ "permissionOnly": false,
63254
+ "description": "Grants permission to start running a command execution",
63255
+ "accessLevel": "Write",
63256
+ "resourceTypes": [
63257
+ {
63258
+ "resourceType": "sandbox",
63259
+ "required": true,
63260
+ "conditionKeys": [],
63261
+ "dependentActions": []
63262
+ }
63263
+ ]
63264
+ },
63265
+ {
63266
+ "name": "StartSandbox",
63267
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StartSandbox.html",
63268
+ "permissionOnly": false,
63269
+ "description": "Grants permission to start running a sandbox",
63270
+ "accessLevel": "Write",
63271
+ "resourceTypes": [
63272
+ {
63273
+ "resourceType": "project",
63274
+ "required": true,
63275
+ "conditionKeys": [],
63276
+ "dependentActions": []
63277
+ }
63278
+ ]
63279
+ },
63280
+ {
63281
+ "name": "StartSandboxConnection",
63282
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StartSandboxConnection.html",
63283
+ "permissionOnly": false,
63284
+ "description": "Grants permission to establish a connection to the sandbox",
63285
+ "accessLevel": "Write",
63286
+ "resourceTypes": [
63287
+ {
63288
+ "resourceType": "sandbox",
63289
+ "required": true,
63290
+ "conditionKeys": [],
63291
+ "dependentActions": []
63292
+ }
63293
+ ]
63294
+ },
63175
63295
  {
63176
63296
  "name": "StopBuild",
63177
63297
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StopBuild.html",
@@ -63202,6 +63322,21 @@
63202
63322
  }
63203
63323
  ]
63204
63324
  },
63325
+ {
63326
+ "name": "StopSandbox",
63327
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StopSandbox.html",
63328
+ "permissionOnly": false,
63329
+ "description": "Grants permission to attempt to stop running a sandbox",
63330
+ "accessLevel": "Write",
63331
+ "resourceTypes": [
63332
+ {
63333
+ "resourceType": "project",
63334
+ "required": true,
63335
+ "conditionKeys": [],
63336
+ "dependentActions": []
63337
+ }
63338
+ ]
63339
+ },
63205
63340
  {
63206
63341
  "name": "UpdateFleet",
63207
63342
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateFleet.html",
@@ -63369,6 +63504,12 @@
63369
63504
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
63370
63505
  "arnPattern": "arn:${Partition}:codebuild:${Region}:${Account}:fleet/${FleetName}:${FleetId}",
63371
63506
  "conditionKeys": []
63507
+ },
63508
+ {
63509
+ "name": "sandbox",
63510
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
63511
+ "arnPattern": "arn:${Partition}:codebuild:${Region}:${Account}:sandbox/${SandboxId}",
63512
+ "conditionKeys": []
63372
63513
  }
63373
63514
  ],
63374
63515
  "conditionKeys": [
@@ -374993,7 +375134,9 @@
374993
375134
  {
374994
375135
  "resourceType": "",
374995
375136
  "required": false,
374996
- "conditionKeys": [],
375137
+ "conditionKeys": [
375138
+ "user-subscriptions:CreateForSelf"
375139
+ ],
374997
375140
  "dependentActions": []
374998
375141
  }
374999
375142
  ]
@@ -375075,7 +375218,14 @@
375075
375218
  }
375076
375219
  ],
375077
375220
  "resourceTypes": [],
375078
- "conditionKeys": []
375221
+ "conditionKeys": [
375222
+ {
375223
+ "name": "user-subscriptions:CreateForSelf",
375224
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security-iam-service-with-iam.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
375225
+ "description": "Filters access by only allowing creation of User subscription Claims for the caller",
375226
+ "type": "Bool"
375227
+ }
375228
+ ]
375079
375229
  },
375080
375230
  {
375081
375231
  "name": "AWS Verified Access",
@@ -4795,15 +4795,17 @@
4795
4795
  "name": "AWS CodeBuild",
4796
4796
  "servicePrefix": "codebuild",
4797
4797
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodebuild.html",
4798
- "actionsCount": 58,
4798
+ "actionsCount": 67,
4799
4799
  "actions": [
4800
4800
  "BatchDeleteBuilds",
4801
4801
  "BatchGetBuildBatches",
4802
4802
  "BatchGetBuilds",
4803
+ "BatchGetCommandExecutions",
4803
4804
  "BatchGetFleets",
4804
4805
  "BatchGetProjects",
4805
4806
  "BatchGetReportGroups",
4806
4807
  "BatchGetReports",
4808
+ "BatchGetSandboxes",
4807
4809
  "BatchPutCodeCoverages",
4808
4810
  "BatchPutTestCases",
4809
4811
  "CreateFleet",
@@ -4830,6 +4832,7 @@
4830
4832
  "ListBuildBatchesForProject",
4831
4833
  "ListBuilds",
4832
4834
  "ListBuildsForProject",
4835
+ "ListCommandExecutionsForSandbox",
4833
4836
  "ListConnectedOAuthAccounts",
4834
4837
  "ListCuratedEnvironmentImages",
4835
4838
  "ListFleets",
@@ -4838,6 +4841,8 @@
4838
4841
  "ListReports",
4839
4842
  "ListReportsForReportGroup",
4840
4843
  "ListRepositories",
4844
+ "ListSandboxes",
4845
+ "ListSandboxesForProject",
4841
4846
  "ListSharedProjects",
4842
4847
  "ListSharedReportGroups",
4843
4848
  "ListSourceCredentials",
@@ -4847,8 +4852,12 @@
4847
4852
  "RetryBuildBatch",
4848
4853
  "StartBuild",
4849
4854
  "StartBuildBatch",
4855
+ "StartCommandExecution",
4856
+ "StartSandbox",
4857
+ "StartSandboxConnection",
4850
4858
  "StopBuild",
4851
4859
  "StopBuildBatch",
4860
+ "StopSandbox",
4852
4861
  "UpdateFleet",
4853
4862
  "UpdateProject",
4854
4863
  "UpdateProjectVisibility",
@@ -4856,14 +4865,15 @@
4856
4865
  "UpdateReportGroup",
4857
4866
  "UpdateWebhook"
4858
4867
  ],
4859
- "resourceTypesCount": 6,
4868
+ "resourceTypesCount": 7,
4860
4869
  "resourceTypes": [
4861
4870
  "build",
4862
4871
  "build-batch",
4863
4872
  "project",
4864
4873
  "report-group",
4865
4874
  "report",
4866
- "fleet"
4875
+ "fleet",
4876
+ "sandbox"
4867
4877
  ],
4868
4878
  "conditionKeysCount": 5,
4869
4879
  "conditionKeys": [
@@ -27191,8 +27201,10 @@
27191
27201
  ],
27192
27202
  "resourceTypesCount": 0,
27193
27203
  "resourceTypes": [],
27194
- "conditionKeysCount": 0,
27195
- "conditionKeys": []
27204
+ "conditionKeysCount": 1,
27205
+ "conditionKeys": [
27206
+ "user-subscriptions:CreateForSelf"
27207
+ ]
27196
27208
  },
27197
27209
  {
27198
27210
  "name": "AWS Verified Access",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10227
5
+ "value": 10231
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4963
9
+ "value": 4965
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3024
13
+ "value": 3027
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1891
413
+ "value": 1892
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1063
417
+ "value": 1064
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.355",
3
+ "version": "0.0.356",
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",