@cloud-copilot/iam-data 0.9.202412181 → 0.9.202412191

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.
@@ -0,0 +1,192 @@
1
+ {
2
+ "getsearchjob": {
3
+ "name": "GetSearchJob",
4
+ "description": "Grants permission to get details of a search job",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "searchJob",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "getsearchresultexportjob": {
18
+ "name": "GetSearchResultExportJob",
19
+ "description": "Grants permission to get details of a search result export job",
20
+ "accessLevel": "Read",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "searchExportJob",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
32
+ "listsearchjobbackups": {
33
+ "name": "ListSearchJobBackups",
34
+ "description": "Grants permission to list backups in scope of a search job",
35
+ "accessLevel": "Read",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "searchJob",
39
+ "required": true,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
47
+ "listsearchjobresults": {
48
+ "name": "ListSearchJobResults",
49
+ "description": "Grants permission to list results of a search job",
50
+ "accessLevel": "Read",
51
+ "resourceTypes": [
52
+ {
53
+ "name": "searchJob",
54
+ "required": true,
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ }
58
+ ],
59
+ "conditionKeys": [],
60
+ "dependentActions": []
61
+ },
62
+ "listsearchjobs": {
63
+ "name": "ListSearchJobs",
64
+ "description": "Grants permission to list search jobs",
65
+ "accessLevel": "List",
66
+ "resourceTypes": [],
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ },
70
+ "listsearchresultexportjobs": {
71
+ "name": "ListSearchResultExportJobs",
72
+ "description": "Grants permission to list search result export jobs",
73
+ "accessLevel": "List",
74
+ "resourceTypes": [],
75
+ "conditionKeys": [],
76
+ "dependentActions": []
77
+ },
78
+ "listtagsforresource": {
79
+ "name": "ListTagsForResource",
80
+ "description": "Grants permission to list tags for a resource",
81
+ "accessLevel": "Read",
82
+ "resourceTypes": [
83
+ {
84
+ "name": "searchExportJob",
85
+ "required": false,
86
+ "conditionKeys": [],
87
+ "dependentActions": []
88
+ },
89
+ {
90
+ "name": "searchJob",
91
+ "required": false,
92
+ "conditionKeys": [],
93
+ "dependentActions": []
94
+ }
95
+ ],
96
+ "conditionKeys": [],
97
+ "dependentActions": []
98
+ },
99
+ "startsearchjob": {
100
+ "name": "StartSearchJob",
101
+ "description": "Grants permission to create a search job",
102
+ "accessLevel": "Write",
103
+ "resourceTypes": [],
104
+ "conditionKeys": [
105
+ "aws:RequestTag/${TagKey}",
106
+ "aws:TagKeys"
107
+ ],
108
+ "dependentActions": []
109
+ },
110
+ "startsearchresultexportjob": {
111
+ "name": "StartSearchResultExportJob",
112
+ "description": "Grants permission to start an export job for an existing search job",
113
+ "accessLevel": "Write",
114
+ "resourceTypes": [
115
+ {
116
+ "name": "searchJob",
117
+ "required": true,
118
+ "conditionKeys": [],
119
+ "dependentActions": [
120
+ "iam:PassRole"
121
+ ]
122
+ }
123
+ ],
124
+ "conditionKeys": [
125
+ "aws:RequestTag/${TagKey}",
126
+ "aws:TagKeys"
127
+ ],
128
+ "dependentActions": []
129
+ },
130
+ "stopsearchjob": {
131
+ "name": "StopSearchJob",
132
+ "description": "Grants permission to stop an in-progress search job",
133
+ "accessLevel": "Write",
134
+ "resourceTypes": [
135
+ {
136
+ "name": "searchJob",
137
+ "required": true,
138
+ "conditionKeys": [],
139
+ "dependentActions": []
140
+ }
141
+ ],
142
+ "conditionKeys": [],
143
+ "dependentActions": []
144
+ },
145
+ "tagresource": {
146
+ "name": "TagResource",
147
+ "description": "Grants permission to tag a resource",
148
+ "accessLevel": "Tagging",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "searchExportJob",
152
+ "required": false,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ },
156
+ {
157
+ "name": "searchJob",
158
+ "required": false,
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ }
162
+ ],
163
+ "conditionKeys": [
164
+ "aws:RequestTag/${TagKey}",
165
+ "aws:TagKeys"
166
+ ],
167
+ "dependentActions": []
168
+ },
169
+ "untagresource": {
170
+ "name": "UntagResource",
171
+ "description": "Grants permission to untag a resource",
172
+ "accessLevel": "Tagging",
173
+ "resourceTypes": [
174
+ {
175
+ "name": "searchExportJob",
176
+ "required": false,
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ },
180
+ {
181
+ "name": "searchJob",
182
+ "required": false,
183
+ "conditionKeys": [],
184
+ "dependentActions": []
185
+ }
186
+ ],
187
+ "conditionKeys": [
188
+ "aws:TagKeys"
189
+ ],
190
+ "dependentActions": []
191
+ }
192
+ }
@@ -656,6 +656,21 @@
656
656
  "conditionKeys": [],
657
657
  "dependentActions": []
658
658
  },
