@cloud-copilot/iam-data 0.15.202512191 → 0.15.202512231

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.
@@ -29,6 +29,11 @@
29
29
  "description": "Filters access by URI of a Lambda authorizer function. Available during CreateAuthorizer and UpdateAuthorizer. Also available during import and reimport as an ArrayOfString",
30
30
  "type": "ArrayOfString"
31
31
  },
32
+ "apigateway:request/cognitouserpoolarn": {
33
+ "key": "apigateway:Request/CognitoUserPoolArn",
34
+ "description": "Filters access by a Portal's CognitoUserPoolArn that is passed in the request",
35
+ "type": "ARN"
36
+ },
32
37
  "apigateway:request/conditionbasepaths": {
33
38
  "key": "apigateway:Request/ConditionBasePaths",
34
39
  "description": "Filters access by base paths defined on the condition of a routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
@@ -44,6 +49,11 @@
44
49
  "description": "Filters access by endpoint type. Available during the CreateDomainName, UpdateDomainName, CreateRestApi, and UpdateRestApi operations",
45
50
  "type": "ArrayOfString"
46
51
  },
52
+ "apigateway:request/method": {
53
+ "key": "apigateway:Request/Method",
54
+ "description": "Filters access by a ProductRestEndpointPage's HTTP Method that is passed in the request",
55
+ "type": "String"
56
+ },
47
57
  "apigateway:request/mtlstruststoreuri": {
48
58
  "key": "apigateway:Request/MtlsTrustStoreUri",
49
59
  "description": "Filters access by URI of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
@@ -54,11 +64,41 @@
54
64
  "description": "Filters access by version of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
55
65
  "type": "String"
56
66
  },
67
+ "apigateway:request/portaldisplayname": {
68
+ "key": "apigateway:Request/PortalDisplayName",
69
+ "description": "Filters access by a Portal's Display Name that is passed in the request",
70
+ "type": "String"
71
+ },
72
+ "apigateway:request/portaldomainname": {
73
+ "key": "apigateway:Request/PortalDomainName",
74
+ "description": "Filters access by a Portal's vanity domain name that is passed in the request",
75
+ "type": "String"
76
+ },
77
+ "apigateway:request/portalproductdisplayname": {
78
+ "key": "apigateway:Request/PortalProductDisplayName",
79
+ "description": "Filters access by a PortalProduct's Display Name that is passed in the request",
80
+ "type": "String"
81
+ },
57
82
  "apigateway:request/priority": {
58
83
  "key": "apigateway:Request/Priority",
59
84
  "description": "Filters access by priority of the routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
60
85
  "type": "Numeric"
61
86
  },
87
+ "apigateway:request/productpagetitle": {
88
+ "key": "apigateway:Request/ProductPageTitle",
89
+ "description": "Filters access by a ProductPage's Title that is passed in the request",
90
+ "type": "String"
91
+ },
92
+ "apigateway:request/productrestendpointpageendpointprefix": {
93
+ "key": "apigateway:Request/ProductRestEndpointPageEndpointPrefix",
94
+ "description": "Filters access by a ProductRestEndpointPage's EndpointPrefix that is passed in the request",
95
+ "type": "String"
96
+ },
97
+ "apigateway:request/restapiid": {
98
+ "key": "apigateway:Request/RestApiId",
99
+ "description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway API ID that is passed in the request",
100
+ "type": "String"
101
+ },
62
102
  "apigateway:request/routeauthorizationtype": {
63
103
  "key": "apigateway:Request/RouteAuthorizationType",
64
104
  "description": "Filters access by authorization type, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the CreateMethod and PutMethod operations Also available as a collection during import",
@@ -74,6 +114,11 @@
74
114
  "description": "Filters access by TLS version. Available during the CreateDomain and UpdateDomain operations",
75
115
  "type": "ArrayOfString"
76
116
  },
117
+ "apigateway:request/stage": {
118
+ "key": "apigateway:Request/Stage",
119
+ "description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway Stage Name that is passed in the request",
120
+ "type": "String"
121
+ },
77
122
  "apigateway:request/stagename": {
78
123
  "key": "apigateway:Request/StageName",
79
124
  "description": "Filters access by stage name of the deployment that you attempt to create. Available during the CreateDeployment operation",
@@ -109,6 +154,11 @@
109
154
  "description": "Filters access by URI of a Lambda authorizer function. Available during UpdateAuthorizer and DeleteAuthorizer operations. Also available during reimport as an ArrayOfString",
110
155
  "type": "ArrayOfString"
111
156
  },
