aws-iam-data 0.0.211 → 0.0.213

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-05-25",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Chatbot": [
8
+ "chatbot:ListTagsForResource",
9
+ "chatbot:TagResource",
10
+ "chatbot:UntagResource"
11
+ ],
12
+ "Amazon EC2": [
13
+ "ec2:DisableImageDeregistrationProtection",
14
+ "ec2:EnableImageDeregistrationProtection",
15
+ "ec2:GetInstanceTpmEkPub"
16
+ ],
17
+ "Amazon EMR Serverless": [
18
+ "emr-serverless:AccessLivyEndpoints"
19
+ ]
20
+ },
21
+ "removedActions": {}
22
+ },
2
23
  {
3
24
  "dateOfChange": "2024-05-24",
4
25
  "addedServices": [
@@ -30455,6 +30455,21 @@
30455
30455
  }
30456
30456
  ]
30457
30457
  },
30458
+ {
30459
+ "name": "ListTagsForResource",
30460
+ "apiReferenceUrl": "https://docs.aws.amazon.com/chatbot/latest/adminguide/what-is.html",
30461
+ "permissionOnly": false,
30462
+ "description": "Grants permission to List all tags associated with the AWS Chatbot Channel Configuration",
30463
+ "accessLevel": "Read",
30464
+ "resourceTypes": [
30465
+ {
30466
+ "resourceType": "",
30467
+ "required": false,
30468
+ "conditionKeys": [],
30469
+ "dependentActions": []
30470
+ }
30471
+ ]
30472
+ },
30458
30473
  {
30459
30474
  "name": "RedeemMicrosoftTeamsOauthCode",
30460
30475
  "apiReferenceUrl": "https://docs.aws.amazon.com/chatbot/latest/adminguide/what-is.html",
@@ -30485,6 +30500,36 @@
30485
30500
  }
30486
30501
  ]
30487
30502
  },
30503
+ {
30504
+ "name": "TagResource",
30505
+ "apiReferenceUrl": "https://docs.aws.amazon.com/chatbot/latest/adminguide/what-is.html",
30506
+ "permissionOnly": false,
30507
+ "description": "Grants permission to create tags on AWS Chatbot Channel Configuration",
30508
+ "accessLevel": "Tagging",
30509
+ "resourceTypes": [
30510
+ {
30511
+ "resourceType": "",
30512
+ "required": false,
30513
+ "conditionKeys": [],
30514
+ "dependentActions": []
30515
+ }
30516
+ ]
30517
+ },
30518
+ {
30519
+ "name": "UntagResource",
30520
+ "apiReferenceUrl": "https://docs.aws.amazon.com/chatbot/latest/adminguide/what-is.html",
30521
+ "permissionOnly": false,
30522
+ "description": "Grants permission to remove tags on AWS Chatbot Channel Configuration",
30523
+ "accessLevel": "Tagging",
30524
+ "resourceTypes": [
30525
+ {
30526
+ "resourceType": "",
30527
+ "required": false,
30528
+ "conditionKeys": [],
30529
+ "dependentActions": []
30530
+ }
30531
+ ]
30532
+ },
30488
30533
  {
30489
30534
  "name": "UpdateAccountPreferences",
30490
30535
  "apiReferenceUrl": "https://docs.aws.amazon.com/chatbot/latest/adminguide/what-is.html",
@@ -110136,18 +110181,6 @@
110136
110181
  "description": "Grants permission to describe the attributes of the specified Elastic IP addresses",
110137
110182
  "accessLevel": "List",
110138
110183
  "resourceTypes": [
110139
- {
110140
- "resourceType": "elastic-ip",
110141
- "required": false,
110142
- "conditionKeys": [
110143
- "aws:ResourceTag/${TagKey}",
110144
- "ec2:AllocationId",
110145
- "ec2:Domain",
110146
- "ec2:PublicIpAddress",
110147
- "ec2:ResourceTag/${TagKey}"
110148
- ],
110149
- "dependentActions": []
110150
- },
110151
110184
  {
110152
110185
  "resourceType": "",
110153
110186
  "required": false,
@@ -111917,6 +111950,17 @@
111917
111950
  "description": "Grants permission to describe the VPCs on the other side of a VPC peering connection that are referencing specified VPC security groups",
111918
111951
  "accessLevel": "List",
111919
111952
  "resourceTypes": [
111953
+ {
111954
+ "resourceType": "security-group",
111955
+ "required": true,
111956
+ "conditionKeys": [
111957
+ "aws:ResourceTag/${TagKey}",
111958
+ "ec2:ResourceTag/${TagKey}",
111959
+ "ec2:SecurityGroupID",
111960
+ "ec2:Vpc"
111961
+ ],
111962
+ "dependentActions": []
111963
+ },
111920
111964
  {
111921
111965
  "resourceType": "",
111922
111966
  "required": false,
@@ -113360,6 +113404,37 @@
113360
113404
  }
113361
113405
  ]
113362
113406
  },
113407
+ {
113408
+ "name": "DisableImageDeregistrationProtection",
113409
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisableImageDeregistrationProtection.html",
113410
+ "permissionOnly": false,
113411
+ "description": "Grants permission to disable deregistration protection for an AMI. When deregistration protection is disabled, the AMI can be deregistered",
113412
+ "accessLevel": "Write",
113413
+ "resourceTypes": [
113414
+ {
113415
+ "resourceType": "image",
113416
+ "required": true,
113417
+ "conditionKeys": [
113418
+ "aws:ResourceTag/${TagKey}",
113419
+ "ec2:ImageID",
113420
+ "ec2:ImageType",
113421
+ "ec2:Owner",
113422
+ "ec2:Public",
113423
+ "ec2:ResourceTag/${TagKey}",
113424
+ "ec2:RootDeviceType"
113425
+ ],
113426
+ "dependentActions": []
113427
+ },
113428
+ {
113429
+ "resourceType": "",
113430
+ "required": false,
113431
+ "conditionKeys": [
113432
+ "ec2:Region"
113433
+ ],
113434
+ "dependentActions": []
113435
+ }
113436
+ ]
113437
+ },
113363
113438
  {
113364
113439
  "name": "DisableIpamOrganizationAdminAccount",
113365
113440
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisableIpamOrganizationAdminAccount.html",
@@ -114334,6 +114409,37 @@
114334
114409
  }
114335
114410
  ]
114336
114411
  },
