aws-iam-data 0.0.336 → 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": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -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",
|
|
@@ -65964,6 +65979,7 @@
|
|
|
65964
65979
|
},
|
|
65965
65980
|
{
|
|
65966
65981
|
"name": "CreateCloudFormationDeployment",
|
|
65982
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codedeploy/latest/APIReference/codedeploy/latest/userguide/deployments-create-ecs-cfn.html",
|
|
65967
65983
|
"permissionOnly": true,
|
|
65968
65984
|
"description": "Grants permission to create CloudFormation deployment to cooperate ochestration for a CloudFormation stack update",
|
|
65969
65985
|
"accessLevel": "Write",
|
|
@@ -66581,7 +66597,9 @@
|
|
|
66581
66597
|
"name": "application",
|
|
66582
66598
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codedeploy/latest/userguide/auth-and-access-control-permissions-reference.html",
|
|
66583
66599
|
"arnPattern": "arn:${Partition}:codedeploy:${Region}:${Account}:application:${ApplicationName}",
|
|
66584
|
-
"conditionKeys": [
|
|
66600
|
+
"conditionKeys": [
|
|
66601
|
+
"aws:ResourceTag/${TagKey}"
|
|
66602
|
+
]
|
|
66585
66603
|
},
|
|
66586
66604
|
{
|
|
66587
66605
|
"name": "deploymentconfig",
|
|
@@ -66593,7 +66611,9 @@
|
|
|
66593
66611
|
"name": "deploymentgroup",
|
|
66594
66612
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codedeploy/latest/userguide/auth-and-access-control-permissions-reference.html",
|
|
66595
66613
|
"arnPattern": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentgroup:${ApplicationName}/${DeploymentGroupName}",
|
|
66596
|
-
"conditionKeys": [
|
|
66614
|
+
"conditionKeys": [
|
|
66615
|
+
"aws:ResourceTag/${TagKey}"
|
|
66616
|
+
]
|
|
66597
66617
|
},
|
|
66598
66618
|
{
|
|
66599
66619
|
"name": "instance",
|
|
@@ -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":
|
|
4025
|
+
"actionsCount": 11,
|
|
4026
4026
|
"actions": [
|
|
4027
|
+
"ApproveCommand",
|
|
4027
4028
|
"CreateEnvironment",
|
|
4028
4029
|
"CreateSession",
|
|
4029
4030
|
"DeleteEnvironment",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
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",
|