aws-iam-data 0.0.337 → 0.0.338

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": "2025-02-26",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS CloudShell": [
8
+ "cloudshell:ApproveCommand"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2025-02-21",
4
15
  "addedServices": [],
@@ -52986,6 +52986,21 @@
52986
52986
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudshell.html",
52987
52987
  "servicePrefix": "cloudshell",
52988
52988
  "actions": [
52989
+ {
52990
+ "name": "ApproveCommand",
52991
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudshell/latest/userguide/sec-auth-with-identities.html#ApproveCommand",
52992
+ "permissionOnly": true,
52993
+ "description": "Grants permission to approve a command sent by another AWS service",
52994
+ "accessLevel": "Read",
52995
+ "resourceTypes": [
52996
+ {
52997
+ "resourceType": "Environment",
52998
+ "required": true,
52999
+ "conditionKeys": [],
53000
+ "dependentActions": []
53001
+ }
53002
+ ]
53003
+ },
52989
53004
  {
52990
53005
  "name": "CreateEnvironment",
52991
53006
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudshell/latest/userguide/sec-auth-with-identities.html#CreateEnvironment",
@@ -4022,8 +4022,9 @@
4022
4022
  "name": "AWS CloudShell",
4023
4023
  "servicePrefix": "cloudshell",
4024
4024
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudshell.html",
4025
- "actionsCount": 10,
4025
+ "actionsCount": 11,
4026
4026
  "actions": [
4027
+ "ApproveCommand",
4027
4028
  "CreateEnvironment",
4028
4029
  "CreateSession",
4029
4030
  "DeleteEnvironment",
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 10153
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
- "value": 4929
5
+ "value": 4930
10
6
  },
11
7
  {
12
8
  "key": "List Actions",
@@ -15,6 +11,10 @@
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 316
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 10153
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.337",
3
+ "version": "0.0.338",
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",