aws-iam-data 0.0.140 → 0.0.141

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,25 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-01-23",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS CodeBuild": [
8
+ "codebuild:BatchGetFleets",
9
+ "codebuild:CreateFleet",
10
+ "codebuild:DeleteFleet",
11
+ "codebuild:ListFleets",
12
+ "codebuild:UpdateFleet"
13
+ ],
14
+ "Amazon Connect Cases": [
15
+ "cases:GetCaseAuditEvents"
16
+ ],
17
+ "Amazon Elastic MapReduce": [
18
+ "elasticmapreduce:SetKeepJobFlowAliveWhenNoSteps"
19
+ ]
20
+ },
21
+ "removedActions": {}
22
+ },
2
23
  {
3
24
  "dateOfChange": "2024-01-17",
4
25
  "addedServices": [],
@@ -52208,6 +52208,21 @@
52208
52208
  }
52209
52209
  ]
52210
52210
  },
52211
+ {
52212
+ "name": "BatchGetFleets",
52213
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetFleets.html",
52214
+ "permissionOnly": false,
52215
+ "description": "Grants permission to return an array of the Fleet objects specified by the input parameter",
52216
+ "accessLevel": "Read",
52217
+ "resourceTypes": [
52218
+ {
52219
+ "resourceType": "fleet",
52220
+ "required": true,
52221
+ "conditionKeys": [],
52222
+ "dependentActions": []
52223
+ }
52224
+ ]
52225
+ },
52211
52226
  {
52212
52227
  "name": "BatchGetProjects",
52213
52228
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetProjects.html",
@@ -52283,6 +52298,30 @@
52283
52298
  }
52284
52299
  ]
52285
52300
  },
52301
+ {
52302
+ "name": "CreateFleet",
52303
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateFleet.html",
52304
+ "permissionOnly": false,
52305
+ "description": "Grants permission to create a compute fleet",
52306
+ "accessLevel": "Write",
52307
+ "resourceTypes": [
52308
+ {
52309
+ "resourceType": "fleet",
52310
+ "required": true,
52311
+ "conditionKeys": [],
52312
+ "dependentActions": []
52313
+ },
52314
+ {
52315
+ "resourceType": "",
52316
+ "required": false,
52317
+ "conditionKeys": [
52318
+ "aws:RequestTag/${TagKey}",
52319
+ "aws:TagKeys"
52320
+ ],
52321
+ "dependentActions": []
52322
+ }
52323
+ ]
52324
+ },
52286
52325
  {
52287
52326
  "name": "CreateProject",
52288
52327
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateProject.html",
@@ -52376,6 +52415,21 @@
52376
52415
  }
52377
52416
  ]
52378
52417
  },
52418
+ {
52419
+ "name": "DeleteFleet",
52420
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_DeleteFleet.html",
52421
+ "permissionOnly": false,
52422
+ "description": "Grants permission to delete a compute fleet",
52423
+ "accessLevel": "Write",
52424
+ "resourceTypes": [
52425
+ {
52426
+ "resourceType": "fleet",
52427
+ "required": true,
52428
+ "conditionKeys": [],
52429
+ "dependentActions": []
52430
+ }
52431
+ ]
52432
+ },
52379
52433
  {
52380
52434
  "name": "DeleteOAuthToken",
52381
52435
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#console-policies",
@@ -52673,6 +52727,21 @@
52673
52727
  }
52674
52728
  ]
52675
52729
  },
52730
+ {
52731
+ "name": "ListFleets",
52732
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListFleets.html",
52733
+ "permissionOnly": false,
52734
+ "description": "Grants permission to get a list of compute fleet ARNs, with each compute fleet ARN representing a single fleet",
52735
+ "accessLevel": "List",
52736
+ "resourceTypes": [
52737
+ {
52738
+ "resourceType": "",
52739
+ "required": false,
52740
+ "conditionKeys": [],
52741
+ "dependentActions": []
52742
+ }
52743
+ ]
52744
+ },
52676
52745
  {
52677
52746
  "name": "ListProjects",
52678
52747
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListProjects.html",
@@ -52919,6 +52988,30 @@
52919
52988
  }
