@cloud-copilot/iam-data 0.15.202601281 → 0.15.202601301
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.
- package/data/actions/dynamodb.json +16 -0
- package/data/actions/s3.json +30 -0
- package/data/actions/transfer.json +20 -7
- package/package.json +2 -2
|
@@ -609,6 +609,22 @@
|
|
|
609
609
|
"conditionKeys": [],
|
|
610
610
|
"dependentActions": []
|
|
611
611
|
},
|
|
612
|
+
"injecterror": {
|
|
613
|
+
"name": "InjectError",
|
|
614
|
+
"isPermissionOnly": true,
|
|
615
|
+
"description": "Grants permission to start experiments on a Global Table",
|
|
616
|
+
"accessLevel": "Write",
|
|
617
|
+
"resourceTypes": [
|
|
618
|
+
{
|
|
619
|
+
"name": "table",
|
|
620
|
+
"required": true,
|
|
621
|
+
"conditionKeys": [],
|
|
622
|
+
"dependentActions": []
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"conditionKeys": [],
|
|
626
|
+
"dependentActions": []
|
|
627
|
+
},
|
|
612
628
|
"listbackups": {
|
|
613
629
|
"name": "ListBackups",
|
|
614
630
|
"description": "Grants permission to list backups associated with the account and endpoint",
|
package/data/actions/s3.json
CHANGED
|
@@ -4104,6 +4104,36 @@
|
|
|
4104
4104
|
],
|
|
4105
4105
|
"dependentActions": []
|
|
4106
4106
|
},
|
|
4107
|
+
"updateobjectencryption": {
|
|
4108
|
+
"name": "UpdateObjectEncryption",
|
|
4109
|
+
"description": "Grants permission to update the server-side encryption type of an existing object in a general purpose bucket",
|
|
4110
|
+
"accessLevel": "Write",
|
|
4111
|
+
"resourceTypes": [
|
|
4112
|
+
{
|
|
4113
|
+
"name": "accesspointobject",
|
|
4114
|
+
"required": false,
|
|
4115
|
+
"conditionKeys": [],
|
|
4116
|
+
"dependentActions": []
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "object",
|
|
4120
|
+
"required": false,
|
|
4121
|
+
"conditionKeys": [],
|
|
4122
|
+
"dependentActions": []
|
|
4123
|
+
}
|
|
4124
|
+
],
|
|
4125
|
+
"conditionKeys": [
|
|
4126
|
+
"s3:authType",
|
|
4127
|
+
"s3:ResourceAccount",
|
|
4128
|
+
"s3:signatureAge",
|
|
4129
|
+
"s3:signatureversion",
|
|
4130
|
+
"s3:TlsVersion",
|
|
4131
|
+
"s3:x-amz-content-sha256",
|
|
4132
|
+
"s3:x-amz-server-side-encryption",
|
|
4133
|
+
"s3:x-amz-server-side-encryption-aws-kms-key-id"
|
|
4134
|
+
],
|
|
4135
|
+
"dependentActions": []
|
|
4136
|
+
},
|
|
4107
4137
|
"updatestoragelensgroup": {
|
|
4108
4138
|
"name": "UpdateStorageLensGroup",
|
|
4109
4139
|
"description": "Grants permission to update an existing S3 Storage Lens group",
|
|
@@ -41,16 +41,23 @@
|
|
|
41
41
|
"name": "CreateConnector",
|
|
42
42
|
"description": "Grants permission to create a connector",
|
|
43
43
|
"accessLevel": "Write",
|
|
44
|
-
"resourceTypes": [
|
|
44
|
+
"resourceTypes": [
|
|
45
|
+
{
|
|
46
|
+
"name": "profile",
|
|
47
|
+
"required": false,
|
|
48
|
+
"conditionKeys": [],
|
|
49
|
+
"dependentActions": [
|
|
50
|
+
"iam:PassRole"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
],
|
|
45
54
|
"conditionKeys": [
|
|
46
55
|
"aws:TagKeys",
|
|
47
56
|
"aws:RequestTag/${TagKey}",
|
|
48
57
|
"aws:ResourceTag/${TagKey}",
|
|
49
58
|
"transfer:RequestConnectorProtocol"
|
|
50
59
|
],
|
|
51
|
-
"dependentActions": [
|
|
52
|
-
"iam:PassRole"
|
|
53
|
-
]
|
|
60
|
+
"dependentActions": []
|
|
54
61
|
},
|
|
55
62
|
"createprofile": {
|
|
56
63
|
"name": "CreateProfile",
|
|
@@ -1062,13 +1069,19 @@
|
|
|
1062
1069
|
"name": "connector",
|
|
1063
1070
|
"required": true,
|
|
1064
1071
|
"conditionKeys": [],
|
|
1072
|
+
"dependentActions": [
|
|
1073
|
+
"iam:PassRole"
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "profile",
|
|
1078
|
+
"required": false,
|
|
1079
|
+
"conditionKeys": [],
|
|
1065
1080
|
"dependentActions": []
|
|
1066
1081
|
}
|
|
1067
1082
|
],
|
|
1068
1083
|
"conditionKeys": [],
|
|
1069
|
-
"dependentActions": [
|
|
1070
|
-
"iam:PassRole"
|
|
1071
|
-
]
|
|
1084
|
+
"dependentActions": []
|
|
1072
1085
|
},
|
|
1073
1086
|
"updatehostkey": {
|
|
1074
1087
|
"name": "UpdateHostKey",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202601301",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-01-
|
|
9
|
+
"updatedAt": "2026-01-30T05:35:53.516Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|