@cloud-copilot/iam-data 0.9.202501121 → 0.9.202501141

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.
@@ -822,6 +822,81 @@
822
822
  "conditionKeys": [],
823
823
  "dependentActions": []
824
824
  },
825
+ "updatelocationefs": {
826
+ "name": "UpdateLocationEfs",
827
+ "description": "Grants permission to update an EFS sync Location",
828
+ "accessLevel": "Write",
829
+ "resourceTypes": [
830
+ {
831
+ "name": "location",
832
+ "required": true,
833
+ "conditionKeys": [],
834
+ "dependentActions": []
835
+ }
836
+ ],
837
+ "conditionKeys": [],
838
+ "dependentActions": []
839
+ },
840
+ "updatelocationfsxlustre": {
841
+ "name": "UpdateLocationFsxLustre",
842
+ "description": "Grants permission to update an FSx Lustre sync Location",
843
+ "accessLevel": "Write",
844
+ "resourceTypes": [
845
+ {
846
+ "name": "location",
847
+ "required": true,
848
+ "conditionKeys": [],
849
+ "dependentActions": []
850
+ }
851
+ ],
852
+ "conditionKeys": [],
853
+ "dependentActions": []
854
+ },
855
+ "updatelocationfsxontap": {
856
+ "name": "UpdateLocationFsxOntap",
857
+ "description": "Grants permission to update an FSx ONTAP sync Location",
858
+ "accessLevel": "Write",
859
+ "resourceTypes": [
860
+ {
861
+ "name": "location",
862
+ "required": true,
863
+ "conditionKeys": [],
864
+ "dependentActions": []
865
+ }
866
+ ],
867
+ "conditionKeys": [],
868
+ "dependentActions": []
869
+ },
870
+ "updatelocationfsxopenzfs": {
871
+ "name": "UpdateLocationFsxOpenZfs",
872
+ "description": "Grants permission to update an FSx OpenZFS sync Location",
873
+ "accessLevel": "Write",
874
+ "resourceTypes": [
875
+ {
876
+ "name": "location",
877
+ "required": true,
878
+ "conditionKeys": [],
879
+ "dependentActions": []
880
+ }
881
+ ],
882
+ "conditionKeys": [],
883
+ "dependentActions": []
884
+ },
885
+ "updatelocationfsxwindows": {
886
+ "name": "UpdateLocationFsxWindows",
887
+ "description": "Grants permission to update an FSx Windows sync Location",
888
+ "accessLevel": "Write",
889
+ "resourceTypes": [
890
+ {
891
+ "name": "location",
892
+ "required": true,
893
+ "conditionKeys": [],
894
+ "dependentActions": []
895
+ }
896
+ ],
897
+ "conditionKeys": [],
898
+ "dependentActions": []
899
+ },
825
900
  "updatelocationhdfs": {
826
901
  "name": "UpdateLocationHdfs",
827
902
  "description": "Grants permission to update an HDFS sync Location",
@@ -867,6 +942,21 @@
867
942
  "conditionKeys": [],
868
943
  "dependentActions": []
869
944
  },
945
+ "updatelocations3": {
946
+ "name": "UpdateLocationS3",
947
+ "description": "Grants permission to update an S3 sync Location",
948
+ "accessLevel": "Write",
949
+ "resourceTypes": [
950
+ {
951
+ "name": "location",
952
+ "required": true,
953
+ "conditionKeys": [],
954
+ "dependentActions": []
955
+ }
956
+ ],
957
+ "conditionKeys": [],
958
+ "dependentActions": []
959
+ },
870
960
  "updatelocationsmb": {
871
961
  "name": "UpdateLocationSmb",
872
962
  "description": "Grants permission to update a SMB sync location",
@@ -4,7 +4,10 @@
4
4
  "description": "Grants permission to create an analytics category. Amazon Transcribe applies the conditions specified by your analytics categories to your call analytics jobs",
5
5
  "accessLevel": "Write",
6
6
  "resourceTypes": [],
7
- "conditionKeys": [],
7
+ "conditionKeys": [
8
+ "aws:RequestTag/${TagKey}",
9
+ "aws:TagKeys"
10
+ ],
8
11
  "dependentActions": []
9
12
  },