52920
52989
  ]
52921
52990
  },
52991
+ {
52992
+ "name": "UpdateFleet",
52993
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateFleet.html",
52994
+ "permissionOnly": false,
52995
+ "description": "Grants permission to change the settings of an existing compute fleet",
52996
+ "accessLevel": "Write",
52997
+ "resourceTypes": [
52998
+ {
52999
+ "resourceType": "fleet",
53000
+ "required": true,
53001
+ "conditionKeys": [],
53002
+ "dependentActions": []
53003
+ },
53004
+ {
53005
+ "resourceType": "",
53006
+ "required": false,
53007
+ "conditionKeys": [
53008
+ "aws:RequestTag/${TagKey}",
53009
+ "aws:TagKeys"
53010
+ ],
53011
+ "dependentActions": []
53012
+ }
53013
+ ]
53014
+ },
52922
53015
  {
52923
53016
  "name": "UpdateProject",
52924
53017
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateProject.html",
@@ -53056,6 +53149,12 @@
53056
53149
  "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
53057
53150
  "arnPattern": "arn:${Partition}:codebuild:${Region}:${Account}:report/${ReportGroupName}:${ReportId}",
53058
53151
  "conditionKeys": []
53152
+ },
53153
+ {
53154
+ "name": "fleet",
53155
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
53156
+ "arnPattern": "arn:${Partition}:codebuild:${Region}:${Account}:fleet/${FleetName}:${FleetId}",
53157
+ "conditionKeys": []
53059
53158
  }
53060
53159
  ],
53061
53160
  "conditionKeys": [
@@ -73956,6 +74055,14 @@
73956
74055
  "required": true,
73957
74056
  "conditionKeys": [],
73958
74057
  "dependentActions": []
74058
+ },
74059
+ {
74060
+ "resourceType": "",
74061
+ "required": false,
74062
+ "conditionKeys": [
74063
+ "connect:UserArn"
74064
+ ],
74065
+ "dependentActions": []
73959
74066
  }
73960
74067
  ]
73961
74068
  },
@@ -74120,6 +74227,27 @@
74120
74227
  }
74121
74228
  ]
74122
74229
  },
74230
+ {
74231
+ "name": "GetCaseAuditEvents",
74232
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cases/latest/APIReference/API_GetCaseAuditEvents.html",
74233
+ "permissionOnly": false,
74234
+ "description": "Grants permission to view audit history of a case",
74235
+ "accessLevel": "Read",
74236
+ "resourceTypes": [
74237
+ {
74238
+ "resourceType": "Case",
74239
+ "required": true,
74240
+ "conditionKeys": [],
74241
+ "dependentActions": []
74242
+ },
74243
+ {
74244
+ "resourceType": "Domain",
74245
+ "required": true,
74246
+ "conditionKeys": [],
74247
+ "dependentActions": []
74248
+ }
74249
+ ]
74250
+ },
74123
74251
  {
74124
74252
  "name": "GetCaseEventConfiguration",
74125
74253
  "apiReferenceUrl": "https://docs.aws.amazon.com/cases/latest/APIReference/API_GetCaseEventConfiguration.html",
@@ -74485,6 +74613,14 @@
74485
74613
  "required": true,
74486
74614
  "conditionKeys": [],
74487
74615
  "dependentActions": []
74616
+ },
74617
+ {
74618
+ "resourceType": "",
74619
+ "required": false,
74620
+ "conditionKeys": [
74621
+ "connect:UserArn"
74622
+ ],
74623
+ "dependentActions": []
74488
74624
  }
74489
74625
  ]
74490
74626
  },
@@ -132555,6 +132691,21 @@
132555
132691
  }
132556
132692
  ]
132557
132693
  },
