@cloud-copilot/iam-data 0.19.202605151 → 0.19.202605191

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.
@@ -860,6 +860,12 @@
860
860
  "conditionKeys": [],
861
861
  "dependentActions": []
862
862
  },
863
+ {
864
+ "name": "Connector",
865
+ "required": false,
866
+ "conditionKeys": [],
867
+ "dependentActions": []
868
+ },
863
869
  {
864
870
  "name": "OrganizationConfigRule",
865
871
  "required": false,
@@ -1250,6 +1256,12 @@
1250
1256
  "conditionKeys": [],
1251
1257
  "dependentActions": []
1252
1258
  },
1259
+ {
1260
+ "name": "Connector",
1261
+ "required": false,
1262
+ "conditionKeys": [],
1263
+ "dependentActions": []
1264
+ },
1253
1265
  {
1254
1266
  "name": "OrganizationConfigRule",
1255
1267
  "required": false,
@@ -1310,6 +1322,12 @@
1310
1322
  "conditionKeys": [],
1311
1323
  "dependentActions": []
1312
1324
  },
1325
+ {
1326
+ "name": "Connector",
1327
+ "required": false,
1328
+ "conditionKeys": [],
1329
+ "dependentActions": []
1330
+ },
1313
1331
  {
1314
1332
  "name": "OrganizationConfigRule",
1315
1333
  "required": false,
@@ -1,4 +1,32 @@
1
1
  {
2
+ "continueservicedeployment": {
3
+ "name": "ContinueServiceDeployment",
4
+ "description": "Grants permission to continue a paused service deployment",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "service",
9
+ "required": true,
10
+ "conditionKeys": [
11
+ "aws:ResourceTag/${TagKey}",
12
+ "ecs:cluster"
13
+ ],
14
+ "dependentActions": []
15
+ },
16
+ {
17
+ "name": "service-deployment",
18
+ "required": true,
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}",
21
+ "ecs:cluster",
22
+ "ecs:service"
23
+ ],
24
+ "dependentActions": []
25
+ }
26
+ ],
27
+ "conditionKeys": [],
28
+ "dependentActions": []
29
+ },
2
30
  "createcapacityprovider": {
3
31
  "name": "CreateCapacityProvider",
4
32
  "description": "Grants permission to create a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling",
@@ -99,6 +99,11 @@
99
99
  "description": "Filters access by the AWS KMS key id provided in the request",
100
100
  "type": "String"
101
101
  },
102
+ "ecs:gateway": {
103
+ "key": "ecs:gateway",
104
+ "description": "Filters access by the ARN of an Amazon ECS gateway",
105
+ "type": "ARN"
106
+ },
102
107
  "ecs:instance-metadata-tags-propagation": {
103
108
  "key": "ecs:instance-metadata-tags-propagation",
104
109
  "description": "Filters access by the instance metadata tags propagation setting of your Amazon ECS capacity provider",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202605151",
3
+ "version": "0.19.202605191",
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-15T05:58:26.468Z",
9
+ "updatedAt": "2026-05-19T06:00:25.828Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",