@cloud-copilot/iam-data 0.18.202603141 → 0.18.202603181

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.
@@ -33,7 +33,14 @@
33
33
  "name": "DescribeAssessment",
34
34
  "description": "Grants permission to return the details of an existing assessment",
35
35
  "accessLevel": "Read",
36
- "resourceTypes": [],
36
+ "resourceTypes": [
37
+ {
38
+ "name": "Assessment",
39
+ "required": false,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
37
44
  "conditionKeys": [],
38
45
  "dependentActions": []
39
46
  },
@@ -1295,6 +1295,27 @@
1295
1295
  "conditionKeys": [],
1296
1296
  "dependentActions": []
1297
1297
  },
1298
+ "invokeagentruntimecommand": {
1299
+ "name": "InvokeAgentRuntimeCommand",
1300
+ "description": "Grants permission to invoke commands on an agent runtime endpoint",
1301
+ "accessLevel": "Write",
1302
+ "resourceTypes": [
1303
+ {
1304
+ "name": "runtime",
1305
+ "required": true,
1306
+ "conditionKeys": [],
1307
+ "dependentActions": []
1308
+ },
1309
+ {
1310
+ "name": "runtime-endpoint",
1311
+ "required": true,
1312
+ "conditionKeys": [],
1313
+ "dependentActions": []
1314
+ }
1315
+ ],
1316
+ "conditionKeys": [],
1317
+ "dependentActions": []
1318
+ },
1298
1319
  "invokeagentruntimeforuser": {
1299
1320
  "name": "InvokeAgentRuntimeForUser",
1300
1321
  "description": "Grants permission to invoke an agent runtime endpoint with X-Amzn-Bedrock-AgentCore-Runtime-User-Id header",
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "conditionKeys": [
17
17
  "ecs:propagate-tags",
18
+ "ecs:instance-metadata-tags-propagation",
18
19
  "aws:RequestTag/${TagKey}",
19
20
  "aws:TagKeys"
20
21
  ],
@@ -1137,6 +1138,7 @@
1137
1138
  ],
1138
1139
  "conditionKeys": [
1139
1140
  "ecs:propagate-tags",
1141
+ "ecs:instance-metadata-tags-propagation",
1140
1142
  "aws:ResourceTag/${TagKey}"
1141
1143
  ],
1142
1144
  "dependentActions": []
@@ -887,6 +887,21 @@
887
887
  "conditionKeys": [],
888
888
  "dependentActions": []
889
889
  },
890
+ "getdefaultapplicationsetting": {
891
+ "name": "GetDefaultApplicationSetting",
892
+ "description": "Grants permission to get the default application setting for OpenSearch Service",
893
+ "accessLevel": "Read",
894
+ "resourceTypes": [
895
+ {
896
+ "name": "application",
897
+ "required": true,
898
+ "conditionKeys": [],
899
+ "dependentActions": []
900
+ }
901
+ ],
902
+ "conditionKeys": [],
903
+ "dependentActions": []
904
+ },
890
905
  "getdirectquerydatasource": {
891
906
  "name": "GetDirectQueryDataSource",
892
907
  "description": "Grants permission to get the data source for the provided OpenSearch arns",
@@ -1183,6 +1198,21 @@
1183
1198
  "conditionKeys": [],
1184
1199
  "dependentActions": []
1185
1200
  },