157
+ "apigateway:resource/cognitouserpoolarn": {
158
+ "key": "apigateway:Resource/CognitoUserPoolArn",
159
+ "description": "Filters access by a Portal's CognitoUserPoolArn associated with the resource",
160
+ "type": "ARN"
161
+ },
112
162
  "apigateway:resource/conditionbasepaths": {
113
163
  "key": "apigateway:Resource/ConditionBasePaths",
114
164
  "description": "Filters access by base paths defined on the condition of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
@@ -124,6 +174,11 @@
124
174
  "description": "Filters access by endpoint type. Available during the UpdateDomainName, DeleteDomainName, UpdateRestApi, and DeleteRestApi operations",
125
175
  "type": "ArrayOfString"
126
176
  },
177
+ "apigateway:resource/method": {
178
+ "key": "apigateway:Resource/Method",
179
+ "description": "Filters access by a ProductRestEndpointPage's HTTP Method associated with the resource",
180
+ "type": "String"
181
+ },
127
182
  "apigateway:resource/mtlstruststoreuri": {
128
183
  "key": "apigateway:Resource/MtlsTrustStoreUri",
129
184
  "description": "Filters access by URI of the truststore used for mutual TLS authentication. Available during UpdateDomainName and DeleteDomainName operations",
@@ -134,11 +189,46 @@
134
189
  "description": "Filters access by version of the truststore used for mutual TLS authentication. Available during UpdateDomainName and DeleteDomainName operations",
135
190
  "type": "String"
136
191
  },
192
+ "apigateway:resource/portaldisplayname": {
193
+ "key": "apigateway:Resource/PortalDisplayName",
194
+ "description": "Filters access by a Portal's Display Name associated with the resource",
195
+ "type": "String"
196
+ },
197
+ "apigateway:resource/portaldomainname": {
198
+ "key": "apigateway:Resource/PortalDomainName",
199
+ "description": "Filters access by a Portal's vanity domain name associated with the resource",
200
+ "type": "String"
201
+ },
202
+ "apigateway:resource/portalproductdisplayname": {
203
+ "key": "apigateway:Resource/PortalProductDisplayName",
204
+ "description": "Filters access by a PortalProduct's Display Name associated with the resource",
205
+ "type": "String"
206
+ },
207
+ "apigateway:resource/portalpublishstatus": {
208
+ "key": "apigateway:Resource/PortalPublishStatus",
209
+ "description": "Filters access by a Portal's published status associated with the resource",
210
+ "type": "String"
211
+ },
137
212
  "apigateway:resource/priority": {
138
213
  "key": "apigateway:Resource/Priority",
139
214
  "description": "Filters access by priority of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
140
215
  "type": "Numeric"
141
216
  },
217
+ "apigateway:resource/productpagetitle": {
218
+ "key": "apigateway:Resource/ProductPageTitle",
219
+ "description": "Filters access by a ProductPage's Title associated with the resource",
220
+ "type": "String"
221
+ },
222
+ "apigateway:resource/productrestendpointpageendpointprefix": {
223
+ "key": "apigateway:Resource/ProductRestEndpointPageEndpointPrefix",
224
+ "description": "Filters access by a ProductRestEndpointPage's EndpointPrefix associated with the resource",
225
+ "type": "String"
226
+ },
227
+ "apigateway:resource/restapiid": {
228
+ "key": "apigateway:Resource/RestApiId",
229
+ "description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway API ID associated with the resource",
230
+ "type": "String"
231
+ },
142
232
  "apigateway:resource/routeauthorizationtype": {
143
233
  "key": "apigateway:Resource/RouteAuthorizationType",
144
234
  "description": "Filters access by authorization type of the existing Method resource, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the PutMethod and DeleteMethod operations. Also available as a collection during reimport",
@@ -154,6 +244,11 @@
154
244
  "description": "Filters access by TLS version. Available during UpdateDomain and DeleteDomain operations",
155
245
  "type": "ArrayOfString"
156
246
  },
