@cloud-copilot/iam-data 0.7.202410021 → 0.7.202410031

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.
@@ -52,6 +52,21 @@
52
52
  ],
53
53
  "dependentActions": []
54
54
  },
55
+ "createstartermappingtemplate": {
56
+ "name": "CreateStarterMappingTemplate",
57
+ "description": "Grants permission to generate a starter JSONATA/XSLT template",
58
+ "accessLevel": "Write",
59
+ "resourceTypes": [
60
+ {
61
+ "name": "transformer",
62
+ "required": true,
63
+ "conditionKeys": [],
64
+ "dependentActions": []
65
+ }
66
+ ],
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ },
55
70
  "createtransformer": {
56
71
  "name": "CreateTransformer",
57
72
  "description": "Grants permission to create a transformer",
@@ -314,6 +329,21 @@
314
329
  ],
315
330
  "dependentActions": []
316
331
  },
332
+ "testconversion": {
333
+ "name": "TestConversion",
334
+ "description": "Grants permission to convert a JSON/XML to an edi document",
335
+ "accessLevel": "Write",
336
+ "resourceTypes": [
337
+ {
338
+ "name": "transformer",
339
+ "required": true,
340
+ "conditionKeys": [],
341
+ "dependentActions": []
342
+ }
343
+ ],
344
+ "conditionKeys": [],
345
+ "dependentActions": []
346
+ },
317
347
  "testmapping": {
318
348
  "name": "TestMapping",
319
349
  "description": "Grants permission to map a sample file",
@@ -1153,6 +1153,15 @@
1153
1153
  "conditionKeys": [],
1154
1154
  "dependentActions": []
1155
1155
  },
1156
+ "invokebuilder": {
1157
+ "name": "InvokeBuilder",
1158
+ "isPermissionOnly": true,
1159
+ "description": "Grants permission to use the conversational builder which aids in building supported bedrock resources",
1160
+ "accessLevel": "Write",
1161
+ "resourceTypes": [],
1162
+ "conditionKeys": [],
1163
+ "dependentActions": []
1164
+ },
1156
1165
  "invokeflow": {
1157
1166
  "name": "InvokeFlow",
1158
1167
  "description": "Grants permission to invoke a prompt flow with user input",
@@ -1745,6 +1754,21 @@
1745
1754
  "conditionKeys": [],
1746
1755
  "dependentActions": []
1747
1756
  },
1757
+ "stopingestionjob": {
1758
+ "name": "StopIngestionJob",
1759
+ "description": "Grants permission to stop an ingestion job",
1760
+ "accessLevel": "Write",
1761
+ "resourceTypes": [
1762
+ {
1763
+ "name": "knowledge-base",
1764
+ "required": true,
1765
+ "conditionKeys": [],
1766
+ "dependentActions": []
1767
+ }
1768
+ ],
1769
+ "conditionKeys": [],
1770
+ "dependentActions": []
1771
+ },
1748
1772
  "stopmodelcustomizationjob": {
1749
1773
  "name": "StopModelCustomizationJob",
1750
1774
  "description": "Grants permission to stop a Bedrock model customization job while in progress",
@@ -311,7 +311,7 @@
311
311
  "route53-recovery-control-config": "Amazon Route 53 Recovery Controls",
312
312
  "route53-recovery-readiness": "Amazon Route 53 Recovery Readiness",
313
313
  "route53domains": "Amazon Route 53 Domains",
314
- "route53profiles": "Amazon Route 53 Profiles enables sharing DNS settings with VPCs",
314
+ "route53profiles": "Amazon Route 53 Profiles",
315
315
  "route53resolver": "Amazon Route 53 Resolver",
316
316
  "rum": "AWS CloudWatch RUM",
317
317
  "s3": "Amazon S3",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.7.202410021",
3
+ "version": "0.7.202410031",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-10-02T04:48:03.006Z",
6
+ "updatedAt": "2024-10-03T04:48:51.035Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",