@cloud-copilot/iam-data 0.19.202607011 → 0.19.202607021

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.
@@ -129,6 +129,22 @@
129
129
  "conditionKeys": [],
130
130
  "dependentActions": []
131
131
  },
132
+ "deletepipelinerule": {
133
+ "name": "DeletePipelineRule",
134
+ "isPermissionOnly": true,
135
+ "description": "Grants permission to delete a pipeline rule for CloudWatch pipelines for OTel metric processing",
136
+ "accessLevel": "Write",
137
+ "resourceTypes": [
138
+ {
139
+ "name": "dataset",
140
+ "required": true,
141
+ "conditionKeys": [],
142
+ "dependentActions": []
143
+ }
144
+ ],
145
+ "conditionKeys": [],
146
+ "dependentActions": []
147
+ },
132
148
  "deleteservicelevelobjective": {
133
149
  "name": "DeleteServiceLevelObjective",
134
150
  "description": "Grants permission to delete a service level objective",
@@ -894,6 +910,22 @@
894
910
  ],
895
911
  "dependentActions": []
896
912
  },
913
+ "putpipelinerule": {
914
+ "name": "PutPipelineRule",
915
+ "isPermissionOnly": true,
916
+ "description": "Grants permission to create or update a pipeline rule for CloudWatch pipelines for OTel metric processing",
917
+ "accessLevel": "Write",
918
+ "resourceTypes": [
919
+ {
920
+ "name": "dataset",
921
+ "required": true,
922
+ "conditionKeys": [],
923
+ "dependentActions": []
924
+ }
925
+ ],
926
+ "conditionKeys": [],
927
+ "dependentActions": []
928
+ },
897
929
  "setalarmstate": {
898
930
  "name": "SetAlarmState",
899
931
  "description": "Grants permission to temporarily set the state of an alarm for testing purposes",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "allowvendedlogdeliveryforresource": {
3
+ "name": "AllowVendedLogDeliveryForResource",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to allow vended log delivery for a specified resource",
6
+ "accessLevel": "Permissions management",
7
+ "resourceTypes": [
8
+ {
9
+ "name": "cluster",
10
+ "required": false,
11
+ "conditionKeys": [],
12
+ "dependentActions": []
13
+ }
14
+ ],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
2
18
  "continueservicedeployment": {
3
19
  "name": "ContinueServiceDeployment",
4
20
  "description": "Grants permission to continue a paused service deployment",
@@ -65,6 +65,21 @@
65
65
  "gameliftstreams:TagResource"
66
66
  ]
67
67
  },
68
+ "createstreamsessionadminshell": {
69
+ "name": "CreateStreamSessionAdminShell",
70
+ "description": "Grants permission to establish an administrative terminal connection to a stream session",
71
+ "accessLevel": "Write",
72
+ "resourceTypes": [
73
+ {
74
+ "name": "stream group",
75
+ "required": true,
76
+ "conditionKeys": [],
77
+ "dependentActions": []
78
+ }
79
+ ],
80
+ "conditionKeys": [],
81
+ "dependentActions": []
82
+ },
68
83
  "createstreamsessionconnection": {
69
84
  "name": "CreateStreamSessionConnection",
70
85
  "description": "Grants permission to create a stream session connection",
@@ -89,6 +89,26 @@
89
89
  "conditionKeys": [],
90
90
  "dependentActions": []
91
91
  },
92
+ "createcontainerassociation": {
93
+ "name": "CreateContainerAssociation",
94
+ "description": "Grants permission to create an AWS Network Firewall container association",
95
+ "accessLevel": "Write",
96
+ "resourceTypes": [
97
+ {
98
+ "name": "ContainerAssociation",
99
+ "required": true,
100
+ "conditionKeys": [],
101
+ "dependentActions": [
102
+ "iam:CreateServiceLinkedRole"
103
+ ]
104
+ }
105
+ ],
106
+ "conditionKeys": [
107
+ "aws:RequestTag/${TagKey}",
108
+ "aws:TagKeys"
109
+ ],
110
+ "dependentActions": []
111
+ },
92
112
  "createfirewall": {
93
113
  "name": "CreateFirewall",
94
114
  "description": "Grants permission to create an AWS Network Firewall firewall",
@@ -304,6 +324,21 @@
304
324
  ],
305
325
  "dependentActions": []
306
326
  },
