@cloud-copilot/iam-data 0.16.202602241 → 0.17.202602251
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/elemental-inference.json +155 -0
- package/data/actions/healthlake.json +45 -0
- package/data/conditionKeys/elemental-inference.json +17 -0
- package/data/resourceTypes/elemental-inference.json +9 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/dist/esm/readRelativeFile.js +19 -5
- package/dist/esm/readRelativeFile.js.map +1 -1
- package/dist/esm/readRelativeFileEsm.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"associatefeed": {
|
|
3
|
+
"name": "AssociateFeed",
|
|
4
|
+
"description": "Grants permission to associate a feed with an AWS resource",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "FeedResource",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"createfeed": {
|
|
18
|
+
"name": "CreateFeed",
|
|
19
|
+
"description": "Grants permission to create a new feed",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [],
|
|
22
|
+
"conditionKeys": [
|
|
23
|
+
"aws:RequestTag/${TagKey}",
|
|
24
|
+
"aws:TagKeys"
|
|
25
|
+
],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
},
|
|
28
|
+
"deletefeed": {
|
|
29
|
+
"name": "DeleteFeed",
|
|
30
|
+
"description": "Grants permission to delete a feed",
|
|
31
|
+
"accessLevel": "Write",
|
|
32
|
+
"resourceTypes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "FeedResource",
|
|
35
|
+
"required": true,
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
},
|
|
43
|
+
"disassociatefeed": {
|
|
44
|
+
"name": "DisassociateFeed",
|
|
45
|
+
"description": "Grants permission to disassociate a feed from an AWS resource",
|
|
46
|
+
"accessLevel": "Write",
|
|
47
|
+
"resourceTypes": [
|
|
48
|
+
{
|
|
49
|
+
"name": "FeedResource",
|
|
50
|
+
"required": true,
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"getfeed": {
|
|
59
|
+
"name": "GetFeed",
|
|
60
|
+
"description": "Grants permission to get feed details",
|
|
61
|
+
"accessLevel": "Read",
|
|
62
|
+
"resourceTypes": [
|
|
63
|
+
{
|
|
64
|
+
"name": "FeedResource",
|
|
65
|
+
"required": true,
|
|
66
|
+
"conditionKeys": [],
|
|
67
|
+
"dependentActions": []
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
},
|
|
73
|
+
"getmetadata": {
|
|
74
|
+
"name": "GetMetadata",
|
|
75
|
+
"description": "Grants permission to retrieve metadata for a specific feed output",
|
|
76
|
+
"accessLevel": "Write",
|
|
77
|
+
"resourceTypes": [
|
|
78
|
+
{
|
|
79
|
+
"name": "FeedResource",
|
|
80
|
+
"required": true,
|
|
81
|
+
"conditionKeys": [],
|
|
82
|
+
"dependentActions": []
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"conditionKeys": [],
|
|
86
|
+
"dependentActions": []
|
|
87
|
+
},
|
|
88
|
+
"listfeeds": {
|
|
89
|
+
"name": "ListFeeds",
|
|
90
|
+
"description": "Grants permission to list feeds in the account",
|
|
91
|
+
"accessLevel": "List",
|
|
92
|
+
"resourceTypes": [],
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
},
|
|
96
|
+
"listtagsforresource": {
|
|
97
|
+
"name": "ListTagsForResource",
|
|
98
|
+
"description": "Grants permission to list tags on a resource",
|
|
99
|
+
"accessLevel": "Read",
|
|
100
|
+
"resourceTypes": [],
|
|
101
|
+
"conditionKeys": [],
|
|
102
|
+
"dependentActions": []
|
|
103
|
+
},
|
|
104
|
+
"putmedia": {
|
|
105
|
+
"name": "PutMedia",
|
|
106
|
+
"description": "Grants permission to upload media data for a specified feed",
|
|
107
|
+
"accessLevel": "Write",
|
|
108
|
+
"resourceTypes": [
|
|
109
|
+
{
|
|
110
|
+
"name": "FeedResource",
|
|
111
|
+
"required": true,
|
|
112
|
+
"conditionKeys": [],
|
|
113
|
+
"dependentActions": []
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
},
|
|
119
|
+
"tagresource": {
|
|
120
|
+
"name": "TagResource",
|
|
121
|
+
"description": "Grants permission to add tags to a resource",
|
|
122
|
+
"accessLevel": "Tagging",
|
|
123
|
+
"resourceTypes": [],
|
|
124
|
+
"conditionKeys": [
|
|
125
|
+
"aws:RequestTag/${TagKey}",
|
|
126
|
+
"aws:TagKeys"
|
|
127
|
+
],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
},
|
|
130
|
+
"untagresource": {
|
|
131
|
+
"name": "UntagResource",
|
|
132
|
+
"description": "Grants permission to remove tags from a resource",
|
|
133
|
+
"accessLevel": "Tagging",
|
|
134
|
+
"resourceTypes": [],
|
|
135
|
+
"conditionKeys": [
|
|
136
|
+
"aws:TagKeys"
|
|
137
|
+
],
|
|
138
|
+
"dependentActions": []
|
|
139
|
+
},
|
|
140
|
+
"updatefeed": {
|
|
141
|
+
"name": "UpdateFeed",
|
|
142
|
+
"description": "Grants permission to update feed configuration",
|
|
143
|
+
"accessLevel": "Write",
|
|
144
|
+
"resourceTypes": [
|
|
145
|
+
{
|
|
146
|
+
"name": "FeedResource",
|
|
147
|
+
"required": true,
|
|
148
|
+
"conditionKeys": [],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
}
|
|
155
|
+
}
|
|
@@ -266,6 +266,21 @@
|
|
|
266
266
|
"conditionKeys": [],
|
|
267
267
|
"dependentActions": []
|
|
268
268
|
},
|
|
269
|
+
"inquirepreauthclaim": {
|
|
270
|
+
"name": "InquirePreAuthClaim",
|
|
271
|
+
"description": "Grants permission to inquire about the status of a prior authorization Claim",
|
|
272
|
+
"accessLevel": "Read",
|
|
273
|
+
"resourceTypes": [
|
|
274
|
+
{
|
|
275
|
+
"name": "datastore",
|
|
276
|
+
"required": true,
|
|
277
|
+
"conditionKeys": [],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"conditionKeys": [],
|
|
282
|
+
"dependentActions": []
|
|
283
|
+
},
|
|
269
284
|
"listfhirdatastores": {
|
|
270
285
|
"name": "ListFHIRDatastores",
|
|
271
286
|
"description": "Grants permission to list all FHIR datastores that are in the user's account, regardless of datastore status",
|
|
@@ -424,6 +439,21 @@
|
|
|
424
439
|
"conditionKeys": [],
|
|
425
440
|
"dependentActions": []
|
|
426
441
|
},
|
|
442
|
+
"questionnairepackage": {
|
|
443
|
+
"name": "QuestionnairePackage",
|
|
444
|
+
"description": "Grants permission to retrieve Questionnaire packages with dependency Library and ValueSet resources",
|
|
445
|
+
"accessLevel": "Read",
|
|
446
|
+
"resourceTypes": [
|
|
447
|
+
{
|
|
448
|
+
"name": "datastore",
|
|
449
|
+
"required": true,
|
|
450
|
+
"conditionKeys": [],
|
|
451
|
+
"dependentActions": []
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
"conditionKeys": [],
|
|
455
|
+
"dependentActions": []
|
|
456
|
+
},
|
|
427
457
|
"readresource": {
|
|
428
458
|
"name": "ReadResource",
|
|
429
459
|
"description": "Grants permission to read resource",
|
|
@@ -574,6 +604,21 @@
|
|
|
574
604
|
"conditionKeys": [],
|
|
575
605
|
"dependentActions": []
|
|
576
606
|
},
|
|
607
|
+
"submitpreauthclaim": {
|
|
608
|
+
"name": "SubmitPreAuthClaim",
|
|
609
|
+
"description": "Grants permission to submit a prior authorization Claim request",
|
|
610
|
+
"accessLevel": "Write",
|
|
611
|
+
"resourceTypes": [
|
|
612
|
+
{
|
|
613
|
+
"name": "datastore",
|
|
614
|
+
"required": true,
|
|
615
|
+
"conditionKeys": [],
|
|
616
|
+
"dependentActions": []
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"conditionKeys": [],
|
|
620
|
+
"dependentActions": []
|
|
621
|
+
},
|
|
577
622
|
"tagresource": {
|
|
578
623
|
"name": "TagResource",
|
|
579
624
|
"description": "Grants permission to add tags to a datastore",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
package/data/serviceNames.json
CHANGED
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
"elastictranscoder": "Amazon Elastic Transcoder",
|
|
155
155
|
"elemental-activations": "AWS Elemental Appliances and Software Activation Service",
|
|
156
156
|
"elemental-appliances-software": "AWS Elemental Appliances and Software",
|
|
157
|
+
"elemental-inference": "AWS Elemental Inference",
|
|
157
158
|
"elemental-support-cases": "AWS Elemental Support Cases",
|
|
158
159
|
"elemental-support-content": "AWS Elemental Support Content",
|
|
159
160
|
"emr-containers": "Amazon EMR on EKS (EMR Containers)",
|
package/data/services.json
CHANGED
|
@@ -18,9 +18,19 @@ export async function readRelativeFile(pathParts) {
|
|
|
18
18
|
*/
|
|
19
19
|
if (!resolvedRoot) {
|
|
20
20
|
if (fileSystem) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
if (environmentRoot && environmentRoot !== '') {
|
|
22
|
+
if (environmentRoot.startsWith('file://')) {
|
|
23
|
+
resolvedRoot = new URL(environmentRoot).href;
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
const { resolve: pathResolve } = await import('node:path');
|
|
27
|
+
const { pathToFileURL } = await import('node:url');
|
|
28
|
+
resolvedRoot = pathToFileURL(pathResolve(environmentRoot)).href;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
resolvedRoot = new URL('../../', root).href;
|
|
33
|
+
}
|
|
24
34
|
}
|
|
25
35
|
else {
|
|
26
36
|
if (environmentRoot && environmentRoot !== '') {
|
|
@@ -34,13 +44,17 @@ export async function readRelativeFile(pathParts) {
|
|
|
34
44
|
resolvedRoot = '../../';
|
|
35
45
|
}
|
|
36
46
|
}
|
|
47
|
+
if (!resolvedRoot.endsWith('/')) {
|
|
48
|
+
resolvedRoot = resolvedRoot + '/';
|
|
49
|
+
}
|
|
37
50
|
}
|
|
38
51
|
if (fileSystem) {
|
|
39
52
|
const { readFile } = await import('fs/promises');
|
|
40
53
|
const { join } = await import('node:path');
|
|
41
|
-
const { fileURLToPath
|
|
54
|
+
const { fileURLToPath } = await import('node:url');
|
|
42
55
|
const relativePath = join(...pathParts);
|
|
43
|
-
const
|
|
56
|
+
const fileUrl = new URL(relativePath, resolvedRoot);
|
|
57
|
+
const contents = await readFile(fileURLToPath(fileUrl), 'utf-8');
|
|
44
58
|
return JSON.parse(contents);
|
|
45
59
|
}
|
|
46
60
|
else if (useFetch) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readRelativeFileEsm.js","sourceRoot":"","sources":["../../src/readRelativeFileEsm.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAA;
|
|
1
|
+
{"version":3,"file":"readRelativeFileEsm.js","sourceRoot":"","sources":["../../src/readRelativeFileEsm.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readRelativeFileEsm.d.ts","sourceRoot":"","sources":["../../src/readRelativeFileEsm.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"readRelativeFileEsm.d.ts","sourceRoot":"","sources":["../../src/readRelativeFileEsm.ts"],"names":[],"mappings":"AASA;;;;;GAKG;AACH,wBAAsB,gBAAgB,CAAC,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAuDzE"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.202602251",
|
|
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-02-
|
|
9
|
+
"updatedAt": "2026-02-25T05:47:08.318Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|