@cloud-copilot/iam-data 0.9.202506281 → 0.9.202507031

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.
@@ -608,14 +608,7 @@
608
608
  "name": "ListStreamProcessors",
609
609
  "description": "Grants permission to get a list of your stream processors",
610
610
  "accessLevel": "List",
611
- "resourceTypes": [
612
- {
613
- "name": "streamprocessor",
614
- "required": true,
615
- "conditionKeys": [],
616
- "dependentActions": []
617
- }
618
- ],
611
+ "resourceTypes": [],
619
612
  "conditionKeys": [],
620
613
  "dependentActions": []
621
614
  },
@@ -1781,7 +1781,9 @@
1781
1781
  "description": "Grants permission to add or update inventory items on multiple specified managed instances",
1782
1782
  "accessLevel": "Write",
1783
1783
  "resourceTypes": [],
1784
- "conditionKeys": [],
1784
+ "conditionKeys": [
1785
+ "ssm:InventoryTypeName"
1786
+ ],
1785
1787
  "dependentActions": []
1786
1788
  },
1787
1789
  "putparameter": {
@@ -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/conditionbasepaths": {
33
+ "key": "apigateway:Request/ConditionBasePaths",
34
+ "description": "Filters access by base paths defined on the condition of a routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
35
+ "type": "ArrayOfString"
36
+ },
32
37
  "apigateway:request/disableexecuteapiendpoint": {
33
38
  "key": "apigateway:Request/DisableExecuteApiEndpoint",
34
39
  "description": "Filters access by status of the default execute-api endpoint. Available during the CreateRestApi and DeleteRestApi operations",
@@ -49,11 +54,21 @@
49
54
  "description": "Filters access by version of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
50
55
  "type": "String"
51
56
  },
57
+ "apigateway:request/priority": {
58
+ "key": "apigateway:Request/Priority",
59
+ "description": "Filters access by priority of the routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
60
+ "type": "Numeric"
61
+ },
52
62
  "apigateway:request/routeauthorizationtype": {
53
63
  "key": "apigateway:Request/RouteAuthorizationType",
54
64
  "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",
55
65
  "type": "ArrayOfString"
56
66
  },
67
+ "apigateway:request/routingmode": {
68
+ "key": "apigateway:Request/RoutingMode",
69
+ "description": "Filters access by routing mode of the domain name. Available during the CreateDomainName and UpdateDomainName operations",
70
+ "type": "String"
71
+ },
57
72
  "apigateway:request/securitypolicy": {
58
73
  "key": "apigateway:Request/SecurityPolicy",
59
74
  "description": "Filters access by TLS version. Available during the CreateDomain and UpdateDomain operations",
@@ -94,6 +109,11 @@
94
109
  "description": "Filters access by URI of a Lambda authorizer function. Available during UpdateAuthorizer and DeleteAuthorizer operations. Also available during reimport as an ArrayOfString",
95
110
  "type": "ArrayOfString"
96
111
  },
112
+ "apigateway:resource/conditionbasepaths": {
113
+ "key": "apigateway:Resource/ConditionBasePaths",
114
+ "description": "Filters access by base paths defined on the condition of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
115
+ "type": "ArrayOfString"
116
+ },
97
117
  "apigateway:resource/disableexecuteapiendpoint": {
98
118
  "key": "apigateway:Resource/DisableExecuteApiEndpoint",
99
119
  "description": "Filters access by status of the default execute-api endpoint of the current RestApi resource. Available during UpdateRestApi and DeleteRestApi operations",
@@ -114,11 +134,21 @@
114
134
  "description": "Filters access by version of the truststore used for mutual TLS authentication. Available during UpdateDomainName and DeleteDomainName operations",
115
135
  "type": "String"
116
136
  },
137
+ "apigateway:resource/priority": {
138
+ "key": "apigateway:Resource/Priority",
139
+ "description": "Filters access by priority of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
140
+ "type": "Numeric"
141
+ },
117
142
  "apigateway:resource/routeauthorizationtype": {
118
143
  "key": "apigateway:Resource/RouteAuthorizationType",
119
144
  "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",
120
145
  "type": "ArrayOfString"
121
146
  },
147
+ "apigateway:resource/routingmode": {
148
+ "key": "apigateway:Resource/RoutingMode",
149
+ "description": "Filters access by routing mode of the domain name. Available during the UpdateDomainName and DeleteDomainName operations",
150
+ "type": "String"
151
+ },
122
152
  "apigateway:resource/securitypolicy": {
123
153
  "key": "apigateway:Resource/SecurityPolicy",
124
154
  "description": "Filters access by TLS version. Available during UpdateDomain and DeleteDomain operations",
@@ -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
+ }
@@ -39,6 +39,11 @@
39
39
  "description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
40
40
  "type": "String"
41
41
  },
42
+ "ssm:inventorytypename": {
43
+ "key": "ssm:InventoryTypeName",
44
+ "description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
45
+ "type": "ArrayOfString"
46
+ },
42
47
  "ssm:overwrite": {
43
48
  "key": "ssm:Overwrite",
44
49
  "description": "Filters access by controling whether Systems Manager parameters can be overwritten",
@@ -211,6 +211,15 @@
211
211
  "aws:ResourceTag/${TagKey}"
212
212
  ]
