@cloud-copilot/iam-data 0.9.202506121 → 0.9.202506141

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.
@@ -92,10 +92,7 @@
92
92
  "dependentActions": []
93
93
  }
94
94
  ],
95
- "conditionKeys": [
96
- "aws:RequestTag/${TagKey}",
97
- "aws:TagKeys"
98
- ],
95
+ "conditionKeys": [],
99
96
  "dependentActions": []
100
97
  },
101
98
  "createwebhook": {
@@ -947,6 +947,14 @@
947
947
  "conditionKeys": [],
948
948
  "dependentActions": []
949
949
  },
950
+ "gettokensfromrefreshtoken": {
951
+ "name": "GetTokensFromRefreshToken",
952
+ "description": "Grants permission to update user tokens with refresh tokens",
953
+ "accessLevel": "Write",
954
+ "resourceTypes": [],
955
+ "conditionKeys": [],
956
+ "dependentActions": []
957
+ },
950
958
  "getuicustomization": {
951
959
  "name": "GetUICustomization",
952
960
  "description": "Grants permission to get UI customization information for the hosted UI of any app client",
@@ -22,6 +22,14 @@
22
22
  "conditionKeys": [],
23
23
  "dependentActions": []
24
24
  },
25
+ "listcontrolmappings": {
26
+ "name": "ListControlMappings",
27
+ "description": "Grants permission to return a paginated list of control mappings from the AWS Control Catalog",
28
+ "accessLevel": "List",
29
+ "resourceTypes": [],
30
+ "conditionKeys": [],
31
+ "dependentActions": []
32
+ },
25
33
  "listcontrols": {
26
34
  "name": "ListControls",
27
35
  "description": "Grants permission to return a paginated list of all available controls in the AWS Control Catalog library",
@@ -18,7 +18,9 @@
18
18
  {
19
19
  "name": "cluster",
20
20
  "required": true,
21
- "conditionKeys": [],
21
+ "conditionKeys": [
22
+ "aws:ResourceTag/${TagKey}"
23
+ ],
22
24
  "dependentActions": []
23
25
  }
24
26
  ],
@@ -682,12 +684,13 @@
682
684
  {
683
685
  "name": "cluster",
684
686
  "required": true,
685
- "conditionKeys": [],
687
+ "conditionKeys": [
688
+ "aws:ResourceTag/${TagKey}"
689
+ ],
686
690
  "dependentActions": []
687
691
  }
688
692
  ],
689
693
  "conditionKeys": [
690
- "aws:ResourceTag/${TagKey}",
691
694
  "ecs:capacity-provider"
692
695
  ],
693
696
  "dependentActions": []
@@ -700,13 +703,14 @@
700
703
  {
701
704
  "name": "cluster",
702
705
  "required": true,
703
- "conditionKeys": [],
706
+ "conditionKeys": [
707
+ "aws:ResourceTag/${TagKey}"
708
+ ],
704
709
  "dependentActions": []
705
710
  }
706
711
  ],
707
712
  "conditionKeys": [
708
713
  "aws:RequestTag/${TagKey}",
709
- "aws:ResourceTag/${TagKey}",
710
714
  "aws:TagKeys"
711
715
  ],
712
716
  "dependentActions": []
@@ -1034,12 +1038,13 @@
1034
1038
  {
1035
1039
  "name": "cluster",
1036
1040
  "required": true,
1037
- "conditionKeys": [],
1041
+ "conditionKeys": [
1042
+ "aws:ResourceTag/${TagKey}"
1043
+ ],
1038
1044
  "dependentActions": []
1039
1045
  }
1040
1046
  ],
1041
1047
  "conditionKeys": [
1042
- "aws:ResourceTag/${TagKey}",
1043
1048
  "ecs:fargate-ephemeral-storage-kms-key"
1044
1049
  ],
1045
1050
  "dependentActions": []
@@ -51,6 +51,7 @@
51
51
  ],
52
52
  "conditionKeys": [
53
53
  "aws:RequestTag/${TagKey}",
54
+ "aws:ResourceTag/${TagKey}",
54
55
  "aws:TagKeys"
55
56
  ],
56
57
  "dependentActions": []
@@ -59,7 +60,14 @@
59
60
  "name": "CreatePrivateConnectivityConfig",
60
61
  "description": "Grants permission to create a private connectivity configuration",
61
62
  "accessLevel": "Write",
62
- "resourceTypes": [],
63
+ "resourceTypes": [
64
+ {
65
+ "name": "outpost",
66
+ "required": true,
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ }
70
+ ],
63
71
  "conditionKeys": [],
