@cloud-copilot/iam-data 0.9.202503201 → 0.9.202503221
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/appsync.json +35 -5
- package/data/actions/connect.json +17 -0
- package/data/actions/lakeformation.json +8 -0
- package/data/actions/route53-recovery-control-config.json +16 -2
- package/data/conditionKeys/codeconnections.json +1 -1
- package/data/conditionKeys/codestar-connections.json +1 -1
- package/data/resourceTypes/appsync.json +4 -1
- package/package.json +2 -2
|
@@ -106,7 +106,11 @@
|
|
|
106
106
|
"description": "Grants permission to create a custom domain name in AppSync",
|
|
107
107
|
"accessLevel": "Write",
|
|
108
108
|
"resourceTypes": [],
|
|
109
|
-
"conditionKeys": [
|
|
109
|
+
"conditionKeys": [
|
|
110
|
+
"aws:ResourceTag/${TagKey}",
|
|
111
|
+
"aws:RequestTag/${TagKey}",
|
|
112
|
+
"aws:TagKeys"
|
|
113
|
+
],
|
|
110
114
|
"dependentActions": []
|
|
111
115
|
},
|
|
112
116
|
"createfunction": {
|
|
@@ -217,7 +221,9 @@
|
|
|
217
221
|
"dependentActions": []
|
|
218
222
|
}
|
|
219
223
|
],
|
|
220
|
-
"conditionKeys": [
|
|
224
|
+
"conditionKeys": [
|
|
225
|
+
"aws:ResourceTag/${TagKey}"
|
|
226
|
+
],
|
|
221
227
|
"dependentActions": []
|
|
222
228
|
},
|
|
223
229
|
"deletefunction": {
|
|
@@ -469,7 +475,9 @@
|
|
|
469
475
|
"dependentActions": []
|
|
470
476
|
}
|
|
471
477
|
],
|
|
472
|
-
"conditionKeys": [
|
|
478
|
+
"conditionKeys": [
|
|
479
|
+
"aws:ResourceTag/${TagKey}"
|
|
480
|
+
],
|
|
473
481
|
"dependentActions": []
|
|
474
482
|
},
|
|
475
483
|
"getfunction": {
|
|
@@ -631,7 +639,9 @@
|
|
|
631
639
|
"description": "Grants permission to enumerate custom domain names in AppSync",
|
|
632
640
|
"accessLevel": "List",
|
|
633
641
|
"resourceTypes": [],
|
|
634
|
-
"conditionKeys": [
|
|
642
|
+
"conditionKeys": [
|
|
643
|
+
"aws:ResourceTag/${TagKey}"
|
|
644
|
+
],
|
|
635
645
|
"dependentActions": []
|
|
636
646
|
},
|
|
637
647
|
"listfunctions": {
|
|
@@ -691,6 +701,12 @@
|
|
|
691
701
|
"conditionKeys": [],
|
|
692
702
|
"dependentActions": []
|
|
693
703
|
},
|
|
704
|
+
{
|
|
705
|
+
"name": "domain",
|
|
706
|
+
"required": false,
|
|
707
|
+
"conditionKeys": [],
|
|
708
|
+
"dependentActions": []
|
|
709
|
+
},
|
|
694
710
|
{
|
|
695
711
|
"name": "graphqlapi",
|
|
696
712
|
"required": false,
|
|
@@ -814,6 +830,12 @@
|
|
|
814
830
|
"conditionKeys": [],
|
|
815
831
|
"dependentActions": []
|
|
816
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"name": "domain",
|
|
835
|
+
"required": false,
|
|
836
|
+
"conditionKeys": [],
|
|
837
|
+
"dependentActions": []
|
|
838
|
+
},
|
|
817
839
|
{
|
|
818
840
|
"name": "graphqlapi",
|
|
819
841
|
"required": false,
|
|
@@ -845,6 +867,12 @@
|
|
|
845
867
|
"conditionKeys": [],
|
|
846
868
|
"dependentActions": []
|
|
847
869
|
},
|
|
870
|
+
{
|
|
871
|
+
"name": "domain",
|
|
872
|
+
"required": false,
|
|
873
|
+
"conditionKeys": [],
|
|
874
|
+
"dependentActions": []
|
|
875
|
+
},
|
|
848
876
|
{
|
|
849
877
|
"name": "graphqlapi",
|
|
850
878
|
"required": false,
|
|
@@ -930,7 +958,9 @@
|
|
|
930
958
|
"dependentActions": []
|
|
931
959
|
}
|
|
932
960
|
],
|
|
933
|
-
"conditionKeys": [
|
|
961
|
+
"conditionKeys": [
|
|
962
|
+
"aws:ResourceTag/${TagKey}"
|
|
963
|
+
],
|
|
934
964
|
"dependentActions": []
|
|
935
965
|
},
|
|
936
966
|
"updatefunction": {
|
|
@@ -2906,6 +2906,23 @@
|
|
|
2906
2906
|
],
|
|
2907
2907
|
"dependentActions": []
|
|
2908
2908
|
},
|
|
2909
|
+
"listanalyticsdatalakedatasets": {
|
|
2910
|
+
"name": "ListAnalyticsDataLakeDataSets",
|
|
2911
|
+
"description": "Grants permission to list data lake datasets available to associate with for a given Amazon Connect instance",
|
|
2912
|
+
"accessLevel": "List",
|
|
2913
|
+
"resourceTypes": [
|
|
2914
|
+
{
|
|
2915
|
+
"name": "instance",
|
|
2916
|
+
"required": true,
|
|
2917
|
+
"conditionKeys": [],
|
|
2918
|
+
"dependentActions": []
|
|
2919
|
+
}
|
|
2920
|
+
],
|
|
2921
|
+
"conditionKeys": [
|
|
2922
|
+
"connect:InstanceId"
|
|
2923
|
+
],
|
|
2924
|
+
"dependentActions": []
|
|
2925
|
+
},
|
|
2909
2926
|
"listapprovedorigins": {
|
|
2910
2927
|
"name": "ListApprovedOrigins",
|
|
2911
2928
|
"description": "Grants permission to view approved origins of an existing Amazon Connect instance",
|
|
@@ -370,6 +370,14 @@
|
|
|
370
370
|
"conditionKeys": [],
|
|
371
371
|
"dependentActions": []
|
|
372
372
|
},
|
|
373
|
+
"registerresourcewithprivilegedaccess": {
|
|
374
|
+
"name": "RegisterResourceWithPrivilegedAccess",
|
|
375
|
+
"description": "Grants permission to register a new location to be managed by Lake Formation, with privileged access",
|
|
376
|
+
"accessLevel": "Write",
|
|
377
|
+
"resourceTypes": [],
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
373
381
|
"removelftagsfromresource": {
|
|
374
382
|
"name": "RemoveLFTagsFromResource",
|
|
375
383
|
"description": "Grants permission to remove lakeformation tags from catalog resources",
|
|
@@ -328,9 +328,23 @@
|
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
330
|
"conditionKeys": [
|
|
331
|
-
"aws:TagKeys"
|
|
332
|
-
|
|
331
|
+
"aws:TagKeys"
|
|
332
|
+
],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
},
|
|
335
|
+
"updatecluster": {
|
|
336
|
+
"name": "UpdateCluster",
|
|
337
|
+
"description": "Grants permission to update a cluster",
|
|
338
|
+
"accessLevel": "Write",
|
|
339
|
+
"resourceTypes": [
|
|
340
|
+
{
|
|
341
|
+
"name": "cluster",
|
|
342
|
+
"required": true,
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
}
|
|
333
346
|
],
|
|
347
|
+
"conditionKeys": [],
|
|
334
348
|
"dependentActions": []
|
|
335
349
|
},
|
|
336
350
|
"updatecontrolpanel": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"codeconnections:provideraction": {
|
|
53
53
|
"key": "codeconnections:ProviderAction",
|
|
54
54
|
"description": "Filters access by the provider action in a UseConnection request such as ListRepositories. See documentation for all valid values",
|
|
55
|
-
"type": "
|
|
55
|
+
"type": "String"
|
|
56
56
|
},
|
|
57
57
|
"codeconnections:providerpermissionsrequired": {
|
|
58
58
|
"key": "codeconnections:ProviderPermissionsRequired",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"codestar-connections:provideraction": {
|
|
53
53
|
"key": "codestar-connections:ProviderAction",
|
|
54
54
|
"description": "Filters access by the provider action in a UseConnection request such as ListRepositories. See documentation for all valid values",
|
|
55
|
-
"type": "
|
|
55
|
+
"type": "String"
|
|
56
56
|
},
|
|
57
57
|
"codestar-connections:providerpermissionsrequired": {
|
|
58
58
|
"key": "codestar-connections:ProviderPermissionsRequired",
|
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"domain": {
|
|
7
7
|
"key": "domain",
|
|
8
|
-
"arn": "arn:${Partition}:appsync:${Region}:${Account}:domainnames/${DomainName}"
|
|
8
|
+
"arn": "arn:${Partition}:appsync:${Region}:${Account}:domainnames/${DomainName}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
},
|
|
10
13
|
"graphqlapi": {
|
|
11
14
|
"key": "graphqlapi",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202503221",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-03-
|
|
6
|
+
"updatedAt": "2025-03-22T04:46:46.061Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|