659
+ "getrecoverypointindexdetails": {
660
+ "name": "GetRecoveryPointIndexDetails",
661
+ "description": "Grants permission to get indexing details for a recovery point",
662
+ "accessLevel": "Read",
663
+ "resourceTypes": [
664
+ {
665
+ "name": "recoveryPoint",
666
+ "required": true,
667
+ "conditionKeys": [],
668
+ "dependentActions": []
669
+ }
670
+ ],
671
+ "conditionKeys": [],
672
+ "dependentActions": []
673
+ },
659
674
  "getrecoverypointrestoremetadata": {
660
675
  "name": "GetRecoveryPointRestoreMetadata",
661
676
  "description": "Grants permission to get recovery point restore metadata",
@@ -819,6 +834,23 @@
819
834
  "conditionKeys": [],
820
835
  "dependentActions": []
821
836
  },
837
+ "listindexedrecoverypoints": {
838
+ "name": "ListIndexedRecoveryPoints",
839
+ "description": "Grants permission to get list indexed recovery points",
840
+ "accessLevel": "List",
841
+ "resourceTypes": [],
842
+ "conditionKeys": [],
843
+ "dependentActions": []
844
+ },
845
+ "listindexedrecoverypointsforsearch": {
846
+ "name": "ListIndexedRecoveryPointsForSearch",
847
+ "isPermissionOnly": true,
848
+ "description": "Grants permission to list indexed recovery points to search",
849
+ "accessLevel": "Permissions management",
850
+ "resourceTypes": [],
851
+ "conditionKeys": [],
852
+ "dependentActions": []
853
+ },
822
854
  "listlegalholds": {
823
855
  "name": "ListLegalHolds",
824
856
  "description": "Grants permission to list legal holds",
@@ -1075,6 +1107,22 @@
1075
1107
  "conditionKeys": [],
1076
1108
  "dependentActions": []
1077
1109
  },
1110
+ "searchrecoverypoint": {
1111
+ "name": "SearchRecoveryPoint",
1112
+ "isPermissionOnly": true,
1113
+ "description": "Grants permission to search a recovery point",
1114
+ "accessLevel": "Permissions management",
1115
+ "resourceTypes": [
1116
+ {
1117
+ "name": "recoveryPoint",
1118
+ "required": true,
1119
+ "conditionKeys": [],
1120
+ "dependentActions": []
1121
+ }
1122
+ ],
1123
+ "conditionKeys": [],
1124
+ "dependentActions": []
1125
+ },
1078
1126
  "startbackupjob": {
1079
1127
  "name": "StartBackupJob",
1080
1128
  "description": "Grants permission to start a new backup job",
@@ -1294,6 +1342,23 @@
1294
1342
  "conditionKeys": [],
1295
1343
  "dependentActions": []
1296
1344
  },
