@cloud-copilot/iam-data 0.20.202607241 → 0.20.202607281
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/connect.json +51 -0
- package/data/actions/datazone.json +32 -0
- package/data/actions/ds.json +3 -0
- package/data/actions/partnercentral.json +29 -0
- package/data/actions/quicksight.json +1 -4
- package/data/resourceTypes/connect.json +8 -2
- package/data/resourceTypes/partnercentral.json +7 -0
- package/data/resourceTypes/quicksight.json +1 -4
- package/package.json +2 -2
|
@@ -2309,6 +2309,23 @@
|
|
|
2309
2309
|
],
|
|
2310
2310
|
"dependentActions": []
|
|
2311
2311
|
},
|
|
2312
|
+
"describeattachedfilesconfiguration": {
|
|
2313
|
+
"name": "DescribeAttachedFilesConfiguration",
|
|
2314
|
+
"description": "Grants permission to describe an attached files configuration in an Amazon Connect instance",
|
|
2315
|
+
"accessLevel": "Read",
|
|
2316
|
+
"resourceTypes": [
|
|
2317
|
+
{
|
|
2318
|
+
"name": "instance",
|
|
2319
|
+
"required": true,
|
|
2320
|
+
"conditionKeys": [],
|
|
2321
|
+
"dependentActions": []
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"conditionKeys": [
|
|
2325
|
+
"connect:InstanceId"
|
|
2326
|
+
],
|
|
2327
|
+
"dependentActions": []
|
|
2328
|
+
},
|
|
2312
2329
|
"describeauthenticationprofile": {
|
|
2313
2330
|
"name": "DescribeAuthenticationProfile",
|
|
2314
2331
|
"description": "Grants permission to describe authentication profile resources in an Amazon Connect instance",
|
|
@@ -3693,6 +3710,23 @@
|
|
|
3693
3710
|
],
|
|
3694
3711
|
"dependentActions": []
|
|
3695
3712
|
},
|
|
3713
|
+
"listattachedfilesconfigurations": {
|
|
3714
|
+
"name": "ListAttachedFilesConfigurations",
|
|
3715
|
+
"description": "Grants permission to list attached files configurations in an Amazon Connect instance",
|
|
3716
|
+
"accessLevel": "List",
|
|
3717
|
+
"resourceTypes": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "instance",
|
|
3720
|
+
"required": true,
|
|
3721
|
+
"conditionKeys": [],
|
|
3722
|
+
"dependentActions": []
|
|
3723
|
+
}
|
|
3724
|
+
],
|
|
3725
|
+
"conditionKeys": [
|
|
3726
|
+
"connect:InstanceId"
|
|
3727
|
+
],
|
|
3728
|
+
"dependentActions": []
|
|
3729
|
+
},
|
|
3696
3730
|
"listauthenticationprofiles": {
|
|
3697
3731
|
"name": "ListAuthenticationProfiles",
|
|
3698
3732
|
"description": "Grants permission to list authentication profile resources in an Amazon Connect instance",
|
|
@@ -6391,6 +6425,23 @@
|
|
|
6391
6425
|
],
|
|
6392
6426
|
"dependentActions": []
|
|
6393
6427
|
},
|
|
6428
|
+
"updateattachedfilesconfiguration": {
|
|
6429
|
+
"name": "UpdateAttachedFilesConfiguration",
|
|
6430
|
+
"description": "Grants permission to update an attached files configuration in an Amazon Connect instance",
|
|
6431
|
+
"accessLevel": "Write",
|
|
6432
|
+
"resourceTypes": [
|
|
6433
|
+
{
|
|
6434
|
+
"name": "instance",
|
|
6435
|
+
"required": true,
|
|
6436
|
+
"conditionKeys": [],
|
|
6437
|
+
"dependentActions": []
|
|
6438
|
+
}
|
|
6439
|
+
],
|
|
6440
|
+
"conditionKeys": [
|
|
6441
|
+
"connect:InstanceId"
|
|
6442
|
+
],
|
|
6443
|
+
"dependentActions": []
|
|
6444
|
+
},
|
|
6394
6445
|
"updateauthenticationprofile": {
|
|
6395
6446
|
"name": "UpdateAuthenticationProfile",
|
|
6396
6447
|
"description": "Grants permission to update authentication profile resources in an Amazon Connect instance",
|
|
@@ -1148,6 +1148,14 @@
|
|
|
1148
1148
|
"conditionKeys": [],
|
|
1149
1149
|
"dependentActions": []
|
|
1150
1150
|
},
|
|
1151
|
+
"getnotebookrun": {
|
|
1152
|
+
"name": "GetNotebookRun",
|
|
1153
|
+
"description": "Grants permission to get a notebook run",
|
|
1154
|
+
"accessLevel": "Read",
|
|
1155
|
+
"resourceTypes": [],
|
|
1156
|
+
"conditionKeys": [],
|
|
1157
|
+
"dependentActions": []
|
|
1158
|
+
},
|
|
1151
1159
|
"getproject": {
|
|
1152
1160
|
"name": "GetProject",
|
|
1153
1161
|
"description": "Grants permission to get Project details",
|
|
@@ -1436,6 +1444,14 @@
|
|
|
1436
1444
|
"conditionKeys": [],
|
|
1437
1445
|
"dependentActions": []
|
|
1438
1446
|
},
|
|
1447
|
+
"listnotebookruns": {
|
|
1448
|
+
"name": "ListNotebookRuns",
|
|
1449
|
+
"description": "Grants permission to list notebook runs",
|
|
1450
|
+
"accessLevel": "List",
|
|
1451
|
+
"resourceTypes": [],
|
|
1452
|
+
"conditionKeys": [],
|
|
1453
|
+
"dependentActions": []
|
|
1454
|
+
},
|
|
1439
1455
|
"listnotebooks": {
|
|
1440
1456
|
"name": "ListNotebooks",
|
|
1441
1457
|
"description": "Grants permission to list notebooks",
|
|
@@ -1739,6 +1755,14 @@
|
|
|
1739
1755
|
"conditionKeys": [],
|
|
1740
1756
|
"dependentActions": []
|
|
1741
1757
|
},
|
|
1758
|
+
"startnotebookrun": {
|
|
1759
|
+
"name": "StartNotebookRun",
|
|
1760
|
+
"description": "Grants permission to start a notebook run",
|
|
1761
|
+
"accessLevel": "Write",
|
|
1762
|
+
"resourceTypes": [],
|
|
1763
|
+
"conditionKeys": [],
|
|
1764
|
+
"dependentActions": []
|
|
1765
|
+
},
|
|
1742
1766
|
"startnotebooksync": {
|
|
1743
1767
|
"name": "StartNotebookSync",
|
|
1744
1768
|
"description": "Grants permission to start notebook sync",
|
|
@@ -1771,6 +1795,14 @@
|
|
|
1771
1795
|
"conditionKeys": [],
|
|
1772
1796
|
"dependentActions": []
|
|
1773
1797
|
},
|
|
1798
|
+
"stopnotebookrun": {
|
|
1799
|
+
"name": "StopNotebookRun",
|
|
1800
|
+
"description": "Grants permission to stop a notebook run",
|
|
1801
|
+
"accessLevel": "Write",
|
|
1802
|
+
"resourceTypes": [],
|
|
1803
|
+
"conditionKeys": [],
|
|
1804
|
+
"dependentActions": []
|
|
1805
|
+
},
|
|
1774
1806
|
"tagresource": {
|
|
1775
1807
|
"name": "TagResource",
|
|
1776
1808
|
"description": "Grants permission to add or update tags to a resource",
|
package/data/actions/ds.json
CHANGED
|
@@ -238,6 +238,7 @@
|
|
|
238
238
|
"resourceTypes": [],
|
|
239
239
|
"conditionKeys": [
|
|
240
240
|
"aws:RequestTag/${TagKey}",
|
|
241
|
+
"aws:ResourceTag/${TagKey}",
|
|
241
242
|
"aws:TagKeys"
|
|
242
243
|
],
|
|
243
244
|
"dependentActions": []
|
|
@@ -294,6 +295,7 @@
|
|
|
294
295
|
"resourceTypes": [],
|
|
295
296
|
"conditionKeys": [
|
|
296
297
|
"aws:RequestTag/${TagKey}",
|
|
298
|
+
"aws:ResourceTag/${TagKey}",
|
|
297
299
|
"aws:TagKeys"
|
|
298
300
|
],
|
|
299
301
|
"dependentActions": []
|
|
@@ -331,6 +333,7 @@
|
|
|
331
333
|
"resourceTypes": [],
|
|
332
334
|
"conditionKeys": [
|
|
333
335
|
"aws:RequestTag/${TagKey}",
|
|
336
|
+
"aws:ResourceTag/${TagKey}",
|
|
334
337
|
"aws:TagKeys"
|
|
335
338
|
],
|
|
336
339
|
"dependentActions": []
|
|
@@ -1611,6 +1611,23 @@
|
|
|
1611
1611
|
],
|
|
1612
1612
|
"dependentActions": []
|
|
1613
1613
|
},
|
|
1614
|
+
"querydataset": {
|
|
1615
|
+
"name": "QueryDataset",
|
|
1616
|
+
"description": "Grants permission to execute a structured query against a partner analytics dataset",
|
|
1617
|
+
"accessLevel": "Read",
|
|
1618
|
+
"resourceTypes": [
|
|
1619
|
+
{
|
|
1620
|
+
"name": "Dataset",
|
|
1621
|
+
"required": true,
|
|
1622
|
+
"conditionKeys": [],
|
|
1623
|
+
"dependentActions": []
|
|
1624
|
+
}
|
|
1625
|
+
],
|
|
1626
|
+
"conditionKeys": [
|
|
1627
|
+
"partnercentral:Catalog"
|
|
1628
|
+
],
|
|
1629
|
+
"dependentActions": []
|
|
1630
|
+
},
|
|
1614
1631
|
"recallbenefitapplication": {
|
|
1615
1632
|
"name": "RecallBenefitApplication",
|
|
1616
1633
|
"description": "Grants permission to recall benefit applications in AWS Partner Central",
|
|
@@ -1940,6 +1957,12 @@
|
|
|
1940
1957
|
"conditionKeys": [],
|
|
1941
1958
|
"dependentActions": []
|
|
1942
1959
|
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "Dataset",
|
|
1962
|
+
"required": false,
|
|
1963
|
+
"conditionKeys": [],
|
|
1964
|
+
"dependentActions": []
|
|
1965
|
+
},
|
|
1943
1966
|
{
|
|
1944
1967
|
"name": "MarketplaceRevenueShare",
|
|
1945
1968
|
"required": false,
|
|
@@ -2010,6 +2033,12 @@
|
|
|
2010
2033
|
"conditionKeys": [],
|
|
2011
2034
|
"dependentActions": []
|
|
2012
2035
|
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "Dataset",
|
|
2038
|
+
"required": false,
|
|
2039
|
+
"conditionKeys": [],
|
|
2040
|
+
"dependentActions": []
|
|
2041
|
+
},
|
|
2013
2042
|
{
|
|
2014
2043
|
"name": "MarketplaceRevenueShare",
|
|
2015
2044
|
"required": false,
|
|
@@ -22,7 +22,10 @@
|
|
|
22
22
|
},
|
|
23
23
|
"authentication-profile": {
|
|
24
24
|
"key": "authentication-profile",
|
|
25
|
-
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/authentication-profile/${AuthenticationProfileId}"
|
|
25
|
+
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/authentication-profile/${AuthenticationProfileId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
26
29
|
},
|
|
27
30
|
"aws-managed-view": {
|
|
28
31
|
"key": "aws-managed-view",
|
|
@@ -30,7 +33,10 @@
|
|
|
30
33
|
},
|
|
31
34
|
"contact": {
|
|
32
35
|
"key": "contact",
|
|
33
|
-
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}"
|
|
36
|
+
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}",
|
|
37
|
+
"conditionKeys": [
|
|
38
|
+
"aws:ResourceTag/${TagKey}"
|
|
39
|
+
]
|
|
34
40
|
},
|
|
35
41
|
"contact-evaluation": {
|
|
36
42
|
"key": "contact-evaluation",
|
|
@@ -37,6 +37,13 @@
|
|
|
37
37
|
"key": "Dashboard",
|
|
38
38
|
"arn": "arn:${Partition}:partnercentral::${Account}:catalog/${Catalog}/ReportingData/${TableId}/Dashboard/${DashboardId}"
|
|
39
39
|
},
|
|
40
|
+
"dataset": {
|
|
41
|
+
"key": "Dataset",
|
|
42
|
+
"arn": "arn:${Partition}:partnercentral::${Account}:catalog/AWS/ReportingData/${Domain}/Dataset/${DatasetName}",
|
|
43
|
+
"conditionKeys": [
|
|
44
|
+
"aws:ResourceTag/${TagKey}"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
40
47
|
"engagement": {
|
|
41
48
|
"key": "Engagement",
|
|
42
49
|
"arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/engagement/${Identifier}"
|
|
@@ -150,10 +150,7 @@
|
|
|
150
150
|
},
|
|
151
151
|
"limitsprofile": {
|
|
152
152
|
"key": "limitsProfile",
|
|
153
|
-
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:limits-profile/${ResourceId}"
|
|
154
|
-
"conditionKeys": [
|
|
155
|
-
"aws:ResourceTag/${TagKey}"
|
|
156
|
-
]
|
|
153
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:limits-profile/${ResourceId}"
|
|
157
154
|
},
|
|
158
155
|
"namespace": {
|
|
159
156
|
"key": "namespace",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.202607281",
|
|
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-07-
|
|
9
|
+
"updatedAt": "2026-07-28T05:36:54.193Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|