aws-iam-data 0.0.224 → 0.0.225

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,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-06-18",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Key Management Service": [
8
+ "kms:DeriveSharedSecret"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-06-15",
4
15
  "addedServices": [],
@@ -45843,7 +45843,7 @@
45843
45843
  },
45844
45844
  {
45845
45845
  "name": "CreateServiceLinkedChannel",
45846
- "apiReferenceUrl": "API_CreateServiceLinkedChannel.html",
45846
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html#slc-service-events",
45847
45847
  "permissionOnly": true,
45848
45848
  "description": "Grants permission to create a service-linked channel that specifies the settings for delivery of log data to an AWS service",
45849
45849
  "accessLevel": "Write",
@@ -45923,7 +45923,7 @@
45923
45923
  },
45924
45924
  {
45925
45925
  "name": "DeleteServiceLinkedChannel",
45926
- "apiReferenceUrl": "API_DeleteServiceLinkedChannel.html",
45926
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html#slc-service-events",
45927
45927
  "permissionOnly": true,
45928
45928
  "description": "Grants permission to delete a service-linked channel",
45929
45929
  "accessLevel": "Write",
@@ -46044,6 +46044,7 @@
46044
46044
  },
46045
46045
  {
46046
46046
  "name": "GenerateQuery",
46047
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/lake-query-generator.html",
46047
46048
  "permissionOnly": false,
46048
46049
  "description": "Grants permission to generate a query for a specified event data store using the CloudTrail Lake query generator",
46049
46050
  "accessLevel": "Write",
@@ -46190,7 +46191,7 @@
46190
46191
  },
46191
46192
  {
46192
46193
  "name": "GetServiceLinkedChannel",
46193
- "apiReferenceUrl": "API_GetServiceLinkedChannel.html",
46194
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html#slc-service-events",
46194
46195
  "permissionOnly": true,
46195
46196
  "description": "Grants permission to list settings for the service-linked channel",
46196
46197
  "accessLevel": "Read",
@@ -46325,7 +46326,7 @@
46325
46326
  },
46326
46327
  {
46327
46328
  "name": "ListServiceLinkedChannels",
46328
- "apiReferenceUrl": "API_ListServiceLinkedChannels.html",
46329
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html#slc-service-events",
46329
46330
  "permissionOnly": true,
46330
46331
  "description": "Grants permission to list service-linked channels associated with the current region for a specified account",
46331
46332
  "accessLevel": "List",
@@ -46662,9 +46663,9 @@
46662
46663
  },
46663
46664
  {
46664
46665
  "name": "UpdateServiceLinkedChannel",
46665
- "apiReferenceUrl": "API_UpdateServiceLinkedChannel.html",
46666
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html#slc-service-events",
46666
46667
  "permissionOnly": true,
46667
- "description": "Grants permission to update the settings that specify delivery of log files",
46668
+ "description": "Grants permission to update the service-linked channel settings for delivery of log data to an AWS service",
46668
46669
  "accessLevel": "Write",
46669
46670
  "resourceTypes": [
46670
46671
  {
@@ -206478,6 +206479,33 @@
206478
206479
  }
206479
206480
  ]
206480
206481
  },
206482
+ {
206483
+ "name": "DeriveSharedSecret",
206484
+ "apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_DeriveSharedSecret.html",
206485
+ "permissionOnly": false,
206486
+ "description": "Controls permission to use the specified AWS KMS key to derive shared secrets",
206487
+ "accessLevel": "Write",
206488
+ "resourceTypes": [
206489
+ {
206490
+ "resourceType": "key",
206491
+ "required": true,
206492
+ "conditionKeys": [],
206493
+ "dependentActions": []
206494
+ },
206495
+ {
206496
+ "resourceType": "",
206497
+ "required": false,
206498
+ "conditionKeys": [
206499
+ "kms:CallerAccount",
206500
+ "kms:KeyAgreementAlgorithm",
206501
+ "kms:RecipientAttestation:ImageSha384",
206502
+ "kms:RequestAlias",
206503
+ "kms:ViaService"
206504
+ ],
206505
+ "dependentActions": []
206506
+ }
206507
+ ]
206508
+ },
206481
206509
  {
206482
206510
  "name": "DescribeCustomKeyStores",
206483
206511
  "apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeCustomKeyStores.html",
@@ -207651,6 +207679,12 @@
207651
207679
  "description": "Filters access to the CreateGrant operation based on the grantee principal in the grant",
207652
207680
  "type": "String"
207653
207681
  },
207682
+ {
207683
+ "name": "kms:KeyAgreementAlgorithm",
207684
+ "apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/conditions-kms.html#conditions-kms-key-agreement-algorithm",
207685
+ "description": "Filters access to the DeriveSharedSecret operation based on the value of the KeyAgreementAlgorithm parameter in the request",
207686
+ "type": "String"
207687
+ },
207654
207688
  {
207655
207689
  "name": "kms:KeyOrigin",
207656
207690
  "apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/conditions-kms.html#conditions-kms-key-origin",
@@ -207708,7 +207742,7 @@
207708
207742
  {
207709
207743
  "name": "kms:RecipientAttestation:ImageSha384",
207710
207744
  "apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/conditions-nitro-enclaves.html#conditions-kms-recipient-image-sha",
207711
- "description": "Filters access to the Decrypt, GenerateDataKey, and GenerateRandom operations based on the image hash in the attestation document in the request",
207745
+ "description": "Filters access to the Decrypt, DeriveSharedSecret, GenerateDataKey, GenerateDataKeyPair, and GenerateRandom operations based on the image hash in the attestation document in the request",
207712
207746
  "type": "String"
207713
207747
  },
207714
207748
  {
@@ -14740,7 +14740,7 @@
14740
14740
  "name": "AWS Key Management Service",
14741
14741
  "servicePrefix": "kms",
14742
14742
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awskeymanagementservice.html",
14743
- "actionsCount": 54,
14743
+ "actionsCount": 55,
14744
14744
  "actions": [
14745
14745
  "CancelKeyDeletion",
14746
14746
  "ConnectCustomKeyStore",
@@ -14752,6 +14752,7 @@
14752
14752
  "DeleteAlias",
14753
14753
  "DeleteCustomKeyStore",
14754
14754
  "DeleteImportedKeyMaterial",
14755
+ "DeriveSharedSecret",
14755
14756
  "DescribeCustomKeyStores",
14756
14757
  "DescribeKey",
14757
14758
  "DisableKey",
@@ -14802,7 +14803,7 @@
14802
14803
  "alias",
14803
14804
  "key"
14804
14805
  ],
14805
- "conditionKeysCount": 38,
14806
+ "conditionKeysCount": 39,
14806
14807
  "conditionKeys": [
14807
14808
  "aws:RequestTag/${TagKey}",
14808
14809
  "aws:ResourceTag/${TagKey}",
@@ -14820,6 +14821,7 @@
14820
14821
  "kms:GrantIsForAWSResource",
14821
14822
  "kms:GrantOperations",
14822
14823
  "kms:GranteePrincipal",
14824
+ "kms:KeyAgreementAlgorithm",
14823
14825
  "kms:KeyOrigin",
14824
14826
  "kms:KeySpec",
14825
14827
  "kms:KeyUsage",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Write Actions",
17
- "value": 9356
17
+ "value": 9357
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 920
417
+ "value": 921
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.224",
3
+ "version": "0.0.225",
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",