1345
+ "updaterecoverypointindexsettings": {
1346
+ "name": "UpdateRecoveryPointIndexSettings",
1347
+ "description": "Grants permission to update recovery point index settings",
1348
+ "accessLevel": "Write",
1349
+ "resourceTypes": [
1350
+ {
1351
+ "name": "recoveryPoint",
1352
+ "required": true,
1353
+ "conditionKeys": [],
1354
+ "dependentActions": []
1355
+ }
1356
+ ],
1357
+ "conditionKeys": [
1358
+ "backup:Index"
1359
+ ],
1360
+ "dependentActions": []
1361
+ },
1297
1362
  "updaterecoverypointlifecycle": {
1298
1363
  "name": "UpdateRecoveryPointLifecycle",
1299
1364
  "description": "Grants permission to update the lifecycle of the recovery point",
@@ -276,6 +276,7 @@
276
276
  "batch:EKSRunAsUser",
277
277
  "batch:EKSRunAsGroup",
278
278
  "batch:EKSPrivileged",
279
+ "batch:EKSNamespace",
279
280
  "aws:RequestTag/${TagKey}",
280
281
  "aws:TagKeys"
281
282
  ],
@@ -292,6 +293,7 @@
292
293
  "conditionKeys": [
293
294
  "batch:ShareIdentifier",
294
295
  "batch:EKSImage",
296
+ "batch:EKSNamespace",
295
297
  "aws:RequestTag/${TagKey}",
296
298
  "aws:TagKeys"
297
299
  ],
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "batchgetinvoiceprofile": {
3
3
  "name": "BatchGetInvoiceProfile",
4
- "isPermissionOnly": true,
5
4
  "description": "Grants permission to get invoice profile details for an account in your organization",
6
5
  "accessLevel": "Read",
7
6
  "resourceTypes": [],
@@ -10,7 +9,6 @@
10
9
  },
11
10
  "createinvoiceunit": {
12
11
  "name": "CreateInvoiceUnit",
13
- "isPermissionOnly": true,
14
12
  "description": "Grants permission to create an invoice unit for your organization",
15
13
  "accessLevel": "Write",
16
14
  "resourceTypes": [],
@@ -22,7 +20,6 @@
22
20
  },
23
21
  "deleteinvoiceunit": {
24
22
  "name": "DeleteInvoiceUnit",
25
- "isPermissionOnly": true,
26
23
  "description": "Grants permission to update an invoice unit for your organization",
27
24
  "accessLevel": "Write",
28
25
  "resourceTypes": [
@@ -58,7 +55,6 @@
58
55
  },
59
56
  "getinvoiceunit": {
60
57
  "name": "GetInvoiceUnit",
61
- "isPermissionOnly": true,
62
58
  "description": "Grants permission to get invoice units for your organization",
63
59
  "accessLevel": "Read",
64
60
  "resourceTypes": [
@@ -83,7 +79,6 @@
83
79
  },
84
80
  "listinvoiceunits": {
85
81
  "name": "ListInvoiceUnits",
86
- "isPermissionOnly": true,
87
82
  "description": "Grants permission to list invoice units for your organization",
88
83
  "accessLevel": "List",
89
84
  "resourceTypes": [],
@@ -155,7 +150,6 @@
155
150
  },
156
151
  "updateinvoiceunit": {
157
152
  "name": "UpdateInvoiceUnit",
158
- "isPermissionOnly": true,
159
153
  "description": "Grants permission to update an invoice unit for your organization",
160
154
  "accessLevel": "Write",
161
155
  "resourceTypes": [
@@ -2350,6 +2350,21 @@
2350
2350
  "conditionKeys": [],
2351
2351
  "dependentActions": []
2352
2352
  },
2353
+ "getthingconnectivitydata": {
2354
+ "name": "GetThingConnectivityData",
2355
+ "description": "Grants permission to get the thing's connectivity data",
2356
+ "accessLevel": "Read",
2357
+ "resourceTypes": [
2358
+ {
2359
+ "name": "thing",
2360
+ "required": true,
2361
+ "conditionKeys": [],
2362
+ "dependentActions": []
2363
+ }
2364
+ ],
2365
+ "conditionKeys": [],
2366
+ "dependentActions": []
2367
+ },
2353
2368
  "getthingshadow": {
2354
2369
  "name": "GetThingShadow",
2355
2370
  "description": "Grants permission to get the thing shadow",
@@ -516,6 +516,12 @@
516
516
  "required": true,
517
517
  "conditionKeys": [],
518
518
  "dependentActions": []
519
+ },
520
+ {
521
+ "name": "windowtarget",
522
+ "required": true,
523
+ "conditionKeys": [],
524
+ "dependentActions": []
519
525
  }
520
526
  ],
521
527
  "conditionKeys": [],
@@ -531,6 +537,12 @@
531
537
  "required": true,
532
538
  "conditionKeys": [],
533
539
  "dependentActions": []
540
+ },
541
+ {
542
+ "name": "windowtask",
543
+ "required": true,
544
+ "conditionKeys": [],
545
+ "dependentActions": []
534
546
  }
535
547
  ],