10
13
  "createlanguagemodel": {
@@ -64,7 +67,14 @@
64
67
  "name": "DeleteCallAnalyticsCategory",
65
68
  "description": "Grants permission to delete a call analytics category using its name from Amazon Transcribe",
66
69
  "accessLevel": "Write",
67
- "resourceTypes": [],
70
+ "resourceTypes": [
71
+ {
72
+ "name": "callanalyticscategory",
73
+ "required": true,
74
+ "conditionKeys": [],
75
+ "dependentActions": []
76
+ }
77
+ ],
68
78
  "conditionKeys": [],
69
79
  "dependentActions": []
70
80
  },
@@ -72,7 +82,14 @@
72
82
  "name": "DeleteCallAnalyticsJob",
73
83
  "description": "Grants permission to delete a previously submitted call analytics job along with any other generated results such as the transcription, models, and so on",
74
84
  "accessLevel": "Write",
75
- "resourceTypes": [],
85
+ "resourceTypes": [
86
+ {
87
+ "name": "callanalyticsjob",
88
+ "required": true,
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ }
92
+ ],
76
93
  "conditionKeys": [],
77
94
  "dependentActions": []
78
95
  },
@@ -200,7 +217,14 @@
200
217
  "name": "GetCallAnalyticsCategory",
201
218
  "description": "Grants permission to retrieve information about a call analytics category",
202
219
  "accessLevel": "Read",
203
- "resourceTypes": [],
220
+ "resourceTypes": [
221
+ {
222
+ "name": "callanalyticscategory",
223
+ "required": true,
224
+ "conditionKeys": [],
225
+ "dependentActions": []
226
+ }
227
+ ],
204
228
  "conditionKeys": [],
205
229
  "dependentActions": []
206
230
  },
@@ -208,7 +232,14 @@
208
232
  "name": "GetCallAnalyticsJob",
209
233
  "description": "Grants permission to return information about a call analytics job",
210
234
  "accessLevel": "Read",
211
- "resourceTypes": [],
235
+ "resourceTypes": [
236
+ {
237
+ "name": "callanalyticsjob",
238
+ "required": true,
239
+ "conditionKeys": [],
240
+ "dependentActions": []
241
+ }
242
+ ],
212
243
  "conditionKeys": [],
213
244
  "dependentActions": []
214
245
  },
@@ -389,7 +420,9 @@
389
420
  "resourceTypes": [],
390
421
  "conditionKeys": [
391
422
  "transcribe:OutputEncryptionKMSKeyId",
392
- "transcribe:OutputLocation"
423
+ "transcribe:OutputLocation",
424
+ "aws:RequestTag/${TagKey}",
425
+ "aws:TagKeys"
393
426
  ],
394
427
  "dependentActions": [
395
428
  "s3:GetObject"
@@ -515,7 +548,14 @@
515
548
  "name": "UpdateCallAnalyticsCategory",
516
549
  "description": "Grants permission to update the call analytics category with new values. The UpdateCallAnalyticsCategory operation overwrites all of the existing information with the values that you provide in the request",
517
550
  "accessLevel": "Write",
518
- "resourceTypes": [],
551
+ "resourceTypes": [
552
+ {
553
+ "name": "callanalyticscategory",
554
+ "required": true,
555
+ "conditionKeys": [],
556
+ "dependentActions": []
557
+ }
558
+ ],
519
559
  "conditionKeys": [],
520
560
  "dependentActions": []
521
561
  },
@@ -43,11 +43,17 @@
43
43
  },
44
44
  "callanalyticsjob": {
45
45
  "key": "callanalyticsjob",
46
- "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-job/${JobName}"
46
+ "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-job/${JobName}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ]
47
50
  },
48
51
  "callanalyticscategory": {
49
52
  "key": "callanalyticscategory",
50
- "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-category/${CategoryName}"
53
+ "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-category/${CategoryName}",
54
+ "conditionKeys": [
55
+ "aws:ResourceTag/${TagKey}"
56
+ ]
51
57
  },
52
58
  "medicalscribejob": {
53
59
  "key": "medicalscribejob",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501121",
3
+ "version": "0.9.202501141",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-12T04:43:58.601Z",
6
+ "updatedAt": "2025-01-14T04:43:04.501Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",