@cloud-copilot/iam-data 0.9.202506241 → 0.9.202506261

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.
@@ -386,5 +386,20 @@
386
386
  "sso:PutApplicationGrant",
387
387
  "sso:TagResource"
388
388
  ]
389
+ },
390
+ "validateinvestigationgroup": {
391
+ "name": "ValidateInvestigationGroup",
392
+ "description": "Grants permission to validate the specified investigation group",
393
+ "accessLevel": "Read",
394
+ "resourceTypes": [
395
+ {
396
+ "name": "investigation-group",
397
+ "required": true,
398
+ "conditionKeys": [],
399
+ "dependentActions": []
400
+ }
401
+ ],
402
+ "conditionKeys": [],
403
+ "dependentActions": []
389
404
  }
390
405
  }
@@ -437,14 +437,5 @@
437
437
  "resourceTypes": [],
438
438
  "conditionKeys": [],
439
439
  "dependentActions": []
440
- },
441
- "validateenvironmentname": {
442
- "name": "ValidateEnvironmentName",
443
- "isPermissionOnly": true,
444
- "description": "Grants permission to validate the environment name during the process of creating an AWS Cloud9 development environment",
445
- "accessLevel": "Read",
446
- "resourceTypes": [],
447
- "conditionKeys": [],
448
- "dependentActions": []
449
440
  }
450
441
  }
@@ -5965,6 +5965,9 @@
5965
5965
  ],
5966
5966
  "dependentActions": [
5967
5967
  "ec2:CreateTags",
5968
+ "ec2:DescribeSecurityGroups",
5969
+ "ec2:DescribeSubnets",
5970
+ "ec2:DescribeVpcs",
5968
5971
  "route53:AssociateVPCWithHostedZone"
5969
5972
  ]
5970
5973
  },
@@ -15381,6 +15384,17 @@
15381
15384
  "ec2:Vpc"
15382
15385
  ],
15383
15386
  "dependentActions": []
15387
+ },
15388
+ {
15389
+ "name": "subnet",
15390
+ "required": false,
15391
+ "conditionKeys": [
15392
+ "aws:ResourceTag/${TagKey}",
15393
+ "ec2:AvailabilityZone",
15394
+ "ec2:ResourceTag/${TagKey}",
15395
+ "ec2:Vpc"
15396
+ ],
15397
+ "dependentActions": []
15384
15398
  }
15385
15399
  ],
15386
15400
  "conditionKeys": [
@@ -102,6 +102,25 @@
102
102
  "conditionKeys": [],
103
103
  "dependentActions": []
104
104
  },
105
+ "createandattachs3accesspoint": {
106
+ "name": "CreateAndAttachS3AccessPoint",
107
+ "description": "Grants permission to create and attach a S3 Access Point to a FSx File System",
108
+ "accessLevel": "Write",
109
+ "resourceTypes": [
110
+ {
111
+ "name": "volume",
112
+ "required": false,
113
+ "conditionKeys": [],
114
+ "dependentActions": []
115
+ }
116
+ ],
117
+ "conditionKeys": [],
118
+ "dependentActions": [
119
+ "s3:CreateAccessPoint",
120
+ "s3:GetAccessPoint",
121
+ "s3:PutAccessPointPolicy"
122
+ ]
123
+ },
105
124
  "createbackup": {
106
125
  "name": "CreateBackup",
107
126
  "description": "Grants permission to create a new backup of an Amazon FSx file system or an Amazon FSx volume",
@@ -613,6 +632,14 @@
613
632
  "conditionKeys": [],
614
633
  "dependentActions": []
615
634
  },
635
+ "describes3accesspointattachments": {
636
+ "name": "DescribeS3AccessPointAttachments",
637
+ "description": "Grants permission to return the descriptions of S3 Access Point Attachments",
638
+ "accessLevel": "Read",
639
+ "resourceTypes": [],
640
+ "conditionKeys": [],
641
+ "dependentActions": []
642
+ },
616
643
  "describesharedvpcconfiguration": {
617
644
  "name": "DescribeSharedVpcConfiguration",
618
645
  "description": "Grants permission to return the descriptions of whether FSx route table updates from participant accounts are allowed in your account",
@@ -645,6 +672,23 @@
645
672
  "conditionKeys": [],
646
673
  "dependentActions": []
647
674
  },
675
+ "detachanddeletes3accesspoint": {
676
+ "name": "DetachAndDeleteS3AccessPoint",
677
+ "description": "Grants permission to detach an S3 Access Point from an Amazon FSx File System and delete the S3 Access Point",
678
+ "accessLevel": "Write",
679
+ "resourceTypes": [
680
+ {
681
+ "name": "volume",
682
+ "required": false,
683
+ "conditionKeys": [],
684
+ "dependentActions": []
685
+ }
686
+ ],
687
+ "conditionKeys": [],
688
+ "dependentActions": [
689
+ "s3:DeleteAccessPoint"
690
+ ]
691
+ },
648
692
  "disassociatefilegateway": {
649
693
  "name": "DisassociateFileGateway",
650
694
  "isPermissionOnly": true,
@@ -799,8 +799,6 @@
799
799
  "aws:RequestTag/${TagKey}",
800
800
  "aws:ResourceTag/${TagKey}",
801
801
  "aws:TagKeys",
802
- "ec2:Attribute",
803
- "ec2:Attribute/${AttributeName}",
804
802
  "ec2:IsLaunchTemplateResource",
805
803
  "ec2:LaunchTemplate",
806
804
  "ec2:Region",
@@ -165,7 +165,7 @@
165
165
  "freertos": "Amazon FreeRTOS",
166
166
  "freetier": "AWS Free Tier",
167
167
  "fsx": "Amazon FSx",
168
- "gamelift": "Amazon GameLift",
168
+ "gamelift": "Amazon GameLift Servers",
169
169
  "gameliftstreams": "Amazon GameLift Streams",
170
170
  "geo": "Amazon Location",
171
171
  "geo-maps": "Amazon Location Service Maps",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202506241",
3
+ "version": "0.9.202506261",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-24T04:54:21.873Z",
6
+ "updatedAt": "2025-06-26T04:53:59.300Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",