64
72
  "dependentActions": []
65
73
  },
@@ -70,6 +78,7 @@
70
78
  "resourceTypes": [],
71
79
  "conditionKeys": [
72
80
  "aws:RequestTag/${TagKey}",
81
+ "aws:ResourceTag/${TagKey}",
73
82
  "aws:TagKeys"
74
83
  ],
75
84
  "dependentActions": []
@@ -192,7 +201,14 @@
192
201
  "name": "GetPrivateConnectivityConfig",
193
202
  "description": "Grants permission to get a private connectivity configuration",
194
203
  "accessLevel": "Read",
195
- "resourceTypes": [],
204
+ "resourceTypes": [
205
+ {
206
+ "name": "outpost",
207
+ "required": true,
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ }
211
+ ],
196
212
  "conditionKeys": [],
197
213
  "dependentActions": []
198
214
  },
@@ -245,7 +261,14 @@
245
261
  "name": "ListAssets",
246
262
  "description": "Grants permission to list the assets for your Outpost",
247
263
  "accessLevel": "List",
248
- "resourceTypes": [],
264
+ "resourceTypes": [
265
+ {
266
+ "name": "outpost",
267
+ "required": true,
268
+ "conditionKeys": [],
269
+ "dependentActions": []
270
+ }
271
+ ],
249
272
  "conditionKeys": [],
250
273
  "dependentActions": []
251
274
  },