132694
+ {
132695
+ "name": "SetKeepJobFlowAliveWhenNoSteps",
132696
+ "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/APIReference/API_SetKeepJobFlowAliveWhenNoSteps.html",
132697
+ "permissionOnly": false,
132698
+ "description": "Grants permission to add and remove auto terminate after step execution for a cluster",
132699
+ "accessLevel": "Write",
132700
+ "resourceTypes": [
132701
+ {
132702
+ "resourceType": "cluster",
132703
+ "required": true,
132704
+ "conditionKeys": [],
132705
+ "dependentActions": []
132706
+ }
132707
+ ]
132708
+ },
132558
132709
  {
132559
132710
  "name": "SetTerminationProtection",
132560
132711
  "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/APIReference/API_SetTerminationProtection.html",
@@ -156865,6 +157016,12 @@
156865
157016
  "required": true,
156866
157017
  "conditionKeys": [],
156867
157018
  "dependentActions": []
157019
+ },
157020
+ {
157021
+ "resourceType": "table",
157022
+ "required": true,
157023
+ "conditionKeys": [],
157024
+ "dependentActions": []
156868
157025
  }
156869
157026
  ]
156870
157027
  },
@@ -294092,6 +294249,12 @@
294092
294249
  "description": "Filters access by the direct internet access associated with the resource in the request",
294093
294250
  "type": "String"
294094
294251
  },
294252
+ {
294253
+ "name": "sagemaker:DomainId",
294254
+ "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
294255
+ "description": "This context key is included in some requests sent from SageMaker Studio. You can use the domainId as a policy variable to filter requests from specific SageMaker Domains",
294256
+ "type": "String"
294257
+ },
294095
294258
  {
294096
294259
  "name": "sagemaker:DomainSharingOutputKmsKey",
294097
294260
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
@@ -294290,6 +294453,12 @@
294290
294453
  "description": "Filters access by the target model associated with the Multi-Model Endpoint in the request",
294291
294454
  "type": "String"
294292
294455
  },