1201
+ "putdefaultapplicationsetting": {
1202
+ "name": "PutDefaultApplicationSetting",
1203
+ "description": "Grants permission to set or remove the default application setting for OpenSearch Service",
1204
+ "accessLevel": "Write",
1205
+ "resourceTypes": [
1206
+ {
1207
+ "name": "application",
1208
+ "required": true,
1209
+ "conditionKeys": [],
1210
+ "dependentActions": []
1211
+ }
1212
+ ],
1213
+ "conditionKeys": [],
1214
+ "dependentActions": []
1215
+ },
1186
1216
  "rejectinboundconnection": {
1187
1217
  "name": "RejectInboundConnection",
1188
1218
  "description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request",
@@ -0,0 +1,166 @@
1
+ {
2
+ "acceptconnectionproposal": {
3
+ "name": "AcceptConnectionProposal",
4
+ "description": "Grants permission to accept a connection proposal generated elsewhere",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [
8
+ "aws:RequestTag/${TagKey}",
9
+ "aws:TagKeys"
10
+ ],
11
+ "dependentActions": []
12
+ },
13
+ "createconnection": {
14
+ "name": "CreateConnection",
15
+ "description": "Grants permission to create a connection",
16
+ "accessLevel": "Write",
17
+ "resourceTypes": [
18
+ {
19
+ "name": "connection",
20
+ "required": true,
21
+ "conditionKeys": [],
22
+ "dependentActions": []
23
+ }
24
+ ],
25
+ "conditionKeys": [
26
+ "aws:RequestTag/${TagKey}",
27
+ "aws:TagKeys"
28
+ ],
29
+ "dependentActions": []
30
+ },
31
+ "deleteconnection": {
32
+ "name": "DeleteConnection",
33
+ "description": "Grants permission to delete an existing connection",
34
+ "accessLevel": "Write",
35
+ "resourceTypes": [
36
+ {
37
+ "name": "connection",
38
+ "required": true,
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ }
42
+ ],
43
+ "conditionKeys": [],
44
+ "dependentActions": []
45
+ },
46
+ "describeconnectionproposal": {
47
+ "name": "DescribeConnectionProposal",
48
+ "description": "Grants permission to describe a connection proposal",
49
+ "accessLevel": "Read",
50
+ "resourceTypes": [],
51
+ "conditionKeys": [],
52
+ "dependentActions": []
53
+ },
54
+ "getconnection": {
55
+ "name": "GetConnection",
56
+ "description": "Grants permission to describe a connection",
57
+ "accessLevel": "Read",
58
+ "resourceTypes": [
59
+ {
60
+ "name": "connection",
61
+ "required": true,
62
+ "conditionKeys": [],
63
+ "dependentActions": []
64
+ }
65
+ ],
66
+ "conditionKeys": [],
67
+ "dependentActions": []
68
+ },
69
+ "getenvironment": {
70
+ "name": "GetEnvironment",
71
+ "description": "Grants permission to describe an environment",
72
+ "accessLevel": "Read",
73
+ "resourceTypes": [
74
+ {
75
+ "name": "environment",
76
+ "required": true,
77
+ "conditionKeys": [],
78
+ "dependentActions": []
79
+ }
80
+ ],
81
+ "conditionKeys": [],
82
+ "dependentActions": []
83
+ },
84
+ "listattachpoints": {
85
+ "name": "ListAttachPoints",
86
+ "description": "Grants permission to list available attach points",
87
+ "accessLevel": "Read",
88
+ "resourceTypes": [],
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ },
92
+ "listconnections": {
93
+ "name": "ListConnections",
94
+ "description": "Grants permission to list connections",
95
+ "accessLevel": "List",
96
+ "resourceTypes": [],
97
+ "conditionKeys": [],
98
+ "dependentActions": []
99
+ },
100
+ "listenvironments": {
101
+ "name": "ListEnvironments",
102
+ "description": "Grants permission to list available environments",
103
+ "accessLevel": "List",
104
+ "resourceTypes": [],
105
+ "conditionKeys": [],
106
+ "dependentActions": []
107
+ },
108
+ "listtagsforresource": {
109
+ "name": "ListTagsForResource",
110
+ "description": "Grants permission to list tags on a resource",
111
+ "accessLevel": "Read",
112
+ "resourceTypes": [],
113
+ "conditionKeys": [],
114
+ "dependentActions": []
115
+ },
116
+ "tagresource": {
117
+ "name": "TagResource",
118
+ "description": "Grants permission to apply tags to a resource",
119
+ "accessLevel": "Tagging",
120
+ "resourceTypes": [
121
+ {
122
+ "name": "connection",
123
+ "required": true,
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ }
127
+ ],
128
+ "conditionKeys": [
129
+ "aws:RequestTag/${TagKey}",
130
+ "aws:TagKeys"
131
+ ],
132
+ "dependentActions": []
133
+ },
134
+ "untagresource": {
135
+ "name": "UntagResource",
136
+ "description": "Grants permission to remove tags from a resource",
137
+ "accessLevel": "Tagging",
138
+ "resourceTypes": [
139
+ {
140
+ "name": "connection",
141
+ "required": true,
142
+ "conditionKeys": [],
143
+ "dependentActions": []
144
+ }
145
+ ],
146
+ "conditionKeys": [
147
+ "aws:TagKeys"
148
+ ],
149
+ "dependentActions": []
150
+ },
151
+ "updateconnection": {
152
+ "name": "UpdateConnection",
153
+ "description": "Grants permission to update an existing connection",
154
+ "accessLevel": "Write",
155
+ "resourceTypes": [
156
+ {
157
+ "name": "connection",
158
+ "required": true,
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ }
162
+ ],
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "deleteaccountcolor": {
3
3
  "name": "DeleteAccountColor",
4
- "description": "Grants permission to delete the color associated with the account",
4
+ "description": "Grants permission to delete account color setting",
5
5
  "accessLevel": "Write",
6
6
  "resourceTypes": [],
7
7
  "conditionKeys": [],
@@ -9,7 +9,23 @@
9
9
  },
10
10
  "getaccountcolor": {
11
11
  "name": "GetAccountColor",
12
- "description": "Grants permission to get the color associated with the account",
12
+ "description": "Grants permission to retrieve account color for given account",
13
+ "accessLevel": "Read",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
18
+ "getaccountcustomizations": {
19
+ "name": "GetAccountCustomizations",
20
+ "description": "Grants permission to retrieve account customizations",
21
+ "accessLevel": "Read",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
26
+ "listservices": {
27
+ "name": "ListServices",
28
+ "description": "Grants permission to list available services",
13
29
  "accessLevel": "Read",
14
30
  "resourceTypes": [],
15
31
  "conditionKeys": [],
@@ -17,7 +33,15 @@
17
33
  },
18
34
  "putaccountcolor": {
19
35
  "name": "PutAccountColor",
20
- "description": "Grants permission to sets the color associated with an account",
36
+ "description": "Grants permission to set account color",
37
+ "accessLevel": "Write",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ },
42
+ "updateaccountcustomizations": {
43
+ "name": "UpdateAccountCustomizations",
44
+ "description": "Grants permission to update account customizations",
21
45
  "accessLevel": "Write",
22
46
  "resourceTypes": [],
23
47
  "conditionKeys": [],
@@ -52,7 +52,8 @@
52
52
  ],
53
53
  "conditionKeys": [
54
54
  "aws:RequestTag/${TagKey}",
55
- "aws:TagKeys"
55
+ "aws:TagKeys",
56
+ "vpc-lattice:CreateAction"
56
57
  ],
57
58
  "dependentActions": []
58
59
  },
@@ -72,7 +73,8 @@
72
73
  "aws:RequestTag/${TagKey}",
73
74
  "aws:TagKeys",
74
75
  "vpc-lattice:Protocol",
75
- "vpc-lattice:TargetGroupArns"
76
+ "vpc-lattice:TargetGroupArns",
77
+ "vpc-lattice:CreateAction"
76
78
  ],
77
79
  "dependentActions": []
78
80
  },
@@ -102,7 +104,8 @@
102
104
  ],
103
105
  "conditionKeys": [
104
106
  "aws:RequestTag/${TagKey}",
105
- "aws:TagKeys"
107
+ "aws:TagKeys",
108
+ "vpc-lattice:CreateAction"
106
109
  ],
107
110
  "dependentActions": []
108
111
  },
