@cloud-copilot/iam-data 0.19.202606301 → 0.19.202607011
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/acm.json +451 -3
- package/data/actions/cleanrooms.json +294 -0
- package/data/actions/connect.json +75 -0
- package/data/actions/eks.json +15 -0
- package/data/actions/events.json +81 -3
- package/data/actions/partnercentral.json +255 -0
- package/data/actions/sagemaker.json +30 -0
- package/data/conditionKeys/acm.json +5 -0
- package/data/resourceTypes/acm.json +21 -0
- package/data/resourceTypes/cleanrooms.json +7 -0
- package/data/resourceTypes/connect.json +4 -1
- package/data/resourceTypes/partnercentral.json +14 -0
- package/package.json +2 -2
|
@@ -377,6 +377,35 @@
|
|
|
377
377
|
],
|
|
378
378
|
"dependentActions": []
|
|
379
379
|
},
|
|
380
|
+
"createmarketplacerevenueshare": {
|
|
381
|
+
"name": "CreateMarketplaceRevenueShare",
|
|
382
|
+
"description": "Grants permission to create marketplace revenue shares in AWS Partner Central",
|
|
383
|
+
"accessLevel": "Write",
|
|
384
|
+
"resourceTypes": [],
|
|
385
|
+
"conditionKeys": [
|
|
386
|
+
"aws:RequestTag/${TagKey}",
|
|
387
|
+
"aws:TagKeys",
|
|
388
|
+
"partnercentral:Catalog"
|
|
389
|
+
],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
},
|
|
392
|
+
"createmarketplacerevenueshareallocation": {
|
|
393
|
+
"name": "CreateMarketplaceRevenueShareAllocation",
|
|
394
|
+
"description": "Grants permission to create marketplace revenue share allocations in AWS Partner Central",
|
|
395
|
+
"accessLevel": "Write",
|
|
396
|
+
"resourceTypes": [
|
|
397
|
+
{
|
|
398
|
+
"name": "MarketplaceRevenueShare",
|
|
399
|
+
"required": true,
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"conditionKeys": [
|
|
405
|
+
"partnercentral:Catalog"
|
|
406
|
+
],
|
|
407
|
+
"dependentActions": []
|
|
408
|
+
},
|
|
380
409
|
"createopportunity": {
|
|
381
410
|
"name": "CreateOpportunity",
|
|
382
411
|
"description": "Grants permission to create new Opportunities on AWS Partner Central",
|
|
@@ -478,6 +507,18 @@
|
|
|
478
507
|
],
|
|
479
508
|
"dependentActions": []
|
|
480
509
|
},
|
|
510
|
+
"createrevenueattribution": {
|
|
511
|
+
"name": "CreateRevenueAttribution",
|
|
512
|
+
"description": "Grants permission to create revenue attributions in AWS Partner Central",
|
|
513
|
+
"accessLevel": "Write",
|
|
514
|
+
"resourceTypes": [],
|
|
515
|
+
"conditionKeys": [
|
|
516
|
+
"aws:RequestTag/${TagKey}",
|
|
517
|
+
"aws:TagKeys",
|
|
518
|
+
"partnercentral:Catalog"
|
|
519
|
+
],
|
|
520
|
+
"dependentActions": []
|
|
521
|
+
},
|
|
481
522
|
"deleteprogrammanagementaccount": {
|
|
482
523
|
"name": "DeleteProgramManagementAccount",
|
|
483
524
|
"description": "Grants permission to delete program management accounts in AWS Partner Central",
|
|
@@ -798,6 +839,40 @@
|
|
|
798
839
|
],
|
|
799
840
|
"dependentActions": []
|
|
800
841
|
},
|
|
842
|
+
"getmarketplacerevenueshare": {
|
|
843
|
+
"name": "GetMarketplaceRevenueShare",
|
|
844
|
+
"description": "Grants permission to retrieve marketplace revenue share details in AWS Partner Central",
|
|
845
|
+
"accessLevel": "Read",
|
|
846
|
+
"resourceTypes": [
|
|
847
|
+
{
|
|
848
|
+
"name": "MarketplaceRevenueShare",
|
|
849
|
+
"required": true,
|
|
850
|
+
"conditionKeys": [],
|
|
851
|
+
"dependentActions": []
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"conditionKeys": [
|
|
855
|
+
"partnercentral:Catalog"
|
|
856
|
+
],
|
|
857
|
+
"dependentActions": []
|
|
858
|
+
},
|
|
859
|
+
"getmarketplacerevenueshareallocation": {
|
|
860
|
+
"name": "GetMarketplaceRevenueShareAllocation",
|
|
861
|
+
"description": "Grants permission to retrieve marketplace revenue share allocation details in AWS Partner Central",
|
|
862
|
+
"accessLevel": "Read",
|
|
863
|
+
"resourceTypes": [
|
|
864
|
+
{
|
|
865
|
+
"name": "MarketplaceRevenueShare",
|
|
866
|
+
"required": true,
|
|
867
|
+
"conditionKeys": [],
|
|
868
|
+
"dependentActions": []
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"conditionKeys": [
|
|
872
|
+
"partnercentral:Catalog"
|
|
873
|
+
],
|
|
874
|
+
"dependentActions": []
|
|
875
|
+
},
|
|
801
876
|
"getopportunity": {
|
|
802
877
|
"name": "GetOpportunity",
|
|
803
878
|
"description": "Grants permission to retrieve details of Opportunities on AWS Partner Central",
|
|
@@ -975,6 +1050,57 @@
|
|
|
975
1050
|
],
|
|
976
1051
|
"dependentActions": []
|
|
977
1052
|
},
|
|
1053
|
+
"getrevenueattribution": {
|
|
1054
|
+
"name": "GetRevenueAttribution",
|
|
1055
|
+
"description": "Grants permission to retrieve revenue attribution details in AWS Partner Central",
|
|
1056
|
+
"accessLevel": "Read",
|
|
1057
|
+
"resourceTypes": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "RevenueAttribution",
|
|
1060
|
+
"required": true,
|
|
1061
|
+
"conditionKeys": [],
|
|
1062
|
+
"dependentActions": []
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"conditionKeys": [
|
|
1066
|
+
"partnercentral:Catalog"
|
|
1067
|
+
],
|
|
1068
|
+
"dependentActions": []
|
|
1069
|
+
},
|
|
1070
|
+
"getrevenueattributionallocation": {
|
|
1071
|
+
"name": "GetRevenueAttributionAllocation",
|
|
1072
|
+
"description": "Grants permission to retrieve revenue attribution allocation details in AWS Partner Central",
|
|
1073
|
+
"accessLevel": "Read",
|
|
1074
|
+
"resourceTypes": [
|
|
1075
|
+
{
|
|
1076
|
+
"name": "RevenueAttribution",
|
|
1077
|
+
"required": true,
|
|
1078
|
+
"conditionKeys": [],
|
|
1079
|
+
"dependentActions": []
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"conditionKeys": [
|
|
1083
|
+
"partnercentral:Catalog"
|
|
1084
|
+
],
|
|
1085
|
+
"dependentActions": []
|
|
1086
|
+
},
|
|
1087
|
+
"getrevenueattributionallocationstask": {
|
|
1088
|
+
"name": "GetRevenueAttributionAllocationsTask",
|
|
1089
|
+
"description": "Grants permission to retrieve revenue attribution allocations task details in AWS Partner Central",
|
|
1090
|
+
"accessLevel": "Read",
|
|
1091
|
+
"resourceTypes": [
|
|
1092
|
+
{
|
|
1093
|
+
"name": "RevenueAttribution",
|
|
1094
|
+
"required": true,
|
|
1095
|
+
"conditionKeys": [],
|
|
1096
|
+
"dependentActions": []
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"conditionKeys": [
|
|
1100
|
+
"partnercentral:Catalog"
|
|
1101
|
+
],
|
|
1102
|
+
"dependentActions": []
|
|
1103
|
+
},
|
|
978
1104
|
"getsellingsystemsettings": {
|
|
979
1105
|
"name": "GetSellingSystemSettings",
|
|
980
1106
|
"description": "Grants permission to retrieving selling system settings in AWS Partner Central",
|
|
@@ -1182,6 +1308,33 @@
|
|
|
1182
1308
|
],
|
|
1183
1309
|
"dependentActions": []
|
|
1184
1310
|
},
|
|
1311
|
+
"listmarketplacerevenueshareallocations": {
|
|
1312
|
+
"name": "ListMarketplaceRevenueShareAllocations",
|
|
1313
|
+
"description": "Grants permission to list marketplace revenue share allocations in AWS Partner Central",
|
|
1314
|
+
"accessLevel": "List",
|
|
1315
|
+
"resourceTypes": [
|
|
1316
|
+
{
|
|
1317
|
+
"name": "MarketplaceRevenueShare",
|
|
1318
|
+
"required": true,
|
|
1319
|
+
"conditionKeys": [],
|
|
1320
|
+
"dependentActions": []
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"conditionKeys": [
|
|
1324
|
+
"partnercentral:Catalog"
|
|
1325
|
+
],
|
|
1326
|
+
"dependentActions": []
|
|
1327
|
+
},
|
|
1328
|
+
"listmarketplacerevenueshares": {
|
|
1329
|
+
"name": "ListMarketplaceRevenueShares",
|
|
1330
|
+
"description": "Grants permission to list marketplace revenue shares in AWS Partner Central",
|
|
1331
|
+
"accessLevel": "List",
|
|
1332
|
+
"resourceTypes": [],
|
|
1333
|
+
"conditionKeys": [
|
|
1334
|
+
"partnercentral:Catalog"
|
|
1335
|
+
],
|
|
1336
|
+
"dependentActions": []
|
|
1337
|
+
},
|
|
1185
1338
|
"listopportunities": {
|
|
1186
1339
|
"name": "ListOpportunities",
|
|
1187
1340
|
"description": "Grants permission to list Opportunities on AWS Partner Central",
|
|
@@ -1292,6 +1445,33 @@
|
|
|
1292
1445
|
],
|
|
1293
1446
|
"dependentActions": []
|
|
1294
1447
|
},
|
|
1448
|
+
"listrevenueattributionallocations": {
|
|
1449
|
+
"name": "ListRevenueAttributionAllocations",
|
|
1450
|
+
"description": "Grants permission to list revenue attribution allocations in AWS Partner Central",
|
|
1451
|
+
"accessLevel": "List",
|
|
1452
|
+
"resourceTypes": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "RevenueAttribution",
|
|
1455
|
+
"required": true,
|
|
1456
|
+
"conditionKeys": [],
|
|
1457
|
+
"dependentActions": []
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"conditionKeys": [
|
|
1461
|
+
"partnercentral:Catalog"
|
|
1462
|
+
],
|
|
1463
|
+
"dependentActions": []
|
|
1464
|
+
},
|
|
1465
|
+
"listrevenueattributions": {
|
|
1466
|
+
"name": "ListRevenueAttributions",
|
|
1467
|
+
"description": "Grants permission to list revenue attributions in AWS Partner Central",
|
|
1468
|
+
"accessLevel": "List",
|
|
1469
|
+
"resourceTypes": [],
|
|
1470
|
+
"conditionKeys": [
|
|
1471
|
+
"partnercentral:Catalog"
|
|
1472
|
+
],
|
|
1473
|
+
"dependentActions": []
|
|
1474
|
+
},
|
|
1295
1475
|
"listsolutions": {
|
|
1296
1476
|
"name": "ListSolutions",
|
|
1297
1477
|
"description": "Grants permission to list Solutions on AWS Partner Central",
|
|
@@ -1595,6 +1775,23 @@
|
|
|
1595
1775
|
],
|
|
1596
1776
|
"dependentActions": []
|
|
1597
1777
|
},
|
|
1778
|
+
"startrevenueattributionallocationstask": {
|
|
1779
|
+
"name": "StartRevenueAttributionAllocationsTask",
|
|
1780
|
+
"description": "Grants permission to initiate tasks that manage revenue attribution allocations in AWS Partner Central",
|
|
1781
|
+
"accessLevel": "Write",
|
|
1782
|
+
"resourceTypes": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "RevenueAttribution",
|
|
1785
|
+
"required": true,
|
|
1786
|
+
"conditionKeys": [],
|
|
1787
|
+
"dependentActions": []
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"conditionKeys": [
|
|
1791
|
+
"partnercentral:Catalog"
|
|
1792
|
+
],
|
|
1793
|
+
"dependentActions": []
|
|
1794
|
+
},
|
|
1598
1795
|
"startverification": {
|
|
1599
1796
|
"name": "StartVerification",
|
|
1600
1797
|
"description": "Grants permission to start verification processes in AWS Partner Central",
|
|
@@ -1677,6 +1874,12 @@
|
|
|
1677
1874
|
"conditionKeys": [],
|
|
1678
1875
|
"dependentActions": []
|
|
1679
1876
|
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "MarketplaceRevenueShare",
|
|
1879
|
+
"required": false,
|
|
1880
|
+
"conditionKeys": [],
|
|
1881
|
+
"dependentActions": []
|
|
1882
|
+
},
|
|
1680
1883
|
{
|
|
1681
1884
|
"name": "Opportunity",
|
|
1682
1885
|
"required": false,
|
|
@@ -1701,6 +1904,12 @@
|
|
|
1701
1904
|
"conditionKeys": [],
|
|
1702
1905
|
"dependentActions": []
|
|
1703
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "RevenueAttribution",
|
|
1909
|
+
"required": false,
|
|
1910
|
+
"conditionKeys": [],
|
|
1911
|
+
"dependentActions": []
|
|
1912
|
+
},
|
|
1704
1913
|
{
|
|
1705
1914
|
"name": "resource-snapshot-job",
|
|
1706
1915
|
"required": false,
|
|
@@ -1735,6 +1944,12 @@
|
|
|
1735
1944
|
"conditionKeys": [],
|
|
1736
1945
|
"dependentActions": []
|
|
1737
1946
|
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "MarketplaceRevenueShare",
|
|
1949
|
+
"required": false,
|
|
1950
|
+
"conditionKeys": [],
|
|
1951
|
+
"dependentActions": []
|
|
1952
|
+
},
|
|
1738
1953
|
{
|
|
1739
1954
|
"name": "Opportunity",
|
|
1740
1955
|
"required": false,
|
|
@@ -1759,6 +1974,12 @@
|
|
|
1759
1974
|
"conditionKeys": [],
|
|
1760
1975
|
"dependentActions": []
|
|
1761
1976
|
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "RevenueAttribution",
|
|
1979
|
+
"required": false,
|
|
1980
|
+
"conditionKeys": [],
|
|
1981
|
+
"dependentActions": []
|
|
1982
|
+
},
|
|
1762
1983
|
{
|
|
1763
1984
|
"name": "resource-snapshot-job",
|
|
1764
1985
|
"required": false,
|
|
@@ -1822,6 +2043,23 @@
|
|
|
1822
2043
|
],
|
|
1823
2044
|
"dependentActions": []
|
|
1824
2045
|
},
|
|
2046
|
+
"updatemarketplacerevenueshareallocation": {
|
|
2047
|
+
"name": "UpdateMarketplaceRevenueShareAllocation",
|
|
2048
|
+
"description": "Grants permission to update marketplace revenue share allocations in AWS Partner Central",
|
|
2049
|
+
"accessLevel": "Write",
|
|
2050
|
+
"resourceTypes": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "MarketplaceRevenueShare",
|
|
2053
|
+
"required": true,
|
|
2054
|
+
"conditionKeys": [],
|
|
2055
|
+
"dependentActions": []
|
|
2056
|
+
}
|
|
2057
|
+
],
|
|
2058
|
+
"conditionKeys": [
|
|
2059
|
+
"partnercentral:Catalog"
|
|
2060
|
+
],
|
|
2061
|
+
"dependentActions": []
|
|
2062
|
+
},
|
|
1825
2063
|
"updateopportunity": {
|
|
1826
2064
|
"name": "UpdateOpportunity",
|
|
1827
2065
|
"description": "Grants permission to update Opportunities on AWS Partner Central",
|
|
@@ -1875,6 +2113,23 @@
|
|
|
1875
2113
|
],
|
|
1876
2114
|
"dependentActions": []
|
|
1877
2115
|
},
|
|
2116
|
+
"updaterevenueattribution": {
|
|
2117
|
+
"name": "UpdateRevenueAttribution",
|
|
2118
|
+
"description": "Grants permission to update revenue attributions in AWS Partner Central",
|
|
2119
|
+
"accessLevel": "Write",
|
|
2120
|
+
"resourceTypes": [
|
|
2121
|
+
{
|
|
2122
|
+
"name": "RevenueAttribution",
|
|
2123
|
+
"required": true,
|
|
2124
|
+
"conditionKeys": [],
|
|
2125
|
+
"dependentActions": []
|
|
2126
|
+
}
|
|
2127
|
+
],
|
|
2128
|
+
"conditionKeys": [
|
|
2129
|
+
"partnercentral:Catalog"
|
|
2130
|
+
],
|
|
2131
|
+
"dependentActions": []
|
|
2132
|
+
},
|
|
1878
2133
|
"usesession": {
|
|
1879
2134
|
"name": "UseSession",
|
|
1880
2135
|
"isPermissionOnly": true,
|
|
@@ -593,6 +593,21 @@
|
|
|
593
593
|
"conditionKeys": [],
|
|
594
594
|
"dependentActions": []
|
|
595
595
|
},
|
|
596
|
+
"batchwriterecord": {
|
|
597
|
+
"name": "BatchWriteRecord",
|
|
598
|
+
"description": "Grants permission to put a batch of records to one or more feature groups",
|
|
599
|
+
"accessLevel": "Write",
|
|
600
|
+
"resourceTypes": [
|
|
601
|
+
{
|
|
602
|
+
"name": "feature-group",
|
|
603
|
+
"required": true,
|
|
604
|
+
"conditionKeys": [],
|
|
605
|
+
"dependentActions": []
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"conditionKeys": [],
|
|
609
|
+
"dependentActions": []
|
|
610
|
+
},
|
|
596
611
|
"callmlflowappapi": {
|
|
597
612
|
"name": "CallMlflowAppApi",
|
|
598
613
|
"description": "Grants permission to invoke MLflow APIs",
|
|
@@ -5969,6 +5984,21 @@
|
|
|
5969
5984
|
"conditionKeys": [],
|
|
5970
5985
|
"dependentActions": []
|
|
5971
5986
|
},
|
|
5987
|
+
"listrecords": {
|
|
5988
|
+
"name": "ListRecords",
|
|
5989
|
+
"description": "Grants permission to list record identifiers from a feature group",
|
|
5990
|
+
"accessLevel": "List",
|
|
5991
|
+
"resourceTypes": [
|
|
5992
|
+
{
|
|
5993
|
+
"name": "feature-group",
|
|
5994
|
+
"required": true,
|
|
5995
|
+
"conditionKeys": [],
|
|
5996
|
+
"dependentActions": []
|
|
5997
|
+
}
|
|
5998
|
+
],
|
|
5999
|
+
"conditionKeys": [],
|
|
6000
|
+
"dependentActions": []
|
|
6001
|
+
},
|
|
5972
6002
|
"listresourcecatalogs": {
|
|
5973
6003
|
"name": "ListResourceCatalogs",
|
|
5974
6004
|
"description": "Grants permission to list resource catalogs",
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by certificateAuthority in the request. Can be used to restrict which Certificate Authorites certificates can be issued from",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"acm:certificatekeypairorigin": {
|
|
8
|
+
"key": "acm:CertificateKeyPairOrigin",
|
|
9
|
+
"description": "Filters access by certificateKeyPairOrigin in the request. Can be used to restrict which certificate provisioning paths are permitted",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"acm:certificatetransparencylogging": {
|
|
8
13
|
"key": "acm:CertificateTransparencyLogging",
|
|
9
14
|
"description": "Filters access by certificateTransparencyLogging option in the request. Default 'ENABLED' if no key is present in the request",
|
|
@@ -5,5 +5,26 @@
|
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
|
+
},
|
|
9
|
+
"acme-endpoint": {
|
|
10
|
+
"key": "acme-endpoint",
|
|
11
|
+
"arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"acme-domain-validation": {
|
|
17
|
+
"key": "acme-domain-validation",
|
|
18
|
+
"arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}/acme-domain-validation/${AcmeDomainValidationId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"acme-external-account-binding": {
|
|
24
|
+
"key": "acme-external-account-binding",
|
|
25
|
+
"arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}/acme-external-account-binding/${ExternalAccountBindingId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
8
29
|
}
|
|
9
30
|
}
|
|
@@ -55,6 +55,13 @@
|
|
|
55
55
|
"aws:ResourceTag/${TagKey}"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
|
+
"intermediatetable": {
|
|
59
|
+
"key": "intermediatetable",
|
|
60
|
+
"arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/intermediatetable/${IntermediateTableId}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
58
65
|
"privacybudgettemplate": {
|
|
59
66
|
"key": "privacybudgettemplate",
|
|
60
67
|
"arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/privacybudgettemplate/${PrivacyBudgetTemplateId}",
|
|
@@ -237,7 +237,10 @@
|
|
|
237
237
|
},
|
|
238
238
|
"ai-agent": {
|
|
239
239
|
"key": "ai-agent",
|
|
240
|
-
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-agent/${AssistantId}/${AIAgentId}:${Version}"
|
|
240
|
+
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-agent/${AssistantId}/${AIAgentId}:${Version}",
|
|
241
|
+
"conditionKeys": [
|
|
242
|
+
"aws:ResourceTag/${TagKey}"
|
|
243
|
+
]
|
|
241
244
|
},
|
|
242
245
|
"workspace": {
|
|
243
246
|
"key": "workspace",
|
|
@@ -100,6 +100,20 @@
|
|
|
100
100
|
"key": "Dashboard",
|
|
101
101
|
"arn": "arn:${Partition}:partnercentral::${Account}:catalog/${Catalog}/ReportingData/${TableId}/Dashboard/${DashboardId}"
|
|
102
102
|
},
|
|
103
|
+
"revenueattribution": {
|
|
104
|
+
"key": "RevenueAttribution",
|
|
105
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/revenue-attribution/${RevenueAttributionId}",
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:ResourceTag/${TagKey}"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"marketplacerevenueshare": {
|
|
111
|
+
"key": "MarketplaceRevenueShare",
|
|
112
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/marketplace-revenue-share/${MarketplaceProductId}",
|
|
113
|
+
"conditionKeys": [
|
|
114
|
+
"aws:ResourceTag/${TagKey}"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
103
117
|
"prospectingfromengagementtask": {
|
|
104
118
|
"key": "ProspectingFromEngagementTask",
|
|
105
119
|
"arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/prospecting-from-engagement-task/${TaskIdentifier}"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202607011",
|
|
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-
|
|
9
|
+
"updatedAt": "2026-07-01T06:09:25.353Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|