213
213
  },
214
+ "routingrule": {
215
+ "key": "RoutingRule",
216
+ "arn": "arn:${Partition}:apigateway:${Region}:${Account}:/domainnames/${DomainName}/routingrules/${RoutingRuleId}",
217
+ "conditionKeys": [
218
+ "apigateway:Resource/ConditionBasePaths",
219
+ "apigateway:Resource/Priority",
220
+ "aws:ResourceTag/${TagKey}"
221
+ ]
222
+ },
214
223
  "stage": {
215
224
  "key": "Stage",
216
225
  "arn": "arn:${Partition}:apigateway:${Region}::/restapis/${RestApiId}/stages/${StageName}",
@@ -330,6 +339,7 @@
330
339
  "apigateway:Resource/EndpointType",
331
340
  "apigateway:Resource/MtlsTrustStoreUri",
332
341
  "apigateway:Resource/MtlsTrustStoreVersion",
342
+ "apigateway:Resource/RoutingMode",
333
343
  "apigateway:Resource/SecurityPolicy",
334
344
  "aws:ResourceTag/${TagKey}"
335
345
  ]
@@ -342,6 +352,7 @@
342
352
  "apigateway:Request/MtlsTrustStoreUri",
343
353
  "apigateway:Request/MtlsTrustStoreVersion",
344
354
  "apigateway:Request/SecurityPolicy",
355
+ "apigateway:Resource/RoutingMode",
345
356
  "aws:ResourceTag/${TagKey}"
346
357
  ]
347
358
  },
@@ -410,6 +421,7 @@
410
421
  "conditionKeys": [
411
422
  "apigateway:Request/EndpointType",
412
423
  "apigateway:Resource/EndpointType",
424
+ "apigateway:Resource/RoutingMode",
413
425
  "aws:ResourceTag/${TagKey}"
414
426
  ]
415
427
  },
@@ -1,8 +1,4 @@
1
1
  {
2
- "report-package": {
3
- "key": "report-package",
4
- "arn": "arn:${Partition}:artifact:::report-package/*"
5
- },
6
2
  "customer-agreement": {
7
3
  "key": "customer-agreement",
8
4
  "arn": "arn:${Partition}:artifact::${Account}:customer-agreement/*"
@@ -13,6 +9,10 @@
13
9
  },
14
10
  "report": {
15
11
  "key": "report",
16
- "arn": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}"
12
+ "arn": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}",
13
+ "conditionKeys": [
14
+ "artifact:ReportCategory",
15
+ "artifact:ReportSeries"
16
+ ]
17
17
  }
18
18
  }
@@ -12,5 +12,12 @@
12
12
  "conditionKeys": [
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
15
+ },
16
+ "stream": {
17
+ "key": "stream",
18
+ "arn": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/table/${TableName}/stream/${StreamLabel}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
15
22
  }
16
23
  }
@@ -0,0 +1,44 @@
1
+ {
2
+ "cloud-autonomous-vm-cluster": {
3
+ "key": "cloud-autonomous-vm-cluster",
4
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-autonomous-vm-cluster/${CloudAutonomousVmClusterId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "cloud-exadata-infrastructure": {
10
+ "key": "cloud-exadata-infrastructure",
11
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-exadata-infrastructure/${CloudExadataInfrastructureId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "cloud-vm-cluster": {
17
+ "key": "cloud-vm-cluster",
18
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-vm-cluster/${CloudVmClusterId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ },
23
+ "db-node": {
24
+ "key": "db-node",
25
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:db-node/${DbNodeId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
29
+ },
30
+ "odb-network": {
31
+ "key": "odb-network",
32
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:odb-network/${OdbNetworkId}",
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ]
36
+ },
37
+ "odb-peering-connection": {
38
+ "key": "odb-peering-connection",
39
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:odb-peering-connection/${OdbPeeringConnectionId}",
40
+ "conditionKeys": [
41
+ "aws:ResourceTag/${TagKey}"
42
+ ]
43
+ }
44
+ }
@@ -270,6 +270,7 @@
270
270
  "notifications-contacts": "AWS User Notifications Contacts",
271
271
  "oam": "Amazon CloudWatch Observability Access Manager",
272
272
  "observabilityadmin": "Amazon CloudWatch Observability Admin Service",
273
+ "odb": "AWS Service - Oracle Database@AWS",
273
274
  "omics": "AWS HealthOmics",
274
275
  "one": "Amazon One Enterprise",
275
276
  "opensearch": "Amazon OpenSearch",
@@ -270,6 +270,7 @@
270
270
  "notifications-contacts",
271
271
  "oam",
272
272
  "observabilityadmin",
273
+ "odb",
273
274
  "omics",
274
275
  "one",
275
276
  "opensearch",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202506281",
3
+ "version": "0.9.202507031",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-28T04:52:10.840Z",
6
+ "updatedAt": "2025-07-03T04:57:53.657Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",