114412
+ {
114413
+ "name": "EnableImageDeregistrationProtection",
114414
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableImageDeregistrationProtection.html",
114415
+ "permissionOnly": false,
114416
+ "description": "Grants permission to enable deregistration protection for an AMI. When deregistration protection is enabled, the AMI can't be deregistered",
114417
+ "accessLevel": "Write",
114418
+ "resourceTypes": [
114419
+ {
114420
+ "resourceType": "image",
114421
+ "required": true,
114422
+ "conditionKeys": [
114423
+ "aws:ResourceTag/${TagKey}",
114424
+ "ec2:ImageID",
114425
+ "ec2:ImageType",
114426
+ "ec2:Owner",
114427
+ "ec2:Public",
114428
+ "ec2:ResourceTag/${TagKey}",
114429
+ "ec2:RootDeviceType"
114430
+ ],
114431
+ "dependentActions": []
114432
+ },
114433
+ {
114434
+ "resourceType": "",
114435
+ "required": false,
114436
+ "conditionKeys": [
114437
+ "ec2:Region"
114438
+ ],
114439
+ "dependentActions": []
114440
+ }
114441
+ ]
114442
+ },
114337
114443
  {
114338
114444
  "name": "EnableIpamOrganizationAdminAccount",
114339
114445
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableIpamOrganizationAdminAccount.html",
@@ -115054,6 +115160,45 @@
115054
115160
  }
115055
115161
  ]
115056
115162
  },
115163
+ {
115164
+ "name": "GetInstanceTpmEkPub",
115165
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTpmEkPub.html",
115166
+ "permissionOnly": false,
115167
+ "description": "Grants permission to get the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance",
115168
+ "accessLevel": "Read",
115169
+ "resourceTypes": [
115170
+ {
115171
+ "resourceType": "instance",
115172
+ "required": true,
115173
+ "conditionKeys": [
115174
+ "aws:ResourceTag/${TagKey}",
115175
+ "ec2:AvailabilityZone",
115176
+ "ec2:EbsOptimized",
115177
+ "ec2:InstanceAutoRecovery",
115178
+ "ec2:InstanceID",
115179
+ "ec2:InstanceMarketType",
115180
+ "ec2:InstanceMetadataTags",
115181
+ "ec2:InstanceProfile",
115182
+ "ec2:InstanceType",
115183
+ "ec2:MetadataHttpEndpoint",
115184
+ "ec2:MetadataHttpPutResponseHopLimit",
115185
+ "ec2:MetadataHttpTokens",
115186
+ "ec2:ResourceTag/${TagKey}",
115187
+ "ec2:RootDeviceType",
115188
+ "ec2:Tenancy"
115189
+ ],
115190
+ "dependentActions": []
115191
+ },
115192
+ {
115193
+ "resourceType": "",
115194
+ "required": false,
115195
+ "conditionKeys": [
115196
+ "ec2:Region"
115197
+ ],
115198
+ "dependentActions": []
115199
+ }
115200
+ ]
115201
+ },
115057
115202
  {
115058
115203
  "name": "GetInstanceTypesFromInstanceRequirements",
115059
115204
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html",
@@ -125299,13 +125444,14 @@
125299
125444
  "accessLevel": "Write",
125300
125445
  "resourceTypes": [
125301
125446
  {
125302
- "resourceType": "image",
125447
+ "resourceType": "imageVersion",
125303
125448
  "required": true,
125304
125449
  "conditionKeys": [
125305
125450
  "aws:RequestTag/${TagKey}",
125306
125451
  "aws:TagKeys"
125307
125452
  ],
125308
125453
  "dependentActions": [
125454
+ "ec2:DescribeImages",
125309
125455
  "ec2:DescribeImportImageTasks",
125310
125456
  "iam:CreateServiceLinkedRole"
125311
125457
  ]
@@ -147978,6 +148124,23 @@
147978
148124
  }
147979
148125
  ]
147980
148126
  },
