@cloud-copilot/iam-data 0.8.202411011 → 0.8.202411021

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.
@@ -378,6 +378,23 @@
378
378
  "conditionKeys": [],
379
379
  "dependentActions": []
380
380
  },
381
+ "batchdeleteclusternodes": {
382
+ "name": "BatchDeleteClusterNodes",
383
+ "description": "Grants permission to batch delete SageMaker HyperPod cluster nodes",
384
+ "accessLevel": "Write",
385
+ "resourceTypes": [
386
+ {
387
+ "name": "cluster",
388
+ "required": true,
389
+ "conditionKeys": [],
390
+ "dependentActions": []
391
+ }
392
+ ],
393
+ "conditionKeys": [],
394
+ "dependentActions": [
395
+ "eks:DescribeCluster"
396
+ ]
397
+ },
381
398
  "batchdescribemodelpackage": {
382
399
  "name": "BatchDescribeModelPackage",
383
400
  "description": "Grants permission to describe one or more ModelPackages",
@@ -5962,7 +5979,8 @@
5962
5979
  "eks:DeleteAccessEntry",
5963
5980
  "eks:DescribeAccessEntry",
5964
5981
  "eks:DescribeCluster",
5965
- "iam:PassRole"
5982
+ "iam:PassRole",
5983
+ "sagemaker:BatchDeleteClusterNodes"
5966
5984
  ]
5967
5985
  },
5968
5986
  "updateclustersoftware": {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.8.202411011",
3
+ "version": "0.8.202411021",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-11-01T04:48:21.093Z",
6
+ "updatedAt": "2024-11-02T04:47:44.596Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",