aws-iam-data 0.0.114 → 0.0.115

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,16 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2023-11-14",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Resource Groups": [
8
+ "resource-groups:AssociateResource",
9
+ "resource-groups:DisassociateResource"
10
+ ]
11
+ },
12
+ "removedActions": {}
13
+ },
2
14
  {
3
15
  "dateOfChange": "2023-11-11",
4
16
  "addedServices": [
@@ -62270,7 +62270,7 @@
62270
62270
  },
62271
62271
  {
62272
62272
  "name": "ConformancePack",
62273
- "apiReferenceUrl": "https://docs.aws.amazon.com/config/latest/APIReference/API_ConformancePack.html",
62273
+ "apiReferenceUrl": "https://docs.aws.amazon.com/config/latest/APIReference/API_ConformancePackDetail.html",
62274
62274
  "arnPattern": "arn:${Partition}:config:${Region}:${Account}:conformance-pack/${ConformancePackName}/${ConformancePackId}",
62275
62275
  "conditionKeys": [
62276
62276
  "aws:ResourceTag/${TagKey}"
@@ -255647,6 +255647,21 @@
255647
255647
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourcegroups.html",
255648
255648
  "servicePrefix": "resource-groups",
255649
255649
  "actions": [
255650
+ {
255651
+ "name": "AssociateResource",
255652
+ "apiReferenceUrl": "https://docs.aws.amazon.com/servicecatalog/latest/arguide/associate-resources.html",
255653
+ "permissionOnly": true,
255654
+ "description": "Grants permission to associate a resource to an Application",
255655
+ "accessLevel": "Write",
255656
+ "resourceTypes": [
255657
+ {
255658
+ "resourceType": "group",
255659
+ "required": true,
255660
+ "conditionKeys": [],
255661
+ "dependentActions": []
255662
+ }
255663
+ ]
255664
+ },
255650
255665
  {
255651
255666
  "name": "CreateGroup",
255652
255667
  "apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/APIReference/API_CreateGroup.html",
@@ -255680,6 +255695,21 @@
255680
255695
  }
255681
255696
  ]
255682
255697
  },
255698
+ {
255699
+ "name": "DisassociateResource",
255700
+ "apiReferenceUrl": "https://docs.aws.amazon.com/servicecatalog/latest/arguide/associate-resources.html",
255701
+ "permissionOnly": true,
255702
+ "description": "Grants permission to disassociate a resource from an Application",
255703
+ "accessLevel": "Write",
255704
+ "resourceTypes": [
255705
+ {
255706
+ "resourceType": "group",
255707
+ "required": true,
255708
+ "conditionKeys": [],
255709
+ "dependentActions": []
255710
+ }
255711
+ ]
255712
+ },
255683
255713
  {
255684
255714
  "name": "GetAccountSettings",
255685
255715
  "apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/APIReference/API_GetAccountSettings.html",
@@ -18896,10 +18896,12 @@
18896
18896
  "name": "AWS Resource Groups",
18897
18897
  "servicePrefix": "resource-groups",
18898
18898
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourcegroups.html",
18899
- "actionsCount": 19,
18899
+ "actionsCount": 21,
18900
18900
  "actions": [
18901
+ "AssociateResource",
18901
18902
  "CreateGroup",
18902
18903
  "DeleteGroup",
18904
+ "DisassociateResource",
18903
18905
  "GetAccountSettings",
18904
18906
  "GetGroup",
18905
18907
  "GetGroupConfiguration",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8586
5
+ "value": 8588
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.114",
3
+ "version": "0.0.115",
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",