aws-iam-data 0.0.373 → 0.0.374

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,17 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-05-07",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Verified Permissions": [
8
+ "verifiedpermissions:ListTagsForResource",
9
+ "verifiedpermissions:TagResource",
10
+ "verifiedpermissions:UntagResource"
11
+ ]
12
+ },
13
+ "removedActions": {}
14
+ },
2
15
  {
3
16
  "dateOfChange": "2025-05-06",
4
17
  "addedServices": [],
@@ -200041,7 +200041,7 @@
200041
200041
  {
200042
200042
  "name": "sso:ApplicationAccount",
200043
200043
  "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/API_Application.html",
200044
- "description": "Filters access by the account which creates the application",
200044
+ "description": "Filters access by the account which creates the application. This condition key is not supported for customer managed SAML applications",
200045
200045
  "type": "String"
200046
200046
  }
200047
200047
  ]
@@ -377359,7 +377359,11 @@
377359
377359
  {
377360
377360
  "resourceType": "",
377361
377361
  "required": false,
377362
- "conditionKeys": [],
377362
+ "conditionKeys": [
377363
+ "aws:ResourceTag/${TagKey}",
377364
+ "aws:RequestTag/${TagKey}",
377365
+ "aws:TagKeys"
377366
+ ],
377363
377367
  "dependentActions": []
377364
377368
  }
377365
377369
  ]
@@ -377480,7 +377484,9 @@
377480
377484
  "resourceType": "policy-store",
377481
377485
  "required": true,
377482
377486
  "conditionKeys": [],
377483
- "dependentActions": []
377487
+ "dependentActions": [
377488
+ "verifiedpermissions:ListTagsForResource"
377489
+ ]
377484
377490
  }
377485
377491
  ]
377486
377492
  },
@@ -377604,6 +377610,21 @@
377604
377610
  }
377605
377611
  ]
377606
377612
  },
377613
+ {
377614
+ "name": "ListTagsForResource",
377615
+ "apiReferenceUrl": "https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListTagsForResource.html",
377616
+ "permissionOnly": false,
377617
+ "description": "Grants permission to view a list of resource tags for the specified policy store",
377618
+ "accessLevel": "Read",
377619
+ "resourceTypes": [
377620
+ {
377621
+ "resourceType": "policy-store",
377622
+ "required": true,
377623
+ "conditionKeys": [],
377624
+ "dependentActions": []
377625
+ }
377626
+ ]
377627
+ },
377607
377628
  {
377608
377629
  "name": "PutSchema",
377609
377630
  "apiReferenceUrl": "https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_PutSchema.html",
@@ -377619,6 +377640,53 @@
377619
377640
  }
377620
377641
  ]
377621
377642
  },
377643
+ {
377644
+ "name": "TagResource",
377645
+ "apiReferenceUrl": "https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_TagResource.html",
377646
+ "permissionOnly": false,
377647
+ "description": "Grants permission to add tags to the specified policy store",
377648
+ "accessLevel": "Tagging",
377649
+ "resourceTypes": [
377650
+ {
377651
+ "resourceType": "policy-store",
377652
+ "required": true,
377653
+ "conditionKeys": [],
377654
+ "dependentActions": []
377655
+ },
377656
+ {
377657
+ "resourceType": "",
377658
+ "required": false,
377659
+ "conditionKeys": [
377660
+ "aws:RequestTag/${TagKey}",
377661
+ "aws:TagKeys"
377662
+ ],
377663
+ "dependentActions": []
377664
+ }
377665
+ ]
377666
+ },
377667
+ {
377668
+ "name": "UntagResource",
377669
+ "apiReferenceUrl": "https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UntagResource.html",
377670
+ "permissionOnly": false,
377671
+ "description": "Grants permission to remove tags from the specified policy store",
377672
+ "accessLevel": "Tagging",
377673
+ "resourceTypes": [
377674
+ {
377675
+ "resourceType": "policy-store",
377676
+ "required": true,
377677
+ "conditionKeys": [],
377678
+ "dependentActions": []
377679
+ },
377680
+ {
377681
+ "resourceType": "",
377682
+ "required": false,
377683
+ "conditionKeys": [
377684
+ "aws:TagKeys"
377685
+ ],
377686
+ "dependentActions": []
377687
+ }
377688
+ ]
377689
+ },
377622
377690
  {
377623
377691
  "name": "UpdateIdentitySource",
377624
377692
  "apiReferenceUrl": "https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdateIdentitySource.html",
@@ -377685,10 +377753,31 @@
377685
377753
  "name": "policy-store",
377686
377754
  "apiReferenceUrl": "https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/policy-stores.html",
377687
377755
  "arnPattern": "arn:${Partition}:verifiedpermissions::${Account}:policy-store/${PolicyStoreId}",
377688
- "conditionKeys": []
377756
+ "conditionKeys": [
377757
+ "aws:ResourceTag/${TagKey}"
377758
+ ]
377689
377759
  }
377690
377760
  ],
377691
- "conditionKeys": []
377761
+ "conditionKeys": [
377762
+ {
377763
+ "name": "aws:RequestTag/${TagKey}",
377764
+ "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
377765
+ "description": "Filters access by a tag key and value pair that is allowed in the request",
377766
+ "type": "String"
377767
+ },
377768
+ {
377769
+ "name": "aws:ResourceTag/${TagKey}",
377770
+ "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
377771
+ "description": "Filters access by a tag key and value pair of a resource",
377772
+ "type": "String"
377773
+ },
377774
+ {
377775
+ "name": "aws:TagKeys",
377776
+ "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
377777
+ "description": "Filters access by a list of tag keys that are allowed in the request",
377778
+ "type": "ArrayOfString"
377779
+ }
377780
+ ]
377692
377781
  },
377693
377782
  {
377694
377783
  "name": "Amazon VPC Lattice",
@@ -27315,7 +27315,7 @@
27315
27315
  "name": "Amazon Verified Permissions",
27316
27316
  "servicePrefix": "verifiedpermissions",
27317
27317
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonverifiedpermissions.html",
27318
- "actionsCount": 24,
27318
+ "actionsCount": 27,
27319
27319
  "actions": [
27320
27320
  "CreateIdentitySource",
27321
27321
  "CreatePolicy",
@@ -27336,7 +27336,10 @@
27336
27336
  "ListPolicies",
27337
27337
  "ListPolicyStores",
27338
27338
  "ListPolicyTemplates",
27339
+ "ListTagsForResource",
27339
27340
  "PutSchema",
27341
+ "TagResource",
27342
+ "UntagResource",
27340
27343
  "UpdateIdentitySource",
27341
27344
  "UpdatePolicy",
27342
27345
  "UpdatePolicyStore",
@@ -27346,8 +27349,12 @@
27346
27349
  "resourceTypes": [
27347
27350
  "policy-store"
27348
27351
  ],
27349
- "conditionKeysCount": 0,
27350
- "conditionKeys": []
27352
+ "conditionKeysCount": 3,
27353
+ "conditionKeys": [
27354
+ "aws:RequestTag/${TagKey}",
27355
+ "aws:ResourceTag/${TagKey}",
27356
+ "aws:TagKeys"
27357
+ ]
27351
27358
  },
27352
27359
  {
27353
27360
  "name": "Amazon VPC Lattice",
@@ -2,11 +2,11 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10270
5
+ "value": 10272
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4981
9
+ "value": 4982
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.373",
3
+ "version": "0.0.374",
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",