factory KinesisParameters.fromJson(Map<String, dynamic> json) { return KinesisParameters( partitionKeyPath: json['PartitionKeyPath'] as String, ); }