File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public function putRecord($input): PutRecordOutput
134134 *
135135 * @param array{
136136 * DeliveryStreamName: string,
137- * Records: Record[] ,
137+ * Records: array< Record|array> ,
138138 * '@region'?: string|null,
139139 * }|PutRecordBatchInput $input
140140 *
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ final class PutRecordBatchInput extends Input
3131 /**
3232 * @param array{
3333 * DeliveryStreamName?: string,
34- * Records?: Record[] ,
34+ * Records?: array< Record|array> ,
3535 * '@region'?: string|null,
3636 * } $input
3737 */
@@ -45,7 +45,7 @@ public function __construct(array $input = [])
4545 /**
4646 * @param array{
4747 * DeliveryStreamName?: string,
48- * Records?: Record[] ,
48+ * Records?: array< Record|array> ,
4949 * '@region'?: string|null,
5050 * }|PutRecordBatchInput $input
5151 */
You can’t perform that action at this time.
0 commit comments