@cloud-copilot/iam-data 0.9.202505281 → 0.9.202505291

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.
@@ -333,7 +333,6 @@
333
333
  "sagemaker": "Amazon SageMaker",
334
334
  "sagemaker-data-science-assistant": "Amazon SageMaker data science assistant",
335
335
  "sagemaker-geospatial": "Amazon SageMaker geospatial capabilities",
336
- "sagemaker-groundtruth-synthetic": "Amazon SageMaker Ground Truth Synthetic",
337
336
  "sagemaker-mlflow": "Amazon SageMaker with MLflow",
338
337
  "savingsplans": "AWS Savings Plans",
339
338
  "scheduler": "Amazon EventBridge Scheduler",
@@ -333,7 +333,6 @@
333
333
  "sagemaker",
334
334
  "sagemaker-data-science-assistant",
335
335
  "sagemaker-geospatial",
336
- "sagemaker-groundtruth-synthetic",
337
336
  "sagemaker-mlflow",
338
337
  "savingsplans",
339
338
  "scheduler",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202505281",
3
+ "version": "0.9.202505291",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-05-28T04:49:24.410Z",
6
+ "updatedAt": "2025-05-29T04:50:16.983Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",
@@ -1,110 +0,0 @@
1
- {
2
- "createproject": {
3
- "name": "CreateProject",
4
- "isPermissionOnly": true,
5
- "description": "Grants permission to create a project",
6
- "accessLevel": "Write",
7
- "resourceTypes": [],
8
- "conditionKeys": [],
9
- "dependentActions": []
10
- },
11
- "deleteproject": {
12
- "name": "DeleteProject",
13
- "isPermissionOnly": true,
14
- "description": "Grants permission to delete a project",
15
- "accessLevel": "Write",
16
- "resourceTypes": [],
17
- "conditionKeys": [],
18
- "dependentActions": []
19
- },
20
- "getaccountdetails": {
21
- "name": "GetAccountDetails",
22
- "isPermissionOnly": true,
23
- "description": "Grants permission to get account details",
24
- "accessLevel": "Read",
25
- "resourceTypes": [],
26
- "conditionKeys": [],
27
- "dependentActions": []
28
- },
29
- "getbatch": {
30
- "name": "GetBatch",
31
- "isPermissionOnly": true,
32
- "description": "Grants permission to get a batch",
33
- "accessLevel": "Read",
34
- "resourceTypes": [],
35
- "conditionKeys": [],
36
- "dependentActions": []
37
- },
38
- "getproject": {
39
- "name": "GetProject",
40
- "isPermissionOnly": true,
41
- "description": "Grants permission to get a project",
42
- "accessLevel": "Read",
43
- "resourceTypes": [],
44
- "conditionKeys": [],
45
- "dependentActions": []
46
- },
47
- "listbatchdatatransfers": {
48
- "name": "ListBatchDataTransfers",
49
- "isPermissionOnly": true,
50
- "description": "Grants permission to list batch data transfers",
51
- "accessLevel": "List",
52
- "resourceTypes": [],
53
- "conditionKeys": [],
54
- "dependentActions": []
55
- },
56
- "listbatchsummaries": {
57
- "name": "ListBatchSummaries",
58
- "isPermissionOnly": true,
59
- "description": "Grants permission to list batch summaries",
60
- "accessLevel": "List",
61
- "resourceTypes": [],
62
- "conditionKeys": [],
63
- "dependentActions": []
64
- },
65
- "listprojectdatatransfers": {
66
- "name": "ListProjectDataTransfers",
67
- "isPermissionOnly": true,
68
- "description": "Grants permission to list project data transfers",
69
- "accessLevel": "List",
70
- "resourceTypes": [],
71
- "conditionKeys": [],
72
- "dependentActions": []
73
- },
74
- "listprojectsummaries": {
75
- "name": "ListProjectSummaries",
76
- "isPermissionOnly": true,
77
- "description": "Grants permission to list project summaries",
78
- "accessLevel": "List",
79
- "resourceTypes": [],
80
- "conditionKeys": [],
81
- "dependentActions": []
82
- },
83
- "startbatchdatatransfer": {
84
- "name": "StartBatchDataTransfer",
85
- "isPermissionOnly": true,
86
- "description": "Grants permission to start a batch data transfer",
87
- "accessLevel": "Write",
88
- "resourceTypes": [],
89
- "conditionKeys": [],
90
- "dependentActions": []
91
- },
92
- "startprojectdatatransfer": {
93
- "name": "StartProjectDataTransfer",
94
- "isPermissionOnly": true,
95
- "description": "Grants permission to start a project data transfer",
96
- "accessLevel": "Write",
97
- "resourceTypes": [],
98
- "conditionKeys": [],
99
- "dependentActions": []
100
- },
101
- "updatebatch": {
102
- "name": "UpdateBatch",
103
- "isPermissionOnly": true,
104
- "description": "Grants permission to update a batch",
105
- "accessLevel": "Write",
106
- "resourceTypes": [],
107
- "conditionKeys": [],
108
- "dependentActions": []
109
- }
110
- }