@cloud-copilot/iam-data 0.19.202605211 → 0.19.202605231

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.
@@ -240,6 +240,21 @@
240
240
  "ec2:DisassociateAddress"
241
241
  ]
242
242
  },
243
+ "getdepoturl": {
244
+ "name": "GetDepotUrl",
245
+ "description": "Grants permission to get an Amazon EVS environment depot url",
246
+ "accessLevel": "Read",
247
+ "resourceTypes": [
248
+ {
249
+ "name": "environment",
250
+ "required": true,
251
+ "conditionKeys": [],
252
+ "dependentActions": []
253
+ }
254
+ ],
255
+ "conditionKeys": [],
256
+ "dependentActions": []
257
+ },
243
258
  "getenvironment": {
244
259
  "name": "GetEnvironment",
245
260
  "description": "Grants permission to get an Amazon EVS environment",
@@ -4125,6 +4125,7 @@
4125
4125
  ],
4126
4126
  "conditionKeys": [
4127
4127
  "s3:authType",
4128
+ "s3:ExistingObjectTag/<key>",
4128
4129
  "s3:ResourceAccount",
4129
4130
  "s3:signatureAge",
4130
4131
  "s3:signatureversion",
@@ -55,7 +55,8 @@
55
55
  "aws:TagKeys",
56
56
  "aws:RequestTag/${TagKey}",
57
57
  "aws:ResourceTag/${TagKey}",
58
- "transfer:RequestConnectorProtocol"
58
+ "transfer:RequestConnectorProtocol",
59
+ "transfer:RequestSecurityPolicyName"
59
60
  ],
60
61
  "dependentActions": []
61
62
  },
@@ -82,7 +83,8 @@
82
83
  "aws:ResourceTag/${TagKey}",
83
84
  "transfer:RequestServerEndpointType",
84
85
  "transfer:RequestServerDomain",
85
- "transfer:RequestServerProtocols"
86
+ "transfer:RequestServerProtocols",
87
+ "transfer:RequestSecurityPolicyName"
86
88
  ],
87
89
  "dependentActions": [
88
90
  "iam:PassRole"
@@ -1080,7 +1082,9 @@
1080
1082
  "dependentActions": []
1081
1083
  }
1082
1084
  ],
1083
- "conditionKeys": [],
1085
+ "conditionKeys": [
1086
+ "transfer:RequestSecurityPolicyName"
1087
+ ],
1084
1088
  "dependentActions": []
1085
1089
  },
1086
1090
  "updatehostkey": {
@@ -1129,7 +1133,8 @@
1129
1133
  ],
1130
1134
  "conditionKeys": [
1131
1135
  "transfer:RequestServerEndpointType",
1132
- "transfer:RequestServerProtocols"
1136
+ "transfer:RequestServerProtocols",
1137
+ "transfer:RequestSecurityPolicyName"
1133
1138
  ],
1134
1139
  "dependentActions": []
1135
1140
  },
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the connector protocol that is passed in the request",
20
20
  "type": "String"
21
21
  },
22
+ "transfer:requestsecuritypolicyname": {
23
+ "key": "transfer:RequestSecurityPolicyName",
24
+ "description": "Filters access by the security policy name that is passed in the request",
25
+ "type": "String"
26
+ },
22
27
  "transfer:requestserverdomain": {
23
28
  "key": "transfer:RequestServerDomain",
24
29
  "description": "Filters access by the storage domain that is passed in the request",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202605211",
3
+ "version": "0.19.202605231",
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-05-21T06:00:59.389Z",
9
+ "updatedAt": "2026-05-23T05:49:52.466Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",