@@ -125,7 +128,8 @@
125
128
  "conditionKeys": [
126
129
  "aws:RequestTag/${TagKey}",
127
130
  "aws:TagKeys",
128
- "vpc-lattice:VpcId"
131
+ "vpc-lattice:VpcId",
132
+ "vpc-lattice:CreateAction"
129
133
  ],
130
134
  "dependentActions": []
131
135
  },
@@ -144,7 +148,8 @@
144
148
  "conditionKeys": [
145
149
  "aws:RequestTag/${TagKey}",
146
150
  "aws:TagKeys",
147
- "vpc-lattice:TargetGroupArns"
151
+ "vpc-lattice:TargetGroupArns",
152
+ "vpc-lattice:CreateAction"
148
153
  ],
149
154
  "dependentActions": []
150
155
  },
@@ -165,7 +170,8 @@
165
170
  "conditionKeys": [
166
171
  "aws:RequestTag/${TagKey}",
167
172
  "aws:TagKeys",
168
- "vpc-lattice:AuthType"
173
+ "vpc-lattice:AuthType",
174
+ "vpc-lattice:CreateAction"
169
175
  ],
170
176
  "dependentActions": []
171
177
  },
@@ -186,7 +192,8 @@
186
192
  "conditionKeys": [
187
193
  "aws:RequestTag/${TagKey}",
188
194
  "aws:TagKeys",
189
- "vpc-lattice:AuthType"
195
+ "vpc-lattice:AuthType",
196
+ "vpc-lattice:CreateAction"
190
197
  ],