536
548
  "conditionKeys": [],
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by the allowed set of values for each of the tags",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by the presence of mandatory tags in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -34,6 +34,11 @@
34
34
  "description": "Filters access by the Framework ARNs",
35
35
  "type": "ArrayOfARN"
36
36
  },
37
+ "backup:index": {
38
+ "key": "backup:Index",
39
+ "description": "Filters access by the value of Index parameter",
40
+ "type": "String"
41
+ },
37
42
  "backup:maxretentiondays": {
38
43
  "key": "backup:MaxRetentionDays",
39
44
  "description": "Filters access by the value of the MaxRetentionDays parameter",
@@ -39,6 +39,11 @@
39
39
  "description": "Filters access by the image used to start a container for an Amazon EKS job",
40
40
  "type": "String"
41
41
  },
42
+ "batch:eksnamespace": {
43
+ "key": "batch:EKSNamespace",
44
+ "description": "Filters access by the namespace of a cluster used to run the pod for an Amazon EKS job",
45
+ "type": "String"
46
+ },
42
47
  "batch:eksprivileged": {
43
48
  "key": "batch:EKSPrivileged",
44
49
  "description": "Filters access by the specified privileged parameter value that determines whether the container is given elevated privileges on the host container instance (similar to the root user) for an Amazon EKS job",
@@ -0,0 +1,16 @@
1
+ {
2
+ "searchjob": {
3
+ "key": "searchJob",
4
+ "arn": "arn:${Partition}:backup-search:${Region}:${Account}:search-job/${ResourceId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "searchexportjob": {
10
+ "key": "searchExportJob",
11
+ "arn": "arn:${Partition}:backup-search:${Region}:${Account}:search-export-job/${ResourceId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ }
16
+ }
@@ -44,6 +44,7 @@
44
44
  "b2bi": "AWS B2B Data Interchange",
45
45
  "backup": "AWS Backup",
46
46
  "backup-gateway": "AWS Backup Gateway",
47
+ "backup-search": "AWS Backup Search",
47
48
  "backup-storage": "AWS Backup storage",
48
49
  "batch": "AWS Batch",
49
50
  "bcm-data-exports": "AWS Billing And Cost Management Data Exports",
@@ -44,6 +44,7 @@
44
44
  "b2bi",
45
45
  "backup",
46
46
  "backup-gateway",
47
+ "backup-search",
47
48
  "backup-storage",
48
49
  "batch",
49
50
  "bcm-data-exports",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202412181",
3
+ "version": "0.9.202412191",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-12-18T04:45:37.637Z",
6
+ "updatedAt": "2024-12-19T04:46:08.508Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",