@@ -2,7 +2,7 @@
2
2
  "allowvendedlogdeliveryforresource": {
3
3
  "name": "AllowVendedLogDeliveryForResource",
4
4
  "isPermissionOnly": true,
5
- "description": "Grants permission to configure vended log delivery for Skybridge cluster logs",
5
+ "description": "Grants permission to configure vended log delivery for AWS PCS cluster logs",
6
6
  "accessLevel": "Write",
7
7
  "resourceTypes": [
8
8
  {
@@ -67,7 +67,7 @@
67
67
  "name": "DeleteResourcePolicy",
68
68
  "isPermissionOnly": true,
69
69
  "description": "Grants permission to delete the specified view's resource policy",
70
- "accessLevel": "Write",
70
+ "accessLevel": "Permissions management",
71
71
  "resourceTypes": [
72
72
  {
73
73
  "name": "view",
@@ -237,7 +237,7 @@
237
237
  "name": "PutResourcePolicy",
238
238
  "isPermissionOnly": true,
239
239
  "description": "Grants permission to update the specified view's resource policy",
240
- "accessLevel": "Write",
240
+ "accessLevel": "Permissions management",
241
241
  "resourceTypes": [
242
242
  {
243
243
  "name": "view",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "createsession": {
50
50
  "name": "CreateSession",
51
- "description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, ect",
51
+ "description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, etc",
52
52
  "accessLevel": "Write",
53
53
  "resourceTypes": [
54
54
  {
@@ -56,6 +56,14 @@
56
56
  "required": true,
57
57
  "conditionKeys": [],
58
58
  "dependentActions": []
59
+ },
60
+ {
61
+ "name": "accesspoint",
62
+ "required": false,
63
+ "conditionKeys": [
64
+ "s3express:Permissions"
65
+ ],
66
+ "dependentActions": []
59
67
  }
60
68
  ],
61
69
  "conditionKeys": [
@@ -68,7 +76,8 @@
68
76
  "s3express:x-amz-content-sha256",
69
77
  "s3express:x-amz-server-side-encryption",
70
78
  "s3express:x-amz-server-side-encryption-aws-kms-key-id",
71
- "s3express:AllAccessRestrictedToLocalZoneGroup"
79
+ "s3express:AllAccessRestrictedToLocalZoneGroup",
80
+ "s3express:Permissions"
72
81
  ],
73
82
  "dependentActions": []
74
83
  },
@@ -0,0 +1,101 @@
1
+ {
2
+ "checksubscription": {
3
+ "name": "CheckSubscription",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to check whether the account has access to given product",
6
+ "accessLevel": "Read",
7
+ "resourceTypes": [],
8
+ "conditionKeys": [],
9
+ "dependentActions": []
10
+ },
11
+ "createcasedraft": {
12
+ "name": "CreateCaseDraft",
13
+ "isPermissionOnly": true,
14
+ "description": "Grants permission to create or update case draft for the given case type",
15
+ "accessLevel": "Write",
16
+ "resourceTypes": [],
17
+ "conditionKeys": [],
18
+ "dependentActions": []
19
+ },
20
+ "createcontact": {
21
+ "name": "CreateContact",
22
+ "isPermissionOnly": true,
23
+ "description": "Grants permission to create an authenticated contact for the given contact type",
24
+ "accessLevel": "Write",
25
+ "resourceTypes": [],
26
+ "conditionKeys": [],
27
+ "dependentActions": []
28
+ },
29
+ "deletecasedraft": {
30
+ "name": "DeleteCaseDraft",
31
+ "isPermissionOnly": true,
32
+ "description": "Grants permission to delete a case draft for the given case type",
33
+ "accessLevel": "Write",
34
+ "resourceTypes": [],
35
+ "conditionKeys": [],
36
+ "dependentActions": []
37
+ },
38
+ "describedynamichelp": {
39
+ "name": "DescribeDynamicHelp",
40
+ "isPermissionOnly": true,
41
+ "description": "Grants permission to get dynamic help resources for given service and category",
42
+ "accessLevel": "Read",
43
+ "resourceTypes": [],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
47
+ "getaccountgovcloudenabled": {
48
+ "name": "GetAccountGovCloudEnabled",
49
+ "isPermissionOnly": true,
50
+ "description": "Grants permission to determines whether the calling account is GovCloud enabled",
51
+ "accessLevel": "Read",
52
+ "resourceTypes": [],
53
+ "conditionKeys": [],
54
+ "dependentActions": []
55
+ },
56
+ "getaccountstate": {
57
+ "name": "GetAccountState",
58
+ "isPermissionOnly": true,
59
+ "description": "Grants permission to get the state of the calling account",
60
+ "accessLevel": "Read",
61
+ "resourceTypes": [],
62
+ "conditionKeys": [],
63
+ "dependentActions": []
64
+ },
65
+ "getbanner": {
66
+ "name": "GetBanner",
67
+ "isPermissionOnly": true,
68
+ "description": "Grants permission to get the support banner information",
69
+ "accessLevel": "Read",
70
+ "resourceTypes": [],
71
+ "conditionKeys": [],
72
+ "dependentActions": []
73
+ },
74
+ "getcasedraft": {
75
+ "name": "GetCaseDraft",
76
+ "isPermissionOnly": true,
77
+ "description": "Grants permission to get a case draft for given case type",
78
+ "accessLevel": "Read",
79
+ "resourceTypes": [],
80
+ "conditionKeys": [],
81
+ "dependentActions": []
82
+ },
83
+ "getquestionnaire": {
84
+ "name": "GetQuestionnaire",
85
+ "isPermissionOnly": true,
86
+ "description": "Grants permission to get a feedback questionnaire",
87
+ "accessLevel": "Read",
88
+ "resourceTypes": [],
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ },
92
+ "savefeedback": {
93
+ "name": "SaveFeedback",
94
+ "isPermissionOnly": true,
95
+ "description": "Grants permission to save questionnaire feedback",
96
+ "accessLevel": "Write",
97
+ "resourceTypes": [],
98
+ "conditionKeys": [],
99
+ "dependentActions": []
100
+ }
101
+ }
@@ -153,7 +153,7 @@
153
153
  "es": "Amazon OpenSearch Service",
154
154
  "events": "Amazon EventBridge",
155
155
  "evidently": "Amazon CloudWatch Evidently",
156
- "evs": "Amazon Elastic Virtualization Service",
156
+ "evs": "Amazon Elastic VMware Service",
157
157
  "execute-api": "Amazon API Gateway",
158
158
  "finspace": "Amazon FinSpace",
159
159
  "finspace-api": "Amazon FinSpace API",
@@ -376,6 +376,7 @@
376
376
  "storagegateway": "AWS Storage Gateway",
377
377
  "sts": "AWS Security Token Service",
378
378
  "support": "AWS Support",
379
+ "support-console": "AWS Support Console",
379
380
  "supportapp": "AWS Support App in Slack",
380
381
  "supportplans": "AWS Support Plans",
381
382
  "supportrecommendations": "AWS Support Recommendations",
@@ -376,6 +376,7 @@
376
376
  "storagegateway",
377
377
  "sts",
378
378
  "support",
379
+ "support-console",
379
380
  "supportapp",
380
381
  "supportplans",
381
382
  "supportrecommendations",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202506121",
3
+ "version": "0.9.202506141",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-12T04:51:42.250Z",
6
+ "updatedAt": "2025-06-14T04:50:57.705Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",