191
198
  "dependentActions": []
192
199
  },
@@ -218,7 +225,8 @@
218
225
  "aws:RequestTag/${TagKey}",
219
226
  "aws:TagKeys",
220
227
  "vpc-lattice:ResourceConfigurationArn",
221
- "vpc-lattice:ServiceNetworkArn"
228
+ "vpc-lattice:ServiceNetworkArn",
229
+ "vpc-lattice:CreateAction"
222
230
  ],
223
231
  "dependentActions": []
224
232
  },
@@ -250,7 +258,8 @@
250
258
  "aws:RequestTag/${TagKey}",
251
259
  "aws:TagKeys",
252
260
  "vpc-lattice:ServiceArn",
253
- "vpc-lattice:ServiceNetworkArn"
261
+ "vpc-lattice:ServiceNetworkArn",
262
+ "vpc-lattice:CreateAction"
254
263
  ],
255
264
  "dependentActions": []
256
265
  },
@@ -281,7 +290,8 @@
281
290
  "vpc-lattice:PrivateDnsSpecifiedDomains",
282
291
  "vpc-lattice:SecurityGroupIds",
283
292
  "vpc-lattice:ServiceNetworkArn",
284
- "vpc-lattice:VpcId"
293
+ "vpc-lattice:VpcId",
294
+ "vpc-lattice:CreateAction"
285
295
  ],
286
296
  "dependentActions": []
287
297
  },
@@ -311,7 +321,8 @@
311
321
  "conditionKeys": [
312
322
  "aws:RequestTag/${TagKey}",
313
323
  "aws:TagKeys",
314
- "vpc-lattice:VpcId"
324
+ "vpc-lattice:VpcId",
325
+ "vpc-lattice:CreateAction"
315
326
  ],
316
327
  "dependentActions": []
317
328
  },
@@ -1086,7 +1097,8 @@
1086
1097
  "conditionKeys": [
1087
1098
  "aws:RequestTag/${TagKey}",
1088
1099
  "aws:TagKeys",
1089
- "vpc-lattice:DomainName"
1100
+ "vpc-lattice:DomainName",
1101
+ "vpc-lattice:CreateAction"
1090
1102
  ],
1091
1103
  "dependentActions": []
1092
1104
  },
@@ -89,6 +89,11 @@
89
89
  "description": "Filters access by the AWS KMS key id provided in the request",
90
90
  "type": "String"
91
91
  },
