@cloud-copilot/iam-data 0.15.202510021 → 0.15.202510041

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.
@@ -128,7 +128,10 @@
128
128
  "description": "Grants permission to create a new gateway",
129
129
  "accessLevel": "Write",
130
130
  "resourceTypes": [],
131
- "conditionKeys": [],
131
+ "conditionKeys": [
132
+ "aws:RequestTag/${TagKey}",
133
+ "aws:TagKeys"
134
+ ],
132
135
  "dependentActions": [
133
136
  "iam:PassRole"
134
137
  ]
@@ -1069,6 +1072,12 @@
1069
1072
  "conditionKeys": [],
1070
1073
  "dependentActions": []
1071
1074
  },
1075
+ {
1076
+ "name": "gateway",
1077
+ "required": false,
1078
+ "conditionKeys": [],
1079
+ "dependentActions": []
1080
+ },
1072
1081
  {
1073
1082
  "name": "runtime",
1074
1083
  "required": false,
@@ -1256,6 +1265,12 @@
1256
1265
  "conditionKeys": [],
1257
1266
  "dependentActions": []
1258
1267
  },
1268
+ {
1269
+ "name": "gateway",
1270
+ "required": false,
1271
+ "conditionKeys": [],
1272
+ "dependentActions": []
1273
+ },
1259
1274
  {
1260
1275
  "name": "runtime",
1261
1276
  "required": false,
@@ -1292,6 +1307,12 @@
1292
1307
  "conditionKeys": [],
1293
1308
  "dependentActions": []
1294
1309
  },
1310
+ {
1311
+ "name": "gateway",
1312
+ "required": false,
1313
+ "conditionKeys": [],
1314
+ "dependentActions": []
1315
+ },
1295
1316
  {
1296
1317
  "name": "runtime",
1297
1318
  "required": false,
@@ -1160,14 +1160,18 @@
1160
1160
  "name": "imagePipeline",
1161
1161
  "required": true,
1162
1162
  "conditionKeys": [],
1163
- "dependentActions": []
1163
+ "dependentActions": [
1164
+ "iam:CreateServiceLinkedRole",
1165
+ "imagebuilder:GetImagePipeline",
1166
+ "imagebuilder:TagResource"
1167
+ ]
1164
1168
  }
1165
1169
  ],
1166
- "conditionKeys": [],
1167
- "dependentActions": [
1168
- "iam:CreateServiceLinkedRole",
1169
- "imagebuilder:GetImagePipeline"
1170
- ]
1170
+ "conditionKeys": [
1171
+ "aws:RequestTag/${TagKey}",
1172
+ "aws:TagKeys"
1173
+ ],
1174
+ "dependentActions": []
1171
1175
  },
1172
1176
  "startresourcestateupdate": {
1173
1177
  "name": "StartResourceStateUpdate",
@@ -5,7 +5,10 @@
5
5
  },
6
6
  "gateway": {
7
7
  "key": "gateway",
8
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}"
8
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}",
9
+ "conditionKeys": [
10
+ "aws:ResourceTag/${TagKey}"
11
+ ]
9
12
  },
10
13
  "workload-identity": {
11
14
  "key": "workload-identity",
@@ -18,7 +18,6 @@
18
18
  "appfabric": "AWS AppFabric",
19
19
  "appflow": "Amazon AppFlow",
20
20
  "application-autoscaling": "AWS Application Auto Scaling",
21
- "application-cost-profiler": "AWS Application Cost Profiler Service",
22
21
  "application-signals": "Amazon CloudWatch Application Signals",
23
22
  "application-transformation": "AWS Application Transformation Service",
24
23
  "applicationinsights": "Amazon CloudWatch Application Insights",
@@ -18,7 +18,6 @@
18
18
  "appfabric",
19
19
  "appflow",
20
20
  "application-autoscaling",
21
- "application-cost-profiler",
22
21
  "application-signals",
23
22
  "application-transformation",
24
23
  "applicationinsights",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202510021",
3
+ "version": "0.15.202510041",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-10-02T04:44:32.693Z",
6
+ "updatedAt": "2025-10-04T04:44:12.493Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",
@@ -1,50 +0,0 @@
1
- {
2
- "deletereportdefinition": {
3
- "name": "DeleteReportDefinition",
4
- "description": "Grants permission to delete the configuration with specific Application Cost Profiler Report thereby effectively disabling report generation",
5
- "accessLevel": "Write",
6
- "resourceTypes": [],
7
- "conditionKeys": [],
8
- "dependentActions": []
9
- },
10
- "getreportdefinition": {
11
- "name": "GetReportDefinition",
12
- "description": "Grants permission to fetch the configuration with specific Application Cost Profiler Report request",
13
- "accessLevel": "Read",
14
- "resourceTypes": [],
15
- "conditionKeys": [],
16
- "dependentActions": []
17
- },
18
- "importapplicationusage": {
19
- "name": "ImportApplicationUsage",
20
- "description": "Grants permission to import the application usage from S3",
21
- "accessLevel": "Write",
22
- "resourceTypes": [],
23
- "conditionKeys": [],
24
- "dependentActions": []
25
- },
26
- "listreportdefinitions": {
27
- "name": "ListReportDefinitions",
28
- "description": "Grants permission to get a list of the different Application Cost Profiler Report configurations they have created",
29
- "accessLevel": "Read",
30
- "resourceTypes": [],
31
- "conditionKeys": [],
32
- "dependentActions": []
33
- },
34
- "putreportdefinition": {
35
- "name": "PutReportDefinition",
36
- "description": "Grants permission to create Application Cost Profiler Report configurations",
37
- "accessLevel": "Write",
38
- "resourceTypes": [],
39
- "conditionKeys": [],
40
- "dependentActions": []
41
- },
42
- "updatereportdefinition": {
43
- "name": "UpdateReportDefinition",
44
- "description": "Grants permission to update an existing Application Cost Profiler Report configuration",
45
- "accessLevel": "Write",
46
- "resourceTypes": [],
47
- "conditionKeys": [],
48
- "dependentActions": []
49
- }
50
- }