@cloud-copilot/iam-data 0.9.202506281 → 0.9.202507021

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.
@@ -1,4 +1,26 @@
1
1
  {
2
+ "createroutingrule": {
3
+ "name": "CreateRoutingRule",
4
+ "description": "Grants permission to create a routing rule",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "RoutingRule",
9
+ "required": true,
10
+ "conditionKeys": [
11
+ "apigateway:Request/Priority",
12
+ "apigateway:Request/ConditionBasePaths"
13
+ ],
14
+ "dependentActions": []
15
+ }
16
+ ],
17
+ "conditionKeys": [
18
+ "aws:ResourceTag/${TagKey}",
19
+ "apigateway:Request/Priority",
20
+ "apigateway:Request/ConditionBasePaths"
21
+ ],
22
+ "dependentActions": []
23
+ },
2
24
  "delete": {
3
25
  "name": "DELETE",
4
26
  "description": "Grants permission to delete a particular resource",
@@ -167,6 +189,28 @@
167
189
  ],
168
190
  "dependentActions": []
169
191
  },
192
+ "deleteroutingrule": {
193
+ "name": "DeleteRoutingRule",
194
+ "description": "Grants permission to delete a routing rule",
195
+ "accessLevel": "Write",
196
+ "resourceTypes": [
197
+ {
198
+ "name": "RoutingRule",
199
+ "required": true,
200
+ "conditionKeys": [
201
+ "apigateway:Resource/Priority",
202
+ "apigateway:Resource/ConditionBasePaths"
203
+ ],
204
+ "dependentActions": []
205
+ }
206
+ ],
207
+ "conditionKeys": [
208
+ "aws:ResourceTag/${TagKey}",
209
+ "apigateway:Resource/Priority",
210
+ "apigateway:Resource/ConditionBasePaths"
211
+ ],
212
+ "dependentActions": []
213
+ },
170
214
  "get": {
171
215
  "name": "GET",
172
216
  "description": "Grants permission to read a particular resource",
@@ -446,6 +490,40 @@
446
490
  "conditionKeys": [],
447
491
  "dependentActions": []
448
492
  },
493
+ "getroutingrule": {
494
+ "name": "GetRoutingRule",
495
+ "description": "Grants permission to read a routing rule",
496
+ "accessLevel": "Read",
497
+ "resourceTypes": [
498
+ {
499
+ "name": "RoutingRule",
500
+ "required": true,
501
+ "conditionKeys": [],
502
+ "dependentActions": []
503
+ }
504
+ ],
505
+ "conditionKeys": [
506
+ "aws:ResourceTag/${TagKey}"
507
+ ],
508
+ "dependentActions": []
509
+ },
510
+ "listroutingrule": {
511
+ "name": "ListRoutingRule",
512
+ "description": "Grants permission to list routing rules under a domain name",
513
+ "accessLevel": "List",
514
+ "resourceTypes": [
515
+ {
516
+ "name": "RoutingRule",
517
+ "required": true,
518
+ "conditionKeys": [],
519
+ "dependentActions": []
520
+ }
521
+ ],
522
+ "conditionKeys": [
523
+ "aws:ResourceTag/${TagKey}"
524
+ ],
525
+ "dependentActions": []
526
+ },
449
527
  "patch": {
450
528
  "name": "PATCH",
451
529
  "description": "Grants permission to update a particular resource",
@@ -794,6 +872,32 @@
794
872
  ],
795
873
  "dependentActions": []
796
874
  },
875
+ "updateroutingrule": {
876
+ "name": "UpdateRoutingRule",
877
+ "description": "Grants permission to update a routing rule using the PutRoutingRule API",
878
+ "accessLevel": "Write",
879
+ "resourceTypes": [
880
+ {
881
+ "name": "RoutingRule",
882
+ "required": true,
883
+ "conditionKeys": [
884
+ "apigateway:Request/Priority",
885
+ "apigateway:Request/ConditionBasePaths",
886
+ "apigateway:Resource/Priority",
887
+ "apigateway:Resource/ConditionBasePaths"
888
+ ],
889
+ "dependentActions": []
890
+ }
891
+ ],
892
+ "conditionKeys": [
893
+ "aws:ResourceTag/${TagKey}",
894
+ "apigateway:Request/Priority",
895
+ "apigateway:Request/ConditionBasePaths",
896
+ "apigateway:Resource/Priority",
897
+ "apigateway:Resource/ConditionBasePaths"
898
+ ],
899
+ "dependentActions": []
900
+ },
797
901
  "addcertificatetodomain": {
798
902
  "name": "AddCertificateToDomain",
799
903
  "description": "Grants permission to add certificates for mutual TLS authentication to a domain name. This is an additional authorization control for managing the DomainName resource due to the sensitive nature of mTLS",
@@ -137,6 +137,59 @@
137
137
  "conditionKeys": [],
138
138
  "dependentActions": []
139
139
  },