92
+ "ecs:instance-metadata-tags-propagation": {
93
+ "key": "ecs:instance-metadata-tags-propagation",
94
+ "description": "Filters access by the instance metadata tags propagation setting of your Amazon ECS capacity provider",
95
+ "type": "Bool"
96
+ },
92
97
  "ecs:namespace": {
93
98
  "key": "ecs:namespace",
94
99
  "description": "Filters access by the ARN of AWS Cloud Map namespace which is defined in the Service Connect Configuration",
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by a tag key and value pair that is allowed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by a tag key and value pair of a resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by a list of tag keys that are allowed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the auth type specified in the request",
20
20
  "type": "String"
21
21
  },
22
+ "vpc-lattice:createaction": {
23
+ "key": "vpc-lattice:CreateAction",
24
+ "description": "Filters access by the name of a resource-creating API action",
25
+ "type": "String"
26
+ },
22
27
  "vpc-lattice:domainname": {
23
28
  "key": "vpc-lattice:DomainName",
24
29
  "description": "Filters access by the domain name",
@@ -15,6 +15,10 @@
15
15
  "catalog:ChangeType"
16
16
  ]
17
17
  },
18
+ "assessment": {
19
+ "key": "Assessment",
20
+ "arn": "arn:${Partition}:aws-marketplace:${Region}::${Catalog}/Assessment/${ResourceId}"
21
+ },
18
22
  "deploymentparameter": {
19
23
  "key": "DeploymentParameter",
20
24
  "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:DeploymentParameter:catalogs/${CatalogName}/products/${ProductId}/${ResourceId}",
@@ -0,0 +1,13 @@
1
+ {
2
+ "connection": {
3
+ "key": "connection",
4
+ "arn": "arn:${Partition}:interconnect:${Region}:${Account}:connection/${Id}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "environment": {
10
+ "key": "environment",
11
+ "arn": "arn:${Partition}:interconnect:${Region}:${Account}:environment/${Id}"
12
+ }
13
+ }
@@ -5,7 +5,8 @@
5
5
  "conditionKeys": [
6
6
  "aws:RequestTag/${TagKey}",
7
7
  "aws:ResourceTag/${TagKey}",
8
- "aws:TagKeys"
8
+ "aws:TagKeys",
9
+ "vpc-lattice:CreateAction"
9
10
  ]
10
11
  },
11
12
  "domainverification": {
@@ -15,6 +16,7 @@
15
16
  "aws:RequestTag/${TagKey}",
16
17
  "aws:ResourceTag/${TagKey}",
17
18
  "aws:TagKeys",
19
+ "vpc-lattice:CreateAction",
18
20
  "vpc-lattice:DomainName"
19
21
  ]
20
22
  },
@@ -25,6 +27,7 @@
25
27
  "aws:RequestTag/${TagKey}",
26
28
  "aws:ResourceTag/${TagKey}",
27
29
  "aws:TagKeys",
30
+ "vpc-lattice:CreateAction",
28
31
  "vpc-lattice:Protocol",
29
32
  "vpc-lattice:TargetGroupArns"
30
33
  ]
@@ -35,7 +38,8 @@
35
38
  "conditionKeys": [
36
39
  "aws:RequestTag/${TagKey}",
37
40
  "aws:ResourceTag/${TagKey}",
38
- "aws:TagKeys"
41
+ "aws:TagKeys",
42
+ "vpc-lattice:CreateAction"
39
43
  ]
40
44
  },
41
45
  "resourceendpointassociation": {
@@ -56,6 +60,7 @@
56
60
  "aws:RequestTag/${TagKey}",
57
61
  "aws:ResourceTag/${TagKey}",
58
62
  "aws:TagKeys",
63
+ "vpc-lattice:CreateAction",
59
64
  "vpc-lattice:VpcId"
60
65
  ]
61
66
  },
@@ -66,6 +71,7 @@
66
71
  "aws:RequestTag/${TagKey}",
67
72
  "aws:ResourceTag/${TagKey}",
68
73
  "aws:TagKeys",
74
+ "vpc-lattice:CreateAction",
69
75
  "vpc-lattice:TargetGroupArns"
70
76
  ]