148127
+ {
148128
+ "name": "AccessLivyEndpoints",
148129
+ "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/interactive-workloads-livy-endpoints.html",
148130
+ "permissionOnly": true,
148131
+ "description": "Grants permission to execute interactive workloads on Livy Endpoint enabled on an EMR Serverless Application",
148132
+ "accessLevel": "Write",
148133
+ "resourceTypes": [
148134
+ {
148135
+ "resourceType": "application",
148136
+ "required": true,
148137
+ "conditionKeys": [],
148138
+ "dependentActions": [
148139
+ "iam:PassRole"
148140
+ ]
148141
+ }
148142
+ ]
148143
+ },
147981
148144
  {
147982
148145
  "name": "CancelJobRun",
147983
148146
  "apiReferenceUrl": "https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_CancelJobRun.html",
@@ -326409,6 +326572,14 @@
326409
326572
  "required": true,
326410
326573
  "conditionKeys": [],
326411
326574
  "dependentActions": []
326575
+ },
326576
+ {
326577
+ "resourceType": "",
326578
+ "required": false,
326579
+ "conditionKeys": [
326580
+ "aws:ResourceTag/${TagKey}"
326581
+ ],
326582
+ "dependentActions": []
326412
326583
  }
326413
326584
  ]
326414
326585
  },
@@ -326424,6 +326595,14 @@
326424
326595
  "required": true,
326425
326596
  "conditionKeys": [],
326426
326597
  "dependentActions": []
326598
+ },
326599
+ {
326600
+ "resourceType": "",
326601
+ "required": false,
326602
+ "conditionKeys": [
326603
+ "aws:ResourceTag/${TagKey}"
326604
+ ],
326605
+ "dependentActions": []
326427
326606
  }
326428
326607
  ]
326429
326608
  },
@@ -327469,6 +327648,14 @@
327469
327648
  "required": true,
327470
327649
  "conditionKeys": [],
327471
327650
  "dependentActions": []
327651
+ },
327652
+ {
327653
+ "resourceType": "",
327654
+ "required": false,
327655
+ "conditionKeys": [
327656
+ "aws:ResourceTag/${TagKey}"
327657
+ ],
327658
+ "dependentActions": []
327472
327659
  }
327473
327660
  ]
327474
327661
  },
@@ -327484,6 +327671,14 @@
327484
327671
  "required": true,
327485
327672
  "conditionKeys": [],
327486
327673
  "dependentActions": []
327674
+ },
327675
+ {
327676
+ "resourceType": "",
327677
+ "required": false,
327678
+ "conditionKeys": [
327679
+ "aws:ResourceTag/${TagKey}"
327680
+ ],
327681
+ "dependentActions": []
327487
327682
  }
327488
327683
  ]
327489
327684
  },
@@ -327499,6 +327694,14 @@
327499
327694
  "required": true,
327500
327695
  "conditionKeys": [],
327501
327696
  "dependentActions": []
327697
+ },
327698
+ {
327699
+ "resourceType": "",
327700
+ "required": false,
327701
+ "conditionKeys": [
327702
+ "aws:ResourceTag/${TagKey}"
327703
+ ],
327704
+ "dependentActions": []
327502
327705
  }
327503
327706
  ]
327504
327707
  },
@@ -327597,6 +327800,14 @@
327597
327800
  "required": true,
327598
327801
  "conditionKeys": [],
327599
327802
  "dependentActions": []
327803
+ },
327804
+ {
327805
+ "resourceType": "",
327806
+ "required": false,
327807
+ "conditionKeys": [
327808
+ "aws:ResourceTag/${TagKey}"
327809
+ ],
327810
+ "dependentActions": []
327600
327811
  }
327601
327812
  ]
327602
327813
  },
@@ -328489,6 +328700,14 @@
328489
328700
  "required": true,