140
+ "getrecords": {
141
+ "name": "GetRecords",
142
+ "description": "Grants permission to retrieve the CDC stream records from a given shard",
143
+ "accessLevel": "Read",
144
+ "resourceTypes": [
145
+ {
146
+ "name": "stream",
147
+ "required": true,
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ }
151
+ ],
152
+ "conditionKeys": [],
153
+ "dependentActions": []
154
+ },
155
+ "getsharditerator": {
156
+ "name": "GetShardIterator",
157
+ "description": "Grants permission to return a shard iterator",
158
+ "accessLevel": "Read",
159
+ "resourceTypes": [
160
+ {
161
+ "name": "stream",
162
+ "required": true,
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ ],
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ },
170
+ "getstream": {
171
+ "name": "GetStream",
172
+ "description": "Grants permission to return information about a CDC stream, including the composition of its shards",
173
+ "accessLevel": "Read",
174
+ "resourceTypes": [
175
+ {
176
+ "name": "stream",
177
+ "required": true,
178
+ "conditionKeys": [],
179
+ "dependentActions": []
180
+ }
181
+ ],
182
+ "conditionKeys": [],
183
+ "dependentActions": []
184
+ },
185
+ "liststreams": {
186
+ "name": "ListStreams",
187
+ "description": "Grants permission to return an array of CDC stream ARNs associated with the current account and endpoint",
188
+ "accessLevel": "List",
189
+ "resourceTypes": [],
190
+ "conditionKeys": [],
191
+ "dependentActions": []
192
+ },
140
193
  "modify": {
141
194
  "name": "Modify",
142
195
  "description": "Grants permission to INSERT, UPDATE or DELETE data in a table",
@@ -253,7 +306,7 @@
253
306
  },
254
307
  "tagresource": {
255
308
  "name": "TagResource",
256
- "description": "Grants permission to tag a keyspace or table",
309
+ "description": "Grants permission to tag a keyspace, table, or stream",
257
310
  "accessLevel": "Tagging",
258
311
  "resourceTypes": [
259
312
  {
@@ -262,6 +315,12 @@
262
315
  "conditionKeys": [],
263
316
  "dependentActions": []
264
317
  },
318
+ {
319
+ "name": "stream",
320
+ "required": false,
321
+ "conditionKeys": [],
322
+ "dependentActions": []
323
+ },
265
324
  {
266
325
  "name": "table",
267
326
  "required": false,
@@ -300,7 +359,7 @@
300
359
  },
301
360
  "untagresource": {
302
361
  "name": "UntagResource",
303
- "description": "Grants permission to untag a keyspace or table",
362
+ "description": "Grants permission to untag a keyspace, table or stream",
304
363
  "accessLevel": "Tagging",
305
364
  "resourceTypes": [
306
365
  {
@@ -309,6 +368,12 @@
309
368
  "conditionKeys": [],
310
369
  "dependentActions": []
311
370
  },
371
+ {
372
+ "name": "stream",
373
+ "required": false,
374
+ "conditionKeys": [],
375
+ "dependentActions": []
376
+ },
312
377
  {
313
378
  "name": "table",
314
379
  "required": false,
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "addpeercluster": {
3
3
  "name": "AddPeerCluster",
4
+ "isPermissionOnly": true,
4
5
  "description": "Grants permission to add a peer cluster to a multi-Region cluster",
5
6
  "accessLevel": "Write",
6
7
  "resourceTypes": [
@@ -167,6 +168,7 @@
167
168
  },
168
169
  "putmultiregionproperties": {
169
170
  "name": "PutMultiRegionProperties",
171
+ "isPermissionOnly": true,
170
172
  "description": "Grants permission to update multi-Region properties of a cluster",
171
173
  "accessLevel": "Write",
172
174
  "resourceTypes": [
@@ -182,6 +184,7 @@
182
184
  },
183
185
  "putwitnessregion": {
184
186
  "name": "PutWitnessRegion",
187
+ "isPermissionOnly": true,
185
188
  "description": "Grants permission to configure and update the witness Region of a multi-Region cluster",
186
189
  "accessLevel": "Write",
187
190
  "resourceTypes": [
@@ -201,6 +204,7 @@
201
204
  },
202
205
  "removepeercluster": {
203
206
  "name": "RemovePeerCluster",
207
+ "isPermissionOnly": true,
204
208
  "description": "Grants permission to remove a peer cluster from a multi-Region cluster",
205
209
  "accessLevel": "Write",
206
210
  "resourceTypes": [
@@ -94,6 +94,22 @@
94
94
  "conditionKeys": [],
95
95
  "dependentActions": []
96
96
  },
97
+ "createglobaltablewitness": {
98
+ "name": "CreateGlobalTableWitness",
99
+ "isPermissionOnly": true,
100
+ "description": "Grants permission to add a Witness to a Global Table",
101
+ "accessLevel": "Write",
102
+ "resourceTypes": [
103
+ {
104
+ "name": "table",
105
+ "required": true,
106
+ "conditionKeys": [],
107
+ "dependentActions": []
108
+ }
109
+ ],
110
+ "conditionKeys": [],
111
+ "dependentActions": []
112
+ },
97
113
  "createtable": {
98
114
  "name": "CreateTable",
99
115
  "description": "Grants permission to the CreateTable operation adds a new table to your account",
@@ -143,6 +159,22 @@
143
159
  "conditionKeys": [],
144
160
  "dependentActions": []
145
161
  },
162
+ "deleteglobaltablewitness": {
163
+ "name": "DeleteGlobalTableWitness",
164
+ "isPermissionOnly": true,
165
+ "description": "Grants permission to remove a Witness from a Global Table",
166
+ "accessLevel": "Write",
167
+ "resourceTypes": [
168
+ {
169
+ "name": "table",
170
+ "required": true,
171
+ "conditionKeys": [],
172
+ "dependentActions": []
173
+ }
174
+ ],
175
+ "conditionKeys": [],
176
+ "dependentActions": []
177
+ },
146
178
  "deleteitem": {
147
179
  "name": "DeleteItem",
148
180
  "description": "Grants permission to deletes a single item in a table by primary key",
@@ -0,0 +1,796 @@
1
+ {
2
+ "acceptmarketplaceregistration": {
3
+ "name": "AcceptMarketplaceRegistration",
4
+ "description": "Grants permission to register the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
10
+ "createcloudautonomousvmcluster": {
11
+ "name": "CreateCloudAutonomousVmCluster",
12
+ "description": "Grants permission to create a new Autonomous VM cluster in the specified Exadata infrastructure",
13
+ "accessLevel": "Write",
14
+ "resourceTypes": [
15
+ {
16
+ "name": "cloud-exadata-infrastructure",
17
+ "required": true,
18
+ "conditionKeys": [],
19
+ "dependentActions": []
20
+ },
21
+ {
22
+ "name": "odb-network",
23
+ "required": true,
24
+ "conditionKeys": [],
25
+ "dependentActions": []
26
+ }
27
+ ],
28
+ "conditionKeys": [
29
+ "aws:RequestTag/${TagKey}",
30
+ "aws:TagKeys"
31
+ ],
32
+ "dependentActions": []
33
+ },
34
+ "createcloudexadatainfrastructure": {
35
+ "name": "CreateCloudExadataInfrastructure",
36
+ "description": "Grants permission to create an Exadata infrastructure",
37
+ "accessLevel": "Write",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [
40
+ "aws:RequestTag/${TagKey}",
41
+ "aws:TagKeys"
42
+ ],
43
+ "dependentActions": []
44
+ },
45
+ "createcloudvmcluster": {
46
+ "name": "CreateCloudVmCluster",
47
+ "description": "Grants permission to create a VM cluster on the specified Exadata infrastructure",
48
+ "accessLevel": "Write",
49
+ "resourceTypes": [
50
+ {
51
+ "name": "cloud-exadata-infrastructure",
52
+ "required": true,
53
+ "conditionKeys": [],
54
+ "dependentActions": []
55
+ },
56
+ {
57
+ "name": "odb-network",
58
+ "required": true,
59
+ "conditionKeys": [],
60
+ "dependentActions": []
61
+ }
62
+ ],
63
+ "conditionKeys": [
64
+ "aws:RequestTag/${TagKey}",
65
+ "aws:TagKeys"
66
+ ],
67
+ "dependentActions": []
68
+ },
69
+ "createdbnode": {
70
+ "name": "CreateDbNode",
71
+ "isPermissionOnly": true,
72
+ "description": "Grants permission to create a DB Node",
73
+ "accessLevel": "Write",
74
+ "resourceTypes": [
75
+ {
76
+ "name": "db-node",
77
+ "required": true,
78
+ "conditionKeys": [],
79
+ "dependentActions": []
80
+ }
81
+ ],
82
+ "conditionKeys": [],
83
+ "dependentActions": []
84
+ },
85
+ "createodbnetwork": {
86
+ "name": "CreateOdbNetwork",
87
+ "description": "Grants permission to create an ODB network",
88
+ "accessLevel": "Write",
89
+ "resourceTypes": [],
90
+ "conditionKeys": [
91
+ "aws:RequestTag/${TagKey}",
92
+ "aws:TagKeys"
93
+ ],
94
+ "dependentActions": []
95
+ },
96
+ "createodbpeeringconnection": {
97
+ "name": "CreateOdbPeeringConnection",
98
+ "description": "Grants permission to create an ODB Peering Connection",
99
+ "accessLevel": "Write",
100
+ "resourceTypes": [
101
+ {
102
+ "name": "odb-network",
103
+ "required": true,
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ }
107
+ ],
108
+ "conditionKeys": [
109
+ "aws:RequestTag/${TagKey}",
110
+ "aws:TagKeys"
111
+ ],
112
+ "dependentActions": []
113
+ },
114
+ "createoutboundintegration": {
115
+ "name": "CreateOutboundIntegration",
116
+ "isPermissionOnly": true,
117
+ "description": "Grants permission to create an Outbound Integration",
118
+ "accessLevel": "Write",
119
+ "resourceTypes": [
120
+ {
121
+ "name": "cloud-autonomous-vm-cluster",
122
+ "required": true,
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ },
126
+ {
127
+ "name": "cloud-vm-cluster",
128
+ "required": true,
129
+ "conditionKeys": [],
130
+ "dependentActions": []
131
+ }
132
+ ],
133
+ "conditionKeys": [],
134
+ "dependentActions": []
135
+ },
136
+ "deletecloudautonomousvmcluster": {
137
+ "name": "DeleteCloudAutonomousVmCluster",
138
+ "description": "Grants permission to Deletes an Autonomous VM cluster",
139
+ "accessLevel": "Write",
140
+ "resourceTypes": [
141
+ {
142
+ "name": "cloud-autonomous-vm-cluster",
143
+ "required": true,
144
+ "conditionKeys": [],
145
+ "dependentActions": []
146
+ }
147
+ ],
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ },
151
+ "deletecloudexadatainfrastructure": {
152
+ "name": "DeleteCloudExadataInfrastructure",
153
+ "description": "Grants permission to delete a specified Exadata infrastructure. Before you use this operation, make sure to delete all of the VM clusters that are hosted on this Exadata infrastructure",
154
+ "accessLevel": "Write",
155
+ "resourceTypes": [
156
+ {
157
+ "name": "cloud-exadata-infrastructure",
158
+ "required": true,
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ }
162
+ ],
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ },
166
+ "deletecloudvmcluster": {
167
+ "name": "DeleteCloudVmCluster",
168
+ "description": "Grants permission to delete a specified VM cluster",
169
+ "accessLevel": "Write",
170
+ "resourceTypes": [
171
+ {
172
+ "name": "cloud-vm-cluster",
173
+ "required": true,
174
+ "conditionKeys": [],
175
+ "dependentActions": []
176
+ }
177
+ ],
178
+ "conditionKeys": [],
179
+ "dependentActions": []
180
+ },
181
+ "deletedbnode": {
182
+ "name": "DeleteDbNode",
183
+ "isPermissionOnly": true,
184
+ "description": "Grants permission to delete a DB Node",
185
+ "accessLevel": "Write",
186
+ "resourceTypes": [
187
+ {
188
+ "name": "db-node",
189
+ "required": true,
190
+ "conditionKeys": [],
191
+ "dependentActions": []
192
+ }
193
+ ],
194
+ "conditionKeys": [],
195
+ "dependentActions": []
196
+ },
197
+ "deleteodbnetwork": {
198
+ "name": "DeleteOdbNetwork",
199
+ "description": "Grants permission to delete the specified ODB network",
200
+ "accessLevel": "Write",
201
+ "resourceTypes": [
202
+ {
203
+ "name": "odb-network",
204
+ "required": true,
205
+ "conditionKeys": [],
206
+ "dependentActions": []
207
+ }
208
+ ],
209
+ "conditionKeys": [],
210
+ "dependentActions": []
211
+ },
212
+ "deleteodbpeeringconnection": {
213
+ "name": "DeleteOdbPeeringConnection",
214
+ "description": "Grants permission to delete the specified ODB Peering Connection. When you delete an ODB peering connection, the underlying VPC peering connection is also deleted",
215
+ "accessLevel": "Write",
216
+ "resourceTypes": [
217
+ {
218
+ "name": "odb-peering-connection",
219
+ "required": true,
220
+ "conditionKeys": [],
221
+ "dependentActions": []
222
+ }
223
+ ],
224
+ "conditionKeys": [],
225
+ "dependentActions": []
226
+ },
227
+ "deleteresourcepolicy": {
228
+ "name": "DeleteResourcePolicy",
229
+ "isPermissionOnly": true,
230
+ "description": "Grants permission to delete a resource policy",
231
+ "accessLevel": "Write",
232
+ "resourceTypes": [
233
+ {
234
+ "name": "cloud-exadata-infrastructure",
235
+ "required": true,
236
+ "conditionKeys": [],
237
+ "dependentActions": []
238
+ },
239
+ {
240
+ "name": "odb-network",
241
+ "required": true,
242
+ "conditionKeys": [],
243
+ "dependentActions": []
244
+ }
245
+ ],
246
+ "conditionKeys": [],
247
+ "dependentActions": []
248
+ },
249
+ "getcloudautonomousvmcluster": {
250
+ "name": "GetCloudAutonomousVmCluster",
251
+ "description": "Grants permission to get information about a specific Autonomous VM cluster",
252
+ "accessLevel": "Read",
253
+ "resourceTypes": [
254
+ {
255
+ "name": "cloud-autonomous-vm-cluster",
256
+ "required": true,
257
+ "conditionKeys": [],
258
+ "dependentActions": []
259
+ }
260
+ ],
261
+ "conditionKeys": [],
262
+ "dependentActions": []
263
+ },
264
+ "getcloudexadatainfrastructure": {
265
+ "name": "GetCloudExadataInfrastructure",
266
+ "description": "Grants permission to get information about the specified Exadata infrastructure",
267
+ "accessLevel": "Read",
268
+ "resourceTypes": [
269
+ {
270
+ "name": "cloud-exadata-infrastructure",
271
+ "required": true,
272
+ "conditionKeys": [],
273
+ "dependentActions": []
274
+ }
275
+ ],
276
+ "conditionKeys": [],
277
+ "dependentActions": []
278
+ },
279
+ "getcloudexadatainfrastructureunallocatedresources": {
280
+ "name": "GetCloudExadataInfrastructureUnallocatedResources",
281
+ "description": "Grants permission to retrieve information about unallocated resources in a specified Cloud Exadata Infrastructure",
282
+ "accessLevel": "Read",
283
+ "resourceTypes": [
284
+ {
285
+ "name": "cloud-exadata-infrastructure",
286
+ "required": true,
287
+ "conditionKeys": [],
288
+ "dependentActions": []
289
+ }
290
+ ],
291
+ "conditionKeys": [],
292
+ "dependentActions": []
293
+ },
294
+ "getcloudvmcluster": {
295
+ "name": "GetCloudVmCluster",
296
+ "description": "Grants permission to get information about the specified VM cluster",
297
+ "accessLevel": "Read",
298
+ "resourceTypes": [
299
+ {
300
+ "name": "cloud-vm-cluster",
301
+ "required": true,
302
+ "conditionKeys": [],
303
+ "dependentActions": []
304
+ }
305
+ ],
306
+ "conditionKeys": [],
307
+ "dependentActions": []
308
+ },
309
+ "getdbnode": {
310
+ "name": "GetDbNode",
311
+ "description": "Grants permission to get information about the specified DB node",
312
+ "accessLevel": "Read",
313
+ "resourceTypes": [
314
+ {
315
+ "name": "cloud-vm-cluster",
316
+ "required": true,
317
+ "conditionKeys": [],
318
+ "dependentActions": []
319
+ },
320
+ {
321
+ "name": "db-node",
322
+ "required": true,
323
+ "conditionKeys": [],
324
+ "dependentActions": []
325
+ }
326
+ ],
327
+ "conditionKeys": [],
328
+ "dependentActions": []
329
+ },
330
+ "getdbserver": {
331
+ "name": "GetDbServer",
332
+ "description": "Grants permission to get information about the specified database server",
333
+ "accessLevel": "Read",
334
+ "resourceTypes": [
335
+ {
336
+ "name": "cloud-exadata-infrastructure",
337
+ "required": true,
338
+ "conditionKeys": [],
339
+ "dependentActions": []
340
+ }
341
+ ],
342
+ "conditionKeys": [],
343
+ "dependentActions": []
344
+ },
345
+ "getocionboardingstatus": {
346
+ "name": "GetOciOnboardingStatus",
347
+ "description": "Grants permission to get the tenancy activation link and onboarding status for your Amazon Web Services account",
348
+ "accessLevel": "Read",
349
+ "resourceTypes": [],
350
+ "conditionKeys": [],
351
+ "dependentActions": []
352
+ },
353
+ "getodbnetwork": {
354
+ "name": "GetOdbNetwork",
355
+ "description": "Grants permission to get information about the specified ODB network",
356
+ "accessLevel": "Read",
357
+ "resourceTypes": [
358
+ {
359
+ "name": "odb-network",
360
+ "required": true,
361
+ "conditionKeys": [],
362
+ "dependentActions": []
363
+ }
364
+ ],
365
+ "conditionKeys": [],
366
+ "dependentActions": []
367
+ },
368
+ "getodbpeeringconnection": {
369
+ "name": "GetOdbPeeringConnection",
370
+ "description": "Grants permission to get information about the specified ODB Peering connection",
371
+ "accessLevel": "Read",
372
+ "resourceTypes": [
373
+ {
374
+ "name": "odb-peering-connection",
375
+ "required": true,
376
+ "conditionKeys": [],
377
+ "dependentActions": []
378
+ }
379
+ ],
380
+ "conditionKeys": [],
381
+ "dependentActions": []
382
+ },
383
+ "getresourcepolicy": {
384
+ "name": "GetResourcePolicy",
385
+ "isPermissionOnly": true,
386
+ "description": "Grants permission to get a resource policy",
387
+ "accessLevel": "Write",
388
+ "resourceTypes": [
389
+ {
390
+ "name": "cloud-exadata-infrastructure",
391
+ "required": true,
392
+ "conditionKeys": [],
393
+ "dependentActions": []
394
+ },
395
+ {
396
+ "name": "odb-network",
397
+ "required": true,
398
+ "conditionKeys": [],
399
+ "dependentActions": []
400
+ }
401
+ ],
402
+ "conditionKeys": [],
403
+ "dependentActions": []
404
+ },
405
+ "initializeservice": {
406
+ "name": "InitializeService",
407
+ "description": "Grants permission to initialize the ODB service for the first time in an account",
408
+ "accessLevel": "Write",
409
+ "resourceTypes": [],
410
+ "conditionKeys": [],
411
+ "dependentActions": []
412
+ },
413
+ "listautonomousvirtualmachines": {
414
+ "name": "ListAutonomousVirtualMachines",
415
+ "description": "Grants permission to list all Autonomous VMs in an Autonomous VM cluster",
416
+ "accessLevel": "Read",
417
+ "resourceTypes": [
418
+ {
419
+ "name": "cloud-autonomous-vm-cluster",
420
+ "required": false,
421
+ "conditionKeys": [],
422
+ "dependentActions": []
423
+ }
424
+ ],
425
+ "conditionKeys": [],
426
+ "dependentActions": []
427
+ },
428
+ "listcloudautonomousvmclusters": {
429
+ "name": "ListCloudAutonomousVmClusters",
430
+ "description": "Grants permission to list all Autonomous VM clusters in a specified Cloud Exadata infrastructure",
431
+ "accessLevel": "List",
432
+ "resourceTypes": [
433
+ {
434
+ "name": "cloud-exadata-infrastructure",
435
+ "required": false,
436
+ "conditionKeys": [],
437
+ "dependentActions": []
438
+ }
439
+ ],
440
+ "conditionKeys": [],
441
+ "dependentActions": []
442
+ },
443
+ "listcloudexadatainfrastructures": {
444
+ "name": "ListCloudExadataInfrastructures",
445
+ "description": "Grants permission to list information about the Exadata infrastructures owned by your Amazon Web Services account",
446
+ "accessLevel": "List",
447
+ "resourceTypes": [],
448
+ "conditionKeys": [],
449
+ "dependentActions": []
450
+ },
451
+ "listcloudvmclusters": {
452
+ "name": "ListCloudVmClusters",
453
+ "description": "Grants permission to list information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure",
454
+ "accessLevel": "List",
455
+ "resourceTypes": [
456
+ {
457
+ "name": "cloud-exadata-infrastructure",
458
+ "required": false,
459
+ "conditionKeys": [],
460
+ "dependentActions": []
461
+ }
462
+ ],
463
+ "conditionKeys": [],
464
+ "dependentActions": []
465
+ },
466
+ "listdbnodes": {
467
+ "name": "ListDbNodes",
468
+ "description": "Grants permission to list information about the DB nodes for the specified VM cluster",
469
+ "accessLevel": "List",
470
+ "resourceTypes": [
471
+ {
472
+ "name": "cloud-vm-cluster",
473
+ "required": true,
474
+ "conditionKeys": [],
475
+ "dependentActions": []
476
+ }
477
+ ],
478
+ "conditionKeys": [],
479
+ "dependentActions": []
480
+ },
481
+ "listdbservers": {
482
+ "name": "ListDbServers",
483
+ "description": "Grants permission to list information about the database servers that belong to the specified Exadata infrastructure",
484
+ "accessLevel": "Read",
485
+ "resourceTypes": [
486
+ {
487
+ "name": "cloud-exadata-infrastructure",
488
+ "required": true,
489
+ "conditionKeys": [],
490
+ "dependentActions": []
491
+ }
492
+ ],
493
+ "conditionKeys": [],
494
+ "dependentActions": []
495
+ },
496
+ "listdbsystemshapes": {
497
+ "name": "ListDbSystemShapes",
498
+ "description": "Grants permission to list information about the shapes that are available for an Exadata infrastructure",
499
+ "accessLevel": "Read",
500
+ "resourceTypes": [],
501
+ "conditionKeys": [],
502
+ "dependentActions": []
503
+ },
504
+ "listgiversions": {
505
+ "name": "ListGiVersions",
506
+ "description": "Grants permission to list information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape",
507
+ "accessLevel": "Read",
508
+ "resourceTypes": [],
509
+ "conditionKeys": [],
510
+ "dependentActions": []
511
+ },
512
+ "listodbnetworks": {
513
+ "name": "ListOdbNetworks",
514
+ "description": "Grants permission to list information about the ODB networks owned by your Amazon Web Services account",
515
+ "accessLevel": "List",
516
+ "resourceTypes": [],
517
+ "conditionKeys": [],
518
+ "dependentActions": []
519
+ },
520
+ "listodbpeeringconnections": {
521
+ "name": "ListOdbPeeringConnections",
522
+ "description": "Grants permission to list all ODB peering connections or those associated with a specific ODB network",
523
+ "accessLevel": "List",
524
+ "resourceTypes": [
525
+ {
526
+ "name": "odb-network",
527
+ "required": false,
528
+ "conditionKeys": [],
529
+ "dependentActions": []
530
+ }
531
+ ],
532
+ "conditionKeys": [],
533
+ "dependentActions": []
534
+ },
535
+ "listsystemversions": {
536
+ "name": "ListSystemVersions",
537
+ "description": "Grants permission to list information about the system versions that are available for a VM cluster for the specified giVersion and shape",
538
+ "accessLevel": "Read",
539
+ "resourceTypes": [],
540
+ "conditionKeys": [],
541
+ "dependentActions": []
542
+ },
543
+ "listtagsforresource": {
544
+ "name": "ListTagsForResource",
545
+ "description": "Grants permission to list information about the tags applied to this resource",
546
+ "accessLevel": "Read",
547
+ "resourceTypes": [
548
+ {
549
+ "name": "cloud-autonomous-vm-cluster",
550
+ "required": false,
551
+ "conditionKeys": [],
552
+ "dependentActions": []
553
+ },
554
+ {
555
+ "name": "cloud-exadata-infrastructure",
556
+ "required": false,
557
+ "conditionKeys": [],
558
+ "dependentActions": []
559
+ },
560
+ {
561
+ "name": "cloud-vm-cluster",
562
+ "required": false,
563
+ "conditionKeys": [],
564
+ "dependentActions": []
565
+ },
566
+ {
567
+ "name": "db-node",
568
+ "required": false,
569
+ "conditionKeys": [],
570
+ "dependentActions": []
571
+ },
572
+ {
573
+ "name": "odb-network",
574
+ "required": false,
575
+ "conditionKeys": [],
576
+ "dependentActions": []
577
+ },
578
+ {
579
+ "name": "odb-peering-connection",
580
+ "required": false,
581
+ "conditionKeys": [],
582
+ "dependentActions": []
583
+ }
584
+ ],
585
+ "conditionKeys": [
586
+ "aws:ResourceTag/${TagKey}"
587
+ ],
588
+ "dependentActions": []
589
+ },
590
+ "putresourcepolicy": {
591
+ "name": "PutResourcePolicy",
592
+ "isPermissionOnly": true,
593
+ "description": "Grants permission to update a resource policy",
594
+ "accessLevel": "Write",
595
+ "resourceTypes": [
596
+ {
597
+ "name": "cloud-exadata-infrastructure",
598
+ "required": true,
599
+ "conditionKeys": [],
600
+ "dependentActions": []
601
+ },
602
+ {
603
+ "name": "odb-network",
604
+ "required": true,
605
+ "conditionKeys": [],
606
+ "dependentActions": []
607
+ }
608
+ ],
609
+ "conditionKeys": [],
610
+ "dependentActions": []
611
+ },
612
+ "rebootdbnode": {
613
+ "name": "RebootDbNode",
614
+ "description": "Grants permission to reboot the specified DB node in a VM cluster",
615
+ "accessLevel": "Read",
616
+ "resourceTypes": [
617
+ {
618
+ "name": "cloud-vm-cluster",
619
+ "required": true,
620
+ "conditionKeys": [],
621
+ "dependentActions": []
622
+ },
623
+ {
624
+ "name": "db-node",
625
+ "required": true,
626
+ "conditionKeys": [],
627
+ "dependentActions": []
628
+ }
629
+ ],
630
+ "conditionKeys": [],
631
+ "dependentActions": []
632
+ },
633
+ "startdbnode": {
634
+ "name": "StartDbNode",
635
+ "description": "Grants permission to start the specified DB node in a VM cluster",
636
+ "accessLevel": "Read",
637
+ "resourceTypes": [
638
+ {
639
+ "name": "cloud-vm-cluster",
640
+ "required": true,
641
+ "conditionKeys": [],
642
+ "dependentActions": []
643
+ },
644
+ {
645
+ "name": "db-node",
646
+ "required": true,
647
+ "conditionKeys": [],
648
+ "dependentActions": []
649
+ }
650
+ ],
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ },
654
+ "stopdbnode": {
655
+ "name": "StopDbNode",
656
+ "description": "Grants permission to stop the specified DB node in a VM cluster",
657
+ "accessLevel": "Read",
658
+ "resourceTypes": [
659
+ {
660
+ "name": "cloud-vm-cluster",
661
+ "required": true,
662
+ "conditionKeys": [],
663
+ "dependentActions": []
664
+ }
665
+ ],
666
+ "conditionKeys": [],
667
+ "dependentActions": []
668
+ },
669
+ "tagresource": {
670
+ "name": "TagResource",
671
+ "description": "Grants permission to apply tags to the specified resource",
672
+ "accessLevel": "Tagging",
673
+ "resourceTypes": [
674
+ {
675
+ "name": "cloud-autonomous-vm-cluster",
676
+ "required": false,
677
+ "conditionKeys": [],
678
+ "dependentActions": []
679
+ },
680
+ {
681
+ "name": "cloud-exadata-infrastructure",
682
+ "required": false,
683
+ "conditionKeys": [],
684
+ "dependentActions": []
685
+ },
686
+ {
687
+ "name": "cloud-vm-cluster",
688
+ "required": false,
689
+ "conditionKeys": [],
690
+ "dependentActions": []
691
+ },
692
+ {
693
+ "name": "db-node",
694
+ "required": false,
695
+ "conditionKeys": [],
696
+ "dependentActions": []
697
+ },
698
+ {
699
+ "name": "odb-network",
700
+ "required": false,
701
+ "conditionKeys": [],
702
+ "dependentActions": []
703
+ },
704
+ {
705
+ "name": "odb-peering-connection",
706
+ "required": false,
707
+ "conditionKeys": [],
708
+ "dependentActions": []
709
+ }
710
+ ],
711
+ "conditionKeys": [
712
+ "aws:RequestTag/${TagKey}",
713
+ "aws:ResourceTag/${TagKey}",
714
+ "aws:TagKeys"
715
+ ],
716
+ "dependentActions": []
717
+ },
718
+ "untagresource": {
719
+ "name": "UntagResource",
720
+ "description": "Grants permission to remove tags from the specified resource",
721
+ "accessLevel": "Tagging",
722
+ "resourceTypes": [
723
+ {
724
+ "name": "cloud-autonomous-vm-cluster",
725
+ "required": false,
726
+ "conditionKeys": [],
727
+ "dependentActions": []
728
+ },
729
+ {
730
+ "name": "cloud-exadata-infrastructure",
731
+ "required": false,
732
+ "conditionKeys": [],
733
+ "dependentActions": []
734
+ },
735
+ {
736
+ "name": "cloud-vm-cluster",
737
+ "required": false,
738
+ "conditionKeys": [],
739
+ "dependentActions": []
740
+ },
741
+ {
742
+ "name": "db-node",
743
+ "required": false,
744
+ "conditionKeys": [],
745
+ "dependentActions": []
746
+ },
747
+ {
748
+ "name": "odb-network",
749
+ "required": false,
750
+ "conditionKeys": [],
751
+ "dependentActions": []
752
+ },
753
+ {
754
+ "name": "odb-peering-connection",
755
+ "required": false,
756
+ "conditionKeys": [],
757
+ "dependentActions": []
758
+ }
759
+ ],
760
+ "conditionKeys": [
761
+ "aws:ResourceTag/${TagKey}",
762
+ "aws:TagKeys"
763
+ ],
764
+ "dependentActions": []
765
+ },
766
+ "updatecloudexadatainfrastructure": {
767
+ "name": "UpdateCloudExadataInfrastructure",
768
+ "description": "Grants permission to update the properties of an Exadata infrastructure resource",
769
+ "accessLevel": "Write",
770
+ "resourceTypes": [
771
+ {
772
+ "name": "cloud-exadata-infrastructure",
773
+ "required": true,
774
+ "conditionKeys": [],
775
+ "dependentActions": []
776
+ }
777
+ ],
778
+ "conditionKeys": [],
779
+ "dependentActions": []
780
+ },
781
+ "updateodbnetwork": {
782
+ "name": "UpdateOdbNetwork",
783
+ "description": "Grants permission to update properties of a specified ODB network",
784
+ "accessLevel": "Write",
785
+ "resourceTypes": [
786
+ {
787
+ "name": "odb-network",
788
+ "required": true,
789
+ "conditionKeys": [],
790
+ "dependentActions": []
791
+ }
792
+ ],
793
+ "conditionKeys": [],
794
+ "dependentActions": []
795
+ }
796
+ }
@@ -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
  },
@@ -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
+ }
@@ -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
  },
@@ -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.202507021",
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-02T04:54:47.508Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",