71
77
  },
@@ -76,7 +82,8 @@
76
82
  "aws:RequestTag/${TagKey}",
77
83
  "aws:ResourceTag/${TagKey}",
78
84
  "aws:TagKeys",
79
- "vpc-lattice:AuthType"
85
+ "vpc-lattice:AuthType",
86
+ "vpc-lattice:CreateAction"
80
87
  ]
81
88
  },
82
89
  "servicenetwork": {
@@ -86,7 +93,8 @@
86
93
  "aws:RequestTag/${TagKey}",
87
94
  "aws:ResourceTag/${TagKey}",
88
95
  "aws:TagKeys",
89
- "vpc-lattice:AuthType"
96
+ "vpc-lattice:AuthType",
97
+ "vpc-lattice:CreateAction"
90
98
  ]
91
99
  },
92
100
  "servicenetworkresourceassociation": {
@@ -96,6 +104,7 @@
96
104
  "aws:RequestTag/${TagKey}",
97
105
  "aws:ResourceTag/${TagKey}",
98
106
  "aws:TagKeys",
107
+ "vpc-lattice:CreateAction",
99
108
  "vpc-lattice:ResourceConfigurationArn",
100
109
  "vpc-lattice:ServiceNetworkArn"
101
110
  ]
@@ -107,6 +116,7 @@
107
116
  "aws:RequestTag/${TagKey}",
108
117
  "aws:ResourceTag/${TagKey}",
109
118
  "aws:TagKeys",
119
+ "vpc-lattice:CreateAction",
110
120
  "vpc-lattice:ServiceArn",
111
121
  "vpc-lattice:ServiceNetworkArn"
112
122
  ]
@@ -118,6 +128,7 @@
118
128
  "aws:RequestTag/${TagKey}",
119
129
  "aws:ResourceTag/${TagKey}",
120
130
  "aws:TagKeys",
131
+ "vpc-lattice:CreateAction",
121
132
  "vpc-lattice:PrivateDnsPreference",
122
133
  "vpc-lattice:PrivateDnsSpecifiedDomains",
123
134
  "vpc-lattice:SecurityGroupIds",
@@ -132,6 +143,7 @@
132
143
  "aws:RequestTag/${TagKey}",
133
144
  "aws:ResourceTag/${TagKey}",
134
145
  "aws:TagKeys",
146
+ "vpc-lattice:CreateAction",
135
147
  "vpc-lattice:VpcId"
136
148
  ]
137
149
  }
@@ -203,6 +203,7 @@
203
203
  "inspector-scan": "Amazon InspectorScan",
204
204
  "inspector2": "Amazon Inspector2",
205
205
  "inspector2-telemetry": "Amazon Inspector2 Telemetry Channel",
206
+ "interconnect": "AWS Interconnect",
206
207
  "internetmonitor": "Amazon CloudWatch Internet Monitor",
207
208
  "invoicing": "AWS Invoicing Service",
208
209
  "iot": "AWS IoT",
@@ -420,7 +421,7 @@
420
421
  "trustedadvisor": "AWS Trusted Advisor",
421
422
  "ts": "AWS Diagnostic tools",
422
423
  "user-subscriptions": "AWS User Subscriptions",
423
- "uxc": "AWS Service for managing AWS Management Console user experience capabilities.",
424
+ "uxc": "AWS User Experience Customization",
424
425
  "vendor-insights": "AWS Marketplace Vendor Insights",
425
426
  "verified-access": "AWS Verified Access",
426
427
  "verifiedpermissions": "Amazon Verified Permissions",
@@ -203,6 +203,7 @@
203
203
  "inspector-scan",
204
204
  "inspector2",
205
205
  "inspector2-telemetry",
206
+ "interconnect",
206
207
  "internetmonitor",
207
208
  "invoicing",
208
209
  "iot",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603141",
3
+ "version": "0.18.202603181",
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-03-14T05:04:28.290Z",
9
+ "updatedAt": "2026-03-18T05:14:30.217Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",