@cloud-copilot/iam-data 0.20.202607281 → 0.21.202607291
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/README.md +1 -0
- package/data/actions/account.json +15 -0
- package/data/actions/odb.json +17 -9
- package/data/actions/partnercentral.json +0 -29
- package/data/actions/trustedadvisor.json +8 -0
- package/data/rcpSupportedServices.json +45 -0
- package/data/resourceTypes/lambda.json +4 -1
- package/data/resourceTypes/partnercentral.json +0 -7
- package/dist/cjs/services.d.ts +6 -0
- package/dist/cjs/services.d.ts.map +1 -1
- package/dist/cjs/services.js +9 -0
- package/dist/cjs/services.js.map +1 -1
- package/dist/esm/services.d.ts +6 -0
- package/dist/esm/services.d.ts.map +1 -1
- package/dist/esm/services.js +8 -0
- package/dist/esm/services.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ for(const serviceKey of serviceKeys) {
|
|
|
35
35
|
* `iamServiceKeys()` - Returns an array of all service keys such as 's3', 'ec2', etc.
|
|
36
36
|
* `iamServiceName(serviceKey: string)` - Returns the service name for a given service key.
|
|
37
37
|
* `iamServiceExists(serviceKey: string)` - Returns true if the service key exists.
|
|
38
|
+
* `servicesWithRcpSupport()` - Returns an array of service keys for services that support RCPs.
|
|
38
39
|
|
|
39
40
|
### Categories
|
|
40
41
|
* `serviceCategories()` - Returns an array of all service category keys such as 'storage', 'compute', etc.
|
|
@@ -201,6 +201,21 @@
|
|
|
201
201
|
"conditionKeys": [],
|
|
202
202
|
"dependentActions": []
|
|
203
203
|
},
|
|
204
|
+
"getprimaryemailupdatestatus": {
|
|
205
|
+
"name": "GetPrimaryEmailUpdateStatus",
|
|
206
|
+
"description": "Grants permission to retrieve information about the most recent primary email update for the account",
|
|
207
|
+
"accessLevel": "Read",
|
|
208
|
+
"resourceTypes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "accountInOrganization",
|
|
211
|
+
"required": false,
|
|
212
|
+
"conditionKeys": [],
|
|
213
|
+
"dependentActions": []
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"conditionKeys": [],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
204
219
|
"getregionoptstatus": {
|
|
205
220
|
"name": "GetRegionOptStatus",
|
|
206
221
|
"description": "Grants permission to get the opt-in status of a Region",
|
package/data/actions/odb.json
CHANGED
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"listautonomousdatabasecharactersets": {
|
|
673
673
|
"name": "ListAutonomousDatabaseCharacterSets",
|
|
674
674
|
"description": "Grants permission to list information about the character sets that are available for Autonomous Databases",
|
|
675
|
-
"accessLevel": "
|
|
675
|
+
"accessLevel": "List",
|
|
676
676
|
"resourceTypes": [],
|
|
677
677
|
"conditionKeys": [],
|
|
678
678
|
"dependentActions": []
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"listautonomousdatabaseclones": {
|
|
681
681
|
"name": "ListAutonomousDatabaseClones",
|
|
682
682
|
"description": "Grants permission to list all clones of the specified Autonomous Database",
|
|
683
|
-
"accessLevel": "
|
|
683
|
+
"accessLevel": "List",
|
|
684
684
|
"resourceTypes": [
|
|
685
685
|
{
|
|
686
686
|
"name": "autonomous-database",
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"listautonomousdatabasepeers": {
|
|
696
696
|
"name": "ListAutonomousDatabasePeers",
|
|
697
697
|
"description": "Grants permission to list all peer databases of the specified Autonomous Database",
|
|
698
|
-
"accessLevel": "
|
|
698
|
+
"accessLevel": "List",
|
|
699
699
|
"resourceTypes": [
|
|
700
700
|
{
|
|
701
701
|
"name": "autonomous-database",
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"listautonomousdatabaseversions": {
|
|
711
711
|
"name": "ListAutonomousDatabaseVersions",
|
|
712
712
|
"description": "Grants permission to list information about the Oracle Database software versions that are available for Autonomous Databases",
|
|
713
|
-
"accessLevel": "
|
|
713
|
+
"accessLevel": "List",
|
|
714
714
|
"resourceTypes": [],
|
|
715
715
|
"conditionKeys": [],
|
|
716
716
|
"dependentActions": []
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
"listautonomousvirtualmachines": {
|
|
727
727
|
"name": "ListAutonomousVirtualMachines",
|
|
728
728
|
"description": "Grants permission to list all Autonomous VMs in an Autonomous VM cluster",
|
|
729
|
-
"accessLevel": "
|
|
729
|
+
"accessLevel": "List",
|
|
730
730
|
"resourceTypes": [
|
|
731
731
|
{
|
|
732
732
|
"name": "cloud-autonomous-vm-cluster",
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
"listdbservers": {
|
|
795
795
|
"name": "ListDbServers",
|
|
796
796
|
"description": "Grants permission to list information about the database servers that belong to the specified Exadata infrastructure",
|
|
797
|
-
"accessLevel": "
|
|
797
|
+
"accessLevel": "List",
|
|
798
798
|
"resourceTypes": [
|
|
799
799
|
{
|
|
800
800
|
"name": "cloud-exadata-infrastructure",
|
|
@@ -809,7 +809,15 @@
|
|
|
809
809
|
"listdbsystemshapes": {
|
|
810
810
|
"name": "ListDbSystemShapes",
|
|
811
811
|
"description": "Grants permission to list information about the shapes that are available for an Exadata infrastructure",
|
|
812
|
-
"accessLevel": "
|
|
812
|
+
"accessLevel": "List",
|
|
813
|
+
"resourceTypes": [],
|
|
814
|
+
"conditionKeys": [],
|
|
815
|
+
"dependentActions": []
|
|
816
|
+
},
|
|
817
|
+
"listflexcomponents": {
|
|
818
|
+
"name": "ListFlexComponents",
|
|
819
|
+
"description": "Grants permission to list information about the flex components that are available for a DB system shape",
|
|
820
|
+
"accessLevel": "List",
|
|
813
821
|
"resourceTypes": [],
|
|
814
822
|
"conditionKeys": [],
|
|
815
823
|
"dependentActions": []
|
|
@@ -817,7 +825,7 @@
|
|
|
817
825
|
"listgiversions": {
|
|
818
826
|
"name": "ListGiVersions",
|
|
819
827
|
"description": "Grants permission to list information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape",
|
|
820
|
-
"accessLevel": "
|
|
828
|
+
"accessLevel": "List",
|
|
821
829
|
"resourceTypes": [],
|
|
822
830
|
"conditionKeys": [],
|
|
823
831
|
"dependentActions": []
|
|
@@ -848,7 +856,7 @@
|
|
|
848
856
|
"listsystemversions": {
|
|
849
857
|
"name": "ListSystemVersions",
|
|
850
858
|
"description": "Grants permission to list information about the system versions that are available for a VM cluster for the specified giVersion and shape",
|
|
851
|
-
"accessLevel": "
|
|
859
|
+
"accessLevel": "List",
|
|
852
860
|
"resourceTypes": [],
|
|
853
861
|
"conditionKeys": [],
|
|
854
862
|
"dependentActions": []
|
|
@@ -1611,23 +1611,6 @@
|
|
|
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
|
-
},
|
|
1631
1614
|
"recallbenefitapplication": {
|
|
1632
1615
|
"name": "RecallBenefitApplication",
|
|
1633
1616
|
"description": "Grants permission to recall benefit applications in AWS Partner Central",
|
|
@@ -1957,12 +1940,6 @@
|
|
|
1957
1940
|
"conditionKeys": [],
|
|
1958
1941
|
"dependentActions": []
|
|
1959
1942
|
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "Dataset",
|
|
1962
|
-
"required": false,
|
|
1963
|
-
"conditionKeys": [],
|
|
1964
|
-
"dependentActions": []
|
|
1965
|
-
},
|
|
1966
1943
|
{
|
|
1967
1944
|
"name": "MarketplaceRevenueShare",
|
|
1968
1945
|
"required": false,
|
|
@@ -2033,12 +2010,6 @@
|
|
|
2033
2010
|
"conditionKeys": [],
|
|
2034
2011
|
"dependentActions": []
|
|
2035
2012
|
},
|
|
2036
|
-
{
|
|
2037
|
-
"name": "Dataset",
|
|
2038
|
-
"required": false,
|
|
2039
|
-
"conditionKeys": [],
|
|
2040
|
-
"dependentActions": []
|
|
2041
|
-
},
|
|
2042
2013
|
{
|
|
2043
2014
|
"name": "MarketplaceRevenueShare",
|
|
2044
2015
|
"required": false,
|
|
@@ -329,6 +329,14 @@
|
|
|
329
329
|
"conditionKeys": [],
|
|
330
330
|
"dependentActions": []
|
|
331
331
|
},
|
|
332
|
+
"listrecommendationsforresource": {
|
|
333
|
+
"name": "ListRecommendationsForResource",
|
|
334
|
+
"description": "Grants permission to list Recommendation of a Resource",
|
|
335
|
+
"accessLevel": "List",
|
|
336
|
+
"resourceTypes": [],
|
|
337
|
+
"conditionKeys": [],
|
|
338
|
+
"dependentActions": []
|
|
339
|
+
},
|
|
332
340
|
"refreshcheck": {
|
|
333
341
|
"name": "RefreshCheck",
|
|
334
342
|
"description": "Grants permission to refresh an AWS Trusted Advisor check",
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[
|
|
2
|
+
"aoss",
|
|
3
|
+
"appconfig",
|
|
4
|
+
"appstream",
|
|
5
|
+
"autoscaling",
|
|
6
|
+
"cloudfront",
|
|
7
|
+
"cloudsearch",
|
|
8
|
+
"codebuild",
|
|
9
|
+
"codecommit",
|
|
10
|
+
"codepipeline",
|
|
11
|
+
"cognito-identity",
|
|
12
|
+
"comprehend",
|
|
13
|
+
"comprehendmedical",
|
|
14
|
+
"cost-optimization-hub",
|
|
15
|
+
"dax",
|
|
16
|
+
"dynamodb",
|
|
17
|
+
"ecr",
|
|
18
|
+
"firehose",
|
|
19
|
+
"fis",
|
|
20
|
+
"health",
|
|
21
|
+
"inspector2",
|
|
22
|
+
"kendra",
|
|
23
|
+
"kendra-ranking",
|
|
24
|
+
"kinesisvideo",
|
|
25
|
+
"kms",
|
|
26
|
+
"logs",
|
|
27
|
+
"mediastore",
|
|
28
|
+
"memorydb",
|
|
29
|
+
"networkmonitor",
|
|
30
|
+
"pca-connector-ad",
|
|
31
|
+
"polly",
|
|
32
|
+
"pricing",
|
|
33
|
+
"s3",
|
|
34
|
+
"secretsmanager",
|
|
35
|
+
"signin",
|
|
36
|
+
"sqs",
|
|
37
|
+
"sts",
|
|
38
|
+
"support",
|
|
39
|
+
"textract",
|
|
40
|
+
"timestream-influxdb",
|
|
41
|
+
"transcribe",
|
|
42
|
+
"transfer",
|
|
43
|
+
"translate",
|
|
44
|
+
"wafv2"
|
|
45
|
+
]
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"durable execution": {
|
|
17
17
|
"key": "durable execution",
|
|
18
|
-
"arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Version}/durable-execution/${ExecutionName}/${ExecutionId}"
|
|
18
|
+
"arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Version}/durable-execution/${ExecutionName}/${ExecutionId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
19
22
|
},
|
|
20
23
|
"eventsourcemapping": {
|
|
21
24
|
"key": "eventSourceMapping",
|
|
@@ -37,13 +37,6 @@
|
|
|
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
|
-
},
|
|
47
40
|
"engagement": {
|
|
48
41
|
"key": "Engagement",
|
|
49
42
|
"arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/engagement/${Identifier}"
|
package/dist/cjs/services.d.ts
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
* @returns an array of all service keys
|
|
5
5
|
*/
|
|
6
6
|
export declare function iamServiceKeys(): Promise<string[]>;
|
|
7
|
+
/**
|
|
8
|
+
* Get keys for all services with RCP support
|
|
9
|
+
*
|
|
10
|
+
* @returns an array of service keys that support RCPs
|
|
11
|
+
*/
|
|
12
|
+
export declare function servicesWithRcpSupport(): Promise<string[]>;
|
|
7
13
|
/**
|
|
8
14
|
* Check if a service exists
|
|
9
15
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAsB,cAAc,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAExD;AAED;;;;;GAKG;AACH,wBAAsB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAG3E;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAOxE"}
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAsB,cAAc,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAExD;AAED;;;;GAIG;AACH,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAEhE;AAED;;;;;GAKG;AACH,wBAAsB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAG3E;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAOxE"}
|
package/dist/cjs/services.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iamServiceKeys = iamServiceKeys;
|
|
4
|
+
exports.servicesWithRcpSupport = servicesWithRcpSupport;
|
|
4
5
|
exports.iamServiceExists = iamServiceExists;
|
|
5
6
|
exports.iamServiceName = iamServiceName;
|
|
6
7
|
const data_js_1 = require("./data.js");
|
|
@@ -12,6 +13,14 @@ const data_js_1 = require("./data.js");
|
|
|
12
13
|
async function iamServiceKeys() {
|
|
13
14
|
return (0, data_js_1.readDataFile)('services.json');
|
|
14
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* Get keys for all services with RCP support
|
|
18
|
+
*
|
|
19
|
+
* @returns an array of service keys that support RCPs
|
|
20
|
+
*/
|
|
21
|
+
async function servicesWithRcpSupport() {
|
|
22
|
+
return (0, data_js_1.readDataFile)('rcpSupportedServices.json');
|
|
23
|
+
}
|
|
15
24
|
/**
|
|
16
25
|
* Check if a service exists
|
|
17
26
|
*
|
package/dist/cjs/services.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":";;AAOA,wCAEC;AAQD,4CAGC;AASD,wCAOC;
|
|
1
|
+
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":";;AAOA,wCAEC;AAOD,wDAEC;AAQD,4CAGC;AASD,wCAOC;AA7CD,uCAAwC;AAExC;;;;GAIG;AACI,KAAK,UAAU,cAAc;IAClC,OAAO,IAAA,sBAAY,EAAW,eAAe,CAAC,CAAA;AAChD,CAAC;AAED;;;;GAIG;AACI,KAAK,UAAU,sBAAsB;IAC1C,OAAO,IAAA,sBAAY,EAAW,2BAA2B,CAAC,CAAA;AAC5D,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,gBAAgB,CAAC,UAAkB;IACvD,MAAM,IAAI,GAAG,MAAM,IAAA,sBAAY,EAAyB,mBAAmB,CAAC,CAAA;IAC5E,OAAO,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC,CAAA;AACzC,CAAC;AAED;;;;;;GAMG;AACI,KAAK,UAAU,cAAc,CAAC,UAAkB;IACrD,MAAM,IAAI,GAAG,MAAM,IAAA,sBAAY,EAAyB,mBAAmB,CAAC,CAAA;IAC5E,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC,CAAA;IAC3C,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,MAAM,IAAI,KAAK,CAAC,WAAW,UAAU,iBAAiB,CAAC,CAAA;IACzD,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC"}
|
package/dist/esm/services.d.ts
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
* @returns an array of all service keys
|
|
5
5
|
*/
|
|
6
6
|
export declare function iamServiceKeys(): Promise<string[]>;
|
|
7
|
+
/**
|
|
8
|
+
* Get keys for all services with RCP support
|
|
9
|
+
*
|
|
10
|
+
* @returns an array of service keys that support RCPs
|
|
11
|
+
*/
|
|
12
|
+
export declare function servicesWithRcpSupport(): Promise<string[]>;
|
|
7
13
|
/**
|
|
8
14
|
* Check if a service exists
|
|
9
15
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAsB,cAAc,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAExD;AAED;;;;;GAKG;AACH,wBAAsB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAG3E;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAOxE"}
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAsB,cAAc,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAExD;AAED;;;;GAIG;AACH,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAEhE;AAED;;;;;GAKG;AACH,wBAAsB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAG3E;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAOxE"}
|
package/dist/esm/services.js
CHANGED
|
@@ -7,6 +7,14 @@ import { readDataFile } from './data.js';
|
|
|
7
7
|
export async function iamServiceKeys() {
|
|
8
8
|
return readDataFile('services.json');
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* Get keys for all services with RCP support
|
|
12
|
+
*
|
|
13
|
+
* @returns an array of service keys that support RCPs
|
|
14
|
+
*/
|
|
15
|
+
export async function servicesWithRcpSupport() {
|
|
16
|
+
return readDataFile('rcpSupportedServices.json');
|
|
17
|
+
}
|
|
10
18
|
/**
|
|
11
19
|
* Check if a service exists
|
|
12
20
|
*
|
package/dist/esm/services.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAExC;;;;GAIG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc;IAClC,OAAO,YAAY,CAAW,eAAe,CAAC,CAAA;AAChD,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAC,UAAkB;IACvD,MAAM,IAAI,GAAG,MAAM,YAAY,CAAyB,mBAAmB,CAAC,CAAA;IAC5E,OAAO,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC,CAAA;AACzC,CAAC;AAED;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,UAAkB;IACrD,MAAM,IAAI,GAAG,MAAM,YAAY,CAAyB,mBAAmB,CAAC,CAAA;IAC5E,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC,CAAA;IAC3C,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,MAAM,IAAI,KAAK,CAAC,WAAW,UAAU,iBAAiB,CAAC,CAAA;IACzD,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC"}
|
|
1
|
+
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../src/services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAExC;;;;GAIG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc;IAClC,OAAO,YAAY,CAAW,eAAe,CAAC,CAAA;AAChD,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,KAAK,UAAU,sBAAsB;IAC1C,OAAO,YAAY,CAAW,2BAA2B,CAAC,CAAA;AAC5D,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAC,UAAkB;IACvD,MAAM,IAAI,GAAG,MAAM,YAAY,CAAyB,mBAAmB,CAAC,CAAA;IAC5E,OAAO,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC,CAAA;AACzC,CAAC;AAED;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,UAAkB;IACrD,MAAM,IAAI,GAAG,MAAM,YAAY,CAAyB,mBAAmB,CAAC,CAAA;IAC5E,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAC,CAAA;IAC3C,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,MAAM,IAAI,KAAK,CAAC,WAAW,UAAU,iBAAiB,CAAC,CAAA;IACzD,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.202607291",
|
|
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-29T05:39:04.942Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|