247
+ "apigateway:resource/stage": {
248
+ "key": "apigateway:Resource/Stage",
249
+ "description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway Stage Name associated with the resource",
250
+ "type": "String"
251
+ },
157
252
  "aws:requesttag/${tagkey}": {
158
253
  "key": "aws:RequestTag/${TagKey}",
159
254
  "description": "Filters access by the tag key-value pairs in the request",
@@ -254,6 +254,44 @@
254
254
  "aws:ResourceTag/${TagKey}"
255
255
  ]
256
256
  },
257
+ "portal": {
258
+ "key": "Portal",
259
+ "arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portals/${PortalId}",
260
+ "conditionKeys": [
261
+ "apigateway:Resource/CognitoUserPoolArn",
262
+ "apigateway:Resource/PortalDisplayName",
263
+ "apigateway:Resource/PortalDomainName",
264
+ "apigateway:Resource/PortalPublishStatus",
265
+ "aws:ResourceTag/${TagKey}"
266
+ ]
267
+ },
268
+ "portalproduct": {
269
+ "key": "PortalProduct",
270
+ "arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}",
271
+ "conditionKeys": [
272
+ "apigateway:Resource/PortalProductDisplayName",
273
+ "aws:ResourceTag/${TagKey}"
274
+ ]
275
+ },
276
+ "productpage": {
277
+ "key": "ProductPage",
278
+ "arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}/productpages/${ProductPageId}",
279
+ "conditionKeys": [
280
+ "apigateway:Resource/ProductPageTitle",
281
+ "aws:ResourceTag/${TagKey}"
282
+ ]
283
+ },
284
+ "productrestendpointpage": {
285
+ "key": "ProductRestEndpointPage",
286
+ "arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}/productrestendpointpages/${ProductRestEndpointPageId}",
287
+ "conditionKeys": [
288
+ "apigateway:Resource/Method",
289
+ "apigateway:Resource/ProductRestEndpointPageEndpointPrefix",
290
+ "apigateway:Resource/RestApiId",
291
+ "apigateway:Resource/Stage",
292
+ "aws:ResourceTag/${TagKey}"
293
+ ]
294
+ },
257
295
  "account": {
258
296
  "key": "Account",
259
297
  "arn": "arn:${Partition}:apigateway:${Region}::/account"
@@ -40,5 +40,26 @@
40
40
  "conditionKeys": [
41
41
  "aws:ResourceTag/${TagKey}"
42
42
  ]
43
+ },
44
+ "proxyrulegroup": {
45
+ "key": "ProxyRuleGroup",
46
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy-rule-group/${Name}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ]
50
+ },
51
+ "proxyconfiguration": {
52
+ "key": "ProxyConfiguration",
53
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy-configuration/${Name}",
54
+ "conditionKeys": [
55
+ "aws:ResourceTag/${TagKey}"
56
+ ]
57
+ },
58
+ "proxy": {
59
+ "key": "Proxy",
60
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy/${Name}",
61
+ "conditionKeys": [
62
+ "aws:ResourceTag/${TagKey}"
63
+ ]
43
64
  }
44
65
  }
@@ -29,11 +29,17 @@
29
29
  },
30
30
  "custom-verification-email-template": {
31
31
  "key": "custom-verification-email-template",
32
- "arn": "arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}"
32
+ "arn": "arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}",
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ]
33
36
  },
34
37
  "template": {
35
38
  "key": "template",
36
- "arn": "arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}"
39
+ "arn": "arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}",
40
+ "conditionKeys": [
41
+ "aws:ResourceTag/${TagKey}"
42
+ ]
37
43
  },
38
44
  "addon-instance": {
39
45
  "key": "addon-instance",
@@ -278,7 +278,7 @@
278
278
  "nimble": "Amazon Nimble Studio",
279
279
  "notifications": "AWS User Notifications",
280
280
  "notifications-contacts": "AWS User Notifications Contacts",
281
- "nova-act": "AWS service to manage AI agents for UI workflows",
281
+ "nova-act": "Amazon Nova Act",
282
282
  "oam": "Amazon CloudWatch Observability Access Manager",
283
283
  "observabilityadmin": "Amazon CloudWatch Observability Admin Service",
284
284
  "odb": "AWS Service - Oracle Database@AWS",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202512191",
3
+ "version": "0.15.202512231",
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": "2025-12-19T04:58:30.394Z",
9
+ "updatedAt": "2025-12-23T05:01:00.319Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",