@cloud-copilot/iam-data 0.9.202503081 → 0.9.202503111

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.
@@ -19,7 +19,8 @@
19
19
  "conditionKeys": [
20
20
  "aws:RequestTag/${TagKey}",
21
21
  "aws:TagKeys",
22
- "codeconnections:ProviderType"
22
+ "codeconnections:ProviderType",
23
+ "codeconnections:VpcId"
23
24
  ],
24
25
  "dependentActions": []
25
26
  },
@@ -495,7 +496,9 @@
495
496
  "dependentActions": []
496
497
  }
497
498
  ],
498
- "conditionKeys": [],
499
+ "conditionKeys": [
500
+ "codeconnections:VpcId"
501
+ ],
499
502
  "dependentActions": []
500
503
  },
501
504
  "updaterepositorylink": {
@@ -19,7 +19,8 @@
19
19
  "conditionKeys": [
20
20
  "aws:RequestTag/${TagKey}",
21
21
  "aws:TagKeys",
22
- "codestar-connections:ProviderType"
22
+ "codestar-connections:ProviderType",
23
+ "codestar-connections:VpcId"
23
24
  ],
24
25
  "dependentActions": []
25
26
  },
@@ -495,7 +496,9 @@
495
496
  "dependentActions": []
496
497
  }
497
498
  ],
498
- "conditionKeys": [],
499
+ "conditionKeys": [
500
+ "codestar-connections:VpcId"
501
+ ],
499
502
  "dependentActions": []
500
503
  },
501
504
  "updaterepositorylink": {
@@ -534,6 +534,24 @@
534
534
  ],
535
535
  "dependentActions": []
536
536
  },
537
+ "modifyippools": {
538
+ "name": "ModifyIpPools",
539
+ "description": "Grants permission to modify the ip pools for a load balancer",
540
+ "accessLevel": "Write",
541
+ "resourceTypes": [
542
+ {
543
+ "name": "loadbalancer/app/",
544
+ "required": false,
545
+ "conditionKeys": [],
546
+ "dependentActions": []
547
+ }
548
+ ],
549
+ "conditionKeys": [
550
+ "aws:ResourceTag/${TagKey}",
551
+ "elasticloadbalancing:ResourceTag/${TagKey}"
552
+ ],
553
+ "dependentActions": []
554
+ },
537
555
  "modifylistener": {
538
556
  "name": "ModifyListener",
539
557
  "description": "Grants permission to modify the specified properties of the specified listener",
@@ -143,6 +143,14 @@
143
143
  "conditionKeys": [],
144
144
  "dependentActions": []
145
145
  },
146
+ "getinteraction": {
147
+ "name": "GetInteraction",
148
+ "description": "Grants permission to retrieve personalized troubleshooting assistance for account and technical issues for a specific interaction",
149
+ "accessLevel": "Read",
150
+ "resourceTypes": [],
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ },
146
154
  "initiatecallforcase": {
147
155
  "name": "InitiateCallForCase",
148
156
  "description": "Grants permission to initiate a call on AWS Support Center. This is an internally managed function",
@@ -198,5 +206,13 @@
198
206
  "resourceTypes": [],
199
207
  "conditionKeys": [],
200
208
  "dependentActions": []
209
+ },
210
+ "startinteraction": {
211
+ "name": "StartInteraction",
212
+ "description": "Grants permission to start a specific interaction to receive personalized troubleshooting assistance for account and technical issues",
213
+ "accessLevel": "Write",
214
+ "resourceTypes": [],
215
+ "conditionKeys": [],
216
+ "dependentActions": []
201
217
  }
202
218
  }
@@ -73,5 +73,10 @@
73
73
  "key": "codeconnections:RepositoryName",
74
74
  "description": "Filters access by the repository name that is passed in the request. Applies only to UseConnection requests for access to repositories owned by a specific user",
75
75
  "type": "String"
76
+ },
77
+ "codeconnections:vpcid": {
78
+ "key": "codeconnections:VpcId",
79
+ "description": "Filters access by the VpcId passed in the request",
80
+ "type": "String"
76
81
  }
77
82
  }
@@ -73,5 +73,10 @@
73
73
  "key": "codestar-connections:RepositoryName",
74
74
  "description": "Filters access by the repository name that is passed in the request. Applies only to UseConnection requests for access to repositories owned by a specific user",
75
75
  "type": "String"
76
+ },
77
+ "codestar-connections:vpcid": {
78
+ "key": "codestar-connections:VpcId",
79
+ "description": "Filters access by the VpcId passed in the request",
80
+ "type": "String"
76
81
  }
77
82
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202503081",
3
+ "version": "0.9.202503111",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-03-08T04:40:45.017Z",
6
+ "updatedAt": "2025-03-11T04:46:35.798Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",