294456
+ {
294457
+ "name": "sagemaker:UserProfileName",
294458
+ "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
294459
+ "description": "This context key is included in some requests sent from SageMaker Studio. You can use the UserProfileName as a policy variable to filter requests from specific user profiles within a SageMaker Domain",
294460
+ "type": "String"
294461
+ },
294293
294462
  {
294294
294463
  "name": "sagemaker:VolumeKmsKey",
294295
294464
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
@@ -333765,7 +333934,7 @@
333765
333934
  "name": "UpdateWorkloadShare",
333766
333935
  "apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_UpdateWorkloadShare.html",
333767
333936
  "permissionOnly": false,
333768
- "description": "Grants permission to update properties of the specified workload",
333937
+ "description": "Grants permission to update properties of the specified workload share",
333769
333938
  "accessLevel": "Write",
333770
333939
  "resourceTypes": [
333771
333940
  {
@@ -4123,21 +4123,24 @@
4123
4123
  "name": "AWS CodeBuild",
4124
4124
  "servicePrefix": "codebuild",
4125
4125
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodebuild.html",
4126
- "actionsCount": 53,
4126
+ "actionsCount": 58,
4127
4127
  "actions": [
4128
4128
  "BatchDeleteBuilds",
4129
4129
  "BatchGetBuildBatches",
4130
4130
  "BatchGetBuilds",
4131
+ "BatchGetFleets",
4131
4132
  "BatchGetProjects",
4132
4133
  "BatchGetReportGroups",
4133
4134
  "BatchGetReports",
4134
4135
  "BatchPutCodeCoverages",
4135
4136
  "BatchPutTestCases",
4137
+ "CreateFleet",
4136
4138
  "CreateProject",
4137
4139
  "CreateReport",
4138
4140
  "CreateReportGroup",
4139
4141
  "CreateWebhook",
4140
4142
  "DeleteBuildBatch",
4143
+ "DeleteFleet",
4141
4144
  "DeleteOAuthToken",
4142
4145
  "DeleteProject",
4143
4146
  "DeleteReport",
@@ -4157,6 +4160,7 @@
4157
4160
  "ListBuildsForProject",
4158
4161
  "ListConnectedOAuthAccounts",
4159
4162
  "ListCuratedEnvironmentImages",
4163
+ "ListFleets",
4160
4164
  "ListProjects",
4161
4165
  "ListReportGroups",
4162
4166
  "ListReports",
@@ -4173,19 +4177,21 @@
4173
4177
  "StartBuildBatch",
4174
4178
  "StopBuild",
4175
4179
  "StopBuildBatch",
4180
+ "UpdateFleet",
4176
4181
  "UpdateProject",
4177
4182
  "UpdateProjectVisibility",
4178
4183
  "UpdateReport",
4179
4184
  "UpdateReportGroup",
4180
4185
  "UpdateWebhook"
4181
4186
  ],
4182
- "resourceTypesCount": 5,
4187
+ "resourceTypesCount": 6,
4183
4188
  "resourceTypes": [
4184
4189
  "build",
4185
4190
  "build-batch",
4186
4191
  "project",
4187
4192
  "report-group",
4188
- "report"
4193
+ "report",
4194
+ "fleet"
4189
4195
  ],
4190
4196
  "conditionKeysCount": 3,
4191
4197
  "conditionKeys": [
@@ -5633,7 +5639,7 @@
5633
5639
  "name": "Amazon Connect Cases",
5634
5640
  "servicePrefix": "cases",
5635
5641
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcases.html",
5636
- "actionsCount": 30,
5642
+ "actionsCount": 31,
5637
5643
  "actions": [
5638
5644
  "BatchGetField",
5639
5645
  "BatchPutFieldOptions",
@@ -5645,6 +5651,7 @@
5645
5651
  "CreateTemplate",
5646
5652
  "DeleteDomain",
5647
5653
  "GetCase",
5654
+ "GetCaseAuditEvents",
5648
5655
  "GetCaseEventConfiguration",
5649
5656
  "GetDomain",
5650
5657
  "GetLayout",
@@ -9184,7 +9191,7 @@
9184
9191
  "name": "Amazon Elastic MapReduce",
9185
9192
  "servicePrefix": "elasticmapreduce",
9186
9193
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticmapreduce.html",
9187
- "actionsCount": 80,
9194
+ "actionsCount": 81,
9188
9195
  "actions": [
9189
9196
  "AddInstanceFleet",
9190
9197
  "AddInstanceGroups",
@@ -9253,6 +9260,7 @@
9253
9260
  "RemoveManagedScalingPolicy",
9254
9261
  "RemoveTags",
9255
9262
  "RunJobFlow",
9263
+ "SetKeepJobFlowAliveWhenNoSteps",
9256
9264
  "SetTerminationProtection",
9257
9265
  "SetVisibleToAllUsers",
9258
9266
  "StartEditor",
@@ -21371,7 +21379,7 @@
21371
21379
  "shared-model-event",
21372
21380
  "sagemaker-catalog"
21373
21381
  ],
21374
- "conditionKeysCount": 46,
21382
+ "conditionKeysCount": 48,
21375
21383
  "conditionKeys": [
21376
21384
  "aws:RequestTag/${TagKey}",
21377
21385
  "aws:ResourceTag/${TagKey}",
@@ -21381,6 +21389,7 @@
21381
21389
  "sagemaker:CustomerMetadataProperties/${MetadataKey}",
21382
21390
  "sagemaker:CustomerMetadataPropertiesToRemove",
21383
21391
  "sagemaker:DirectInternetAccess",
21392
+ "sagemaker:DomainId",
21384
21393
  "sagemaker:DomainSharingOutputKmsKey",
21385
21394
  "sagemaker:EnableRemoteDebug",
21386
21395
  "sagemaker:FeatureGroupDisableGlueTableCreation",
@@ -21414,6 +21423,7 @@
21414
21423
  "sagemaker:SpaceSharingType",
21415
21424
  "sagemaker:TaggingAction",
21416
21425
  "sagemaker:TargetModel",
21426
+ "sagemaker:UserProfileName",
21417
21427
  "sagemaker:VolumeKmsKey",
21418
21428
  "sagemaker:VpcSecurityGroupIds",
21419
21429
  "sagemaker:VpcSubnets",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9024
5
+ "value": 9028
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4399
9
+ "value": 4401
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2621
13
+ "value": 2622
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": 1673
413
+ "value": 1674
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 870
417
+ "value": 872
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.140",
3
+ "version": "0.0.141",
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",