@cloud-copilot/iam-data 0.15.202511111 → 0.15.202511181
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.
- package/data/actions/airflow-serverless.json +225 -0
- package/data/actions/appstream.json +120 -36
- package/data/actions/athena.json +88 -1
- package/data/actions/billing.json +22 -4
- package/data/actions/cloudformation.json +12 -0
- package/data/actions/connect.json +29 -0
- package/data/actions/datazone.json +224 -0
- package/data/actions/dms.json +105 -0
- package/data/actions/eks-mcp.json +26 -0
- package/data/actions/es.json +60 -0
- package/data/actions/glue.json +54 -15
- package/data/actions/groundstation.json +15 -0
- package/data/actions/healthlake.json +105 -0
- package/data/actions/invoicing.json +1 -2
- package/data/actions/kafka.json +15 -0
- package/data/actions/lambda.json +2 -1
- package/data/actions/sagemaker-unified-studio-mcp.json +26 -0
- package/data/actions/support.json +27 -1
- package/data/conditionKeys/airflow-serverless.json +17 -0
- package/data/conditionKeys/eks-mcp.json +1 -0
- package/data/conditionKeys/events.json +1 -1
- package/data/conditionKeys/glue.json +5 -0
- package/data/conditionKeys/sagemaker-unified-studio-mcp.json +1 -0
- package/data/resourceTypes/airflow-serverless.json +9 -0
- package/data/resourceTypes/athena.json +7 -0
- package/data/resourceTypes/cloudformation.json +4 -0
- package/data/resourceTypes/eks-mcp.json +1 -0
- package/data/resourceTypes/sagemaker-unified-studio-mcp.json +1 -0
- package/data/serviceNames.json +3 -0
- package/data/services.json +3 -0
- package/package.json +2 -2
package/data/actions/glue.json
CHANGED
|
@@ -503,7 +503,8 @@
|
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
505
|
"conditionKeys": [
|
|
506
|
-
"glue:LakeFormationPermissions"
|
|
506
|
+
"glue:LakeFormationPermissions",
|
|
507
|
+
"glue:FederatedAuthorizationSource"
|
|
507
508
|
],
|
|
508
509
|
"dependentActions": []
|
|
509
510
|
},
|
|
@@ -619,7 +620,8 @@
|
|
|
619
620
|
}
|
|
620
621
|
],
|
|
621
622
|
"conditionKeys": [
|
|
622
|
-
"glue:LakeFormationPermissions"
|
|
623
|
+
"glue:LakeFormationPermissions",
|
|
624
|
+
"glue:FederatedAuthorizationSource"
|
|
623
625
|
],
|
|
624
626
|
"dependentActions": []
|
|
625
627
|
},
|
|
@@ -956,7 +958,8 @@
|
|
|
956
958
|
}
|
|
957
959
|
],
|
|
958
960
|
"conditionKeys": [
|
|
959
|
-
"glue:LakeFormationPermissions"
|
|
961
|
+
"glue:LakeFormationPermissions",
|
|
962
|
+
"glue:FederatedAuthorizationSource"
|
|
960
963
|
],
|
|
961
964
|
"dependentActions": []
|
|
962
965
|
},
|
|
@@ -1106,7 +1109,8 @@
|
|
|
1106
1109
|
}
|
|
1107
1110
|
],
|
|
1108
1111
|
"conditionKeys": [
|
|
1109
|
-
"glue:LakeFormationPermissions"
|
|
1112
|
+
"glue:LakeFormationPermissions",
|
|
1113
|
+
"glue:FederatedAuthorizationSource"
|
|
1110
1114
|
],
|
|
1111
1115
|
"dependentActions": []
|
|
1112
1116
|
},
|
|
@@ -1313,7 +1317,8 @@
|
|
|
1313
1317
|
}
|
|
1314
1318
|
],
|
|
1315
1319
|
"conditionKeys": [
|
|
1316
|
-
"glue:LakeFormationPermissions"
|
|
1320
|
+
"glue:LakeFormationPermissions",
|
|
1321
|
+
"glue:FederatedAuthorizationSource"
|
|
1317
1322
|
],
|
|
1318
1323
|
"dependentActions": []
|
|
1319
1324
|
},
|
|
@@ -1610,7 +1615,8 @@
|
|
|
1610
1615
|
}
|
|
1611
1616
|
],
|
|
1612
1617
|
"conditionKeys": [
|
|
1613
|
-
"glue:LakeFormationPermissions"
|
|
1618
|
+
"glue:LakeFormationPermissions",
|
|
1619
|
+
"glue:FederatedAuthorizationSource"
|
|
1614
1620
|
],
|
|
1615
1621
|
"dependentActions": []
|
|
1616
1622
|
},
|
|
@@ -1820,6 +1826,30 @@
|
|
|
1820
1826
|
],
|
|
1821
1827
|
"dependentActions": []
|
|
1822
1828
|
},
|
|
1829
|
+
"federateauthorization": {
|
|
1830
|
+
"name": "FederateAuthorization",
|
|
1831
|
+
"description": "Grants permission to read and write redshift federated resources",
|
|
1832
|
+
"accessLevel": "Write",
|
|
1833
|
+
"resourceTypes": [
|
|
1834
|
+
{
|
|
1835
|
+
"name": "rootcatalog",
|
|
1836
|
+
"required": true,
|
|
1837
|
+
"conditionKeys": [],
|
|
1838
|
+
"dependentActions": []
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "catalog",
|
|
1842
|
+
"required": false,
|
|
1843
|
+
"conditionKeys": [],
|
|
1844
|
+
"dependentActions": []
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"conditionKeys": [
|
|
1848
|
+
"glue:EnabledForRedshiftAutoDiscovery",
|
|
1849
|
+
"glue:FederatedAuthorizationSource"
|
|
1850
|
+
],
|
|
1851
|
+
"dependentActions": []
|
|
1852
|
+
},
|
|
1823
1853
|
"getblueprint": {
|
|
1824
1854
|
"name": "GetBlueprint",
|
|
1825
1855
|
"description": "Grants permission to retrieve a blueprint",
|
|
@@ -1885,7 +1915,8 @@
|
|
|
1885
1915
|
],
|
|
1886
1916
|
"conditionKeys": [
|
|
1887
1917
|
"glue:EnabledForRedshiftAutoDiscovery",
|
|
1888
|
-
"glue:LakeFormationPermissions"
|
|
1918
|
+
"glue:LakeFormationPermissions",
|
|
1919
|
+
"glue:FederatedAuthorizationSource"
|
|
1889
1920
|
],
|
|
1890
1921
|
"dependentActions": []
|
|
1891
1922
|
},
|
|
@@ -1926,7 +1957,8 @@
|
|
|
1926
1957
|
],
|
|
1927
1958
|
"conditionKeys": [
|
|
1928
1959
|
"glue:EnabledForRedshiftAutoDiscovery",
|
|
1929
|
-
"glue:LakeFormationPermissions"
|
|
1960
|
+
"glue:LakeFormationPermissions",
|
|
1961
|
+
"glue:FederatedAuthorizationSource"
|
|
1930
1962
|
],
|
|
1931
1963
|
"dependentActions": []
|
|
1932
1964
|
},
|
|
@@ -2305,7 +2337,8 @@
|
|
|
2305
2337
|
}
|
|
2306
2338
|
],
|
|
2307
2339
|
"conditionKeys": [
|
|
2308
|
-
"glue:LakeFormationPermissions"
|
|
2340
|
+
"glue:LakeFormationPermissions",
|
|
2341
|
+
"glue:FederatedAuthorizationSource"
|
|
2309
2342
|
],
|
|
2310
2343
|
"dependentActions": []
|
|
2311
2344
|
},
|
|
@@ -2334,7 +2367,8 @@
|
|
|
2334
2367
|
}
|
|
2335
2368
|
],
|
|
2336
2369
|
"conditionKeys": [
|
|
2337
|
-
"glue:LakeFormationPermissions"
|
|
2370
|
+
"glue:LakeFormationPermissions",
|
|
2371
|
+
"glue:FederatedAuthorizationSource"
|
|
2338
2372
|
],
|
|
2339
2373
|
"dependentActions": []
|
|
2340
2374
|
},
|
|
@@ -3051,7 +3085,8 @@
|
|
|
3051
3085
|
}
|
|
3052
3086
|
],
|
|
3053
3087
|
"conditionKeys": [
|
|
3054
|
-
"glue:LakeFormationPermissions"
|
|
3088
|
+
"glue:LakeFormationPermissions",
|
|
3089
|
+
"glue:FederatedAuthorizationSource"
|
|
3055
3090
|
],
|
|
3056
3091
|
"dependentActions": []
|
|
3057
3092
|
},
|
|
@@ -3185,7 +3220,8 @@
|
|
|
3185
3220
|
}
|
|
3186
3221
|
],
|
|
3187
3222
|
"conditionKeys": [
|
|
3188
|
-
"glue:LakeFormationPermissions"
|
|
3223
|
+
"glue:LakeFormationPermissions",
|
|
3224
|
+
"glue:FederatedAuthorizationSource"
|
|
3189
3225
|
],
|
|
3190
3226
|
"dependentActions": []
|
|
3191
3227
|
},
|
|
@@ -3350,7 +3386,8 @@
|
|
|
3350
3386
|
}
|
|
3351
3387
|
],
|
|
3352
3388
|
"conditionKeys": [
|
|
3353
|
-
"glue:LakeFormationPermissions"
|
|
3389
|
+
"glue:LakeFormationPermissions",
|
|
3390
|
+
"glue:FederatedAuthorizationSource"
|
|
3354
3391
|
],
|
|
3355
3392
|
"dependentActions": []
|
|
3356
3393
|
},
|
|
@@ -4763,7 +4800,8 @@
|
|
|
4763
4800
|
}
|
|
4764
4801
|
],
|
|
4765
4802
|
"conditionKeys": [
|
|
4766
|
-
"glue:LakeFormationPermissions"
|
|
4803
|
+
"glue:LakeFormationPermissions",
|
|
4804
|
+
"glue:FederatedAuthorizationSource"
|
|
4767
4805
|
],
|
|
4768
4806
|
"dependentActions": []
|
|
4769
4807
|
},
|
|
@@ -5205,7 +5243,8 @@
|
|
|
5205
5243
|
}
|
|
5206
5244
|
],
|
|
5207
5245
|
"conditionKeys": [
|
|
5208
|
-
"glue:LakeFormationPermissions"
|
|
5246
|
+
"glue:LakeFormationPermissions",
|
|
5247
|
+
"glue:FederatedAuthorizationSource"
|
|
5209
5248
|
],
|
|
5210
5249
|
"dependentActions": []
|
|
5211
5250
|
},
|
|
@@ -163,6 +163,21 @@
|
|
|
163
163
|
"conditionKeys": [],
|
|
164
164
|
"dependentActions": []
|
|
165
165
|
},
|
|
166
|
+
"getagenttaskresponseurl": {
|
|
167
|
+
"name": "GetAgentTaskResponseUrl",
|
|
168
|
+
"description": "Grants permission to retrieve presigned S3 logging URLs",
|
|
169
|
+
"accessLevel": "Read",
|
|
170
|
+
"resourceTypes": [
|
|
171
|
+
{
|
|
172
|
+
"name": "Agent",
|
|
173
|
+
"required": true,
|
|
174
|
+
"conditionKeys": [],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
},
|
|
166
181
|
"getconfig": {
|
|
167
182
|
"name": "GetConfig",
|
|
168
183
|
"description": "Grants permission to return a configuration",
|
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"confirmattributionlist": {
|
|
18
|
+
"name": "ConfirmAttributionList",
|
|
19
|
+
"description": "Grants permission to allow customers to indicate to a Producer that the Consumer does not have any more changes to be made to the Attribution List",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "datastore",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
17
32
|
"createfhirdatastore": {
|
|
18
33
|
"name": "CreateFHIRDatastore",
|
|
19
34
|
"description": "Grants permission to create a datastore that can ingest and export FHIR data",
|
|
@@ -70,6 +85,21 @@
|
|
|
70
85
|
"conditionKeys": [],
|
|
71
86
|
"dependentActions": []
|
|
72
87
|
},
|
|
88
|
+
"describefhirbulkdeletejob": {
|
|
89
|
+
"name": "DescribeFHIRBulkDeleteJob",
|
|
90
|
+
"description": "Grants permission to describe a FHIR Bulk Delete Job",
|
|
91
|
+
"accessLevel": "Read",
|
|
92
|
+
"resourceTypes": [
|
|
93
|
+
{
|
|
94
|
+
"name": "datastore",
|
|
95
|
+
"required": true,
|
|
96
|
+
"conditionKeys": [],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
},
|
|
73
103
|
"describefhirdatastore": {
|
|
74
104
|
"name": "DescribeFHIRDatastore",
|
|
75
105
|
"description": "Grants permission to get the properties associated with the FHIR datastore, including the datastore ID, datastore ARN, datastore name, datastore status, created at, datastore type version, and datastore endpoint",
|
|
@@ -318,6 +348,51 @@
|
|
|
318
348
|
"conditionKeys": [],
|
|
319
349
|
"dependentActions": []
|
|
320
350
|
},
|
|
351
|
+
"memberadd": {
|
|
352
|
+
"name": "MemberAdd",
|
|
353
|
+
"description": "Grants permission to attribute a member with a specific provider group",
|
|
354
|
+
"accessLevel": "Write",
|
|
355
|
+
"resourceTypes": [
|
|
356
|
+
{
|
|
357
|
+
"name": "datastore",
|
|
358
|
+
"required": true,
|
|
359
|
+
"conditionKeys": [],
|
|
360
|
+
"dependentActions": []
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"conditionKeys": [],
|
|
364
|
+
"dependentActions": []
|
|
365
|
+
},
|
|
366
|
+
"membermatch": {
|
|
367
|
+
"name": "MemberMatch",
|
|
368
|
+
"description": "Grants permission to enable cross-system patient matching",
|
|
369
|
+
"accessLevel": "Write",
|
|
370
|
+
"resourceTypes": [
|
|
371
|
+
{
|
|
372
|
+
"name": "datastore",
|
|
373
|
+
"required": true,
|
|
374
|
+
"conditionKeys": [],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
381
|
+
"memberremove": {
|
|
382
|
+
"name": "MemberRemove",
|
|
383
|
+
"description": "Grants permission to remove a member from a group",
|
|
384
|
+
"accessLevel": "Write",
|
|
385
|
+
"resourceTypes": [
|
|
386
|
+
{
|
|
387
|
+
"name": "datastore",
|
|
388
|
+
"required": true,
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
321
396
|
"patchresource": {
|
|
322
397
|
"name": "PatchResource",
|
|
323
398
|
"description": "Grants permission to patch a resource",
|
|
@@ -363,6 +438,21 @@
|
|
|
363
438
|
"conditionKeys": [],
|
|
364
439
|
"dependentActions": []
|
|
365
440
|
},
|
|
441
|
+
"retrieveattributionstatus": {
|
|
442
|
+
"name": "RetrieveAttributionStatus",
|
|
443
|
+
"description": "Grants permission to retrieve member attribution status",
|
|
444
|
+
"accessLevel": "Write",
|
|
445
|
+
"resourceTypes": [
|
|
446
|
+
{
|
|
447
|
+
"name": "datastore",
|
|
448
|
+
"required": true,
|
|
449
|
+
"conditionKeys": [],
|
|
450
|
+
"dependentActions": []
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"conditionKeys": [],
|
|
454
|
+
"dependentActions": []
|
|
455
|
+
},
|
|
366
456
|
"searcheverything": {
|
|
367
457
|
"name": "SearchEverything",
|
|
368
458
|
"description": "Grants permission to search all resources related to a patient",
|
|
@@ -408,6 +498,21 @@
|
|
|
408
498
|
"conditionKeys": [],
|
|
409
499
|
"dependentActions": []
|
|
410
500
|
},
|
|
501
|
+
"startfhirbulkdeletejob": {
|
|
502
|
+
"name": "StartFHIRBulkDeleteJob",
|
|
503
|
+
"description": "Grants permission to begin a FHIR Bulk Delete Job",
|
|
504
|
+
"accessLevel": "Write",
|
|
505
|
+
"resourceTypes": [
|
|
506
|
+
{
|
|
507
|
+
"name": "datastore",
|
|
508
|
+
"required": true,
|
|
509
|
+
"conditionKeys": [],
|
|
510
|
+
"dependentActions": []
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"conditionKeys": [],
|
|
514
|
+
"dependentActions": []
|
|
515
|
+
},
|
|
411
516
|
"startfhirexportjob": {
|
|
412
517
|
"name": "StartFHIRExportJob",
|
|
413
518
|
"description": "Grants permission to begin a FHIR Export job",
|
|
@@ -55,8 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"getinvoicepdf": {
|
|
57
57
|
"name": "GetInvoicePDF",
|
|
58
|
-
"
|
|
59
|
-
"description": "Grants permission to get Invoice PDF",
|
|
58
|
+
"description": "Grants permission to get downloadable Invoice document pre-signed URL with supplemental documents",
|
|
60
59
|
"accessLevel": "Read",
|
|
61
60
|
"resourceTypes": [],
|
|
62
61
|
"conditionKeys": [],
|
package/data/actions/kafka.json
CHANGED
|
@@ -772,6 +772,21 @@
|
|
|
772
772
|
"conditionKeys": [],
|
|
773
773
|
"dependentActions": []
|
|
774
774
|
},
|
|
775
|
+
"updaterebalancing": {
|
|
776
|
+
"name": "UpdateRebalancing",
|
|
777
|
+
"description": "Grants permission to update the rebalancing status of the MSK cluster",
|
|
778
|
+
"accessLevel": "Write",
|
|
779
|
+
"resourceTypes": [
|
|
780
|
+
{
|
|
781
|
+
"name": "cluster",
|
|
782
|
+
"required": true,
|
|
783
|
+
"conditionKeys": [],
|
|
784
|
+
"dependentActions": []
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"conditionKeys": [],
|
|
788
|
+
"dependentActions": []
|
|
789
|
+
},
|
|
775
790
|
"updatereplicationinfo": {
|
|
776
791
|
"name": "UpdateReplicationInfo",
|
|
777
792
|
"description": "Grants permission to update the replication info of the MSK replicator",
|
package/data/actions/lambda.json
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"callprivilegedtool": {
|
|
3
|
+
"name": "CallPrivilegedTool",
|
|
4
|
+
"description": "Grants permission to call privileged tools in MCP service",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"callreadonlytool": {
|
|
11
|
+
"name": "CallReadOnlyTool",
|
|
12
|
+
"description": "Grants permission to call read-only tools in MCP service",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"invokemcp": {
|
|
19
|
+
"name": "InvokeMcp",
|
|
20
|
+
"description": "Grants permission to use MCP service",
|
|
21
|
+
"accessLevel": "Read",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -183,6 +183,22 @@
|
|
|
183
183
|
"conditionKeys": [],
|
|
184
184
|
"dependentActions": []
|
|
185
185
|
},
|
|
186
|
+
"listinteractionentries": {
|
|
187
|
+
"name": "ListInteractionEntries",
|
|
188
|
+
"description": "Grants permission to retrieve a list of entries within a specific interaction, including messages, status updates, or other relevant data points",
|
|
189
|
+
"accessLevel": "Read",
|
|
190
|
+
"resourceTypes": [],
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
194
|
+
"listinteractions": {
|
|
195
|
+
"name": "ListInteractions",
|
|
196
|
+
"description": "Grants permission to retrieve a list of interactions, potentially with filters or pagination",
|
|
197
|
+
"accessLevel": "Read",
|
|
198
|
+
"resourceTypes": [],
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
201
|
+
},
|
|
186
202
|
"putcaseattributes": {
|
|
187
203
|
"name": "PutCaseAttributes",
|
|
188
204
|
"description": "Grants permission to allow secondary services to attach attributes to AWS Support cases. This is an internally managed function",
|
|
@@ -215,6 +231,14 @@
|
|
|
215
231
|
"conditionKeys": [],
|
|
216
232
|
"dependentActions": []
|
|
217
233
|
},
|
|
234
|
+
"resolveinteraction": {
|
|
235
|
+
"name": "ResolveInteraction",
|
|
236
|
+
"description": "Grants permission to mark a specific interaction as resolved by its unique identifier, indicating that the issue has been addressed and no further action is needed",
|
|
237
|
+
"accessLevel": "Write",
|
|
238
|
+
"resourceTypes": [],
|
|
239
|
+
"conditionKeys": [],
|
|
240
|
+
"dependentActions": []
|
|
241
|
+
},
|
|
218
242
|
"searchforcases": {
|
|
219
243
|
"name": "SearchForCases",
|
|
220
244
|
"description": "Grants permission to return a list of AWS Support cases that matches the given inputs",
|
|
@@ -229,7 +253,9 @@
|
|
|
229
253
|
"accessLevel": "Write",
|
|
230
254
|
"resourceTypes": [],
|
|
231
255
|
"conditionKeys": [],
|
|
232
|
-
"dependentActions": [
|
|
256
|
+
"dependentActions": [
|
|
257
|
+
"support:DescribeSupportLevel"
|
|
258
|
+
]
|
|
233
259
|
},
|
|
234
260
|
"updatecaseseverity": {
|
|
235
261
|
"name": "UpdateCaseSeverity",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the presence of tag key-value pairs in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by tag key-value pairs that are attached to the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by tag keys in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"events:detail-type": {
|
|
38
38
|
"key": "events:detail-type",
|
|
39
39
|
"description": "Filters access by the literal string of the detail-type of the event to PutEvents and PutRule actions",
|
|
40
|
-
"type": "
|
|
40
|
+
"type": "ArrayOfString"
|
|
41
41
|
},
|
|
42
42
|
"events:detail.eventtypecode": {
|
|
43
43
|
"key": "events:detail.eventTypeCode",
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"description": "Filters access by the presence of the key configured for role's identity-based policy",
|
|
25
25
|
"type": "Bool"
|
|
26
26
|
},
|
|
27
|
+
"glue:federatedauthorizationsource": {
|
|
28
|
+
"key": "glue:FederatedAuthorizationSource",
|
|
29
|
+
"description": "Filters access by whether the resource belongs to federarted authorization",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
27
32
|
"glue:lakeformationpermissions": {
|
|
28
33
|
"key": "glue:LakeFormationPermissions",
|
|
29
34
|
"description": "Filters access by whether Lake Formation permission checks will be performed for a given caller and the Glue resource",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -19,5 +19,12 @@
|
|
|
19
19
|
"conditionKeys": [
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
22
|
+
},
|
|
23
|
+
"session": {
|
|
24
|
+
"key": "session",
|
|
25
|
+
"arn": "arn:${Partition}:athena:${Region}:${Account}:workgroup/${WorkGroupName}/session/${SessionId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
22
29
|
}
|
|
23
30
|
}
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"key": "type",
|
|
29
29
|
"arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/resource/${Type}"
|
|
30
30
|
},
|
|
31
|
+
"typehook": {
|
|
32
|
+
"key": "typeHook",
|
|
33
|
+
"arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/hook/${Type}"
|
|
34
|
+
},
|
|
31
35
|
"generatedtemplate": {
|
|
32
36
|
"key": "generatedtemplate",
|
|
33
37
|
"arn": "arn:${Partition}:cloudformation:${Region}:${Account}:generatedTemplate/${Id}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/data/serviceNames.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"activate": "AWS Activate",
|
|
10
10
|
"aiops": "Amazon AI Operations",
|
|
11
11
|
"airflow": "Amazon Managed Workflows for Apache Airflow",
|
|
12
|
+
"airflow-serverless": "AWS MWAA Serverless",
|
|
12
13
|
"amplify": "AWS Amplify",
|
|
13
14
|
"amplifybackend": "AWS Amplify Admin",
|
|
14
15
|
"amplifyuibuilder": "AWS Amplify UI Builder",
|
|
@@ -141,6 +142,7 @@
|
|
|
141
142
|
"ecs": "Amazon Elastic Container Service",
|
|
142
143
|
"eks": "Amazon Elastic Kubernetes Service",
|
|
143
144
|
"eks-auth": "Amazon EKS Auth",
|
|
145
|
+
"eks-mcp": "Amazon EKS MCP Server",
|
|
144
146
|
"elasticache": "Amazon ElastiCache",
|
|
145
147
|
"elasticbeanstalk": "AWS Elastic Beanstalk",
|
|
146
148
|
"elasticfilesystem": "Amazon Elastic File System",
|
|
@@ -344,6 +346,7 @@
|
|
|
344
346
|
"sagemaker-data-science-assistant": "Amazon SageMaker data science assistant",
|
|
345
347
|
"sagemaker-geospatial": "Amazon SageMaker geospatial capabilities",
|
|
346
348
|
"sagemaker-mlflow": "Amazon SageMaker with MLflow",
|
|
349
|
+
"sagemaker-unified-studio-mcp": "AWS SageMaker Unified Studio MCP is a managed MCP solution for AWS data processing services like EMR, Glue, Athena",
|
|
347
350
|
"savingsplans": "AWS Savings Plans",
|
|
348
351
|
"scheduler": "Amazon EventBridge Scheduler",
|
|
349
352
|
"schemas": "Amazon EventBridge Schemas",
|
package/data/services.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"activate",
|
|
10
10
|
"aiops",
|
|
11
11
|
"airflow",
|
|
12
|
+
"airflow-serverless",
|
|
12
13
|
"amplify",
|
|
13
14
|
"amplifybackend",
|
|
14
15
|
"amplifyuibuilder",
|
|
@@ -141,6 +142,7 @@
|
|
|
141
142
|
"ecs",
|
|
142
143
|
"eks",
|
|
143
144
|
"eks-auth",
|
|
145
|
+
"eks-mcp",
|
|
144
146
|
"elasticache",
|
|
145
147
|
"elasticbeanstalk",
|
|
146
148
|
"elasticfilesystem",
|
|
@@ -344,6 +346,7 @@
|
|
|
344
346
|
"sagemaker-data-science-assistant",
|
|
345
347
|
"sagemaker-geospatial",
|
|
346
348
|
"sagemaker-mlflow",
|
|
349
|
+
"sagemaker-unified-studio-mcp",
|
|
347
350
|
"savingsplans",
|
|
348
351
|
"scheduler",
|
|
349
352
|
"schemas",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202511181",
|
|
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-11-
|
|
9
|
+
"updatedAt": "2025-11-18T04:48:44.345Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|