328490
328701
  "conditionKeys": [],
328491
328702
  "dependentActions": []
328703
+ },
328704
+ {
328705
+ "resourceType": "",
328706
+ "required": false,
328707
+ "conditionKeys": [
328708
+ "aws:ResourceTag/${TagKey}"
328709
+ ],
328710
+ "dependentActions": []
328492
328711
  }
328493
328712
  ]
328494
328713
  },
@@ -2419,7 +2419,7 @@
2419
2419
  "name": "AWS Chatbot",
2420
2420
  "servicePrefix": "chatbot",
2421
2421
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html",
2422
- "actionsCount": 28,
2422
+ "actionsCount": 31,
2423
2423
  "actions": [
2424
2424
  "CreateChimeWebhookConfiguration",
2425
2425
  "CreateMicrosoftTeamsChannelConfiguration",
@@ -2443,8 +2443,11 @@
2443
2443
  "ListMicrosoftTeamsChannelConfigurations",
2444
2444
  "ListMicrosoftTeamsConfiguredTeams",
2445
2445
  "ListMicrosoftTeamsUserIdentities",
2446
+ "ListTagsForResource",
2446
2447
  "RedeemMicrosoftTeamsOauthCode",
2447
2448
  "RedeemSlackOauthCode",
2449
+ "TagResource",
2450
+ "UntagResource",
2448
2451
  "UpdateAccountPreferences",
2449
2452
  "UpdateChimeWebhookConfiguration",
2450
2453
  "UpdateMicrosoftTeamsChannelConfiguration",
@@ -7676,7 +7679,7 @@
7676
7679
  "name": "Amazon EC2",
7677
7680
  "servicePrefix": "ec2",
7678
7681
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html",
7679
- "actionsCount": 634,
7682
+ "actionsCount": 637,
7680
7683
  "actions": [
7681
7684
  "AcceptAddressTransfer",
7682
7685
  "AcceptReservedInstancesExchangeQuote",
@@ -8069,6 +8072,7 @@
8069
8072
  "DisableImage",
8070
8073
  "DisableImageBlockPublicAccess",
8071
8074
  "DisableImageDeprecation",
8075
+ "DisableImageDeregistrationProtection",
8072
8076
  "DisableIpamOrganizationAdminAccount",
8073
8077
  "DisableSerialConsoleAccess",
8074
8078
  "DisableSnapshotBlockPublicAccess",
@@ -8100,6 +8104,7 @@
8100
8104
  "EnableImage",
8101
8105
  "EnableImageBlockPublicAccess",
8102
8106
  "EnableImageDeprecation",
8107
+ "EnableImageDeregistrationProtection",
8103
8108
  "EnableIpamOrganizationAdminAccount",
8104
8109
  "EnableReachabilityAnalyzerOrganizationSharing",
8105
8110
  "EnableSerialConsoleAccess",
@@ -8128,6 +8133,7 @@
8128
8133
  "GetHostReservationPurchasePreview",
8129
8134
  "GetImageBlockPublicAccessState",
8130
8135
  "GetInstanceMetadataDefaults",
8136
+ "GetInstanceTpmEkPub",
8131
8137
  "GetInstanceTypesFromInstanceRequirements",
8132
8138
  "GetInstanceUefiData",
8133
8139
  "GetIpamAddressHistory",
@@ -10384,9 +10390,10 @@
10384
10390
  "name": "Amazon EMR Serverless",
10385
10391
  "servicePrefix": "emr-serverless",
10386
10392
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonemrserverless.html",
10387
- "actionsCount": 16,
10393
+ "actionsCount": 17,
10388
10394
  "actions": [
10389
10395
  "AccessInteractiveEndpoints",
10396
+ "AccessLivyEndpoints",
10390
10397
  "CancelJobRun",
10391
10398
  "CreateApplication",
10392
10399
  "DeleteApplication",
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "Actions by type": [
3
+ {
4
+ "key": "Read Actions",
5
+ "value": 4522
6
+ },
3
7
  {
4
8
  "key": "Write Actions",
5
- "value": 9305
9
+ "value": 9310
6
10
  },
7
11
  {
8
12
  "key": "List Actions",
9
13
  "value": 2736
10
14
  },
11
- {
12
- "key": "Read Actions",
13
- "value": 4520
14
- },
15
15
  {
16
16
  "key": "Permissions Actions",
17
17
  "value": 284
@@ -230,7 +230,7 @@
230
230
  "Services with most actions": [
231
231
  {
232
232
  "key": "Amazon EC2",
233
- "value": 634
233
+ "value": 637
234
234
  },
235
235
  {
236
236
  "key": "Amazon SageMaker",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.211",
3
+ "version": "0.0.213",
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",