@cloud-copilot/iam-data 0.16.202602211 → 0.16.202602241

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.
@@ -39,6 +39,12 @@
39
39
  "required": true,
40
40
  "conditionKeys": [],
41
41
  "dependentActions": []
42
+ },
43
+ {
44
+ "name": "MediaStream",
45
+ "required": true,
46
+ "conditionKeys": [],
47
+ "dependentActions": []
42
48
  }
43
49
  ],
44
50
  "conditionKeys": [
@@ -105,6 +111,12 @@
105
111
  "required": true,
106
112
  "conditionKeys": [],
107
113
  "dependentActions": []
114
+ },
115
+ {
116
+ "name": "VpcInterface",
117
+ "required": true,
118
+ "conditionKeys": [],
119
+ "dependentActions": []
108
120
  }
109
121
  ],
110
122
  "conditionKeys": [
@@ -732,6 +744,12 @@
732
744
  "required": true,
733
745
  "conditionKeys": [],
734
746
  "dependentActions": []
747
+ },
748
+ {
749
+ "name": "MediaStream",
750
+ "required": true,
751
+ "conditionKeys": [],
752
+ "dependentActions": []
735
753
  }
736
754
  ],
737
755
  "conditionKeys": [],
@@ -789,6 +807,12 @@
789
807
  "required": true,
790
808
  "conditionKeys": [],
791
809
  "dependentActions": []
810
+ },
811
+ {
812
+ "name": "VpcInterface",
813
+ "required": true,
814
+ "conditionKeys": [],
815
+ "dependentActions": []
792
816
  }
793
817
  ],
794
818
  "conditionKeys": [],
@@ -960,6 +984,12 @@
960
984
  "conditionKeys": [],
961
985
  "dependentActions": []
962
986
  },
987
+ {
988
+ "name": "MediaStream",
989
+ "required": false,
990
+ "conditionKeys": [],
991
+ "dependentActions": []
992
+ },
963
993
  {
964
994
  "name": "Output",
965
995
  "required": false,
@@ -989,6 +1019,12 @@
989
1019
  "required": false,
990
1020
  "conditionKeys": [],
991
1021
  "dependentActions": []
1022
+ },
1023
+ {
1024
+ "name": "VpcInterface",
1025
+ "required": false,
1026
+ "conditionKeys": [],
1027
+ "dependentActions": []
992
1028
  }
993
1029
  ],
994
1030
  "conditionKeys": [
@@ -1029,6 +1065,12 @@
1029
1065
  "conditionKeys": [],
1030
1066
  "dependentActions": []
1031
1067
  },
1068
+ {
1069
+ "name": "MediaStream",
1070
+ "required": false,
1071
+ "conditionKeys": [],
1072
+ "dependentActions": []
1073
+ },
1032
1074
  {
1033
1075
  "name": "Output",
1034
1076
  "required": false,
@@ -1058,6 +1100,12 @@
1058
1100
  "required": false,
1059
1101
  "conditionKeys": [],
1060
1102
  "dependentActions": []
1103
+ },
1104
+ {
1105
+ "name": "VpcInterface",
1106
+ "required": false,
1107
+ "conditionKeys": [],
1108
+ "dependentActions": []
1061
1109
  }
1062
1110
  ],
1063
1111
  "conditionKeys": [
@@ -1165,6 +1213,12 @@
1165
1213
  "required": true,
1166
1214
  "conditionKeys": [],
1167
1215
  "dependentActions": []
1216
+ },
1217
+ {
1218
+ "name": "MediaStream",
1219
+ "required": true,
1220
+ "conditionKeys": [],
1221
+ "dependentActions": []
1168
1222
  }
1169
1223
  ],
1170
1224
  "conditionKeys": [],
@@ -25,6 +25,13 @@
25
25
  "key": "GatewayInstance",
26
26
  "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:gateway:${GatewayId}:${GatewayName}:instance:${InstanceId}"
27
27
  },
28
+ "mediastream": {
29
+ "key": "MediaStream",
30
+ "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}/mediaStream/${MediaStreamName}",
31
+ "conditionKeys": [
32
+ "aws:ResourceTag/${TagKey}"
33
+ ]
34
+ },
28
35
  "offering": {
29
36
  "key": "Offering",
30
37
  "arn": "arn:${Partition}:mediaconnect:${Region}:offering:${OfferingId}"
@@ -67,5 +74,12 @@
67
74
  "conditionKeys": [
68
75
  "aws:ResourceTag/${TagKey}"
69
76
  ]
77
+ },
78
+ "vpcinterface": {
79
+ "key": "VpcInterface",
80
+ "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}/vpcInterface/${VpcInterfaceName}",
81
+ "conditionKeys": [
82
+ "aws:ResourceTag/${TagKey}"
83
+ ]
70
84
  }
71
85
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.16.202602211",
3
+ "version": "0.16.202602241",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-02-21T05:30:57.011Z",
9
+ "updatedAt": "2026-02-24T05:45:56.614Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",
@@ -36,9 +36,9 @@
36
36
  "devDependencies": {
37
37
  "@cloud-copilot/prettier-config": "^0.1.1",
38
38
  "@types/node": "^22.5.0",
39
- "@vitest/coverage-v8": "^3.0.7",
39
+ "@vitest/coverage-v8": "^4.0.18",
40
40
  "typescript": "^5.5.4",
41
- "vitest": "^3.0.7"
41
+ "vitest": "^4.0.18"
42
42
  },
43
43
  "prettier": "@cloud-copilot/prettier-config"
44
44
  }