327
+ "deletecontainerassociation": {
328
+ "name": "DeleteContainerAssociation",
329
+ "description": "Grants permission to delete an AWS Network Firewall container association",
330
+ "accessLevel": "Write",
331
+ "resourceTypes": [
332
+ {
333
+ "name": "ContainerAssociation",
334
+ "required": true,
335
+ "conditionKeys": [],
336
+ "dependentActions": []
337
+ }
338
+ ],
339
+ "conditionKeys": [],
340
+ "dependentActions": []
341
+ },
307
342
  "deletefirewall": {
308
343
  "name": "DeleteFirewall",
309
344
  "description": "Grants permission to delete a firewall",
@@ -495,6 +530,21 @@
495
530
  "conditionKeys": [],
496
531
  "dependentActions": []
497
532
  },
533
+ "describecontainerassociation": {
534
+ "name": "DescribeContainerAssociation",
535
+ "description": "Grants permission to retrieve the data objects that define a container association",
536
+ "accessLevel": "Read",
537
+ "resourceTypes": [
538
+ {
539
+ "name": "ContainerAssociation",
540
+ "required": true,
541
+ "conditionKeys": [],
542
+ "dependentActions": []
543
+ }
544
+ ],
545
+ "conditionKeys": [],
546
+ "dependentActions": []
547
+ },
498
548
  "describefirewall": {
499
549
  "name": "DescribeFirewall",
500
550
  "description": "Grants permission to retrieve the data objects that define a firewall",
@@ -858,6 +908,14 @@
858
908
  "conditionKeys": [],
859
909
  "dependentActions": []
860
910
  },
911
+ "listcontainerassociations": {
912
+ "name": "ListContainerAssociations",
913
+ "description": "Grants permission to retrieve the metadata for container associations",
914
+ "accessLevel": "List",
915
+ "resourceTypes": [],
916
+ "conditionKeys": [],
917
+ "dependentActions": []
918
+ },
861
919
  "listfirewallpolicies": {
862
920
  "name": "ListFirewallPolicies",
863
921
  "description": "Grants permission to retrieve the metadata for firewall policies",
@@ -1003,6 +1061,12 @@
1003
1061
  "conditionKeys": [],
1004
1062
  "dependentActions": []
1005
1063
  },
1064
+ {
1065
+ "name": "ContainerAssociation",
1066
+ "required": false,
1067
+ "conditionKeys": [],
1068
+ "dependentActions": []
1069
+ },
1006
1070
  {
1007
1071
  "name": "StatefulRuleGroup",
1008
1072
  "required": false,
@@ -1144,6 +1208,12 @@
1144
1208
  "description": "Grants permission to attach tags to a resource",
1145
1209
  "accessLevel": "Tagging",
1146
1210
  "resourceTypes": [
1211
+ {
1212
+ "name": "ContainerAssociation",
1213
+ "required": false,
1214
+ "conditionKeys": [],
1215
+ "dependentActions": []
1216
+ },
1147
1217
  {
1148
1218
  "name": "Firewall",
1149
1219
  "required": false,
@@ -1210,6 +1280,12 @@
1210
1280
  "description": "Grants permission to remove tags from a resource",
1211
1281
  "accessLevel": "Tagging",
1212
1282
  "resourceTypes": [
1283
+ {
1284
+ "name": "ContainerAssociation",
1285
+ "required": false,
1286
+ "conditionKeys": [],
1287
+ "dependentActions": []
1288
+ },
1213
1289
  {
1214
1290
  "name": "Firewall",
1215
1291
  "required": false,
@@ -1285,6 +1361,21 @@
1285
1361
  "conditionKeys": [],
1286
1362
  "dependentActions": []
1287
1363
  },
1364
+ "updatecontainerassociation": {
1365
+ "name": "UpdateContainerAssociation",
1366
+ "description": "Grants permission to update an AWS Network Firewall container association",
1367
+ "accessLevel": "Write",
1368
+ "resourceTypes": [
1369
+ {
1370
+ "name": "ContainerAssociation",
1371
+ "required": true,
1372
+ "conditionKeys": [],
1373
+ "dependentActions": []
1374
+ }
1375
+ ],
1376
+ "conditionKeys": [],
1377
+ "dependentActions": []
1378
+ },
1288
1379
  "updatefirewallanalysissettings": {
1289
1380
  "name": "UpdateFirewallAnalysisSettings",
1290
1381
  "description": "Grants permission to modify firewall analysis settings of a firewall",
@@ -61,5 +61,12 @@
61
61
  "conditionKeys": [
62
62
  "aws:ResourceTag/${TagKey}"
63
63
  ]
64
+ },
65
+ "containerassociation": {
66
+ "key": "ContainerAssociation",
67
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:container-association/${Name}",
68
+ "conditionKeys": [
69
+ "aws:ResourceTag/${TagKey}"
70
+ ]
64
71
  }
65
72
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202607011",
3
+ "version": "0.19.202607021",
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-07-01T06:09:25.353Z",
9
+ "updatedAt": "2026-07-02T05:59:01.605Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",