aws-iam-data 0.0.211 → 0.0.212

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",
@@ -147978,6 +148123,23 @@
147978
148123
  }
147979
148124
  ]
147980
148125
  },
148126
+ {
148127
+ "name": "AccessLivyEndpoints",
148128
+ "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/interactive-workloads-livy-endpoints.html",
148129
+ "permissionOnly": true,
148130
+ "description": "Grants permission to execute interactive workloads on Livy Endpoint enabled on an EMR Serverless Application",
148131
+ "accessLevel": "Write",
148132
+ "resourceTypes": [
148133
+ {
148134
+ "resourceType": "application",
148135
+ "required": true,
148136
+ "conditionKeys": [],
148137
+ "dependentActions": [
148138
+ "iam:PassRole"
148139
+ ]
148140
+ }
148141
+ ]
148142
+ },
147981
148143
  {
147982
148144
  "name": "CancelJobRun",
147983
148145
  "apiReferenceUrl": "https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_CancelJobRun.html",
@@ -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",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9305
5
+ "value": 9310
6
6
  },
7
7
  {
8
- "key": "List Actions",
9
- "value": 2736
8
+ "key": "Read Actions",
9
+ "value": 4522
10
10
  },
11
11
  {
12
- "key": "Read Actions",
13
- "value": 4520
12
+ "key": "List Actions",
13
+ "value": 2736
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -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.212",
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",